Started by user Jin Lin Guan Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cb94a90e978600b633deea23000456c4866436fe 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-ssh18135795481431677544.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a4f367c84fb741c4cd265f35f2f611699a3a5ba 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-ssh12236879210528823892.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 6a4f367c84fb741c4cd265f35f2f611699a3a5ba 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-ssh16918140935240167051.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a4f367c84fb741c4cd265f35f2f611699a3a5ba (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a4f367c84fb741c4cd265f35f2f611699a3a5ba # timeout=10 Commit message: "fix: build all multi-arch images at once" > 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-ssh8991418525885817103.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-ssh10033656880291592199.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-42234’ is offline Running on prd-ubuntu20.04-docker-8c-8g-42236 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/820 [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/820 # 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 > 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 Avoid second fetch Checking out Revision cb94a90e978600b633deea23000456c4866436fe (main) Commit message: "Merge pull request #5123 from judehung/update-main-gomod" > git config core.sparsecheckout # timeout=10 > git checkout -f cb94a90e978600b633deea23000456c4866436fe # timeout=10 > git rev-list --no-walk cb94a90e978600b633deea23000456c4866436fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-03-28T07:44:27.944Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-03-28T07:44:28.025Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-03-28T07:44:28.049Z] ========================================================= [2025-03-28T07:44:28.049Z] EdgeX Global Pipelines Version Info [2025-03-28T07:44:28.049Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-03-28T07:44:28.813Z] ------------------- [2025-03-28T07:44:28.814Z] stable info: [2025-03-28T07:44:28.814Z] ------------------- [2025-03-28T07:44:28.814Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-28T07:44:28.814Z] Commit SHA: 6a4f367c84fb741c4cd265f35f2f611699a3a5ba [2025-03-28T07:44:28.814Z] Message: update stable to experimental [2025-03-28T07:44:29.381Z] ------------------- [2025-03-28T07:44:29.381Z] experimental info: [2025-03-28T07:44:29.381Z] ------------------- [2025-03-28T07:44:29.381Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-03-28T07:44:29.381Z] Commit SHA: 6a4f367c84fb741c4cd265f35f2f611699a3a5ba [2025-03-28T07:44:29.381Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-03-28T07:44:29.461Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-03-28T07:44:29.488Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-03-28T07:44:29.511Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-03-28T07:44:29.529Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-03-28T07:44:29.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-03-28T07:44:29.587Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-03-28T07:44:29.607Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-03-28T07:44:29.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-03-28T07:44:29.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-03-28T07:44:29.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-03-28T07:44:29.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-03-28T07:44:29.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-03-28T07:44:29.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-03-28T07:44:29.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-03-28T07:44:29.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-03-28T07:44:29.827Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-03-28T07:44:29.853Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-03-28T07:44:29.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-03-28T07:44:29.898Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-03-28T07:44:29.920Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-03-28T07:44:29.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-03-28T07:44:29.967Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-03-28T07:44:29.994Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-03-28T07:44:30.020Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-03-28T07:44:30.043Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-03-28T07:44:30.070Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-03-28T07:44:30.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb94a90e978600b633deea23000456c4866436fe [Pipeline] echo [2025-03-28T07:44:30.121Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb94a90 [Pipeline] echo [2025-03-28T07:44:30.144Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-28T07:44:30.224Z] provisioning config files... [2025-03-28T07:44:30.236Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/820@tmp/config9860494671391703381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-28T07:44:30.600Z] ---> ****-login.sh [2025-03-28T07:44:30.600Z] nexus3.edgexfoundry.org:10001 [2025-03-28T07:44:30.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:44:30.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:44:30.864Z] Configure a credential helper to remove this warning. See [2025-03-28T07:44:30.864Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:44:30.864Z] [2025-03-28T07:44:30.864Z] Login Succeeded [2025-03-28T07:44:30.864Z] nexus3.edgexfoundry.org:10002 [2025-03-28T07:44:30.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:44:30.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:44:30.864Z] Configure a credential helper to remove this warning. See [2025-03-28T07:44:30.864Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:44:30.864Z] [2025-03-28T07:44:30.864Z] Login Succeeded [2025-03-28T07:44:30.864Z] nexus3.edgexfoundry.org:10003 [2025-03-28T07:44:31.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:44:31.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:44:31.125Z] Configure a credential helper to remove this warning. See [2025-03-28T07:44:31.125Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:44:31.125Z] [2025-03-28T07:44:31.125Z] Login Succeeded [2025-03-28T07:44:31.125Z] nexus3.edgexfoundry.org:10004 [2025-03-28T07:44:31.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:44:31.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:44:31.125Z] Configure a credential helper to remove this warning. See [2025-03-28T07:44:31.125Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:44:31.125Z] [2025-03-28T07:44:31.125Z] Login Succeeded [2025-03-28T07:44:31.125Z] ****.io [2025-03-28T07:44:31.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:44:31.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:44:31.386Z] Configure a credential helper to remove this warning. See [2025-03-28T07:44:31.386Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:44:31.386Z] [2025-03-28T07:44:31.386Z] Login Succeeded [2025-03-28T07:44:31.386Z] ---> ****-login.sh ends [Pipeline] } [2025-03-28T07:44:31.393Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-28T07:44:31.719Z] + 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-03-28T07:44:31.719Z] + + dirnamecut cmd/core-command/Dockerfile -d/ [2025-03-28T07:44:31.719Z] -f2 [2025-03-28T07:44:31.719Z] + echo core-command,cmd/core-command/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/core-data/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo core-data,cmd/core-data/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/core-keeper/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/core-metadata/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-spire-agent/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-spire-config/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/security-spire-server/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/support-notifications/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-03-28T07:44:31.719Z] + dirname cmd/support-scheduler/Dockerfile [2025-03-28T07:44:31.719Z] + cut -d/ -f2 [2025-03-28T07:44:31.719Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-03-28T07:44:31.752Z] 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-03-28T07:44:32.123Z] + git rev-list -1 --merges cb94a90e978600b633deea23000456c4866436fe~1..cb94a90e978600b633deea23000456c4866436fe [Pipeline] echo [2025-03-28T07:44:32.138Z] -----------> git rev-list -1 --merges cb94a90e978600b633deea23000456c4866436fe~1..cb94a90e978600b633deea23000456c4866436fe cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:44:32.138Z] cb94a90e978600b633deea23000456c4866436fe [false] [Pipeline] sh [2025-03-28T07:44:32.434Z] + git log --format=format:%s -1 cb94a90e978600b633deea23000456c4866436fe [Pipeline] echo [2025-03-28T07:44:32.451Z] ========================================================= [2025-03-28T07:44:32.451Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-03-28T07:44:32.451Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-03-28T07:44:32.896Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-03-28T07:44:32.896Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-03-28T07:44:32.896Z] + [ -e /tmp/ssh_known_hosts ] [2025-03-28T07:44:32.896Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-03-28T07:44:32.896Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-03-28T07:44:32.896Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-03-28T07:44:32.896Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:44:33.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-28T07:44:33.341Z] [2025-03-28T07:44:33.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:44:33.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-28T07:44:33.648Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-03-28T07:44:33.648Z] b85a868b505f: Pulling fs layer [2025-03-28T07:44:33.648Z] e2be974225ed: Pulling fs layer [2025-03-28T07:44:33.648Z] 339a4e72a1f5: Pulling fs layer [2025-03-28T07:44:33.648Z] 988bab9f4d93: Pulling fs layer [2025-03-28T07:44:33.648Z] 1469e6f7b9e6: Pulling fs layer [2025-03-28T07:44:33.648Z] eaf3925da568: Pulling fs layer [2025-03-28T07:44:33.648Z] bab4dde63d76: Pulling fs layer [2025-03-28T07:44:33.648Z] bde34c3a00c8: Pulling fs layer [2025-03-28T07:44:33.648Z] b352a97aabf1: Pulling fs layer [2025-03-28T07:44:33.648Z] 4872d77fe225: Pulling fs layer [2025-03-28T07:44:33.648Z] 5851b861e8e6: Pulling fs layer [2025-03-28T07:44:33.648Z] 988bab9f4d93: Waiting [2025-03-28T07:44:33.649Z] 1469e6f7b9e6: Waiting [2025-03-28T07:44:33.649Z] eaf3925da568: Waiting [2025-03-28T07:44:33.649Z] bab4dde63d76: Waiting [2025-03-28T07:44:33.649Z] 4872d77fe225: Waiting [2025-03-28T07:44:33.649Z] 5851b861e8e6: Waiting [2025-03-28T07:44:33.649Z] bde34c3a00c8: Waiting [2025-03-28T07:44:33.649Z] b352a97aabf1: Waiting [2025-03-28T07:44:33.649Z] e2be974225ed: Download complete [2025-03-28T07:44:33.649Z] 988bab9f4d93: Verifying Checksum [2025-03-28T07:44:33.649Z] 988bab9f4d93: Download complete [2025-03-28T07:44:33.649Z] 339a4e72a1f5: Verifying Checksum [2025-03-28T07:44:33.649Z] 339a4e72a1f5: Download complete [2025-03-28T07:44:33.649Z] 1469e6f7b9e6: Verifying Checksum [2025-03-28T07:44:33.649Z] 1469e6f7b9e6: Download complete [2025-03-28T07:44:33.649Z] eaf3925da568: Verifying Checksum [2025-03-28T07:44:33.649Z] eaf3925da568: Download complete [2025-03-28T07:44:33.906Z] bde34c3a00c8: Download complete [2025-03-28T07:44:33.906Z] 4872d77fe225: Download complete [2025-03-28T07:44:33.906Z] 5851b861e8e6: Verifying Checksum [2025-03-28T07:44:33.906Z] 5851b861e8e6: Download complete [2025-03-28T07:44:33.906Z] b85a868b505f: Verifying Checksum [2025-03-28T07:44:33.906Z] b85a868b505f: Download complete [2025-03-28T07:44:34.167Z] bab4dde63d76: Verifying Checksum [2025-03-28T07:44:34.167Z] bab4dde63d76: Download complete [2025-03-28T07:44:35.118Z] b85a868b505f: Pull complete [2025-03-28T07:44:35.382Z] e2be974225ed: Pull complete [2025-03-28T07:44:35.951Z] 339a4e72a1f5: Pull complete [2025-03-28T07:44:35.951Z] 988bab9f4d93: Pull complete [2025-03-28T07:44:36.211Z] 1469e6f7b9e6: Pull complete [2025-03-28T07:44:36.212Z] eaf3925da568: Pull complete [2025-03-28T07:44:38.116Z] bab4dde63d76: Pull complete [2025-03-28T07:44:38.116Z] bde34c3a00c8: Pull complete [2025-03-28T07:44:38.374Z] b352a97aabf1: Pull complete [2025-03-28T07:44:38.374Z] 4872d77fe225: Pull complete [2025-03-28T07:44:38.374Z] 5851b861e8e6: Pull complete [2025-03-28T07:44:38.374Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-03-28T07:44:38.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-03-28T07:44:38.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T07:44:38.538Z] prd-ubuntu20.04-docker-8c-8g-42236 does not seem to be running inside a container [2025-03-28T07:44:38.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-03-28T07:44:41.141Z] $ docker top 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 -eo pid,comm [2025-03-28T07:44:41.217Z] 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-03-28T07:44:41.217Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-03-28T07:44:41.285Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-28T07:44:41.285Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-28T07:44:41.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-28T07:44:41.424Z] $ docker exec 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 ssh-agent [2025-03-28T07:44:41.544Z] SSH_AUTH_SOCK=/tmp/ssh-ZLtmDynlqERW/agent.31 [2025-03-28T07:44:41.544Z] SSH_AGENT_PID=37 [2025-03-28T07:44:41.551Z] Running ssh-add (command line suppressed) [2025-03-28T07:44:41.654Z] Identity added: /w/workspace/edgex-go/820@tmp/private_key_15312372515137911842.key (/w/workspace/edgex-go/820@tmp/private_key_15312372515137911842.key) [2025-03-28T07:44:41.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-28T07:44:41.963Z] + git tag --points-at HEAD [Pipeline] } [2025-03-28T07:44:41.973Z] $ docker exec --env ******** --env ******** 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 ssh-agent -k [2025-03-28T07:44:42.080Z] unset SSH_AUTH_SOCK; [2025-03-28T07:44:42.080Z] unset SSH_AGENT_PID; [2025-03-28T07:44:42.080Z] echo Agent pid 37 killed; [2025-03-28T07:44:42.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-03-28T07:44:42.141Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-03-28T07:44:42.141Z] [ssh-agent] Looking for ssh-agent implementation... [2025-03-28T07:44:42.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-03-28T07:44:42.265Z] $ docker exec 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 ssh-agent [2025-03-28T07:44:42.379Z] SSH_AUTH_SOCK=/tmp/ssh-jbql8KRw8ouo/agent.71 [2025-03-28T07:44:42.379Z] SSH_AGENT_PID=77 [2025-03-28T07:44:42.384Z] Running ssh-add (command line suppressed) [2025-03-28T07:44:42.485Z] Identity added: /w/workspace/edgex-go/820@tmp/private_key_8724449002420007638.key (/w/workspace/edgex-go/820@tmp/private_key_8724449002420007638.key) [2025-03-28T07:44:42.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-03-28T07:44:42.799Z] + git semver init [2025-03-28T07:44:43.058Z] 2025-03-28 07:44:42,977 [run_init] DEBUG init version:0.0.0 force:False [2025-03-28T07:44:43.058Z] 2025-03-28 07:44:42,977 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/820/.semver [2025-03-28T07:44:43.058Z] 2025-03-28 07:44:42,978 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/820/.semver [2025-03-28T07:44:43.058Z] 2025-03-28 07:44:42,978 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/820/.semver'], cwd=/w/workspace/edgex-go/820, universal_newlines=False, shell=None, istream=None) [2025-03-28T07:44:48.372Z] 2025-03-28 07:44:48,137 [append_file] DEBUG append to file:/w/workspace/edgex-go/820/.git/info/exclude [2025-03-28T07:44:48.372Z] 2025-03-28 07:44:48,138 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/820/.semver/main with force:False [2025-03-28T07:44:48.372Z] 2025-03-28 07:44:48,138 [read_version] DEBUG read version from /w/workspace/edgex-go/820/.semver/main [2025-03-28T07:44:48.372Z] 2025-03-28 07:44:48,138 [read_version] DEBUG read version from /w/workspace/edgex-go/820/.semver/main [2025-03-28T07:44:48.372Z] 4.1.0-dev.1 [Pipeline] } [2025-03-28T07:44:48.380Z] $ docker exec --env ******** --env ******** 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 ssh-agent -k [2025-03-28T07:44:48.483Z] unset SSH_AUTH_SOCK; [2025-03-28T07:44:48.483Z] unset SSH_AGENT_PID; [2025-03-28T07:44:48.484Z] echo Agent pid 77 killed; [2025-03-28T07:44:48.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-03-28T07:44:48.821Z] + git semver [Pipeline] } [2025-03-28T07:44:49.097Z] $ docker stop --time=1 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 [2025-03-28T07:44:50.421Z] $ docker rm -f --volumes 969942df934aaa3296365147ddc59a7344b900e270f9c324614cfd7293387473 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-28T07:44:50.773Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-03-28T07:44:51.029Z] Stashed 1 file(s) [Pipeline] echo [2025-03-28T07:44:51.034Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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-03-28T07:44:51.489Z] + git config --global --add safe.directory /w/workspace/edgex-go/820 [Pipeline] echo [2025-03-28T07:44:51.504Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-28T07:44:51.530Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-28T07:44:51.543Z] ========================================================= [2025-03-28T07:44:51.543Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-03-28T07:44:51.543Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-03-28T07:44:51.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-28T07:44:51.836Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-03-28T07:44:51.836Z] da9db072f522: Pulling fs layer [2025-03-28T07:44:51.836Z] 6ef4a4ee8ca5: Pulling fs layer [2025-03-28T07:44:51.836Z] 06f05ace1117: Pulling fs layer [2025-03-28T07:44:51.836Z] 5fe327b54edc: Pulling fs layer [2025-03-28T07:44:51.836Z] 4f4fb700ef54: Pulling fs layer [2025-03-28T07:44:51.836Z] 92a5565b7b96: Pulling fs layer [2025-03-28T07:44:51.836Z] ff9bb7016b71: Pulling fs layer [2025-03-28T07:44:51.836Z] 5fe327b54edc: Waiting [2025-03-28T07:44:51.836Z] b67dba6c2c7d: Pulling fs layer [2025-03-28T07:44:51.836Z] a813b0c90790: Pulling fs layer [2025-03-28T07:44:51.836Z] ff9bb7016b71: Waiting [2025-03-28T07:44:51.836Z] a813b0c90790: Waiting [2025-03-28T07:44:51.836Z] b67dba6c2c7d: Waiting [2025-03-28T07:44:51.836Z] 92a5565b7b96: Waiting [2025-03-28T07:44:51.836Z] 4f4fb700ef54: Waiting [2025-03-28T07:44:51.836Z] 6ef4a4ee8ca5: Verifying Checksum [2025-03-28T07:44:51.836Z] 6ef4a4ee8ca5: Download complete [2025-03-28T07:44:51.836Z] 5fe327b54edc: Verifying Checksum [2025-03-28T07:44:51.836Z] 5fe327b54edc: Download complete [2025-03-28T07:44:51.836Z] 4f4fb700ef54: Download complete [2025-03-28T07:44:51.836Z] 92a5565b7b96: Download complete [2025-03-28T07:44:51.836Z] da9db072f522: Download complete [2025-03-28T07:44:51.836Z] ff9bb7016b71: Verifying Checksum [2025-03-28T07:44:51.836Z] ff9bb7016b71: Download complete [2025-03-28T07:44:52.110Z] da9db072f522: Pull complete [2025-03-28T07:44:52.110Z] a813b0c90790: Verifying Checksum [2025-03-28T07:44:52.110Z] a813b0c90790: Download complete [2025-03-28T07:44:52.369Z] 6ef4a4ee8ca5: Pull complete [2025-03-28T07:44:52.369Z] 06f05ace1117: Verifying Checksum [2025-03-28T07:44:52.369Z] 06f05ace1117: Download complete [2025-03-28T07:44:52.628Z] b67dba6c2c7d: Verifying Checksum [2025-03-28T07:44:52.628Z] b67dba6c2c7d: Download complete [2025-03-28T07:44:56.817Z] 06f05ace1117: Pull complete [2025-03-28T07:44:56.817Z] 5fe327b54edc: Pull complete [2025-03-28T07:44:56.817Z] 4f4fb700ef54: Pull complete [2025-03-28T07:44:56.817Z] 92a5565b7b96: Pull complete [2025-03-28T07:44:56.817Z] ff9bb7016b71: Pull complete [2025-03-28T07:44:58.717Z] b67dba6c2c7d: Pull complete [2025-03-28T07:44:59.654Z] a813b0c90790: Pull complete [2025-03-28T07:44:59.654Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-03-28T07:44:59.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-28T07:44:59.654Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-03-28T07:44:59.965Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-28T07:44:59.965Z] WORKDIR /edgex [2025-03-28T07:44:59.965Z] COPY go.mod . [2025-03-28T07:44:59.965Z] RUN go mod download [2025-03-28T07:44:59.965Z] + docker build -t ci-base-image-x86_64 -f - . [2025-03-28T07:45:00.533Z] Sending build context to Docker daemon 185.8MB [2025-03-28T07:45:00.792Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-03-28T07:45:00.792Z] ---> 3ba60ce46760 [2025-03-28T07:45:00.792Z] Step 2/4 : WORKDIR /edgex [2025-03-28T07:45:05.009Z] ---> Running in 95143b074784 [2025-03-28T07:45:05.009Z] Removing intermediate container 95143b074784 [2025-03-28T07:45:05.009Z] ---> 057ac22c16e1 [2025-03-28T07:45:05.009Z] Step 3/4 : COPY go.mod . [2025-03-28T07:45:05.009Z] ---> 11a13bf83a96 [2025-03-28T07:45:05.009Z] Step 4/4 : RUN go mod download [2025-03-28T07:45:05.009Z] ---> Running in 0b670dab513c [2025-03-28T07:45:06.154Z] Still waiting to schedule task [2025-03-28T07:45:06.154Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-42235’ is offline [2025-03-28T07:45:26.973Z] Removing intermediate container 0b670dab513c [2025-03-28T07:45:26.974Z] ---> 8a3f08eca9f1 [2025-03-28T07:45:26.974Z] Successfully built 8a3f08eca9f1 [2025-03-28T07:45:26.974Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:45:27.280Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-28T07:45:27.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T07:45:27.367Z] prd-ubuntu20.04-docker-8c-8g-42236 does not seem to be running inside a container [2025-03-28T07:45:27.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-28T07:45:27.794Z] $ docker top f4e0c1f52e64ac801330b5dba58ef5a66ba7b23a0df87b1efa511c6d4c85bb0a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-28T07:45:28.147Z] + go version [2025-03-28T07:45:28.147Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-03-28T07:45:28.155Z] $ docker stop --time=1 f4e0c1f52e64ac801330b5dba58ef5a66ba7b23a0df87b1efa511c6d4c85bb0a [2025-03-28T07:45:29.421Z] $ docker rm -f --volumes f4e0c1f52e64ac801330b5dba58ef5a66ba7b23a0df87b1efa511c6d4c85bb0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:45:29.863Z] + docker inspect -f . ci-base-image-x86_64 [2025-03-28T07:45:29.863Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T07:45:29.948Z] prd-ubuntu20.04-docker-8c-8g-42236 does not seem to be running inside a container [2025-03-28T07:45:29.983Z] $ 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/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-03-28T07:45:30.318Z] $ docker top e24b722229db7444b2c140955160fc6b729b9bd2b39f23c1bf13cc7d861bf256 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-03-28T07:45:30.399Z] ========================================================= [2025-03-28T07:45:30.400Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-03-28T07:45:30.400Z] ========================================================= [Pipeline] sh [2025-03-28T07:45:30.679Z] + git config --global --add safe.directory /w/workspace/edgex-go/820 [Pipeline] fileExists [Pipeline] sh [2025-03-28T07:45:30.987Z] + make test [2025-03-28T07:45:30.987Z] go test -race -coverprofile=coverage.out ./... [2025-03-28T07:45:39.106Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-03-28T07:46:05.654Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-03-28T07:46:06.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.037s coverage: 28.7% of statements [2025-03-28T07:46:07.971Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-03-28T07:46:07.971Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-03-28T07:46:07.971Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-03-28T07:46:07.971Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-03-28T07:46:08.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.049s coverage: 97.0% of statements [2025-03-28T07:46:09.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-03-28T07:46:09.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-03-28T07:46:09.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-03-28T07:46:09.476Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-03-28T07:46:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-03-28T07:46:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-03-28T07:46:10.856Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-03-28T07:46:10.856Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:10.856Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-03-28T07:46:10.856Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-03-28T07:46:12.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.114s coverage: 69.2% of statements [2025-03-28T07:46:12.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements [2025-03-28T07:46:12.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.050s coverage: 45.7% of statements [2025-03-28T07:46:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.025s coverage: 93.4% of statements [2025-03-28T07:46:12.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.117s coverage: 92.3% of statements [2025-03-28T07:46:12.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-03-28T07:46:12.797Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-03-28T07:46:14.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 8.4% of statements [2025-03-28T07:46:14.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-03-28T07:46:14.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-03-28T07:46:14.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-03-28T07:46:14.434Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-03-28T07:46:15.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.358s coverage: 95.8% of statements [2025-03-28T07:46:15.810Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-03-28T07:46:16.376Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-03-28T07:46:16.376Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-03-28T07:46:16.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-03-28T07:46:16.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-03-28T07:46:16.377Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-03-28T07:46:16.377Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:17.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 0.0% of statements [no tests to run] [2025-03-28T07:46:17.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.047s coverage: 1.0% of statements [2025-03-28T07:46:17.309Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 42.6% of statements [2025-03-28T07:46:17.309Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.014s coverage: 81.1% of statements [2025-03-28T07:46:18.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 40.0% of statements [2025-03-28T07:46:18.242Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-03-28T07:46:18.242Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-03-28T07:46:18.242Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-03-28T07:46:18.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-03-28T07:46:18.811Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-03-28T07:46:18.811Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-03-28T07:46:18.811Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-03-28T07:46:19.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.028s coverage: 87.1% of statements [2025-03-28T07:46:19.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 94.1% of statements [2025-03-28T07:46:19.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.025s coverage: 96.3% of statements [2025-03-28T07:46:19.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2025-03-28T07:46:20.011Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-03-28T07:46:20.011Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-03-28T07:46:20.011Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-03-28T07:46:20.271Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-03-28T07:46:20.271Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-03-28T07:46:20.271Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-03-28T07:46:20.271Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-03-28T07:46:20.838Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-03-28T07:46:20.838Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-03-28T07:46:21.408Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-03-28T07:46:23.308Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-03-28T07:46:23.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-03-28T07:46:25.214Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-03-28T07:46:25.781Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-03-28T07:46:25.781Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-03-28T07:46:25.781Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-03-28T07:46:29.069Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-03-28T07:46:29.635Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-03-28T07:46:29.635Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-03-28T07:46:29.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-03-28T07:46:29.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-03-28T07:46:29.893Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:31.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements [2025-03-28T07:46:32.206Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-03-28T07:46:32.206Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-03-28T07:46:32.206Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-03-28T07:46:32.206Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-03-28T07:46:32.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-03-28T07:46:32.206Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-03-28T07:46:32.781Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-03-28T07:46:32.781Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-03-28T07:46:32.781Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-03-28T07:46:32.781Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-03-28T07:46:32.781Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-03-28T07:46:32.781Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-03-28T07:46:33.751Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-42237 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-03-28T07:46:33.771Z] Running in /w/workspace/edgex-go/820 [Pipeline] { [Pipeline] checkout [2025-03-28T07:46:33.809Z] The recommended git tool is: git [2025-03-28T07:46:34.692Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-03-28T07:46:34.692Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-03-28T07:46:34.692Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-03-28T07:46:34.692Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-03-28T07:46:35.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-03-28T07:46:35.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-03-28T07:46:35.639Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-03-28T07:46:35.639Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:35.900Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-03-28T07:46:35.900Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-03-28T07:46:35.900Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-03-28T07:46:37.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-03-28T07:46:37.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-03-28T07:46:37.291Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-03-28T07:46:38.554Z] using credential edgex-jenkins-ssh [2025-03-28T07:46:38.577Z] Cloning the remote Git repository [2025-03-28T07:46:38.617Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-03-28T07:46:38.700Z] > git init /w/workspace/edgex-go/820 # timeout=10 [2025-03-28T07:46:39.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.051s coverage: 92.9% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.045s coverage: 87.2% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.105s coverage: 81.8% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.093s coverage: 82.1% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.168s coverage: 54.5% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.023s coverage: 100.0% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.016s coverage: 100.0% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.203s coverage: 29.2% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.034s coverage: 3.1% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.030s coverage: 76.2% of statements [2025-03-28T07:46:39.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.019s coverage: 54.0% of statements [2025-03-28T07:46:38.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-03-28T07:46:38.861Z] > git --version # timeout=10 [2025-03-28T07:46:38.885Z] > git --version # 'git version 2.25.1' [2025-03-28T07:46:38.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-03-28T07:46:39.024Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-28T07:46:41.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.069s coverage: 17.0% of statements [2025-03-28T07:46:41.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.119s coverage: 94.9% of statements [2025-03-28T07:46:41.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-03-28T07:46:41.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.058s coverage: 97.7% of statements [2025-03-28T07:46:41.795Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.053s coverage: 43.6% of statements [2025-03-28T07:46:41.795Z] 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-03-28T07:46:42.058Z] running golangci-lint [2025-03-28T07:46:42.337Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-03-28T07:46:42.337Z] go version go1.23.4 linux/amd64 [2025-03-28T07:46:42.596Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-03-28T07:46:42.596Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-03-28T07:46:42.596Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-03-28T07:46:57.786Z] Avoid second fetch [2025-03-28T07:46:57.787Z] Checking out Revision cb94a90e978600b633deea23000456c4866436fe (main) [2025-03-28T07:46:56.955Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-03-28T07:46:56.985Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-03-28T07:46:57.799Z] > git config core.sparsecheckout # timeout=10 [2025-03-28T07:46:57.859Z] > git checkout -f cb94a90e978600b633deea23000456c4866436fe # timeout=10 [2025-03-28T07:46:58.581Z] Commit message: "Merge pull request #5123 from judehung/update-main-gomod" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-03-28T07:47:03.335Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-03-28T07:47:03.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-03-28T07:47:03.606Z] Dload Upload Total Spent Left Speed [2025-03-28T07:47:03.606Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98676 0 --:--:-- --:--:-- --:--:-- 98676 [Pipeline] sh [2025-03-28T07:47:03.935Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-03-28T07:47:05.673Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-03-28T07:47:05.673Z] + sudo tee /etc/docker/daemon.new [2025-03-28T07:47:05.673Z] { [2025-03-28T07:47:05.673Z] "registry-mirrors": [ [2025-03-28T07:47:05.673Z] "https://nexus3.edgexfoundry.org:10001" [2025-03-28T07:47:05.673Z] ], [2025-03-28T07:47:05.673Z] "bip": "10.250.0.254/24", [2025-03-28T07:47:05.673Z] "hosts": [ [2025-03-28T07:47:05.673Z] "tcp://0.0.0.0:5555", [2025-03-28T07:47:05.673Z] "unix:///var/run/docker.sock" [2025-03-28T07:47:05.673Z] ], [2025-03-28T07:47:05.673Z] "mtu": 1458, [2025-03-28T07:47:05.673Z] "selinux-enabled": true, [2025-03-28T07:47:05.673Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-03-28T07:47:05.673Z] } [Pipeline] sh [2025-03-28T07:47:06.009Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-03-28T07:47:06.333Z] + sudo service docker restart [2025-03-28T07:47:09.138Z] level=info msg="[loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 24.917323817s" [2025-03-28T07:47:09.138Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.102126ms" [2025-03-28T07:47:24.037Z] level=info msg="[linters_context/goanalysis] analyzers took 2m6.644063103s with top 10 stages: buildir: 1m10.993073316s, gosec: 4.403316237s, fact_deprecated: 3.910957998s, inspect: 3.026972568s, ctrlflow: 2.16069194s, printf: 1.928888593s, fact_purity: 1.473337903s, S1038: 1.32679175s, nilness: 1.252382174s, typedness: 927.231969ms" [2025-03-28T07:47:24.037Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-03-28T07:47:24.037Z] level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, nolint: 20/0, identifier_marker: 202/202, exclude: 202/202, exclude-rules: 202/20, cgo: 202/202, filename_unadjuster: 202/202, invalid_issue: 202/202, autogenerated_exclude: 202/202, skip_files: 202/202, skip_dirs: 202/202" [2025-03-28T07:47:24.037Z] level=info msg="[runner] processing took 17.353962ms with stages: nolint: 9.337576ms, identifier_marker: 3.948787ms, path_prettifier: 1.55209ms, exclude-rules: 1.163188ms, autogenerated_exclude: 840.017µs, skip_dirs: 433.343µs, invalid_issue: 30.81µs, cgo: 30.091µs, filename_unadjuster: 12.83µs, max_same_issues: 950ns, max_from_linter: 750ns, skip_files: 740ns, fixer: 620ns, uniq_by_line: 440ns, severity-rules: 380ns, exclude: 270ns, max_per_file_from_linter: 270ns, sort_results: 260ns, diff: 170ns, source_code: 150ns, path_shortener: 120ns, path_prefixer: 110ns" [2025-03-28T07:47:24.037Z] level=info msg="[runner] linters took 14.813668892s with stages: goanalysis_metalinter: 14.796201639s" [2025-03-28T07:47:24.037Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-03-28T07:47:24.037Z] level=info msg="Memory: 397 samples, avg is 309.4MB, max is 1457.3MB" [2025-03-28T07:47:24.037Z] level=info msg="Execution took 39.780565738s" [2025-03-28T07:47:24.037Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-28T07:47:24.581Z] provisioning config files... [2025-03-28T07:47:24.609Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/820@tmp/config3479715390185215220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-28T07:47:25.052Z] ---> ****-login.sh [2025-03-28T07:47:25.052Z] nexus3.edgexfoundry.org:10001 [2025-03-28T07:47:25.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:47:25.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:47:25.913Z] Configure a credential helper to remove this warning. See [2025-03-28T07:47:25.913Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:47:25.913Z] [2025-03-28T07:47:25.913Z] Login Succeeded [2025-03-28T07:47:25.913Z] nexus3.edgexfoundry.org:10002 [2025-03-28T07:47:25.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:47:26.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:47:26.186Z] Configure a credential helper to remove this warning. See [2025-03-28T07:47:26.186Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:47:26.186Z] [2025-03-28T07:47:26.186Z] Login Succeeded [2025-03-28T07:47:26.186Z] nexus3.edgexfoundry.org:10003 [2025-03-28T07:47:26.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:47:26.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:47:26.455Z] Configure a credential helper to remove this warning. See [2025-03-28T07:47:26.455Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:47:26.455Z] [2025-03-28T07:47:26.455Z] Login Succeeded [2025-03-28T07:47:26.455Z] nexus3.edgexfoundry.org:10004 [2025-03-28T07:47:26.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:47:26.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:47:26.726Z] Configure a credential helper to remove this warning. See [2025-03-28T07:47:26.726Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:47:26.726Z] [2025-03-28T07:47:26.726Z] Login Succeeded [2025-03-28T07:47:26.726Z] ****.io [2025-03-28T07:47:26.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:47:27.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:47:27.264Z] Configure a credential helper to remove this warning. See [2025-03-28T07:47:27.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:47:27.264Z] [2025-03-28T07:47:27.264Z] Login Succeeded [2025-03-28T07:47:27.264Z] ---> ****-login.sh ends [Pipeline] } [2025-03-28T07:47:27.276Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-03-28T07:47:27.915Z] + git config --global --add safe.directory /w/workspace/edgex-go/820 [Pipeline] echo [2025-03-28T07:47:27.935Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-28T07:47:27.960Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-28T07:47:27.977Z] ========================================================= [2025-03-28T07:47:27.977Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-03-28T07:47:27.977Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-03-28T07:47:28.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-28T07:47:28.590Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-03-28T07:47:28.590Z] 9986a736f7d3: Pulling fs layer [2025-03-28T07:47:28.590Z] 1f018df60701: Pulling fs layer [2025-03-28T07:47:28.590Z] 39f8f326b044: Pulling fs layer [2025-03-28T07:47:28.590Z] e6a1e7a6a96a: Pulling fs layer [2025-03-28T07:47:28.590Z] 4f4fb700ef54: Pulling fs layer [2025-03-28T07:47:28.590Z] d45d956e0dbf: Pulling fs layer [2025-03-28T07:47:28.590Z] d7702b0d1db1: Pulling fs layer [2025-03-28T07:47:28.590Z] 5c7f0f088c93: Pulling fs layer [2025-03-28T07:47:28.590Z] 4fdc064ae6cf: Pulling fs layer [2025-03-28T07:47:28.590Z] e6a1e7a6a96a: Waiting [2025-03-28T07:47:28.590Z] d7702b0d1db1: Waiting [2025-03-28T07:47:28.590Z] 4fdc064ae6cf: Waiting [2025-03-28T07:47:28.590Z] d45d956e0dbf: Waiting [2025-03-28T07:47:28.590Z] 5c7f0f088c93: Waiting [2025-03-28T07:47:28.590Z] 1f018df60701: Verifying Checksum [2025-03-28T07:47:28.590Z] 1f018df60701: Download complete [2025-03-28T07:47:28.590Z] e6a1e7a6a96a: Verifying Checksum [2025-03-28T07:47:28.590Z] e6a1e7a6a96a: Download complete [2025-03-28T07:47:28.590Z] 4f4fb700ef54: Verifying Checksum [2025-03-28T07:47:28.590Z] 4f4fb700ef54: Download complete [2025-03-28T07:47:28.590Z] d45d956e0dbf: Verifying Checksum [2025-03-28T07:47:28.590Z] d45d956e0dbf: Download complete [2025-03-28T07:47:28.590Z] 9986a736f7d3: Verifying Checksum [2025-03-28T07:47:28.590Z] 9986a736f7d3: Download complete [2025-03-28T07:47:28.590Z] d7702b0d1db1: Verifying Checksum [2025-03-28T07:47:28.590Z] d7702b0d1db1: Download complete [2025-03-28T07:47:29.181Z] 4fdc064ae6cf: Verifying Checksum [2025-03-28T07:47:29.181Z] 4fdc064ae6cf: Download complete [2025-03-28T07:47:29.783Z] 9986a736f7d3: Pull complete [2025-03-28T07:47:30.053Z] 1f018df60701: Pull complete [2025-03-28T07:47:30.595Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-03-28T07:47:30.595Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-03-28T07:47:30.595Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-03-28T07:47:30.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-03-28T07:47:30.638Z] 39f8f326b044: Verifying Checksum [2025-03-28T07:47:30.638Z] 39f8f326b044: Download complete [2025-03-28T07:47:30.903Z] + ls -al . [2025-03-28T07:47:30.903Z] total 1992 [2025-03-28T07:47:30.903Z] drwxrwxr-x 11 1001 1001 4096 Mar 28 07:45 . [2025-03-28T07:47:30.903Z] drwxr-xr-x 4 root root 4096 Mar 28 07:45 .. [2025-03-28T07:47:30.903Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 07:44 .blubracket [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 10 Mar 28 07:44 .dockerignore [2025-03-28T07:47:30.903Z] drwxrwxr-x 8 1001 1001 4096 Mar 28 07:46 .git [2025-03-28T07:47:30.903Z] drwxrwxr-x 3 1001 1001 4096 Mar 28 07:44 .github [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 909 Mar 28 07:44 .gitignore [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 218 Mar 28 07:44 .golangci.yml [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 100 Mar 28 07:44 .hadolint.yml [2025-03-28T07:47:30.903Z] drwxr-xr-x 3 1001 1001 4096 Mar 28 07:44 .semver [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 155 Mar 28 07:44 .sonarcloud.properties [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 1171 Mar 28 07:44 ADOPTERS.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 17374 Mar 28 07:44 Attribution.txt [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 108018 Mar 28 07:44 CHANGELOG.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 3804 Mar 28 07:44 CONTRIBUTING.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 677 Mar 28 07:44 GOVERNANCE.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 858 Mar 28 07:44 Jenkinsfile [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 10775 Mar 28 07:44 LICENSE [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 16740 Mar 28 07:44 Makefile [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 582 Mar 28 07:44 OWNERS.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 9932 Mar 28 07:44 README.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 789 Mar 28 07:44 SECURITY.md [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 11 Mar 28 07:44 VERSION [2025-03-28T07:47:30.903Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 07:44 bin [2025-03-28T07:47:30.903Z] drwxrwxr-x 19 1001 1001 4096 Mar 28 07:44 cmd [2025-03-28T07:47:30.903Z] -rw-r--r-- 1 root root 1660924 Mar 28 07:46 coverage.out [2025-03-28T07:47:30.903Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 07:44 fuzz_test [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 6491 Mar 28 07:44 go.mod [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 88213 Mar 28 07:44 go.sum [2025-03-28T07:47:30.903Z] drwxrwxr-x 7 1001 1001 4096 Mar 28 07:44 internal [2025-03-28T07:47:30.903Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 07:44 openapi [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 584 Mar 28 07:44 security.txt [2025-03-28T07:47:30.903Z] -rw-rw-r-- 1 1001 1001 204 Mar 28 07:44 version.go [Pipeline] sh [2025-03-28T07:47:31.187Z] + '[' -e coverage.out ] [2025-03-28T07:47:31.187Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-03-28T07:47:31.338Z] Stashed 1 file(s) [Pipeline] sh [2025-03-28T07:47:31.610Z] 5c7f0f088c93: Verifying Checksum [2025-03-28T07:47:31.610Z] 5c7f0f088c93: Download complete [2025-03-28T07:47:31.639Z] + make build [2025-03-28T07:47:31.639Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-03-28T07:47:43.966Z] 39f8f326b044: Pull complete [2025-03-28T07:47:43.966Z] e6a1e7a6a96a: Pull complete [2025-03-28T07:47:44.232Z] 4f4fb700ef54: Pull complete [2025-03-28T07:47:44.499Z] d45d956e0dbf: Pull complete [2025-03-28T07:47:44.765Z] d7702b0d1db1: Pull complete [2025-03-28T07:47:53.111Z] 5c7f0f088c93: Pull complete [2025-03-28T07:47:54.525Z] 4fdc064ae6cf: Pull complete [2025-03-28T07:47:54.525Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-03-28T07:47:54.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-28T07:47:54.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-03-28T07:47:54.868Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-28T07:47:54.868Z] WORKDIR /edgex [2025-03-28T07:47:54.868Z] COPY go.mod . [2025-03-28T07:47:54.868Z] RUN go mod download [2025-03-28T07:47:54.868Z] + docker build -t ci-base-image-arm64 -f - . [2025-03-28T07:47:55.471Z] Sending build context to Docker daemon 3.692MB [2025-03-28T07:47:55.471Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-03-28T07:47:55.471Z] ---> 63f30b955cb9 [2025-03-28T07:47:55.471Z] Step 2/4 : WORKDIR /edgex [2025-03-28T07:47:57.415Z] ---> Running in c861db1a06b2 [2025-03-28T07:47:57.683Z] Removing intermediate container c861db1a06b2 [2025-03-28T07:47:57.684Z] ---> 67f4060fee83 [2025-03-28T07:47:57.684Z] Step 3/4 : COPY go.mod . [2025-03-28T07:47:57.952Z] ---> f21e28ab1aab [2025-03-28T07:47:57.952Z] Step 4/4 : RUN go mod download [2025-03-28T07:47:58.178Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-03-28T07:47:58.178Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-03-28T07:47:58.223Z] ---> Running in ceef20948706 [2025-03-28T07:47:59.116Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-03-28T07:47:59.683Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-03-28T07:48:01.585Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-03-28T07:48:06.851Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-03-28T07:48:08.759Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-03-28T07:48:10.663Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-03-28T07:48:13.193Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-03-28T07:48:14.569Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-03-28T07:48:16.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-03-28T07:48:17.405Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-03-28T07:48:18.789Z] $ docker stop --time=1 e24b722229db7444b2c140955160fc6b729b9bd2b39f23c1bf13cc7d861bf256 [2025-03-28T07:48:23.210Z] $ docker rm -f --volumes e24b722229db7444b2c140955160fc6b729b9bd2b39f23c1bf13cc7d861bf256 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:48:24.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-03-28T07:48:24.514Z] [2025-03-28T07:48:24.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:48:24.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-03-28T07:48:24.822Z] latest: Pulling from edgex-devops/edgex-compose [2025-03-28T07:48:24.822Z] 91d30c5bc195: Pulling fs layer [2025-03-28T07:48:24.822Z] 2e9b0aa3be6d: Pulling fs layer [2025-03-28T07:48:24.822Z] 9c61dcf015f6: Pulling fs layer [2025-03-28T07:48:24.822Z] 4698f68db338: Pulling fs layer [2025-03-28T07:48:24.822Z] 2a2f49069b9e: Pulling fs layer [2025-03-28T07:48:24.822Z] e0025b399a48: Pulling fs layer [2025-03-28T07:48:24.822Z] 4698f68db338: Waiting [2025-03-28T07:48:24.822Z] 2a2f49069b9e: Waiting [2025-03-28T07:48:24.822Z] e0025b399a48: Waiting [2025-03-28T07:48:25.082Z] 91d30c5bc195: Verifying Checksum [2025-03-28T07:48:25.082Z] 91d30c5bc195: Download complete [2025-03-28T07:48:25.082Z] 4698f68db338: Verifying Checksum [2025-03-28T07:48:25.082Z] 4698f68db338: Download complete [2025-03-28T07:48:25.082Z] 91d30c5bc195: Pull complete [2025-03-28T07:48:25.082Z] 2e9b0aa3be6d: Verifying Checksum [2025-03-28T07:48:25.082Z] 2e9b0aa3be6d: Download complete [2025-03-28T07:48:25.082Z] e0025b399a48: Download complete [2025-03-28T07:48:25.339Z] 2a2f49069b9e: Verifying Checksum [2025-03-28T07:48:25.339Z] 2a2f49069b9e: Download complete [2025-03-28T07:48:25.339Z] 2e9b0aa3be6d: Pull complete [2025-03-28T07:48:25.596Z] 9c61dcf015f6: Verifying Checksum [2025-03-28T07:48:25.596Z] 9c61dcf015f6: Download complete [2025-03-28T07:48:28.121Z] 9c61dcf015f6: Pull complete [2025-03-28T07:48:28.121Z] 4698f68db338: Pull complete [2025-03-28T07:48:28.689Z] 2a2f49069b9e: Pull complete [2025-03-28T07:48:28.689Z] e0025b399a48: Pull complete [2025-03-28T07:48:28.689Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-03-28T07:48:28.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-03-28T07:48:28.689Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T07:48:28.786Z] prd-ubuntu20.04-docker-8c-8g-42236 does not seem to be running inside a container [2025-03-28T07:48:28.810Z] $ 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/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-03-28T07:48:31.185Z] $ docker top 24a9c2a12f8dfe2506ead075ca1b61c7e85bd514b8c37b0c2ed8e022e129b4c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-28T07:48:31.546Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-03-28T07:48:34.082Z] #1 [core-keeper internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #1 transferring dockerfile: 2.01kB done [2025-03-28T07:48:34.082Z] #1 DONE 0.1s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #2 [core-data internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #2 transferring dockerfile: 2.04kB done [2025-03-28T07:48:34.082Z] #2 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #3 transferring dockerfile: 2.00kB done [2025-03-28T07:48:34.082Z] #3 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #4 transferring dockerfile: 1.81kB done [2025-03-28T07:48:34.082Z] #4 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #5 transferring dockerfile: 2.50kB done [2025-03-28T07:48:34.082Z] #5 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #6 transferring dockerfile: 2.49kB done [2025-03-28T07:48:34.082Z] #6 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #7 [security-spire-config internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #7 transferring dockerfile: 1.69kB done [2025-03-28T07:48:34.082Z] #7 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #8 [core-keeper internal] load .dockerignore [2025-03-28T07:48:34.082Z] #8 transferring context: 50B done [2025-03-28T07:48:34.082Z] #8 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #9 transferring dockerfile: 2.14kB done [2025-03-28T07:48:34.082Z] #9 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #10 [core-command internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #10 transferring dockerfile: 1.94kB done [2025-03-28T07:48:34.082Z] #10 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #11 [core-metadata internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #11 transferring dockerfile: 2.10kB done [2025-03-28T07:48:34.082Z] #11 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #12 transferring dockerfile: 2.23kB done [2025-03-28T07:48:34.082Z] #12 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #13 transferring dockerfile: 3.02kB done [2025-03-28T07:48:34.082Z] #13 DONE 0.0s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #14 [security-spire-server internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #14 transferring dockerfile: 1.70kB done [2025-03-28T07:48:34.082Z] #14 DONE 0.1s [2025-03-28T07:48:34.082Z] [2025-03-28T07:48:34.082Z] #15 [support-scheduler internal] load build definition from Dockerfile [2025-03-28T07:48:34.082Z] #15 transferring dockerfile: 1.83kB done [2025-03-28T07:48:34.342Z] #15 DONE 0.1s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #16 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-03-28T07:48:34.342Z] #16 transferring dockerfile: 1.89kB done [2025-03-28T07:48:34.342Z] #16 DONE 0.1s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #17 [core-data internal] load .dockerignore [2025-03-28T07:48:34.342Z] #17 transferring context: 50B done [2025-03-28T07:48:34.342Z] #17 DONE 0.0s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #18 [support-notifications internal] load .dockerignore [2025-03-28T07:48:34.342Z] #18 transferring context: 50B done [2025-03-28T07:48:34.342Z] #18 DONE 0.0s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #19 [security-spire-agent internal] load .dockerignore [2025-03-28T07:48:34.342Z] #19 transferring context: 50B done [2025-03-28T07:48:34.342Z] #19 DONE 0.0s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #20 [security-proxy-setup internal] load .dockerignore [2025-03-28T07:48:34.342Z] #20 transferring context: 50B done [2025-03-28T07:48:34.342Z] #20 DONE 0.0s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-03-28T07:48:34.342Z] #21 transferring context: 50B done [2025-03-28T07:48:34.342Z] #21 DONE 0.0s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #22 [security-spire-config internal] load .dockerignore [2025-03-28T07:48:34.342Z] #22 transferring context: 50B done [2025-03-28T07:48:34.342Z] #22 DONE 0.0s [2025-03-28T07:48:34.342Z] [2025-03-28T07:48:34.342Z] #23 [core-metadata internal] load .dockerignore [2025-03-28T07:48:34.599Z] #23 transferring context: 50B done [2025-03-28T07:48:34.599Z] #23 DONE 0.0s [2025-03-28T07:48:34.599Z] [2025-03-28T07:48:34.599Z] #24 [security-proxy-auth internal] load .dockerignore [2025-03-28T07:48:34.599Z] #24 transferring context: 50B done [2025-03-28T07:48:34.599Z] #24 DONE 0.0s [2025-03-28T07:48:34.599Z] [2025-03-28T07:48:34.599Z] #25 [core-command internal] load .dockerignore [2025-03-28T07:48:34.599Z] #25 transferring context: 50B done [2025-03-28T07:48:34.599Z] #25 DONE 0.0s [2025-03-28T07:48:34.599Z] [2025-03-28T07:48:34.599Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2025-03-28T07:48:34.599Z] #26 transferring context: 50B done [2025-03-28T07:48:34.599Z] #26 DONE 0.0s [2025-03-28T07:48:34.599Z] [2025-03-28T07:48:34.599Z] #27 [security-bootstrapper internal] load .dockerignore [2025-03-28T07:48:34.599Z] #27 transferring context: 50B done [2025-03-28T07:48:34.599Z] #27 DONE 0.0s [2025-03-28T07:48:34.599Z] [2025-03-28T07:48:34.599Z] #28 [security-spire-server internal] load .dockerignore [2025-03-28T07:48:34.599Z] #28 transferring context: 50B done [2025-03-28T07:48:34.599Z] #28 DONE 0.0s [2025-03-28T07:48:34.599Z] [2025-03-28T07:48:34.600Z] #29 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:34.600Z] #29 DONE 0.0s [2025-03-28T07:48:34.600Z] [2025-03-28T07:48:34.600Z] #30 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:48:34.600Z] #30 DONE 0.1s [2025-03-28T07:48:34.600Z] [2025-03-28T07:48:34.600Z] #31 [support-scheduler internal] load .dockerignore [2025-03-28T07:48:34.600Z] #31 transferring context: 50B done [2025-03-28T07:48:34.600Z] #31 DONE 0.0s [2025-03-28T07:48:34.600Z] [2025-03-28T07:48:34.600Z] #32 [security-spiffe-token-provider internal] load .dockerignore [2025-03-28T07:48:34.600Z] #32 transferring context: 50B done [2025-03-28T07:48:34.600Z] #32 DONE 0.0s [2025-03-28T07:48:34.600Z] [2025-03-28T07:48:34.600Z] #33 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:34.600Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:34.600Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:34.600Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:34.857Z] #33 ... [2025-03-28T07:48:34.857Z] [2025-03-28T07:48:34.857Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:34.857Z] #29 DONE 0.0s [2025-03-28T07:48:34.857Z] [2025-03-28T07:48:34.857Z] #33 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:34.857Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:34.857Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:34.857Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:34.857Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:34.857Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:34.857Z] #33 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-03-28T07:48:34.857Z] #33 ... [2025-03-28T07:48:34.857Z] [2025-03-28T07:48:34.857Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:34.857Z] #29 DONE 0.0s [2025-03-28T07:48:34.857Z] [2025-03-28T07:48:34.857Z] #33 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:34.857Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:34.857Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:34.857Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:34.857Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:34.857Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:34.857Z] #33 ... [2025-03-28T07:48:34.857Z] [2025-03-28T07:48:34.857Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:34.857Z] #29 DONE 0.0s [2025-03-28T07:48:34.857Z] [2025-03-28T07:48:34.857Z] #33 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:34.857Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:34.857Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:34.857Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:34.857Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:34.857Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:34.857Z] #33 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-03-28T07:48:35.116Z] #33 ... [2025-03-28T07:48:35.116Z] [2025-03-28T07:48:35.116Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:35.116Z] #29 DONE 0.0s [2025-03-28T07:48:35.116Z] [2025-03-28T07:48:35.116Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:48:35.116Z] #30 DONE 0.4s [2025-03-28T07:48:35.116Z] [2025-03-28T07:48:35.116Z] #33 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:35.116Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:35.116Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:35.116Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:35.116Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:35.116Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:35.116Z] #33 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-03-28T07:48:35.116Z] #33 ... [2025-03-28T07:48:35.116Z] [2025-03-28T07:48:35.116Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:35.116Z] #29 DONE 0.0s [2025-03-28T07:48:35.116Z] [2025-03-28T07:48:35.116Z] #33 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:35.116Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:35.116Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:35.116Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:35.116Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:35.116Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:35.116Z] #33 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-03-28T07:48:35.374Z] #33 ... [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-03-28T07:48:35.374Z] #29 DONE 0.0s [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:35.374Z] #34 ... [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-03-28T07:48:35.374Z] #35 DONE 0.8s [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:48:35.374Z] #30 DONE 0.8s [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-03-28T07:48:35.374Z] #36 DONE 0.8s [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #37 [core-command builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2025-03-28T07:48:35.374Z] #37 DONE 1.2s [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #33 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:35.374Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:35.374Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:35.374Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:35.374Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:35.374Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:35.374Z] #33 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-03-28T07:48:35.374Z] #33 DONE 1.1s [2025-03-28T07:48:35.374Z] [2025-03-28T07:48:35.374Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:35.634Z] #34 ... [2025-03-28T07:48:35.634Z] [2025-03-28T07:48:35.634Z] #38 [security-spire-config internal] load build context [2025-03-28T07:48:35.634Z] #38 transferring context: 22.05kB 0.0s done [2025-03-28T07:48:35.634Z] #38 DONE 0.1s [2025-03-28T07:48:35.634Z] [2025-03-28T07:48:35.634Z] #37 [support-scheduler builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2025-03-28T07:48:35.634Z] #37 DONE 1.2s [2025-03-28T07:48:35.634Z] [2025-03-28T07:48:35.634Z] #33 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:48:35.634Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-03-28T07:48:35.634Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:48:35.634Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-03-28T07:48:35.634Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-03-28T07:48:35.634Z] #33 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-03-28T07:48:35.634Z] #33 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-03-28T07:48:35.634Z] #33 DONE 1.1s [2025-03-28T07:48:35.634Z] [2025-03-28T07:48:35.634Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:35.634Z] #34 ... [2025-03-28T07:48:35.634Z] [2025-03-28T07:48:35.634Z] #39 [security-spire-agent internal] load build context [2025-03-28T07:48:35.634Z] #39 transferring context: 23.33kB done [2025-03-28T07:48:35.634Z] #39 DONE 0.1s [2025-03-28T07:48:35.634Z] [2025-03-28T07:48:35.634Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:35.895Z] #34 ... [2025-03-28T07:48:35.895Z] [2025-03-28T07:48:35.895Z] #40 [security-spire-server internal] load build context [2025-03-28T07:48:35.895Z] #40 transferring context: 23.80kB 0.0s done [2025-03-28T07:48:35.895Z] #40 DONE 0.3s [2025-03-28T07:48:35.895Z] [2025-03-28T07:48:35.895Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:41.187Z] #34 transferring context: 227.77MB 6.0s [2025-03-28T07:48:41.187Z] #34 ... [2025-03-28T07:48:41.187Z] [2025-03-28T07:48:41.187Z] #41 [security-secretstore-setup internal] load build context [2025-03-28T07:48:41.446Z] #41 ... [2025-03-28T07:48:41.446Z] [2025-03-28T07:48:41.446Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:44.729Z] #34 ... [2025-03-28T07:48:44.729Z] [2025-03-28T07:48:44.729Z] #42 [core-keeper internal] load build context [2025-03-28T07:48:44.729Z] #42 ... [2025-03-28T07:48:44.729Z] [2025-03-28T07:48:44.729Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:44.729Z] #34 ... [2025-03-28T07:48:44.729Z] [2025-03-28T07:48:44.729Z] #43 [core-data internal] load build context [2025-03-28T07:48:44.987Z] #43 ... [2025-03-28T07:48:44.987Z] [2025-03-28T07:48:44.987Z] #44 [core-command internal] load build context [2025-03-28T07:48:44.987Z] #44 ... [2025-03-28T07:48:44.987Z] [2025-03-28T07:48:44.987Z] #45 [security-proxy-setup internal] load build context [2025-03-28T07:48:45.244Z] #45 ... [2025-03-28T07:48:45.244Z] [2025-03-28T07:48:45.244Z] #46 [security-proxy-auth internal] load build context [2025-03-28T07:48:45.244Z] #46 ... [2025-03-28T07:48:45.244Z] [2025-03-28T07:48:45.244Z] #47 [core-metadata internal] load build context [2025-03-28T07:48:45.502Z] #47 ... [2025-03-28T07:48:45.502Z] [2025-03-28T07:48:45.502Z] #48 [security-bootstrapper internal] load build context [2025-03-28T07:48:45.502Z] #48 ... [2025-03-28T07:48:45.502Z] [2025-03-28T07:48:45.502Z] #49 [core-common-config-bootstrapper internal] load build context [2025-03-28T07:48:45.502Z] #49 ... [2025-03-28T07:48:45.502Z] [2025-03-28T07:48:45.502Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:48:45.502Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-03-28T07:48:45.502Z] #50 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-03-28T07:48:45.502Z] #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-03-28T07:48:45.502Z] #50 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-03-28T07:48:45.760Z] #50 ... [2025-03-28T07:48:45.760Z] [2025-03-28T07:48:45.760Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:48:45.760Z] #51 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-03-28T07:48:45.760Z] #51 ... [2025-03-28T07:48:45.760Z] [2025-03-28T07:48:45.760Z] #52 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-03-28T07:48:46.017Z] #52 ... [2025-03-28T07:48:46.017Z] [2025-03-28T07:48:46.017Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:48:46.017Z] #53 ... [2025-03-28T07:48:46.017Z] [2025-03-28T07:48:46.017Z] #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-03-28T07:48:46.017Z] #54 ... [2025-03-28T07:48:46.017Z] [2025-03-28T07:48:46.017Z] #55 [support-scheduler internal] load build context [2025-03-28T07:48:46.017Z] #55 transferring context: 443.07MB 10.4s [2025-03-28T07:48:46.511Z] #55 ... [2025-03-28T07:48:46.511Z] [2025-03-28T07:48:46.511Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:48:47.491Z] #56 ... [2025-03-28T07:48:47.491Z] [2025-03-28T07:48:47.491Z] #57 [security-spiffe-token-provider internal] load build context [2025-03-28T07:48:47.491Z] #57 transferring context: 503.29MB 10.6s done [2025-03-28T07:48:47.491Z] #57 ... [2025-03-28T07:48:47.491Z] [2025-03-28T07:48:47.491Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:48:47.751Z] #58 ... [2025-03-28T07:48:47.751Z] [2025-03-28T07:48:47.751Z] #59 [support-scheduler builder 2/8] WORKDIR /edgex-go [2025-03-28T07:48:47.751Z] #59 ... [2025-03-28T07:48:47.751Z] [2025-03-28T07:48:47.751Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:48:47.751Z] #60 ... [2025-03-28T07:48:47.751Z] [2025-03-28T07:48:47.751Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-03-28T07:48:47.751Z] #61 ... [2025-03-28T07:48:47.751Z] [2025-03-28T07:48:47.751Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-03-28T07:48:48.015Z] #62 ... [2025-03-28T07:48:48.015Z] [2025-03-28T07:48:48.015Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:48:48.015Z] #63 ... [2025-03-28T07:48:48.015Z] [2025-03-28T07:48:48.015Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-03-28T07:48:48.277Z] #64 ... [2025-03-28T07:48:48.277Z] [2025-03-28T07:48:48.277Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-03-28T07:48:48.277Z] #65 ... [2025-03-28T07:48:48.277Z] [2025-03-28T07:48:48.277Z] #46 [security-proxy-auth internal] load build context [2025-03-28T07:48:48.550Z] #46 transferring context: 503.29MB 13.5s done [2025-03-28T07:48:51.087Z] #46 ... [2025-03-28T07:48:51.087Z] [2025-03-28T07:48:51.087Z] #41 [security-secretstore-setup internal] load build context [2025-03-28T07:48:51.087Z] #41 transferring context: 503.29MB 10.4s done [2025-03-28T07:48:54.629Z] Removing intermediate container ceef20948706 [2025-03-28T07:48:54.629Z] ---> 5520ffe29752 [2025-03-28T07:48:54.629Z] Successfully built 5520ffe29752 [2025-03-28T07:48:54.629Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:48:54.966Z] + docker inspect -f . ci-base-image-arm64 [2025-03-28T07:48:54.966Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T07:48:55.164Z] prd-ubuntu20.04-docker-arm64-4c-16g-42237 does not seem to be running inside a container [2025-03-28T07:48:55.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@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-03-28T07:48:55.289Z] #41 ... [2025-03-28T07:48:55.289Z] [2025-03-28T07:48:55.289Z] #42 [core-keeper internal] load build context [2025-03-28T07:48:55.289Z] #42 transferring context: 503.29MB 12.1s done [2025-03-28T07:48:55.289Z] #42 ... [2025-03-28T07:48:55.289Z] [2025-03-28T07:48:55.289Z] #45 [security-proxy-setup internal] load build context [2025-03-28T07:48:55.289Z] #45 transferring context: 503.29MB 13.2s done [2025-03-28T07:48:55.548Z] #45 ... [2025-03-28T07:48:55.548Z] [2025-03-28T07:48:55.548Z] #34 [support-notifications internal] load build context [2025-03-28T07:48:55.548Z] #34 transferring context: 503.29MB 13.2s done [2025-03-28T07:48:55.548Z] #34 ... [2025-03-28T07:48:55.548Z] [2025-03-28T07:48:55.548Z] #47 [core-metadata internal] load build context [2025-03-28T07:48:55.548Z] #47 transferring context: 503.29MB 10.8s done [2025-03-28T07:48:55.807Z] #47 ... [2025-03-28T07:48:55.807Z] [2025-03-28T07:48:55.807Z] #44 [core-command internal] load build context [2025-03-28T07:48:55.807Z] #44 transferring context: 503.29MB 10.8s done [2025-03-28T07:48:56.067Z] #44 ... [2025-03-28T07:48:56.067Z] [2025-03-28T07:48:56.067Z] #49 [core-common-config-bootstrapper internal] load build context [2025-03-28T07:48:56.067Z] #49 transferring context: 503.29MB 12.6s done [2025-03-28T07:48:56.067Z] #49 ... [2025-03-28T07:48:56.067Z] [2025-03-28T07:48:56.067Z] #48 [security-bootstrapper internal] load build context [2025-03-28T07:48:56.067Z] #48 transferring context: 503.29MB 10.4s done [2025-03-28T07:48:56.326Z] #48 ... [2025-03-28T07:48:56.326Z] [2025-03-28T07:48:56.326Z] #43 [core-data internal] load build context [2025-03-28T07:48:56.326Z] #43 transferring context: 503.29MB 11.4s done [2025-03-28T07:48:56.456Z] $ docker top c4af4a2172c2c6af54bedba3e5c81f3af52f501a4f3d145e8a9ee432337de4ca -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-28T07:48:56.895Z] #43 ... [2025-03-28T07:48:56.895Z] [2025-03-28T07:48:56.895Z] #55 [support-scheduler internal] load build context [2025-03-28T07:48:56.895Z] #55 transferring context: 503.29MB 12.4s done [2025-03-28T07:48:57.297Z] + go version [2025-03-28T07:48:57.297Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-03-28T07:48:57.321Z] $ docker stop --time=1 c4af4a2172c2c6af54bedba3e5c81f3af52f501a4f3d145e8a9ee432337de4ca [2025-03-28T07:48:58.277Z] #55 ... [2025-03-28T07:48:58.277Z] [2025-03-28T07:48:58.277Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:48:58.277Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 22.3s [2025-03-28T07:48:58.918Z] $ docker rm -f --volumes c4af4a2172c2c6af54bedba3e5c81f3af52f501a4f3d145e8a9ee432337de4ca [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-03-28T07:48:59.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-03-28T07:48:59.613Z] [2025-03-28T07:48:59.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:48:59.925Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 23.6s [2025-03-28T07:48:59.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-03-28T07:48:59.954Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-03-28T07:48:59.954Z] 547446be3368: Pulling fs layer [2025-03-28T07:48:59.954Z] d125d8839a47: Pulling fs layer [2025-03-28T07:48:59.954Z] 3e85d5ac6304: Pulling fs layer [2025-03-28T07:48:59.954Z] c3105a71a48b: Pulling fs layer [2025-03-28T07:48:59.954Z] 0f093f025ec4: Pulling fs layer [2025-03-28T07:48:59.954Z] c3106fc0e877: Pulling fs layer [2025-03-28T07:48:59.954Z] c3105a71a48b: Waiting [2025-03-28T07:48:59.954Z] c3106fc0e877: Waiting [2025-03-28T07:48:59.954Z] 0f093f025ec4: Waiting [2025-03-28T07:49:00.222Z] 547446be3368: Verifying Checksum [2025-03-28T07:49:00.222Z] 547446be3368: Download complete [2025-03-28T07:49:00.222Z] c3105a71a48b: Verifying Checksum [2025-03-28T07:49:00.222Z] c3105a71a48b: Download complete [2025-03-28T07:49:00.490Z] d125d8839a47: Verifying Checksum [2025-03-28T07:49:00.490Z] d125d8839a47: Download complete [2025-03-28T07:49:00.490Z] c3106fc0e877: Verifying Checksum [2025-03-28T07:49:00.490Z] c3106fc0e877: Download complete [2025-03-28T07:49:00.757Z] 0f093f025ec4: Verifying Checksum [2025-03-28T07:49:00.757Z] 0f093f025ec4: Download complete [2025-03-28T07:49:01.026Z] 547446be3368: Pull complete [2025-03-28T07:49:01.987Z] d125d8839a47: Pull complete [2025-03-28T07:49:02.572Z] 3e85d5ac6304: Verifying Checksum [2025-03-28T07:49:02.572Z] 3e85d5ac6304: Download complete [2025-03-28T07:49:05.229Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 28.6s [2025-03-28T07:49:05.229Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 28.9s [2025-03-28T07:49:05.516Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 29.8s [2025-03-28T07:49:07.641Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 31.9s [2025-03-28T07:49:07.641Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 32.0s [2025-03-28T07:49:07.940Z] #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-03-28T07:49:08.268Z] #50 ... [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #41 [security-secretstore-setup internal] load build context [2025-03-28T07:49:08.268Z] #41 DONE 33.2s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:08.268Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 32.3s done [2025-03-28T07:49:08.268Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 32.3s done [2025-03-28T07:49:08.268Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 32.3s done [2025-03-28T07:49:08.268Z] #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-03-28T07:49:08.268Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 32.3s [2025-03-28T07:49:08.268Z] #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-03-28T07:49:08.268Z] #50 ... [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #59 [security-proxy-auth builder 2/8] WORKDIR /edgex-go [2025-03-28T07:49:08.268Z] #59 DONE 32.8s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #48 [security-bootstrapper internal] load build context [2025-03-28T07:49:08.268Z] #48 DONE 33.0s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #44 [core-command internal] load build context [2025-03-28T07:49:08.268Z] #44 DONE 33.2s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #43 [core-data internal] load build context [2025-03-28T07:49:08.268Z] #43 DONE 33.4s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #57 [security-spiffe-token-provider internal] load build context [2025-03-28T07:49:08.268Z] #57 DONE 32.6s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #47 [core-metadata internal] load build context [2025-03-28T07:49:08.268Z] #47 DONE 33.1s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #34 [support-notifications internal] load build context [2025-03-28T07:49:08.268Z] #34 DONE 33.5s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #45 [security-proxy-setup internal] load build context [2025-03-28T07:49:08.268Z] #45 DONE 33.4s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #55 [support-scheduler internal] load build context [2025-03-28T07:49:08.268Z] #55 DONE 32.7s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #42 [core-keeper internal] load build context [2025-03-28T07:49:08.268Z] #42 DONE 33.7s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:08.268Z] #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-03-28T07:49:08.268Z] #50 ... [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #49 [core-common-config-bootstrapper internal] load build context [2025-03-28T07:49:08.268Z] #49 DONE 33.1s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #46 [security-proxy-auth internal] load build context [2025-03-28T07:49:08.268Z] #46 DONE 33.4s [2025-03-28T07:49:08.268Z] [2025-03-28T07:49:08.268Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:08.649Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 32.7s [2025-03-28T07:49:08.650Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 35.65MB / 36.47MB 32.9s [2025-03-28T07:49:08.944Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 33.3s done [2025-03-28T07:49:09.227Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 33.3s done [2025-03-28T07:49:09.227Z] #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-03-28T07:49:09.508Z] #50 ... [2025-03-28T07:49:09.508Z] [2025-03-28T07:49:09.508Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:49:09.508Z] #51 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-03-28T07:49:09.508Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-03-28T07:49:09.508Z] #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-03-28T07:49:09.508Z] #51 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-03-28T07:49:09.508Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-03-28T07:49:09.508Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-03-28T07:49:09.508Z] #51 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.1s done [2025-03-28T07:49:09.508Z] #51 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.4s done [2025-03-28T07:49:09.508Z] #51 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-03-28T07:49:09.508Z] #51 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-03-28T07:49:09.508Z] #51 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done [2025-03-28T07:49:09.508Z] #51 DONE 33.8s [2025-03-28T07:49:09.508Z] [2025-03-28T07:49:09.508Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:10.648Z] #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.5s done [2025-03-28T07:49:12.654Z] 3e85d5ac6304: Pull complete [2025-03-28T07:49:12.654Z] c3105a71a48b: Pull complete [2025-03-28T07:49:13.615Z] 0f093f025ec4: Pull complete [2025-03-28T07:49:13.881Z] c3106fc0e877: Pull complete [2025-03-28T07:49:13.881Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-03-28T07:49:13.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-03-28T07:49:13.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T07:49:14.086Z] prd-ubuntu20.04-docker-arm64-4c-16g-42237 does not seem to be running inside a container [2025-03-28T07:49:14.158Z] $ 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/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@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-03-28T07:49:14.835Z] #50 ... [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-03-28T07:49:14.835Z] #61 33.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #61 33.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #61 34.00 (1/3) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:14.835Z] #61 34.38 (2/3) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:14.835Z] #61 34.39 (3/3) Installing tzdata (2025b-r0) [2025-03-28T07:49:14.835Z] #61 34.45 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:14.835Z] #61 34.46 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:49:14.835Z] #61 34.50 OK: 10 MiB in 17 packages [2025-03-28T07:49:14.835Z] #61 DONE 38.4s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-03-28T07:49:14.835Z] #54 33.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #54 33.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #54 33.95 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:49:14.835Z] #54 33.95 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:49:14.835Z] #54 33.95 OK: 24170 distinct packages available [2025-03-28T07:49:14.835Z] #54 34.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #54 34.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #54 34.86 (1/5) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:14.835Z] #54 34.86 (2/5) Installing musl-obstack (1.2.3-r2) [2025-03-28T07:49:14.835Z] #54 34.86 (3/5) Installing libucontext (1.2-r3) [2025-03-28T07:49:14.835Z] #54 34.86 (4/5) Installing gcompat (1.1.0-r4) [2025-03-28T07:49:14.835Z] #54 34.86 (5/5) Installing openssl (3.3.3-r0) [2025-03-28T07:49:14.835Z] #54 34.86 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:14.835Z] #54 34.86 OK: 9 MiB in 19 packages [2025-03-28T07:49:14.835Z] #54 DONE 38.5s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:49:14.835Z] #58 33.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #58 33.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #58 34.16 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:49:14.835Z] #58 34.16 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:49:14.835Z] #58 34.16 OK: 24170 distinct packages available [2025-03-28T07:49:14.835Z] #58 34.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #58 34.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #58 35.05 (1/4) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:14.835Z] #58 35.05 (2/4) Installing musl-obstack (1.2.3-r2) [2025-03-28T07:49:14.835Z] #58 35.06 (3/4) Installing libucontext (1.2-r3) [2025-03-28T07:49:14.835Z] #58 35.06 (4/4) Installing gcompat (1.1.0-r4) [2025-03-28T07:49:14.835Z] #58 35.07 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:14.835Z] #58 35.09 OK: 8 MiB in 18 packages [2025-03-28T07:49:14.835Z] #58 DONE 38.6s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-03-28T07:49:14.835Z] #0 0.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #0 1.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #0 1.485 OK: 248 MiB in 58 packages [2025-03-28T07:49:14.835Z] #66 DONE 6.1s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:49:14.835Z] #53 36.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #53 37.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #53 37.28 (1/7) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:14.835Z] #53 37.30 (2/7) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:14.835Z] #53 37.30 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-03-28T07:49:14.835Z] #53 37.30 (4/7) Installing libsodium (1.0.19-r0) [2025-03-28T07:49:14.835Z] #53 37.31 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-03-28T07:49:14.835Z] #53 37.33 (6/7) Installing libzmq (4.3.5-r2) [2025-03-28T07:49:14.835Z] #53 37.35 (7/7) Installing zeromq (4.3.5-r2) [2025-03-28T07:49:14.835Z] #53 37.35 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:14.835Z] #53 37.36 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:49:14.835Z] #53 37.40 OK: 12 MiB in 21 packages [2025-03-28T07:49:14.835Z] #53 DONE 38.6s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:14.835Z] #52 33.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #52 33.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #52 33.99 (1/1) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:14.835Z] #52 34.16 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:14.835Z] #52 34.17 OK: 8 MiB in 15 packages [2025-03-28T07:49:14.835Z] #52 DONE 38.6s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-03-28T07:49:14.835Z] #67 ... [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-03-28T07:49:14.835Z] #0 4.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #0 4.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #0 4.933 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:49:14.835Z] #0 4.933 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:49:14.835Z] #0 4.933 OK: 24190 distinct packages available [2025-03-28T07:49:14.835Z] #0 4.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #0 5.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:14.835Z] #0 5.315 OK: 248 MiB in 58 packages [2025-03-28T07:49:14.835Z] #68 DONE 6.2s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:49:14.835Z] #60 DONE 38.7s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #67 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-03-28T07:49:14.835Z] #67 ... [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #69 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:49:14.835Z] #69 DONE 0.4s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:49:14.835Z] #70 DONE 0.3s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:14.835Z] #50 DONE 39.2s [2025-03-28T07:49:14.835Z] [2025-03-28T07:49:14.835Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:49:16.098Z] $ docker top b6bb624d45c83aef61a7e526a9d7e2ae9b645e1a7ebbb8379c2fc6e06329ff86 -eo pid,comm [2025-03-28T07:49:16.218Z] #71 ... [2025-03-28T07:49:16.218Z] [2025-03-28T07:49:16.218Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-03-28T07:49:16.218Z] #64 39.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.218Z] #64 39.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.218Z] #64 39.73 (1/4) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:16.218Z] #64 39.85 (2/4) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:16.218Z] #64 39.85 (3/4) Installing su-exec (0.2-r3) [2025-03-28T07:49:16.218Z] #64 39.85 (4/4) Installing yq-go (4.44.1-r2) [2025-03-28T07:49:16.218Z] #64 39.92 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:16.218Z] #64 39.93 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:49:16.218Z] #64 39.97 OK: 19 MiB in 18 packages [2025-03-28T07:49:16.218Z] #64 DONE 40.2s [2025-03-28T07:49:16.218Z] [2025-03-28T07:49:16.218Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:49:16.218Z] #56 40.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.218Z] #56 40.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.218Z] #56 40.58 (1/2) Installing dumb-init (1.2.5-r3) [Pipeline] { [Pipeline] sh [2025-03-28T07:49:16.478Z] #56 40.59 (2/2) Installing su-exec (0.2-r3) [2025-03-28T07:49:16.478Z] #56 40.59 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:16.478Z] #56 40.60 OK: 8 MiB in 16 packages [2025-03-28T07:49:16.478Z] #56 DONE 40.9s [2025-03-28T07:49:16.478Z] [2025-03-28T07:49:16.478Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:49:16.478Z] #63 40.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.478Z] #63 40.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.478Z] #63 40.59 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:49:16.478Z] #63 40.59 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:49:16.478Z] #63 40.59 OK: 24170 distinct packages available [2025-03-28T07:49:16.478Z] #63 40.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.478Z] #63 40.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.613Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-03-28T07:49:16.758Z] #63 ... [2025-03-28T07:49:16.758Z] [2025-03-28T07:49:16.758Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:16.758Z] #65 40.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.758Z] #65 40.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:16.758Z] #65 40.56 (1/1) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:16.758Z] #65 40.57 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:16.758Z] #65 40.57 OK: 8 MiB in 15 packages [2025-03-28T07:49:16.758Z] #65 DONE 40.9s [2025-03-28T07:49:16.758Z] [2025-03-28T07:49:16.758Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:49:16.758Z] #72 DONE 8.4s [2025-03-28T07:49:16.758Z] [2025-03-28T07:49:16.758Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:49:16.758Z] #63 41.00 (1/14) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:16.758Z] #63 41.01 (2/14) Installing brotli-libs (1.1.0-r2) [2025-03-28T07:49:16.758Z] #63 41.03 (3/14) Installing c-ares (1.33.1-r0) [2025-03-28T07:49:16.758Z] #63 41.03 (4/14) Installing libunistring (1.2-r0) [2025-03-28T07:49:16.758Z] #63 41.05 (5/14) Installing libidn2 (2.3.7-r0) [2025-03-28T07:49:16.758Z] #63 41.06 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-03-28T07:49:16.758Z] #63 41.06 (7/14) Installing libpsl (0.21.5-r1) [2025-03-28T07:49:16.758Z] #63 41.06 (8/14) Installing zstd-libs (1.5.6-r0) [2025-03-28T07:49:16.758Z] #63 41.07 (9/14) Installing libcurl (8.12.1-r0) [2025-03-28T07:49:16.758Z] #63 41.08 (10/14) Installing curl (8.12.1-r0) [2025-03-28T07:49:16.758Z] #63 41.10 (11/14) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:17.027Z] #63 41.11 (12/14) Installing musl-obstack (1.2.3-r2) [2025-03-28T07:49:17.027Z] #63 41.11 (13/14) Installing libucontext (1.2-r3) [2025-03-28T07:49:17.027Z] #63 41.11 (14/14) Installing gcompat (1.1.0-r4) [2025-03-28T07:49:17.027Z] #63 41.12 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:17.027Z] #63 41.12 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:49:17.027Z] #63 41.26 OK: 13 MiB in 28 packages [2025-03-28T07:49:17.597Z] #63 DONE 41.8s [2025-03-28T07:49:17.597Z] [2025-03-28T07:49:17.597Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-03-28T07:49:17.597Z] #62 40.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:17.597Z] #62 40.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:17.597Z] #62 40.93 (1/4) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:17.597Z] #62 40.93 (2/4) Installing openssl (3.3.3-r0) [2025-03-28T07:49:17.597Z] #62 40.94 (3/4) Installing su-exec (0.2-r3) [2025-03-28T07:49:17.597Z] #62 40.94 (4/4) Installing yq-go (4.44.1-r2) [2025-03-28T07:49:17.597Z] #62 41.01 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:17.597Z] #62 41.02 OK: 19 MiB in 18 packages [2025-03-28T07:49:17.597Z] #62 DONE 41.8s [2025-03-28T07:49:17.597Z] [2025-03-28T07:49:17.597Z] #73 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:18.167Z] #73 ... [2025-03-28T07:49:18.167Z] [2025-03-28T07:49:18.167Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-03-28T07:49:18.167Z] #0 9.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.167Z] #0 9.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.167Z] #0 9.946 OK: 248 MiB in 58 packages [2025-03-28T07:49:18.167Z] #74 ... [2025-03-28T07:49:18.167Z] [2025-03-28T07:49:18.167Z] #75 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:18.167Z] #0 9.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.427Z] #75 ... [2025-03-28T07:49:18.427Z] [2025-03-28T07:49:18.427Z] #76 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:18.427Z] #0 9.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.427Z] #0 9.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.427Z] #0 10.21 OK: 248 MiB in 58 packages [2025-03-28T07:49:18.427Z] #76 ... [2025-03-28T07:49:18.427Z] [2025-03-28T07:49:18.427Z] #77 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-03-28T07:49:18.427Z] #0 4.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.427Z] #0 4.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.427Z] #0 4.415 OK: 9 MiB in 19 packages [2025-03-28T07:49:18.687Z] #77 ... [2025-03-28T07:49:18.687Z] [2025-03-28T07:49:18.687Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-03-28T07:49:18.687Z] #74 DONE 10.5s [2025-03-28T07:49:18.687Z] [2025-03-28T07:49:18.687Z] #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-03-28T07:49:18.687Z] #0 3.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.687Z] #0 4.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.687Z] #0 4.288 OK: 8 MiB in 18 packages [2025-03-28T07:49:18.687Z] #78 DONE 4.4s [2025-03-28T07:49:18.687Z] [2025-03-28T07:49:18.687Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:18.687Z] #0 3.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.687Z] #0 3.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:18.687Z] #0 4.081 OK: 10 MiB in 17 packages [2025-03-28T07:49:18.687Z] #79 DONE 4.5s [2025-03-28T07:49:18.963Z] [2025-03-28T07:49:18.963Z] #76 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:18.963Z] #76 DONE 10.6s [2025-03-28T07:49:18.963Z] [2025-03-28T07:49:18.963Z] #77 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-03-28T07:49:18.963Z] #77 DONE 4.6s [2025-03-28T07:49:18.963Z] [2025-03-28T07:49:18.963Z] #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-03-28T07:49:19.536Z] #80 ... [2025-03-28T07:49:19.536Z] [2025-03-28T07:49:19.536Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:49:19.536Z] #81 DONE 1.0s [2025-03-28T07:49:19.795Z] [2025-03-28T07:49:19.795Z] #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:49:21.231Z] #82 ... [2025-03-28T07:49:21.231Z] [2025-03-28T07:49:21.231Z] #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:21.231Z] #0 4.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #0 4.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #0 4.768 OK: 12 MiB in 21 packages [2025-03-28T07:49:21.231Z] #83 DONE 6.7s [2025-03-28T07:49:21.231Z] [2025-03-28T07:49:21.231Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-03-28T07:49:21.231Z] #67 4.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #67 4.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #67 4.697 OK: 8 MiB in 15 packages [2025-03-28T07:49:21.231Z] #67 DONE 6.9s [2025-03-28T07:49:21.231Z] [2025-03-28T07:49:21.231Z] #75 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:21.231Z] #75 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #75 11.16 OK: 248 MiB in 58 packages [2025-03-28T07:49:21.231Z] #75 DONE 13.1s [2025-03-28T07:49:21.231Z] [2025-03-28T07:49:21.231Z] #84 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:21.231Z] #0 5.354 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #0 5.798 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:21.231Z] #0 6.478 (1/1) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:21.231Z] #0 6.778 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:21.231Z] #0 6.781 OK: 8 MiB in 15 packages [2025-03-28T07:49:21.796Z] #84 ... [2025-03-28T07:49:21.796Z] [2025-03-28T07:49:21.796Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:49:21.796Z] #85 DONE 3.1s [2025-03-28T07:49:21.796Z] [2025-03-28T07:49:21.796Z] #86 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:49:22.364Z] #86 ... [2025-03-28T07:49:22.364Z] [2025-03-28T07:49:22.364Z] #87 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:49:22.364Z] #87 DONE 3.7s [2025-03-28T07:49:22.643Z] [2025-03-28T07:49:22.643Z] #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:49:22.643Z] #88 DONE 3.7s [2025-03-28T07:49:22.643Z] [2025-03-28T07:49:22.643Z] #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-03-28T07:49:22.643Z] #80 DONE 3.8s [2025-03-28T07:49:22.643Z] [2025-03-28T07:49:22.643Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:49:22.643Z] #89 ... [2025-03-28T07:49:22.643Z] [2025-03-28T07:49:22.643Z] #84 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:22.643Z] #84 DONE 8.3s [2025-03-28T07:49:22.903Z] [2025-03-28T07:49:22.903Z] #90 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-03-28T07:49:23.470Z] #90 ... [2025-03-28T07:49:23.470Z] [2025-03-28T07:49:23.470Z] #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-03-28T07:49:23.470Z] #91 DONE 1.8s [2025-03-28T07:49:23.729Z] [2025-03-28T07:49:23.729Z] #92 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:49:24.663Z] #92 ... [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #86 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:49:24.663Z] #86 DONE 2.9s [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #90 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-03-28T07:49:24.663Z] #90 DONE 2.0s [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-03-28T07:49:24.663Z] #0 7.457 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:24.663Z] #0 7.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:24.663Z] #0 7.999 OK: 19 MiB in 18 packages [2025-03-28T07:49:24.663Z] #93 DONE 8.7s [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:49:24.663Z] #94 ... [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:49:24.663Z] #89 DONE 2.1s [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #95 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-03-28T07:49:24.663Z] #0 6.849 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:24.663Z] #0 7.289 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:24.663Z] #0 7.991 OK: 248 MiB in 58 packages [2025-03-28T07:49:24.663Z] #95 DONE 8.2s [2025-03-28T07:49:24.663Z] [2025-03-28T07:49:24.663Z] #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-03-28T07:49:24.923Z] #96 ... [2025-03-28T07:49:24.923Z] [2025-03-28T07:49:24.923Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2025-03-28T07:49:24.923Z] #97 DONE 0.3s [2025-03-28T07:49:24.923Z] [2025-03-28T07:49:24.923Z] #98 [security-spire-server stage-2 6/9] COPY security.txt / [2025-03-28T07:49:24.923Z] #98 DONE 0.3s [2025-03-28T07:49:24.923Z] [2025-03-28T07:49:24.923Z] #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-03-28T07:49:24.923Z] #99 DONE 0.2s [2025-03-28T07:49:25.181Z] [2025-03-28T07:49:25.181Z] #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:49:25.181Z] #100 DONE 0.2s [2025-03-28T07:49:25.181Z] [2025-03-28T07:49:25.181Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-03-28T07:49:25.181Z] #101 DONE 0.3s [2025-03-28T07:49:25.181Z] [2025-03-28T07:49:25.181Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:49:25.181Z] #102 DONE 0.3s [2025-03-28T07:49:25.181Z] [2025-03-28T07:49:25.181Z] #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-03-28T07:49:25.181Z] #96 DONE 0.4s [2025-03-28T07:49:25.181Z] [2025-03-28T07:49:25.181Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:49:25.440Z] #103 ... [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-03-28T07:49:25.440Z] #104 DONE 0.2s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-03-28T07:49:25.440Z] #105 DONE 0.3s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:49:25.440Z] #103 DONE 0.3s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #106 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-03-28T07:49:25.440Z] #0 8.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:25.440Z] #0 8.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:25.440Z] #0 8.756 OK: 8 MiB in 16 packages [2025-03-28T07:49:25.440Z] #106 DONE 8.9s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-03-28T07:49:25.440Z] #107 DONE 0.1s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-03-28T07:49:25.440Z] #108 DONE 0.2s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-03-28T07:49:25.440Z] #109 DONE 0.2s [2025-03-28T07:49:25.440Z] [2025-03-28T07:49:25.440Z] #110 [security-spire-server] exporting to image [2025-03-28T07:49:25.440Z] #110 exporting layers [2025-03-28T07:49:25.699Z] #110 ... [2025-03-28T07:49:25.699Z] [2025-03-28T07:49:25.699Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-03-28T07:49:25.699Z] #111 DONE 0.1s [2025-03-28T07:49:25.699Z] [2025-03-28T07:49:25.699Z] #110 [security-spire-agent] exporting to image [2025-03-28T07:49:26.269Z] #110 ... [2025-03-28T07:49:26.269Z] [2025-03-28T07:49:26.269Z] #112 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:26.269Z] #0 9.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:26.269Z] #0 9.233 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:26.269Z] #0 9.481 OK: 8 MiB in 15 packages [2025-03-28T07:49:26.269Z] #112 DONE 9.6s [2025-03-28T07:49:26.527Z] [2025-03-28T07:49:26.528Z] #73 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:26.528Z] #73 8.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:26.528Z] #73 8.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:26.528Z] #73 8.862 OK: 13 MiB in 28 packages [2025-03-28T07:49:26.726Z] #1 [security-spire-server internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #1 transferring dockerfile: [2025-03-28T07:49:26.726Z] #1 transferring dockerfile: 1.70kB done [2025-03-28T07:49:26.726Z] #1 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #2 [core-command internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #2 transferring dockerfile: 1.94kB done [2025-03-28T07:49:26.726Z] #2 DONE 0.0s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #3 transferring dockerfile: 1.89kB done [2025-03-28T07:49:26.726Z] #3 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #4 [security-secretstore-setup internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #4 transferring dockerfile: 2.49kB 0.0s done [2025-03-28T07:49:26.726Z] #4 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #5 [security-spire-config internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #5 transferring dockerfile: 1.69kB done [2025-03-28T07:49:26.726Z] #5 DONE 0.0s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #6 transferring dockerfile: 3.02kB 0.0s done [2025-03-28T07:49:26.726Z] #6 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #7 transferring dockerfile: 1.81kB 0.0s done [2025-03-28T07:49:26.726Z] #7 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #8 transferring dockerfile: 2.01kB done [2025-03-28T07:49:26.726Z] #8 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #9 transferring dockerfile: 2.10kB 0.0s done [2025-03-28T07:49:26.726Z] #9 ... [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #10 transferring dockerfile: 2.23kB done [2025-03-28T07:49:26.726Z] #10 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #11 [core-data internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #11 transferring dockerfile: 2.04kB 0.0s done [2025-03-28T07:49:26.726Z] #11 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #12 [support-notifications internal] load build definition from Dockerfile [2025-03-28T07:49:26.726Z] #12 transferring dockerfile: 2.00kB done [2025-03-28T07:49:26.726Z] #12 DONE 0.1s [2025-03-28T07:49:26.726Z] [2025-03-28T07:49:26.726Z] #13 [support-scheduler internal] load build definition from Dockerfile [2025-03-28T07:49:26.993Z] #13 transferring dockerfile: 1.83kB 0.0s done [2025-03-28T07:49:26.993Z] #13 DONE 0.1s [2025-03-28T07:49:26.993Z] [2025-03-28T07:49:26.993Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2025-03-28T07:49:26.993Z] #14 transferring dockerfile: 2.50kB done [2025-03-28T07:49:26.993Z] #14 DONE 0.1s [2025-03-28T07:49:26.993Z] [2025-03-28T07:49:26.993Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2025-03-28T07:49:26.993Z] #15 transferring dockerfile: 2.14kB done [2025-03-28T07:49:26.993Z] #15 DONE 0.1s [2025-03-28T07:49:26.993Z] [2025-03-28T07:49:26.993Z] #16 [security-spire-server internal] load .dockerignore [2025-03-28T07:49:26.993Z] #16 transferring context: 50B done [2025-03-28T07:49:26.993Z] #16 DONE 0.0s [2025-03-28T07:49:26.993Z] [2025-03-28T07:49:26.993Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-03-28T07:49:27.097Z] #73 DONE 9.5s [2025-03-28T07:49:27.097Z] [2025-03-28T07:49:27.097Z] #113 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-03-28T07:49:27.097Z] #0 8.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:27.097Z] #0 8.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-03-28T07:49:27.097Z] #0 9.000 OK: 19 MiB in 18 packages [2025-03-28T07:49:27.097Z] #113 DONE 9.6s [2025-03-28T07:49:27.097Z] [2025-03-28T07:49:27.097Z] #114 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-03-28T07:49:27.097Z] #114 DONE 1.5s [2025-03-28T07:49:27.097Z] [2025-03-28T07:49:27.097Z] #115 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-03-28T07:49:27.097Z] #115 DONE 0.1s [2025-03-28T07:49:27.097Z] [2025-03-28T07:49:27.097Z] #116 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-03-28T07:49:27.360Z] #116 DONE 0.1s [2025-03-28T07:49:27.360Z] [2025-03-28T07:49:27.360Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:49:27.617Z] #117 ... [2025-03-28T07:49:27.617Z] [2025-03-28T07:49:27.617Z] #110 [security-spire-agent] exporting to image [2025-03-28T07:49:27.617Z] #110 exporting layers 1.8s done [2025-03-28T07:49:27.617Z] #110 writing image sha256:771575f39997e71557923ac38efd17080d9805525b53a54c448477ab3586af99 0.0s done [2025-03-28T07:49:27.617Z] #110 naming to docker.io/library/security-spire-config done [2025-03-28T07:49:27.617Z] #110 writing image sha256:77d9ce0c950676ec70f2aa9d61d1ee3cf8d77817642f8e31f8a91c4cc750c69b 0.0s done [2025-03-28T07:49:27.617Z] #110 naming to docker.io/library/security-spire-server done [2025-03-28T07:49:27.617Z] #110 writing image sha256:19121a5c6f4ccad27e264d85f6fc71f396af76243837d8f629e9d096af81cac6 done [2025-03-28T07:49:27.617Z] #110 naming to docker.io/library/security-spire-agent done [2025-03-28T07:49:27.617Z] #110 DONE 1.9s [2025-03-28T07:49:27.617Z] [2025-03-28T07:49:27.617Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:49:27.961Z] #9 ... [2025-03-28T07:49:27.961Z] [2025-03-28T07:49:27.961Z] #17 [core-command internal] load .dockerignore [2025-03-28T07:49:27.961Z] #17 transferring context: 50B done [2025-03-28T07:49:27.961Z] #17 DONE 0.0s [2025-03-28T07:49:27.961Z] [2025-03-28T07:49:27.961Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2025-03-28T07:49:27.961Z] #18 transferring context: 50B done [2025-03-28T07:49:27.961Z] #18 DONE 0.0s [2025-03-28T07:49:27.961Z] [2025-03-28T07:49:27.961Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-03-28T07:49:27.961Z] #19 transferring context: 50B 0.0s done [2025-03-28T07:49:27.961Z] #19 DONE 0.1s [2025-03-28T07:49:27.961Z] [2025-03-28T07:49:27.961Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-03-28T07:49:27.961Z] #9 ... [2025-03-28T07:49:27.961Z] [2025-03-28T07:49:27.961Z] #20 [security-spire-config internal] load .dockerignore [2025-03-28T07:49:27.961Z] #20 transferring context: 50B 0.0s done [2025-03-28T07:49:27.961Z] #20 DONE 0.1s [2025-03-28T07:49:28.229Z] [2025-03-28T07:49:28.229Z] #21 [security-bootstrapper internal] load .dockerignore [2025-03-28T07:49:28.229Z] #21 transferring context: 50B done [2025-03-28T07:49:28.229Z] #21 DONE 0.0s [2025-03-28T07:49:28.229Z] [2025-03-28T07:49:28.229Z] #22 [security-spire-agent internal] load .dockerignore [2025-03-28T07:49:28.229Z] #22 transferring context: 50B 0.0s done [2025-03-28T07:49:28.229Z] #22 DONE 0.1s [2025-03-28T07:49:28.229Z] [2025-03-28T07:49:28.229Z] #23 [core-keeper internal] load .dockerignore [2025-03-28T07:49:28.229Z] #23 transferring context: 50B done [2025-03-28T07:49:28.229Z] #23 DONE 0.1s [2025-03-28T07:49:28.229Z] [2025-03-28T07:49:28.229Z] #24 [core-metadata internal] load .dockerignore [2025-03-28T07:49:28.229Z] #24 transferring context: 50B done [2025-03-28T07:49:28.229Z] #24 DONE 0.1s [2025-03-28T07:49:28.229Z] [2025-03-28T07:49:28.229Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2025-03-28T07:49:28.229Z] #25 transferring context: 50B done [2025-03-28T07:49:28.229Z] #25 DONE 0.1s [2025-03-28T07:49:28.229Z] [2025-03-28T07:49:28.229Z] #26 [support-notifications internal] load .dockerignore [2025-03-28T07:49:28.496Z] #26 transferring context: 50B done [2025-03-28T07:49:28.496Z] #26 DONE 0.1s [2025-03-28T07:49:28.496Z] [2025-03-28T07:49:28.496Z] #27 [core-data internal] load .dockerignore [2025-03-28T07:49:28.496Z] #27 transferring context: 50B done [2025-03-28T07:49:28.496Z] #27 DONE 0.1s [2025-03-28T07:49:28.496Z] [2025-03-28T07:49:28.496Z] #28 [security-proxy-setup internal] load .dockerignore [2025-03-28T07:49:28.496Z] #28 transferring context: 50B 0.0s done [2025-03-28T07:49:28.496Z] #28 DONE 0.1s [2025-03-28T07:49:28.496Z] [2025-03-28T07:49:28.496Z] #29 [support-scheduler internal] load .dockerignore [2025-03-28T07:49:28.496Z] #29 transferring context: 50B done [2025-03-28T07:49:28.496Z] #29 DONE 0.1s [2025-03-28T07:49:28.496Z] [2025-03-28T07:49:28.496Z] #30 [security-proxy-auth internal] load .dockerignore [2025-03-28T07:49:28.496Z] #30 transferring context: 50B done [2025-03-28T07:49:28.496Z] #30 DONE 0.1s [2025-03-28T07:49:28.496Z] [2025-03-28T07:49:28.496Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-03-28T07:49:28.764Z] #31 ... [2025-03-28T07:49:28.764Z] [2025-03-28T07:49:28.764Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:49:28.764Z] #32 DONE 0.2s [2025-03-28T07:49:29.111Z] [2025-03-28T07:49:29.111Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-03-28T07:49:29.111Z] #31 DONE 0.6s [2025-03-28T07:49:29.111Z] [2025-03-28T07:49:29.111Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-03-28T07:49:29.396Z] #9 ... [2025-03-28T07:49:29.396Z] [2025-03-28T07:49:29.396Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:29.396Z] #33 DONE 0.0s [2025-03-28T07:49:29.396Z] [2025-03-28T07:49:29.396Z] #34 [security-spire-server internal] load build context [2025-03-28T07:49:29.396Z] #34 transferring context: 23.80kB 0.0s done [2025-03-28T07:49:29.396Z] #34 DONE 0.1s [2025-03-28T07:49:29.396Z] [2025-03-28T07:49:29.396Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:29.396Z] #33 DONE 0.0s [2025-03-28T07:49:29.396Z] [2025-03-28T07:49:29.396Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:49:29.396Z] #32 DONE 0.2s [2025-03-28T07:49:29.396Z] [2025-03-28T07:49:29.396Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-03-28T07:49:29.671Z] #35 ... [2025-03-28T07:49:29.671Z] [2025-03-28T07:49:29.671Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:29.671Z] #33 DONE 0.0s [2025-03-28T07:49:29.671Z] [2025-03-28T07:49:29.671Z] #36 [security-secretstore-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:29.671Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:29.671Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:29.671Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:29.671Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:29.671Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 3.15MB / 4.09MB 0.3s [2025-03-28T07:49:29.671Z] #36 ... [2025-03-28T07:49:29.671Z] [2025-03-28T07:49:29.671Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:29.671Z] #33 DONE 0.0s [2025-03-28T07:49:29.671Z] [2025-03-28T07:49:29.671Z] #36 [security-secretstore-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:29.671Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:29.671Z] #36 extracting sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 [2025-03-28T07:49:29.947Z] #36 ... [2025-03-28T07:49:29.947Z] [2025-03-28T07:49:29.947Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-03-28T07:49:29.947Z] #31 DONE 0.7s [2025-03-28T07:49:29.947Z] [2025-03-28T07:49:29.947Z] #36 [security-secretstore-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:30.262Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:30.262Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:30.262Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:30.262Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:30.262Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:30.262Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:30.262Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:30.262Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:30.262Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:30.262Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:30.262Z] #36 ... [2025-03-28T07:49:30.262Z] [2025-03-28T07:49:30.262Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:30.262Z] #33 DONE 0.0s [2025-03-28T07:49:30.262Z] [2025-03-28T07:49:30.262Z] #36 [security-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:30.541Z] #36 ... [2025-03-28T07:49:30.541Z] [2025-03-28T07:49:30.541Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:49:30.541Z] #32 DONE 1.1s [2025-03-28T07:49:30.541Z] [2025-03-28T07:49:30.541Z] #36 [core-keeper stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:30.541Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:30.541Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:30.541Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:30.541Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:30.541Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:30.822Z] #36 ... [2025-03-28T07:49:30.822Z] [2025-03-28T07:49:30.822Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:30.822Z] #33 DONE 0.0s [2025-03-28T07:49:30.822Z] [2025-03-28T07:49:30.822Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-03-28T07:49:30.822Z] #31 DONE 1.3s [2025-03-28T07:49:30.822Z] [2025-03-28T07:49:30.822Z] #36 [core-keeper stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:31.099Z] #36 ... [2025-03-28T07:49:31.099Z] [2025-03-28T07:49:31.099Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:49:31.099Z] #32 DONE 1.4s [2025-03-28T07:49:31.099Z] [2025-03-28T07:49:31.099Z] #36 [core-keeper stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:31.099Z] #36 ... [2025-03-28T07:49:31.099Z] [2025-03-28T07:49:31.099Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:31.099Z] #33 DONE 0.0s [2025-03-28T07:49:31.099Z] [2025-03-28T07:49:31.099Z] #36 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:31.099Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:31.099Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:31.099Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:31.099Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:31.099Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:31.375Z] #36 ... [2025-03-28T07:49:31.375Z] [2025-03-28T07:49:31.375Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:31.375Z] #33 DONE 0.0s [2025-03-28T07:49:31.375Z] [2025-03-28T07:49:31.375Z] #36 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:31.643Z] #36 ... [2025-03-28T07:49:31.643Z] [2025-03-28T07:49:31.643Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-03-28T07:49:31.643Z] #37 DONE 1.4s [2025-03-28T07:49:31.643Z] [2025-03-28T07:49:31.643Z] #38 [security-spire-config internal] load build context [2025-03-28T07:49:31.643Z] #38 transferring context: 22.05kB 0.2s done [2025-03-28T07:49:31.643Z] #38 DONE 1.6s [2025-03-28T07:49:31.643Z] [2025-03-28T07:49:31.643Z] #36 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:31.643Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:31.643Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:31.643Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:31.643Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:31.643Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:31.914Z] #36 ... [2025-03-28T07:49:31.914Z] [2025-03-28T07:49:31.914Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:31.914Z] #33 DONE 0.0s [2025-03-28T07:49:31.914Z] [2025-03-28T07:49:31.914Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:49:31.914Z] #32 DONE 2.2s [2025-03-28T07:49:31.914Z] [2025-03-28T07:49:31.914Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:49:31.914Z] #39 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-03-28T07:49:31.914Z] #39 DONE 0.3s [2025-03-28T07:49:31.914Z] [2025-03-28T07:49:31.914Z] #36 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:31.914Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:31.914Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:31.914Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:31.914Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:31.914Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:32.198Z] #36 ... [2025-03-28T07:49:32.198Z] [2025-03-28T07:49:32.198Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:32.198Z] #33 DONE 0.0s [2025-03-28T07:49:32.198Z] [2025-03-28T07:49:32.198Z] #36 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:32.482Z] #36 ... [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #40 [core-command internal] load build context [2025-03-28T07:49:32.482Z] #40 transferring context: 3.21MB 1.9s done [2025-03-28T07:49:32.482Z] #40 DONE 2.9s [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #36 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:32.482Z] #36 ... [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:32.482Z] #33 DONE 0.0s [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #41 [security-proxy-setup internal] load build context [2025-03-28T07:49:32.482Z] #41 DONE 0.0s [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #36 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:32.482Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:32.482Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:32.482Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:32.482Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:32.482Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:32.482Z] #36 ... [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #42 [security-spiffe-token-provider internal] load build context [2025-03-28T07:49:32.482Z] #42 transferring context: 3.21MB 2.4s done [2025-03-28T07:49:32.482Z] #42 DONE 3.1s [2025-03-28T07:49:32.482Z] [2025-03-28T07:49:32.482Z] #36 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:32.750Z] #36 ... [2025-03-28T07:49:32.750Z] [2025-03-28T07:49:32.750Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-03-28T07:49:32.750Z] #33 DONE 0.0s [2025-03-28T07:49:32.750Z] [2025-03-28T07:49:32.750Z] #36 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:33.019Z] #36 extracting sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 3.1s done [2025-03-28T07:49:33.019Z] #36 ... [2025-03-28T07:49:33.019Z] [2025-03-28T07:49:33.019Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-03-28T07:49:33.019Z] #32 DONE 3.1s [2025-03-28T07:49:33.326Z] [2025-03-28T07:49:33.326Z] #36 [security-proxy-auth stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:33.326Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:33.326Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:33.326Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:33.326Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:33.326Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:33.326Z] #36 extracting sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 3.1s done [2025-03-28T07:49:33.326Z] #36 ... [2025-03-28T07:49:33.326Z] [2025-03-28T07:49:33.326Z] #43 [support-scheduler internal] load build context [2025-03-28T07:49:33.326Z] #43 DONE 0.0s [2025-03-28T07:49:33.326Z] [2025-03-28T07:49:33.326Z] #44 [security-secretstore-setup internal] load build context [2025-03-28T07:49:33.326Z] #44 transferring context: 3.21MB 2.3s done [2025-03-28T07:49:33.326Z] #44 DONE 3.6s [2025-03-28T07:49:33.326Z] [2025-03-28T07:49:33.326Z] #36 [support-scheduler stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:33.326Z] #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-03-28T07:49:33.326Z] #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-03-28T07:49:33.326Z] #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-03-28T07:49:33.326Z] #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-03-28T07:49:33.326Z] #36 sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 4.09MB / 4.09MB 0.4s done [2025-03-28T07:49:33.326Z] #36 extracting sha256:94e9d8af22013aabf0edcaf42950c88b0a1350c3a9ce076d61b98a535a673dd9 3.1s done [2025-03-28T07:49:33.921Z] #36 ... [2025-03-28T07:49:33.921Z] [2025-03-28T07:49:33.921Z] #45 [security-spire-agent internal] load build context [2025-03-28T07:49:33.921Z] #45 transferring context: 23.33kB 0.2s done [2025-03-28T07:49:33.921Z] #45 DONE 2.4s [2025-03-28T07:49:34.189Z] [2025-03-28T07:49:34.189Z] #46 [security-bootstrapper internal] load build context [2025-03-28T07:49:34.189Z] #46 transferring context: 3.21MB 2.6s done [2025-03-28T07:49:34.189Z] #46 DONE 4.0s [2025-03-28T07:49:34.189Z] [2025-03-28T07:49:34.189Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:34.189Z] #47 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-03-28T07:49:34.189Z] #47 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-03-28T07:49:34.189Z] #47 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-03-28T07:49:34.189Z] #47 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-03-28T07:49:34.189Z] #47 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-03-28T07:49:34.189Z] #47 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-03-28T07:49:34.189Z] #47 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-03-28T07:49:34.189Z] #47 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-03-28T07:49:34.189Z] #47 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.7s done [2025-03-28T07:49:34.189Z] #47 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-03-28T07:49:34.189Z] #47 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done [2025-03-28T07:49:34.189Z] #47 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.1s [2025-03-28T07:49:34.786Z] #47 ... [2025-03-28T07:49:34.786Z] [2025-03-28T07:49:34.786Z] #36 [security-spiffe-token-provider stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-03-28T07:49:34.786Z] #36 DONE 6.4s [2025-03-28T07:49:34.786Z] [2025-03-28T07:49:34.786Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:34.786Z] #47 ... [2025-03-28T07:49:34.786Z] [2025-03-28T07:49:34.786Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:49:34.786Z] #39 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-03-28T07:49:34.786Z] #39 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-03-28T07:49:34.786Z] #39 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-03-28T07:49:34.786Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-03-28T07:49:34.786Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-03-28T07:49:34.786Z] #39 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done [2025-03-28T07:49:34.786Z] #39 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-03-28T07:49:34.786Z] #39 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.6s done [2025-03-28T07:49:34.786Z] #39 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [2025-03-28T07:49:35.058Z] #39 ... [2025-03-28T07:49:35.058Z] [2025-03-28T07:49:35.058Z] #48 [core-keeper internal] load build context [2025-03-28T07:49:35.058Z] #48 transferring context: 3.21MB 2.3s done [2025-03-28T07:49:35.058Z] #48 DONE 4.5s [2025-03-28T07:49:35.328Z] [2025-03-28T07:49:35.328Z] #49 [core-metadata internal] load build context [2025-03-28T07:49:35.328Z] #49 transferring context: 3.21MB 2.3s done [2025-03-28T07:49:35.328Z] #49 DONE 4.0s [2025-03-28T07:49:35.328Z] [2025-03-28T07:49:35.328Z] #50 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-03-28T07:49:35.915Z] #50 ... [2025-03-28T07:49:35.915Z] [2025-03-28T07:49:35.915Z] #41 [security-proxy-setup internal] load build context [2025-03-28T07:49:35.915Z] #41 transferring context: 3.21MB 2.3s done [2025-03-28T07:49:35.915Z] #41 DONE 3.4s [2025-03-28T07:49:35.915Z] [2025-03-28T07:49:35.915Z] #51 [support-notifications internal] load build context [2025-03-28T07:49:35.915Z] #51 transferring context: 3.21MB 1.6s done [2025-03-28T07:49:35.915Z] #51 DONE 3.9s [2025-03-28T07:49:35.915Z] [2025-03-28T07:49:35.915Z] #52 [core-data internal] load build context [2025-03-28T07:49:35.915Z] #52 transferring context: 3.21MB 1.9s done [2025-03-28T07:49:35.915Z] #52 DONE 4.1s [2025-03-28T07:49:35.915Z] [2025-03-28T07:49:35.915Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:36.505Z] #47 ... [2025-03-28T07:49:36.505Z] [2025-03-28T07:49:36.505Z] #53 [core-common-config-bootstrapper internal] load build context [2025-03-28T07:49:36.505Z] #53 transferring context: 3.21MB 1.9s done [2025-03-28T07:49:36.505Z] #53 DONE 4.6s [2025-03-28T07:49:36.505Z] [2025-03-28T07:49:36.505Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:37.534Z] #47 ... [2025-03-28T07:49:37.534Z] [2025-03-28T07:49:37.534Z] #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-03-28T07:49:37.534Z] #35 DONE 7.9s [2025-03-28T07:49:37.534Z] [2025-03-28T07:49:37.534Z] #54 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-03-28T07:49:38.533Z] #54 DONE 1.4s [2025-03-28T07:49:38.533Z] [2025-03-28T07:49:38.533Z] #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:39.133Z] #55 ... [2025-03-28T07:49:39.133Z] [2025-03-28T07:49:39.133Z] #43 [support-scheduler internal] load build context [2025-03-28T07:49:39.133Z] #43 transferring context: 3.21MB 3.2s done [2025-03-28T07:49:39.133Z] #43 DONE 5.7s [2025-03-28T07:49:39.417Z] [2025-03-28T07:49:39.417Z] #56 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:40.402Z] #56 ... [2025-03-28T07:49:40.402Z] [2025-03-28T07:49:40.402Z] #57 [security-proxy-auth internal] load build context [2025-03-28T07:49:40.402Z] #57 transferring context: 3.21MB 3.4s done [2025-03-28T07:49:40.402Z] #57 DONE 7.2s [2025-03-28T07:49:40.673Z] [2025-03-28T07:49:40.673Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:49:40.673Z] #39 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.8s [2025-03-28T07:49:44.038Z] #39 ... [2025-03-28T07:49:44.038Z] [2025-03-28T07:49:44.038Z] #50 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-03-28T07:49:44.038Z] #50 9.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:44.038Z] #50 9.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:44.306Z] #50 ... [2025-03-28T07:49:44.306Z] [2025-03-28T07:49:44.306Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-03-28T07:49:44.306Z] #0 5.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:44.306Z] #0 5.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:44.306Z] #0 7.625 (1/3) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:44.306Z] #0 7.680 (2/3) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:44.306Z] #0 7.821 (3/3) Installing tzdata (2025b-r0) [2025-03-28T07:49:44.306Z] #0 8.092 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:44.306Z] #0 8.121 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:49:44.306Z] #0 8.527 OK: 11 MiB in 17 packages [2025-03-28T07:49:44.306Z] #58 DONE 9.5s [2025-03-28T07:49:44.578Z] [2025-03-28T07:49:44.578Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:49:45.541Z] #39 ... [2025-03-28T07:49:45.541Z] [2025-03-28T07:49:45.541Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:45.541Z] #59 ... [2025-03-28T07:49:45.541Z] [2025-03-28T07:49:45.541Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:49:45.541Z] #60 ... [2025-03-28T07:49:45.541Z] [2025-03-28T07:49:45.541Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-03-28T07:49:45.541Z] #0 9.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:45.541Z] #0 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:45.809Z] #61 ... [2025-03-28T07:49:45.809Z] [2025-03-28T07:49:45.809Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:49:46.077Z] #62 ... [2025-03-28T07:49:46.077Z] [2025-03-28T07:49:46.077Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:49:46.077Z] #63 ... [2025-03-28T07:49:46.077Z] [2025-03-28T07:49:46.077Z] #64 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:46.077Z] #0 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:46.344Z] #64 ... [2025-03-28T07:49:46.344Z] [2025-03-28T07:49:46.344Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-03-28T07:49:46.344Z] #65 ... [2025-03-28T07:49:46.344Z] [2025-03-28T07:49:46.344Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:49:46.614Z] #66 ... [2025-03-28T07:49:46.615Z] [2025-03-28T07:49:46.615Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:49:46.615Z] #67 ... [2025-03-28T07:49:46.615Z] [2025-03-28T07:49:46.615Z] #64 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:46.615Z] #64 11.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:46.883Z] #64 ... [2025-03-28T07:49:46.883Z] [2025-03-28T07:49:46.883Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:49:46.883Z] #60 DONE 11.3s [2025-03-28T07:49:46.883Z] [2025-03-28T07:49:46.883Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:46.883Z] #47 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.7s [2025-03-28T07:49:47.470Z] #47 ... [2025-03-28T07:49:47.470Z] [2025-03-28T07:49:47.470Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:49:47.470Z] #66 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:48.435Z] #66 12.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:48.435Z] #66 ... [2025-03-28T07:49:48.435Z] [2025-03-28T07:49:48.435Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-03-28T07:49:48.705Z] #68 ... [2025-03-28T07:49:48.705Z] [2025-03-28T07:49:48.705Z] #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-03-28T07:49:48.705Z] #39 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.6s done [2025-03-28T07:49:48.705Z] #39 DONE 17.0s [2025-03-28T07:49:48.705Z] [2025-03-28T07:49:48.705Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-03-28T07:49:48.973Z] #69 ... [2025-03-28T07:49:48.973Z] [2025-03-28T07:49:48.973Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-03-28T07:49:48.973Z] #70 ... [2025-03-28T07:49:48.973Z] [2025-03-28T07:49:48.973Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:49:49.248Z] #71 ... [2025-03-28T07:49:49.248Z] [2025-03-28T07:49:49.248Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:50.667Z] #47 ... [2025-03-28T07:49:50.667Z] [2025-03-28T07:49:50.667Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-03-28T07:49:50.667Z] #71 DONE 12.1s [2025-03-28T07:49:50.667Z] [2025-03-28T07:49:50.667Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:51.263Z] #47 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.6s [2025-03-28T07:49:54.619Z] #47 ... [2025-03-28T07:49:54.619Z] [2025-03-28T07:49:54.619Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:54.619Z] #0 8.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:54.619Z] #72 ... [2025-03-28T07:49:54.619Z] [2025-03-28T07:49:54.619Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:55.601Z] #47 ... [2025-03-28T07:49:55.601Z] [2025-03-28T07:49:55.601Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-03-28T07:49:55.601Z] #61 14.05 (1/4) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:55.601Z] #61 14.56 (2/4) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:55.601Z] #61 14.59 (3/4) Installing su-exec (0.2-r3) [2025-03-28T07:49:55.601Z] #61 14.60 (4/4) Installing yq-go (4.44.1-r2) [2025-03-28T07:49:55.601Z] #61 16.24 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:55.601Z] #61 16.39 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:49:55.601Z] #61 17.99 OK: 20 MiB in 18 packages [2025-03-28T07:49:55.601Z] #61 DONE 20.2s [2025-03-28T07:49:55.601Z] [2025-03-28T07:49:55.601Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:55.601Z] #47 ... [2025-03-28T07:49:55.601Z] [2025-03-28T07:49:55.601Z] #50 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-03-28T07:49:55.601Z] #50 11.17 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:49:55.601Z] #50 11.17 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:49:55.601Z] #50 11.17 OK: 24048 distinct packages available [2025-03-28T07:49:55.601Z] #50 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:55.601Z] #50 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:55.601Z] #50 19.27 (1/5) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:55.601Z] #50 19.30 (2/5) Installing musl-obstack (1.2.3-r2) [2025-03-28T07:49:55.601Z] #50 19.31 (3/5) Installing libucontext (1.2-r3) [2025-03-28T07:49:55.601Z] #50 19.33 (4/5) Installing gcompat (1.1.0-r4) [2025-03-28T07:49:55.601Z] #50 19.36 (5/5) Installing openssl (3.3.3-r0) [2025-03-28T07:49:55.601Z] #50 19.58 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:55.601Z] #50 19.74 OK: 10 MiB in 19 packages [2025-03-28T07:49:55.870Z] #50 ... [2025-03-28T07:49:55.870Z] [2025-03-28T07:49:55.870Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:55.870Z] #47 ... [2025-03-28T07:49:55.870Z] [2025-03-28T07:49:55.870Z] #64 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:55.870Z] #64 17.92 (1/1) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:55.870Z] #64 17.94 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:55.870Z] #64 18.05 OK: 9 MiB in 15 packages [2025-03-28T07:49:55.870Z] #64 DONE 20.8s [2025-03-28T07:49:56.138Z] [2025-03-28T07:49:56.138Z] #73 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-03-28T07:49:56.734Z] #73 ... [2025-03-28T07:49:56.734Z] [2025-03-28T07:49:56.734Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-03-28T07:49:56.734Z] #0 6.839 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:56.734Z] #0 8.002 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:57.002Z] #74 ... [2025-03-28T07:49:57.002Z] [2025-03-28T07:49:57.002Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:57.002Z] #47 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.2s [2025-03-28T07:49:57.269Z] #47 ... [2025-03-28T07:49:57.269Z] [2025-03-28T07:49:57.269Z] #50 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-03-28T07:49:57.269Z] #50 DONE 22.9s [2025-03-28T07:49:57.541Z] [2025-03-28T07:49:57.541Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:49:57.541Z] #72 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:57.810Z] #72 ... [2025-03-28T07:49:57.810Z] [2025-03-28T07:49:57.810Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:49:57.810Z] #67 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:57.810Z] #67 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:57.810Z] #67 ... [2025-03-28T07:49:57.810Z] [2025-03-28T07:49:57.810Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:57.810Z] #47 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.1s done [2025-03-28T07:49:58.080Z] #47 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.1s done [2025-03-28T07:49:58.080Z] #47 ... [2025-03-28T07:49:58.080Z] [2025-03-28T07:49:58.080Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:49:58.080Z] #63 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:58.080Z] #63 14.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:58.350Z] #63 ... [2025-03-28T07:49:58.350Z] [2025-03-28T07:49:58.350Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-03-28T07:49:58.350Z] #75 ... [2025-03-28T07:49:58.350Z] [2025-03-28T07:49:58.350Z] #47 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-03-28T07:49:58.350Z] #47 DONE 29.9s [2025-03-28T07:49:58.621Z] [2025-03-28T07:49:58.621Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:49:58.621Z] #67 23.27 (1/2) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:58.621Z] #67 23.32 (2/2) Installing su-exec (0.2-r3) [2025-03-28T07:49:58.621Z] #67 23.35 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:49:58.621Z] #67 ... [2025-03-28T07:49:58.621Z] [2025-03-28T07:49:58.621Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:49:58.621Z] #62 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:58.621Z] #62 15.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:58.890Z] #62 ... [2025-03-28T07:49:58.890Z] [2025-03-28T07:49:58.890Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:49:58.890Z] #67 23.56 OK: 9 MiB in 16 packages [2025-03-28T07:49:59.160Z] #67 ... [2025-03-28T07:49:59.160Z] [2025-03-28T07:49:59.160Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-03-28T07:49:59.160Z] #69 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:59.160Z] #69 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:59.444Z] #69 ... [2025-03-28T07:49:59.444Z] [2025-03-28T07:49:59.444Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:49:59.444Z] #63 23.62 (1/7) Installing ca-certificates (20241121-r1) [2025-03-28T07:49:59.716Z] #63 24.12 (2/7) Installing dumb-init (1.2.5-r3) [2025-03-28T07:49:59.716Z] #63 24.16 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-03-28T07:49:59.716Z] #63 24.19 (4/7) Installing libsodium (1.0.19-r0) [2025-03-28T07:49:59.716Z] #63 ... [2025-03-28T07:49:59.716Z] [2025-03-28T07:49:59.716Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-03-28T07:49:59.716Z] #65 14.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:59.716Z] #65 15.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:59.716Z] #65 ... [2025-03-28T07:49:59.716Z] [2025-03-28T07:49:59.716Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:49:59.716Z] #66 24.35 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:49:59.716Z] #66 24.35 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:49:59.716Z] #66 24.35 OK: 24048 distinct packages available [2025-03-28T07:49:59.985Z] #66 ... [2025-03-28T07:49:59.985Z] [2025-03-28T07:49:59.985Z] #56 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:49:59.985Z] #56 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:49:59.985Z] #56 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:00.253Z] #56 ... [2025-03-28T07:50:00.253Z] [2025-03-28T07:50:00.253Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:50:00.253Z] #63 24.25 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-03-28T07:50:00.253Z] #63 24.64 (6/7) Installing libzmq (4.3.5-r2) [2025-03-28T07:50:00.253Z] #63 24.76 (7/7) Installing zeromq (4.3.5-r2) [2025-03-28T07:50:00.253Z] #63 24.81 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:50:00.522Z] #63 24.95 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:50:00.522Z] #63 ... [2025-03-28T07:50:00.522Z] [2025-03-28T07:50:00.522Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-03-28T07:50:00.522Z] #59 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:00.522Z] #59 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:00.791Z] #59 ... [2025-03-28T07:50:00.791Z] [2025-03-28T07:50:00.791Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-03-28T07:50:00.791Z] #70 12.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:00.791Z] #70 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:00.791Z] #70 ... [2025-03-28T07:50:00.791Z] [2025-03-28T07:50:00.791Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-03-28T07:50:00.791Z] #0 3.667 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:00.791Z] #0 6.052 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:01.059Z] #76 ... [2025-03-28T07:50:01.060Z] [2025-03-28T07:50:01.060Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-03-28T07:50:01.060Z] #67 DONE 25.7s [2025-03-28T07:50:01.060Z] [2025-03-28T07:50:01.060Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-03-28T07:50:01.060Z] #75 4.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:01.652Z] #75 ... [2025-03-28T07:50:01.652Z] [2025-03-28T07:50:01.652Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-03-28T07:50:01.652Z] #68 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:01.652Z] #68 15.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:01.652Z] #68 ... [2025-03-28T07:50:01.652Z] [2025-03-28T07:50:01.652Z] #55 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:50:01.652Z] #55 12.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:01.652Z] #55 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:01.928Z] #55 ... [2025-03-28T07:50:01.928Z] [2025-03-28T07:50:01.928Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:50:01.928Z] #62 26.00 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:50:01.928Z] #62 26.00 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:50:01.928Z] #62 26.00 OK: 24048 distinct packages available [2025-03-28T07:50:02.525Z] #62 27.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:03.946Z] #62 ... [2025-03-28T07:50:03.946Z] [2025-03-28T07:50:03.946Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-03-28T07:50:03.946Z] #63 26.49 OK: 14 MiB in 21 packages [2025-03-28T07:50:03.946Z] #63 DONE 28.3s [2025-03-28T07:50:03.946Z] [2025-03-28T07:50:03.946Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-03-28T07:50:03.946Z] #59 28.10 (1/1) Installing dumb-init (1.2.5-r3) [2025-03-28T07:50:03.946Z] #59 28.17 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:50:03.946Z] #59 28.41 OK: 9 MiB in 15 packages [2025-03-28T07:50:04.538Z] #59 ... [2025-03-28T07:50:04.538Z] [2025-03-28T07:50:04.538Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-03-28T07:50:04.538Z] #70 24.09 OK: 239 MiB in 58 packages [2025-03-28T07:50:04.538Z] #70 DONE 26.1s [2025-03-28T07:50:04.805Z] [2025-03-28T07:50:04.805Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:05.395Z] #77 DONE 0.5s [2025-03-28T07:50:05.395Z] [2025-03-28T07:50:05.395Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:05.674Z] #78 ... [2025-03-28T07:50:05.674Z] [2025-03-28T07:50:05.674Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-03-28T07:50:05.674Z] #0 4.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:05.674Z] #0 7.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:05.674Z] #79 ... [2025-03-28T07:50:05.674Z] [2025-03-28T07:50:05.674Z] #56 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:50:05.674Z] #56 27.26 OK: 239 MiB in 58 packages [2025-03-28T07:50:06.278Z] #56 ... [2025-03-28T07:50:06.278Z] [2025-03-28T07:50:06.278Z] #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:50:06.278Z] #55 25.61 OK: 239 MiB in 58 packages [2025-03-28T07:50:06.278Z] #55 DONE 27.9s [2025-03-28T07:50:06.547Z] [2025-03-28T07:50:06.547Z] #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:06.817Z] #80 ... [2025-03-28T07:50:06.817Z] [2025-03-28T07:50:06.817Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-03-28T07:50:06.817Z] #68 24.83 OK: 239 MiB in 58 packages [2025-03-28T07:50:06.817Z] #68 DONE 28.2s [2025-03-28T07:50:06.817Z] [2025-03-28T07:50:06.817Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:07.089Z] #81 ... [2025-03-28T07:50:07.089Z] [2025-03-28T07:50:07.089Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-03-28T07:50:07.089Z] #59 DONE 31.5s [2025-03-28T07:50:07.089Z] [2025-03-28T07:50:07.089Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:07.691Z] #82 ... [2025-03-28T07:50:07.691Z] [2025-03-28T07:50:07.691Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-03-28T07:50:07.691Z] #65 27.10 (1/4) Installing dumb-init (1.2.5-r3) [2025-03-28T07:50:07.691Z] #65 27.14 (2/4) Installing openssl (3.3.3-r0) [2025-03-28T07:50:07.691Z] #65 27.23 (3/4) Installing su-exec (0.2-r3) [2025-03-28T07:50:07.691Z] #65 27.24 (4/4) Installing yq-go (4.44.1-r2) [2025-03-28T07:50:07.691Z] #65 28.75 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:50:07.691Z] #65 29.04 OK: 20 MiB in 18 packages [2025-03-28T07:50:07.691Z] #65 DONE 32.2s [2025-03-28T07:50:07.691Z] [2025-03-28T07:50:07.691Z] #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:07.691Z] #80 DONE 1.4s [2025-03-28T07:50:07.691Z] [2025-03-28T07:50:07.691Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:08.289Z] #83 ... [2025-03-28T07:50:08.289Z] [2025-03-28T07:50:08.289Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:08.289Z] #72 21.57 OK: 11 MiB in 17 packages [2025-03-28T07:50:08.289Z] #72 DONE 23.7s [2025-03-28T07:50:08.289Z] [2025-03-28T07:50:08.289Z] #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-03-28T07:50:08.289Z] #56 DONE 29.9s [2025-03-28T07:50:08.289Z] [2025-03-28T07:50:08.289Z] #84 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:09.251Z] #84 ... [2025-03-28T07:50:09.251Z] [2025-03-28T07:50:09.251Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:09.251Z] #81 DONE 2.4s [2025-03-28T07:50:09.251Z] [2025-03-28T07:50:09.251Z] #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:09.251Z] #85 ... [2025-03-28T07:50:09.251Z] [2025-03-28T07:50:09.251Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-03-28T07:50:09.251Z] #76 17.03 OK: 239 MiB in 58 packages [2025-03-28T07:50:09.251Z] #76 DONE 18.6s [2025-03-28T07:50:09.522Z] [2025-03-28T07:50:09.522Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-03-28T07:50:10.114Z] #86 ... [2025-03-28T07:50:10.114Z] [2025-03-28T07:50:10.114Z] #84 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:10.114Z] #84 DONE 1.9s [2025-03-28T07:50:10.390Z] [2025-03-28T07:50:10.390Z] #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:10.390Z] #87 ... [2025-03-28T07:50:10.390Z] [2025-03-28T07:50:10.390Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-03-28T07:50:10.390Z] #86 DONE 1.1s [2025-03-28T07:50:10.659Z] [2025-03-28T07:50:10.659Z] #73 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-03-28T07:50:10.659Z] #73 4.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:10.659Z] #73 6.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:10.659Z] #73 ... [2025-03-28T07:50:10.659Z] [2025-03-28T07:50:10.659Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-03-28T07:50:10.659Z] #74 21.12 (1/1) Installing dumb-init (1.2.5-r3) [2025-03-28T07:50:10.659Z] #74 21.92 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:50:10.659Z] #74 22.26 OK: 9 MiB in 15 packages [2025-03-28T07:50:10.659Z] #74 DONE 24.0s [2025-03-28T07:50:10.659Z] [2025-03-28T07:50:10.659Z] #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:10.936Z] #88 ... [2025-03-28T07:50:10.936Z] [2025-03-28T07:50:10.936Z] #89 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-03-28T07:50:10.936Z] #0 2.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:10.936Z] #0 4.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:11.204Z] #89 ... [2025-03-28T07:50:11.204Z] [2025-03-28T07:50:11.204Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-03-28T07:50:11.204Z] #69 24.65 v3.20.6-69-ge9c7c37ab52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-03-28T07:50:11.204Z] #69 24.65 v3.20.6-71-g8ae4dd17f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-03-28T07:50:11.204Z] #69 24.65 OK: 24068 distinct packages available [2025-03-28T07:50:11.204Z] #69 27.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:11.204Z] #69 29.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:11.791Z] #69 ... [2025-03-28T07:50:11.791Z] [2025-03-28T07:50:11.791Z] #73 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-03-28T07:50:11.791Z] #73 15.85 OK: 9 MiB in 15 packages [2025-03-28T07:50:12.065Z] #73 ... [2025-03-28T07:50:12.065Z] [2025-03-28T07:50:12.065Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:50:12.065Z] #66 26.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:12.065Z] #66 28.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:12.331Z] #66 ... [2025-03-28T07:50:12.331Z] [2025-03-28T07:50:12.331Z] #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:12.331Z] #0 6.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:12.331Z] #0 8.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:12.920Z] #90 ... [2025-03-28T07:50:12.920Z] [2025-03-28T07:50:12.920Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-03-28T07:50:12.920Z] #75 6.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:12.920Z] #75 15.98 OK: 10 MiB in 19 packages [2025-03-28T07:50:12.920Z] #75 ... [2025-03-28T07:50:12.920Z] [2025-03-28T07:50:12.920Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-03-28T07:50:12.920Z] #79 17.15 OK: 20 MiB in 18 packages [2025-03-28T07:50:13.194Z] #79 ... [2025-03-28T07:50:13.194Z] [2025-03-28T07:50:13.194Z] #73 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2025-03-28T07:50:13.194Z] #73 DONE 17.4s [2025-03-28T07:50:13.194Z] [2025-03-28T07:50:13.194Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-03-28T07:50:13.469Z] #91 ... [2025-03-28T07:50:13.469Z] [2025-03-28T07:50:13.469Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-03-28T07:50:13.469Z] #75 DONE 17.0s [2025-03-28T07:50:13.469Z] [2025-03-28T07:50:13.469Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-03-28T07:50:14.054Z] #92 ... [2025-03-28T07:50:14.054Z] [2025-03-28T07:50:14.054Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-03-28T07:50:14.054Z] #79 DONE 18.3s [2025-03-28T07:50:14.054Z] [2025-03-28T07:50:14.054Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:50:14.054Z] #66 38.82 (1/4) Installing dumb-init (1.2.5-r3) [2025-03-28T07:50:14.335Z] #66 38.86 (2/4) Installing musl-obstack (1.2.3-r2) [2025-03-28T07:50:14.335Z] #66 38.86 (3/4) Installing libucontext (1.2-r3) [2025-03-28T07:50:14.335Z] #66 38.88 (4/4) Installing gcompat (1.1.0-r4) [2025-03-28T07:50:14.335Z] #66 38.93 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:50:14.602Z] #66 39.11 OK: 9 MiB in 18 packages [2025-03-28T07:50:14.602Z] #66 ... [2025-03-28T07:50:14.602Z] [2025-03-28T07:50:14.602Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:50:14.602Z] #62 29.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:14.602Z] #62 38.34 (1/14) Installing ca-certificates (20241121-r1) [2025-03-28T07:50:14.602Z] #62 38.62 (2/14) Installing brotli-libs (1.1.0-r2) [2025-03-28T07:50:14.602Z] #62 38.70 (3/14) Installing c-ares (1.33.1-r0) [2025-03-28T07:50:14.602Z] #62 38.71 (4/14) Installing libunistring (1.2-r0) [2025-03-28T07:50:14.602Z] #62 38.91 (5/14) Installing libidn2 (2.3.7-r0) [2025-03-28T07:50:14.602Z] #62 38.96 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-03-28T07:50:14.602Z] #62 38.96 (7/14) Installing libpsl (0.21.5-r1) [2025-03-28T07:50:14.602Z] #62 38.97 (8/14) Installing zstd-libs (1.5.6-r0) [2025-03-28T07:50:14.602Z] #62 39.10 (9/14) Installing libcurl (8.12.1-r0) [2025-03-28T07:50:14.602Z] #62 39.16 (10/14) Installing curl (8.12.1-r0) [2025-03-28T07:50:14.602Z] #62 39.19 (11/14) Installing dumb-init (1.2.5-r3) [2025-03-28T07:50:14.602Z] #62 39.19 (12/14) Installing musl-obstack (1.2.3-r2) [2025-03-28T07:50:14.602Z] #62 39.20 (13/14) Installing libucontext (1.2-r3) [2025-03-28T07:50:14.602Z] #62 39.27 (14/14) Installing gcompat (1.1.0-r4) [2025-03-28T07:50:14.602Z] #62 39.30 Executing busybox-1.36.1-r29.trigger [2025-03-28T07:50:14.872Z] #62 39.43 Executing ca-certificates-20241121-r1.trigger [2025-03-28T07:50:14.872Z] #62 ... [2025-03-28T07:50:14.872Z] [2025-03-28T07:50:14.872Z] #89 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-03-28T07:50:14.872Z] #89 13.46 OK: 9 MiB in 16 packages [2025-03-28T07:50:15.861Z] #89 DONE 14.7s [2025-03-28T07:50:15.861Z] [2025-03-28T07:50:15.861Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-03-28T07:50:15.861Z] #69 36.90 OK: 239 MiB in 58 packages [2025-03-28T07:50:15.861Z] #69 ... [2025-03-28T07:50:15.861Z] [2025-03-28T07:50:15.861Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-03-28T07:50:15.861Z] #66 DONE 40.4s [2025-03-28T07:50:16.133Z] [2025-03-28T07:50:16.133Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-03-28T07:50:16.721Z] #93 ... [2025-03-28T07:50:16.721Z] [2025-03-28T07:50:16.721Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-03-28T07:50:16.721Z] #69 DONE 38.2s [2025-03-28T07:50:16.721Z] [2025-03-28T07:50:16.721Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:17.309Z] #94 ... [2025-03-28T07:50:17.309Z] [2025-03-28T07:50:17.309Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-03-28T07:50:17.309Z] #62 40.47 OK: 15 MiB in 28 packages [2025-03-28T07:50:17.309Z] #62 DONE 42.0s [2025-03-28T07:50:17.309Z] [2025-03-28T07:50:17.309Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:18.289Z] #95 ... [2025-03-28T07:50:18.289Z] [2025-03-28T07:50:18.289Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:18.289Z] #94 DONE 1.7s [2025-03-28T07:50:18.289Z] [2025-03-28T07:50:18.289Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:18.557Z] #96 ... [2025-03-28T07:50:18.557Z] [2025-03-28T07:50:18.557Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-03-28T07:50:18.557Z] #92 DONE 4.9s [2025-03-28T07:50:18.824Z] [2025-03-28T07:50:18.824Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:50:19.417Z] #97 ... [2025-03-28T07:50:19.417Z] [2025-03-28T07:50:19.417Z] #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:19.417Z] #90 14.53 OK: 14 MiB in 21 packages [2025-03-28T07:50:19.417Z] #90 DONE 15.6s [2025-03-28T07:50:19.417Z] [2025-03-28T07:50:19.417Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-03-28T07:50:19.417Z] #91 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:19.685Z] #91 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:23.041Z] #91 ... [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:50:23.041Z] #97 DONE 4.1s [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-03-28T07:50:23.041Z] #98 DONE 6.9s [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:50:23.041Z] #99 DONE 9.1s [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-03-28T07:50:23.041Z] #100 ... [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-03-28T07:50:23.041Z] #101 DONE 0.4s [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-03-28T07:50:23.041Z] #102 DONE 0.4s [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-03-28T07:50:23.041Z] #100 DONE 0.4s [2025-03-28T07:50:23.041Z] [2025-03-28T07:50:23.041Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-03-28T07:50:23.330Z] #103 ... [2025-03-28T07:50:23.330Z] [2025-03-28T07:50:23.330Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-03-28T07:50:23.330Z] #104 DONE 0.2s [2025-03-28T07:50:23.330Z] [2025-03-28T07:50:23.330Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-03-28T07:50:23.330Z] #103 DONE 0.3s [2025-03-28T07:50:23.330Z] [2025-03-28T07:50:23.330Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:50:23.599Z] #105 ... [2025-03-28T07:50:23.599Z] [2025-03-28T07:50:23.599Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:50:23.599Z] #106 DONE 0.3s [2025-03-28T07:50:23.599Z] [2025-03-28T07:50:23.599Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:50:23.599Z] #105 DONE 0.3s [2025-03-28T07:50:23.599Z] [2025-03-28T07:50:23.599Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-03-28T07:50:23.869Z] #107 DONE 0.2s [2025-03-28T07:50:23.869Z] [2025-03-28T07:50:23.869Z] #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-03-28T07:50:23.869Z] #108 DONE 0.2s [2025-03-28T07:50:23.869Z] [2025-03-28T07:50:23.869Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-03-28T07:50:24.155Z] #109 DONE 0.3s [2025-03-28T07:50:24.155Z] [2025-03-28T07:50:24.155Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-03-28T07:50:24.155Z] #110 DONE 0.3s [2025-03-28T07:50:24.155Z] [2025-03-28T07:50:24.155Z] #111 [security-spire-server] exporting to image [2025-03-28T07:50:24.155Z] #111 exporting layers [2025-03-28T07:50:25.567Z] #111 ... [2025-03-28T07:50:25.567Z] [2025-03-28T07:50:25.567Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:25.567Z] #82 9.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:25.567Z] #82 11.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:25.567Z] #82 17.43 OK: 9 MiB in 15 packages [2025-03-28T07:50:25.567Z] #82 DONE 18.7s [2025-03-28T07:50:25.834Z] [2025-03-28T07:50:25.834Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:25.834Z] #95 5.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:25.834Z] #95 6.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:27.253Z] #95 ... [2025-03-28T07:50:27.253Z] [2025-03-28T07:50:27.253Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-03-28T07:50:27.253Z] #91 18.75 OK: 20 MiB in 18 packages [2025-03-28T07:50:27.253Z] #91 DONE 19.5s [2025-03-28T07:50:27.253Z] [2025-03-28T07:50:27.253Z] #112 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-03-28T07:50:27.521Z] #112 DONE 0.2s [2025-03-28T07:50:27.521Z] [2025-03-28T07:50:27.521Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-03-28T07:50:27.521Z] #93 5.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:27.521Z] #93 6.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-03-28T07:50:27.521Z] #93 ... [2025-03-28T07:50:27.521Z] [2025-03-28T07:50:27.521Z] #111 [security-spire-server] exporting to image [2025-03-28T07:50:27.521Z] #111 exporting layers 3.5s done [2025-03-28T07:50:27.521Z] #111 writing image sha256:1987a0bb8d1d5eafcaee5b4dec9ea540855923061d8ab3babdb32b8227001a48 0.0s done [2025-03-28T07:50:27.521Z] #111 naming to docker.io/library/security-spire-agent-arm64 [2025-03-28T07:50:27.789Z] #111 exporting layers 3.5s done [2025-03-28T07:50:27.789Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2025-03-28T07:50:27.789Z] #111 writing image sha256:db883a7d8a5d08e235ff8a3ffe245482ea0ee5a4e2f16d4a6b874c82da47d6c9 done [2025-03-28T07:50:27.789Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2025-03-28T07:50:27.789Z] #111 DONE 4.3s [2025-03-28T07:50:27.789Z] [2025-03-28T07:50:27.789Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:28.374Z] #83 ... [2025-03-28T07:50:28.374Z] [2025-03-28T07:50:28.374Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-03-28T07:50:28.374Z] #93 12.68 OK: 9 MiB in 18 packages [2025-03-28T07:50:28.973Z] #93 DONE 13.2s [2025-03-28T07:50:28.973Z] [2025-03-28T07:50:28.973Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:50:29.972Z] #113 ... [2025-03-28T07:50:29.972Z] [2025-03-28T07:50:29.972Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-03-28T07:50:29.972Z] #95 11.51 OK: 15 MiB in 28 packages [2025-03-28T07:50:29.972Z] #95 DONE 12.6s [2025-03-28T07:50:30.239Z] [2025-03-28T07:50:30.239Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:30.823Z] #78 ... [2025-03-28T07:50:30.823Z] [2025-03-28T07:50:30.824Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-03-28T07:50:30.824Z] #113 DONE 1.7s [2025-03-28T07:50:30.824Z] [2025-03-28T07:50:30.824Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-03-28T07:50:30.824Z] #114 DONE 0.1s [2025-03-28T07:50:30.824Z] [2025-03-28T07:50:30.824Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-03-28T07:50:31.091Z] #115 DONE 0.1s [2025-03-28T07:50:31.091Z] [2025-03-28T07:50:31.091Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-03-28T07:50:31.091Z] #116 DONE 0.1s [2025-03-28T07:50:31.091Z] [2025-03-28T07:50:31.091Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-03-28T07:50:31.091Z] #117 DONE 0.1s [2025-03-28T07:50:31.091Z] [2025-03-28T07:50:31.091Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:31.365Z] #78 ... [2025-03-28T07:50:31.365Z] [2025-03-28T07:50:31.365Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-03-28T07:50:31.365Z] #118 DONE 0.1s [2025-03-28T07:50:31.365Z] [2025-03-28T07:50:31.365Z] #111 [security-spire-config] exporting to image [2025-03-28T07:50:33.305Z] #111 exporting layers 1.8s done [2025-03-28T07:50:33.305Z] #111 writing image sha256:5153cff5d8a70b85c81f70349527b6c48d203ebd10f986cfa219e10f814b8ca1 done [2025-03-28T07:50:33.305Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2025-03-28T07:50:33.305Z] #111 DONE 6.1s [2025-03-28T07:50:33.305Z] [2025-03-28T07:50:33.305Z] #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:35.458Z] #118 DONE 62.5s [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:35.458Z] #71 DONE 72.4s [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:35.458Z] #94 DONE 72.4s [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #92 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:35.458Z] #92 DONE 64.6s [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:35.458Z] #117 DONE 61.9s [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #119 [core-data builder 6/7] COPY . . [2025-03-28T07:50:35.458Z] #119 ... [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:35.458Z] #82 DONE 67.4s [2025-03-28T07:50:35.458Z] [2025-03-28T07:50:35.458Z] #120 [support-notifications builder 6/7] COPY . . [2025-03-28T07:50:37.387Z] #120 ... [2025-03-28T07:50:37.387Z] [2025-03-28T07:50:37.387Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-03-28T07:50:37.387Z] #121 ... [2025-03-28T07:50:37.387Z] [2025-03-28T07:50:37.387Z] #122 [support-scheduler builder 6/7] COPY . . [2025-03-28T07:50:37.387Z] #122 ... [2025-03-28T07:50:37.387Z] [2025-03-28T07:50:37.387Z] #123 [core-keeper builder 7/8] COPY . . [2025-03-28T07:50:37.387Z] #123 ... [2025-03-28T07:50:37.387Z] [2025-03-28T07:50:37.387Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #124 ... [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #120 [support-notifications builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #120 DONE 15.9s [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #125 [security-bootstrapper builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #125 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:44.122Z] #126 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:44.122Z] #127 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #124 DONE 15.9s [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #128 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:44.122Z] #129 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:44.122Z] #130 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #119 [core-data builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #119 DONE 16.0s [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:44.122Z] #131 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:44.122Z] #132 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #133 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #133 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:44.122Z] #134 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #135 [core-metadata builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #135 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:44.122Z] #136 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:44.122Z] #137 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #138 [core-command builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #138 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #139 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:44.122Z] #139 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #140 [security-proxy-auth builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #140 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:50:44.122Z] #141 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #142 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:50:44.122Z] #142 CACHED [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #121 DONE 16.1s [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #123 [core-keeper builder 7/8] COPY . . [2025-03-28T07:50:44.122Z] #123 DONE 16.1s [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-03-28T07:50:44.122Z] #143 ... [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #122 [support-scheduler builder 6/7] COPY . . [2025-03-28T07:50:44.122Z] #122 DONE 16.1s [2025-03-28T07:50:44.122Z] [2025-03-28T07:50:44.122Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-03-28T07:50:44.382Z] #144 1.126 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-03-28T07:50:54.435Z] #144 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-03-28T07:50:54.435Z] #0 1.490 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-03-28T07:50:54.435Z] #145 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-03-28T07:50:54.435Z] #0 2.764 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-03-28T07:50:54.435Z] #146 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #147 [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-03-28T07:50:54.435Z] #0 1.192 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-03-28T07:50:54.435Z] #147 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-03-28T07:50:54.435Z] #0 2.037 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-03-28T07:50:54.435Z] #148 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-03-28T07:50:54.435Z] #0 1.171 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-03-28T07:50:54.435Z] #149 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-03-28T07:50:54.435Z] #0 1.475 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-03-28T07:50:54.435Z] #150 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-03-28T07:50:54.435Z] #0 1.792 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-03-28T07:50:54.435Z] #151 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-03-28T07:50:54.435Z] #0 2.690 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-03-28T07:50:54.435Z] #152 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-03-28T07:50:54.435Z] #143 1.147 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-03-28T07:50:54.435Z] #143 ... [2025-03-28T07:50:54.435Z] [2025-03-28T07:50:54.435Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-03-28T07:50:54.435Z] #0 0.619 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-03-28T07:50:54.700Z] #153 ... [2025-03-28T07:50:54.700Z] [2025-03-28T07:50:54.700Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-03-28T07:50:54.700Z] #0 1.985 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-03-28T07:52:10.006Z] #87 ... [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #85 DONE 110.7s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #119 [support-scheduler builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #119 ... [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #88 DONE 109.4s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #78 DONE 114.7s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #87 DONE 109.6s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #96 DONE 101.4s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #83 DONE 112.1s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #120 DONE 1.8s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #121 [security-proxy-auth builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #121 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #122 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #123 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:52:10.006Z] #123 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:52:10.006Z] #124 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #125 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #126 [security-proxy-setup builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #126 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #127 [support-notifications builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #127 DONE 1.9s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:52:10.006Z] #128 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #129 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #130 [core-metadata builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #130 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:52:10.006Z] #131 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #132 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #133 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:52:10.006Z] #134 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #135 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #136 [core-data builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #136 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #137 [core-keeper builder 7/8] COPY . . [2025-03-28T07:52:10.006Z] #137 DONE 2.0s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #138 [security-bootstrapper builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #138 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-03-28T07:52:10.006Z] #139 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-03-28T07:52:10.006Z] #140 CACHED [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #141 [core-command builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #141 DONE 1.9s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #142 [security-spiffe-token-provider builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #142 DONE 2.0s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-03-28T07:52:10.006Z] #143 ... [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #119 [support-scheduler builder 6/7] COPY . . [2025-03-28T07:52:10.006Z] #119 DONE 2.1s [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-03-28T07:52:10.006Z] #144 ... [2025-03-28T07:52:10.006Z] [2025-03-28T07:52:10.006Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-03-28T07:52:10.006Z] #143 4.860 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-03-28T07:52:11.977Z] #143 ... [2025-03-28T07:52:11.977Z] [2025-03-28T07:52:11.977Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-03-28T07:52:11.977Z] #0 4.290 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-03-28T07:52:11.977Z] #145 ... [2025-03-28T07:52:11.977Z] [2025-03-28T07:52:11.977Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-03-28T07:52:11.977Z] #0 4.391 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-03-28T07:52:12.243Z] #146 ... [2025-03-28T07:52:12.243Z] [2025-03-28T07:52:12.243Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-03-28T07:52:12.243Z] #0 4.992 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-03-28T07:52:12.243Z] #147 ... [2025-03-28T07:52:12.243Z] [2025-03-28T07:52:12.243Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-03-28T07:52:12.243Z] #0 6.060 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-03-28T07:52:12.510Z] #148 ... [2025-03-28T07:52:12.510Z] [2025-03-28T07:52:12.510Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-03-28T07:52:12.510Z] #0 5.801 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-03-28T07:52:12.780Z] #149 ... [2025-03-28T07:52:12.780Z] [2025-03-28T07:52:12.780Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-03-28T07:52:12.780Z] #0 6.103 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-03-28T07:52:12.780Z] #150 ... [2025-03-28T07:52:12.780Z] [2025-03-28T07:52:12.780Z] #151 [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-03-28T07:52:12.780Z] #0 5.327 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-03-28T07:52:13.073Z] #151 ... [2025-03-28T07:52:13.073Z] [2025-03-28T07:52:13.073Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-03-28T07:52:13.073Z] #0 6.216 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-03-28T07:52:13.073Z] #152 ... [2025-03-28T07:52:13.073Z] [2025-03-28T07:52:13.073Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-03-28T07:52:13.073Z] #0 5.725 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-03-28T07:52:13.343Z] #153 ... [2025-03-28T07:52:13.343Z] [2025-03-28T07:52:13.343Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-03-28T07:52:13.343Z] #0 5.951 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-03-28T07:52:13.343Z] #154 ... [2025-03-28T07:52:13.343Z] [2025-03-28T07:52:13.343Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-03-28T07:52:13.343Z] #144 6.222 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-03-28T07:53:26.056Z] #154 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #147 [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-03-28T07:53:26.056Z] #147 146.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-03-28T07:53:26.056Z] #147 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-03-28T07:53:26.056Z] #148 DONE 150.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-03-28T07:53:26.056Z] #149 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-03-28T07:53:26.056Z] #150 DONE 157.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-03-28T07:53:26.056Z] #152 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-03-28T07:53:26.056Z] #151 DONE 158.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-03-28T07:53:26.056Z] #155 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-03-28T07:53:26.056Z] #154 DONE 158.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-03-28T07:53:26.056Z] #149 DONE 158.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-03-28T07:53:26.056Z] #152 DONE 158.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-03-28T07:53:26.056Z] #144 DONE 158.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-03-28T07:53:26.056Z] #143 DONE 158.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #147 [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-03-28T07:53:26.056Z] #147 DONE 158.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-03-28T07:53:26.056Z] #146 DONE 158.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-03-28T07:53:26.056Z] #145 DONE 158.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-03-28T07:53:26.056Z] #153 DONE 158.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #156 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #156 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-03-28T07:53:26.056Z] #155 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #157 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #158 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #158 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #159 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #156 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #156 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #160 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #160 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #161 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #161 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #162 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #162 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #163 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #163 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #164 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #165 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #166 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #166 CACHED [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #167 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #167 CACHED [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #168 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #168 CACHED [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #169 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #169 CACHED [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #170 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #170 CACHED [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #171 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #171 CACHED [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #172 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #172 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #173 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #173 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #174 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-03-28T07:53:26.056Z] #174 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #162 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #162 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #175 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #176 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #176 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #177 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-03-28T07:53:26.056Z] #177 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #178 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #178 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #179 DONE 1.1s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #180 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-03-28T07:53:26.056Z] #180 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #181 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-03-28T07:53:26.056Z] #181 DONE 1.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #182 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-03-28T07:53:26.056Z] #182 DONE 1.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-03-28T07:53:26.056Z] #183 DONE 1.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #174 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-03-28T07:53:26.056Z] #174 DONE 1.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #184 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-03-28T07:53:26.056Z] #184 DONE 1.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #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-03-28T07:53:26.056Z] #185 DONE 1.7s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-03-28T07:53:26.056Z] #186 DONE 1.7s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #187 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-03-28T07:53:26.056Z] #187 DONE 1.7s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #188 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-03-28T07:53:26.056Z] #188 DONE 1.8s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #178 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #178 DONE 1.6s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #189 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-03-28T07:53:26.056Z] #189 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #180 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-03-28T07:53:26.056Z] #180 DONE 1.0s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #190 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #190 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #191 [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-03-28T07:53:26.056Z] #191 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #192 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #192 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #193 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #193 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-03-28T07:53:26.056Z] #194 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #195 [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-03-28T07:53:26.056Z] #195 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #196 [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-03-28T07:53:26.056Z] #196 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #197 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #197 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #198 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #199 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-03-28T07:53:26.056Z] #199 DONE 2.5s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #189 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-03-28T07:53:26.056Z] #189 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #200 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-03-28T07:53:26.056Z] #200 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #201 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-03-28T07:53:26.056Z] #201 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-03-28T07:53:26.056Z] #202 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-03-28T07:53:26.056Z] #203 DONE 0.3s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-03-28T07:53:26.056Z] #198 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #204 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-03-28T07:53:26.056Z] #204 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #205 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #206 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-03-28T07:53:26.056Z] #206 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #110 [core-keeper] exporting to image [2025-03-28T07:53:26.056Z] #110 exporting layers 0.5s done [2025-03-28T07:53:26.056Z] #110 writing image sha256:1e05d4db8be2e018f5dbfeebdf39a11afc42d5e1b5aeba109fc2c0597abc900d done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/core-keeper done [2025-03-28T07:53:26.056Z] #110 writing image sha256:4e781342caaaf190bcdbc4935da4373d609a999079b82733a993ed69bd444b51 0.2s done [2025-03-28T07:53:26.056Z] #110 writing image sha256:dd3396663f41ee57f2e93655d8ab4ca3d05c9c2c895d06be4b05d732647b06ca [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/core-command [2025-03-28T07:53:26.056Z] #110 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-03-28T07:53:26.056Z] #205 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-03-28T07:53:26.056Z] #207 DONE 0.4s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #208 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-03-28T07:53:26.056Z] #208 DONE 0.2s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #110 [support-notifications] exporting to image [2025-03-28T07:53:26.056Z] #110 exporting layers 0.7s done [2025-03-28T07:53:26.056Z] #110 writing image sha256:dd3396663f41ee57f2e93655d8ab4ca3d05c9c2c895d06be4b05d732647b06ca 0.2s done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/core-command done [2025-03-28T07:53:26.056Z] #110 writing image sha256:89572d193d0de639835965e885b6e58bdbfff0ce1d0e5336c56bad92a709166c 0.0s done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/core-data done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/security-spiffe-token-provider done [2025-03-28T07:53:26.056Z] #110 writing image sha256:ca3f29fe73d845342e81c1dfaecc2fc7286dafa1197748cc5bc9ab94d2c0fe72 done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/support-notifications done [2025-03-28T07:53:26.056Z] #110 writing image sha256:171fed42040fc4719af93471800dcec6259ab47d08d0b0560f44c490f234c855 done [2025-03-28T07:53:26.056Z] #110 writing image sha256:0ee60ee79932b985773e707b50fc9c6d573b7e5c7cc173a5376b75c482b13d13 done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/core-metadata done [2025-03-28T07:53:26.056Z] #110 naming to docker.io/library/support-scheduler done [2025-03-28T07:53:26.056Z] #110 DONE 2.8s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #209 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-03-28T07:53:26.056Z] #209 ... [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #210 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-03-28T07:53:26.056Z] #210 DONE 0.9s [2025-03-28T07:53:26.056Z] [2025-03-28T07:53:26.056Z] #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-03-28T07:53:26.320Z] #211 DONE 1.6s [2025-03-28T07:53:26.320Z] [2025-03-28T07:53:26.320Z] #212 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-03-28T07:53:26.320Z] #212 DONE 0.1s [2025-03-28T07:53:26.320Z] [2025-03-28T07:53:26.320Z] #213 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-03-28T07:53:26.320Z] #213 DONE 2.1s [2025-03-28T07:53:26.320Z] [2025-03-28T07:53:26.320Z] #214 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-03-28T07:53:26.320Z] #214 DONE 2.1s [2025-03-28T07:53:26.320Z] [2025-03-28T07:53:26.320Z] #215 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-03-28T07:53:26.320Z] #215 DONE 0.1s [2025-03-28T07:53:26.320Z] [2025-03-28T07:53:26.320Z] #216 [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-03-28T07:53:26.583Z] #216 DONE 0.1s [2025-03-28T07:53:26.583Z] [2025-03-28T07:53:26.583Z] #110 [core-common-config-bootstrapper] exporting to image [2025-03-28T07:53:26.583Z] #110 exporting layers 0.2s done [2025-03-28T07:53:26.583Z] #110 writing image sha256:bfc9eda29812eea84cf4bbca6cf5b47ce144dc827f7ce49d4c1f8ae35ae58a22 done [2025-03-28T07:53:26.583Z] #110 naming to docker.io/library/core-common-config-bootstrapper done [2025-03-28T07:53:26.583Z] #110 writing image sha256:5572c1b09cc17c1183b44b78af22193fbb12db2b25a53757785f974712c4dbc0 done [2025-03-28T07:53:26.583Z] #110 naming to docker.io/library/security-proxy-auth done [2025-03-28T07:53:26.583Z] #110 DONE 3.0s [2025-03-28T07:53:26.583Z] [2025-03-28T07:53:26.583Z] #217 [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-03-28T07:53:26.583Z] #217 DONE 0.1s [2025-03-28T07:53:26.583Z] [2025-03-28T07:53:26.583Z] #218 [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-03-28T07:53:26.583Z] #218 DONE 0.1s [2025-03-28T07:53:26.583Z] [2025-03-28T07:53:26.583Z] #219 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-03-28T07:53:26.583Z] #219 DONE 0.0s [2025-03-28T07:53:26.583Z] [2025-03-28T07:53:26.583Z] #220 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-03-28T07:53:26.844Z] #220 DONE 0.4s [2025-03-28T07:53:26.844Z] [2025-03-28T07:53:26.844Z] #209 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-03-28T07:53:26.844Z] #209 DONE 2.1s [2025-03-28T07:53:26.844Z] [2025-03-28T07:53:26.844Z] #110 [security-proxy-setup] exporting to image [2025-03-28T07:53:27.104Z] #110 ... [2025-03-28T07:53:27.104Z] [2025-03-28T07:53:27.104Z] #221 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-03-28T07:53:27.104Z] #221 DONE 0.5s [2025-03-28T07:53:27.104Z] [2025-03-28T07:53:27.104Z] #110 [security-secretstore-setup] exporting to image [2025-03-28T07:53:27.104Z] #110 exporting layers 0.3s done [2025-03-28T07:53:27.104Z] #110 writing image sha256:d75ee23f9073511a30dd4d6a5ebcf9190b6842ce346acfd9604421043fc6cca0 0.0s done [2025-03-28T07:53:27.104Z] #110 writing image sha256:dcdc0bc58b187e33f8d7730bfae925d1229caa80f8eea0c8d6d30af48d98da0d 0.0s done [2025-03-28T07:53:27.104Z] #110 naming to docker.io/library/security-proxy-setup done [2025-03-28T07:53:27.104Z] #110 naming to docker.io/library/security-secretstore-setup done [2025-03-28T07:53:27.104Z] #110 exporting layers 0.2s done [2025-03-28T07:53:27.104Z] #110 writing image sha256:8450191cf9c0b049fb6f2266aee13b7b924ceab07b2ab20cc42a9d95ca847a16 done [2025-03-28T07:53:27.104Z] #110 naming to docker.io/library/security-bootstrapper done [2025-03-28T07:53:27.104Z] #110 DONE 3.5s [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-03-28T07:53:27.104Z] time="2025-03-28T07:48:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-03-28T07:53:27.375Z] $ docker stop --time=1 24a9c2a12f8dfe2506ead075ca1b61c7e85bd514b8c37b0c2ed8e022e129b4c3 [2025-03-28T07:53:28.633Z] $ docker rm -f --volumes 24a9c2a12f8dfe2506ead075ca1b61c7e85bd514b8c37b0c2ed8e022e129b4c3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-03-28T07:53:28.981Z] + docker images [2025-03-28T07:53:28.981Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-03-28T07:53:28.981Z] security-proxy-auth latest 5572c1b09cc1 2 seconds ago 31.4MB [2025-03-28T07:53:28.981Z] security-secretstore-setup latest dcdc0bc58b18 2 seconds ago 68MB [2025-03-28T07:53:28.981Z] security-proxy-setup latest d75ee23f9073 2 seconds ago 38.3MB [2025-03-28T07:53:28.981Z] core-common-config-bootstrapper latest bfc9eda29812 2 seconds ago 17.1MB [2025-03-28T07:53:28.981Z] security-bootstrapper latest 8450191cf9c0 2 seconds ago 20.3MB [2025-03-28T07:53:28.981Z] security-spiffe-token-provider latest 89572d193d0d 5 seconds ago 47.2MB [2025-03-28T07:53:28.981Z] support-notifications latest ca3f29fe73d8 5 seconds ago 51.9MB [2025-03-28T07:53:28.981Z] core-metadata latest 171fed42040f 5 seconds ago 32.7MB [2025-03-28T07:53:28.981Z] core-command latest 4e781342caaa 5 seconds ago 28MB [2025-03-28T07:53:28.981Z] core-data latest dd3396663f41 5 seconds ago 32.5MB [2025-03-28T07:53:28.981Z] support-scheduler latest 0ee60ee79932 5 seconds ago 48.3MB [2025-03-28T07:53:28.981Z] core-keeper latest 1e05d4db8be2 5 seconds ago 32.1MB [2025-03-28T07:53:28.981Z] security-spire-config latest 771575f39997 4 minutes ago 149MB [2025-03-28T07:53:28.981Z] security-spire-server latest 77d9ce0c9506 4 minutes ago 149MB [2025-03-28T07:53:28.981Z] security-spire-agent latest 19121a5c6f4c 4 minutes ago 195MB [2025-03-28T07:53:28.981Z] ci-base-image-x86_64 latest 8a3f08eca9f1 8 minutes ago 929MB [2025-03-28T07:53:28.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3ba60ce46760 3 months ago 580MB [2025-03-28T07:53:28.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB [2025-03-28T07:53:28.981Z] 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-03-28T07:53:29.185Z] provisioning config files... [2025-03-28T07:53:29.193Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/820@tmp/config12290751666656721750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-03-28T07:53:29.497Z] ---> ****-login.sh [2025-03-28T07:53:29.497Z] nexus3.edgexfoundry.org:10001 [2025-03-28T07:53:29.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:53:35.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:53:35.288Z] Configure a credential helper to remove this warning. See [2025-03-28T07:53:35.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:53:35.288Z] [2025-03-28T07:53:35.288Z] Login Succeeded [2025-03-28T07:53:35.288Z] nexus3.edgexfoundry.org:10002 [2025-03-28T07:53:35.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:53:35.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:53:35.288Z] Configure a credential helper to remove this warning. See [2025-03-28T07:53:35.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:53:35.288Z] [2025-03-28T07:53:35.288Z] Login Succeeded [2025-03-28T07:53:35.288Z] nexus3.edgexfoundry.org:10003 [2025-03-28T07:53:35.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:53:35.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:53:35.288Z] Configure a credential helper to remove this warning. See [2025-03-28T07:53:35.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:53:35.288Z] [2025-03-28T07:53:35.288Z] Login Succeeded [2025-03-28T07:53:35.288Z] nexus3.edgexfoundry.org:10004 [2025-03-28T07:53:35.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:53:35.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:53:35.289Z] Configure a credential helper to remove this warning. See [2025-03-28T07:53:35.289Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:53:35.289Z] [2025-03-28T07:53:35.289Z] Login Succeeded [2025-03-28T07:53:35.289Z] ****.io [2025-03-28T07:53:35.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-03-28T07:53:35.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-03-28T07:53:35.289Z] Configure a credential helper to remove this warning. See [2025-03-28T07:53:35.289Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-03-28T07:53:35.289Z] [2025-03-28T07:53:35.289Z] Login Succeeded [2025-03-28T07:53:35.289Z] ---> ****-login.sh ends [Pipeline] } [2025-03-28T07:53:35.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:53:35.349Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-03-28T07:53:35.385Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-03-28T07:53:35.385Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:35.385Z] latest [2025-03-28T07:53:35.385Z] 4.1.0-dev.1 [2025-03-28T07:53:35.385Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:35.385Z] main [2025-03-28T07:53:35.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:35.739Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:36.063Z] + docker push nexus3.edgexfoundry.org:10004/core-command:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:36.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-03-28T07:53:36.063Z] 0ead4e490820: Preparing [2025-03-28T07:53:36.063Z] dc76d7b8b0fb: Preparing [2025-03-28T07:53:36.063Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:36.063Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:36.063Z] 1509e960baef: Preparing [2025-03-28T07:53:36.063Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:36.063Z] 994456c4fd7b: Preparing [2025-03-28T07:53:36.063Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:36.063Z] 994456c4fd7b: Waiting [2025-03-28T07:53:36.063Z] 0ead4e490820: Pushed [2025-03-28T07:53:36.063Z] 1509e960baef: Pushed [2025-03-28T07:53:36.063Z] 307c8f1e63ca: Pushed [2025-03-28T07:53:36.063Z] b2c1ad6e9df0: Pushed [2025-03-28T07:53:36.063Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:36.417Z] 1820b3ba25dc: Pushed [2025-03-28T07:53:38.318Z] dc76d7b8b0fb: Pushed [2025-03-28T07:53:38.318Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:ba1849049c181cf413ed75e87274a2eb3fd3388d1b30282459a94b0c5a85ca0a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:38.640Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:38.961Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-03-28T07:53:38.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-03-28T07:53:38.961Z] 0ead4e490820: Preparing [2025-03-28T07:53:38.961Z] dc76d7b8b0fb: Preparing [2025-03-28T07:53:38.961Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:38.961Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:38.961Z] 1509e960baef: Preparing [2025-03-28T07:53:38.961Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:38.961Z] 994456c4fd7b: Preparing [2025-03-28T07:53:38.961Z] 994456c4fd7b: Waiting [2025-03-28T07:53:38.961Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:38.961Z] dc76d7b8b0fb: Layer already exists [2025-03-28T07:53:38.961Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:38.961Z] 0ead4e490820: Layer already exists [2025-03-28T07:53:38.961Z] 1509e960baef: Layer already exists [2025-03-28T07:53:38.961Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:38.961Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:38.961Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:38.961Z] latest: digest: sha256:ba1849049c181cf413ed75e87274a2eb3fd3388d1b30282459a94b0c5a85ca0a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:39.293Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:39.629Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.1 [2025-03-28T07:53:39.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-03-28T07:53:39.629Z] 0ead4e490820: Preparing [2025-03-28T07:53:39.629Z] dc76d7b8b0fb: Preparing [2025-03-28T07:53:39.629Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:39.629Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:39.629Z] 1509e960baef: Preparing [2025-03-28T07:53:39.629Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:39.629Z] 994456c4fd7b: Preparing [2025-03-28T07:53:39.629Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:39.629Z] 994456c4fd7b: Waiting [2025-03-28T07:53:39.629Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:39.629Z] 1509e960baef: Layer already exists [2025-03-28T07:53:39.629Z] 0ead4e490820: Layer already exists [2025-03-28T07:53:39.629Z] dc76d7b8b0fb: Layer already exists [2025-03-28T07:53:39.629Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:39.629Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:39.629Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:39.630Z] 4.1.0-dev.1: digest: sha256:ba1849049c181cf413ed75e87274a2eb3fd3388d1b30282459a94b0c5a85ca0a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:39.971Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:40.292Z] + docker push nexus3.edgexfoundry.org:10004/core-command:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:40.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-03-28T07:53:40.292Z] 0ead4e490820: Preparing [2025-03-28T07:53:40.292Z] dc76d7b8b0fb: Preparing [2025-03-28T07:53:40.292Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:40.292Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:40.292Z] 1509e960baef: Preparing [2025-03-28T07:53:40.292Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:40.292Z] 994456c4fd7b: Preparing [2025-03-28T07:53:40.292Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:40.292Z] 994456c4fd7b: Waiting [2025-03-28T07:53:40.292Z] 0ead4e490820: Layer already exists [2025-03-28T07:53:40.292Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:40.292Z] dc76d7b8b0fb: Layer already exists [2025-03-28T07:53:40.292Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:40.292Z] 1509e960baef: Layer already exists [2025-03-28T07:53:40.292Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:40.292Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:40.292Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:ba1849049c181cf413ed75e87274a2eb3fd3388d1b30282459a94b0c5a85ca0a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:40.622Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:40.950Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-03-28T07:53:40.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-03-28T07:53:40.950Z] 0ead4e490820: Preparing [2025-03-28T07:53:40.950Z] dc76d7b8b0fb: Preparing [2025-03-28T07:53:40.950Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:40.950Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:40.950Z] 1509e960baef: Preparing [2025-03-28T07:53:40.950Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:40.950Z] 994456c4fd7b: Preparing [2025-03-28T07:53:40.950Z] 994456c4fd7b: Waiting [2025-03-28T07:53:40.950Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:40.950Z] 0ead4e490820: Layer already exists [2025-03-28T07:53:40.950Z] 1509e960baef: Layer already exists [2025-03-28T07:53:40.950Z] dc76d7b8b0fb: Layer already exists [2025-03-28T07:53:40.950Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:40.950Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:40.950Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:40.950Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:40.950Z] main: digest: sha256:ba1849049c181cf413ed75e87274a2eb3fd3388d1b30282459a94b0c5a85ca0a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:53:41.027Z] ===================================================== [Pipeline] echo [2025-03-28T07:53:41.044Z] taggedImages: [2025-03-28T07:53:41.044Z] - nexus3.edgexfoundry.org:10004/core-command:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:41.044Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-03-28T07:53:41.044Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.1 [2025-03-28T07:53:41.044Z] - nexus3.edgexfoundry.org:10004/core-command:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:41.044Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-03-28T07:53:41.079Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-03-28T07:53:41.079Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:41.079Z] latest [2025-03-28T07:53:41.079Z] 4.1.0-dev.1 [2025-03-28T07:53:41.079Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:41.079Z] main [2025-03-28T07:53:41.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:41.442Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:41.764Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:41.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-03-28T07:53:41.764Z] 3ea0c762f1c3: Preparing [2025-03-28T07:53:41.764Z] 42cd826f4c6f: Preparing [2025-03-28T07:53:41.764Z] a9095bc93eda: Preparing [2025-03-28T07:53:41.764Z] ee1f86d52720: Preparing [2025-03-28T07:53:41.764Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:41.764Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:41.764Z] 1509e960baef: Preparing [2025-03-28T07:53:41.764Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:41.764Z] 994456c4fd7b: Preparing [2025-03-28T07:53:41.764Z] 994456c4fd7b: Waiting [2025-03-28T07:53:41.764Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:41.764Z] 1509e960baef: Waiting [2025-03-28T07:53:41.764Z] b2c1ad6e9df0: Waiting [2025-03-28T07:53:41.764Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:41.764Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:41.764Z] 1509e960baef: Layer already exists [2025-03-28T07:53:41.764Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:41.764Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:41.764Z] 42cd826f4c6f: Pushed [2025-03-28T07:53:41.764Z] 3ea0c762f1c3: Pushed [2025-03-28T07:53:41.764Z] a9095bc93eda: Pushed [2025-03-28T07:53:42.700Z] ee1f86d52720: Pushed [2025-03-28T07:53:42.700Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:977996bb47a979ea5c601e9f4c745d8df9a42957529c1832da5d8b6609e2afe3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:43.020Z] + 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-03-28T07:53:43.348Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-03-28T07:53:43.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-03-28T07:53:43.348Z] 3ea0c762f1c3: Preparing [2025-03-28T07:53:43.348Z] 42cd826f4c6f: Preparing [2025-03-28T07:53:43.348Z] a9095bc93eda: Preparing [2025-03-28T07:53:43.348Z] ee1f86d52720: Preparing [2025-03-28T07:53:43.348Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:43.348Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:43.348Z] 1509e960baef: Preparing [2025-03-28T07:53:43.348Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:43.348Z] 994456c4fd7b: Preparing [2025-03-28T07:53:43.348Z] b2c1ad6e9df0: Waiting [2025-03-28T07:53:43.348Z] 1509e960baef: Waiting [2025-03-28T07:53:43.348Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:43.348Z] 994456c4fd7b: Waiting [2025-03-28T07:53:43.348Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:43.348Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:53:43.348Z] ee1f86d52720: Layer already exists [2025-03-28T07:53:43.348Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:53:43.348Z] a9095bc93eda: Layer already exists [2025-03-28T07:53:43.348Z] 1509e960baef: Layer already exists [2025-03-28T07:53:43.348Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:43.348Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:43.348Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:43.348Z] latest: digest: sha256:977996bb47a979ea5c601e9f4c745d8df9a42957529c1832da5d8b6609e2afe3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:43.676Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:44.002Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.1 [2025-03-28T07:53:44.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-03-28T07:53:44.002Z] 3ea0c762f1c3: Preparing [2025-03-28T07:53:44.002Z] 42cd826f4c6f: Preparing [2025-03-28T07:53:44.002Z] a9095bc93eda: Preparing [2025-03-28T07:53:44.002Z] ee1f86d52720: Preparing [2025-03-28T07:53:44.002Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:44.002Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:44.002Z] 1509e960baef: Preparing [2025-03-28T07:53:44.002Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:44.002Z] 994456c4fd7b: Preparing [2025-03-28T07:53:44.002Z] b2c1ad6e9df0: Waiting [2025-03-28T07:53:44.002Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:44.002Z] 994456c4fd7b: Waiting [2025-03-28T07:53:44.002Z] 1509e960baef: Waiting [2025-03-28T07:53:44.002Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:53:44.002Z] ee1f86d52720: Layer already exists [2025-03-28T07:53:44.002Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:53:44.002Z] a9095bc93eda: Layer already exists [2025-03-28T07:53:44.002Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:44.002Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:44.002Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:44.002Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:44.002Z] 1509e960baef: Layer already exists [2025-03-28T07:53:44.002Z] 4.1.0-dev.1: digest: sha256:977996bb47a979ea5c601e9f4c745d8df9a42957529c1832da5d8b6609e2afe3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:44.327Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:44.646Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:44.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-03-28T07:53:44.646Z] 3ea0c762f1c3: Preparing [2025-03-28T07:53:44.646Z] 42cd826f4c6f: Preparing [2025-03-28T07:53:44.646Z] a9095bc93eda: Preparing [2025-03-28T07:53:44.646Z] ee1f86d52720: Preparing [2025-03-28T07:53:44.646Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:44.646Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:44.646Z] 1509e960baef: Preparing [2025-03-28T07:53:44.646Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:44.646Z] 994456c4fd7b: Preparing [2025-03-28T07:53:44.646Z] 994456c4fd7b: Waiting [2025-03-28T07:53:44.646Z] b2c1ad6e9df0: Waiting [2025-03-28T07:53:44.646Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:44.646Z] 1509e960baef: Waiting [2025-03-28T07:53:44.646Z] ee1f86d52720: Layer already exists [2025-03-28T07:53:44.646Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:53:44.646Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:44.646Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:53:44.646Z] a9095bc93eda: Layer already exists [2025-03-28T07:53:44.646Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:44.646Z] 1509e960baef: Layer already exists [2025-03-28T07:53:44.646Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:44.646Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:44.646Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:977996bb47a979ea5c601e9f4c745d8df9a42957529c1832da5d8b6609e2afe3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:44.974Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:45.293Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-03-28T07:53:45.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-03-28T07:53:45.293Z] 3ea0c762f1c3: Preparing [2025-03-28T07:53:45.293Z] 42cd826f4c6f: Preparing [2025-03-28T07:53:45.293Z] a9095bc93eda: Preparing [2025-03-28T07:53:45.293Z] ee1f86d52720: Preparing [2025-03-28T07:53:45.293Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:45.293Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:45.293Z] 1509e960baef: Preparing [2025-03-28T07:53:45.293Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:45.293Z] 994456c4fd7b: Preparing [2025-03-28T07:53:45.293Z] 1509e960baef: Waiting [2025-03-28T07:53:45.293Z] b2c1ad6e9df0: Waiting [2025-03-28T07:53:45.293Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:45.293Z] a9095bc93eda: Layer already exists [2025-03-28T07:53:45.293Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:45.293Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:53:45.293Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:53:45.293Z] ee1f86d52720: Layer already exists [2025-03-28T07:53:45.293Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:45.293Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:45.293Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:45.293Z] 1509e960baef: Layer already exists [2025-03-28T07:53:45.293Z] main: digest: sha256:977996bb47a979ea5c601e9f4c745d8df9a42957529c1832da5d8b6609e2afe3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:53:45.387Z] ===================================================== [Pipeline] echo [2025-03-28T07:53:45.401Z] taggedImages: [2025-03-28T07:53:45.401Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:45.401Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-03-28T07:53:45.401Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.1 [2025-03-28T07:53:45.401Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:45.401Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-03-28T07:53:45.424Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-03-28T07:53:45.424Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:45.424Z] latest [2025-03-28T07:53:45.424Z] 4.1.0-dev.1 [2025-03-28T07:53:45.424Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:45.424Z] main [2025-03-28T07:53:45.424Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:45.748Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:46.069Z] + docker push nexus3.edgexfoundry.org:10004/core-data:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:46.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-03-28T07:53:46.069Z] 66291d42d47d: Preparing [2025-03-28T07:53:46.069Z] a87b43eb336e: Preparing [2025-03-28T07:53:46.069Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:46.069Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:46.069Z] 701c3b26c324: Preparing [2025-03-28T07:53:46.069Z] 7eaf48dfca5f: Preparing [2025-03-28T07:53:46.069Z] 994456c4fd7b: Preparing [2025-03-28T07:53:46.069Z] 994456c4fd7b: Waiting [2025-03-28T07:53:46.069Z] 7eaf48dfca5f: Waiting [2025-03-28T07:53:46.069Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:46.069Z] 701c3b26c324: Pushed [2025-03-28T07:53:46.069Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:46.328Z] 66291d42d47d: Pushed [2025-03-28T07:53:46.328Z] 7eaf48dfca5f: Pushed [2025-03-28T07:53:46.328Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:48.863Z] a87b43eb336e: Pushed [2025-03-28T07:53:48.863Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:3fc7822f49150416b54d77880bdaeb61237c32b9bd9d65ce76ba603434329427 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:49.189Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:49.535Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-03-28T07:53:49.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-03-28T07:53:49.535Z] 66291d42d47d: Preparing [2025-03-28T07:53:49.535Z] a87b43eb336e: Preparing [2025-03-28T07:53:49.535Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:49.535Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:49.535Z] 701c3b26c324: Preparing [2025-03-28T07:53:49.535Z] 7eaf48dfca5f: Preparing [2025-03-28T07:53:49.535Z] 994456c4fd7b: Preparing [2025-03-28T07:53:49.535Z] 7eaf48dfca5f: Waiting [2025-03-28T07:53:49.535Z] 994456c4fd7b: Waiting [2025-03-28T07:53:49.535Z] 701c3b26c324: Layer already exists [2025-03-28T07:53:49.535Z] a87b43eb336e: Layer already exists [2025-03-28T07:53:49.535Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:49.535Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:49.535Z] 66291d42d47d: Layer already exists [2025-03-28T07:53:49.535Z] 7eaf48dfca5f: Layer already exists [2025-03-28T07:53:49.535Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:49.535Z] latest: digest: sha256:3fc7822f49150416b54d77880bdaeb61237c32b9bd9d65ce76ba603434329427 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:49.861Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:50.192Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.1 [2025-03-28T07:53:50.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-03-28T07:53:50.192Z] 66291d42d47d: Preparing [2025-03-28T07:53:50.192Z] a87b43eb336e: Preparing [2025-03-28T07:53:50.192Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:50.192Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:50.192Z] 701c3b26c324: Preparing [2025-03-28T07:53:50.192Z] 7eaf48dfca5f: Preparing [2025-03-28T07:53:50.192Z] 994456c4fd7b: Preparing [2025-03-28T07:53:50.192Z] 7eaf48dfca5f: Waiting [2025-03-28T07:53:50.192Z] 994456c4fd7b: Waiting [2025-03-28T07:53:50.192Z] a87b43eb336e: Layer already exists [2025-03-28T07:53:50.192Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:50.192Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:50.192Z] 66291d42d47d: Layer already exists [2025-03-28T07:53:50.192Z] 701c3b26c324: Layer already exists [2025-03-28T07:53:50.192Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:50.192Z] 7eaf48dfca5f: Layer already exists [2025-03-28T07:53:50.192Z] 4.1.0-dev.1: digest: sha256:3fc7822f49150416b54d77880bdaeb61237c32b9bd9d65ce76ba603434329427 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:50.568Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:50.893Z] + docker push nexus3.edgexfoundry.org:10004/core-data:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:50.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-03-28T07:53:50.893Z] 66291d42d47d: Preparing [2025-03-28T07:53:50.893Z] a87b43eb336e: Preparing [2025-03-28T07:53:50.893Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:50.893Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:50.893Z] 701c3b26c324: Preparing [2025-03-28T07:53:50.893Z] 7eaf48dfca5f: Preparing [2025-03-28T07:53:50.893Z] 994456c4fd7b: Preparing [2025-03-28T07:53:50.893Z] 7eaf48dfca5f: Waiting [2025-03-28T07:53:50.893Z] 994456c4fd7b: Waiting [2025-03-28T07:53:50.893Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:50.893Z] 701c3b26c324: Layer already exists [2025-03-28T07:53:50.893Z] a87b43eb336e: Layer already exists [2025-03-28T07:53:50.893Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:50.893Z] 66291d42d47d: Layer already exists [2025-03-28T07:53:50.893Z] 7eaf48dfca5f: Layer already exists [2025-03-28T07:53:50.893Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:50.893Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:3fc7822f49150416b54d77880bdaeb61237c32b9bd9d65ce76ba603434329427 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:51.219Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:51.533Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-03-28T07:53:51.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-03-28T07:53:51.534Z] 66291d42d47d: Preparing [2025-03-28T07:53:51.534Z] a87b43eb336e: Preparing [2025-03-28T07:53:51.534Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:51.534Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:51.534Z] 701c3b26c324: Preparing [2025-03-28T07:53:51.534Z] 7eaf48dfca5f: Preparing [2025-03-28T07:53:51.534Z] 994456c4fd7b: Preparing [2025-03-28T07:53:51.534Z] 994456c4fd7b: Waiting [2025-03-28T07:53:51.534Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:51.534Z] 701c3b26c324: Layer already exists [2025-03-28T07:53:51.534Z] 66291d42d47d: Layer already exists [2025-03-28T07:53:51.534Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:51.534Z] a87b43eb336e: Layer already exists [2025-03-28T07:53:51.534Z] 7eaf48dfca5f: Layer already exists [2025-03-28T07:53:51.534Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:51.534Z] main: digest: sha256:3fc7822f49150416b54d77880bdaeb61237c32b9bd9d65ce76ba603434329427 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:53:51.610Z] ===================================================== [Pipeline] echo [2025-03-28T07:53:51.624Z] taggedImages: [2025-03-28T07:53:51.624Z] - nexus3.edgexfoundry.org:10004/core-data:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:51.624Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-03-28T07:53:51.624Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.1 [2025-03-28T07:53:51.624Z] - nexus3.edgexfoundry.org:10004/core-data:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:51.625Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-03-28T07:53:51.651Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-03-28T07:53:51.652Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:51.652Z] latest [2025-03-28T07:53:51.652Z] 4.1.0-dev.1 [2025-03-28T07:53:51.652Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:51.652Z] main [2025-03-28T07:53:51.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:52.019Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:52.343Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:52.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-03-28T07:53:52.343Z] a5216e9f26bd: Preparing [2025-03-28T07:53:52.343Z] 6d36afa802dd: Preparing [2025-03-28T07:53:52.343Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:52.343Z] 84d4524d168f: Preparing [2025-03-28T07:53:52.343Z] 3b81f22c50b3: Preparing [2025-03-28T07:53:52.343Z] 994456c4fd7b: Preparing [2025-03-28T07:53:52.343Z] 994456c4fd7b: Waiting [2025-03-28T07:53:52.343Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:52.343Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:52.343Z] 3b81f22c50b3: Pushed [2025-03-28T07:53:52.343Z] a5216e9f26bd: Pushed [2025-03-28T07:53:52.343Z] 84d4524d168f: Pushed [2025-03-28T07:53:54.875Z] 6d36afa802dd: Pushed [2025-03-28T07:53:54.875Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:9576ec36ce9159d8f326df9f5495ab616c60dd65f0e7005f357b1d432ad8a3f9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:55.205Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:55.528Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-03-28T07:53:55.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-03-28T07:53:55.528Z] a5216e9f26bd: Preparing [2025-03-28T07:53:55.528Z] 6d36afa802dd: Preparing [2025-03-28T07:53:55.528Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:55.528Z] 84d4524d168f: Preparing [2025-03-28T07:53:55.528Z] 3b81f22c50b3: Preparing [2025-03-28T07:53:55.528Z] 994456c4fd7b: Preparing [2025-03-28T07:53:55.528Z] 994456c4fd7b: Waiting [2025-03-28T07:53:55.528Z] 3b81f22c50b3: Layer already exists [2025-03-28T07:53:55.528Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:55.528Z] a5216e9f26bd: Layer already exists [2025-03-28T07:53:55.528Z] 6d36afa802dd: Layer already exists [2025-03-28T07:53:55.528Z] 84d4524d168f: Layer already exists [2025-03-28T07:53:55.528Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:55.528Z] latest: digest: sha256:9576ec36ce9159d8f326df9f5495ab616c60dd65f0e7005f357b1d432ad8a3f9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:55.856Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:56.185Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.1 [2025-03-28T07:53:56.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-03-28T07:53:56.185Z] a5216e9f26bd: Preparing [2025-03-28T07:53:56.185Z] 6d36afa802dd: Preparing [2025-03-28T07:53:56.185Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:56.185Z] 84d4524d168f: Preparing [2025-03-28T07:53:56.185Z] 3b81f22c50b3: Preparing [2025-03-28T07:53:56.185Z] 994456c4fd7b: Preparing [2025-03-28T07:53:56.185Z] 994456c4fd7b: Waiting [2025-03-28T07:53:56.185Z] 84d4524d168f: Layer already exists [2025-03-28T07:53:56.185Z] 6d36afa802dd: Layer already exists [2025-03-28T07:53:56.185Z] a5216e9f26bd: Layer already exists [2025-03-28T07:53:56.185Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:56.185Z] 3b81f22c50b3: Layer already exists [2025-03-28T07:53:56.185Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:56.185Z] 4.1.0-dev.1: digest: sha256:9576ec36ce9159d8f326df9f5495ab616c60dd65f0e7005f357b1d432ad8a3f9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:56.525Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:56.869Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:56.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-03-28T07:53:56.869Z] a5216e9f26bd: Preparing [2025-03-28T07:53:56.869Z] 6d36afa802dd: Preparing [2025-03-28T07:53:56.869Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:56.869Z] 84d4524d168f: Preparing [2025-03-28T07:53:56.869Z] 3b81f22c50b3: Preparing [2025-03-28T07:53:56.869Z] 994456c4fd7b: Preparing [2025-03-28T07:53:56.869Z] 994456c4fd7b: Waiting [2025-03-28T07:53:56.869Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:56.869Z] a5216e9f26bd: Layer already exists [2025-03-28T07:53:56.869Z] 84d4524d168f: Layer already exists [2025-03-28T07:53:56.869Z] 6d36afa802dd: Layer already exists [2025-03-28T07:53:56.869Z] 3b81f22c50b3: Layer already exists [2025-03-28T07:53:56.869Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:56.869Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:9576ec36ce9159d8f326df9f5495ab616c60dd65f0e7005f357b1d432ad8a3f9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:57.201Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:57.520Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-03-28T07:53:57.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-03-28T07:53:57.520Z] a5216e9f26bd: Preparing [2025-03-28T07:53:57.520Z] 6d36afa802dd: Preparing [2025-03-28T07:53:57.520Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:57.520Z] 84d4524d168f: Preparing [2025-03-28T07:53:57.520Z] 3b81f22c50b3: Preparing [2025-03-28T07:53:57.520Z] 994456c4fd7b: Preparing [2025-03-28T07:53:57.520Z] 994456c4fd7b: Waiting [2025-03-28T07:53:57.520Z] 6d36afa802dd: Layer already exists [2025-03-28T07:53:57.520Z] 3b81f22c50b3: Layer already exists [2025-03-28T07:53:57.520Z] a5216e9f26bd: Layer already exists [2025-03-28T07:53:57.520Z] 84d4524d168f: Layer already exists [2025-03-28T07:53:57.520Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:57.520Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:57.520Z] main: digest: sha256:9576ec36ce9159d8f326df9f5495ab616c60dd65f0e7005f357b1d432ad8a3f9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:53:57.600Z] ===================================================== [Pipeline] echo [2025-03-28T07:53:57.615Z] taggedImages: [2025-03-28T07:53:57.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:57.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-03-28T07:53:57.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.1 [2025-03-28T07:53:57.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:57.615Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-03-28T07:53:57.641Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-03-28T07:53:57.641Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:57.641Z] latest [2025-03-28T07:53:57.641Z] 4.1.0-dev.1 [2025-03-28T07:53:57.641Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:53:57.641Z] main [2025-03-28T07:53:57.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:57.991Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:53:58.315Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:53:58.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-03-28T07:53:58.315Z] 9c94d0b5214b: Preparing [2025-03-28T07:53:58.315Z] 65bdc99b4fd1: Preparing [2025-03-28T07:53:58.315Z] 7423a6360fc6: Preparing [2025-03-28T07:53:58.315Z] 307c8f1e63ca: Preparing [2025-03-28T07:53:58.315Z] b2c1ad6e9df0: Preparing [2025-03-28T07:53:58.315Z] 1509e960baef: Preparing [2025-03-28T07:53:58.315Z] 1820b3ba25dc: Preparing [2025-03-28T07:53:58.315Z] 994456c4fd7b: Preparing [2025-03-28T07:53:58.315Z] 1509e960baef: Waiting [2025-03-28T07:53:58.315Z] 1820b3ba25dc: Waiting [2025-03-28T07:53:58.315Z] 994456c4fd7b: Waiting [2025-03-28T07:53:58.315Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:53:58.315Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:53:58.315Z] 1509e960baef: Layer already exists [2025-03-28T07:53:58.315Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:53:58.315Z] 994456c4fd7b: Layer already exists [2025-03-28T07:53:58.315Z] 65bdc99b4fd1: Pushed [2025-03-28T07:53:58.315Z] 9c94d0b5214b: Pushed [2025-03-28T07:54:00.932Z] 7423a6360fc6: Pushed [2025-03-28T07:54:00.932Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:d633a432de6f338464c59c42e4c118ca8c8bca459ffb4ca88b50e24c5a2ab249 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:01.252Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:01.577Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-03-28T07:54:01.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-03-28T07:54:01.577Z] 9c94d0b5214b: Preparing [2025-03-28T07:54:01.577Z] 65bdc99b4fd1: Preparing [2025-03-28T07:54:01.577Z] 7423a6360fc6: Preparing [2025-03-28T07:54:01.577Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:01.577Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:01.577Z] 1509e960baef: Preparing [2025-03-28T07:54:01.577Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:01.577Z] 994456c4fd7b: Preparing [2025-03-28T07:54:01.577Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:01.577Z] 1509e960baef: Waiting [2025-03-28T07:54:01.577Z] 994456c4fd7b: Waiting [2025-03-28T07:54:01.577Z] 65bdc99b4fd1: Layer already exists [2025-03-28T07:54:01.577Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:01.577Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:01.577Z] 9c94d0b5214b: Layer already exists [2025-03-28T07:54:01.577Z] 7423a6360fc6: Layer already exists [2025-03-28T07:54:01.577Z] 1509e960baef: Layer already exists [2025-03-28T07:54:01.577Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:01.577Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:01.577Z] latest: digest: sha256:d633a432de6f338464c59c42e4c118ca8c8bca459ffb4ca88b50e24c5a2ab249 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:01.916Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:02.240Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.1 [2025-03-28T07:54:02.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-03-28T07:54:02.240Z] 9c94d0b5214b: Preparing [2025-03-28T07:54:02.240Z] 65bdc99b4fd1: Preparing [2025-03-28T07:54:02.240Z] 7423a6360fc6: Preparing [2025-03-28T07:54:02.240Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:02.240Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:02.240Z] 1509e960baef: Preparing [2025-03-28T07:54:02.240Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:02.240Z] 994456c4fd7b: Preparing [2025-03-28T07:54:02.240Z] 1509e960baef: Waiting [2025-03-28T07:54:02.240Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:02.240Z] 994456c4fd7b: Waiting [2025-03-28T07:54:02.240Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:02.240Z] 65bdc99b4fd1: Layer already exists [2025-03-28T07:54:02.240Z] 7423a6360fc6: Layer already exists [2025-03-28T07:54:02.240Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:02.240Z] 9c94d0b5214b: Layer already exists [2025-03-28T07:54:02.240Z] 1509e960baef: Layer already exists [2025-03-28T07:54:02.240Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:02.240Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:02.240Z] 4.1.0-dev.1: digest: sha256:d633a432de6f338464c59c42e4c118ca8c8bca459ffb4ca88b50e24c5a2ab249 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:02.572Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:02.895Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:02.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-03-28T07:54:02.895Z] 9c94d0b5214b: Preparing [2025-03-28T07:54:02.895Z] 65bdc99b4fd1: Preparing [2025-03-28T07:54:02.895Z] 7423a6360fc6: Preparing [2025-03-28T07:54:02.895Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:02.895Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:02.895Z] 1509e960baef: Preparing [2025-03-28T07:54:02.895Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:02.895Z] 994456c4fd7b: Preparing [2025-03-28T07:54:02.895Z] 994456c4fd7b: Waiting [2025-03-28T07:54:02.895Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:02.895Z] 1509e960baef: Waiting [2025-03-28T07:54:02.895Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:02.895Z] 7423a6360fc6: Layer already exists [2025-03-28T07:54:02.895Z] 65bdc99b4fd1: Layer already exists [2025-03-28T07:54:02.895Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:02.895Z] 9c94d0b5214b: Layer already exists [2025-03-28T07:54:02.895Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:02.895Z] 1509e960baef: Layer already exists [2025-03-28T07:54:02.895Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:02.895Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:d633a432de6f338464c59c42e4c118ca8c8bca459ffb4ca88b50e24c5a2ab249 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:03.217Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:03.544Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-03-28T07:54:03.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-03-28T07:54:03.544Z] 9c94d0b5214b: Preparing [2025-03-28T07:54:03.544Z] 65bdc99b4fd1: Preparing [2025-03-28T07:54:03.544Z] 7423a6360fc6: Preparing [2025-03-28T07:54:03.544Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:03.544Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:03.544Z] 1509e960baef: Preparing [2025-03-28T07:54:03.544Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:03.544Z] 994456c4fd7b: Preparing [2025-03-28T07:54:03.544Z] 1509e960baef: Waiting [2025-03-28T07:54:03.544Z] 994456c4fd7b: Waiting [2025-03-28T07:54:03.544Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:03.544Z] 9c94d0b5214b: Layer already exists [2025-03-28T07:54:03.544Z] 65bdc99b4fd1: Layer already exists [2025-03-28T07:54:03.544Z] 7423a6360fc6: Layer already exists [2025-03-28T07:54:03.545Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:03.545Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:03.545Z] 1509e960baef: Layer already exists [2025-03-28T07:54:03.545Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:03.545Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:03.545Z] main: digest: sha256:d633a432de6f338464c59c42e4c118ca8c8bca459ffb4ca88b50e24c5a2ab249 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:03.690Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:03.705Z] taggedImages: [2025-03-28T07:54:03.705Z] - nexus3.edgexfoundry.org:10004/core-metadata:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:03.705Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-03-28T07:54:03.705Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.1 [2025-03-28T07:54:03.705Z] - nexus3.edgexfoundry.org:10004/core-metadata:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:03.705Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-03-28T07:54:03.730Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-03-28T07:54:03.730Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:03.730Z] latest [2025-03-28T07:54:03.730Z] 4.1.0-dev.1 [2025-03-28T07:54:03.730Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:03.730Z] main [2025-03-28T07:54:03.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:04.069Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:04.387Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:04.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-03-28T07:54:04.387Z] 8776bbe451b5: Preparing [2025-03-28T07:54:04.387Z] 350b1c288896: Preparing [2025-03-28T07:54:04.387Z] bbb5d5d1cd30: Preparing [2025-03-28T07:54:04.387Z] 4bdb7dfdea7f: Preparing [2025-03-28T07:54:04.387Z] 432c414e637d: Preparing [2025-03-28T07:54:04.387Z] ae1773bc5585: Preparing [2025-03-28T07:54:04.387Z] 52b7973b3218: Preparing [2025-03-28T07:54:04.387Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:04.387Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:04.387Z] f1b29e145ab2: Preparing [2025-03-28T07:54:04.387Z] 9e9fe1ce070d: Preparing [2025-03-28T07:54:04.387Z] 5f70bf18a086: Preparing [2025-03-28T07:54:04.387Z] 1e97848ca09a: Preparing [2025-03-28T07:54:04.387Z] 6de75bef92d5: Preparing [2025-03-28T07:54:04.387Z] 6f9df122e4a3: Preparing [2025-03-28T07:54:04.387Z] 994456c4fd7b: Preparing [2025-03-28T07:54:04.387Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:04.387Z] f1b29e145ab2: Waiting [2025-03-28T07:54:04.387Z] 9e9fe1ce070d: Waiting [2025-03-28T07:54:04.387Z] ae1773bc5585: Waiting [2025-03-28T07:54:04.387Z] 5f70bf18a086: Waiting [2025-03-28T07:54:04.387Z] 52b7973b3218: Waiting [2025-03-28T07:54:04.387Z] 1e97848ca09a: Waiting [2025-03-28T07:54:04.387Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:04.387Z] 6de75bef92d5: Waiting [2025-03-28T07:54:04.387Z] 6f9df122e4a3: Waiting [2025-03-28T07:54:04.387Z] 994456c4fd7b: Waiting [2025-03-28T07:54:04.387Z] 432c414e637d: Pushed [2025-03-28T07:54:04.387Z] bbb5d5d1cd30: Pushed [2025-03-28T07:54:04.387Z] 8776bbe451b5: Pushed [2025-03-28T07:54:04.387Z] 350b1c288896: Pushed [2025-03-28T07:54:04.387Z] 4bdb7dfdea7f: Pushed [2025-03-28T07:54:04.387Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:04.387Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:04.387Z] ae1773bc5585: Pushed [2025-03-28T07:54:04.387Z] 5f70bf18a086: Layer already exists [2025-03-28T07:54:04.646Z] f1b29e145ab2: Pushed [2025-03-28T07:54:04.646Z] 9e9fe1ce070d: Pushed [2025-03-28T07:54:04.646Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:04.646Z] 1e97848ca09a: Pushed [2025-03-28T07:54:04.646Z] 6de75bef92d5: Pushed [2025-03-28T07:54:04.646Z] 6f9df122e4a3: Pushed [2025-03-28T07:54:06.026Z] 52b7973b3218: Pushed [2025-03-28T07:54:06.026Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:721eee99778ac7f9f02a7da4b47240b89422614a06cc819a6476d9b3556978c4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:06.363Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:06.693Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-03-28T07:54:06.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-03-28T07:54:06.693Z] 8776bbe451b5: Preparing [2025-03-28T07:54:06.693Z] 350b1c288896: Preparing [2025-03-28T07:54:06.693Z] bbb5d5d1cd30: Preparing [2025-03-28T07:54:06.693Z] 4bdb7dfdea7f: Preparing [2025-03-28T07:54:06.693Z] 432c414e637d: Preparing [2025-03-28T07:54:06.693Z] ae1773bc5585: Preparing [2025-03-28T07:54:06.693Z] 52b7973b3218: Preparing [2025-03-28T07:54:06.693Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:06.693Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:06.693Z] f1b29e145ab2: Preparing [2025-03-28T07:54:06.693Z] 9e9fe1ce070d: Preparing [2025-03-28T07:54:06.693Z] 5f70bf18a086: Preparing [2025-03-28T07:54:06.693Z] 1e97848ca09a: Preparing [2025-03-28T07:54:06.693Z] 6de75bef92d5: Preparing [2025-03-28T07:54:06.693Z] 6f9df122e4a3: Preparing [2025-03-28T07:54:06.693Z] 994456c4fd7b: Preparing [2025-03-28T07:54:06.693Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:06.693Z] 9e9fe1ce070d: Waiting [2025-03-28T07:54:06.693Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:06.693Z] f1b29e145ab2: Waiting [2025-03-28T07:54:06.693Z] 1e97848ca09a: Waiting [2025-03-28T07:54:06.693Z] 6de75bef92d5: Waiting [2025-03-28T07:54:06.693Z] 6f9df122e4a3: Waiting [2025-03-28T07:54:06.693Z] 994456c4fd7b: Waiting [2025-03-28T07:54:06.693Z] ae1773bc5585: Waiting [2025-03-28T07:54:06.693Z] 52b7973b3218: Waiting [2025-03-28T07:54:06.693Z] bbb5d5d1cd30: Layer already exists [2025-03-28T07:54:06.693Z] 8776bbe451b5: Layer already exists [2025-03-28T07:54:06.693Z] 350b1c288896: Layer already exists [2025-03-28T07:54:06.693Z] 4bdb7dfdea7f: Layer already exists [2025-03-28T07:54:06.693Z] 432c414e637d: Layer already exists [2025-03-28T07:54:06.693Z] ae1773bc5585: Layer already exists [2025-03-28T07:54:06.693Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:06.693Z] 52b7973b3218: Layer already exists [2025-03-28T07:54:06.693Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:06.693Z] f1b29e145ab2: Layer already exists [2025-03-28T07:54:06.693Z] 9e9fe1ce070d: Layer already exists [2025-03-28T07:54:06.693Z] 5f70bf18a086: Layer already exists [2025-03-28T07:54:06.693Z] 1e97848ca09a: Layer already exists [2025-03-28T07:54:06.693Z] 6f9df122e4a3: Layer already exists [2025-03-28T07:54:06.693Z] 6de75bef92d5: Layer already exists [2025-03-28T07:54:06.693Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:06.693Z] latest: digest: sha256:721eee99778ac7f9f02a7da4b47240b89422614a06cc819a6476d9b3556978c4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:07.036Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:07.352Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.1 [2025-03-28T07:54:07.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-03-28T07:54:07.352Z] 8776bbe451b5: Preparing [2025-03-28T07:54:07.352Z] 350b1c288896: Preparing [2025-03-28T07:54:07.352Z] bbb5d5d1cd30: Preparing [2025-03-28T07:54:07.352Z] 4bdb7dfdea7f: Preparing [2025-03-28T07:54:07.352Z] 432c414e637d: Preparing [2025-03-28T07:54:07.352Z] ae1773bc5585: Preparing [2025-03-28T07:54:07.352Z] 52b7973b3218: Preparing [2025-03-28T07:54:07.352Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:07.352Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:07.352Z] f1b29e145ab2: Preparing [2025-03-28T07:54:07.352Z] 9e9fe1ce070d: Preparing [2025-03-28T07:54:07.352Z] 5f70bf18a086: Preparing [2025-03-28T07:54:07.352Z] 1e97848ca09a: Preparing [2025-03-28T07:54:07.352Z] 6de75bef92d5: Preparing [2025-03-28T07:54:07.352Z] 6f9df122e4a3: Preparing [2025-03-28T07:54:07.352Z] 994456c4fd7b: Preparing [2025-03-28T07:54:07.352Z] 52b7973b3218: Waiting [2025-03-28T07:54:07.352Z] 1e97848ca09a: Waiting [2025-03-28T07:54:07.352Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:07.352Z] 6de75bef92d5: Waiting [2025-03-28T07:54:07.352Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:07.352Z] 994456c4fd7b: Waiting [2025-03-28T07:54:07.352Z] 6f9df122e4a3: Waiting [2025-03-28T07:54:07.352Z] f1b29e145ab2: Waiting [2025-03-28T07:54:07.352Z] 9e9fe1ce070d: Waiting [2025-03-28T07:54:07.352Z] ae1773bc5585: Waiting [2025-03-28T07:54:07.352Z] 5f70bf18a086: Waiting [2025-03-28T07:54:07.352Z] 432c414e637d: Layer already exists [2025-03-28T07:54:07.352Z] 4bdb7dfdea7f: Layer already exists [2025-03-28T07:54:07.352Z] 8776bbe451b5: Layer already exists [2025-03-28T07:54:07.352Z] bbb5d5d1cd30: Layer already exists [2025-03-28T07:54:07.352Z] 350b1c288896: Layer already exists [2025-03-28T07:54:07.352Z] 52b7973b3218: Layer already exists [2025-03-28T07:54:07.352Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:07.352Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:07.352Z] ae1773bc5585: Layer already exists [2025-03-28T07:54:07.352Z] f1b29e145ab2: Layer already exists [2025-03-28T07:54:07.352Z] 5f70bf18a086: Layer already exists [2025-03-28T07:54:07.352Z] 1e97848ca09a: Layer already exists [2025-03-28T07:54:07.352Z] 9e9fe1ce070d: Layer already exists [2025-03-28T07:54:07.352Z] 6de75bef92d5: Layer already exists [2025-03-28T07:54:07.352Z] 6f9df122e4a3: Layer already exists [2025-03-28T07:54:07.352Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:07.352Z] 4.1.0-dev.1: digest: sha256:721eee99778ac7f9f02a7da4b47240b89422614a06cc819a6476d9b3556978c4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:07.669Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:07.995Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:07.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-03-28T07:54:07.995Z] 8776bbe451b5: Preparing [2025-03-28T07:54:07.995Z] 350b1c288896: Preparing [2025-03-28T07:54:07.995Z] bbb5d5d1cd30: Preparing [2025-03-28T07:54:07.995Z] 4bdb7dfdea7f: Preparing [2025-03-28T07:54:07.995Z] 432c414e637d: Preparing [2025-03-28T07:54:07.995Z] ae1773bc5585: Preparing [2025-03-28T07:54:07.995Z] 52b7973b3218: Preparing [2025-03-28T07:54:07.995Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:07.995Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:07.995Z] f1b29e145ab2: Preparing [2025-03-28T07:54:07.995Z] 9e9fe1ce070d: Preparing [2025-03-28T07:54:07.995Z] 5f70bf18a086: Preparing [2025-03-28T07:54:07.995Z] 1e97848ca09a: Preparing [2025-03-28T07:54:07.995Z] 6de75bef92d5: Preparing [2025-03-28T07:54:07.995Z] 6f9df122e4a3: Preparing [2025-03-28T07:54:07.995Z] 994456c4fd7b: Preparing [2025-03-28T07:54:07.995Z] ae1773bc5585: Waiting [2025-03-28T07:54:07.995Z] 52b7973b3218: Waiting [2025-03-28T07:54:07.995Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:07.995Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:07.995Z] f1b29e145ab2: Waiting [2025-03-28T07:54:07.995Z] 9e9fe1ce070d: Waiting [2025-03-28T07:54:07.995Z] 6f9df122e4a3: Waiting [2025-03-28T07:54:07.995Z] 994456c4fd7b: Waiting [2025-03-28T07:54:07.995Z] 5f70bf18a086: Waiting [2025-03-28T07:54:07.995Z] 1e97848ca09a: Waiting [2025-03-28T07:54:07.995Z] 6de75bef92d5: Waiting [2025-03-28T07:54:07.995Z] 432c414e637d: Layer already exists [2025-03-28T07:54:07.995Z] bbb5d5d1cd30: Layer already exists [2025-03-28T07:54:07.995Z] 350b1c288896: Layer already exists [2025-03-28T07:54:07.995Z] 8776bbe451b5: Layer already exists [2025-03-28T07:54:07.995Z] 4bdb7dfdea7f: Layer already exists [2025-03-28T07:54:07.995Z] 52b7973b3218: Layer already exists [2025-03-28T07:54:07.995Z] ae1773bc5585: Layer already exists [2025-03-28T07:54:07.995Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:07.995Z] f1b29e145ab2: Layer already exists [2025-03-28T07:54:07.995Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:07.995Z] 9e9fe1ce070d: Layer already exists [2025-03-28T07:54:07.995Z] 1e97848ca09a: Layer already exists [2025-03-28T07:54:07.995Z] 5f70bf18a086: Layer already exists [2025-03-28T07:54:07.995Z] 6de75bef92d5: Layer already exists [2025-03-28T07:54:07.995Z] 6f9df122e4a3: Layer already exists [2025-03-28T07:54:07.995Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:07.995Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:721eee99778ac7f9f02a7da4b47240b89422614a06cc819a6476d9b3556978c4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:08.321Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:08.630Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-03-28T07:54:08.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-03-28T07:54:08.631Z] 8776bbe451b5: Preparing [2025-03-28T07:54:08.631Z] 350b1c288896: Preparing [2025-03-28T07:54:08.631Z] bbb5d5d1cd30: Preparing [2025-03-28T07:54:08.631Z] 4bdb7dfdea7f: Preparing [2025-03-28T07:54:08.631Z] 432c414e637d: Preparing [2025-03-28T07:54:08.631Z] ae1773bc5585: Preparing [2025-03-28T07:54:08.631Z] 52b7973b3218: Preparing [2025-03-28T07:54:08.631Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:08.631Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:08.631Z] f1b29e145ab2: Preparing [2025-03-28T07:54:08.631Z] 9e9fe1ce070d: Preparing [2025-03-28T07:54:08.631Z] 5f70bf18a086: Preparing [2025-03-28T07:54:08.631Z] 1e97848ca09a: Preparing [2025-03-28T07:54:08.631Z] 6de75bef92d5: Preparing [2025-03-28T07:54:08.631Z] 6f9df122e4a3: Preparing [2025-03-28T07:54:08.631Z] 994456c4fd7b: Preparing [2025-03-28T07:54:08.631Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:08.631Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:08.631Z] f1b29e145ab2: Waiting [2025-03-28T07:54:08.631Z] 6de75bef92d5: Waiting [2025-03-28T07:54:08.631Z] 6f9df122e4a3: Waiting [2025-03-28T07:54:08.631Z] ae1773bc5585: Waiting [2025-03-28T07:54:08.631Z] 52b7973b3218: Waiting [2025-03-28T07:54:08.631Z] 9e9fe1ce070d: Waiting [2025-03-28T07:54:08.631Z] 1e97848ca09a: Waiting [2025-03-28T07:54:08.631Z] 5f70bf18a086: Waiting [2025-03-28T07:54:08.631Z] 994456c4fd7b: Waiting [2025-03-28T07:54:08.631Z] 350b1c288896: Layer already exists [2025-03-28T07:54:08.631Z] bbb5d5d1cd30: Layer already exists [2025-03-28T07:54:08.631Z] 4bdb7dfdea7f: Layer already exists [2025-03-28T07:54:08.631Z] 432c414e637d: Layer already exists [2025-03-28T07:54:08.631Z] 8776bbe451b5: Layer already exists [2025-03-28T07:54:08.631Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:08.631Z] 52b7973b3218: Layer already exists [2025-03-28T07:54:08.631Z] ae1773bc5585: Layer already exists [2025-03-28T07:54:08.631Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:08.631Z] f1b29e145ab2: Layer already exists [2025-03-28T07:54:08.631Z] 9e9fe1ce070d: Layer already exists [2025-03-28T07:54:08.631Z] 1e97848ca09a: Layer already exists [2025-03-28T07:54:08.631Z] 5f70bf18a086: Layer already exists [2025-03-28T07:54:08.631Z] 6f9df122e4a3: Layer already exists [2025-03-28T07:54:08.631Z] 6de75bef92d5: Layer already exists [2025-03-28T07:54:08.631Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:08.631Z] main: digest: sha256:721eee99778ac7f9f02a7da4b47240b89422614a06cc819a6476d9b3556978c4 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:08.716Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:08.733Z] taggedImages: [2025-03-28T07:54:08.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:08.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-03-28T07:54:08.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.1 [2025-03-28T07:54:08.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:08.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-03-28T07:54:08.764Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-03-28T07:54:08.764Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:08.764Z] latest [2025-03-28T07:54:08.764Z] 4.1.0-dev.1 [2025-03-28T07:54:08.764Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:08.764Z] main [2025-03-28T07:54:08.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:09.118Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:09.444Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:09.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-03-28T07:54:09.444Z] 3ea0c762f1c3: Preparing [2025-03-28T07:54:09.444Z] 42cd826f4c6f: Preparing [2025-03-28T07:54:09.444Z] 20cbf5d005fe: Preparing [2025-03-28T07:54:09.444Z] 85eccbf3253b: Preparing [2025-03-28T07:54:09.444Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:09.444Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:09.444Z] 1509e960baef: Preparing [2025-03-28T07:54:09.444Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:09.444Z] 994456c4fd7b: Preparing [2025-03-28T07:54:09.444Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:09.444Z] 1509e960baef: Waiting [2025-03-28T07:54:09.444Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:09.444Z] 994456c4fd7b: Waiting [2025-03-28T07:54:09.444Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:54:09.444Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:09.444Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:54:09.444Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:09.444Z] 1509e960baef: Layer already exists [2025-03-28T07:54:09.444Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:09.444Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:09.444Z] 20cbf5d005fe: Pushed [2025-03-28T07:54:11.975Z] 85eccbf3253b: Pushed [2025-03-28T07:54:11.975Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:152a589b4ec71769ab083dec5249196b0083461c2ad4f1854d6de696096ec268 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:12.295Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:12.611Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-03-28T07:54:12.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-03-28T07:54:12.611Z] 3ea0c762f1c3: Preparing [2025-03-28T07:54:12.611Z] 42cd826f4c6f: Preparing [2025-03-28T07:54:12.611Z] 20cbf5d005fe: Preparing [2025-03-28T07:54:12.611Z] 85eccbf3253b: Preparing [2025-03-28T07:54:12.611Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:12.611Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:12.611Z] 1509e960baef: Preparing [2025-03-28T07:54:12.611Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:12.611Z] 994456c4fd7b: Preparing [2025-03-28T07:54:12.611Z] 1509e960baef: Waiting [2025-03-28T07:54:12.611Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:12.611Z] 994456c4fd7b: Waiting [2025-03-28T07:54:12.611Z] 20cbf5d005fe: Layer already exists [2025-03-28T07:54:12.611Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:54:12.611Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:12.611Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:54:12.611Z] 85eccbf3253b: Layer already exists [2025-03-28T07:54:12.611Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:12.611Z] 1509e960baef: Layer already exists [2025-03-28T07:54:12.611Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:12.611Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:12.611Z] latest: digest: sha256:152a589b4ec71769ab083dec5249196b0083461c2ad4f1854d6de696096ec268 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:12.936Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:13.262Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.1 [2025-03-28T07:54:13.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-03-28T07:54:13.262Z] 3ea0c762f1c3: Preparing [2025-03-28T07:54:13.262Z] 42cd826f4c6f: Preparing [2025-03-28T07:54:13.262Z] 20cbf5d005fe: Preparing [2025-03-28T07:54:13.262Z] 85eccbf3253b: Preparing [2025-03-28T07:54:13.262Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:13.262Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:13.262Z] 1509e960baef: Preparing [2025-03-28T07:54:13.262Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:13.262Z] 994456c4fd7b: Preparing [2025-03-28T07:54:13.262Z] 1509e960baef: Waiting [2025-03-28T07:54:13.262Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:13.262Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:13.262Z] 994456c4fd7b: Waiting [2025-03-28T07:54:13.262Z] 20cbf5d005fe: Layer already exists [2025-03-28T07:54:13.262Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:54:13.262Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:13.262Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:54:13.262Z] 85eccbf3253b: Layer already exists [2025-03-28T07:54:13.262Z] 1509e960baef: Layer already exists [2025-03-28T07:54:13.262Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:13.262Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:13.262Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:13.262Z] 4.1.0-dev.1: digest: sha256:152a589b4ec71769ab083dec5249196b0083461c2ad4f1854d6de696096ec268 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:13.585Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:13.905Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:13.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-03-28T07:54:13.906Z] 3ea0c762f1c3: Preparing [2025-03-28T07:54:13.906Z] 42cd826f4c6f: Preparing [2025-03-28T07:54:13.906Z] 20cbf5d005fe: Preparing [2025-03-28T07:54:13.906Z] 85eccbf3253b: Preparing [2025-03-28T07:54:13.906Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:13.906Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:13.906Z] 1509e960baef: Preparing [2025-03-28T07:54:13.906Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:13.906Z] 994456c4fd7b: Preparing [2025-03-28T07:54:13.906Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:13.906Z] 1509e960baef: Waiting [2025-03-28T07:54:13.906Z] 994456c4fd7b: Waiting [2025-03-28T07:54:13.906Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:13.906Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:54:13.906Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:13.906Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:54:13.906Z] 85eccbf3253b: Layer already exists [2025-03-28T07:54:13.906Z] 20cbf5d005fe: Layer already exists [2025-03-28T07:54:13.906Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:13.906Z] 1509e960baef: Layer already exists [2025-03-28T07:54:13.906Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:13.906Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:13.906Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:152a589b4ec71769ab083dec5249196b0083461c2ad4f1854d6de696096ec268 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:14.245Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:14.578Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-03-28T07:54:14.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-03-28T07:54:14.578Z] 3ea0c762f1c3: Preparing [2025-03-28T07:54:14.578Z] 42cd826f4c6f: Preparing [2025-03-28T07:54:14.578Z] 20cbf5d005fe: Preparing [2025-03-28T07:54:14.578Z] 85eccbf3253b: Preparing [2025-03-28T07:54:14.578Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:14.578Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:14.578Z] 1509e960baef: Preparing [2025-03-28T07:54:14.578Z] 1820b3ba25dc: Preparing [2025-03-28T07:54:14.578Z] 994456c4fd7b: Preparing [2025-03-28T07:54:14.578Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:14.578Z] 1509e960baef: Waiting [2025-03-28T07:54:14.578Z] 1820b3ba25dc: Waiting [2025-03-28T07:54:14.578Z] 994456c4fd7b: Waiting [2025-03-28T07:54:14.578Z] 42cd826f4c6f: Layer already exists [2025-03-28T07:54:14.578Z] 85eccbf3253b: Layer already exists [2025-03-28T07:54:14.578Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:14.578Z] 3ea0c762f1c3: Layer already exists [2025-03-28T07:54:14.578Z] 20cbf5d005fe: Layer already exists [2025-03-28T07:54:14.578Z] 1509e960baef: Layer already exists [2025-03-28T07:54:14.578Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:14.578Z] 1820b3ba25dc: Layer already exists [2025-03-28T07:54:14.578Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:14.578Z] main: digest: sha256:152a589b4ec71769ab083dec5249196b0083461c2ad4f1854d6de696096ec268 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:14.655Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:14.674Z] taggedImages: [2025-03-28T07:54:14.674Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:14.674Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-03-28T07:54:14.674Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.1 [2025-03-28T07:54:14.674Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:14.674Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-03-28T07:54:14.705Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-03-28T07:54:14.705Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:14.705Z] latest [2025-03-28T07:54:14.705Z] 4.1.0-dev.1 [2025-03-28T07:54:14.705Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:14.705Z] main [2025-03-28T07:54:14.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:15.047Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:15.378Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:15.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-03-28T07:54:15.378Z] 2bb0d897fdf3: Preparing [2025-03-28T07:54:15.378Z] 7f07a03c66ca: Preparing [2025-03-28T07:54:15.378Z] dadf3f3eae02: Preparing [2025-03-28T07:54:15.378Z] 0af34e4eecf5: Preparing [2025-03-28T07:54:15.378Z] eef21e7391ea: Preparing [2025-03-28T07:54:15.378Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:15.378Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:15.378Z] 67f2da459269: Preparing [2025-03-28T07:54:15.378Z] 7d5888fa85d0: Preparing [2025-03-28T07:54:15.378Z] 5852e2f93198: Preparing [2025-03-28T07:54:15.378Z] 994456c4fd7b: Preparing [2025-03-28T07:54:15.378Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:15.378Z] 67f2da459269: Waiting [2025-03-28T07:54:15.378Z] 7d5888fa85d0: Waiting [2025-03-28T07:54:15.378Z] 5852e2f93198: Waiting [2025-03-28T07:54:15.378Z] 994456c4fd7b: Waiting [2025-03-28T07:54:15.378Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:15.378Z] 7f07a03c66ca: Pushed [2025-03-28T07:54:15.378Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:15.378Z] eef21e7391ea: Pushed [2025-03-28T07:54:15.378Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:15.378Z] 2bb0d897fdf3: Pushed [2025-03-28T07:54:15.378Z] 0af34e4eecf5: Pushed [2025-03-28T07:54:15.378Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:15.635Z] 67f2da459269: Pushed [2025-03-28T07:54:15.635Z] 7d5888fa85d0: Pushed [2025-03-28T07:54:17.012Z] 5852e2f93198: Pushed [2025-03-28T07:54:17.272Z] dadf3f3eae02: Pushed [2025-03-28T07:54:17.272Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:455f5f147e9ff2c0c621d91df4477b68de8bb976607b20a17669ab2602f14b8d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:17.602Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:17.924Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-03-28T07:54:17.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-03-28T07:54:17.924Z] 2bb0d897fdf3: Preparing [2025-03-28T07:54:17.924Z] 7f07a03c66ca: Preparing [2025-03-28T07:54:17.924Z] dadf3f3eae02: Preparing [2025-03-28T07:54:17.924Z] 0af34e4eecf5: Preparing [2025-03-28T07:54:17.924Z] eef21e7391ea: Preparing [2025-03-28T07:54:17.924Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:17.924Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:17.924Z] 67f2da459269: Preparing [2025-03-28T07:54:17.924Z] 7d5888fa85d0: Preparing [2025-03-28T07:54:17.924Z] 5852e2f93198: Preparing [2025-03-28T07:54:17.924Z] 994456c4fd7b: Preparing [2025-03-28T07:54:17.924Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:17.924Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:17.924Z] 67f2da459269: Waiting [2025-03-28T07:54:17.924Z] 7d5888fa85d0: Waiting [2025-03-28T07:54:17.924Z] 5852e2f93198: Waiting [2025-03-28T07:54:17.924Z] 994456c4fd7b: Waiting [2025-03-28T07:54:17.924Z] 0af34e4eecf5: Layer already exists [2025-03-28T07:54:17.924Z] 7f07a03c66ca: Layer already exists [2025-03-28T07:54:17.924Z] eef21e7391ea: Layer already exists [2025-03-28T07:54:17.924Z] dadf3f3eae02: Layer already exists [2025-03-28T07:54:17.924Z] 2bb0d897fdf3: Layer already exists [2025-03-28T07:54:17.924Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:17.924Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:17.924Z] 7d5888fa85d0: Layer already exists [2025-03-28T07:54:17.924Z] 5852e2f93198: Layer already exists [2025-03-28T07:54:17.924Z] 67f2da459269: Layer already exists [2025-03-28T07:54:17.924Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:17.924Z] latest: digest: sha256:455f5f147e9ff2c0c621d91df4477b68de8bb976607b20a17669ab2602f14b8d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:18.262Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:18.781Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.1 [2025-03-28T07:54:18.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-03-28T07:54:18.781Z] 2bb0d897fdf3: Preparing [2025-03-28T07:54:18.781Z] 7f07a03c66ca: Preparing [2025-03-28T07:54:18.781Z] dadf3f3eae02: Preparing [2025-03-28T07:54:18.781Z] 0af34e4eecf5: Preparing [2025-03-28T07:54:18.781Z] eef21e7391ea: Preparing [2025-03-28T07:54:18.781Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:18.781Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:18.781Z] 67f2da459269: Preparing [2025-03-28T07:54:18.781Z] 7d5888fa85d0: Preparing [2025-03-28T07:54:18.781Z] 5852e2f93198: Preparing [2025-03-28T07:54:18.781Z] 67f2da459269: Waiting [2025-03-28T07:54:18.781Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:18.781Z] 7d5888fa85d0: Waiting [2025-03-28T07:54:18.781Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:18.781Z] 994456c4fd7b: Preparing [2025-03-28T07:54:18.781Z] 994456c4fd7b: Waiting [2025-03-28T07:54:18.781Z] 5852e2f93198: Waiting [2025-03-28T07:54:18.781Z] 0af34e4eecf5: Layer already exists [2025-03-28T07:54:18.781Z] 7f07a03c66ca: Layer already exists [2025-03-28T07:54:18.781Z] eef21e7391ea: Layer already exists [2025-03-28T07:54:18.781Z] 2bb0d897fdf3: Layer already exists [2025-03-28T07:54:18.781Z] dadf3f3eae02: Layer already exists [2025-03-28T07:54:18.781Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:18.781Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:18.781Z] 67f2da459269: Layer already exists [2025-03-28T07:54:18.781Z] 7d5888fa85d0: Layer already exists [2025-03-28T07:54:18.781Z] 5852e2f93198: Layer already exists [2025-03-28T07:54:18.781Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:18.781Z] 4.1.0-dev.1: digest: sha256:455f5f147e9ff2c0c621d91df4477b68de8bb976607b20a17669ab2602f14b8d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:19.178Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:19.505Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:19.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-03-28T07:54:19.505Z] 2bb0d897fdf3: Preparing [2025-03-28T07:54:19.505Z] 7f07a03c66ca: Preparing [2025-03-28T07:54:19.505Z] dadf3f3eae02: Preparing [2025-03-28T07:54:19.505Z] 0af34e4eecf5: Preparing [2025-03-28T07:54:19.505Z] eef21e7391ea: Preparing [2025-03-28T07:54:19.505Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:19.505Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:19.505Z] 67f2da459269: Preparing [2025-03-28T07:54:19.505Z] 7d5888fa85d0: Preparing [2025-03-28T07:54:19.505Z] 5852e2f93198: Preparing [2025-03-28T07:54:19.505Z] 994456c4fd7b: Preparing [2025-03-28T07:54:19.505Z] 7d5888fa85d0: Waiting [2025-03-28T07:54:19.505Z] 67f2da459269: Waiting [2025-03-28T07:54:19.505Z] 5852e2f93198: Waiting [2025-03-28T07:54:19.505Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:19.505Z] 994456c4fd7b: Waiting [2025-03-28T07:54:19.505Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:19.505Z] dadf3f3eae02: Layer already exists [2025-03-28T07:54:19.505Z] eef21e7391ea: Layer already exists [2025-03-28T07:54:19.505Z] 0af34e4eecf5: Layer already exists [2025-03-28T07:54:19.505Z] 2bb0d897fdf3: Layer already exists [2025-03-28T07:54:19.505Z] 7f07a03c66ca: Layer already exists [2025-03-28T07:54:19.505Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:19.505Z] 67f2da459269: Layer already exists [2025-03-28T07:54:19.505Z] 7d5888fa85d0: Layer already exists [2025-03-28T07:54:19.505Z] 5852e2f93198: Layer already exists [2025-03-28T07:54:19.505Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:19.505Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:19.505Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:455f5f147e9ff2c0c621d91df4477b68de8bb976607b20a17669ab2602f14b8d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:19.828Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:20.163Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-03-28T07:54:20.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-03-28T07:54:20.163Z] 2bb0d897fdf3: Preparing [2025-03-28T07:54:20.163Z] 7f07a03c66ca: Preparing [2025-03-28T07:54:20.163Z] dadf3f3eae02: Preparing [2025-03-28T07:54:20.163Z] 0af34e4eecf5: Preparing [2025-03-28T07:54:20.163Z] eef21e7391ea: Preparing [2025-03-28T07:54:20.163Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:20.163Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:20.163Z] 67f2da459269: Preparing [2025-03-28T07:54:20.163Z] 7d5888fa85d0: Preparing [2025-03-28T07:54:20.163Z] 5852e2f93198: Preparing [2025-03-28T07:54:20.163Z] 994456c4fd7b: Preparing [2025-03-28T07:54:20.163Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:20.163Z] 7d5888fa85d0: Waiting [2025-03-28T07:54:20.163Z] 5852e2f93198: Waiting [2025-03-28T07:54:20.163Z] 994456c4fd7b: Waiting [2025-03-28T07:54:20.163Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:20.163Z] 67f2da459269: Waiting [2025-03-28T07:54:20.164Z] dadf3f3eae02: Layer already exists [2025-03-28T07:54:20.164Z] eef21e7391ea: Layer already exists [2025-03-28T07:54:20.164Z] 7f07a03c66ca: Layer already exists [2025-03-28T07:54:20.164Z] 0af34e4eecf5: Layer already exists [2025-03-28T07:54:20.164Z] 2bb0d897fdf3: Layer already exists [2025-03-28T07:54:20.164Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:20.164Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:20.164Z] 67f2da459269: Layer already exists [2025-03-28T07:54:20.164Z] 7d5888fa85d0: Layer already exists [2025-03-28T07:54:20.164Z] 5852e2f93198: Layer already exists [2025-03-28T07:54:20.164Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:20.164Z] main: digest: sha256:455f5f147e9ff2c0c621d91df4477b68de8bb976607b20a17669ab2602f14b8d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:20.239Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:20.253Z] taggedImages: [2025-03-28T07:54:20.253Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:20.253Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-03-28T07:54:20.253Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.1 [2025-03-28T07:54:20.253Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:20.253Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-03-28T07:54:20.281Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-03-28T07:54:20.281Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:20.281Z] latest [2025-03-28T07:54:20.281Z] 4.1.0-dev.1 [2025-03-28T07:54:20.281Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:20.281Z] main [2025-03-28T07:54:20.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:20.620Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:20.943Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:20.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-03-28T07:54:20.943Z] 1b06a79f57f5: Preparing [2025-03-28T07:54:20.943Z] 2d9a58613b6a: Preparing [2025-03-28T07:54:20.943Z] 9ea99d1ced56: Preparing [2025-03-28T07:54:20.943Z] 835bd60e1911: Preparing [2025-03-28T07:54:20.943Z] a0c28bb1fccd: Preparing [2025-03-28T07:54:20.943Z] 96c456c3bfe7: Preparing [2025-03-28T07:54:20.943Z] c335a4efeb78: Preparing [2025-03-28T07:54:20.943Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:20.943Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:20.943Z] d0a9f2f7e051: Preparing [2025-03-28T07:54:20.943Z] b3efb44ef69c: Preparing [2025-03-28T07:54:20.943Z] 994456c4fd7b: Preparing [2025-03-28T07:54:20.943Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:20.943Z] 96c456c3bfe7: Waiting [2025-03-28T07:54:20.943Z] c335a4efeb78: Waiting [2025-03-28T07:54:20.943Z] d0a9f2f7e051: Waiting [2025-03-28T07:54:20.943Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:20.943Z] b3efb44ef69c: Waiting [2025-03-28T07:54:20.943Z] 994456c4fd7b: Waiting [2025-03-28T07:54:20.943Z] a0c28bb1fccd: Pushed [2025-03-28T07:54:20.943Z] 2d9a58613b6a: Pushed [2025-03-28T07:54:20.943Z] 1b06a79f57f5: Pushed [2025-03-28T07:54:20.943Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:20.943Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:20.943Z] 96c456c3bfe7: Pushed [2025-03-28T07:54:20.943Z] c335a4efeb78: Pushed [2025-03-28T07:54:21.200Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:21.200Z] d0a9f2f7e051: Pushed [2025-03-28T07:54:22.136Z] b3efb44ef69c: Pushed [2025-03-28T07:54:22.701Z] 835bd60e1911: Pushed [2025-03-28T07:54:23.635Z] 9ea99d1ced56: Pushed [2025-03-28T07:54:23.635Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:9f66369c73748bcaf4173bd7d6edc54015da2e52427fbaa72b25fe9086cd8753 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:23.971Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:24.296Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-03-28T07:54:24.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-03-28T07:54:24.296Z] 1b06a79f57f5: Preparing [2025-03-28T07:54:24.296Z] 2d9a58613b6a: Preparing [2025-03-28T07:54:24.296Z] 9ea99d1ced56: Preparing [2025-03-28T07:54:24.296Z] 835bd60e1911: Preparing [2025-03-28T07:54:24.296Z] a0c28bb1fccd: Preparing [2025-03-28T07:54:24.296Z] 96c456c3bfe7: Preparing [2025-03-28T07:54:24.296Z] c335a4efeb78: Preparing [2025-03-28T07:54:24.296Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:24.296Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:24.296Z] d0a9f2f7e051: Preparing [2025-03-28T07:54:24.296Z] b3efb44ef69c: Preparing [2025-03-28T07:54:24.296Z] 994456c4fd7b: Preparing [2025-03-28T07:54:24.296Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:24.296Z] c335a4efeb78: Waiting [2025-03-28T07:54:24.296Z] 96c456c3bfe7: Waiting [2025-03-28T07:54:24.296Z] 994456c4fd7b: Waiting [2025-03-28T07:54:24.296Z] d0a9f2f7e051: Waiting [2025-03-28T07:54:24.296Z] 2d9a58613b6a: Layer already exists [2025-03-28T07:54:24.296Z] 9ea99d1ced56: Layer already exists [2025-03-28T07:54:24.296Z] 1b06a79f57f5: Layer already exists [2025-03-28T07:54:24.296Z] 835bd60e1911: Layer already exists [2025-03-28T07:54:24.296Z] a0c28bb1fccd: Layer already exists [2025-03-28T07:54:24.296Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:24.296Z] c335a4efeb78: Layer already exists [2025-03-28T07:54:24.296Z] 96c456c3bfe7: Layer already exists [2025-03-28T07:54:24.296Z] d0a9f2f7e051: Layer already exists [2025-03-28T07:54:24.296Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:24.296Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:24.296Z] b3efb44ef69c: Layer already exists [2025-03-28T07:54:24.296Z] latest: digest: sha256:9f66369c73748bcaf4173bd7d6edc54015da2e52427fbaa72b25fe9086cd8753 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:24.636Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:24.963Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.1 [2025-03-28T07:54:24.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-03-28T07:54:24.964Z] 1b06a79f57f5: Preparing [2025-03-28T07:54:24.964Z] 2d9a58613b6a: Preparing [2025-03-28T07:54:24.964Z] 9ea99d1ced56: Preparing [2025-03-28T07:54:24.964Z] 835bd60e1911: Preparing [2025-03-28T07:54:24.964Z] a0c28bb1fccd: Preparing [2025-03-28T07:54:24.964Z] 96c456c3bfe7: Preparing [2025-03-28T07:54:24.964Z] c335a4efeb78: Preparing [2025-03-28T07:54:24.964Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:24.964Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:24.964Z] d0a9f2f7e051: Preparing [2025-03-28T07:54:24.964Z] b3efb44ef69c: Preparing [2025-03-28T07:54:24.964Z] 994456c4fd7b: Preparing [2025-03-28T07:54:24.964Z] 96c456c3bfe7: Waiting [2025-03-28T07:54:24.964Z] c335a4efeb78: Waiting [2025-03-28T07:54:24.964Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:24.964Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:24.964Z] d0a9f2f7e051: Waiting [2025-03-28T07:54:24.964Z] b3efb44ef69c: Waiting [2025-03-28T07:54:24.964Z] 994456c4fd7b: Waiting [2025-03-28T07:54:24.964Z] a0c28bb1fccd: Layer already exists [2025-03-28T07:54:24.964Z] 1b06a79f57f5: Layer already exists [2025-03-28T07:54:24.964Z] 9ea99d1ced56: Layer already exists [2025-03-28T07:54:24.964Z] 835bd60e1911: Layer already exists [2025-03-28T07:54:24.964Z] 2d9a58613b6a: Layer already exists [2025-03-28T07:54:24.964Z] 96c456c3bfe7: Layer already exists [2025-03-28T07:54:24.964Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:24.964Z] d0a9f2f7e051: Layer already exists [2025-03-28T07:54:24.964Z] c335a4efeb78: Layer already exists [2025-03-28T07:54:24.964Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:24.964Z] b3efb44ef69c: Layer already exists [2025-03-28T07:54:24.964Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:24.964Z] 4.1.0-dev.1: digest: sha256:9f66369c73748bcaf4173bd7d6edc54015da2e52427fbaa72b25fe9086cd8753 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:25.293Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:25.624Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:25.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-03-28T07:54:25.624Z] 1b06a79f57f5: Preparing [2025-03-28T07:54:25.624Z] 2d9a58613b6a: Preparing [2025-03-28T07:54:25.624Z] 9ea99d1ced56: Preparing [2025-03-28T07:54:25.624Z] 835bd60e1911: Preparing [2025-03-28T07:54:25.624Z] a0c28bb1fccd: Preparing [2025-03-28T07:54:25.624Z] 96c456c3bfe7: Preparing [2025-03-28T07:54:25.624Z] c335a4efeb78: Preparing [2025-03-28T07:54:25.624Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:25.624Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:25.624Z] d0a9f2f7e051: Preparing [2025-03-28T07:54:25.624Z] b3efb44ef69c: Preparing [2025-03-28T07:54:25.624Z] 994456c4fd7b: Preparing [2025-03-28T07:54:25.624Z] 96c456c3bfe7: Waiting [2025-03-28T07:54:25.624Z] c335a4efeb78: Waiting [2025-03-28T07:54:25.624Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:25.624Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:25.624Z] d0a9f2f7e051: Waiting [2025-03-28T07:54:25.624Z] b3efb44ef69c: Waiting [2025-03-28T07:54:25.624Z] 994456c4fd7b: Waiting [2025-03-28T07:54:25.624Z] 2d9a58613b6a: Layer already exists [2025-03-28T07:54:25.624Z] 9ea99d1ced56: Layer already exists [2025-03-28T07:54:25.624Z] 835bd60e1911: Layer already exists [2025-03-28T07:54:25.624Z] 1b06a79f57f5: Layer already exists [2025-03-28T07:54:25.624Z] a0c28bb1fccd: Layer already exists [2025-03-28T07:54:25.624Z] 96c456c3bfe7: Layer already exists [2025-03-28T07:54:25.624Z] c335a4efeb78: Layer already exists [2025-03-28T07:54:25.624Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:25.624Z] d0a9f2f7e051: Layer already exists [2025-03-28T07:54:25.624Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:25.624Z] b3efb44ef69c: Layer already exists [2025-03-28T07:54:25.624Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:25.624Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:9f66369c73748bcaf4173bd7d6edc54015da2e52427fbaa72b25fe9086cd8753 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:25.946Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:26.270Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-03-28T07:54:26.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-03-28T07:54:26.270Z] 1b06a79f57f5: Preparing [2025-03-28T07:54:26.270Z] 2d9a58613b6a: Preparing [2025-03-28T07:54:26.270Z] 9ea99d1ced56: Preparing [2025-03-28T07:54:26.270Z] 835bd60e1911: Preparing [2025-03-28T07:54:26.270Z] a0c28bb1fccd: Preparing [2025-03-28T07:54:26.270Z] 96c456c3bfe7: Preparing [2025-03-28T07:54:26.270Z] c335a4efeb78: Preparing [2025-03-28T07:54:26.270Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:26.270Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:26.270Z] d0a9f2f7e051: Preparing [2025-03-28T07:54:26.270Z] b3efb44ef69c: Preparing [2025-03-28T07:54:26.270Z] 994456c4fd7b: Preparing [2025-03-28T07:54:26.270Z] b3efb44ef69c: Waiting [2025-03-28T07:54:26.270Z] b2c1ad6e9df0: Waiting [2025-03-28T07:54:26.270Z] d0a9f2f7e051: Waiting [2025-03-28T07:54:26.270Z] 307c8f1e63ca: Waiting [2025-03-28T07:54:26.270Z] c335a4efeb78: Waiting [2025-03-28T07:54:26.270Z] a0c28bb1fccd: Layer already exists [2025-03-28T07:54:26.270Z] 1b06a79f57f5: Layer already exists [2025-03-28T07:54:26.270Z] 835bd60e1911: Layer already exists [2025-03-28T07:54:26.270Z] 2d9a58613b6a: Layer already exists [2025-03-28T07:54:26.270Z] 9ea99d1ced56: Layer already exists [2025-03-28T07:54:26.270Z] 96c456c3bfe7: Layer already exists [2025-03-28T07:54:26.270Z] c335a4efeb78: Layer already exists [2025-03-28T07:54:26.270Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:26.270Z] d0a9f2f7e051: Layer already exists [2025-03-28T07:54:26.270Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:26.270Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:26.270Z] b3efb44ef69c: Layer already exists [2025-03-28T07:54:26.270Z] main: digest: sha256:9f66369c73748bcaf4173bd7d6edc54015da2e52427fbaa72b25fe9086cd8753 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:26.350Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:26.366Z] taggedImages: [2025-03-28T07:54:26.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:26.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-03-28T07:54:26.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.1 [2025-03-28T07:54:26.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:26.366Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-03-28T07:54:26.401Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-03-28T07:54:26.401Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:26.401Z] latest [2025-03-28T07:54:26.401Z] 4.1.0-dev.1 [2025-03-28T07:54:26.401Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:26.401Z] main [2025-03-28T07:54:26.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:26.763Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:27.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:27.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-03-28T07:54:27.089Z] e620c5257447: Preparing [2025-03-28T07:54:27.089Z] ee048d891aa2: Preparing [2025-03-28T07:54:27.089Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:27.089Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:27.089Z] dd8733deda90: Preparing [2025-03-28T07:54:27.089Z] 7d83bd8becfb: Preparing [2025-03-28T07:54:27.089Z] 994456c4fd7b: Preparing [2025-03-28T07:54:27.089Z] 7d83bd8becfb: Waiting [2025-03-28T07:54:27.089Z] 994456c4fd7b: Waiting [2025-03-28T07:54:27.089Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:27.089Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:27.089Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:27.089Z] e620c5257447: Pushed [2025-03-28T07:54:27.089Z] dd8733deda90: Pushed [2025-03-28T07:54:28.024Z] 7d83bd8becfb: Pushed [2025-03-28T07:54:30.560Z] ee048d891aa2: Pushed [2025-03-28T07:54:30.560Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:5303fd1d893b1cbb73c77cc90ab7e20e7758628d896929f424ce91b0abbaa197 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:30.891Z] + 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-03-28T07:54:31.226Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-03-28T07:54:31.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-03-28T07:54:31.226Z] e620c5257447: Preparing [2025-03-28T07:54:31.226Z] ee048d891aa2: Preparing [2025-03-28T07:54:31.226Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:31.226Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:31.226Z] dd8733deda90: Preparing [2025-03-28T07:54:31.226Z] 7d83bd8becfb: Preparing [2025-03-28T07:54:31.226Z] 994456c4fd7b: Preparing [2025-03-28T07:54:31.226Z] 7d83bd8becfb: Waiting [2025-03-28T07:54:31.226Z] 994456c4fd7b: Waiting [2025-03-28T07:54:31.226Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:31.226Z] ee048d891aa2: Layer already exists [2025-03-28T07:54:31.226Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:31.226Z] e620c5257447: Layer already exists [2025-03-28T07:54:31.226Z] dd8733deda90: Layer already exists [2025-03-28T07:54:31.226Z] 7d83bd8becfb: Layer already exists [2025-03-28T07:54:31.226Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:31.226Z] latest: digest: sha256:5303fd1d893b1cbb73c77cc90ab7e20e7758628d896929f424ce91b0abbaa197 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:31.554Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:31.887Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.1 [2025-03-28T07:54:31.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-03-28T07:54:31.887Z] e620c5257447: Preparing [2025-03-28T07:54:31.887Z] ee048d891aa2: Preparing [2025-03-28T07:54:31.887Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:31.887Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:31.887Z] dd8733deda90: Preparing [2025-03-28T07:54:31.887Z] 7d83bd8becfb: Preparing [2025-03-28T07:54:31.887Z] 994456c4fd7b: Preparing [2025-03-28T07:54:31.887Z] 7d83bd8becfb: Waiting [2025-03-28T07:54:31.887Z] 994456c4fd7b: Waiting [2025-03-28T07:54:31.887Z] ee048d891aa2: Layer already exists [2025-03-28T07:54:31.887Z] dd8733deda90: Layer already exists [2025-03-28T07:54:31.887Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:31.887Z] e620c5257447: Layer already exists [2025-03-28T07:54:31.887Z] 7d83bd8becfb: Layer already exists [2025-03-28T07:54:31.887Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:31.887Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:31.887Z] 4.1.0-dev.1: digest: sha256:5303fd1d893b1cbb73c77cc90ab7e20e7758628d896929f424ce91b0abbaa197 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:32.229Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:32.559Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:32.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-03-28T07:54:32.559Z] e620c5257447: Preparing [2025-03-28T07:54:32.559Z] ee048d891aa2: Preparing [2025-03-28T07:54:32.559Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:32.559Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:32.559Z] dd8733deda90: Preparing [2025-03-28T07:54:32.559Z] 7d83bd8becfb: Preparing [2025-03-28T07:54:32.559Z] 994456c4fd7b: Preparing [2025-03-28T07:54:32.559Z] 7d83bd8becfb: Waiting [2025-03-28T07:54:32.559Z] 994456c4fd7b: Waiting [2025-03-28T07:54:32.559Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:32.559Z] dd8733deda90: Layer already exists [2025-03-28T07:54:32.559Z] ee048d891aa2: Layer already exists [2025-03-28T07:54:32.559Z] e620c5257447: Layer already exists [2025-03-28T07:54:32.559Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:32.559Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:32.559Z] 7d83bd8becfb: Layer already exists [2025-03-28T07:54:32.559Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:5303fd1d893b1cbb73c77cc90ab7e20e7758628d896929f424ce91b0abbaa197 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:32.893Z] + 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-03-28T07:54:33.218Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-03-28T07:54:33.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-03-28T07:54:33.218Z] e620c5257447: Preparing [2025-03-28T07:54:33.218Z] ee048d891aa2: Preparing [2025-03-28T07:54:33.218Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:33.218Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:33.218Z] dd8733deda90: Preparing [2025-03-28T07:54:33.218Z] 7d83bd8becfb: Preparing [2025-03-28T07:54:33.218Z] 994456c4fd7b: Preparing [2025-03-28T07:54:33.218Z] 7d83bd8becfb: Waiting [2025-03-28T07:54:33.218Z] 994456c4fd7b: Waiting [2025-03-28T07:54:33.218Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:33.218Z] e620c5257447: Layer already exists [2025-03-28T07:54:33.218Z] ee048d891aa2: Layer already exists [2025-03-28T07:54:33.218Z] dd8733deda90: Layer already exists [2025-03-28T07:54:33.218Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:33.218Z] 7d83bd8becfb: Layer already exists [2025-03-28T07:54:33.218Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:33.218Z] main: digest: sha256:5303fd1d893b1cbb73c77cc90ab7e20e7758628d896929f424ce91b0abbaa197 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:33.300Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:33.315Z] taggedImages: [2025-03-28T07:54:33.315Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:33.315Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-03-28T07:54:33.315Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.1 [2025-03-28T07:54:33.315Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:33.315Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-03-28T07:54:33.346Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-03-28T07:54:33.346Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:33.346Z] latest [2025-03-28T07:54:33.346Z] 4.1.0-dev.1 [2025-03-28T07:54:33.346Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:33.346Z] main [2025-03-28T07:54:33.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:33.709Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:34.038Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:34.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-03-28T07:54:34.038Z] 91f3c499a680: Preparing [2025-03-28T07:54:34.038Z] 1ae6d2dd26a5: Preparing [2025-03-28T07:54:34.038Z] 7ef4d285279f: Preparing [2025-03-28T07:54:34.038Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:34.038Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:34.038Z] 5111bf0efe1f: Preparing [2025-03-28T07:54:34.038Z] d8614cc3e694: Preparing [2025-03-28T07:54:34.038Z] 2c1661376a20: Preparing [2025-03-28T07:54:34.038Z] 342bc048ca92: Preparing [2025-03-28T07:54:34.038Z] 994456c4fd7b: Preparing [2025-03-28T07:54:34.038Z] d8614cc3e694: Waiting [2025-03-28T07:54:34.038Z] 342bc048ca92: Waiting [2025-03-28T07:54:34.038Z] 2c1661376a20: Waiting [2025-03-28T07:54:34.038Z] 994456c4fd7b: Waiting [2025-03-28T07:54:34.038Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:34.038Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:34.038Z] 91f3c499a680: Pushed [2025-03-28T07:54:34.038Z] 1ae6d2dd26a5: Pushed [2025-03-28T07:54:34.038Z] 7ef4d285279f: Pushed [2025-03-28T07:54:34.038Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:34.038Z] 2c1661376a20: Pushed [2025-03-28T07:54:34.604Z] 342bc048ca92: Pushed [2025-03-28T07:54:38.799Z] d8614cc3e694: Pushed [2025-03-28T07:54:45.370Z] 5111bf0efe1f: Pushed [2025-03-28T07:54:45.370Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:77f50ae8b1153bdb5f69ddf037e7691ad0e716300df7e240dbca38e9a180f687 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:45.705Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:46.031Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-03-28T07:54:46.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-03-28T07:54:46.031Z] 91f3c499a680: Preparing [2025-03-28T07:54:46.031Z] 1ae6d2dd26a5: Preparing [2025-03-28T07:54:46.031Z] 7ef4d285279f: Preparing [2025-03-28T07:54:46.031Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:46.031Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:46.031Z] 5111bf0efe1f: Preparing [2025-03-28T07:54:46.031Z] d8614cc3e694: Preparing [2025-03-28T07:54:46.031Z] 2c1661376a20: Preparing [2025-03-28T07:54:46.031Z] 342bc048ca92: Preparing [2025-03-28T07:54:46.031Z] 994456c4fd7b: Preparing [2025-03-28T07:54:46.031Z] 2c1661376a20: Waiting [2025-03-28T07:54:46.031Z] 342bc048ca92: Waiting [2025-03-28T07:54:46.031Z] 5111bf0efe1f: Waiting [2025-03-28T07:54:46.031Z] d8614cc3e694: Waiting [2025-03-28T07:54:46.031Z] 994456c4fd7b: Waiting [2025-03-28T07:54:46.031Z] 1ae6d2dd26a5: Layer already exists [2025-03-28T07:54:46.031Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:46.031Z] 91f3c499a680: Layer already exists [2025-03-28T07:54:46.031Z] 7ef4d285279f: Layer already exists [2025-03-28T07:54:46.031Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:46.031Z] d8614cc3e694: Layer already exists [2025-03-28T07:54:46.031Z] 5111bf0efe1f: Layer already exists [2025-03-28T07:54:46.031Z] 2c1661376a20: Layer already exists [2025-03-28T07:54:46.031Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:46.031Z] 342bc048ca92: Layer already exists [2025-03-28T07:54:46.031Z] latest: digest: sha256:77f50ae8b1153bdb5f69ddf037e7691ad0e716300df7e240dbca38e9a180f687 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:46.357Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:46.685Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.1 [2025-03-28T07:54:46.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-03-28T07:54:46.685Z] 91f3c499a680: Preparing [2025-03-28T07:54:46.685Z] 1ae6d2dd26a5: Preparing [2025-03-28T07:54:46.685Z] 7ef4d285279f: Preparing [2025-03-28T07:54:46.685Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:46.685Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:46.685Z] 5111bf0efe1f: Preparing [2025-03-28T07:54:46.685Z] d8614cc3e694: Preparing [2025-03-28T07:54:46.685Z] 2c1661376a20: Preparing [2025-03-28T07:54:46.685Z] 342bc048ca92: Preparing [2025-03-28T07:54:46.685Z] 994456c4fd7b: Preparing [2025-03-28T07:54:46.685Z] 5111bf0efe1f: Waiting [2025-03-28T07:54:46.685Z] d8614cc3e694: Waiting [2025-03-28T07:54:46.685Z] 2c1661376a20: Waiting [2025-03-28T07:54:46.685Z] 994456c4fd7b: Waiting [2025-03-28T07:54:46.685Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:46.685Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:46.685Z] 7ef4d285279f: Layer already exists [2025-03-28T07:54:46.685Z] 91f3c499a680: Layer already exists [2025-03-28T07:54:46.685Z] 1ae6d2dd26a5: Layer already exists [2025-03-28T07:54:46.685Z] d8614cc3e694: Layer already exists [2025-03-28T07:54:46.685Z] 342bc048ca92: Layer already exists [2025-03-28T07:54:46.685Z] 2c1661376a20: Layer already exists [2025-03-28T07:54:46.685Z] 5111bf0efe1f: Layer already exists [2025-03-28T07:54:46.685Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:46.685Z] 4.1.0-dev.1: digest: sha256:77f50ae8b1153bdb5f69ddf037e7691ad0e716300df7e240dbca38e9a180f687 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:47.014Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:47.337Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:47.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-03-28T07:54:47.337Z] 91f3c499a680: Preparing [2025-03-28T07:54:47.337Z] 1ae6d2dd26a5: Preparing [2025-03-28T07:54:47.337Z] 7ef4d285279f: Preparing [2025-03-28T07:54:47.337Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:47.337Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:47.337Z] 5111bf0efe1f: Preparing [2025-03-28T07:54:47.337Z] d8614cc3e694: Preparing [2025-03-28T07:54:47.337Z] 2c1661376a20: Preparing [2025-03-28T07:54:47.337Z] 342bc048ca92: Preparing [2025-03-28T07:54:47.337Z] 994456c4fd7b: Preparing [2025-03-28T07:54:47.337Z] d8614cc3e694: Waiting [2025-03-28T07:54:47.337Z] 2c1661376a20: Waiting [2025-03-28T07:54:47.337Z] 342bc048ca92: Waiting [2025-03-28T07:54:47.337Z] 5111bf0efe1f: Waiting [2025-03-28T07:54:47.337Z] 994456c4fd7b: Waiting [2025-03-28T07:54:47.337Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:47.337Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:47.337Z] 91f3c499a680: Layer already exists [2025-03-28T07:54:47.337Z] 1ae6d2dd26a5: Layer already exists [2025-03-28T07:54:47.337Z] 7ef4d285279f: Layer already exists [2025-03-28T07:54:47.337Z] 5111bf0efe1f: Layer already exists [2025-03-28T07:54:47.337Z] d8614cc3e694: Layer already exists [2025-03-28T07:54:47.337Z] 2c1661376a20: Layer already exists [2025-03-28T07:54:47.337Z] 342bc048ca92: Layer already exists [2025-03-28T07:54:47.337Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:47.337Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:77f50ae8b1153bdb5f69ddf037e7691ad0e716300df7e240dbca38e9a180f687 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:47.665Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:47.991Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-03-28T07:54:47.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-03-28T07:54:47.991Z] 91f3c499a680: Preparing [2025-03-28T07:54:47.991Z] 1ae6d2dd26a5: Preparing [2025-03-28T07:54:47.991Z] 7ef4d285279f: Preparing [2025-03-28T07:54:47.991Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:47.991Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:47.991Z] 5111bf0efe1f: Preparing [2025-03-28T07:54:47.991Z] d8614cc3e694: Preparing [2025-03-28T07:54:47.991Z] 2c1661376a20: Preparing [2025-03-28T07:54:47.991Z] 342bc048ca92: Preparing [2025-03-28T07:54:47.991Z] 994456c4fd7b: Preparing [2025-03-28T07:54:47.991Z] d8614cc3e694: Waiting [2025-03-28T07:54:47.991Z] 2c1661376a20: Waiting [2025-03-28T07:54:47.991Z] 342bc048ca92: Waiting [2025-03-28T07:54:47.991Z] 5111bf0efe1f: Waiting [2025-03-28T07:54:47.991Z] 994456c4fd7b: Waiting [2025-03-28T07:54:47.991Z] 7ef4d285279f: Layer already exists [2025-03-28T07:54:47.991Z] 1ae6d2dd26a5: Layer already exists [2025-03-28T07:54:47.991Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:47.991Z] 91f3c499a680: Layer already exists [2025-03-28T07:54:47.991Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:47.991Z] 5111bf0efe1f: Layer already exists [2025-03-28T07:54:47.991Z] d8614cc3e694: Layer already exists [2025-03-28T07:54:47.991Z] 342bc048ca92: Layer already exists [2025-03-28T07:54:47.991Z] 2c1661376a20: Layer already exists [2025-03-28T07:54:47.991Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:47.991Z] main: digest: sha256:77f50ae8b1153bdb5f69ddf037e7691ad0e716300df7e240dbca38e9a180f687 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:54:48.059Z] ===================================================== [Pipeline] echo [2025-03-28T07:54:48.073Z] taggedImages: [2025-03-28T07:54:48.073Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:48.073Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-03-28T07:54:48.073Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.1 [2025-03-28T07:54:48.073Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:48.073Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-03-28T07:54:48.100Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-03-28T07:54:48.100Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:48.100Z] latest [2025-03-28T07:54:48.100Z] 4.1.0-dev.1 [2025-03-28T07:54:48.100Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:54:48.100Z] main [2025-03-28T07:54:48.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:48.443Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:54:48.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:54:48.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-03-28T07:54:48.769Z] f9c74376650f: Preparing [2025-03-28T07:54:48.769Z] a585d2a5bd6d: Preparing [2025-03-28T07:54:48.769Z] 1fd584b160c5: Preparing [2025-03-28T07:54:48.769Z] 307c8f1e63ca: Preparing [2025-03-28T07:54:48.769Z] b2c1ad6e9df0: Preparing [2025-03-28T07:54:48.769Z] 2124b404a3d7: Preparing [2025-03-28T07:54:48.769Z] deea085554d8: Preparing [2025-03-28T07:54:48.769Z] 3996e7c4553f: Preparing [2025-03-28T07:54:48.769Z] 994456c4fd7b: Preparing [2025-03-28T07:54:48.769Z] deea085554d8: Waiting [2025-03-28T07:54:48.769Z] 994456c4fd7b: Waiting [2025-03-28T07:54:48.769Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:54:48.769Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:54:48.769Z] a585d2a5bd6d: Pushed [2025-03-28T07:54:48.769Z] 1fd584b160c5: Pushed [2025-03-28T07:54:48.769Z] deea085554d8: Pushed [2025-03-28T07:54:48.769Z] f9c74376650f: Pushed [2025-03-28T07:54:48.769Z] 994456c4fd7b: Layer already exists [2025-03-28T07:54:49.028Z] 3996e7c4553f: Pushed [2025-03-28T07:55:01.244Z] 2124b404a3d7: Pushed [2025-03-28T07:55:01.244Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:bd37838054941782a36c1a09f9ffb4464eb71a3b0c976478478c9dca38dfe7c7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:01.575Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:01.911Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-03-28T07:55:01.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-03-28T07:55:01.911Z] f9c74376650f: Preparing [2025-03-28T07:55:01.911Z] a585d2a5bd6d: Preparing [2025-03-28T07:55:01.911Z] 1fd584b160c5: Preparing [2025-03-28T07:55:01.911Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:01.911Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:01.911Z] 2124b404a3d7: Preparing [2025-03-28T07:55:01.911Z] deea085554d8: Preparing [2025-03-28T07:55:01.911Z] 3996e7c4553f: Preparing [2025-03-28T07:55:01.911Z] 994456c4fd7b: Preparing [2025-03-28T07:55:01.911Z] 2124b404a3d7: Waiting [2025-03-28T07:55:01.911Z] deea085554d8: Waiting [2025-03-28T07:55:01.911Z] 3996e7c4553f: Waiting [2025-03-28T07:55:01.911Z] 994456c4fd7b: Waiting [2025-03-28T07:55:01.911Z] 1fd584b160c5: Layer already exists [2025-03-28T07:55:01.911Z] a585d2a5bd6d: Layer already exists [2025-03-28T07:55:01.911Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:01.911Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:01.911Z] f9c74376650f: Layer already exists [2025-03-28T07:55:01.911Z] 2124b404a3d7: Layer already exists [2025-03-28T07:55:01.911Z] deea085554d8: Layer already exists [2025-03-28T07:55:01.911Z] 3996e7c4553f: Layer already exists [2025-03-28T07:55:01.911Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:01.911Z] latest: digest: sha256:bd37838054941782a36c1a09f9ffb4464eb71a3b0c976478478c9dca38dfe7c7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:02.246Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:02.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.1 [2025-03-28T07:55:02.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-03-28T07:55:02.583Z] f9c74376650f: Preparing [2025-03-28T07:55:02.583Z] a585d2a5bd6d: Preparing [2025-03-28T07:55:02.583Z] 1fd584b160c5: Preparing [2025-03-28T07:55:02.583Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:02.583Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:02.583Z] 2124b404a3d7: Preparing [2025-03-28T07:55:02.583Z] deea085554d8: Preparing [2025-03-28T07:55:02.583Z] 3996e7c4553f: Preparing [2025-03-28T07:55:02.583Z] 994456c4fd7b: Preparing [2025-03-28T07:55:02.583Z] 2124b404a3d7: Waiting [2025-03-28T07:55:02.583Z] deea085554d8: Waiting [2025-03-28T07:55:02.583Z] 3996e7c4553f: Waiting [2025-03-28T07:55:02.583Z] f9c74376650f: Layer already exists [2025-03-28T07:55:02.583Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:02.583Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:02.583Z] 1fd584b160c5: Layer already exists [2025-03-28T07:55:02.583Z] a585d2a5bd6d: Layer already exists [2025-03-28T07:55:02.583Z] 2124b404a3d7: Layer already exists [2025-03-28T07:55:02.583Z] 3996e7c4553f: Layer already exists [2025-03-28T07:55:02.583Z] deea085554d8: Layer already exists [2025-03-28T07:55:02.583Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:02.583Z] 4.1.0-dev.1: digest: sha256:bd37838054941782a36c1a09f9ffb4464eb71a3b0c976478478c9dca38dfe7c7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:02.904Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:03.228Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:03.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-03-28T07:55:03.228Z] f9c74376650f: Preparing [2025-03-28T07:55:03.228Z] a585d2a5bd6d: Preparing [2025-03-28T07:55:03.228Z] 1fd584b160c5: Preparing [2025-03-28T07:55:03.228Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:03.228Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:03.228Z] 2124b404a3d7: Preparing [2025-03-28T07:55:03.228Z] deea085554d8: Preparing [2025-03-28T07:55:03.228Z] 3996e7c4553f: Preparing [2025-03-28T07:55:03.228Z] 994456c4fd7b: Preparing [2025-03-28T07:55:03.228Z] 2124b404a3d7: Waiting [2025-03-28T07:55:03.228Z] deea085554d8: Waiting [2025-03-28T07:55:03.228Z] 3996e7c4553f: Waiting [2025-03-28T07:55:03.228Z] 994456c4fd7b: Waiting [2025-03-28T07:55:03.228Z] 1fd584b160c5: Layer already exists [2025-03-28T07:55:03.228Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:03.228Z] a585d2a5bd6d: Layer already exists [2025-03-28T07:55:03.228Z] f9c74376650f: Layer already exists [2025-03-28T07:55:03.228Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:03.228Z] 2124b404a3d7: Layer already exists [2025-03-28T07:55:03.228Z] deea085554d8: Layer already exists [2025-03-28T07:55:03.228Z] 3996e7c4553f: Layer already exists [2025-03-28T07:55:03.228Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:03.228Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:bd37838054941782a36c1a09f9ffb4464eb71a3b0c976478478c9dca38dfe7c7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:03.559Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:03.890Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-03-28T07:55:03.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-03-28T07:55:03.890Z] f9c74376650f: Preparing [2025-03-28T07:55:03.890Z] a585d2a5bd6d: Preparing [2025-03-28T07:55:03.890Z] 1fd584b160c5: Preparing [2025-03-28T07:55:03.890Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:03.890Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:03.890Z] 2124b404a3d7: Preparing [2025-03-28T07:55:03.890Z] deea085554d8: Preparing [2025-03-28T07:55:03.890Z] 3996e7c4553f: Preparing [2025-03-28T07:55:03.890Z] 994456c4fd7b: Preparing [2025-03-28T07:55:03.890Z] 2124b404a3d7: Waiting [2025-03-28T07:55:03.890Z] 3996e7c4553f: Waiting [2025-03-28T07:55:03.890Z] 994456c4fd7b: Waiting [2025-03-28T07:55:03.890Z] deea085554d8: Waiting [2025-03-28T07:55:03.890Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:03.890Z] 1fd584b160c5: Layer already exists [2025-03-28T07:55:03.890Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:03.890Z] f9c74376650f: Layer already exists [2025-03-28T07:55:03.890Z] a585d2a5bd6d: Layer already exists [2025-03-28T07:55:03.890Z] 2124b404a3d7: Layer already exists [2025-03-28T07:55:03.890Z] 3996e7c4553f: Layer already exists [2025-03-28T07:55:03.890Z] deea085554d8: Layer already exists [2025-03-28T07:55:03.890Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:03.890Z] main: digest: sha256:bd37838054941782a36c1a09f9ffb4464eb71a3b0c976478478c9dca38dfe7c7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:55:03.963Z] ===================================================== [Pipeline] echo [2025-03-28T07:55:03.981Z] taggedImages: [2025-03-28T07:55:03.981Z] - nexus3.edgexfoundry.org:10004/security-spire-config:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:03.981Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-03-28T07:55:03.981Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.1 [2025-03-28T07:55:03.981Z] - nexus3.edgexfoundry.org:10004/security-spire-config:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:03.981Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-03-28T07:55:04.090Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-03-28T07:55:04.090Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:04.090Z] latest [2025-03-28T07:55:04.090Z] 4.1.0-dev.1 [2025-03-28T07:55:04.090Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:04.090Z] main [2025-03-28T07:55:04.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:04.449Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:04.780Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:04.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-03-28T07:55:04.780Z] 91f3c499a680: Preparing [2025-03-28T07:55:04.780Z] 93ee83682bd0: Preparing [2025-03-28T07:55:04.780Z] f47138e926a5: Preparing [2025-03-28T07:55:04.780Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:04.780Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:04.780Z] 8e10f31780f1: Preparing [2025-03-28T07:55:04.780Z] 2c1661376a20: Preparing [2025-03-28T07:55:04.780Z] 342bc048ca92: Preparing [2025-03-28T07:55:04.780Z] 994456c4fd7b: Preparing [2025-03-28T07:55:04.780Z] 8e10f31780f1: Waiting [2025-03-28T07:55:04.780Z] 2c1661376a20: Waiting [2025-03-28T07:55:04.780Z] 342bc048ca92: Waiting [2025-03-28T07:55:04.780Z] 994456c4fd7b: Waiting [2025-03-28T07:55:04.780Z] 91f3c499a680: Layer already exists [2025-03-28T07:55:04.780Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:04.780Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:04.780Z] 2c1661376a20: Layer already exists [2025-03-28T07:55:04.780Z] 342bc048ca92: Layer already exists [2025-03-28T07:55:04.780Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:04.780Z] f47138e926a5: Pushed [2025-03-28T07:55:04.780Z] 93ee83682bd0: Pushed [2025-03-28T07:55:16.993Z] 8e10f31780f1: Pushed [2025-03-28T07:55:16.993Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:acc30558fefea453b99d194f42d427d3a1b8ee40728416776d0da8992daa05c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:17.318Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:17.639Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-03-28T07:55:17.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-03-28T07:55:17.639Z] 91f3c499a680: Preparing [2025-03-28T07:55:17.639Z] 93ee83682bd0: Preparing [2025-03-28T07:55:17.639Z] f47138e926a5: Preparing [2025-03-28T07:55:17.639Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:17.639Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:17.639Z] 8e10f31780f1: Preparing [2025-03-28T07:55:17.639Z] 2c1661376a20: Preparing [2025-03-28T07:55:17.639Z] 342bc048ca92: Preparing [2025-03-28T07:55:17.639Z] 994456c4fd7b: Preparing [2025-03-28T07:55:17.639Z] 8e10f31780f1: Waiting [2025-03-28T07:55:17.639Z] 994456c4fd7b: Waiting [2025-03-28T07:55:17.639Z] 2c1661376a20: Waiting [2025-03-28T07:55:17.639Z] 342bc048ca92: Waiting [2025-03-28T07:55:17.639Z] 91f3c499a680: Layer already exists [2025-03-28T07:55:17.639Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:17.639Z] 93ee83682bd0: Layer already exists [2025-03-28T07:55:17.639Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:17.639Z] f47138e926a5: Layer already exists [2025-03-28T07:55:17.639Z] 8e10f31780f1: Layer already exists [2025-03-28T07:55:17.639Z] 342bc048ca92: Layer already exists [2025-03-28T07:55:17.639Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:17.639Z] 2c1661376a20: Layer already exists [2025-03-28T07:55:17.639Z] latest: digest: sha256:acc30558fefea453b99d194f42d427d3a1b8ee40728416776d0da8992daa05c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:17.970Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:18.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.1 [2025-03-28T07:55:18.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-03-28T07:55:18.307Z] 91f3c499a680: Preparing [2025-03-28T07:55:18.307Z] 93ee83682bd0: Preparing [2025-03-28T07:55:18.307Z] f47138e926a5: Preparing [2025-03-28T07:55:18.307Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:18.307Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:18.307Z] 8e10f31780f1: Preparing [2025-03-28T07:55:18.307Z] 2c1661376a20: Preparing [2025-03-28T07:55:18.307Z] 342bc048ca92: Preparing [2025-03-28T07:55:18.307Z] 994456c4fd7b: Preparing [2025-03-28T07:55:18.307Z] 2c1661376a20: Waiting [2025-03-28T07:55:18.307Z] 8e10f31780f1: Waiting [2025-03-28T07:55:18.307Z] 994456c4fd7b: Waiting [2025-03-28T07:55:18.307Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:18.307Z] 93ee83682bd0: Layer already exists [2025-03-28T07:55:18.307Z] 91f3c499a680: Layer already exists [2025-03-28T07:55:18.307Z] f47138e926a5: Layer already exists [2025-03-28T07:55:18.307Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:18.307Z] 2c1661376a20: Layer already exists [2025-03-28T07:55:18.307Z] 8e10f31780f1: Layer already exists [2025-03-28T07:55:18.307Z] 342bc048ca92: Layer already exists [2025-03-28T07:55:18.307Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:18.307Z] 4.1.0-dev.1: digest: sha256:acc30558fefea453b99d194f42d427d3a1b8ee40728416776d0da8992daa05c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:18.625Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:18.956Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:18.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-03-28T07:55:18.956Z] 91f3c499a680: Preparing [2025-03-28T07:55:18.956Z] 93ee83682bd0: Preparing [2025-03-28T07:55:18.956Z] f47138e926a5: Preparing [2025-03-28T07:55:18.956Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:18.956Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:18.956Z] 8e10f31780f1: Preparing [2025-03-28T07:55:18.956Z] 2c1661376a20: Preparing [2025-03-28T07:55:18.956Z] 342bc048ca92: Preparing [2025-03-28T07:55:18.956Z] 994456c4fd7b: Preparing [2025-03-28T07:55:18.956Z] 2c1661376a20: Waiting [2025-03-28T07:55:18.956Z] 8e10f31780f1: Waiting [2025-03-28T07:55:18.956Z] 342bc048ca92: Waiting [2025-03-28T07:55:18.956Z] 93ee83682bd0: Layer already exists [2025-03-28T07:55:18.956Z] 91f3c499a680: Layer already exists [2025-03-28T07:55:18.956Z] f47138e926a5: Layer already exists [2025-03-28T07:55:18.956Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:18.956Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:18.956Z] 8e10f31780f1: Layer already exists [2025-03-28T07:55:18.956Z] 342bc048ca92: Layer already exists [2025-03-28T07:55:18.957Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:18.957Z] 2c1661376a20: Layer already exists [2025-03-28T07:55:18.957Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:acc30558fefea453b99d194f42d427d3a1b8ee40728416776d0da8992daa05c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:19.289Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:19.612Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-03-28T07:55:19.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-03-28T07:55:19.612Z] 91f3c499a680: Preparing [2025-03-28T07:55:19.612Z] 93ee83682bd0: Preparing [2025-03-28T07:55:19.612Z] f47138e926a5: Preparing [2025-03-28T07:55:19.612Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:19.612Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:19.612Z] 8e10f31780f1: Preparing [2025-03-28T07:55:19.612Z] 2c1661376a20: Preparing [2025-03-28T07:55:19.612Z] 342bc048ca92: Preparing [2025-03-28T07:55:19.612Z] 994456c4fd7b: Preparing [2025-03-28T07:55:19.612Z] 8e10f31780f1: Waiting [2025-03-28T07:55:19.612Z] 2c1661376a20: Waiting [2025-03-28T07:55:19.612Z] 342bc048ca92: Waiting [2025-03-28T07:55:19.612Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:19.612Z] 93ee83682bd0: Layer already exists [2025-03-28T07:55:19.612Z] 91f3c499a680: Layer already exists [2025-03-28T07:55:19.612Z] f47138e926a5: Layer already exists [2025-03-28T07:55:19.612Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:19.612Z] 8e10f31780f1: Layer already exists [2025-03-28T07:55:19.612Z] 342bc048ca92: Layer already exists [2025-03-28T07:55:19.612Z] 2c1661376a20: Layer already exists [2025-03-28T07:55:19.612Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:19.612Z] main: digest: sha256:acc30558fefea453b99d194f42d427d3a1b8ee40728416776d0da8992daa05c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:55:19.686Z] ===================================================== [Pipeline] echo [2025-03-28T07:55:19.700Z] taggedImages: [2025-03-28T07:55:19.700Z] - nexus3.edgexfoundry.org:10004/security-spire-server:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:19.700Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-03-28T07:55:19.700Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.1 [2025-03-28T07:55:19.700Z] - nexus3.edgexfoundry.org:10004/security-spire-server:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:19.700Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-03-28T07:55:19.725Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-03-28T07:55:19.725Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:19.725Z] latest [2025-03-28T07:55:19.725Z] 4.1.0-dev.1 [2025-03-28T07:55:19.725Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:19.725Z] main [2025-03-28T07:55:19.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:20.071Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:20.393Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:20.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-03-28T07:55:20.393Z] 2bdd48bd08cf: Preparing [2025-03-28T07:55:20.393Z] 079a991a50a5: Preparing [2025-03-28T07:55:20.393Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:20.393Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:20.393Z] d334db0bdb39: Preparing [2025-03-28T07:55:20.393Z] a165918de76f: Preparing [2025-03-28T07:55:20.393Z] 994456c4fd7b: Preparing [2025-03-28T07:55:20.393Z] a165918de76f: Waiting [2025-03-28T07:55:20.393Z] 994456c4fd7b: Waiting [2025-03-28T07:55:20.393Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:20.393Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:20.393Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:20.393Z] d334db0bdb39: Pushed [2025-03-28T07:55:20.393Z] 2bdd48bd08cf: Pushed [2025-03-28T07:55:20.957Z] a165918de76f: Pushed [2025-03-28T07:55:24.239Z] 079a991a50a5: Pushed [2025-03-28T07:55:24.239Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:c6f74efd832f87f926ea0f8a062b7ecba6a853431cb4cb78de7ee597f5d35b5e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:24.571Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:24.897Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-03-28T07:55:24.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-03-28T07:55:24.897Z] 2bdd48bd08cf: Preparing [2025-03-28T07:55:24.897Z] 079a991a50a5: Preparing [2025-03-28T07:55:24.897Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:24.897Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:24.897Z] d334db0bdb39: Preparing [2025-03-28T07:55:24.897Z] a165918de76f: Preparing [2025-03-28T07:55:24.897Z] 994456c4fd7b: Preparing [2025-03-28T07:55:24.897Z] a165918de76f: Waiting [2025-03-28T07:55:24.897Z] 994456c4fd7b: Waiting [2025-03-28T07:55:24.897Z] d334db0bdb39: Layer already exists [2025-03-28T07:55:24.897Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:24.897Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:24.897Z] 2bdd48bd08cf: Layer already exists [2025-03-28T07:55:24.897Z] 079a991a50a5: Layer already exists [2025-03-28T07:55:24.897Z] a165918de76f: Layer already exists [2025-03-28T07:55:24.897Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:24.897Z] latest: digest: sha256:c6f74efd832f87f926ea0f8a062b7ecba6a853431cb4cb78de7ee597f5d35b5e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:25.223Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:25.539Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.1 [2025-03-28T07:55:25.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-03-28T07:55:25.539Z] 2bdd48bd08cf: Preparing [2025-03-28T07:55:25.539Z] 079a991a50a5: Preparing [2025-03-28T07:55:25.539Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:25.539Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:25.539Z] d334db0bdb39: Preparing [2025-03-28T07:55:25.539Z] a165918de76f: Preparing [2025-03-28T07:55:25.539Z] 994456c4fd7b: Preparing [2025-03-28T07:55:25.539Z] a165918de76f: Waiting [2025-03-28T07:55:25.539Z] 994456c4fd7b: Waiting [2025-03-28T07:55:25.539Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:25.539Z] 079a991a50a5: Layer already exists [2025-03-28T07:55:25.539Z] d334db0bdb39: Layer already exists [2025-03-28T07:55:25.539Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:25.539Z] 2bdd48bd08cf: Layer already exists [2025-03-28T07:55:25.539Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:25.539Z] a165918de76f: Layer already exists [2025-03-28T07:55:25.539Z] 4.1.0-dev.1: digest: sha256:c6f74efd832f87f926ea0f8a062b7ecba6a853431cb4cb78de7ee597f5d35b5e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:25.869Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:26.205Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:26.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-03-28T07:55:26.205Z] 2bdd48bd08cf: Preparing [2025-03-28T07:55:26.205Z] 079a991a50a5: Preparing [2025-03-28T07:55:26.205Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:26.205Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:26.205Z] d334db0bdb39: Preparing [2025-03-28T07:55:26.205Z] a165918de76f: Preparing [2025-03-28T07:55:26.205Z] 994456c4fd7b: Preparing [2025-03-28T07:55:26.205Z] a165918de76f: Waiting [2025-03-28T07:55:26.205Z] 2bdd48bd08cf: Layer already exists [2025-03-28T07:55:26.205Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:26.205Z] 079a991a50a5: Layer already exists [2025-03-28T07:55:26.205Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:26.205Z] d334db0bdb39: Layer already exists [2025-03-28T07:55:26.205Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:26.205Z] a165918de76f: Layer already exists [2025-03-28T07:55:26.205Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:c6f74efd832f87f926ea0f8a062b7ecba6a853431cb4cb78de7ee597f5d35b5e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:26.537Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:26.861Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-03-28T07:55:26.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-03-28T07:55:26.861Z] 2bdd48bd08cf: Preparing [2025-03-28T07:55:26.861Z] 079a991a50a5: Preparing [2025-03-28T07:55:26.861Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:26.861Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:26.861Z] d334db0bdb39: Preparing [2025-03-28T07:55:26.861Z] a165918de76f: Preparing [2025-03-28T07:55:26.861Z] 994456c4fd7b: Preparing [2025-03-28T07:55:26.861Z] a165918de76f: Waiting [2025-03-28T07:55:26.861Z] 994456c4fd7b: Waiting [2025-03-28T07:55:26.861Z] 079a991a50a5: Layer already exists [2025-03-28T07:55:26.861Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:26.861Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:26.861Z] d334db0bdb39: Layer already exists [2025-03-28T07:55:26.861Z] 2bdd48bd08cf: Layer already exists [2025-03-28T07:55:26.861Z] a165918de76f: Layer already exists [2025-03-28T07:55:26.861Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:26.861Z] main: digest: sha256:c6f74efd832f87f926ea0f8a062b7ecba6a853431cb4cb78de7ee597f5d35b5e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:55:26.940Z] ===================================================== [Pipeline] echo [2025-03-28T07:55:26.958Z] taggedImages: [2025-03-28T07:55:26.958Z] - nexus3.edgexfoundry.org:10004/support-notifications:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:26.958Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-03-28T07:55:26.958Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.1 [2025-03-28T07:55:26.958Z] - nexus3.edgexfoundry.org:10004/support-notifications:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:26.958Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-03-28T07:55:26.990Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-03-28T07:55:26.990Z] cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:26.990Z] latest [2025-03-28T07:55:26.990Z] 4.1.0-dev.1 [2025-03-28T07:55:26.990Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:26.990Z] main [2025-03-28T07:55:26.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:27.348Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cb94a90e978600b633deea23000456c4866436fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:27.676Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:27.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-03-28T07:55:27.676Z] 54646d4d8542: Preparing [2025-03-28T07:55:27.676Z] 7cf81948df6d: Preparing [2025-03-28T07:55:27.676Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:27.676Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:27.676Z] a22182756f7e: Preparing [2025-03-28T07:55:27.676Z] 74551e86edec: Preparing [2025-03-28T07:55:27.676Z] 994456c4fd7b: Preparing [2025-03-28T07:55:27.676Z] 994456c4fd7b: Waiting [2025-03-28T07:55:27.676Z] 74551e86edec: Waiting [2025-03-28T07:55:27.676Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:27.676Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:27.676Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:27.676Z] a22182756f7e: Pushed [2025-03-28T07:55:27.676Z] 54646d4d8542: Pushed [2025-03-28T07:55:27.934Z] 74551e86edec: Pushed [2025-03-28T07:55:31.222Z] 7cf81948df6d: Pushed [2025-03-28T07:55:31.480Z] cb94a90e978600b633deea23000456c4866436fe: digest: sha256:67e5f4a855e4dc17225af0b6141a9f9347e7d4b0d2c5c37c951c0283a392338a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:31.808Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:32.133Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-03-28T07:55:32.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-03-28T07:55:32.133Z] 54646d4d8542: Preparing [2025-03-28T07:55:32.133Z] 7cf81948df6d: Preparing [2025-03-28T07:55:32.133Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:32.133Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:32.133Z] a22182756f7e: Preparing [2025-03-28T07:55:32.133Z] 74551e86edec: Preparing [2025-03-28T07:55:32.133Z] 994456c4fd7b: Preparing [2025-03-28T07:55:32.133Z] 74551e86edec: Waiting [2025-03-28T07:55:32.133Z] 994456c4fd7b: Waiting [2025-03-28T07:55:32.133Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:32.133Z] 54646d4d8542: Layer already exists [2025-03-28T07:55:32.133Z] a22182756f7e: Layer already exists [2025-03-28T07:55:32.133Z] 7cf81948df6d: Layer already exists [2025-03-28T07:55:32.133Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:32.133Z] 74551e86edec: Layer already exists [2025-03-28T07:55:32.133Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:32.133Z] latest: digest: sha256:67e5f4a855e4dc17225af0b6141a9f9347e7d4b0d2c5c37c951c0283a392338a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:32.467Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:32.793Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.1 [2025-03-28T07:55:32.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-03-28T07:55:32.793Z] 54646d4d8542: Preparing [2025-03-28T07:55:32.793Z] 7cf81948df6d: Preparing [2025-03-28T07:55:32.793Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:32.793Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:32.793Z] a22182756f7e: Preparing [2025-03-28T07:55:32.793Z] 74551e86edec: Preparing [2025-03-28T07:55:32.793Z] 994456c4fd7b: Preparing [2025-03-28T07:55:32.793Z] 74551e86edec: Waiting [2025-03-28T07:55:32.793Z] 994456c4fd7b: Waiting [2025-03-28T07:55:32.793Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:32.793Z] 7cf81948df6d: Layer already exists [2025-03-28T07:55:32.793Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:32.793Z] 54646d4d8542: Layer already exists [2025-03-28T07:55:32.793Z] a22182756f7e: Layer already exists [2025-03-28T07:55:32.793Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:32.793Z] 74551e86edec: Layer already exists [2025-03-28T07:55:32.793Z] 4.1.0-dev.1: digest: sha256:67e5f4a855e4dc17225af0b6141a9f9347e7d4b0d2c5c37c951c0283a392338a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:33.116Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:33.451Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:33.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-03-28T07:55:33.451Z] 54646d4d8542: Preparing [2025-03-28T07:55:33.451Z] 7cf81948df6d: Preparing [2025-03-28T07:55:33.451Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:33.451Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:33.451Z] a22182756f7e: Preparing [2025-03-28T07:55:33.451Z] 74551e86edec: Preparing [2025-03-28T07:55:33.451Z] 994456c4fd7b: Preparing [2025-03-28T07:55:33.451Z] 74551e86edec: Waiting [2025-03-28T07:55:33.451Z] a22182756f7e: Layer already exists [2025-03-28T07:55:33.451Z] 54646d4d8542: Layer already exists [2025-03-28T07:55:33.451Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:33.451Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:33.451Z] 7cf81948df6d: Layer already exists [2025-03-28T07:55:33.451Z] 74551e86edec: Layer already exists [2025-03-28T07:55:33.451Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:33.451Z] cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1: digest: sha256:67e5f4a855e4dc17225af0b6141a9f9347e7d4b0d2c5c37c951c0283a392338a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:33.775Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T07:55:34.090Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-03-28T07:55:34.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-03-28T07:55:34.091Z] 54646d4d8542: Preparing [2025-03-28T07:55:34.091Z] 7cf81948df6d: Preparing [2025-03-28T07:55:34.091Z] 307c8f1e63ca: Preparing [2025-03-28T07:55:34.091Z] b2c1ad6e9df0: Preparing [2025-03-28T07:55:34.091Z] a22182756f7e: Preparing [2025-03-28T07:55:34.091Z] 74551e86edec: Preparing [2025-03-28T07:55:34.091Z] 994456c4fd7b: Preparing [2025-03-28T07:55:34.091Z] 74551e86edec: Waiting [2025-03-28T07:55:34.091Z] 7cf81948df6d: Layer already exists [2025-03-28T07:55:34.091Z] b2c1ad6e9df0: Layer already exists [2025-03-28T07:55:34.091Z] a22182756f7e: Layer already exists [2025-03-28T07:55:34.091Z] 54646d4d8542: Layer already exists [2025-03-28T07:55:34.091Z] 307c8f1e63ca: Layer already exists [2025-03-28T07:55:34.091Z] 74551e86edec: Layer already exists [2025-03-28T07:55:34.091Z] 994456c4fd7b: Layer already exists [2025-03-28T07:55:34.091Z] main: digest: sha256:67e5f4a855e4dc17225af0b6141a9f9347e7d4b0d2c5c37c951c0283a392338a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-03-28T07:55:34.162Z] ===================================================== [Pipeline] echo [2025-03-28T07:55:34.175Z] taggedImages: [2025-03-28T07:55:34.175Z] - nexus3.edgexfoundry.org:10004/support-scheduler:cb94a90e978600b633deea23000456c4866436fe [2025-03-28T07:55:34.175Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-03-28T07:55:34.175Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.1 [2025-03-28T07:55:34.175Z] - nexus3.edgexfoundry.org:10004/support-scheduler:cb94a90e978600b633deea23000456c4866436fe-4.1.0-dev.1 [2025-03-28T07:55:34.175Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-03-28T07:55:34.193Z] ===================================================== [Pipeline] echo [2025-03-28T07:55:34.196Z] multiArchImages: [2025-03-28T07:55:34.196Z] [Pipeline] echo [2025-03-28T07:55:34.243Z] ========================================================= [2025-03-28T07:55:34.243Z] [edgeXBuildMultiArch] RAW Config: [2025-03-28T07:55:34.243Z] images: [2025-03-28T07:55:34.243Z] [2025-03-28T07:55:34.243Z] settingsFile: [2025-03-28T07:55:34.243Z] edgex-go-settings [2025-03-28T07:55:34.243Z] ========================================================= [Pipeline] error [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-03-28T07:55:34.428Z] Failed in branch amd64 Aborted by Jin Lin Guan [2025-03-28T08:05:53.393Z] Sending interrupt signal to process [Pipeline] } [2025-03-28T08:05:53.938Z] $ docker stop --time=1 b6bb624d45c83aef61a7e526a9d7e2ae9b645e1a7ebbb8379c2fc6e06329ff86 [2025-03-28T08:05:57.194Z] $ docker rm -f --volumes b6bb624d45c83aef61a7e526a9d7e2ae9b645e1a7ebbb8379c2fc6e06329ff86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T08:05:58.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-28T08:05:58.374Z] [2025-03-28T08:05:58.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T08:05:58.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-03-28T08:05:59.522Z] arm64: Pulling from edgex-lftools-log-publisher [2025-03-28T08:05:59.522Z] 8998bd30e6a1: Pulling fs layer [2025-03-28T08:05:59.522Z] 04944245beec: Pulling fs layer [2025-03-28T08:05:59.522Z] 699f458cf7ca: Pulling fs layer [2025-03-28T08:05:59.522Z] 765212b225bb: Pulling fs layer [2025-03-28T08:05:59.522Z] f23df028b6ca: Pulling fs layer [2025-03-28T08:05:59.522Z] d65c8cfc05b1: Pulling fs layer [2025-03-28T08:05:59.522Z] 2437ff75d9bd: Pulling fs layer [2025-03-28T08:05:59.522Z] f23df028b6ca: Waiting [2025-03-28T08:05:59.522Z] d65c8cfc05b1: Waiting [2025-03-28T08:05:59.522Z] 2437ff75d9bd: Waiting [2025-03-28T08:05:59.522Z] 765212b225bb: Waiting [2025-03-28T08:05:59.522Z] 04944245beec: Verifying Checksum [2025-03-28T08:05:59.522Z] 04944245beec: Download complete [2025-03-28T08:05:59.522Z] 765212b225bb: Verifying Checksum [2025-03-28T08:05:59.522Z] 765212b225bb: Download complete [2025-03-28T08:05:59.804Z] f23df028b6ca: Verifying Checksum [2025-03-28T08:05:59.804Z] f23df028b6ca: Download complete [2025-03-28T08:05:59.804Z] d65c8cfc05b1: Download complete [2025-03-28T08:06:00.094Z] 699f458cf7ca: Verifying Checksum [2025-03-28T08:06:00.094Z] 699f458cf7ca: Download complete [2025-03-28T08:06:00.681Z] 8998bd30e6a1: Verifying Checksum [2025-03-28T08:06:00.681Z] 8998bd30e6a1: Download complete [2025-03-28T08:06:04.051Z] 2437ff75d9bd: Verifying Checksum [2025-03-28T08:06:04.051Z] 2437ff75d9bd: Download complete [2025-03-28T08:06:06.634Z] 8998bd30e6a1: Pull complete [2025-03-28T08:06:06.901Z] 04944245beec: Pull complete Click here to forcibly terminate running steps [2025-03-28T08:06:08.838Z] 699f458cf7ca: Pull complete [2025-03-28T08:06:08.838Z] 765212b225bb: Pull complete [2025-03-28T08:06:09.797Z] f23df028b6ca: Pull complete [2025-03-28T08:06:10.063Z] d65c8cfc05b1: Pull complete [2025-03-28T08:06:10.266Z] Cannot contact prd-ubuntu20.04-docker-arm64-4c-16g-42237: java.io.IOException: cannot find current thread [2025-03-28T08:06:13.394Z] After 20s process did not stop Terminating sh Terminating parallel [Pipeline] // parallel [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] // script Error when executing always post condition: Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: bda53b26-e16f-4ef9-a246-2cbba83a2d91 org.jenkinsci.plugins.workflow.steps.FlowInterruptedException at org.jenkinsci.plugins.workflow.job.WorkflowRun.doTerm(WorkflowRun.java:438) at org.jenkinsci.plugins.workflow.job.WorkflowRun.httpTerm(WorkflowRun.java:485) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:397) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:409) at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:78) at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:207) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:140) at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:558) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$9.dispatch(MetaClass.java:475) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:698) at org.kohsuke.stapler.Stapler.service(Stapler.java:248) at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:163) at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:248) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at io.jenkins.blueocean.ResourceCacheControl.doFilter(ResourceCacheControl.java:134) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at io.jenkins.blueocean.auth.jwt.impl.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:60) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at jenkins.util.HttpServletFilter$1.doFilter(HttpServletFilter.java:76) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:166) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at jenkins.ErrorAttributeFilter.doFilter(ErrorAttributeFilter.java:29) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:154) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:94) at jenkins.security.AcegiSecurityExceptionFilter.doFilter(AcegiSecurityExceptionFilter.java:52) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:54) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:110) at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:101) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:227) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:221) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:97) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:117) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:63) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:111) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:172) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:53) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:86) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at jenkins.security.SuspiciousRequestFilter.doFilter(SuspiciousRequestFilter.java:38) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:569) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1553) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:829) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] } Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] } [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] // ws [Pipeline] } Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [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-03-28T08:06:19.323Z] + [ -d /w/workspace/edgex-go/820/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:19.617Z] ---> sysstat.sh [2025-03-28T08:06:20.138Z] Terminated [2025-03-28T08:06:20.139Z] Cannot contact prd-ubuntu20.04-docker-arm64-4c-16g-42237: java.io.IOException: cannot find current thread [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:20.478Z] ---> package-listing.sh [2025-03-28T08:06:20.478Z] ++ facter osfamily [2025-03-28T08:06:20.478Z] ++ tr '[:upper:]' '[:lower:]' [2025-03-28T08:06:20.737Z] + OS_FAMILY=debian [2025-03-28T08:06:20.737Z] + workspace=/w/workspace/edgex-go/820 [2025-03-28T08:06:20.737Z] + START_PACKAGES=/tmp/packages_start.txt [2025-03-28T08:06:20.737Z] + END_PACKAGES=/tmp/packages_end.txt [2025-03-28T08:06:20.737Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-03-28T08:06:20.737Z] + PACKAGES=/tmp/packages_start.txt [2025-03-28T08:06:20.737Z] + '[' /w/workspace/edgex-go/820 ']' [2025-03-28T08:06:20.737Z] + PACKAGES=/tmp/packages_end.txt [2025-03-28T08:06:20.737Z] + case "${OS_FAMILY}" in [2025-03-28T08:06:20.737Z] + dpkg -l [2025-03-28T08:06:20.737Z] + grep '^ii' [2025-03-28T08:06:20.737Z] + '[' -f /tmp/packages_start.txt ']' [2025-03-28T08:06:20.737Z] + '[' -f /tmp/packages_end.txt ']' [2025-03-28T08:06:20.737Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-03-28T08:06:20.737Z] + '[' /w/workspace/edgex-go/820 ']' [2025-03-28T08:06:20.737Z] + mkdir -p /w/workspace/edgex-go/820/archives/ [2025-03-28T08:06:20.737Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/820/archives/ [Pipeline] echo [2025-03-28T08:06:20.749Z] 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/820/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-03-28T08:06:21.025Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T08:06:21.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-28T08:06:21.592Z] [2025-03-28T08:06:21.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-03-28T08:06:21.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-28T08:06:21.895Z] latest: Pulling from edgex-lftools-log-publisher [2025-03-28T08:06:21.895Z] 5eb5b503b376: Pulling fs layer [2025-03-28T08:06:21.895Z] 5c69ac0246d0: Pulling fs layer [2025-03-28T08:06:21.895Z] ec43610c2a17: Pulling fs layer [2025-03-28T08:06:21.895Z] 3a2ae6a8a46f: Pulling fs layer [2025-03-28T08:06:21.895Z] 33b1e0a273af: Pulling fs layer [2025-03-28T08:06:21.895Z] 5d3b04190fa2: Pulling fs layer [2025-03-28T08:06:21.895Z] 2f39f015ded8: Pulling fs layer [2025-03-28T08:06:21.895Z] 3a2ae6a8a46f: Waiting [2025-03-28T08:06:21.895Z] 33b1e0a273af: Waiting [2025-03-28T08:06:21.895Z] 5d3b04190fa2: Waiting [2025-03-28T08:06:21.895Z] 2f39f015ded8: Waiting [2025-03-28T08:06:21.895Z] 5c69ac0246d0: Download complete [2025-03-28T08:06:21.895Z] 3a2ae6a8a46f: Verifying Checksum [2025-03-28T08:06:21.895Z] 3a2ae6a8a46f: Download complete [2025-03-28T08:06:21.895Z] 33b1e0a273af: Verifying Checksum [2025-03-28T08:06:21.895Z] 33b1e0a273af: Download complete [2025-03-28T08:06:21.895Z] ec43610c2a17: Verifying Checksum [2025-03-28T08:06:21.895Z] ec43610c2a17: Download complete [2025-03-28T08:06:21.895Z] 5d3b04190fa2: Verifying Checksum [2025-03-28T08:06:21.895Z] 5d3b04190fa2: Download complete [2025-03-28T08:06:22.151Z] 5eb5b503b376: Verifying Checksum [2025-03-28T08:06:22.151Z] 5eb5b503b376: Download complete [2025-03-28T08:06:22.716Z] 2f39f015ded8: Download complete [2025-03-28T08:06:23.284Z] 5eb5b503b376: Pull complete [2025-03-28T08:06:23.541Z] 5c69ac0246d0: Pull complete [2025-03-28T08:06:24.106Z] ec43610c2a17: Pull complete [2025-03-28T08:06:24.106Z] 3a2ae6a8a46f: Pull complete [2025-03-28T08:06:24.363Z] 33b1e0a273af: Pull complete [2025-03-28T08:06:24.622Z] 5d3b04190fa2: Pull complete [2025-03-28T08:06:28.803Z] 2f39f015ded8: Pull complete [2025-03-28T08:06:28.803Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-03-28T08:06:28.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-03-28T08:06:28.803Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-03-28T08:06:28.904Z] prd-ubuntu20.04-docker-8c-8g-42236 does not seem to be running inside a container [2025-03-28T08:06:28.933Z] $ 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/820/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/820 -v /w/workspace/edgex-go/820:/w/workspace/edgex-go/820:rw,z -v /w/workspace/edgex-go/820@tmp:/w/workspace/edgex-go/820@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-03-28T08:06:31.045Z] $ docker top faea17bcd110ceab5a91d1dea6d46a128caab4002f01a46f1d92b61fd076f054 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-03-28T08:06:31.399Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-03-28T08:06:31.682Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-03-28T08:06:31.968Z] + ls /var/log/sa-host [2025-03-28T08:06:31.968Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-03-28T08:06:32.057Z] provisioning config files... [2025-03-28T08:06:32.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/820@tmp/config15814323654498183096tmp [Pipeline] { [Pipeline] echo [2025-03-28T08:06:32.083Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:32.365Z] ---> create-netrc.sh [Pipeline] } [2025-03-28T08:06:32.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:32.704Z] ---> python-tools-install.sh [Pipeline] echo [2025-03-28T08:06:32.714Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:33.001Z] ---> sudo-logs.sh [2025-03-28T08:06:33.001Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-03-28T08:06:33.027Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:33.311Z] ---> job-cost.sh [2025-03-28T08:06:33.311Z] lf-activate-venv: SKIPPING [2025-03-28T08:06:33.311Z] INFO: No Stack... Click here to forcibly kill entire build [2025-03-28T08:06:33.569Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-03-28T08:06:34.193Z] INFO: Archiving Costs [Pipeline] echo [2025-03-28T08:06:34.238Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-03-28T08:06:34.615Z] ---> logs-deploy.sh [2025-03-28T08:06:34.615Z] lf-activate-venv: SKIPPING [2025-03-28T08:06:34.615Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/820 [2025-03-28T08:06:34.615Z] INFO: archiving workspace using pattern(s): [2025-03-28T08:06:35.560Z] Archives upload complete. [2025-03-28T08:06:35.560Z] INFO: archiving logs to Nexus