Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 31004d15d58f507a4eebe19040194a3f4f45cec1 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-ssh6311698754996267472.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh15689802240960173118.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 f3350a1713306dce7682ed7e37d5774890d03277 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-ssh2280612331846230410.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh12944871988423855307.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-ssh2187957426387394960.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/v3]] ========================================================= [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.21 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-10062 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/693 [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/693 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 31004d15d58f507a4eebe19040194a3f4f45cec1 (main) Commit message: "Merge pull request #4908 from edgexfoundry/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.1" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 31004d15d58f507a4eebe19040194a3f4f45cec1 # timeout=10 > git rev-list --no-walk 5f3d989c215dce6f0c08a3e7dfab6442c7b0ab7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-09-11T01:39:00.377Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-09-11T01:39:00.441Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-09-11T01:39:00.468Z] ========================================================= [2024-09-11T01:39:00.468Z] EdgeX Global Pipelines Version Info [2024-09-11T01:39:00.468Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-09-11T01:39:01.598Z] ------------------- [2024-09-11T01:39:01.598Z] stable info: [2024-09-11T01:39:01.598Z] ------------------- [2024-09-11T01:39:01.598Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-11T01:39:01.598Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-11T01:39:01.598Z] Message: update stable to v1.0.263 [2024-09-11T01:39:02.172Z] ------------------- [2024-09-11T01:39:02.172Z] experimental info: [2024-09-11T01:39:02.172Z] ------------------- [2024-09-11T01:39:02.172Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-11T01:39:02.172Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-11T01:39:02.172Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-09-11T01:39:02.250Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-09-11T01:39:02.271Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-09-11T01:39:02.288Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-09-11T01:39:02.309Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-09-11T01:39:02.331Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-09-11T01:39:02.349Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-09-11T01:39:02.365Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-09-11T01:39:02.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-09-11T01:39:02.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-09-11T01:39:02.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-09-11T01:39:02.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-09-11T01:39:02.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-09-11T01:39:02.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-09-11T01:39:02.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-09-11T01:39:02.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-09-11T01:39:02.559Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-09-11T01:39:02.576Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-09-11T01:39:02.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-09-11T01:39:02.614Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-09-11T01:39:02.628Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-09-11T01:39:02.642Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-09-11T01:39:02.659Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-09-11T01:39:02.678Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-09-11T01:39:02.696Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-09-11T01:39:02.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-09-11T01:39:02.734Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-09-11T01:39:02.751Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] echo [2024-09-11T01:39:02.767Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 31004d1 [Pipeline] echo [2024-09-11T01:39:02.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-11T01:39:02.836Z] provisioning config files... [2024-09-11T01:39:02.852Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config5601625962210278692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-11T01:39:03.181Z] ---> ****-login.sh [2024-09-11T01:39:03.181Z] nexus3.edgexfoundry.org:10001 [2024-09-11T01:39:03.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:39:03.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:39:03.711Z] Configure a credential helper to remove this warning. See [2024-09-11T01:39:03.711Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:39:03.711Z] [2024-09-11T01:39:03.711Z] Login Succeeded [2024-09-11T01:39:03.711Z] nexus3.edgexfoundry.org:10002 [2024-09-11T01:39:03.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:39:03.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:39:03.711Z] Configure a credential helper to remove this warning. See [2024-09-11T01:39:03.712Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:39:03.712Z] [2024-09-11T01:39:03.712Z] Login Succeeded [2024-09-11T01:39:03.712Z] nexus3.edgexfoundry.org:10003 [2024-09-11T01:39:03.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:39:03.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:39:03.972Z] Configure a credential helper to remove this warning. See [2024-09-11T01:39:03.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:39:03.972Z] [2024-09-11T01:39:03.972Z] Login Succeeded [2024-09-11T01:39:03.972Z] nexus3.edgexfoundry.org:10004 [2024-09-11T01:39:03.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:39:03.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:39:03.972Z] Configure a credential helper to remove this warning. See [2024-09-11T01:39:03.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:39:03.972Z] [2024-09-11T01:39:03.972Z] Login Succeeded [2024-09-11T01:39:03.972Z] ****.io [2024-09-11T01:39:03.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:39:04.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:39:04.233Z] Configure a credential helper to remove this warning. See [2024-09-11T01:39:04.233Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:39:04.233Z] [2024-09-11T01:39:04.233Z] Login Succeeded [2024-09-11T01:39:04.233Z] ---> ****-login.sh ends [Pipeline] } [2024-09-11T01:39:04.243Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-11T01:39:04.566Z] + 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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/core-command/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo core-command,cmd/core-command/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-09-11T01:39:04.566Z] + + dirname cmd/core-data/Dockerfile [2024-09-11T01:39:04.566Z] cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo core-data,cmd/core-data/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/core-keeper/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/core-metadata/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-09-11T01:39:04.566Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-09-11T01:39:04.566Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/security-spire-agent/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/security-spire-config/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/security-spire-server/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/support-notifications/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-09-11T01:39:04.566Z] + dirname cmd/support-scheduler/Dockerfile [2024-09-11T01:39:04.566Z] + cut -d/ -f2 [2024-09-11T01:39:04.566Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-09-11T01:39:04.608Z] 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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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 [2024-09-11T01:39:04.971Z] + git rev-list -1 --merges 31004d15d58f507a4eebe19040194a3f4f45cec1~1..31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] echo [2024-09-11T01:39:04.982Z] -----------> git rev-list -1 --merges 31004d15d58f507a4eebe19040194a3f4f45cec1~1..31004d15d58f507a4eebe19040194a3f4f45cec1 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:39:04.982Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [false] [Pipeline] sh [2024-09-11T01:39:05.270Z] + git log --format=format:%s -1 31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] echo [2024-09-11T01:39:05.285Z] ========================================================= [2024-09-11T01:39:05.285Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-09-11T01:39:05.285Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-09-11T01:39:05.712Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-11T01:39:05.712Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-09-11T01:39:05.712Z] + [ -e /tmp/ssh_known_hosts ] [2024-09-11T01:39:05.712Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-09-11T01:39:05.712Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-09-11T01:39:05.712Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-09-11T01:39:05.712Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:39:06.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-11T01:39:06.122Z] [2024-09-11T01:39:06.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:39:06.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-11T01:39:06.422Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-09-11T01:39:06.422Z] b85a868b505f: Pulling fs layer [2024-09-11T01:39:06.422Z] e2be974225ed: Pulling fs layer [2024-09-11T01:39:06.422Z] 339a4e72a1f5: Pulling fs layer [2024-09-11T01:39:06.422Z] 988bab9f4d93: Pulling fs layer [2024-09-11T01:39:06.422Z] 1469e6f7b9e6: Pulling fs layer [2024-09-11T01:39:06.422Z] eaf3925da568: Pulling fs layer [2024-09-11T01:39:06.422Z] bab4dde63d76: Pulling fs layer [2024-09-11T01:39:06.422Z] bde34c3a00c8: Pulling fs layer [2024-09-11T01:39:06.422Z] b352a97aabf1: Pulling fs layer [2024-09-11T01:39:06.422Z] 4872d77fe225: Pulling fs layer [2024-09-11T01:39:06.422Z] 5851b861e8e6: Pulling fs layer [2024-09-11T01:39:06.422Z] b352a97aabf1: Waiting [2024-09-11T01:39:06.422Z] bab4dde63d76: Waiting [2024-09-11T01:39:06.422Z] bde34c3a00c8: Waiting [2024-09-11T01:39:06.422Z] 988bab9f4d93: Waiting [2024-09-11T01:39:06.422Z] 4872d77fe225: Waiting [2024-09-11T01:39:06.422Z] 1469e6f7b9e6: Waiting [2024-09-11T01:39:06.422Z] eaf3925da568: Waiting [2024-09-11T01:39:06.422Z] 5851b861e8e6: Waiting [2024-09-11T01:39:06.422Z] e2be974225ed: Download complete [2024-09-11T01:39:06.422Z] 988bab9f4d93: Verifying Checksum [2024-09-11T01:39:06.422Z] 988bab9f4d93: Download complete [2024-09-11T01:39:06.423Z] 1469e6f7b9e6: Verifying Checksum [2024-09-11T01:39:06.423Z] 1469e6f7b9e6: Download complete [2024-09-11T01:39:06.423Z] 339a4e72a1f5: Verifying Checksum [2024-09-11T01:39:06.423Z] 339a4e72a1f5: Download complete [2024-09-11T01:39:06.423Z] eaf3925da568: Verifying Checksum [2024-09-11T01:39:06.423Z] eaf3925da568: Download complete [2024-09-11T01:39:06.684Z] bde34c3a00c8: Verifying Checksum [2024-09-11T01:39:06.684Z] bde34c3a00c8: Download complete [2024-09-11T01:39:06.684Z] b352a97aabf1: Verifying Checksum [2024-09-11T01:39:06.684Z] b352a97aabf1: Download complete [2024-09-11T01:39:06.684Z] 4872d77fe225: Download complete [2024-09-11T01:39:06.684Z] 5851b861e8e6: Verifying Checksum [2024-09-11T01:39:06.684Z] 5851b861e8e6: Download complete [2024-09-11T01:39:06.684Z] b85a868b505f: Verifying Checksum [2024-09-11T01:39:06.684Z] b85a868b505f: Download complete [2024-09-11T01:39:06.943Z] bab4dde63d76: Verifying Checksum [2024-09-11T01:39:06.943Z] bab4dde63d76: Download complete [2024-09-11T01:39:07.880Z] b85a868b505f: Pull complete [2024-09-11T01:39:08.140Z] e2be974225ed: Pull complete [2024-09-11T01:39:08.710Z] 339a4e72a1f5: Pull complete [2024-09-11T01:39:08.710Z] 988bab9f4d93: Pull complete [2024-09-11T01:39:08.971Z] 1469e6f7b9e6: Pull complete [2024-09-11T01:39:08.971Z] eaf3925da568: Pull complete [2024-09-11T01:39:10.877Z] bab4dde63d76: Pull complete [2024-09-11T01:39:10.877Z] bde34c3a00c8: Pull complete [2024-09-11T01:39:11.137Z] b352a97aabf1: Pull complete [2024-09-11T01:39:11.137Z] 4872d77fe225: Pull complete [2024-09-11T01:39:11.137Z] 5851b861e8e6: Pull complete [2024-09-11T01:39:11.397Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-09-11T01:39:11.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-11T01:39:11.397Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T01:39:11.541Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T01:39:11.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T01:39:15.860Z] $ docker top 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 -eo pid,comm [2024-09-11T01:39:15.914Z] 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). [2024-09-11T01:39:15.914Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-11T01:39:15.962Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-11T01:39:15.962Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-11T01:39:16.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-11T01:39:16.073Z] $ docker exec 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent [2024-09-11T01:39:16.175Z] SSH_AUTH_SOCK=/tmp/ssh-wRLcDmyYMHsV/agent.32 [2024-09-11T01:39:16.175Z] SSH_AGENT_PID=38 [2024-09-11T01:39:16.181Z] Running ssh-add (command line suppressed) [2024-09-11T01:39:16.279Z] Identity added: /w/workspace/edgex-go/693@tmp/private_key_4043033890521734959.key (/w/workspace/edgex-go/693@tmp/private_key_4043033890521734959.key) [2024-09-11T01:39:16.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-11T01:39:16.584Z] + git tag --points-at HEAD [Pipeline] } [2024-09-11T01:39:16.595Z] $ docker exec --env ******** --env ******** 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent -k [2024-09-11T01:39:16.693Z] unset SSH_AUTH_SOCK; [2024-09-11T01:39:16.694Z] unset SSH_AGENT_PID; [2024-09-11T01:39:16.694Z] echo Agent pid 38 killed; [2024-09-11T01:39:16.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-09-11T01:39:16.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-11T01:39:16.754Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-11T01:39:16.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-11T01:39:16.879Z] $ docker exec 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent [2024-09-11T01:39:16.987Z] SSH_AUTH_SOCK=/tmp/ssh-iSKyLRvIwVX7/agent.72 [2024-09-11T01:39:16.987Z] SSH_AGENT_PID=78 [2024-09-11T01:39:16.991Z] Running ssh-add (command line suppressed) [2024-09-11T01:39:17.097Z] Identity added: /w/workspace/edgex-go/693@tmp/private_key_2658928647458324357.key (/w/workspace/edgex-go/693@tmp/private_key_2658928647458324357.key) [2024-09-11T01:39:17.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-11T01:39:17.408Z] + git semver init [2024-09-11T01:39:17.669Z] 2024-09-11 01:39:17,585 [run_init] DEBUG init version:0.0.0 force:False [2024-09-11T01:39:17.669Z] 2024-09-11 01:39:17,586 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/693/.semver [2024-09-11T01:39:17.669Z] 2024-09-11 01:39:17,586 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/693/.semver [2024-09-11T01:39:17.669Z] 2024-09-11 01:39:17,586 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/693/.semver'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=None) [2024-09-11T01:39:50.597Z] 2024-09-11 01:39:47,283 [append_file] DEBUG append to file:/w/workspace/edgex-go/693/.git/info/exclude [2024-09-11T01:39:50.597Z] 2024-09-11 01:39:47,284 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/693/.semver/main with force:False [2024-09-11T01:39:50.597Z] 2024-09-11 01:39:47,284 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T01:39:50.597Z] 2024-09-11 01:39:47,284 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T01:39:50.597Z] 3.2.0-dev.72 [Pipeline] } [2024-09-11T01:39:50.604Z] $ docker exec --env ******** --env ******** 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 ssh-agent -k [2024-09-11T01:39:50.698Z] unset SSH_AUTH_SOCK; [2024-09-11T01:39:50.699Z] unset SSH_AGENT_PID; [2024-09-11T01:39:50.699Z] echo Agent pid 78 killed; [2024-09-11T01:39:50.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-11T01:39:51.025Z] + git semver [Pipeline] } [2024-09-11T01:39:51.296Z] $ docker stop --time=1 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 [2024-09-11T01:39:52.650Z] $ docker rm -f --volumes 855cb0e9dda6db531620986ad6eb17e2f4392c268fad07664c1ddfd354c6f3d2 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-11T01:39:52.997Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-09-11T01:39:53.236Z] Stashed 1 file(s) [Pipeline] echo [2024-09-11T01:39:53.239Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.72 [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 [2024-09-11T01:39:53.659Z] + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] echo [2024-09-11T01:39:53.673Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-11T01:39:53.692Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-11T01:39:53.705Z] ========================================================= [2024-09-11T01:39:53.705Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-09-11T01:39:53.705Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-11T01:39:54.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-11T01:39:54.002Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-09-11T01:39:54.002Z] 619be1103602: Pulling fs layer [2024-09-11T01:39:54.002Z] 7862e08f4a3e: Pulling fs layer [2024-09-11T01:39:54.002Z] 5df492c9dc93: Pulling fs layer [2024-09-11T01:39:54.002Z] 7629e6793208: Pulling fs layer [2024-09-11T01:39:54.002Z] 4f4fb700ef54: Pulling fs layer [2024-09-11T01:39:54.002Z] fb5054dd5b73: Pulling fs layer [2024-09-11T01:39:54.002Z] eeca6798cff9: Pulling fs layer [2024-09-11T01:39:54.002Z] aa269ceb94a6: Pulling fs layer [2024-09-11T01:39:54.002Z] ada007ff1a6a: Pulling fs layer [2024-09-11T01:39:54.002Z] 7629e6793208: Waiting [2024-09-11T01:39:54.002Z] 4f4fb700ef54: Waiting [2024-09-11T01:39:54.002Z] fb5054dd5b73: Waiting [2024-09-11T01:39:54.002Z] eeca6798cff9: Waiting [2024-09-11T01:39:54.002Z] aa269ceb94a6: Waiting [2024-09-11T01:39:54.002Z] ada007ff1a6a: Waiting [2024-09-11T01:39:54.002Z] 7862e08f4a3e: Verifying Checksum [2024-09-11T01:39:54.002Z] 7862e08f4a3e: Download complete [2024-09-11T01:39:54.002Z] 7629e6793208: Download complete [2024-09-11T01:39:54.002Z] 4f4fb700ef54: Download complete [2024-09-11T01:39:54.002Z] 619be1103602: Verifying Checksum [2024-09-11T01:39:54.002Z] 619be1103602: Download complete [2024-09-11T01:39:54.002Z] fb5054dd5b73: Verifying Checksum [2024-09-11T01:39:54.002Z] fb5054dd5b73: Download complete [2024-09-11T01:39:54.002Z] eeca6798cff9: Verifying Checksum [2024-09-11T01:39:54.002Z] eeca6798cff9: Download complete [2024-09-11T01:39:54.260Z] 619be1103602: Pull complete [2024-09-11T01:39:54.260Z] ada007ff1a6a: Verifying Checksum [2024-09-11T01:39:54.260Z] ada007ff1a6a: Download complete [2024-09-11T01:39:54.260Z] 7862e08f4a3e: Pull complete [2024-09-11T01:39:54.519Z] 5df492c9dc93: Download complete [2024-09-11T01:39:54.779Z] aa269ceb94a6: Verifying Checksum [2024-09-11T01:39:54.779Z] aa269ceb94a6: Download complete [2024-09-11T01:39:58.064Z] 5df492c9dc93: Pull complete [2024-09-11T01:39:58.064Z] 7629e6793208: Pull complete [2024-09-11T01:39:58.064Z] 4f4fb700ef54: Pull complete [2024-09-11T01:39:58.064Z] fb5054dd5b73: Pull complete [2024-09-11T01:39:58.327Z] eeca6798cff9: Pull complete [2024-09-11T01:40:00.872Z] aa269ceb94a6: Pull complete [2024-09-11T01:40:00.872Z] ada007ff1a6a: Pull complete [2024-09-11T01:40:00.872Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-09-11T01:40:00.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-11T01:40:00.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-11T01:40:01.193Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-11T01:40:01.193Z] WORKDIR /edgex [2024-09-11T01:40:01.193Z] COPY go.mod . [2024-09-11T01:40:01.193Z] RUN go mod download [2024-09-11T01:40:01.193Z] + docker build -t ci-base-image-x86_64 -f - . [2024-09-11T01:40:01.765Z] Sending build context to Docker daemon 179.3MB [2024-09-11T01:40:01.765Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-11T01:40:01.765Z] ---> f489d0715acc [2024-09-11T01:40:01.765Z] Step 2/4 : WORKDIR /edgex [2024-09-11T01:40:08.347Z] Still waiting to schedule task [2024-09-11T01:40:08.347Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10060’ [2024-09-11T01:40:08.375Z] ---> Running in c57a5ff012d4 [2024-09-11T01:40:08.375Z] Removing intermediate container c57a5ff012d4 [2024-09-11T01:40:08.375Z] ---> 0f6ffa2fd6b5 [2024-09-11T01:40:08.375Z] Step 3/4 : COPY go.mod . [2024-09-11T01:40:08.375Z] ---> f2a69ca665e6 [2024-09-11T01:40:08.375Z] Step 4/4 : RUN go mod download [2024-09-11T01:40:08.375Z] ---> Running in 215027efdba3 [2024-09-11T01:40:40.535Z] Removing intermediate container 215027efdba3 [2024-09-11T01:40:40.535Z] ---> fbe5c3ad69cf [2024-09-11T01:40:40.535Z] Successfully built fbe5c3ad69cf [2024-09-11T01:40:40.535Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:40:40.838Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-11T01:40:40.839Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T01:40:40.910Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T01:40:40.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T01:40:41.418Z] $ docker top a75168106d74e32a6890ad7f1450aea8e8387225e2b2bb07171b6810bb7d63da -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-11T01:40:41.766Z] + go version [2024-09-11T01:40:41.766Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-09-11T01:40:41.775Z] $ docker stop --time=1 a75168106d74e32a6890ad7f1450aea8e8387225e2b2bb07171b6810bb7d63da [2024-09-11T01:40:43.045Z] $ docker rm -f --volumes a75168106d74e32a6890ad7f1450aea8e8387225e2b2bb07171b6810bb7d63da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:40:43.480Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-11T01:40:43.480Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T01:40:43.561Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T01:40:43.590Z] $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T01:40:43.930Z] $ docker top 227eca3a0a8addd3af4cbb9d472b2109111b8b5cad10343f881a183af00bf1ec -eo pid,comm [Pipeline] { [Pipeline] echo [2024-09-11T01:40:44.005Z] ========================================================= [2024-09-11T01:40:44.005Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-09-11T01:40:44.005Z] ========================================================= [Pipeline] sh [2024-09-11T01:40:44.284Z] + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] fileExists [Pipeline] sh [2024-09-11T01:40:44.583Z] + make test [2024-09-11T01:40:44.583Z] go test -race -coverprofile=coverage.out ./... [2024-09-11T01:40:52.701Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-09-11T01:41:19.232Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-09-11T01:41:19.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-09-11T01:41:19.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-09-11T01:41:19.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-09-11T01:41:19.491Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-09-11T01:41:19.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-09-11T01:41:21.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-09-11T01:41:21.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-09-11T01:41:22.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements [2024-09-11T01:41:22.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-09-11T01:41:22.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-09-11T01:41:22.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-09-11T01:41:22.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-09-11T01:41:22.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-09-11T01:41:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.044s coverage: 97.0% of statements [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-09-11T01:41:23.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-09-11T01:41:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-09-11T01:41:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-09-11T01:41:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-09-11T01:41:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-09-11T01:41:25.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-09-11T01:41:26.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-09-11T01:41:26.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-09-11T01:41:26.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.069s coverage: 69.2% of statements [2024-09-11T01:41:26.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.045s coverage: 53.2% of statements [2024-09-11T01:41:26.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.503s coverage: 93.4% of statements [2024-09-11T01:41:26.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 91.7% of statements [2024-09-11T01:41:27.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-09-11T01:41:27.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 7.0% of statements [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-09-11T01:41:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-09-11T01:41:28.131Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] [2024-09-11T01:41:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.399s coverage: 95.8% of statements [2024-09-11T01:41:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2024-09-11T01:41:29.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-09-11T01:41:29.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-09-11T01:41:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.023s coverage: 0.0% of statements [no tests to run] [2024-09-11T01:41:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 0.8% of statements [2024-09-11T01:41:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 30.7% of statements [2024-09-11T01:41:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 41.7% of statements [2024-09-11T01:41:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 77.8% of statements [2024-09-11T01:41:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements [2024-09-11T01:41:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.046s coverage: 96.3% of statements [2024-09-11T01:41:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-09-11T01:41:32.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-09-11T01:41:33.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-09-11T01:41:33.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-09-11T01:41:33.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-09-11T01:41:33.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-09-11T01:41:33.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-09-11T01:41:33.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-09-11T01:41:33.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-09-11T01:41:34.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-09-11T01:41:34.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-09-11T01:41:35.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-09-11T01:41:36.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-09-11T01:41:36.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-09-11T01:41:38.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-09-11T01:41:38.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-09-11T01:41:40.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-09-11T01:41:40.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-09-11T01:41:40.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-09-11T01:41:41.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-09-11T01:41:41.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-09-11T01:41:41.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-09-11T01:41:42.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-09-11T01:41:42.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-09-11T01:41:42.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-09-11T01:41:42.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-09-11T01:41:42.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-09-11T01:41:42.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] [2024-09-11T01:41:42.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-09-11T01:41:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2024-09-11T01:41:44.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-09-11T01:41:44.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-09-11T01:41:44.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-09-11T01:41:44.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-09-11T01:41:45.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-09-11T01:41:45.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-09-11T01:41:45.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-09-11T01:41:45.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-09-11T01:41:47.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-09-11T01:41:47.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-09-11T01:41:47.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-09-11T01:41:47.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-09-11T01:41:48.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-09-11T01:41:48.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-09-11T01:41:48.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-09-11T01:41:48.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.307s coverage: 79.9% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.050s coverage: 92.9% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 66.7% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 75.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.028s coverage: 87.2% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.013s coverage: 20.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.065s coverage: 81.8% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.060s coverage: 82.1% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.031s coverage: 86.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.126s coverage: 63.1% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.027s coverage: 89.4% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.152s coverage: 36.5% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 89.5% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 84.8% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.025s coverage: 4.9% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.080s coverage: 97.1% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 19.9% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.107s coverage: 95.7% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements [2024-09-11T01:41:56.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.079s coverage: 98.9% of statements [2024-09-11T01:41:56.886Z] 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 [2024-09-11T01:41:56.886Z] running golangci-lint [2024-09-11T01:41:57.143Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-09-11T01:41:57.143Z] go version go1.21.9 linux/amd64 [2024-09-11T01:41:57.143Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-09-11T01:41:57.143Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-09-11T01:42:23.671Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|name|types_sizes|exports_file|files|imports) took 23.616941883s" [2024-09-11T01:42:23.671Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 49.464844ms" [2024-09-11T01:42:35.868Z] level=info msg="[linters_context/goanalysis] analyzers took 1m51.510104541s with top 10 stages: buildir: 1m4.152676369s, gosec: 10.184569698s, inspect: 3.254464297s, fact_deprecated: 2.380511516s, printf: 2.030216114s, S1038: 1.510064608s, ctrlflow: 1.500612694s, nilness: 1.365621209s, fact_purity: 1.317432432s, isgenerated: 929.80694ms" [2024-09-11T01:42:35.868Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-09-11T01:42:35.868Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 214/214, path_prettifier: 214/214, skip_dirs: 214/214, identifier_marker: 214/214, exclude-rules: 22/214, cgo: 214/214, skip_files: 214/214, autogenerated_exclude: 214/214, exclude: 214/214, nolint: 0/22" [2024-09-11T01:42:35.868Z] level=info msg="[runner] processing took 17.284513ms with stages: nolint: 7.863115ms, identifier_marker: 4.800422ms, exclude-rules: 1.640445ms, path_prettifier: 1.327486ms, autogenerated_exclude: 1.10882ms, skip_dirs: 485.123µs, cgo: 39.881µs, filename_unadjuster: 14.221µs, uniq_by_line: 980ns, max_same_issues: 670ns, fixer: 530ns, path_prefixer: 480ns, skip_files: 480ns, exclude: 470ns, diff: 320ns, severity-rules: 280ns, sort_results: 250ns, max_from_linter: 160ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_shortener: 110ns" [2024-09-11T01:42:35.868Z] level=info msg="[runner] linters took 14.090184865s with stages: goanalysis_metalinter: 14.072804458s" [2024-09-11T01:42:35.868Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-09-11T01:42:35.868Z] level=info msg="Memory: 373 samples, avg is 322.1MB, max is 1359.9MB" [2024-09-11T01:42:35.868Z] level=info msg="Execution took 37.765160629s" [2024-09-11T01:42:35.868Z] go vet ./... [2024-09-11T01:42:42.430Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-11T01:42:42.430Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-09-11T01:42:42.430Z] ./bin/test-attribution-txt.sh [2024-09-11T01:42:42.430Z] An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add [2024-09-11T01:42:42.430Z] An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-09-11T01:42:42.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-09-11T01:42:42.740Z] + ls -al . [2024-09-11T01:42:42.740Z] total 916 [2024-09-11T01:42:42.740Z] drwxrwxr-x 11 1001 1001 4096 Sep 11 01:40 . [2024-09-11T01:42:42.740Z] drwxr-xr-x 4 root root 4096 Sep 11 01:40 .. [2024-09-11T01:42:42.740Z] drwxrwxr-x 2 1001 1001 4096 Sep 11 01:38 .blubracket [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 10 Sep 11 01:38 .dockerignore [2024-09-11T01:42:42.740Z] drwxrwxr-x 8 1001 1001 4096 Sep 11 01:41 .git [2024-09-11T01:42:42.740Z] drwxrwxr-x 3 1001 1001 4096 Sep 11 01:38 .github [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 1102 Sep 11 01:38 .gitignore [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 42 Sep 11 01:38 .golangci.yml [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 100 Sep 11 01:38 .hadolint.yml [2024-09-11T01:42:42.740Z] drwxr-xr-x 3 1001 1001 4096 Sep 11 01:39 .semver [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 155 Sep 11 01:38 .sonarcloud.properties [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 1171 Sep 11 01:38 ADOPTERS.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 21286 Sep 11 01:38 Attribution.txt [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 100284 Sep 11 01:38 CHANGELOG.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 3804 Sep 11 01:38 CONTRIBUTING.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 677 Sep 11 01:38 GOVERNANCE.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 861 Sep 11 01:38 Jenkinsfile [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 10775 Sep 11 01:38 LICENSE [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 16854 Sep 11 01:38 Makefile [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 582 Sep 11 01:38 OWNERS.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 9528 Sep 11 01:38 README.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 789 Sep 11 01:38 SECURITY.md [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 12 Sep 11 01:39 VERSION [2024-09-11T01:42:42.740Z] drwxrwxr-x 2 1001 1001 4096 Sep 11 01:38 bin [2024-09-11T01:42:42.740Z] drwxrwxr-x 20 1001 1001 4096 Sep 11 01:38 cmd [2024-09-11T01:42:42.740Z] -rw-r--r-- 1 root root 546549 Sep 11 01:41 coverage.out [2024-09-11T01:42:42.740Z] drwxrwxr-x 2 1001 1001 4096 Sep 11 01:38 fuzz_test [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 7305 Sep 11 01:38 go.mod [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 102748 Sep 11 01:38 go.sum [2024-09-11T01:42:42.740Z] drwxrwxr-x 7 1001 1001 4096 Sep 11 01:38 internal [2024-09-11T01:42:42.740Z] drwxrwxr-x 3 1001 1001 4096 Sep 11 01:38 openapi [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 584 Sep 11 01:38 security.txt [2024-09-11T01:42:42.740Z] -rw-rw-r-- 1 1001 1001 204 Sep 11 01:38 version.go [Pipeline] sh [2024-09-11T01:42:43.342Z] + '[' -e coverage.out ] [2024-09-11T01:42:43.343Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-09-11T01:42:43.462Z] Stashed 1 file(s) [Pipeline] sh [2024-09-11T01:42:43.746Z] + make build [2024-09-11T01:42:43.746Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-11T01:43:10.283Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-11T01:43:11.220Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-11T01:43:12.593Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-11T01:43:13.530Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-11T01:43:15.479Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-11T01:43:19.660Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-11T01:43:21.562Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-11T01:43:23.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-11T01:43:25.372Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-11T01:43:25.942Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-11T01:43:26.881Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-11T01:43:27.448Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-11T01:43:28.384Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-09-11T01:43:29.328Z] $ docker stop --time=1 227eca3a0a8addd3af4cbb9d472b2109111b8b5cad10343f881a183af00bf1ec [2024-09-11T01:43:31.425Z] $ docker rm -f --volumes 227eca3a0a8addd3af4cbb9d472b2109111b8b5cad10343f881a183af00bf1ec [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 [2024-09-11T01:43:32.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-11T01:43:32.738Z] [2024-09-11T01:43:32.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:43:33.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-11T01:43:33.385Z] latest: Pulling from edgex-devops/edgex-compose [2024-09-11T01:43:33.385Z] 91d30c5bc195: Pulling fs layer [2024-09-11T01:43:33.385Z] 2e9b0aa3be6d: Pulling fs layer [2024-09-11T01:43:33.385Z] 9c61dcf015f6: Pulling fs layer [2024-09-11T01:43:33.385Z] 4698f68db338: Pulling fs layer [2024-09-11T01:43:33.385Z] 2a2f49069b9e: Pulling fs layer [2024-09-11T01:43:33.385Z] e0025b399a48: Pulling fs layer [2024-09-11T01:43:33.385Z] 4698f68db338: Waiting [2024-09-11T01:43:33.385Z] 2a2f49069b9e: Waiting [2024-09-11T01:43:33.385Z] e0025b399a48: Waiting [2024-09-11T01:43:33.385Z] 91d30c5bc195: Verifying Checksum [2024-09-11T01:43:33.385Z] 91d30c5bc195: Download complete [2024-09-11T01:43:33.385Z] 4698f68db338: Verifying Checksum [2024-09-11T01:43:33.385Z] 4698f68db338: Download complete [2024-09-11T01:43:33.385Z] 2e9b0aa3be6d: Verifying Checksum [2024-09-11T01:43:33.385Z] 2e9b0aa3be6d: Download complete [2024-09-11T01:43:33.385Z] e0025b399a48: Verifying Checksum [2024-09-11T01:43:33.385Z] e0025b399a48: Download complete [2024-09-11T01:43:33.385Z] 91d30c5bc195: Pull complete [2024-09-11T01:43:33.644Z] 2a2f49069b9e: Verifying Checksum [2024-09-11T01:43:33.644Z] 2e9b0aa3be6d: Pull complete [2024-09-11T01:43:33.903Z] 9c61dcf015f6: Verifying Checksum [2024-09-11T01:43:33.903Z] 9c61dcf015f6: Download complete [2024-09-11T01:43:37.187Z] 9c61dcf015f6: Pull complete [2024-09-11T01:43:37.187Z] 4698f68db338: Pull complete [2024-09-11T01:43:37.187Z] 2a2f49069b9e: Pull complete [2024-09-11T01:43:37.187Z] e0025b399a48: Pull complete [2024-09-11T01:43:37.187Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-09-11T01:43:37.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-11T01:43:37.187Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T01:43:37.284Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T01:43:37.318Z] $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T01:43:43.071Z] $ docker top 5ff08b7ac8df7ea304fd7a1451704e8bc2c124753e9c42f42d56dff748fbdfde -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-11T01:43:43.418Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-11T01:43:45.946Z] #1 [core-keeper internal] load build definition from Dockerfile [2024-09-11T01:43:45.946Z] #1 transferring dockerfile: 2.01kB done [2024-09-11T01:43:45.946Z] #1 DONE 0.0s [2024-09-11T01:43:45.946Z] [2024-09-11T01:43:45.947Z] #2 [support-scheduler internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #2 transferring dockerfile: 1.93kB done [2024-09-11T01:43:46.204Z] #2 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #3 [core-command internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #3 transferring dockerfile: 1.93kB done [2024-09-11T01:43:46.204Z] #3 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #4 transferring dockerfile: 1.81kB done [2024-09-11T01:43:46.204Z] #4 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #5 transferring dockerfile: 2.23kB done [2024-09-11T01:43:46.204Z] #5 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #6 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #6 transferring dockerfile: 1.85kB done [2024-09-11T01:43:46.204Z] #6 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #7 transferring dockerfile: 1.89kB done [2024-09-11T01:43:46.204Z] #7 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #8 transferring dockerfile: 3.17kB done [2024-09-11T01:43:46.204Z] #8 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #9 transferring dockerfile: 2.49kB done [2024-09-11T01:43:46.204Z] #9 DONE 0.1s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #10 [core-metadata internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #10 transferring dockerfile: 2.06kB done [2024-09-11T01:43:46.204Z] #10 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #11 [core-data internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #11 transferring dockerfile: 2.07kB done [2024-09-11T01:43:46.204Z] #11 DONE 0.0s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-11T01:43:46.204Z] #12 transferring dockerfile: 2.15kB done [2024-09-11T01:43:46.204Z] #12 DONE 0.1s [2024-09-11T01:43:46.204Z] [2024-09-11T01:43:46.204Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-09-11T01:43:46.530Z] #13 transferring dockerfile: 1.69kB done [2024-09-11T01:43:46.530Z] #13 DONE 0.1s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #14 [support-notifications internal] load build definition from Dockerfile [2024-09-11T01:43:46.530Z] #14 transferring dockerfile: 1.95kB done [2024-09-11T01:43:46.530Z] #14 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-11T01:43:46.530Z] #15 transferring dockerfile: 2.50kB done [2024-09-11T01:43:46.530Z] #15 DONE 0.1s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #16 [security-spire-server internal] load build definition from Dockerfile [2024-09-11T01:43:46.530Z] #16 transferring dockerfile: 1.70kB done [2024-09-11T01:43:46.530Z] #16 DONE 0.1s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #17 [core-keeper internal] load .dockerignore [2024-09-11T01:43:46.530Z] #17 transferring context: 50B done [2024-09-11T01:43:46.530Z] #17 DONE 0.1s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #18 [support-scheduler internal] load .dockerignore [2024-09-11T01:43:46.530Z] #18 transferring context: 50B done [2024-09-11T01:43:46.530Z] #18 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #19 [core-command internal] load .dockerignore [2024-09-11T01:43:46.530Z] #19 transferring context: 50B done [2024-09-11T01:43:46.530Z] #19 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #20 [security-spire-agent internal] load .dockerignore [2024-09-11T01:43:46.530Z] #20 transferring context: 50B done [2024-09-11T01:43:46.530Z] #20 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-11T01:43:46.530Z] #21 transferring context: 50B done [2024-09-11T01:43:46.530Z] #21 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #22 [support-cron-scheduler internal] load .dockerignore [2024-09-11T01:43:46.530Z] #22 transferring context: 50B done [2024-09-11T01:43:46.530Z] #22 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2024-09-11T01:43:46.530Z] #23 transferring context: 50B done [2024-09-11T01:43:46.530Z] #23 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #24 [security-bootstrapper internal] load .dockerignore [2024-09-11T01:43:46.530Z] #24 transferring context: 50B done [2024-09-11T01:43:46.530Z] #24 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #25 [core-metadata internal] load .dockerignore [2024-09-11T01:43:46.530Z] #25 transferring context: 50B done [2024-09-11T01:43:46.530Z] #25 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #26 [security-secretstore-setup internal] load .dockerignore [2024-09-11T01:43:46.530Z] #26 transferring context: 50B done [2024-09-11T01:43:46.530Z] #26 DONE 0.0s [2024-09-11T01:43:46.530Z] [2024-09-11T01:43:46.530Z] #27 [core-data internal] load .dockerignore [2024-09-11T01:43:46.855Z] #27 transferring context: 50B done [2024-09-11T01:43:46.855Z] #27 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #28 [security-proxy-auth internal] load .dockerignore [2024-09-11T01:43:46.855Z] #28 transferring context: 50B done [2024-09-11T01:43:46.855Z] #28 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #29 [security-proxy-setup internal] load .dockerignore [2024-09-11T01:43:46.855Z] #29 transferring context: 50B done [2024-09-11T01:43:46.855Z] #29 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #30 [security-spire-server internal] load .dockerignore [2024-09-11T01:43:46.855Z] #30 transferring context: 50B done [2024-09-11T01:43:46.855Z] #30 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #31 [support-notifications internal] load .dockerignore [2024-09-11T01:43:46.855Z] #31 transferring context: 50B done [2024-09-11T01:43:46.855Z] #31 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #32 [security-spire-config internal] load .dockerignore [2024-09-11T01:43:46.855Z] #32 transferring context: 50B done [2024-09-11T01:43:46.855Z] #32 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:46.855Z] #33 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:46.855Z] #34 ... [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:46.855Z] #33 DONE 0.0s [2024-09-11T01:43:46.855Z] [2024-09-11T01:43:46.855Z] #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:47.118Z] #34 ... [2024-09-11T01:43:47.118Z] [2024-09-11T01:43:47.118Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:47.118Z] #33 DONE 0.0s [2024-09-11T01:43:47.118Z] [2024-09-11T01:43:47.118Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:47.118Z] #34 ... [2024-09-11T01:43:47.118Z] [2024-09-11T01:43:47.118Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:47.118Z] #33 DONE 0.0s [2024-09-11T01:43:47.118Z] [2024-09-11T01:43:47.118Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:47.118Z] #34 DONE 0.4s [2024-09-11T01:43:47.118Z] [2024-09-11T01:43:47.118Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:47.118Z] #33 DONE 0.0s [2024-09-11T01:43:47.118Z] [2024-09-11T01:43:47.118Z] #35 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:43:47.118Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done [2024-09-11T01:43:47.118Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:43:47.118Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-11T01:43:47.118Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-11T01:43:47.118Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done [2024-09-11T01:43:47.118Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 [2024-09-11T01:43:47.120Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10063 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-09-11T01:43:47.136Z] Running in /w/workspace/edgex-go/693 [Pipeline] { [Pipeline] checkout [2024-09-11T01:43:47.380Z] #35 ... [2024-09-11T01:43:47.380Z] [2024-09-11T01:43:47.380Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:47.380Z] #33 DONE 0.0s [2024-09-11T01:43:47.380Z] [2024-09-11T01:43:47.380Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:47.380Z] #34 DONE 0.5s [2024-09-11T01:43:47.380Z] [2024-09-11T01:43:47.380Z] #35 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:43:47.380Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done [2024-09-11T01:43:47.380Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:43:47.380Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-11T01:43:47.380Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-11T01:43:47.380Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done [2024-09-11T01:43:47.380Z] #35 ... [2024-09-11T01:43:47.380Z] [2024-09-11T01:43:47.380Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:47.380Z] #33 DONE 0.0s [2024-09-11T01:43:47.380Z] [2024-09-11T01:43:47.380Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:47.380Z] #34 DONE 0.5s [2024-09-11T01:43:47.380Z] [2024-09-11T01:43:47.380Z] #35 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:43:47.692Z] #35 ... [2024-09-11T01:43:47.692Z] [2024-09-11T01:43:47.692Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-11T01:43:47.692Z] #33 DONE 0.0s [2024-09-11T01:43:47.692Z] [2024-09-11T01:43:47.692Z] #36 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-09-11T01:43:47.692Z] #36 DONE 0.9s [2024-09-11T01:43:47.692Z] [2024-09-11T01:43:47.692Z] #35 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:43:47.692Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done [2024-09-11T01:43:47.692Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:43:47.692Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-11T01:43:47.692Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-11T01:43:47.692Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done [2024-09-11T01:43:47.692Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.4s done [2024-09-11T01:43:50.196Z] The recommended git tool is: git [2024-09-11T01:43:53.058Z] #35 ... [2024-09-11T01:43:53.059Z] [2024-09-11T01:43:53.059Z] #37 [core-keeper internal] load build context [2024-09-11T01:43:53.059Z] #37 transferring context: 107.48MB 6.0s [2024-09-11T01:43:53.316Z] #37 ... [2024-09-11T01:43:53.316Z] [2024-09-11T01:43:53.316Z] #38 [core-common-config-bootstrapper internal] load build context [2024-09-11T01:43:53.316Z] #38 ... [2024-09-11T01:43:53.316Z] [2024-09-11T01:43:53.316Z] #37 [core-keeper internal] load build context [2024-09-11T01:43:57.561Z] #37 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #39 [support-scheduler internal] load build context [2024-09-11T01:43:57.561Z] #39 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #40 [core-command internal] load build context [2024-09-11T01:43:57.561Z] #40 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #41 [security-bootstrapper internal] load build context [2024-09-11T01:43:57.561Z] #41 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #42 [support-cron-scheduler internal] load build context [2024-09-11T01:43:57.561Z] #42 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #43 [security-secretstore-setup internal] load build context [2024-09-11T01:43:57.561Z] #43 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:43:57.561Z] #34 ... [2024-09-11T01:43:57.561Z] [2024-09-11T01:43:57.561Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-11T01:43:57.859Z] #44 ... [2024-09-11T01:43:57.859Z] [2024-09-11T01:43:57.859Z] #45 [security-spiffe-token-provider internal] load build context [2024-09-11T01:43:57.859Z] #45 ... [2024-09-11T01:43:57.859Z] [2024-09-11T01:43:57.859Z] #46 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-11T01:43:57.859Z] #46 ... [2024-09-11T01:43:57.859Z] [2024-09-11T01:43:57.859Z] #47 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go [2024-09-11T01:43:58.145Z] #47 ... [2024-09-11T01:43:58.145Z] [2024-09-11T01:43:58.146Z] #48 [security-proxy-auth internal] load build context [2024-09-11T01:43:58.146Z] #48 transferring context: 367.36MB 10.7s [2024-09-11T01:43:58.146Z] #48 ... [2024-09-11T01:43:58.146Z] [2024-09-11T01:43:58.146Z] #49 [core-metadata internal] load build context [2024-09-11T01:43:58.146Z] #49 ... [2024-09-11T01:43:58.146Z] [2024-09-11T01:43:58.146Z] #50 [core-data internal] load build context [2024-09-11T01:43:58.276Z] using credential edgex-jenkins-ssh [2024-09-11T01:43:58.300Z] Cloning the remote Git repository [2024-09-11T01:43:58.415Z] #50 ... [2024-09-11T01:43:58.415Z] [2024-09-11T01:43:58.415Z] #51 [security-proxy-setup internal] load build context [2024-09-11T01:43:58.415Z] #51 ... [2024-09-11T01:43:58.415Z] [2024-09-11T01:43:58.415Z] #48 [security-proxy-auth internal] load build context [2024-09-11T01:43:58.346Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-09-11T01:43:58.483Z] > git init /w/workspace/edgex-go/693 # timeout=10 [2024-09-11T01:43:58.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-09-11T01:43:58.742Z] > git --version # timeout=10 [2024-09-11T01:43:58.792Z] > git --version # 'git version 2.25.1' [2024-09-11T01:43:58.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-11T01:43:58.975Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-11T01:44:02.381Z] #48 transferring context: 495.97MB 13.2s done [2024-09-11T01:44:02.958Z] #48 DONE 15.6s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #36 [support-notifications builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-09-11T01:44:02.958Z] #36 DONE 0.9s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:44:02.958Z] #34 DONE 15.9s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #49 [core-metadata internal] load build context [2024-09-11T01:44:02.958Z] #49 transferring context: 495.97MB 15.2s done [2024-09-11T01:44:02.958Z] #49 DONE 15.7s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #42 [support-cron-scheduler internal] load build context [2024-09-11T01:44:02.958Z] #42 transferring context: 495.97MB 15.5s done [2024-09-11T01:44:02.958Z] #42 DONE 15.8s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #40 [core-command internal] load build context [2024-09-11T01:44:02.958Z] #40 transferring context: 495.97MB 15.9s done [2024-09-11T01:44:02.958Z] #40 DONE 16.0s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #35 [support-cron-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:44:02.958Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done [2024-09-11T01:44:02.958Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:44:02.958Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-11T01:44:02.958Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-11T01:44:02.958Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done [2024-09-11T01:44:02.958Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.4s done [2024-09-11T01:44:02.958Z] #35 DONE 16.4s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #47 [security-proxy-auth builder 2/8] WORKDIR /edgex-go [2024-09-11T01:44:02.958Z] #47 DONE 15.6s [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:44:02.958Z] #52 ... [2024-09-11T01:44:02.958Z] [2024-09-11T01:44:02.958Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-11T01:44:02.958Z] #44 DONE 16.1s [2024-09-11T01:44:03.217Z] [2024-09-11T01:44:03.217Z] #53 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:03.477Z] #53 ... [2024-09-11T01:44:03.477Z] [2024-09-11T01:44:03.477Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:44:03.477Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de done [2024-09-11T01:44:03.477Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:44:03.477Z] #35 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-11T01:44:03.477Z] #35 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-11T01:44:03.477Z] #35 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.4s done [2024-09-11T01:44:03.477Z] #35 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.4s done [2024-09-11T01:44:03.477Z] #35 DONE 16.4s [2024-09-11T01:44:03.477Z] [2024-09-11T01:44:03.477Z] #46 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-11T01:44:03.477Z] #46 DONE 16.4s [2024-09-11T01:44:03.477Z] [2024-09-11T01:44:03.477Z] #54 [security-spire-server internal] load build context [2024-09-11T01:44:03.477Z] #54 transferring context: 27.71kB done [2024-09-11T01:44:03.477Z] #54 DONE 0.2s [2024-09-11T01:44:03.477Z] [2024-09-11T01:44:03.477Z] #38 [core-common-config-bootstrapper internal] load build context [2024-09-11T01:44:03.736Z] #38 ... [2024-09-11T01:44:03.736Z] [2024-09-11T01:44:03.736Z] #55 [security-spire-agent internal] load build context [2024-09-11T01:44:03.736Z] #55 transferring context: 27.24kB 0.0s done [2024-09-11T01:44:03.736Z] #55 DONE 0.2s [2024-09-11T01:44:03.736Z] [2024-09-11T01:44:03.736Z] #56 [security-spire-config internal] load build context [2024-09-11T01:44:03.736Z] #56 transferring context: 25.96kB 0.0s done [2024-09-11T01:44:03.736Z] #56 DONE 0.2s [2024-09-11T01:44:03.736Z] [2024-09-11T01:44:03.736Z] #38 [core-common-config-bootstrapper internal] load build context [2024-09-11T01:44:03.736Z] #38 ... [2024-09-11T01:44:03.736Z] [2024-09-11T01:44:03.736Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:03.736Z] #57 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-09-11T01:44:03.736Z] #57 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-11T01:44:03.736Z] #57 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-09-11T01:44:03.736Z] #57 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-09-11T01:44:03.736Z] #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.0s [2024-09-11T01:44:03.736Z] #57 ... [2024-09-11T01:44:03.736Z] [2024-09-11T01:44:03.736Z] #43 [security-secretstore-setup internal] load build context [2024-09-11T01:44:03.736Z] #43 transferring context: 495.97MB 16.2s done [2024-09-11T01:44:03.736Z] #43 DONE 16.5s [2024-09-11T01:44:03.736Z] [2024-09-11T01:44:03.736Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:03.736Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-09-11T01:44:03.736Z] #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-11T01:44:03.736Z] #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-09-11T01:44:03.736Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-09-11T01:44:03.736Z] #57 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.2s [2024-09-11T01:44:03.995Z] #57 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done [2024-09-11T01:44:03.995Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.4s [2024-09-11T01:44:03.995Z] #57 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done [2024-09-11T01:44:03.995Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 7.34MB / 30.73MB 0.5s [2024-09-11T01:44:04.255Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 0.6s [2024-09-11T01:44:04.255Z] #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-09-11T01:44:04.255Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 24.12MB / 30.73MB 0.7s [2024-09-11T01:44:04.255Z] #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-11T01:44:04.887Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 0.8s [2024-09-11T01:44:06.991Z] #57 ... [2024-09-11T01:44:06.991Z] [2024-09-11T01:44:06.991Z] #37 [core-keeper internal] load build context [2024-09-11T01:44:07.268Z] #37 ... [2024-09-11T01:44:07.268Z] [2024-09-11T01:44:07.268Z] #39 [support-scheduler internal] load build context [2024-09-11T01:44:07.268Z] #39 transferring context: 495.97MB 18.9s done [2024-09-11T01:44:07.268Z] #39 ... [2024-09-11T01:44:07.268Z] [2024-09-11T01:44:07.268Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:07.550Z] #57 ... [2024-09-11T01:44:07.550Z] [2024-09-11T01:44:07.550Z] #41 [security-bootstrapper internal] load build context [2024-09-11T01:44:07.550Z] #41 transferring context: 495.97MB 18.2s done [2024-09-11T01:44:07.550Z] #41 ... [2024-09-11T01:44:07.550Z] [2024-09-11T01:44:07.550Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:07.809Z] #57 ... [2024-09-11T01:44:07.809Z] [2024-09-11T01:44:07.809Z] #45 [security-spiffe-token-provider internal] load build context [2024-09-11T01:44:07.809Z] #45 transferring context: 495.97MB 19.0s done [2024-09-11T01:44:08.069Z] #45 ... [2024-09-11T01:44:08.069Z] [2024-09-11T01:44:08.069Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:08.655Z] #57 ... [2024-09-11T01:44:08.655Z] [2024-09-11T01:44:08.655Z] #51 [security-proxy-setup internal] load build context [2024-09-11T01:44:08.655Z] #51 transferring context: 495.97MB 17.4s done [2024-09-11T01:44:08.655Z] #51 ... [2024-09-11T01:44:08.655Z] [2024-09-11T01:44:08.655Z] #50 [core-data internal] load build context [2024-09-11T01:44:08.655Z] #50 transferring context: 495.97MB 18.7s done [2024-09-11T01:44:08.655Z] #50 ... [2024-09-11T01:44:08.655Z] [2024-09-11T01:44:08.655Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:09.594Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 5.9s [2024-09-11T01:44:11.496Z] #57 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 6.3s done [2024-09-11T01:44:12.924Z] #57 ... [2024-09-11T01:44:12.924Z] [2024-09-11T01:44:12.924Z] #58 [support-notifications internal] load build context [2024-09-11T01:44:12.924Z] #58 transferring context: 495.97MB 5.8s done [2024-09-11T01:44:12.924Z] #58 ... [2024-09-11T01:44:12.924Z] [2024-09-11T01:44:12.924Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-11T01:44:12.924Z] #0 3.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:12.924Z] #0 3.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:12.924Z] #0 3.747 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:44:12.924Z] #0 3.747 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:44:12.924Z] #0 3.747 OK: 20078 distinct packages available [2024-09-11T01:44:12.924Z] #0 3.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:12.924Z] #0 3.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:12.924Z] #0 4.073 OK: 264 MiB in 52 packages [2024-09-11T01:44:13.192Z] #59 ... [2024-09-11T01:44:13.192Z] [2024-09-11T01:44:13.192Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-11T01:44:13.192Z] #0 7.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.192Z] #0 7.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.192Z] #0 7.907 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:13.192Z] #0 7.911 (2/2) Installing su-exec (0.2-r3) [2024-09-11T01:44:13.192Z] #0 7.915 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:13.192Z] #0 7.923 OK: 7 MiB in 17 packages [2024-09-11T01:44:13.192Z] #60 ... [2024-09-11T01:44:13.192Z] [2024-09-11T01:44:13.192Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-11T01:44:13.192Z] #0 8.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.192Z] #0 9.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.192Z] #0 9.250 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:13.192Z] #0 9.255 (2/4) Installing openssl (3.1.7-r0) [2024-09-11T01:44:13.192Z] #0 9.267 (3/4) Installing su-exec (0.2-r3) [2024-09-11T01:44:13.192Z] #0 9.270 (4/4) Installing yq (4.33.3-r5) [2024-09-11T01:44:13.192Z] #0 9.579 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:13.192Z] #0 9.586 OK: 17 MiB in 19 packages [2024-09-11T01:44:13.478Z] #61 ... [2024-09-11T01:44:13.478Z] [2024-09-11T01:44:13.478Z] #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:44:13.478Z] #0 1.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.478Z] #0 1.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.478Z] #0 1.807 OK: 264 MiB in 52 packages [2024-09-11T01:44:13.478Z] #62 ... [2024-09-11T01:44:13.478Z] [2024-09-11T01:44:13.478Z] #63 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-11T01:44:13.741Z] #63 ... [2024-09-11T01:44:13.741Z] [2024-09-11T01:44:13.741Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:13.741Z] #64 ... [2024-09-11T01:44:13.741Z] [2024-09-11T01:44:13.741Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-11T01:44:13.741Z] #0 9.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.741Z] #0 9.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.741Z] #0 9.959 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:44:13.741Z] #0 9.959 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:44:13.741Z] #0 9.959 OK: 20070 distinct packages available [2024-09-11T01:44:13.741Z] #0 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.741Z] #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:13.741Z] #0 10.34 (1/11) Installing ca-certificates (20240226-r0) [2024-09-11T01:44:13.741Z] #0 10.36 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-11T01:44:13.741Z] #0 10.37 (3/11) Installing libunistring (1.1-r1) [2024-09-11T01:44:13.741Z] #0 10.39 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-11T01:44:13.741Z] #0 10.41 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-11T01:44:13.741Z] #0 10.41 (6/11) Installing libcurl (8.9.1-r0) [2024-09-11T01:44:13.741Z] #0 10.42 (7/11) Installing curl (8.9.1-r0) [2024-09-11T01:44:13.741Z] #0 10.43 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:13.741Z] #0 10.43 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-11T01:44:13.741Z] #0 10.43 (10/11) Installing libucontext (1.2-r2) [2024-09-11T01:44:13.741Z] #0 10.45 (11/11) Installing gcompat (1.1.0-r1) [2024-09-11T01:44:13.741Z] #0 10.45 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:13.741Z] #0 10.46 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:44:13.741Z] #0 10.51 OK: 12 MiB in 26 packages [2024-09-11T01:44:14.002Z] #65 ... [2024-09-11T01:44:14.002Z] [2024-09-11T01:44:14.002Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:44:14.002Z] #66 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done [2024-09-11T01:44:14.002Z] #66 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-11T01:44:14.002Z] #66 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-09-11T01:44:14.002Z] #66 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-09-11T01:44:14.002Z] #66 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done [2024-09-11T01:44:14.002Z] #66 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-11T01:44:14.002Z] #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-09-11T01:44:14.002Z] #66 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 2.5s done [2024-09-11T01:44:14.002Z] #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-09-11T01:44:14.002Z] #66 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-09-11T01:44:14.002Z] #66 ... [2024-09-11T01:44:14.002Z] [2024-09-11T01:44:14.002Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-11T01:44:14.571Z] #67 ... [2024-09-11T01:44:14.571Z] [2024-09-11T01:44:14.571Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-11T01:44:14.571Z] #0 0.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:14.571Z] #0 0.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:14.571Z] #0 1.263 OK: 264 MiB in 52 packages [2024-09-11T01:44:14.571Z] #68 ... [2024-09-11T01:44:14.571Z] [2024-09-11T01:44:14.571Z] #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-11T01:44:15.024Z] #69 ... [2024-09-11T01:44:15.024Z] [2024-09-11T01:44:15.024Z] #38 [core-common-config-bootstrapper internal] load build context [2024-09-11T01:44:15.024Z] #38 transferring context: 495.97MB 19.1s done [2024-09-11T01:44:15.024Z] #38 ... [2024-09-11T01:44:15.024Z] [2024-09-11T01:44:15.024Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-11T01:44:15.024Z] #70 ... [2024-09-11T01:44:15.024Z] [2024-09-11T01:44:15.024Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:44:15.288Z] #71 ... [2024-09-11T01:44:15.288Z] [2024-09-11T01:44:15.288Z] #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:44:15.552Z] #72 ... [2024-09-11T01:44:15.552Z] [2024-09-11T01:44:15.552Z] #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:44:15.552Z] #52 1.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:15.552Z] #52 1.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:15.552Z] #52 1.582 OK: 264 MiB in 52 packages [2024-09-11T01:44:15.552Z] #52 ... [2024-09-11T01:44:15.552Z] [2024-09-11T01:44:15.552Z] #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-11T01:44:15.552Z] #0 0.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:15.552Z] #0 0.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:15.552Z] #0 1.292 (1/2) Installing ca-certificates (20240226-r0) [2024-09-11T01:44:15.552Z] #0 1.325 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:15.552Z] #0 1.330 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:15.552Z] #0 1.338 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:44:15.552Z] #0 1.397 OK: 8 MiB in 17 packages [2024-09-11T01:44:15.814Z] #73 ... [2024-09-11T01:44:15.814Z] [2024-09-11T01:44:15.814Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:15.814Z] #57 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-09-11T01:44:17.411Z] #57 ... [2024-09-11T01:44:17.411Z] [2024-09-11T01:44:17.411Z] #37 [core-keeper internal] load build context [2024-09-11T01:44:17.411Z] #37 transferring context: 495.97MB 21.0s done [2024-09-11T01:44:17.411Z] #37 ... [2024-09-11T01:44:17.411Z] [2024-09-11T01:44:17.411Z] #53 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:17.411Z] #53 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:17.411Z] #53 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:17.411Z] #53 10.42 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:17.411Z] #53 10.43 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:17.411Z] #53 10.44 OK: 7 MiB in 16 packages [2024-09-11T01:44:27.717Z] #53 ... [2024-09-11T01:44:27.717Z] [2024-09-11T01:44:27.717Z] #57 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:44:27.717Z] #57 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-09-11T01:44:28.287Z] #57 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.7s done [2024-09-11T01:44:28.287Z] #57 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.7s done [2024-09-11T01:44:32.480Z] #57 ... [2024-09-11T01:44:32.480Z] [2024-09-11T01:44:32.480Z] #39 [support-scheduler internal] load build context [2024-09-11T01:44:32.480Z] #39 DONE 45.6s [2024-09-11T01:44:32.480Z] [2024-09-11T01:44:32.480Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:44:32.480Z] #66 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.6s done [2024-09-11T01:44:36.756Z] #66 ... [2024-09-11T01:44:36.756Z] [2024-09-11T01:44:36.756Z] #51 [security-proxy-setup internal] load build context [2024-09-11T01:44:36.756Z] #51 DONE 48.7s [2024-09-11T01:44:37.015Z] [2024-09-11T01:44:37.015Z] #37 [core-keeper internal] load build context [2024-09-11T01:44:37.110Z] Avoid second fetch [2024-09-11T01:44:37.110Z] Checking out Revision 31004d15d58f507a4eebe19040194a3f4f45cec1 (main) [2024-09-11T01:44:37.936Z] Commit message: "Merge pull request #4908 from edgexfoundry/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.1" [2024-09-11T01:44:38.393Z] #37 ... [2024-09-11T01:44:38.393Z] [2024-09-11T01:44:38.393Z] #41 [security-bootstrapper internal] load build context [2024-09-11T01:44:38.393Z] #41 DONE 51.0s [2024-09-11T01:44:38.393Z] [2024-09-11T01:44:38.393Z] #45 [security-spiffe-token-provider internal] load build context [2024-09-11T01:44:36.066Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-09-11T01:44:36.087Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-11T01:44:37.124Z] > git config core.sparsecheckout # timeout=10 [2024-09-11T01:44:37.194Z] > git checkout -f 31004d15d58f507a4eebe19040194a3f4f45cec1 # timeout=10 [2024-09-11T01:44:39.798Z] #45 DONE 52.4s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #50 [core-data internal] load build context [2024-09-11T01:44:39.798Z] #50 DONE 52.2s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #38 [core-common-config-bootstrapper internal] load build context [2024-09-11T01:44:39.798Z] #38 DONE 52.6s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #37 [core-keeper internal] load build context [2024-09-11T01:44:39.798Z] #37 DONE 52.8s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:39.798Z] #64 ... [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #58 [support-notifications internal] load build context [2024-09-11T01:44:39.798Z] #58 DONE 36.7s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #73 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-11T01:44:39.798Z] #73 DONE 36.7s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-11T01:44:39.798Z] #60 DONE 36.7s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:44:39.798Z] #72 DONE 36.7s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-11T01:44:39.798Z] #74 ... [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #62 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:44:39.798Z] #62 DONE 36.8s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-11T01:44:39.798Z] #61 DONE 36.7s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-11T01:44:39.798Z] #59 DONE 36.8s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #52 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:44:39.798Z] #52 DONE 36.8s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:44:39.798Z] #71 DONE 36.9s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #68 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-11T01:44:39.798Z] #68 DONE 36.9s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-11T01:44:39.798Z] #65 DONE 36.8s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:39.798Z] #53 DONE 36.9s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:44:39.798Z] #75 DONE 0.3s [2024-09-11T01:44:39.798Z] [2024-09-11T01:44:39.798Z] #76 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:40.056Z] #76 ... [2024-09-11T01:44:40.056Z] [2024-09-11T01:44:40.056Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:44:40.056Z] #77 DONE 0.3s [2024-09-11T01:44:40.056Z] [2024-09-11T01:44:40.056Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:44:40.056Z] #78 DONE 0.3s [2024-09-11T01:44:40.056Z] [2024-09-11T01:44:40.056Z] #79 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:44:40.056Z] #79 DONE 0.2s [2024-09-11T01:44:40.056Z] [2024-09-11T01:44:40.056Z] #57 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-11T01:44:43.027Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-09-11T01:44:43.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T01:44:43.027Z] Dload Upload Total Spent Left Speed [2024-09-11T01:44:43.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 91628 [Pipeline] sh [2024-09-11T01:44:43.347Z] #57 ... [2024-09-11T01:44:43.347Z] [2024-09-11T01:44:43.347Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-11T01:44:43.347Z] #70 38.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #70 38.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #70 38.54 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:44:43.347Z] #70 38.54 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:44:43.347Z] #70 38.54 OK: 20070 distinct packages available [2024-09-11T01:44:43.347Z] #70 38.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #70 38.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #70 38.90 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:43.347Z] #70 38.91 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-11T01:44:43.347Z] #70 38.91 (3/4) Installing libucontext (1.2-r2) [2024-09-11T01:44:43.347Z] #70 38.91 (4/4) Installing gcompat (1.1.0-r1) [2024-09-11T01:44:43.347Z] #70 38.92 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:43.347Z] #70 38.93 OK: 8 MiB in 19 packages [2024-09-11T01:44:43.347Z] #70 DONE 39.4s [2024-09-11T01:44:43.347Z] [2024-09-11T01:44:43.347Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:43.347Z] #64 38.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #64 39.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #64 39.23 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:43.347Z] #64 39.23 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:43.347Z] #64 39.25 OK: 7 MiB in 16 packages [2024-09-11T01:44:43.347Z] #64 DONE 39.8s [2024-09-11T01:44:43.347Z] [2024-09-11T01:44:43.347Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-11T01:44:43.347Z] #67 38.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #67 39.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #67 39.25 (1/4) Installing ca-certificates (20240226-r0) [2024-09-11T01:44:43.347Z] #67 39.31 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:43.347Z] #67 39.32 (3/4) Installing su-exec (0.2-r3) [2024-09-11T01:44:43.347Z] #67 39.32 (4/4) Installing yq (4.33.3-r5) [2024-09-11T01:44:43.347Z] #67 39.52 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:43.347Z] #67 39.56 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:44:43.347Z] #67 39.60 OK: 17 MiB in 19 packages [2024-09-11T01:44:43.347Z] #67 DONE 39.8s [2024-09-11T01:44:43.347Z] [2024-09-11T01:44:43.347Z] #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-11T01:44:43.347Z] #69 38.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #69 38.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #69 38.59 v3.18.9-11-g6eae3a50885 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:44:43.347Z] #69 38.59 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:44:43.347Z] #69 38.59 OK: 20070 distinct packages available [2024-09-11T01:44:43.347Z] #69 38.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #69 38.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #69 38.99 (1/5) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:43.347Z] #69 39.10 (2/5) Installing musl-obstack (1.2.3-r2) [2024-09-11T01:44:43.347Z] #69 39.10 (3/5) Installing libucontext (1.2-r2) [2024-09-11T01:44:43.347Z] #69 39.10 (4/5) Installing gcompat (1.1.0-r1) [2024-09-11T01:44:43.347Z] #69 39.11 (5/5) Installing openssl (3.1.7-r0) [2024-09-11T01:44:43.347Z] #69 39.12 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:43.347Z] #69 39.13 OK: 8 MiB in 20 packages [2024-09-11T01:44:43.347Z] #69 DONE 39.4s [2024-09-11T01:44:43.347Z] [2024-09-11T01:44:43.347Z] #63 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-11T01:44:43.347Z] #63 38.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #63 38.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:43.347Z] #63 39.02 (1/3) Installing ca-certificates (20240226-r0) [2024-09-11T01:44:43.347Z] #63 39.07 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:43.347Z] #63 39.08 (3/3) Installing tzdata (2024a-r0) [2024-09-11T01:44:43.347Z] #63 39.14 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:43.347Z] #63 39.15 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:44:43.347Z] #63 39.20 OK: 11 MiB in 18 packages [2024-09-11T01:44:43.347Z] #63 DONE 39.9s [2024-09-11T01:44:43.347Z] [2024-09-11T01:44:43.347Z] #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-11T01:44:43.372Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-09-11T01:44:43.703Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-09-11T01:44:43.703Z] + sudo tee /etc/docker/daemon.new [2024-09-11T01:44:43.703Z] { [2024-09-11T01:44:43.703Z] "registry-mirrors": [ [2024-09-11T01:44:43.703Z] "https://nexus3.edgexfoundry.org:10001" [2024-09-11T01:44:43.703Z] ], [2024-09-11T01:44:43.703Z] "bip": "10.250.0.254/24", [2024-09-11T01:44:43.703Z] "hosts": [ [2024-09-11T01:44:43.703Z] "tcp://0.0.0.0:5555", [2024-09-11T01:44:43.703Z] "unix:///var/run/docker.sock" [2024-09-11T01:44:43.703Z] ], [2024-09-11T01:44:43.703Z] "mtu": 1458, [2024-09-11T01:44:43.703Z] "selinux-enabled": true, [2024-09-11T01:44:43.703Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-09-11T01:44:43.703Z] } [Pipeline] sh [2024-09-11T01:44:44.041Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-09-11T01:44:44.286Z] #80 ... [2024-09-11T01:44:44.286Z] [2024-09-11T01:44:44.286Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:44.286Z] #0 3.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:44.286Z] #0 4.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:44.286Z] #0 4.280 OK: 8 MiB in 17 packages [2024-09-11T01:44:44.286Z] #81 DONE 4.4s [2024-09-11T01:44:44.286Z] [2024-09-11T01:44:44.286Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-11T01:44:44.286Z] #74 4.295 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:44.286Z] #74 4.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:44.286Z] #74 ... [2024-09-11T01:44:44.286Z] [2024-09-11T01:44:44.286Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-11T01:44:44.286Z] #0 1.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:44.286Z] #0 1.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:44.286Z] #0 1.330 OK: 8 MiB in 19 packages [2024-09-11T01:44:44.286Z] #82 DONE 1.4s [2024-09-11T01:44:44.381Z] + sudo service docker restart [2024-09-11T01:44:44.547Z] [2024-09-11T01:44:44.547Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-11T01:44:44.547Z] #74 4.680 OK: 7 MiB in 17 packages [2024-09-11T01:44:45.924Z] #74 DONE 6.0s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:44:45.924Z] #83 DONE 1.4s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #84 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-11T01:44:45.924Z] #84 DONE 0.1s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-11T01:44:45.924Z] #0 4.051 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:45.924Z] #0 4.562 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:45.924Z] #0 5.256 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-11T01:44:45.924Z] #0 5.566 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:44:45.924Z] #0 5.573 OK: 7 MiB in 16 packages [2024-09-11T01:44:45.924Z] #85 DONE 6.0s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-11T01:44:45.924Z] #0 4.447 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:45.924Z] #0 4.930 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:45.924Z] #0 5.572 OK: 264 MiB in 52 packages [2024-09-11T01:44:45.924Z] #86 DONE 5.9s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #76 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:45.924Z] #76 5.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:45.924Z] #76 ... [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-11T01:44:45.924Z] #87 DONE 0.1s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-11T01:44:45.924Z] #88 DONE 0.1s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #76 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:45.924Z] #76 5.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:45.924Z] #76 ... [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #89 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-11T01:44:45.924Z] #89 DONE 0.1s [2024-09-11T01:44:45.924Z] [2024-09-11T01:44:45.924Z] #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-11T01:44:45.924Z] #90 DONE 0.0s [2024-09-11T01:44:46.183Z] [2024-09-11T01:44:46.183Z] #91 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-11T01:44:46.183Z] #91 DONE 0.0s [2024-09-11T01:44:46.183Z] [2024-09-11T01:44:46.183Z] #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:46.183Z] #0 5.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:46.183Z] #0 5.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:46.183Z] #0 6.231 OK: 12 MiB in 26 packages [2024-09-11T01:44:46.183Z] #92 DONE 6.3s [2024-09-11T01:44:46.183Z] [2024-09-11T01:44:46.183Z] #93 [security-spire-config] exporting to image [2024-09-11T01:44:46.183Z] #93 exporting layers [2024-09-11T01:44:46.183Z] #93 ... [2024-09-11T01:44:46.183Z] [2024-09-11T01:44:46.183Z] #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-11T01:44:46.183Z] #0 5.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:46.183Z] #0 6.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:46.183Z] #0 6.333 OK: 17 MiB in 19 packages [2024-09-11T01:44:46.183Z] #94 DONE 6.5s [2024-09-11T01:44:46.183Z] [2024-09-11T01:44:46.183Z] #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-11T01:44:46.183Z] #95 DONE 0.1s [2024-09-11T01:44:46.183Z] [2024-09-11T01:44:46.183Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:46.183Z] #76 6.240 OK: 7 MiB in 16 packages [2024-09-11T01:44:46.183Z] #76 DONE 6.4s [2024-09-11T01:44:46.441Z] [2024-09-11T01:44:46.441Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:44:46.703Z] #96 ... [2024-09-11T01:44:46.703Z] [2024-09-11T01:44:46.703Z] #93 [security-spire-config] exporting to image [2024-09-11T01:44:46.703Z] #93 exporting layers 0.6s done [2024-09-11T01:44:46.703Z] #93 writing image sha256:f1092214f0c90a26bf4ab79cf3a26b850942398f70a70aecd890d648ac4d0ea5 done [2024-09-11T01:44:46.703Z] #93 naming to docker.io/library/security-spire-config done [2024-09-11T01:44:46.703Z] #93 DONE 0.6s [2024-09-11T01:44:46.964Z] [2024-09-11T01:44:46.964Z] #97 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-11T01:44:47.534Z] #97 DONE 1.9s [2024-09-11T01:44:47.534Z] [2024-09-11T01:44:47.534Z] #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-11T01:44:47.534Z] #98 DONE 0.0s [2024-09-11T01:44:47.534Z] [2024-09-11T01:44:47.534Z] #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-11T01:44:47.534Z] #80 4.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.534Z] #80 4.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #80 ... [2024-09-11T01:44:47.795Z] [2024-09-11T01:44:47.795Z] #99 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-11T01:44:47.795Z] #0 4.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #0 4.657 OK: 7 MiB in 16 packages [2024-09-11T01:44:47.795Z] #99 DONE 4.8s [2024-09-11T01:44:47.795Z] [2024-09-11T01:44:47.795Z] #100 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-11T01:44:47.795Z] #0 4.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #0 4.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #0 4.643 OK: 17 MiB in 19 packages [2024-09-11T01:44:47.795Z] #100 DONE 4.8s [2024-09-11T01:44:47.795Z] [2024-09-11T01:44:47.795Z] #101 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:44:47.795Z] #0 4.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #0 4.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-11T01:44:47.795Z] #0 4.670 OK: 11 MiB in 18 packages [2024-09-11T01:44:47.795Z] #101 DONE 4.8s [2024-09-11T01:44:47.795Z] [2024-09-11T01:44:47.795Z] #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-11T01:44:47.795Z] #80 4.795 OK: 8 MiB in 20 packages [2024-09-11T01:44:47.795Z] #80 DONE 4.9s [2024-09-11T01:44:47.795Z] [2024-09-11T01:44:47.795Z] #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-11T01:44:49.190Z] #102 DONE 1.2s [2024-09-11T01:44:49.190Z] [2024-09-11T01:44:49.190Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:44:49.190Z] #103 DONE 1.2s [2024-09-11T01:44:49.190Z] [2024-09-11T01:44:49.190Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-11T01:44:49.448Z] #104 DONE 0.5s [2024-09-11T01:44:49.448Z] [2024-09-11T01:44:49.448Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:44:49.707Z] #105 DONE 0.5s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-11T01:44:49.707Z] #106 DONE 0.0s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-11T01:44:49.707Z] #107 DONE 0.0s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-11T01:44:49.707Z] #108 DONE 0.0s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-11T01:44:49.707Z] #109 DONE 0.0s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-11T01:44:49.707Z] #110 DONE 0.0s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-11T01:44:49.707Z] #111 DONE 0.0s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-11T01:44:49.707Z] #112 DONE 0.1s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-11T01:44:49.707Z] #113 DONE 0.1s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-11T01:44:49.707Z] #114 DONE 0.1s [2024-09-11T01:44:49.707Z] [2024-09-11T01:44:49.707Z] #93 [security-spire-server] exporting to image [2024-09-11T01:44:49.964Z] #93 ... [2024-09-11T01:44:49.964Z] [2024-09-11T01:44:49.964Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:44:49.964Z] #115 ... [2024-09-11T01:44:49.964Z] [2024-09-11T01:44:49.964Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:44:50.223Z] #116 ... [2024-09-11T01:44:50.223Z] [2024-09-11T01:44:50.223Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:44:50.481Z] #117 ... [2024-09-11T01:44:50.481Z] [2024-09-11T01:44:50.481Z] #118 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:44:50.481Z] #118 ... [2024-09-11T01:44:50.481Z] [2024-09-11T01:44:50.481Z] #93 [security-spire-agent] exporting to image [2024-09-11T01:44:50.481Z] #93 exporting layers 0.6s done [2024-09-11T01:44:50.481Z] #93 writing image sha256:2de7862512449ed47d1c2990ca2a0334e755ec0e084e583b8fbbe99c2ba45671 done [2024-09-11T01:44:50.481Z] #93 naming to docker.io/library/security-spire-server done [2024-09-11T01:44:50.481Z] #93 writing image sha256:84cf736342c9547b139437b7bd94d700dc61ef9e092ab487e4fdbabca4cfea4f done [2024-09-11T01:44:50.481Z] #93 naming to docker.io/library/security-spire-agent done [2024-09-11T01:44:50.481Z] #93 DONE 1.4s [2024-09-11T01:44:50.481Z] [2024-09-11T01:44:50.481Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-11T01:45:02.680Z] provisioning config files... [2024-09-11T01:45:02.707Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config6246692945065831139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-11T01:45:03.168Z] ---> ****-login.sh [2024-09-11T01:45:03.168Z] nexus3.edgexfoundry.org:10001 [2024-09-11T01:45:03.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:45:04.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:45:04.028Z] Configure a credential helper to remove this warning. See [2024-09-11T01:45:04.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:45:04.028Z] [2024-09-11T01:45:04.028Z] Login Succeeded [2024-09-11T01:45:04.028Z] nexus3.edgexfoundry.org:10002 [2024-09-11T01:45:04.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:45:04.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:45:04.573Z] Configure a credential helper to remove this warning. See [2024-09-11T01:45:04.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:45:04.573Z] [2024-09-11T01:45:04.573Z] Login Succeeded [2024-09-11T01:45:04.573Z] nexus3.edgexfoundry.org:10003 [2024-09-11T01:45:04.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:45:04.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:45:04.846Z] Configure a credential helper to remove this warning. See [2024-09-11T01:45:04.846Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:45:04.846Z] [2024-09-11T01:45:04.846Z] Login Succeeded [2024-09-11T01:45:04.846Z] nexus3.edgexfoundry.org:10004 [2024-09-11T01:45:05.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:45:05.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:45:05.115Z] Configure a credential helper to remove this warning. See [2024-09-11T01:45:05.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:45:05.115Z] [2024-09-11T01:45:05.115Z] Login Succeeded [2024-09-11T01:45:05.115Z] ****.io [2024-09-11T01:45:05.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:45:05.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:45:05.989Z] Configure a credential helper to remove this warning. See [2024-09-11T01:45:05.989Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:45:05.989Z] [2024-09-11T01:45:05.989Z] Login Succeeded [2024-09-11T01:45:05.989Z] ---> ****-login.sh ends [Pipeline] } [2024-09-11T01:45:06.003Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-09-11T01:45:06.988Z] + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] echo [2024-09-11T01:45:07.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-11T01:45:07.029Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-11T01:45:07.047Z] ========================================================= [2024-09-11T01:45:07.047Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-09-11T01:45:07.047Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-11T01:45:07.380Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-11T01:45:07.656Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-09-11T01:45:07.656Z] c6b39de5b339: Pulling fs layer [2024-09-11T01:45:07.656Z] a69c41024577: Pulling fs layer [2024-09-11T01:45:07.656Z] d6de4b400683: Pulling fs layer [2024-09-11T01:45:07.656Z] 35cb2a7552d0: Pulling fs layer [2024-09-11T01:45:07.656Z] 4f4fb700ef54: Pulling fs layer [2024-09-11T01:45:07.656Z] 464afbd9ba4c: Pulling fs layer [2024-09-11T01:45:07.656Z] 00f215d4a9da: Pulling fs layer [2024-09-11T01:45:07.656Z] 35cb2a7552d0: Waiting [2024-09-11T01:45:07.656Z] d496ad576159: Pulling fs layer [2024-09-11T01:45:07.656Z] 4f4fb700ef54: Waiting [2024-09-11T01:45:07.656Z] 00f215d4a9da: Waiting [2024-09-11T01:45:07.656Z] d496ad576159: Waiting [2024-09-11T01:45:07.656Z] 464afbd9ba4c: Waiting [2024-09-11T01:45:07.656Z] a69c41024577: Verifying Checksum [2024-09-11T01:45:07.656Z] a69c41024577: Download complete [2024-09-11T01:45:07.656Z] 35cb2a7552d0: Verifying Checksum [2024-09-11T01:45:07.656Z] 35cb2a7552d0: Download complete [2024-09-11T01:45:07.656Z] 4f4fb700ef54: Verifying Checksum [2024-09-11T01:45:07.656Z] 4f4fb700ef54: Download complete [2024-09-11T01:45:07.656Z] 464afbd9ba4c: Download complete [2024-09-11T01:45:07.656Z] c6b39de5b339: Verifying Checksum [2024-09-11T01:45:07.656Z] c6b39de5b339: Download complete [2024-09-11T01:45:08.240Z] d496ad576159: Verifying Checksum [2024-09-11T01:45:08.240Z] d496ad576159: Download complete [2024-09-11T01:45:08.507Z] c6b39de5b339: Pull complete [2024-09-11T01:45:09.094Z] a69c41024577: Pull complete [2024-09-11T01:45:09.363Z] d6de4b400683: Download complete [2024-09-11T01:45:10.771Z] 00f215d4a9da: Verifying Checksum [2024-09-11T01:45:10.771Z] 00f215d4a9da: Download complete [2024-09-11T01:45:23.072Z] d6de4b400683: Pull complete [2024-09-11T01:45:23.072Z] 35cb2a7552d0: Pull complete [2024-09-11T01:45:23.072Z] 4f4fb700ef54: Pull complete [2024-09-11T01:45:23.072Z] 464afbd9ba4c: Pull complete [2024-09-11T01:45:33.148Z] 00f215d4a9da: Pull complete [2024-09-11T01:45:33.730Z] d496ad576159: Pull complete [2024-09-11T01:45:33.731Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-09-11T01:45:33.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-11T01:45:33.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-11T01:45:34.063Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-11T01:45:34.063Z] WORKDIR /edgex [2024-09-11T01:45:34.063Z] COPY go.mod . [2024-09-11T01:45:34.063Z] RUN go mod download [2024-09-11T01:45:34.063Z] + docker build -t ci-base-image-arm64 -f - . [2024-09-11T01:45:34.654Z] Sending build context to Docker daemon 3.543MB [2024-09-11T01:45:34.654Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-11T01:45:34.654Z] ---> f246e2811388 [2024-09-11T01:45:34.654Z] Step 2/4 : WORKDIR /edgex [2024-09-11T01:45:36.604Z] ---> Running in cd0eb0163c46 [2024-09-11T01:45:36.873Z] Removing intermediate container cd0eb0163c46 [2024-09-11T01:45:36.873Z] ---> 86351e9715b7 [2024-09-11T01:45:36.873Z] Step 3/4 : COPY go.mod . [2024-09-11T01:45:37.195Z] #66 ... [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:37.195Z] #116 DONE 56.2s [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:37.195Z] #115 DONE 56.3s [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #118 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:37.195Z] #118 DONE 56.2s [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:37.195Z] #96 DONE 50.4s [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #119 [core-keeper builder 7/8] COPY . . [2024-09-11T01:45:37.195Z] #119 ... [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:37.195Z] #117 DONE 56.3s [2024-09-11T01:45:37.195Z] [2024-09-11T01:45:37.195Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-11T01:45:37.455Z] ---> abad4d7bf121 [2024-09-11T01:45:37.455Z] Step 4/4 : RUN go mod download [2024-09-11T01:45:37.455Z] ---> Running in ed7b47b2b0d8 [2024-09-11T01:45:47.249Z] #120 ... [2024-09-11T01:45:47.249Z] [2024-09-11T01:45:47.249Z] #121 [support-scheduler builder 6/7] COPY . . [2024-09-11T01:45:47.249Z] #121 ... [2024-09-11T01:45:47.249Z] [2024-09-11T01:45:47.249Z] #122 [support-cron-scheduler builder 6/7] COPY . . [2024-09-11T01:45:47.249Z] #122 ... [2024-09-11T01:45:47.249Z] [2024-09-11T01:45:47.249Z] #123 [security-bootstrapper builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #123 ... [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #122 [support-cron-scheduler builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #122 DONE 12.7s [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #124 [support-notifications builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #124 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #125 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #125 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #126 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #126 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #127 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #128 [security-proxy-auth builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #128 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #129 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #130 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #131 [core-data builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #131 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #132 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #133 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #134 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #135 [core-metadata builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #135 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #121 [support-scheduler builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #121 DONE 12.7s [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #136 [core-command builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #136 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #137 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #137 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #138 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #139 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #140 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #140 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #141 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #141 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #142 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #143 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #143 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #144 [security-proxy-setup builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #144 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #120 DONE 12.7s [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:45:49.176Z] #145 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #146 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:45:49.176Z] #146 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #147 [security-secretstore-setup builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #147 CACHED [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #123 [security-bootstrapper builder 6/7] COPY . . [2024-09-11T01:45:49.176Z] #123 DONE 12.7s [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #119 [core-keeper builder 7/8] COPY . . [2024-09-11T01:45:49.176Z] #119 DONE 12.7s [2024-09-11T01:45:49.176Z] [2024-09-11T01:45:49.176Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-11T01:45:49.745Z] #148 0.915 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-11T01:45:59.737Z] #148 ... [2024-09-11T01:45:59.737Z] [2024-09-11T01:45:59.737Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T01:45:59.737Z] #0 1.139 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-11T01:45:59.737Z] #149 ... [2024-09-11T01:45:59.737Z] [2024-09-11T01:45:59.737Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-11T01:45:59.737Z] #0 1.492 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-11T01:45:59.737Z] #150 ... [2024-09-11T01:45:59.737Z] [2024-09-11T01:45:59.737Z] #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 [2024-09-11T01:45:59.737Z] #0 1.205 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-11T01:45:59.737Z] #151 ... [2024-09-11T01:45:59.737Z] [2024-09-11T01:45:59.737Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-11T01:45:59.737Z] #0 1.303 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-11T01:45:59.737Z] #152 ... [2024-09-11T01:45:59.737Z] [2024-09-11T01:45:59.738Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-11T01:45:59.738Z] #0 0.900 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-11T01:45:59.738Z] #153 ... [2024-09-11T01:45:59.738Z] [2024-09-11T01:45:59.738Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-11T01:45:59.738Z] #0 1.259 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-11T01:45:59.738Z] #154 ... [2024-09-11T01:45:59.738Z] [2024-09-11T01:45:59.738Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T01:45:59.738Z] #0 1.145 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-11T01:45:59.997Z] #155 ... [2024-09-11T01:45:59.997Z] [2024-09-11T01:45:59.997Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T01:45:59.997Z] #0 0.700 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-11T01:45:59.997Z] #156 ... [2024-09-11T01:45:59.997Z] [2024-09-11T01:45:59.997Z] #157 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-11T01:45:59.997Z] #0 1.267 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-11T01:46:00.256Z] #157 ... [2024-09-11T01:46:00.257Z] [2024-09-11T01:46:00.257Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-11T01:46:00.257Z] #0 0.538 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-11T01:46:00.257Z] #158 ... [2024-09-11T01:46:00.257Z] [2024-09-11T01:46:00.257Z] #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-11T01:46:00.257Z] #0 1.263 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-11T01:46:00.517Z] #159 ... [2024-09-11T01:46:00.517Z] [2024-09-11T01:46:00.517Z] #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T01:46:00.517Z] #0 0.714 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-11T01:46:45.323Z] Removing intermediate container ed7b47b2b0d8 [2024-09-11T01:46:45.323Z] ---> 5c478f59c212 [2024-09-11T01:46:45.323Z] Successfully built 5c478f59c212 [2024-09-11T01:46:45.323Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:46:45.660Z] + docker inspect -f . ci-base-image-arm64 [2024-09-11T01:46:45.660Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T01:46:45.890Z] prd-ubuntu20.04-docker-arm64-4c-16g-10063 does not seem to be running inside a container [2024-09-11T01:46:45.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T01:46:47.210Z] $ docker top 8fc978a87ba88f7f85189f78ecf217aa4318e9aaddebf5a325f65220b4230514 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-11T01:46:48.039Z] + go version [2024-09-11T01:46:48.039Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-09-11T01:46:48.049Z] $ docker stop --time=1 8fc978a87ba88f7f85189f78ecf217aa4318e9aaddebf5a325f65220b4230514 [2024-09-11T01:46:49.612Z] $ docker rm -f --volumes 8fc978a87ba88f7f85189f78ecf217aa4318e9aaddebf5a325f65220b4230514 [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 [2024-09-11T01:46:50.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-11T01:46:50.322Z] [2024-09-11T01:46:50.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:46:50.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-11T01:46:50.675Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-09-11T01:46:50.675Z] 547446be3368: Pulling fs layer [2024-09-11T01:46:50.675Z] d125d8839a47: Pulling fs layer [2024-09-11T01:46:50.675Z] 3e85d5ac6304: Pulling fs layer [2024-09-11T01:46:50.675Z] c3105a71a48b: Pulling fs layer [2024-09-11T01:46:50.675Z] 0f093f025ec4: Pulling fs layer [2024-09-11T01:46:50.675Z] c3106fc0e877: Pulling fs layer [2024-09-11T01:46:50.675Z] c3105a71a48b: Waiting [2024-09-11T01:46:50.675Z] 0f093f025ec4: Waiting [2024-09-11T01:46:50.675Z] c3106fc0e877: Waiting [2024-09-11T01:46:50.946Z] 547446be3368: Verifying Checksum [2024-09-11T01:46:50.946Z] c3105a71a48b: Verifying Checksum [2024-09-11T01:46:50.946Z] c3105a71a48b: Download complete [2024-09-11T01:46:51.214Z] d125d8839a47: Verifying Checksum [2024-09-11T01:46:51.214Z] d125d8839a47: Download complete [2024-09-11T01:46:51.482Z] c3106fc0e877: Verifying Checksum [2024-09-11T01:46:51.482Z] c3106fc0e877: Download complete [2024-09-11T01:46:51.482Z] 0f093f025ec4: Download complete [2024-09-11T01:46:51.750Z] 547446be3368: Pull complete [2024-09-11T01:46:53.164Z] d125d8839a47: Pull complete [2024-09-11T01:46:53.433Z] 3e85d5ac6304: Verifying Checksum [2024-09-11T01:46:53.433Z] 3e85d5ac6304: Download complete [2024-09-11T01:47:03.531Z] 3e85d5ac6304: Pull complete [2024-09-11T01:47:03.531Z] c3105a71a48b: Pull complete [2024-09-11T01:47:04.935Z] 0f093f025ec4: Pull complete [2024-09-11T01:47:05.201Z] c3106fc0e877: Pull complete [2024-09-11T01:47:05.201Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-09-11T01:47:05.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-11T01:47:05.201Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T01:47:05.420Z] prd-ubuntu20.04-docker-arm64-4c-16g-10063 does not seem to be running inside a container [2024-09-11T01:47:05.478Z] $ 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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T01:47:07.666Z] $ docker top e38d078d8124d916f60094d44bb0fbaceb9586559fc34e1ee4fea0ed55a49ad9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-11T01:47:08.519Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-11T01:47:18.601Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-11T01:47:18.601Z] #1 transferring dockerfile: 2.23kB done [2024-09-11T01:47:18.601Z] #1 DONE 0.1s [2024-09-11T01:47:18.871Z] [2024-09-11T01:47:18.871Z] #2 [core-keeper internal] load build definition from Dockerfile [2024-09-11T01:47:18.871Z] #2 transferring dockerfile: 2.01kB done [2024-09-11T01:47:18.871Z] #2 DONE 0.1s [2024-09-11T01:47:18.871Z] [2024-09-11T01:47:18.871Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-11T01:47:19.137Z] #3 transferring dockerfile: 1.89kB done [2024-09-11T01:47:19.137Z] #3 DONE 0.1s [2024-09-11T01:47:19.137Z] [2024-09-11T01:47:19.137Z] #4 [support-scheduler internal] load build definition from Dockerfile [2024-09-11T01:47:19.137Z] #4 transferring dockerfile: 1.93kB 0.0s done [2024-09-11T01:47:19.137Z] #4 DONE 0.1s [2024-09-11T01:47:19.137Z] [2024-09-11T01:47:19.137Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2024-09-11T01:47:19.137Z] #5 transferring dockerfile: 1.81kB done [2024-09-11T01:47:19.137Z] #5 DONE 0.1s [2024-09-11T01:47:19.137Z] [2024-09-11T01:47:19.137Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-09-11T01:47:19.137Z] #6 transferring dockerfile: 1.95kB 0.0s done [2024-09-11T01:47:19.137Z] #6 DONE 0.1s [2024-09-11T01:47:19.137Z] [2024-09-11T01:47:19.137Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-11T01:47:19.137Z] #7 transferring dockerfile: 2.49kB 0.0s done [2024-09-11T01:47:19.137Z] #7 DONE 0.1s [2024-09-11T01:47:19.404Z] [2024-09-11T01:47:19.404Z] #8 [security-spire-server internal] load build definition from Dockerfile [2024-09-11T01:47:19.404Z] #8 transferring dockerfile: 1.70kB done [2024-09-11T01:47:19.404Z] #8 DONE 0.1s [2024-09-11T01:47:19.404Z] [2024-09-11T01:47:19.404Z] #9 [core-data internal] load build definition from Dockerfile [2024-09-11T01:47:19.404Z] #9 transferring dockerfile: 2.07kB done [2024-09-11T01:47:19.404Z] #9 DONE 0.1s [2024-09-11T01:47:19.404Z] [2024-09-11T01:47:19.404Z] #10 [security-spire-config internal] load build definition from Dockerfile [2024-09-11T01:47:19.404Z] #10 transferring dockerfile: 1.69kB done [2024-09-11T01:47:19.404Z] #10 DONE 0.1s [2024-09-11T01:47:19.404Z] [2024-09-11T01:47:19.404Z] #11 [core-metadata internal] load build definition from Dockerfile [2024-09-11T01:47:19.670Z] #11 transferring dockerfile: 2.06kB 0.0s done [2024-09-11T01:47:19.670Z] #11 DONE 0.1s [2024-09-11T01:47:19.670Z] [2024-09-11T01:47:19.670Z] #12 [core-command internal] load build definition from Dockerfile [2024-09-11T01:47:19.670Z] #12 transferring dockerfile: 1.93kB done [2024-09-11T01:47:19.670Z] #12 DONE 0.1s [2024-09-11T01:47:19.670Z] [2024-09-11T01:47:19.670Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-11T01:47:19.670Z] #13 transferring dockerfile: 2.50kB 0.0s done [2024-09-11T01:47:19.670Z] #13 DONE 0.1s [2024-09-11T01:47:19.670Z] [2024-09-11T01:47:19.670Z] #14 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-11T01:47:19.670Z] #14 transferring dockerfile: 1.85kB 0.0s done [2024-09-11T01:47:19.670Z] #14 DONE 0.1s [2024-09-11T01:47:19.670Z] [2024-09-11T01:47:19.670Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-11T01:47:19.670Z] #15 transferring dockerfile: 2.15kB done [2024-09-11T01:47:19.670Z] #15 DONE 0.1s [2024-09-11T01:47:19.670Z] [2024-09-11T01:47:19.670Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-11T01:47:19.670Z] #16 transferring dockerfile: 3.17kB 0.0s done [2024-09-11T01:47:19.936Z] #16 DONE 0.1s [2024-09-11T01:47:19.936Z] [2024-09-11T01:47:19.936Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-11T01:47:19.936Z] #17 transferring context: 50B done [2024-09-11T01:47:19.936Z] #17 DONE 0.0s [2024-09-11T01:47:20.904Z] [2024-09-11T01:47:20.904Z] #18 [core-keeper internal] load .dockerignore [2024-09-11T01:47:20.904Z] #18 transferring context: 50B done [2024-09-11T01:47:20.904Z] #18 DONE 0.0s [2024-09-11T01:47:20.904Z] [2024-09-11T01:47:20.904Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2024-09-11T01:47:20.904Z] #19 transferring context: 50B done [2024-09-11T01:47:20.904Z] #19 DONE 0.0s [2024-09-11T01:47:20.904Z] [2024-09-11T01:47:20.904Z] #20 [support-scheduler internal] load .dockerignore [2024-09-11T01:47:20.904Z] #20 transferring context: 50B done [2024-09-11T01:47:20.904Z] #20 DONE 0.1s [2024-09-11T01:47:20.904Z] [2024-09-11T01:47:20.904Z] #21 [support-notifications internal] load .dockerignore [2024-09-11T01:47:20.904Z] #21 transferring context: 50B done [2024-09-11T01:47:20.904Z] #21 DONE 0.0s [2024-09-11T01:47:20.904Z] [2024-09-11T01:47:20.904Z] #22 [security-secretstore-setup internal] load .dockerignore [2024-09-11T01:47:20.904Z] #22 transferring context: 50B done [2024-09-11T01:47:20.904Z] #22 DONE 0.1s [2024-09-11T01:47:20.904Z] [2024-09-11T01:47:20.904Z] #23 [security-spire-server internal] load .dockerignore [2024-09-11T01:47:21.172Z] #23 transferring context: 50B 0.0s done [2024-09-11T01:47:21.172Z] #23 DONE 0.1s [2024-09-11T01:47:21.172Z] [2024-09-11T01:47:21.172Z] #24 [core-data internal] load .dockerignore [2024-09-11T01:47:21.172Z] #24 transferring context: 50B 0.0s done [2024-09-11T01:47:21.172Z] #24 DONE 0.1s [2024-09-11T01:47:21.172Z] [2024-09-11T01:47:21.172Z] #25 [security-spire-config internal] load .dockerignore [2024-09-11T01:47:21.172Z] #25 transferring context: 50B 0.0s done [2024-09-11T01:47:21.172Z] #25 DONE 0.1s [2024-09-11T01:47:21.172Z] [2024-09-11T01:47:21.172Z] #26 [core-metadata internal] load .dockerignore [2024-09-11T01:47:21.439Z] #26 transferring context: 50B done [2024-09-11T01:47:21.439Z] #26 DONE 0.1s [2024-09-11T01:47:21.439Z] [2024-09-11T01:47:21.439Z] #27 [core-command internal] load .dockerignore [2024-09-11T01:47:21.439Z] #27 transferring context: 50B done [2024-09-11T01:47:21.439Z] #27 DONE 0.1s [2024-09-11T01:47:21.439Z] [2024-09-11T01:47:21.439Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T01:47:21.439Z] #28 transferring context: 50B 0.0s done [2024-09-11T01:47:21.439Z] #28 ... [2024-09-11T01:47:21.439Z] [2024-09-11T01:47:21.439Z] #29 [security-proxy-setup internal] load .dockerignore [2024-09-11T01:47:21.439Z] #29 transferring context: 50B done [2024-09-11T01:47:21.439Z] #29 DONE 0.1s [2024-09-11T01:47:21.439Z] [2024-09-11T01:47:21.439Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-09-11T01:47:21.439Z] #30 transferring context: 50B done [2024-09-11T01:47:21.439Z] #30 DONE 0.0s [2024-09-11T01:47:21.439Z] [2024-09-11T01:47:21.439Z] #31 [security-proxy-auth internal] load .dockerignore [2024-09-11T01:47:21.439Z] #31 transferring context: 50B done [2024-09-11T01:47:21.439Z] #31 DONE 0.1s [2024-09-11T01:47:21.439Z] [2024-09-11T01:47:21.439Z] #32 [security-bootstrapper internal] load .dockerignore [2024-09-11T01:47:21.704Z] #32 transferring context: 50B done [2024-09-11T01:47:21.704Z] #32 DONE 0.1s [2024-09-11T01:47:21.704Z] [2024-09-11T01:47:21.704Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:21.704Z] #33 DONE 0.0s [2024-09-11T01:47:21.704Z] [2024-09-11T01:47:21.704Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:47:21.704Z] #34 DONE 0.1s [2024-09-11T01:47:21.704Z] [2024-09-11T01:47:21.704Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:21.704Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:21.975Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:21.975Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:21.975Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:21.975Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0B / 3.34MB 0.1s [2024-09-11T01:47:21.975Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 2.10MB / 3.34MB 0.2s [2024-09-11T01:47:22.241Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s [2024-09-11T01:47:22.241Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c [2024-09-11T01:47:22.241Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:22.506Z] #35 ... [2024-09-11T01:47:22.506Z] [2024-09-11T01:47:22.506Z] #36 [core-common-config-bootstrapper internal] load build context [2024-09-11T01:47:22.506Z] #36 transferring context: 3.11MB 0.6s done [2024-09-11T01:47:22.506Z] #36 DONE 0.7s [2024-09-11T01:47:22.506Z] [2024-09-11T01:47:22.506Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:22.772Z] #35 ... [2024-09-11T01:47:22.772Z] [2024-09-11T01:47:22.772Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:22.772Z] #37 DONE 0.9s [2024-09-11T01:47:22.772Z] [2024-09-11T01:47:22.772Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.039Z] #35 ... [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:23.039Z] #33 DONE 0.0s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:47:23.039Z] #34 DONE 0.2s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:23.039Z] #38 DONE 0.2s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.039Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:23.039Z] #35 ... [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:23.039Z] #33 DONE 0.0s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:23.039Z] #37 DONE 1.7s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:23.039Z] #38 DONE 0.4s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #35 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.039Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:23.039Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:23.039Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:23.039Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:23.039Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:23.039Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:23.039Z] #35 ... [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:23.039Z] #33 DONE 0.0s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:23.039Z] #37 DONE 1.7s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:23.039Z] #38 DONE 0.4s [2024-09-11T01:47:23.039Z] [2024-09-11T01:47:23.039Z] #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.039Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:23.039Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:23.039Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:23.039Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:23.039Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:23.039Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:23.304Z] #35 ... [2024-09-11T01:47:23.304Z] [2024-09-11T01:47:23.304Z] #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:23.304Z] #37 DONE 1.7s [2024-09-11T01:47:23.304Z] [2024-09-11T01:47:23.304Z] #38 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:23.304Z] #38 DONE 0.5s [2024-09-11T01:47:23.304Z] [2024-09-11T01:47:23.304Z] #35 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.304Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:23.304Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:23.304Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:23.304Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:23.304Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:23.304Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:23.304Z] #35 ... [2024-09-11T01:47:23.304Z] [2024-09-11T01:47:23.304Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:23.304Z] #33 DONE 0.0s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.572Z] #35 DONE 2.4s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:47:23.572Z] #34 ... [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:23.572Z] #33 DONE 0.0s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:47:23.572Z] #34 DONE 0.7s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:23.572Z] #37 DONE 1.7s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #39 [support-notifications internal] load build context [2024-09-11T01:47:23.572Z] #39 DONE 0.0s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #38 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:23.572Z] #38 DONE 0.5s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.572Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:23.572Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:23.572Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:23.572Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:23.572Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:23.572Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:23.572Z] #35 DONE 2.4s [2024-09-11T01:47:23.572Z] [2024-09-11T01:47:23.572Z] #40 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-11T01:47:23.837Z] #40 ... [2024-09-11T01:47:23.837Z] [2024-09-11T01:47:23.837Z] #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:23.837Z] #37 DONE 1.7s [2024-09-11T01:47:23.837Z] [2024-09-11T01:47:23.837Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:23.837Z] #38 DONE 0.5s [2024-09-11T01:47:23.837Z] [2024-09-11T01:47:23.837Z] #35 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:23.837Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:23.837Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:23.837Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:23.837Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:23.837Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:23.837Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:23.837Z] #35 DONE 2.4s [2024-09-11T01:47:24.107Z] [2024-09-11T01:47:24.107Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:24.107Z] #33 DONE 0.0s [2024-09-11T01:47:24.107Z] [2024-09-11T01:47:24.107Z] #41 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-11T01:47:24.376Z] #41 ... [2024-09-11T01:47:24.376Z] [2024-09-11T01:47:24.376Z] #42 [core-keeper internal] load build context [2024-09-11T01:47:24.376Z] #42 transferring context: 3.11MB 1.0s done [2024-09-11T01:47:24.376Z] #42 DONE 1.2s [2024-09-11T01:47:24.376Z] [2024-09-11T01:47:24.376Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:24.376Z] #33 DONE 0.0s [2024-09-11T01:47:24.376Z] [2024-09-11T01:47:24.376Z] #43 [security-spiffe-token-provider internal] load build context [2024-09-11T01:47:24.646Z] #43 ... [2024-09-11T01:47:24.646Z] [2024-09-11T01:47:24.646Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:24.646Z] #33 DONE 0.0s [2024-09-11T01:47:24.646Z] [2024-09-11T01:47:24.646Z] #43 [security-spiffe-token-provider internal] load build context [2024-09-11T01:47:24.911Z] #43 ... [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:24.911Z] #33 DONE 0.0s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #43 [security-spiffe-token-provider internal] load build context [2024-09-11T01:47:24.911Z] #43 transferring context: 3.11MB 1.4s done [2024-09-11T01:47:24.911Z] #43 ... [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:24.911Z] #37 DONE 1.8s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #38 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:24.911Z] #38 DONE 0.6s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:24.911Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:24.911Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:24.911Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:24.911Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:24.911Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:24.911Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:24.911Z] #35 DONE 2.5s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:47:24.911Z] #34 DONE 1.7s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:24.911Z] #37 DONE 1.8s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #38 [core-command builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:24.911Z] #38 DONE 0.6s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #35 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:24.911Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:24.911Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:24.911Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:24.911Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:24.911Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:24.911Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:24.911Z] #35 DONE 2.5s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #43 [security-spiffe-token-provider internal] load build context [2024-09-11T01:47:24.911Z] #43 DONE 1.8s [2024-09-11T01:47:24.911Z] [2024-09-11T01:47:24.911Z] #44 [core-command internal] load build context [2024-09-11T01:47:25.181Z] #44 ... [2024-09-11T01:47:25.181Z] [2024-09-11T01:47:25.181Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:25.181Z] #33 DONE 0.0s [2024-09-11T01:47:25.181Z] [2024-09-11T01:47:25.181Z] #45 [support-scheduler internal] load build context [2024-09-11T01:47:25.181Z] #45 transferring context: 3.11MB 1.3s done [2024-09-11T01:47:25.181Z] #45 DONE 1.8s [2024-09-11T01:47:25.181Z] [2024-09-11T01:47:25.181Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:25.181Z] #33 DONE 0.0s [2024-09-11T01:47:25.181Z] [2024-09-11T01:47:25.181Z] #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-11T01:47:25.449Z] #46 ... [2024-09-11T01:47:25.449Z] [2024-09-11T01:47:25.449Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-11T01:47:25.449Z] #33 DONE 0.0s [2024-09-11T01:47:25.449Z] [2024-09-11T01:47:25.449Z] #47 [security-secretstore-setup internal] load build context [2024-09-11T01:47:25.449Z] #47 transferring context: 3.11MB 1.1s done [2024-09-11T01:47:25.449Z] #47 ... [2024-09-11T01:47:25.449Z] [2024-09-11T01:47:25.449Z] #39 [support-notifications internal] load build context [2024-09-11T01:47:25.449Z] #39 transferring context: 3.11MB 1.3s done [2024-09-11T01:47:25.449Z] #39 DONE 1.8s [2024-09-11T01:47:25.715Z] [2024-09-11T01:47:25.715Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:25.715Z] #48 ... [2024-09-11T01:47:25.715Z] [2024-09-11T01:47:25.715Z] #47 [security-secretstore-setup internal] load build context [2024-09-11T01:47:25.715Z] #47 DONE 1.9s [2024-09-11T01:47:25.715Z] [2024-09-11T01:47:25.715Z] #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-11T01:47:25.715Z] #49 DONE 2.5s [2024-09-11T01:47:25.980Z] [2024-09-11T01:47:25.980Z] #50 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-11T01:47:25.980Z] #50 DONE 2.6s [2024-09-11T01:47:25.980Z] [2024-09-11T01:47:25.980Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:25.980Z] #48 ... [2024-09-11T01:47:25.980Z] [2024-09-11T01:47:25.980Z] #35 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:25.980Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:25.980Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:25.980Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:25.980Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:25.980Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:25.980Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:25.980Z] #35 DONE 2.5s [2024-09-11T01:47:25.980Z] [2024-09-11T01:47:25.980Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-09-11T01:47:25.980Z] #34 DONE 2.5s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:26.247Z] #37 DONE 1.9s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:26.247Z] #38 DONE 0.6s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:26.247Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:26.247Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:26.247Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:26.247Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:26.247Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:26.247Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:26.247Z] #35 DONE 2.6s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:26.247Z] #51 DONE 0.2s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:26.247Z] #48 ... [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:26.247Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:26.247Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:26.247Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:26.247Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:26.247Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:26.247Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:26.247Z] #35 DONE 2.6s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #52 [security-spire-server internal] load build context [2024-09-11T01:47:26.247Z] #52 DONE 0.0s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:26.247Z] #51 DONE 0.3s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:26.247Z] #48 ... [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:26.247Z] #37 DONE 1.9s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:26.247Z] #38 DONE 0.7s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:26.247Z] #35 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-11T01:47:26.247Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:26.247Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:26.247Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:26.247Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:26.247Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:26.247Z] #35 DONE 2.6s [2024-09-11T01:47:26.247Z] [2024-09-11T01:47:26.247Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:26.522Z] #48 ... [2024-09-11T01:47:26.522Z] [2024-09-11T01:47:26.522Z] #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-11T01:47:26.522Z] #37 DONE 1.9s [2024-09-11T01:47:26.522Z] [2024-09-11T01:47:26.522Z] #38 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-09-11T01:47:26.522Z] #38 DONE 0.7s [2024-09-11T01:47:26.522Z] [2024-09-11T01:47:26.522Z] #35 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-11T01:47:26.522Z] #35 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-11T01:47:26.522Z] #35 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-11T01:47:26.522Z] #35 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-11T01:47:26.522Z] #35 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.3s done [2024-09-11T01:47:26.522Z] #35 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 0.7s done [2024-09-11T01:47:26.522Z] #35 DONE 2.6s [2024-09-11T01:47:26.522Z] [2024-09-11T01:47:26.522Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:27.930Z] #48 ... [2024-09-11T01:47:27.930Z] [2024-09-11T01:47:27.930Z] #53 [security-spire-config internal] load build context [2024-09-11T01:47:27.930Z] #53 transferring context: 25.96kB 0.2s done [2024-09-11T01:47:27.930Z] #53 DONE 1.8s [2024-09-11T01:47:27.930Z] [2024-09-11T01:47:27.930Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:28.196Z] #48 ... [2024-09-11T01:47:28.197Z] [2024-09-11T01:47:28.197Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:28.197Z] #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.9s done [2024-09-11T01:47:28.197Z] #51 DONE 2.3s [2024-09-11T01:47:28.197Z] [2024-09-11T01:47:28.197Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:47:28.197Z] #54 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.9s done [2024-09-11T01:47:28.197Z] #54 DONE 2.0s [2024-09-11T01:47:28.463Z] [2024-09-11T01:47:28.463Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:28.732Z] #48 ... [2024-09-11T01:47:28.732Z] [2024-09-11T01:47:28.732Z] #55 [security-spire-agent internal] load build context [2024-09-11T01:47:28.732Z] #55 transferring context: 27.24kB 0.3s done [2024-09-11T01:47:28.732Z] #55 DONE 2.7s [2024-09-11T01:47:28.732Z] [2024-09-11T01:47:28.732Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:28.998Z] #48 ... [2024-09-11T01:47:28.998Z] [2024-09-11T01:47:28.998Z] #52 [security-spire-server internal] load build context [2024-09-11T01:47:28.998Z] #52 transferring context: 27.71kB 0.3s done [2024-09-11T01:47:28.998Z] #52 DONE 2.7s [2024-09-11T01:47:28.998Z] [2024-09-11T01:47:28.998Z] #48 [core-metadata internal] load build context [2024-09-11T01:47:29.579Z] #48 transferring context: 3.11MB 4.0s done [2024-09-11T01:47:29.849Z] #48 DONE 4.8s [2024-09-11T01:47:29.849Z] [2024-09-11T01:47:29.849Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:29.849Z] #51 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-11T01:47:29.849Z] #51 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-11T01:47:29.849Z] #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-11T01:47:29.849Z] #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-11T01:47:30.115Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.3s [2024-09-11T01:47:30.382Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s [2024-09-11T01:47:30.382Z] #51 ... [2024-09-11T01:47:30.382Z] [2024-09-11T01:47:30.382Z] #56 [security-proxy-setup internal] load build context [2024-09-11T01:47:30.382Z] #56 transferring context: 3.11MB 4.5s done [2024-09-11T01:47:30.382Z] #56 DONE 5.4s [2024-09-11T01:47:30.382Z] [2024-09-11T01:47:30.382Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:30.968Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done [2024-09-11T01:47:30.968Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 1.2s [2024-09-11T01:47:31.235Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done [2024-09-11T01:47:31.235Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-09-11T01:47:31.502Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.4s done [2024-09-11T01:47:31.775Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s [2024-09-11T01:47:31.775Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 1.9s [2024-09-11T01:47:32.052Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.9s done [2024-09-11T01:47:32.052Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.0s [2024-09-11T01:47:32.319Z] #51 ... [2024-09-11T01:47:32.319Z] [2024-09-11T01:47:32.319Z] #57 [core-data internal] load build context [2024-09-11T01:47:32.319Z] #57 transferring context: 3.11MB 5.9s done [2024-09-11T01:47:32.319Z] #57 DONE 7.2s [2024-09-11T01:47:32.319Z] [2024-09-11T01:47:32.319Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:32.319Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.2s done [2024-09-11T01:47:32.319Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.3s [2024-09-11T01:47:32.919Z] #51 ... [2024-09-11T01:47:32.919Z] [2024-09-11T01:47:32.919Z] #58 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:47:32.919Z] #0 9.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:33.186Z] #58 ... [2024-09-11T01:47:33.186Z] [2024-09-11T01:47:33.186Z] #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:47:33.186Z] #59 ... [2024-09-11T01:47:33.186Z] [2024-09-11T01:47:33.186Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-11T01:47:33.186Z] #0 9.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:33.454Z] #60 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:33.454Z] #60 ... [2024-09-11T01:47:33.454Z] [2024-09-11T01:47:33.454Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:33.454Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.15MB / 28.04MB 3.5s [2024-09-11T01:47:33.454Z] #51 ... [2024-09-11T01:47:33.454Z] [2024-09-11T01:47:33.454Z] #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:47:33.454Z] #59 DONE 10.4s [2024-09-11T01:47:33.454Z] [2024-09-11T01:47:33.454Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:33.721Z] #51 ... [2024-09-11T01:47:33.721Z] [2024-09-11T01:47:33.721Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:47:33.721Z] #61 ... [2024-09-11T01:47:33.721Z] [2024-09-11T01:47:33.721Z] #44 [core-command internal] load build context [2024-09-11T01:47:33.721Z] #44 transferring context: 3.11MB 6.9s done [2024-09-11T01:47:33.721Z] #44 DONE 8.7s [2024-09-11T01:47:33.721Z] [2024-09-11T01:47:33.721Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:33.721Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.11MB / 28.04MB 3.9s [2024-09-11T01:47:33.988Z] #51 ... [2024-09-11T01:47:33.988Z] [2024-09-11T01:47:33.988Z] #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:47:33.988Z] #0 5.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:33.988Z] #0 6.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:33.988Z] #0 7.916 OK: 266 MiB in 52 packages [2024-09-11T01:47:33.988Z] #62 DONE 10.3s [2024-09-11T01:47:33.988Z] [2024-09-11T01:47:33.988Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:47:33.988Z] #54 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-11T01:47:33.988Z] #54 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-09-11T01:47:33.988Z] #54 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-09-11T01:47:33.988Z] #54 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.2s done [2024-09-11T01:47:33.988Z] #54 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.5s done [2024-09-11T01:47:33.988Z] #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.0s done [2024-09-11T01:47:33.988Z] #54 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.24MB / 18.32MB 4.1s [2024-09-11T01:47:34.258Z] #54 ... [2024-09-11T01:47:34.258Z] [2024-09-11T01:47:34.258Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-11T01:47:34.258Z] #63 ... [2024-09-11T01:47:34.258Z] [2024-09-11T01:47:34.258Z] #64 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-11T01:47:34.525Z] #64 ... [2024-09-11T01:47:34.525Z] [2024-09-11T01:47:34.525Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-11T01:47:34.525Z] #65 ... [2024-09-11T01:47:34.525Z] [2024-09-11T01:47:34.525Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:35.485Z] #51 ... [2024-09-11T01:47:35.485Z] [2024-09-11T01:47:35.485Z] #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-11T01:47:35.485Z] #66 ... [2024-09-11T01:47:35.485Z] [2024-09-11T01:47:35.485Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:35.485Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-09-11T01:47:35.762Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-09-11T01:47:36.040Z] #51 ... [2024-09-11T01:47:36.040Z] [2024-09-11T01:47:36.040Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-11T01:47:36.040Z] #61 DONE 12.4s [2024-09-11T01:47:36.040Z] [2024-09-11T01:47:36.040Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:36.305Z] #51 ... [2024-09-11T01:47:36.305Z] [2024-09-11T01:47:36.305Z] #40 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-11T01:47:36.305Z] #40 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:36.305Z] #40 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:36.572Z] #40 ... [2024-09-11T01:47:36.572Z] [2024-09-11T01:47:36.572Z] #67 [support-cron-scheduler internal] load build context [2024-09-11T01:47:36.572Z] #67 transferring context: 3.11MB 7.2s done [2024-09-11T01:47:36.572Z] #67 ... [2024-09-11T01:47:36.572Z] [2024-09-11T01:47:36.572Z] #68 [security-proxy-auth internal] load build context [2024-09-11T01:47:36.572Z] #68 transferring context: 3.11MB 8.2s done [2024-09-11T01:47:36.839Z] #68 ... [2024-09-11T01:47:36.839Z] [2024-09-11T01:47:36.839Z] #69 [security-bootstrapper internal] load build context [2024-09-11T01:47:36.839Z] #69 transferring context: 3.11MB 7.7s done [2024-09-11T01:47:36.839Z] #69 ... [2024-09-11T01:47:36.839Z] [2024-09-11T01:47:36.839Z] #58 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-09-11T01:47:36.839Z] #58 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:36.839Z] #58 12.46 OK: 266 MiB in 52 packages [2024-09-11T01:47:36.839Z] #58 DONE 14.7s [2024-09-11T01:47:36.839Z] [2024-09-11T01:47:36.839Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:36.839Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 7.0s [2024-09-11T01:47:36.998Z] #160 ... [2024-09-11T01:47:36.998Z] [2024-09-11T01:47:36.998Z] #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 [2024-09-11T01:47:36.998Z] #151 103.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-11T01:47:37.105Z] #51 ... [2024-09-11T01:47:37.105Z] [2024-09-11T01:47:37.105Z] #68 [security-proxy-auth internal] load build context [2024-09-11T01:47:37.105Z] #68 DONE 10.6s [2024-09-11T01:47:37.105Z] [2024-09-11T01:47:37.105Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:37.105Z] #51 ... [2024-09-11T01:47:37.105Z] [2024-09-11T01:47:37.105Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-11T01:47:37.105Z] #70 ... [2024-09-11T01:47:37.105Z] [2024-09-11T01:47:37.105Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-11T01:47:37.375Z] #71 ... [2024-09-11T01:47:37.375Z] [2024-09-11T01:47:37.375Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:37.375Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.69MB / 28.04MB 7.5s [2024-09-11T01:47:37.641Z] #51 ... [2024-09-11T01:47:37.641Z] [2024-09-11T01:47:37.641Z] #69 [security-bootstrapper internal] load build context [2024-09-11T01:47:37.641Z] #69 DONE 11.1s [2024-09-11T01:47:37.641Z] [2024-09-11T01:47:37.641Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:37.641Z] #51 ... [2024-09-11T01:47:37.641Z] [2024-09-11T01:47:37.641Z] #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-11T01:47:37.641Z] #72 ... [2024-09-11T01:47:37.641Z] [2024-09-11T01:47:37.641Z] #67 [support-cron-scheduler internal] load build context [2024-09-11T01:47:37.641Z] #67 DONE 11.1s [2024-09-11T01:47:37.641Z] [2024-09-11T01:47:37.641Z] #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-11T01:47:37.908Z] #73 ... [2024-09-11T01:47:37.908Z] [2024-09-11T01:47:37.908Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:37.908Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.60MB / 28.04MB 8.1s [2024-09-11T01:47:38.490Z] #51 ... [2024-09-11T01:47:38.490Z] [2024-09-11T01:47:38.490Z] #40 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-11T01:47:38.490Z] #40 13.37 OK: 266 MiB in 52 packages [2024-09-11T01:47:38.490Z] #40 DONE 14.9s [2024-09-11T01:47:38.490Z] [2024-09-11T01:47:38.490Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:47:38.490Z] #74 DONE 4.3s [2024-09-11T01:47:38.490Z] [2024-09-11T01:47:38.490Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:39.472Z] #51 ... [2024-09-11T01:47:39.472Z] [2024-09-11T01:47:39.472Z] #75 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:47:39.472Z] #75 DONE 2.2s [2024-09-11T01:47:39.472Z] [2024-09-11T01:47:39.472Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:39.472Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 9.4s [2024-09-11T01:47:40.442Z] #51 ... [2024-09-11T01:47:40.442Z] [2024-09-11T01:47:40.442Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-11T01:47:40.442Z] #60 12.00 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:47:40.442Z] #60 12.00 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:47:40.442Z] #60 12.00 OK: 19954 distinct packages available [2024-09-11T01:47:40.442Z] #60 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:40.442Z] #60 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:40.442Z] #60 16.19 OK: 266 MiB in 52 packages [2024-09-11T01:47:40.442Z] #60 DONE 17.3s [2024-09-11T01:47:40.442Z] [2024-09-11T01:47:40.442Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:40.442Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 10.7s [2024-09-11T01:47:40.710Z] #51 ... [2024-09-11T01:47:40.710Z] [2024-09-11T01:47:40.710Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:47:40.710Z] #76 DONE 1.9s [2024-09-11T01:47:40.710Z] [2024-09-11T01:47:40.710Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:40.980Z] #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-09-11T01:47:41.698Z] #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.4s done [2024-09-11T01:47:41.698Z] #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.4s done [2024-09-11T01:47:41.985Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.68MB / 28.04MB 12.2s [2024-09-11T01:47:42.273Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.05MB / 28.04MB 12.4s [2024-09-11T01:47:42.273Z] #51 ... [2024-09-11T01:47:42.273Z] [2024-09-11T01:47:42.273Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:47:42.273Z] #77 DONE 1.9s [2024-09-11T01:47:42.273Z] [2024-09-11T01:47:42.273Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:42.273Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.66MB / 28.04MB 12.5s [2024-09-11T01:47:42.554Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.68MB / 28.04MB 12.7s [2024-09-11T01:47:43.332Z] #51 ... [2024-09-11T01:47:43.332Z] [2024-09-11T01:47:43.332Z] #64 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-11T01:47:43.332Z] #64 13.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:43.332Z] #64 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:43.332Z] #64 17.57 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:43.332Z] #64 17.61 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:43.332Z] #64 17.83 OK: 8 MiB in 16 packages [2024-09-11T01:47:43.332Z] #64 DONE 19.8s [2024-09-11T01:47:43.332Z] [2024-09-11T01:47:43.332Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:43.648Z] #51 ... [2024-09-11T01:47:43.648Z] [2024-09-11T01:47:43.648Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-11T01:47:43.927Z] #78 ... [2024-09-11T01:47:43.927Z] [2024-09-11T01:47:43.927Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:44.194Z] #51 ... [2024-09-11T01:47:44.194Z] [2024-09-11T01:47:44.194Z] #41 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-11T01:47:44.194Z] #41 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:44.194Z] #41 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:44.194Z] #41 16.88 (1/2) Installing ca-certificates (20240226-r0) [2024-09-11T01:47:44.194Z] #41 17.25 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:44.194Z] #41 17.31 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:44.194Z] #41 17.42 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:47:44.194Z] #41 18.45 OK: 9 MiB in 17 packages [2024-09-11T01:47:44.194Z] #41 DONE 20.0s [2024-09-11T01:47:44.194Z] [2024-09-11T01:47:44.194Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:44.194Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 14.3s done [2024-09-11T01:47:44.194Z] #51 ... [2024-09-11T01:47:44.194Z] [2024-09-11T01:47:44.194Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:47:44.194Z] #54 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.3s done [2024-09-11T01:47:44.194Z] #54 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.3s done [2024-09-11T01:47:44.460Z] #54 ... [2024-09-11T01:47:44.460Z] [2024-09-11T01:47:44.460Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:44.460Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 14.3s done [2024-09-11T01:47:45.071Z] #51 ... [2024-09-11T01:47:45.071Z] [2024-09-11T01:47:45.071Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-11T01:47:45.071Z] #63 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:45.072Z] #63 15.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:45.072Z] #63 17.82 (1/4) Installing ca-certificates (20240226-r0) [2024-09-11T01:47:45.072Z] #63 18.15 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:45.072Z] #63 18.16 (3/4) Installing su-exec (0.2-r3) [2024-09-11T01:47:45.072Z] #63 18.20 (4/4) Installing yq (4.33.3-r5) [2024-09-11T01:47:45.072Z] #63 18.84 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:45.072Z] #63 18.97 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:47:45.072Z] #63 19.59 OK: 18 MiB in 19 packages [2024-09-11T01:47:45.072Z] #63 DONE 20.7s [2024-09-11T01:47:45.072Z] [2024-09-11T01:47:45.072Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-11T01:47:46.074Z] #79 ... [2024-09-11T01:47:46.074Z] [2024-09-11T01:47:46.074Z] #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-11T01:47:46.074Z] #66 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:46.074Z] #66 17.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:46.074Z] #66 19.77 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:46.074Z] #66 19.78 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:46.074Z] #66 19.82 OK: 8 MiB in 16 packages [2024-09-11T01:47:46.074Z] #66 DONE 20.5s [2024-09-11T01:47:46.074Z] [2024-09-11T01:47:46.074Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-11T01:47:46.074Z] #65 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:46.074Z] #65 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:46.074Z] #65 16.06 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:47:46.074Z] #65 16.06 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:47:46.074Z] #65 16.06 OK: 19946 distinct packages available [2024-09-11T01:47:46.074Z] #65 16.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:46.074Z] #65 18.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:46.074Z] #65 20.76 (1/11) Installing ca-certificates (20240226-r0) [2024-09-11T01:47:46.074Z] #65 21.03 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-11T01:47:46.074Z] #65 21.13 (3/11) Installing libunistring (1.1-r1) [2024-09-11T01:47:46.074Z] #65 21.17 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-11T01:47:46.074Z] #65 21.18 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-11T01:47:46.074Z] #65 21.23 (6/11) Installing libcurl (8.9.1-r0) [2024-09-11T01:47:46.074Z] #65 21.25 (7/11) Installing curl (8.9.1-r0) [2024-09-11T01:47:46.074Z] #65 21.28 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:46.074Z] #65 21.30 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-11T01:47:46.074Z] #65 21.30 (10/11) Installing libucontext (1.2-r2) [2024-09-11T01:47:46.074Z] #65 21.31 (11/11) Installing gcompat (1.1.0-r1) [2024-09-11T01:47:46.074Z] #65 21.33 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:46.074Z] #65 21.49 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:47:46.074Z] #65 22.12 OK: 13 MiB in 26 packages [2024-09-11T01:47:46.074Z] #65 ... [2024-09-11T01:47:46.074Z] [2024-09-11T01:47:46.074Z] #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-11T01:47:46.343Z] #80 ... [2024-09-11T01:47:46.343Z] [2024-09-11T01:47:46.343Z] #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-11T01:47:46.611Z] #81 ... [2024-09-11T01:47:46.611Z] [2024-09-11T01:47:46.611Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-11T01:47:46.611Z] #65 DONE 22.7s [2024-09-11T01:47:46.611Z] [2024-09-11T01:47:46.611Z] #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-09-11T01:47:48.557Z] #82 ... [2024-09-11T01:47:48.557Z] [2024-09-11T01:47:48.557Z] #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-11T01:47:48.557Z] #46 19.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:48.557Z] #46 20.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:48.557Z] #46 21.97 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:48.557Z] #46 21.98 (2/4) Installing openssl (3.1.7-r0) [2024-09-11T01:47:48.557Z] #46 22.01 (3/4) Installing su-exec (0.2-r3) [2024-09-11T01:47:48.557Z] #46 22.03 (4/4) Installing yq (4.33.3-r5) [2024-09-11T01:47:48.557Z] #46 22.44 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:48.557Z] #46 22.48 OK: 18 MiB in 19 packages [2024-09-11T01:47:48.557Z] #46 DONE 23.2s [2024-09-11T01:47:48.557Z] [2024-09-11T01:47:48.557Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-11T01:47:48.828Z] #83 ... [2024-09-11T01:47:48.828Z] [2024-09-11T01:47:48.828Z] #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:47:49.100Z] #84 ... [2024-09-11T01:47:49.100Z] [2024-09-11T01:47:49.100Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-11T01:47:49.100Z] #71 20.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:49.100Z] #71 21.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:49.368Z] #71 ... [2024-09-11T01:47:49.368Z] [2024-09-11T01:47:49.368Z] #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:47:49.368Z] #85 ... [2024-09-11T01:47:49.368Z] [2024-09-11T01:47:49.368Z] #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-11T01:47:49.368Z] #73 19.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:49.368Z] #73 19.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:49.368Z] #73 21.73 (1/3) Installing ca-certificates (20240226-r0) [2024-09-11T01:47:49.368Z] #73 21.85 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-11T01:47:49.644Z] #73 21.87 (3/3) Installing tzdata (2024a-r0) [2024-09-11T01:47:50.612Z] #73 23.09 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:47:50.612Z] #73 23.16 Executing ca-certificates-20240226-r0.trigger [2024-09-11T01:47:50.878Z] #73 ... [2024-09-11T01:47:50.878Z] [2024-09-11T01:47:50.878Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:47:51.144Z] #86 ... [2024-09-11T01:47:51.144Z] [2024-09-11T01:47:51.144Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-11T01:47:51.144Z] #71 23.29 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:47:51.144Z] #71 23.29 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:47:51.144Z] #71 23.29 OK: 19946 distinct packages available [2024-09-11T01:47:51.144Z] #71 23.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:51.726Z] #71 24.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:52.308Z] #71 ... [2024-09-11T01:47:52.308Z] [2024-09-11T01:47:52.308Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:47:52.575Z] #87 ... [2024-09-11T01:47:52.575Z] [2024-09-11T01:47:52.575Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:52.575Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.6s [2024-09-11T01:47:53.161Z] #51 ... [2024-09-11T01:47:53.161Z] [2024-09-11T01:47:53.161Z] #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-11T01:47:53.161Z] #73 24.08 OK: 12 MiB in 18 packages [2024-09-11T01:47:53.161Z] #73 DONE 25.4s [2024-09-11T01:47:53.161Z] [2024-09-11T01:47:53.161Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:54.151Z] #51 ... [2024-09-11T01:47:54.151Z] [2024-09-11T01:47:54.151Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:47:54.418Z] #88 ... [2024-09-11T01:47:54.418Z] [2024-09-11T01:47:54.418Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:56.363Z] #51 ... [2024-09-11T01:47:56.363Z] [2024-09-11T01:47:56.363Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:47:56.363Z] #0 9.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:56.630Z] #89 ... [2024-09-11T01:47:56.630Z] [2024-09-11T01:47:56.630Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:57.587Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.7s [2024-09-11T01:47:57.857Z] #51 ... [2024-09-11T01:47:57.857Z] [2024-09-11T01:47:57.857Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:47:57.857Z] #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.9s [2024-09-11T01:47:58.123Z] #54 ... [2024-09-11T01:47:58.123Z] [2024-09-11T01:47:58.123Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:59.533Z] #51 ... [2024-09-11T01:47:59.533Z] [2024-09-11T01:47:59.533Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-11T01:47:59.533Z] #78 16.63 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:59.533Z] #78 17.64 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:59.533Z] #78 23.87 OK: 266 MiB in 52 packages [2024-09-11T01:47:59.533Z] #78 DONE 25.7s [2024-09-11T01:47:59.533Z] [2024-09-11T01:47:59.533Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:47:59.800Z] #51 ... [2024-09-11T01:47:59.800Z] [2024-09-11T01:47:59.800Z] #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-11T01:47:59.800Z] #54 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.0s done [2024-09-11T01:47:59.800Z] #54 DONE 33.3s [2024-09-11T01:47:59.800Z] [2024-09-11T01:47:59.800Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-11T01:47:59.800Z] #70 22.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:59.800Z] #70 23.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:59.800Z] #70 28.00 v3.18.9-10-gb451d31977d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-11T01:47:59.800Z] #70 28.00 v3.18.9-8-gd3dc0a13b48 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-11T01:47:59.800Z] #70 28.00 OK: 19946 distinct packages available [2024-09-11T01:47:59.800Z] #70 29.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:47:59.800Z] #70 31.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:00.076Z] #70 ... [2024-09-11T01:48:00.076Z] [2024-09-11T01:48:00.076Z] #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-11T01:48:00.076Z] #71 30.50 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-11T01:48:00.076Z] #71 30.57 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-11T01:48:00.076Z] #71 30.60 (3/4) Installing libucontext (1.2-r2) [2024-09-11T01:48:00.076Z] #71 30.65 (4/4) Installing gcompat (1.1.0-r1) [2024-09-11T01:48:00.076Z] #71 30.70 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:48:00.076Z] #71 30.88 OK: 8 MiB in 19 packages [2024-09-11T01:48:00.076Z] #71 DONE 33.1s [2024-09-11T01:48:00.076Z] [2024-09-11T01:48:00.076Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:00.343Z] #51 ... [2024-09-11T01:48:00.343Z] [2024-09-11T01:48:00.343Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-11T01:48:00.343Z] #90 DONE 1.0s [2024-09-11T01:48:00.610Z] [2024-09-11T01:48:00.610Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:01.210Z] #51 ... [2024-09-11T01:48:01.210Z] [2024-09-11T01:48:01.210Z] #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-11T01:48:01.210Z] #72 23.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:01.210Z] #72 25.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:01.210Z] #72 31.76 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-11T01:48:01.210Z] #72 31.81 (2/2) Installing su-exec (0.2-r3) [2024-09-11T01:48:01.211Z] #72 31.81 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:48:01.211Z] #72 32.07 OK: 8 MiB in 17 packages [2024-09-11T01:48:01.477Z] #72 ... [2024-09-11T01:48:01.477Z] [2024-09-11T01:48:01.477Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:01.477Z] #51 ... [2024-09-11T01:48:01.477Z] [2024-09-11T01:48:01.477Z] #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-11T01:48:01.477Z] #72 DONE 34.1s [2024-09-11T01:48:01.753Z] [2024-09-11T01:48:01.753Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:02.025Z] #51 ... [2024-09-11T01:48:02.025Z] [2024-09-11T01:48:02.025Z] #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-11T01:48:02.025Z] #81 15.49 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:02.025Z] #81 17.41 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:02.025Z] #81 24.77 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-11T01:48:02.025Z] #81 ... [2024-09-11T01:48:02.025Z] [2024-09-11T01:48:02.025Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:02.612Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.7s [2024-09-11T01:48:02.877Z] #51 ... [2024-09-11T01:48:02.877Z] [2024-09-11T01:48:02.877Z] #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-09-11T01:48:02.877Z] #82 9.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:02.877Z] #82 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:03.145Z] #82 ... [2024-09-11T01:48:03.145Z] [2024-09-11T01:48:03.145Z] #91 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:48:03.145Z] #0 6.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:03.145Z] #0 9.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:03.145Z] #91 ... [2024-09-11T01:48:03.145Z] [2024-09-11T01:48:03.145Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:04.555Z] #51 ... [2024-09-11T01:48:04.555Z] [2024-09-11T01:48:04.555Z] #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-11T01:48:04.555Z] #81 26.11 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:48:04.555Z] #81 26.25 OK: 8 MiB in 16 packages [2024-09-11T01:48:04.555Z] #81 DONE 27.9s [2024-09-11T01:48:04.555Z] [2024-09-11T01:48:04.555Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:04.821Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.1s done [2024-09-11T01:48:05.087Z] #51 ... [2024-09-11T01:48:05.087Z] [2024-09-11T01:48:05.087Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:48:05.087Z] #88 10.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:05.087Z] #88 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:05.087Z] #88 19.89 OK: 9 MiB in 17 packages [2024-09-11T01:48:05.087Z] #88 ... [2024-09-11T01:48:05.087Z] [2024-09-11T01:48:05.087Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-11T01:48:05.087Z] #79 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:05.087Z] #79 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:05.355Z] #79 ... [2024-09-11T01:48:05.355Z] [2024-09-11T01:48:05.355Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:05.355Z] #51 DONE 39.2s [2024-09-11T01:48:05.355Z] [2024-09-11T01:48:05.355Z] #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-09-11T01:48:05.355Z] #82 20.95 OK: 8 MiB in 16 packages [2024-09-11T01:48:05.623Z] #82 ... [2024-09-11T01:48:05.623Z] [2024-09-11T01:48:05.623Z] #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-11T01:48:05.623Z] #80 9.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:05.623Z] #80 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:05.623Z] #80 ... [2024-09-11T01:48:05.623Z] [2024-09-11T01:48:05.623Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:48:05.623Z] #88 DONE 21.5s [2024-09-11T01:48:05.623Z] [2024-09-11T01:48:05.623Z] #82 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-09-11T01:48:05.623Z] #82 DONE 23.6s [2024-09-11T01:48:05.623Z] [2024-09-11T01:48:05.623Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-11T01:48:05.623Z] #79 20.77 OK: 18 MiB in 19 packages [2024-09-11T01:48:06.207Z] #79 ... [2024-09-11T01:48:06.207Z] [2024-09-11T01:48:06.207Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-11T01:48:06.207Z] #83 7.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:06.207Z] #83 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:06.207Z] #83 17.05 OK: 18 MiB in 19 packages [2024-09-11T01:48:06.207Z] #83 ... [2024-09-11T01:48:06.207Z] [2024-09-11T01:48:06.207Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-11T01:48:06.207Z] #70 38.78 (1/5) Installing dumb-init (1.2.5-r2) [2024-09-11T01:48:06.207Z] #70 38.81 (2/5) Installing musl-obstack (1.2.3-r2) [2024-09-11T01:48:06.207Z] #70 38.82 (3/5) Installing libucontext (1.2-r2) [2024-09-11T01:48:06.207Z] #70 38.85 (4/5) Installing gcompat (1.1.0-r1) [2024-09-11T01:48:06.207Z] #70 38.89 (5/5) Installing openssl (3.1.7-r0) [2024-09-11T01:48:06.207Z] #70 38.93 Executing busybox-1.36.1-r7.trigger [2024-09-11T01:48:06.207Z] #70 39.17 OK: 9 MiB in 20 packages [2024-09-11T01:48:06.796Z] #70 ... [2024-09-11T01:48:06.796Z] [2024-09-11T01:48:06.796Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-11T01:48:06.796Z] #83 DONE 18.3s [2024-09-11T01:48:06.796Z] [2024-09-11T01:48:06.796Z] #92 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-11T01:48:06.796Z] #92 DONE 0.1s [2024-09-11T01:48:06.796Z] [2024-09-11T01:48:06.796Z] #80 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-11T01:48:06.796Z] #80 19.97 OK: 8 MiB in 16 packages [2024-09-11T01:48:07.072Z] #80 DONE 21.4s [2024-09-11T01:48:07.072Z] [2024-09-11T01:48:07.072Z] #93 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-11T01:48:07.072Z] #0 5.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:07.365Z] #93 ... [2024-09-11T01:48:07.365Z] [2024-09-11T01:48:07.365Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-11T01:48:07.365Z] #79 DONE 22.5s [2024-09-11T01:48:07.365Z] [2024-09-11T01:48:07.365Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-11T01:48:07.365Z] #0 6.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:07.633Z] #94 ... [2024-09-11T01:48:07.633Z] [2024-09-11T01:48:07.633Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-11T01:48:07.902Z] #70 DONE 40.8s [2024-09-11T01:48:07.902Z] [2024-09-11T01:48:07.902Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-11T01:48:07.902Z] #95 ... [2024-09-11T01:48:07.902Z] [2024-09-11T01:48:07.902Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:48:07.902Z] #89 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:07.902Z] #89 20.03 OK: 13 MiB in 26 packages [2024-09-11T01:48:07.902Z] #89 DONE 21.5s [2024-09-11T01:48:08.168Z] [2024-09-11T01:48:08.168Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:48:08.168Z] #96 ... [2024-09-11T01:48:08.168Z] [2024-09-11T01:48:08.168Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-11T01:48:08.168Z] #94 8.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:10.117Z] #94 ... [2024-09-11T01:48:10.118Z] [2024-09-11T01:48:10.118Z] #91 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-11T01:48:10.118Z] #91 16.35 OK: 12 MiB in 18 packages [2024-09-11T01:48:10.118Z] #91 DONE 17.1s [2024-09-11T01:48:10.385Z] [2024-09-11T01:48:10.385Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-11T01:48:10.385Z] #95 2.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:11.342Z] #95 3.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:11.924Z] #95 ... [2024-09-11T01:48:11.924Z] [2024-09-11T01:48:11.924Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-11T01:48:11.924Z] #94 11.38 OK: 8 MiB in 19 packages [2024-09-11T01:48:11.924Z] #94 DONE 11.8s [2024-09-11T01:48:12.190Z] [2024-09-11T01:48:12.190Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:48:12.787Z] #97 ... [2024-09-11T01:48:12.787Z] [2024-09-11T01:48:12.787Z] #93 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-11T01:48:12.787Z] #93 7.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-11T01:48:12.787Z] #93 10.04 OK: 8 MiB in 17 packages [2024-09-11T01:48:12.787Z] #93 DONE 11.0s [2024-09-11T01:48:12.787Z] [2024-09-11T01:48:12.787Z] #98 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-11T01:48:14.194Z] #98 ... [2024-09-11T01:48:14.194Z] [2024-09-11T01:48:14.194Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:48:14.194Z] #97 DONE 1.9s [2024-09-11T01:48:14.194Z] [2024-09-11T01:48:14.194Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-11T01:48:14.194Z] #99 DONE 0.3s [2024-09-11T01:48:14.194Z] [2024-09-11T01:48:14.194Z] #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-11T01:48:14.194Z] #95 5.955 OK: 9 MiB in 20 packages [2024-09-11T01:48:14.194Z] #95 DONE 6.4s [2024-09-11T01:48:14.194Z] [2024-09-11T01:48:14.194Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-11T01:48:14.780Z] #100 DONE 0.4s [2024-09-11T01:48:14.780Z] [2024-09-11T01:48:14.780Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:14.780Z] #101 DONE 0.2s [2024-09-11T01:48:14.780Z] [2024-09-11T01:48:14.780Z] #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-11T01:48:15.045Z] #102 DONE 0.2s [2024-09-11T01:48:15.045Z] [2024-09-11T01:48:15.045Z] #103 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-11T01:48:15.317Z] #103 DONE 0.4s [2024-09-11T01:48:15.317Z] [2024-09-11T01:48:15.317Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:48:15.590Z] #104 ... [2024-09-11T01:48:15.590Z] [2024-09-11T01:48:15.590Z] #98 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-11T01:48:15.590Z] #98 DONE 2.6s [2024-09-11T01:48:15.590Z] [2024-09-11T01:48:15.590Z] #105 [security-spire-config] exporting to image [2024-09-11T01:48:15.590Z] #105 exporting layers [2024-09-11T01:48:15.860Z] #105 ... [2024-09-11T01:48:15.860Z] [2024-09-11T01:48:15.860Z] #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-11T01:48:15.860Z] #106 DONE 1.5s [2024-09-11T01:48:15.860Z] [2024-09-11T01:48:15.860Z] #107 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-11T01:48:15.860Z] #107 DONE 0.4s [2024-09-11T01:48:15.860Z] [2024-09-11T01:48:15.860Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:48:16.449Z] #108 ... [2024-09-11T01:48:16.449Z] [2024-09-11T01:48:16.449Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:48:16.449Z] #104 DONE 2.2s [2024-09-11T01:48:16.449Z] [2024-09-11T01:48:16.449Z] #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-11T01:48:16.449Z] #109 DONE 0.2s [2024-09-11T01:48:16.449Z] [2024-09-11T01:48:16.449Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:48:16.720Z] #96 ... [2024-09-11T01:48:16.720Z] [2024-09-11T01:48:16.720Z] #110 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-11T01:48:16.720Z] #110 DONE 0.2s [2024-09-11T01:48:16.720Z] [2024-09-11T01:48:16.720Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:16.987Z] #111 DONE 0.2s [2024-09-11T01:48:16.987Z] [2024-09-11T01:48:16.987Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-11T01:48:16.987Z] #112 ... [2024-09-11T01:48:16.987Z] [2024-09-11T01:48:16.987Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-11T01:48:16.987Z] #108 DONE 1.4s [2024-09-11T01:48:17.255Z] [2024-09-11T01:48:17.255Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-11T01:48:17.255Z] #112 DONE 0.2s [2024-09-11T01:48:17.255Z] [2024-09-11T01:48:17.255Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-11T01:48:17.255Z] #113 ... [2024-09-11T01:48:17.255Z] [2024-09-11T01:48:17.255Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-11T01:48:17.255Z] #114 DONE 0.3s [2024-09-11T01:48:17.520Z] [2024-09-11T01:48:17.520Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-11T01:48:17.520Z] #113 DONE 0.3s [2024-09-11T01:48:17.520Z] [2024-09-11T01:48:17.520Z] #105 [security-spire-server] exporting to image [2024-09-11T01:48:17.796Z] #105 ... [2024-09-11T01:48:17.796Z] [2024-09-11T01:48:17.796Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-11T01:48:17.796Z] #115 DONE 0.4s [2024-09-11T01:48:18.062Z] [2024-09-11T01:48:18.063Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:18.063Z] #116 DONE 0.2s [2024-09-11T01:48:18.063Z] [2024-09-11T01:48:18.063Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:48:18.063Z] #86 ... [2024-09-11T01:48:18.063Z] [2024-09-11T01:48:18.063Z] #105 [security-spire-config] exporting to image [2024-09-11T01:48:18.063Z] #105 exporting layers 2.7s done [2024-09-11T01:48:18.063Z] #105 writing image sha256:da1ec30e5a2b474afd0ab5848307ae0df2d7545165ac2db18150fab5ccee88b8 done [2024-09-11T01:48:18.063Z] #105 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-09-11T01:48:18.329Z] #105 ... [2024-09-11T01:48:18.329Z] [2024-09-11T01:48:18.329Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-11T01:48:18.329Z] #117 DONE 0.2s [2024-09-11T01:48:18.329Z] [2024-09-11T01:48:18.329Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-11T01:48:18.329Z] #118 DONE 0.1s [2024-09-11T01:48:18.329Z] [2024-09-11T01:48:18.329Z] #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:48:18.598Z] #85 ... [2024-09-11T01:48:18.598Z] [2024-09-11T01:48:18.598Z] #105 [security-spire-agent] exporting to image [2024-09-11T01:48:20.008Z] #105 exporting layers 2.3s done [2024-09-11T01:48:20.008Z] #105 writing image sha256:6c37c04653aadca8ea4db127ec0a8b7b6468c053ccb49e9143776503196ad2dd done [2024-09-11T01:48:20.008Z] #105 naming to docker.io/library/security-spire-server-arm64 done [2024-09-11T01:48:20.275Z] #105 exporting layers 1.9s done [2024-09-11T01:48:20.541Z] #105 writing image sha256:29df90e6b2a0aa2f7e8689be6cc6065b4c713b0b6e6bf8b6fb030014967d8a33 done [2024-09-11T01:48:20.541Z] #105 naming to docker.io/library/security-spire-agent-arm64 done [2024-09-11T01:48:20.541Z] #105 DONE 5.0s [2024-09-11T01:48:20.541Z] [2024-09-11T01:48:20.541Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:48:44.747Z] #151 ... [2024-09-11T01:48:44.747Z] [2024-09-11T01:48:44.747Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-11T01:48:44.747Z] #148 DONE 167.9s [2024-09-11T01:48:44.747Z] [2024-09-11T01:48:44.747Z] #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-11T01:48:46.653Z] #159 ... [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-11T01:48:46.653Z] #152 DONE 177.4s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T01:48:46.653Z] #156 DONE 177.5s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T01:48:46.653Z] #160 DONE 177.5s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-11T01:48:46.653Z] #154 DONE 177.5s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-11T01:48:46.653Z] #150 DONE 177.4s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-11T01:48:46.653Z] #161 ... [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-11T01:48:46.653Z] #159 DONE 177.5s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #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 [2024-09-11T01:48:46.653Z] #151 DONE 177.5s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-11T01:48:46.653Z] #158 DONE 177.6s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-11T01:48:46.653Z] #153 DONE 177.7s [2024-09-11T01:48:46.653Z] [2024-09-11T01:48:46.653Z] #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:46.912Z] #162 ... [2024-09-11T01:48:46.912Z] [2024-09-11T01:48:46.912Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T01:48:46.912Z] #149 DONE 178.0s [2024-09-11T01:48:46.912Z] [2024-09-11T01:48:46.912Z] #157 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-11T01:48:46.912Z] #157 DONE 178.0s [2024-09-11T01:48:47.172Z] [2024-09-11T01:48:47.172Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T01:48:47.172Z] #155 DONE 178.1s [2024-09-11T01:48:47.172Z] [2024-09-11T01:48:47.172Z] #163 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.431Z] #163 ... [2024-09-11T01:48:47.431Z] [2024-09-11T01:48:47.431Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-11T01:48:47.431Z] #161 DONE 1.0s [2024-09-11T01:48:47.431Z] [2024-09-11T01:48:47.431Z] #164 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.431Z] #164 DONE 1.0s [2024-09-11T01:48:47.431Z] [2024-09-11T01:48:47.431Z] #165 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.431Z] #165 DONE 1.1s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.691Z] #166 DONE 1.0s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #167 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.691Z] #167 DONE 0.7s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #168 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.691Z] #168 DONE 0.7s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #163 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.691Z] #163 DONE 0.6s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.691Z] #169 DONE 0.6s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:47.691Z] #162 DONE 0.9s [2024-09-11T01:48:47.691Z] [2024-09-11T01:48:47.691Z] #170 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #170 ... [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #171 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #171 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #172 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #173 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:48.258Z] #173 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #174 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:48.258Z] #175 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #176 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #176 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #177 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #178 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:48.258Z] #178 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #179 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #179 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:48.258Z] #180 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #181 CACHED [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #182 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #182 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #183 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #184 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #184 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #170 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:48.258Z] #170 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #185 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-11T01:48:48.258Z] #185 DONE 0.7s [2024-09-11T01:48:48.258Z] [2024-09-11T01:48:48.258Z] #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-11T01:48:50.158Z] #186 ... [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #187 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-09-11T01:48:50.158Z] #187 DONE 1.8s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #188 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-11T01:48:50.158Z] #188 DONE 1.8s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #189 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-11T01:48:50.158Z] #189 DONE 1.9s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #190 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-11T01:48:50.158Z] #190 DONE 1.8s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #191 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.158Z] #191 ... [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-11T01:48:50.158Z] #192 DONE 2.0s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-11T01:48:50.158Z] #193 DONE 2.1s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #194 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-11T01:48:50.158Z] #194 DONE 2.1s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #195 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-09-11T01:48:50.158Z] #195 DONE 2.1s [2024-09-11T01:48:50.158Z] [2024-09-11T01:48:50.158Z] #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-09-11T01:48:50.158Z] #196 DONE 2.0s [2024-09-11T01:48:50.419Z] [2024-09-11T01:48:50.419Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-11T01:48:50.419Z] #197 DONE 2.1s [2024-09-11T01:48:50.419Z] [2024-09-11T01:48:50.419Z] #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-11T01:48:50.419Z] #186 DONE 2.1s [2024-09-11T01:48:50.419Z] [2024-09-11T01:48:50.419Z] #198 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-11T01:48:50.419Z] #198 DONE 3.0s [2024-09-11T01:48:50.419Z] [2024-09-11T01:48:50.419Z] #199 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.419Z] #199 DONE 2.0s [2024-09-11T01:48:50.419Z] [2024-09-11T01:48:50.419Z] #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.419Z] #200 ... [2024-09-11T01:48:50.419Z] [2024-09-11T01:48:50.419Z] #201 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.419Z] #201 DONE 0.3s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-11T01:48:50.680Z] #202 DONE 0.6s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #203 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-11T01:48:50.680Z] #203 DONE 0.6s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #191 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.680Z] #191 DONE 0.6s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-11T01:48:50.680Z] #204 ... [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.680Z] #205 DONE 0.4s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.680Z] #206 DONE 0.4s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #207 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.680Z] #207 DONE 0.5s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #208 [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 [2024-09-11T01:48:50.680Z] #208 DONE 0.5s [2024-09-11T01:48:50.680Z] [2024-09-11T01:48:50.680Z] #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.680Z] #209 DONE 0.5s [2024-09-11T01:48:50.939Z] [2024-09-11T01:48:50.939Z] #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.939Z] #210 DONE 0.5s [2024-09-11T01:48:50.939Z] [2024-09-11T01:48:50.939Z] #211 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T01:48:50.939Z] #211 DONE 0.5s [2024-09-11T01:48:50.939Z] [2024-09-11T01:48:50.939Z] #93 [security-spiffe-token-provider] exporting to image [2024-09-11T01:48:50.939Z] #93 exporting layers [2024-09-11T01:48:50.939Z] #93 ... [2024-09-11T01:48:50.939Z] [2024-09-11T01:48:50.939Z] #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:50.939Z] #200 DONE 0.5s [2024-09-11T01:48:50.939Z] [2024-09-11T01:48:50.939Z] #212 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-11T01:48:50.939Z] #212 DONE 0.5s [2024-09-11T01:48:50.939Z] [2024-09-11T01:48:50.939Z] #93 [support-notifications] exporting to image [2024-09-11T01:48:50.939Z] #93 exporting layers 0.4s done [2024-09-11T01:48:51.244Z] #93 ... [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-11T01:48:51.244Z] #204 DONE 0.4s [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:51.244Z] #213 DONE 0.4s [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-11T01:48:51.244Z] #214 DONE 0.4s [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #215 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:51.244Z] #215 DONE 0.4s [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #93 [core-data] exporting to image [2024-09-11T01:48:51.244Z] #93 ... [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #216 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-11T01:48:51.244Z] #216 DONE 0.4s [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #217 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-11T01:48:51.244Z] #217 DONE 0.3s [2024-09-11T01:48:51.244Z] [2024-09-11T01:48:51.244Z] #93 [core-metadata] exporting to image [2024-09-11T01:48:51.244Z] #93 exporting layers 0.6s done [2024-09-11T01:48:51.549Z] #93 ... [2024-09-11T01:48:51.549Z] [2024-09-11T01:48:51.549Z] #218 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:51.549Z] #218 DONE 0.2s [2024-09-11T01:48:51.549Z] [2024-09-11T01:48:51.549Z] #93 [core-metadata] exporting to image [2024-09-11T01:48:51.549Z] #93 writing image sha256:ac52ff16d704e4a477b7208a33e03dde205fdf4d56c5769d5818254a55979525 [2024-09-11T01:48:51.549Z] #93 writing image sha256:203cfb60c697706e2026ff3b78c891a19c562ce8debc8cb94efaa1cdbfa198ce [2024-09-11T01:48:51.549Z] #93 writing image sha256:67ce4acb986454844817cc4dd25b0709740ee906c9654474472b8aa5845a6464 [2024-09-11T01:48:51.549Z] #93 writing image sha256:a4277126ab10349b65709b3c746dd2059ccdb9baab29cbed5d504e36a1af0f27 [2024-09-11T01:48:51.549Z] #93 ... [2024-09-11T01:48:51.549Z] [2024-09-11T01:48:51.549Z] #219 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-11T01:48:51.549Z] #219 DONE 0.3s [2024-09-11T01:48:51.549Z] [2024-09-11T01:48:51.549Z] #220 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-11T01:48:51.549Z] #220 DONE 0.3s [2024-09-11T01:48:51.549Z] [2024-09-11T01:48:51.549Z] #93 [core-keeper] exporting to image [2024-09-11T01:48:51.549Z] #93 writing image sha256:ac52ff16d704e4a477b7208a33e03dde205fdf4d56c5769d5818254a55979525 0.2s done [2024-09-11T01:48:51.549Z] #93 writing image sha256:a4277126ab10349b65709b3c746dd2059ccdb9baab29cbed5d504e36a1af0f27 0.2s done [2024-09-11T01:48:51.549Z] #93 naming to docker.io/library/core-keeper done [2024-09-11T01:48:51.549Z] #93 naming to docker.io/library/support-scheduler [2024-09-11T01:48:51.808Z] #93 exporting layers 0.8s done [2024-09-11T01:48:51.808Z] #93 writing image sha256:203cfb60c697706e2026ff3b78c891a19c562ce8debc8cb94efaa1cdbfa198ce 0.2s done [2024-09-11T01:48:51.808Z] #93 writing image sha256:67ce4acb986454844817cc4dd25b0709740ee906c9654474472b8aa5845a6464 0.2s done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/support-scheduler done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/core-command done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/support-cron-scheduler done [2024-09-11T01:48:51.808Z] #93 exporting layers 0.7s done [2024-09-11T01:48:51.808Z] #93 writing image sha256:27726c409633cf851f21fd3ce3733c60288ff6a714b8ae1100cf79138835e321 done [2024-09-11T01:48:51.808Z] #93 writing image sha256:bb68215e67d556be2c91a2c84105c8091bb4ce46f545b3135a367d81a1d9e34d done [2024-09-11T01:48:51.808Z] #93 writing image sha256:65aae442ceea5ce3b52aac56cd075f0cc6cf2e1b780a416703eca154733b8d40 done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/security-spiffe-token-provider done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/core-metadata done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/support-notifications done [2024-09-11T01:48:51.808Z] #93 writing image sha256:1d2cce6457910ef24dfe9c440eecbcc8504d1b686644e04a048c165a717cb4c5 done [2024-09-11T01:48:51.808Z] #93 naming to docker.io/library/core-data done [2024-09-11T01:48:51.808Z] #93 DONE 2.6s [2024-09-11T01:48:51.808Z] [2024-09-11T01:48:51.808Z] #221 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-11T01:48:51.808Z] #221 DONE 0.3s [2024-09-11T01:48:51.808Z] [2024-09-11T01:48:51.808Z] #222 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-11T01:48:51.808Z] #222 DONE 0.3s [2024-09-11T01:48:51.808Z] [2024-09-11T01:48:51.809Z] #223 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-09-11T01:48:51.809Z] #223 DONE 0.1s [2024-09-11T01:48:51.809Z] [2024-09-11T01:48:51.809Z] #224 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-11T01:48:51.809Z] #224 DONE 0.1s [2024-09-11T01:48:51.809Z] [2024-09-11T01:48:51.809Z] #225 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-09-11T01:48:51.809Z] #225 DONE 0.0s [2024-09-11T01:48:51.809Z] [2024-09-11T01:48:51.809Z] #226 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T01:48:51.809Z] #226 DONE 0.8s [2024-09-11T01:48:51.809Z] [2024-09-11T01:48:51.809Z] #93 [core-common-config-bootstrapper] exporting to image [2024-09-11T01:48:52.067Z] #93 ... [2024-09-11T01:48:52.067Z] [2024-09-11T01:48:52.067Z] #227 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-09-11T01:48:52.067Z] #227 DONE 0.1s [2024-09-11T01:48:52.067Z] [2024-09-11T01:48:52.067Z] #228 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T01:48:52.067Z] #228 DONE 0.8s [2024-09-11T01:48:52.326Z] [2024-09-11T01:48:52.326Z] #229 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T01:48:52.326Z] #229 DONE 1.0s [2024-09-11T01:48:52.326Z] [2024-09-11T01:48:52.326Z] #230 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-11T01:48:52.326Z] #230 DONE 0.1s [2024-09-11T01:48:52.326Z] [2024-09-11T01:48:52.326Z] #231 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-11T01:48:52.326Z] #231 DONE 0.1s [2024-09-11T01:48:52.326Z] [2024-09-11T01:48:52.326Z] #93 [core-common-config-bootstrapper] exporting to image [2024-09-11T01:48:52.326Z] #93 exporting layers 0.2s done [2024-09-11T01:48:52.326Z] #93 writing image sha256:8c27909840abbe33c0e935bf8af2f27b3dba90b5dab88dc8ca72be02f9b68f0b done [2024-09-11T01:48:52.326Z] #93 naming to docker.io/library/core-common-config-bootstrapper done [2024-09-11T01:48:52.326Z] #93 exporting layers 0.2s done [2024-09-11T01:48:52.588Z] #93 exporting layers 0.3s done [2024-09-11T01:48:52.588Z] #93 writing image sha256:8b8d2d7018a0eb7384ca1ea728b9a009307d75c5417ba6a0a93ba8451048dbe9 0.0s done [2024-09-11T01:48:52.588Z] #93 naming to docker.io/library/security-proxy-auth done [2024-09-11T01:48:52.588Z] #93 writing image sha256:e8d72d202e5f0c8bb3081d31f0ebcfae01996f6fa389ce0093d97b91ce1dd9af done [2024-09-11T01:48:52.588Z] #93 naming to docker.io/library/security-proxy-setup done [2024-09-11T01:48:52.588Z] #93 DONE 3.0s [2024-09-11T01:48:52.588Z] [2024-09-11T01:48:52.588Z] #232 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-11T01:48:52.588Z] #232 ... [2024-09-11T01:48:52.588Z] [2024-09-11T01:48:52.588Z] #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T01:48:52.588Z] #233 DONE 0.6s [2024-09-11T01:48:52.847Z] [2024-09-11T01:48:52.847Z] #93 [security-secretstore-setup] exporting to image [2024-09-11T01:48:52.847Z] #93 exporting layers 0.2s done [2024-09-11T01:48:52.847Z] #93 writing image sha256:f051ca5c9b5c99e8ff6334f0e1b7d039a19bae4f519f89e04f31de375680763e done [2024-09-11T01:48:52.847Z] #93 naming to docker.io/library/security-secretstore-setup done [2024-09-11T01:48:52.847Z] #93 DONE 3.2s [2024-09-11T01:48:52.847Z] [2024-09-11T01:48:52.847Z] #232 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-11T01:48:52.847Z] #232 DONE 0.6s [2024-09-11T01:48:52.847Z] [2024-09-11T01:48:52.848Z] #57 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:53.108Z] #57 ... [2024-09-11T01:48:53.108Z] [2024-09-11T01:48:53.108Z] #93 [security-bootstrapper] exporting to image [2024-09-11T01:48:53.108Z] #93 exporting layers 0.2s done [2024-09-11T01:48:53.108Z] #93 writing image sha256:325c6baed5338ddf37d7c2484b5db72cf2434bdf061927ce0bac50f7acb182d3 done [2024-09-11T01:48:53.108Z] #93 naming to docker.io/library/security-bootstrapper done [2024-09-11T01:48:53.108Z] #93 DONE 3.4s [2024-09-11T01:48:53.108Z] [2024-09-11T01:48:53.108Z] #57 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T01:48:53.108Z] time="2024-09-11T01:43:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-11T01:48:53.117Z] $ docker stop --time=1 5ff08b7ac8df7ea304fd7a1451704e8bc2c124753e9c42f42d56dff748fbdfde [2024-09-11T01:48:54.426Z] $ docker rm -f --volumes 5ff08b7ac8df7ea304fd7a1451704e8bc2c124753e9c42f42d56dff748fbdfde [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-11T01:48:54.780Z] + docker images [2024-09-11T01:48:54.780Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-11T01:48:54.780Z] security-bootstrapper latest 325c6baed533 2 seconds ago 19MB [2024-09-11T01:48:54.780Z] security-secretstore-setup latest f051ca5c9b5c 2 seconds ago 37MB [2024-09-11T01:48:54.780Z] security-proxy-setup latest e8d72d202e5f 3 seconds ago 26.2MB [2024-09-11T01:48:54.780Z] core-common-config-bootstrapper latest 8c27909840ab 3 seconds ago 15.2MB [2024-09-11T01:48:54.780Z] security-proxy-auth latest 8b8d2d7018a0 3 seconds ago 33.1MB [2024-09-11T01:48:54.780Z] security-spiffe-token-provider latest 27726c409633 4 seconds ago 28.9MB [2024-09-11T01:48:54.780Z] core-keeper latest ac52ff16d704 4 seconds ago 39.6MB [2024-09-11T01:48:54.780Z] support-cron-scheduler latest 67ce4acb9864 4 seconds ago 44.2MB [2024-09-11T01:48:54.780Z] core-metadata latest bb68215e67d5 4 seconds ago 39.9MB [2024-09-11T01:48:54.780Z] core-data latest 1d2cce645791 4 seconds ago 39.7MB [2024-09-11T01:48:54.780Z] support-scheduler latest a4277126ab10 4 seconds ago 42MB [2024-09-11T01:48:54.780Z] support-notifications latest 65aae442ceea 4 seconds ago 42.6MB [2024-09-11T01:48:54.780Z] core-command latest 203cfb60c697 4 seconds ago 35.5MB [2024-09-11T01:48:54.780Z] security-spire-agent latest 84cf736342c9 4 minutes ago 182MB [2024-09-11T01:48:54.780Z] security-spire-server latest 2de786251244 4 minutes ago 121MB [2024-09-11T01:48:54.780Z] security-spire-config latest f1092214f0c9 4 minutes ago 120MB [2024-09-11T01:48:54.780Z] ci-base-image-x86_64 latest fbe5c3ad69cf 8 minutes ago 971MB [2024-09-11T01:48:54.780Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB [2024-09-11T01:48:54.780Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB [2024-09-11T01:48:54.780Z] 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 [2024-09-11T01:48:54.922Z] provisioning config files... [2024-09-11T01:48:54.932Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config13896570198559148371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-11T01:48:55.243Z] ---> ****-login.sh [2024-09-11T01:48:55.244Z] nexus3.edgexfoundry.org:10001 [2024-09-11T01:48:55.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:48:55.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:48:55.244Z] Configure a credential helper to remove this warning. See [2024-09-11T01:48:55.244Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:48:55.244Z] [2024-09-11T01:48:55.244Z] Login Succeeded [2024-09-11T01:48:55.244Z] nexus3.edgexfoundry.org:10002 [2024-09-11T01:48:55.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:48:55.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:48:55.244Z] Configure a credential helper to remove this warning. See [2024-09-11T01:48:55.244Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:48:55.244Z] [2024-09-11T01:48:55.244Z] Login Succeeded [2024-09-11T01:48:55.244Z] nexus3.edgexfoundry.org:10003 [2024-09-11T01:48:55.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:48:55.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:48:55.503Z] Configure a credential helper to remove this warning. See [2024-09-11T01:48:55.503Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:48:55.503Z] [2024-09-11T01:48:55.503Z] Login Succeeded [2024-09-11T01:48:55.503Z] nexus3.edgexfoundry.org:10004 [2024-09-11T01:48:55.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:48:55.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:48:55.503Z] Configure a credential helper to remove this warning. See [2024-09-11T01:48:55.503Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:48:55.503Z] [2024-09-11T01:48:55.503Z] Login Succeeded [2024-09-11T01:48:55.503Z] ****.io [2024-09-11T01:48:55.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T01:48:55.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T01:48:55.762Z] Configure a credential helper to remove this warning. See [2024-09-11T01:48:55.762Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T01:48:55.762Z] [2024-09-11T01:48:55.762Z] Login Succeeded [2024-09-11T01:48:55.762Z] ---> ****-login.sh ends [Pipeline] } [2024-09-11T01:48:55.768Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:48:55.817Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-11T01:48:55.849Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-09-11T01:48:55.849Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:48:55.849Z] latest [2024-09-11T01:48:55.849Z] 3.2.0-dev.72 [2024-09-11T01:48:55.849Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:48:55.849Z] main [2024-09-11T01:48:55.849Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:48:56.187Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:48:56.512Z] + docker push nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:48:56.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-11T01:48:56.512Z] f3cb260f396f: Preparing [2024-09-11T01:48:56.512Z] 4e29a2c7e467: Preparing [2024-09-11T01:48:56.512Z] bb8d484368ec: Preparing [2024-09-11T01:48:56.512Z] 2f710eef30d3: Preparing [2024-09-11T01:48:56.512Z] f191693e0840: Preparing [2024-09-11T01:48:56.512Z] e273ee064f48: Preparing [2024-09-11T01:48:56.512Z] d62a02444d39: Preparing [2024-09-11T01:48:56.512Z] d62a02444d39: Waiting [2024-09-11T01:48:56.512Z] e273ee064f48: Waiting [2024-09-11T01:48:56.512Z] f3cb260f396f: Pushed [2024-09-11T01:48:56.512Z] f191693e0840: Pushed [2024-09-11T01:48:56.512Z] 2f710eef30d3: Pushed [2024-09-11T01:48:56.512Z] bb8d484368ec: Pushed [2024-09-11T01:48:56.512Z] d62a02444d39: Layer already exists [2024-09-11T01:48:56.512Z] e273ee064f48: Pushed [2024-09-11T01:48:59.801Z] 4e29a2c7e467: Pushed [2024-09-11T01:48:59.801Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:00.133Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:00.452Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-11T01:49:00.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-11T01:49:00.452Z] f3cb260f396f: Preparing [2024-09-11T01:49:00.452Z] 4e29a2c7e467: Preparing [2024-09-11T01:49:00.452Z] bb8d484368ec: Preparing [2024-09-11T01:49:00.452Z] 2f710eef30d3: Preparing [2024-09-11T01:49:00.452Z] f191693e0840: Preparing [2024-09-11T01:49:00.452Z] e273ee064f48: Preparing [2024-09-11T01:49:00.452Z] d62a02444d39: Preparing [2024-09-11T01:49:00.452Z] e273ee064f48: Waiting [2024-09-11T01:49:00.452Z] f191693e0840: Layer already exists [2024-09-11T01:49:00.452Z] 4e29a2c7e467: Layer already exists [2024-09-11T01:49:00.452Z] f3cb260f396f: Layer already exists [2024-09-11T01:49:00.452Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:00.452Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:00.452Z] d62a02444d39: Layer already exists [2024-09-11T01:49:00.452Z] e273ee064f48: Layer already exists [2024-09-11T01:49:00.452Z] latest: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:00.777Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:01.107Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.72 [2024-09-11T01:49:01.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-11T01:49:01.107Z] f3cb260f396f: Preparing [2024-09-11T01:49:01.107Z] 4e29a2c7e467: Preparing [2024-09-11T01:49:01.107Z] bb8d484368ec: Preparing [2024-09-11T01:49:01.107Z] 2f710eef30d3: Preparing [2024-09-11T01:49:01.107Z] f191693e0840: Preparing [2024-09-11T01:49:01.107Z] e273ee064f48: Preparing [2024-09-11T01:49:01.107Z] d62a02444d39: Preparing [2024-09-11T01:49:01.107Z] e273ee064f48: Waiting [2024-09-11T01:49:01.107Z] d62a02444d39: Waiting [2024-09-11T01:49:01.107Z] f3cb260f396f: Layer already exists [2024-09-11T01:49:01.107Z] 4e29a2c7e467: Layer already exists [2024-09-11T01:49:01.107Z] f191693e0840: Layer already exists [2024-09-11T01:49:01.107Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:01.107Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:01.107Z] e273ee064f48: Layer already exists [2024-09-11T01:49:01.107Z] d62a02444d39: Layer already exists [2024-09-11T01:49:01.107Z] 3.2.0-dev.72: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:01.430Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:01.754Z] + docker push nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:01.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-11T01:49:01.754Z] f3cb260f396f: Preparing [2024-09-11T01:49:01.754Z] 4e29a2c7e467: Preparing [2024-09-11T01:49:01.754Z] bb8d484368ec: Preparing [2024-09-11T01:49:01.754Z] 2f710eef30d3: Preparing [2024-09-11T01:49:01.754Z] f191693e0840: Preparing [2024-09-11T01:49:01.754Z] e273ee064f48: Preparing [2024-09-11T01:49:01.754Z] d62a02444d39: Preparing [2024-09-11T01:49:01.754Z] e273ee064f48: Waiting [2024-09-11T01:49:01.754Z] d62a02444d39: Waiting [2024-09-11T01:49:01.754Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:01.754Z] f3cb260f396f: Layer already exists [2024-09-11T01:49:01.754Z] 4e29a2c7e467: Layer already exists [2024-09-11T01:49:01.754Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:01.754Z] f191693e0840: Layer already exists [2024-09-11T01:49:01.754Z] e273ee064f48: Layer already exists [2024-09-11T01:49:01.754Z] d62a02444d39: Layer already exists [2024-09-11T01:49:01.754Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:02.084Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:02.417Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-09-11T01:49:02.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-11T01:49:02.417Z] f3cb260f396f: Preparing [2024-09-11T01:49:02.417Z] 4e29a2c7e467: Preparing [2024-09-11T01:49:02.417Z] bb8d484368ec: Preparing [2024-09-11T01:49:02.417Z] 2f710eef30d3: Preparing [2024-09-11T01:49:02.417Z] f191693e0840: Preparing [2024-09-11T01:49:02.417Z] e273ee064f48: Preparing [2024-09-11T01:49:02.417Z] d62a02444d39: Preparing [2024-09-11T01:49:02.417Z] e273ee064f48: Waiting [2024-09-11T01:49:02.417Z] d62a02444d39: Waiting [2024-09-11T01:49:02.417Z] 4e29a2c7e467: Layer already exists [2024-09-11T01:49:02.417Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:02.417Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:02.417Z] f191693e0840: Layer already exists [2024-09-11T01:49:02.417Z] f3cb260f396f: Layer already exists [2024-09-11T01:49:02.417Z] d62a02444d39: Layer already exists [2024-09-11T01:49:02.417Z] e273ee064f48: Layer already exists [2024-09-11T01:49:02.417Z] main: digest: sha256:f479517cad166aa07c5e272df7d67aba49a1a4ce9b457734cc0a2a47d470dd2c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:02.489Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:02.502Z] taggedImages: [2024-09-11T01:49:02.502Z] - nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:02.502Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-11T01:49:02.502Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.72 [2024-09-11T01:49:02.502Z] - nexus3.edgexfoundry.org:10004/core-command:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:02.502Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-09-11T01:49:02.524Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-09-11T01:49:02.524Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:02.524Z] latest [2024-09-11T01:49:02.524Z] 3.2.0-dev.72 [2024-09-11T01:49:02.524Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:02.524Z] main [2024-09-11T01:49:02.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:02.860Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:03.178Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:03.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-11T01:49:03.178Z] 58ba94d5d931: Preparing [2024-09-11T01:49:03.178Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:03.178Z] e53222fa3abc: Preparing [2024-09-11T01:49:03.178Z] bde2ffe0d738: Preparing [2024-09-11T01:49:03.178Z] bb8d484368ec: Preparing [2024-09-11T01:49:03.178Z] 2f710eef30d3: Preparing [2024-09-11T01:49:03.178Z] f191693e0840: Preparing [2024-09-11T01:49:03.178Z] 2f710eef30d3: Waiting [2024-09-11T01:49:03.178Z] f191693e0840: Waiting [2024-09-11T01:49:03.178Z] e273ee064f48: Preparing [2024-09-11T01:49:03.178Z] d62a02444d39: Preparing [2024-09-11T01:49:03.178Z] e273ee064f48: Waiting [2024-09-11T01:49:03.178Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:03.178Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:03.178Z] f191693e0840: Layer already exists [2024-09-11T01:49:03.178Z] e273ee064f48: Layer already exists [2024-09-11T01:49:03.178Z] d62a02444d39: Layer already exists [2024-09-11T01:49:03.179Z] 88c1d7c36a2c: Pushed [2024-09-11T01:49:03.179Z] e53222fa3abc: Pushed [2024-09-11T01:49:03.179Z] 58ba94d5d931: Pushed [2024-09-11T01:49:04.116Z] bde2ffe0d738: Pushed [2024-09-11T01:49:04.116Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:04.450Z] + 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 [2024-09-11T01:49:04.771Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-11T01:49:04.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-11T01:49:04.772Z] 58ba94d5d931: Preparing [2024-09-11T01:49:04.772Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:04.772Z] e53222fa3abc: Preparing [2024-09-11T01:49:04.772Z] bde2ffe0d738: Preparing [2024-09-11T01:49:04.772Z] bb8d484368ec: Preparing [2024-09-11T01:49:04.772Z] 2f710eef30d3: Preparing [2024-09-11T01:49:04.772Z] f191693e0840: Preparing [2024-09-11T01:49:04.772Z] e273ee064f48: Preparing [2024-09-11T01:49:04.772Z] d62a02444d39: Preparing [2024-09-11T01:49:04.772Z] 2f710eef30d3: Waiting [2024-09-11T01:49:04.772Z] e273ee064f48: Waiting [2024-09-11T01:49:04.772Z] f191693e0840: Waiting [2024-09-11T01:49:04.772Z] bde2ffe0d738: Layer already exists [2024-09-11T01:49:04.772Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:04.772Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:04.772Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:04.772Z] e53222fa3abc: Layer already exists [2024-09-11T01:49:04.772Z] f191693e0840: Layer already exists [2024-09-11T01:49:04.772Z] e273ee064f48: Layer already exists [2024-09-11T01:49:04.772Z] d62a02444d39: Layer already exists [2024-09-11T01:49:04.772Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:04.772Z] latest: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:05.107Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:05.440Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.72 [2024-09-11T01:49:05.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-11T01:49:05.440Z] 58ba94d5d931: Preparing [2024-09-11T01:49:05.440Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:05.440Z] e53222fa3abc: Preparing [2024-09-11T01:49:05.440Z] bde2ffe0d738: Preparing [2024-09-11T01:49:05.440Z] bb8d484368ec: Preparing [2024-09-11T01:49:05.440Z] 2f710eef30d3: Preparing [2024-09-11T01:49:05.440Z] f191693e0840: Preparing [2024-09-11T01:49:05.440Z] e273ee064f48: Preparing [2024-09-11T01:49:05.440Z] d62a02444d39: Preparing [2024-09-11T01:49:05.440Z] f191693e0840: Waiting [2024-09-11T01:49:05.440Z] e273ee064f48: Waiting [2024-09-11T01:49:05.440Z] d62a02444d39: Waiting [2024-09-11T01:49:05.440Z] 2f710eef30d3: Waiting [2024-09-11T01:49:05.440Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:05.440Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:05.440Z] e53222fa3abc: Layer already exists [2024-09-11T01:49:05.440Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:05.440Z] bde2ffe0d738: Layer already exists [2024-09-11T01:49:05.440Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:05.440Z] f191693e0840: Layer already exists [2024-09-11T01:49:05.440Z] d62a02444d39: Layer already exists [2024-09-11T01:49:05.440Z] e273ee064f48: Layer already exists [2024-09-11T01:49:05.440Z] 3.2.0-dev.72: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:05.766Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:06.089Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:06.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-11T01:49:06.089Z] 58ba94d5d931: Preparing [2024-09-11T01:49:06.089Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:06.089Z] e53222fa3abc: Preparing [2024-09-11T01:49:06.089Z] bde2ffe0d738: Preparing [2024-09-11T01:49:06.089Z] bb8d484368ec: Preparing [2024-09-11T01:49:06.089Z] 2f710eef30d3: Preparing [2024-09-11T01:49:06.089Z] f191693e0840: Preparing [2024-09-11T01:49:06.089Z] e273ee064f48: Preparing [2024-09-11T01:49:06.089Z] d62a02444d39: Preparing [2024-09-11T01:49:06.089Z] 2f710eef30d3: Waiting [2024-09-11T01:49:06.089Z] f191693e0840: Waiting [2024-09-11T01:49:06.089Z] e273ee064f48: Waiting [2024-09-11T01:49:06.089Z] d62a02444d39: Waiting [2024-09-11T01:49:06.089Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:06.089Z] bde2ffe0d738: Layer already exists [2024-09-11T01:49:06.089Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:06.089Z] e53222fa3abc: Layer already exists [2024-09-11T01:49:06.089Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:06.089Z] f191693e0840: Layer already exists [2024-09-11T01:49:06.089Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:06.089Z] e273ee064f48: Layer already exists [2024-09-11T01:49:06.089Z] d62a02444d39: Layer already exists [2024-09-11T01:49:06.089Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:06.413Z] + 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 [2024-09-11T01:49:06.739Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-09-11T01:49:06.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-11T01:49:06.739Z] 58ba94d5d931: Preparing [2024-09-11T01:49:06.739Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:06.739Z] e53222fa3abc: Preparing [2024-09-11T01:49:06.739Z] bde2ffe0d738: Preparing [2024-09-11T01:49:06.739Z] bb8d484368ec: Preparing [2024-09-11T01:49:06.739Z] 2f710eef30d3: Preparing [2024-09-11T01:49:06.739Z] f191693e0840: Preparing [2024-09-11T01:49:06.739Z] e273ee064f48: Preparing [2024-09-11T01:49:06.739Z] d62a02444d39: Preparing [2024-09-11T01:49:06.739Z] d62a02444d39: Waiting [2024-09-11T01:49:06.739Z] f191693e0840: Waiting [2024-09-11T01:49:06.739Z] e273ee064f48: Waiting [2024-09-11T01:49:06.739Z] 2f710eef30d3: Waiting [2024-09-11T01:49:06.739Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:06.739Z] bde2ffe0d738: Layer already exists [2024-09-11T01:49:06.739Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:06.739Z] e53222fa3abc: Layer already exists [2024-09-11T01:49:06.739Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:06.739Z] f191693e0840: Layer already exists [2024-09-11T01:49:06.739Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:06.739Z] e273ee064f48: Layer already exists [2024-09-11T01:49:06.739Z] d62a02444d39: Layer already exists [2024-09-11T01:49:06.739Z] main: digest: sha256:7be0ebac8d0843b6c171ab63658e87c6ff63c9d8b88bab423befa3bf599c5ee6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:06.811Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:06.824Z] taggedImages: [2024-09-11T01:49:06.824Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:06.824Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-11T01:49:06.824Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.72 [2024-09-11T01:49:06.824Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:06.824Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-09-11T01:49:06.855Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-09-11T01:49:06.855Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:06.855Z] latest [2024-09-11T01:49:06.855Z] 3.2.0-dev.72 [2024-09-11T01:49:06.855Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:06.855Z] main [2024-09-11T01:49:06.855Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:07.209Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:07.532Z] + docker push nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:07.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-11T01:49:07.532Z] 09fa1a7000c3: Preparing [2024-09-11T01:49:07.532Z] 5094c0e98f35: Preparing [2024-09-11T01:49:07.532Z] 070345c7da96: Preparing [2024-09-11T01:49:07.532Z] bb8d484368ec: Preparing [2024-09-11T01:49:07.532Z] 2f710eef30d3: Preparing [2024-09-11T01:49:07.532Z] e5952922f18a: Preparing [2024-09-11T01:49:07.532Z] 4f752751963c: Preparing [2024-09-11T01:49:07.532Z] d62a02444d39: Preparing [2024-09-11T01:49:07.532Z] d62a02444d39: Waiting [2024-09-11T01:49:07.532Z] 4f752751963c: Waiting [2024-09-11T01:49:07.532Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:07.532Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:07.532Z] 09fa1a7000c3: Pushed [2024-09-11T01:49:07.532Z] d62a02444d39: Layer already exists [2024-09-11T01:49:07.532Z] 4f752751963c: Pushed [2024-09-11T01:49:07.532Z] 5094c0e98f35: Pushed [2024-09-11T01:49:07.532Z] e5952922f18a: Pushed [2024-09-11T01:49:10.824Z] 070345c7da96: Pushed [2024-09-11T01:49:10.824Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:11.151Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:11.479Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-11T01:49:11.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-11T01:49:11.479Z] 09fa1a7000c3: Preparing [2024-09-11T01:49:11.479Z] 5094c0e98f35: Preparing [2024-09-11T01:49:11.479Z] 070345c7da96: Preparing [2024-09-11T01:49:11.479Z] bb8d484368ec: Preparing [2024-09-11T01:49:11.479Z] 2f710eef30d3: Preparing [2024-09-11T01:49:11.479Z] e5952922f18a: Preparing [2024-09-11T01:49:11.479Z] 4f752751963c: Preparing [2024-09-11T01:49:11.479Z] d62a02444d39: Preparing [2024-09-11T01:49:11.479Z] e5952922f18a: Waiting [2024-09-11T01:49:11.479Z] 4f752751963c: Waiting [2024-09-11T01:49:11.479Z] d62a02444d39: Waiting [2024-09-11T01:49:11.479Z] 09fa1a7000c3: Layer already exists [2024-09-11T01:49:11.479Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:11.479Z] 070345c7da96: Layer already exists [2024-09-11T01:49:11.479Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:11.479Z] 5094c0e98f35: Layer already exists [2024-09-11T01:49:11.479Z] e5952922f18a: Layer already exists [2024-09-11T01:49:11.479Z] 4f752751963c: Layer already exists [2024-09-11T01:49:11.479Z] d62a02444d39: Layer already exists [2024-09-11T01:49:11.479Z] latest: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:11.802Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:12.126Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.72 [2024-09-11T01:49:12.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-11T01:49:12.127Z] 09fa1a7000c3: Preparing [2024-09-11T01:49:12.127Z] 5094c0e98f35: Preparing [2024-09-11T01:49:12.127Z] 070345c7da96: Preparing [2024-09-11T01:49:12.127Z] bb8d484368ec: Preparing [2024-09-11T01:49:12.127Z] 2f710eef30d3: Preparing [2024-09-11T01:49:12.127Z] e5952922f18a: Preparing [2024-09-11T01:49:12.127Z] 4f752751963c: Preparing [2024-09-11T01:49:12.127Z] d62a02444d39: Preparing [2024-09-11T01:49:12.127Z] e5952922f18a: Waiting [2024-09-11T01:49:12.127Z] 4f752751963c: Waiting [2024-09-11T01:49:12.127Z] d62a02444d39: Waiting [2024-09-11T01:49:12.127Z] 070345c7da96: Layer already exists [2024-09-11T01:49:12.127Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:12.127Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:12.127Z] 09fa1a7000c3: Layer already exists [2024-09-11T01:49:12.127Z] 5094c0e98f35: Layer already exists [2024-09-11T01:49:12.127Z] 4f752751963c: Layer already exists [2024-09-11T01:49:12.127Z] e5952922f18a: Layer already exists [2024-09-11T01:49:12.127Z] d62a02444d39: Layer already exists [2024-09-11T01:49:12.127Z] 3.2.0-dev.72: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:12.452Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:12.781Z] + docker push nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:12.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-11T01:49:12.781Z] 09fa1a7000c3: Preparing [2024-09-11T01:49:12.781Z] 5094c0e98f35: Preparing [2024-09-11T01:49:12.781Z] 070345c7da96: Preparing [2024-09-11T01:49:12.781Z] bb8d484368ec: Preparing [2024-09-11T01:49:12.781Z] 2f710eef30d3: Preparing [2024-09-11T01:49:12.781Z] e5952922f18a: Preparing [2024-09-11T01:49:12.781Z] 4f752751963c: Preparing [2024-09-11T01:49:12.781Z] d62a02444d39: Preparing [2024-09-11T01:49:12.781Z] e5952922f18a: Waiting [2024-09-11T01:49:12.781Z] 4f752751963c: Waiting [2024-09-11T01:49:12.781Z] d62a02444d39: Waiting [2024-09-11T01:49:12.781Z] 09fa1a7000c3: Layer already exists [2024-09-11T01:49:12.781Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:12.781Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:12.781Z] 070345c7da96: Layer already exists [2024-09-11T01:49:12.781Z] 5094c0e98f35: Layer already exists [2024-09-11T01:49:12.781Z] e5952922f18a: Layer already exists [2024-09-11T01:49:12.781Z] d62a02444d39: Layer already exists [2024-09-11T01:49:12.781Z] 4f752751963c: Layer already exists [2024-09-11T01:49:12.781Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:13.099Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:13.420Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-09-11T01:49:13.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-11T01:49:13.420Z] 09fa1a7000c3: Preparing [2024-09-11T01:49:13.420Z] 5094c0e98f35: Preparing [2024-09-11T01:49:13.420Z] 070345c7da96: Preparing [2024-09-11T01:49:13.420Z] bb8d484368ec: Preparing [2024-09-11T01:49:13.420Z] 2f710eef30d3: Preparing [2024-09-11T01:49:13.420Z] e5952922f18a: Preparing [2024-09-11T01:49:13.420Z] 4f752751963c: Preparing [2024-09-11T01:49:13.420Z] d62a02444d39: Preparing [2024-09-11T01:49:13.420Z] e5952922f18a: Waiting [2024-09-11T01:49:13.420Z] 4f752751963c: Waiting [2024-09-11T01:49:13.420Z] d62a02444d39: Waiting [2024-09-11T01:49:13.420Z] 5094c0e98f35: Layer already exists [2024-09-11T01:49:13.420Z] 070345c7da96: Layer already exists [2024-09-11T01:49:13.420Z] 09fa1a7000c3: Layer already exists [2024-09-11T01:49:13.420Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:13.420Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:13.420Z] e5952922f18a: Layer already exists [2024-09-11T01:49:13.420Z] 4f752751963c: Layer already exists [2024-09-11T01:49:13.420Z] d62a02444d39: Layer already exists [2024-09-11T01:49:13.420Z] main: digest: sha256:4ed59186b973d08d0fbf950f122bce2a7f89e5d3bdab1430ebafe19979df54be size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:13.481Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:13.494Z] taggedImages: [2024-09-11T01:49:13.494Z] - nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:13.494Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-11T01:49:13.494Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.72 [2024-09-11T01:49:13.494Z] - nexus3.edgexfoundry.org:10004/core-data:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:13.494Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-09-11T01:49:13.515Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-09-11T01:49:13.515Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:13.515Z] latest [2024-09-11T01:49:13.515Z] 3.2.0-dev.72 [2024-09-11T01:49:13.515Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:13.515Z] main [2024-09-11T01:49:13.515Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:13.855Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:14.178Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:14.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-11T01:49:14.178Z] e075217485c1: Preparing [2024-09-11T01:49:14.178Z] e7161ddcd949: Preparing [2024-09-11T01:49:14.178Z] 2f710eef30d3: Preparing [2024-09-11T01:49:14.178Z] abd74a605d48: Preparing [2024-09-11T01:49:14.178Z] e4b8094f201f: Preparing [2024-09-11T01:49:14.178Z] d62a02444d39: Preparing [2024-09-11T01:49:14.178Z] d62a02444d39: Waiting [2024-09-11T01:49:14.178Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:14.178Z] d62a02444d39: Layer already exists [2024-09-11T01:49:14.178Z] e4b8094f201f: Pushed [2024-09-11T01:49:14.178Z] abd74a605d48: Pushed [2024-09-11T01:49:14.178Z] e075217485c1: Pushed [2024-09-11T01:49:17.468Z] e7161ddcd949: Pushed [2024-09-11T01:49:17.468Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:17.797Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:18.112Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-11T01:49:18.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-11T01:49:18.112Z] e075217485c1: Preparing [2024-09-11T01:49:18.112Z] e7161ddcd949: Preparing [2024-09-11T01:49:18.112Z] 2f710eef30d3: Preparing [2024-09-11T01:49:18.112Z] abd74a605d48: Preparing [2024-09-11T01:49:18.112Z] e4b8094f201f: Preparing [2024-09-11T01:49:18.112Z] d62a02444d39: Preparing [2024-09-11T01:49:18.112Z] d62a02444d39: Waiting [2024-09-11T01:49:18.112Z] abd74a605d48: Layer already exists [2024-09-11T01:49:18.112Z] e4b8094f201f: Layer already exists [2024-09-11T01:49:18.112Z] e7161ddcd949: Layer already exists [2024-09-11T01:49:18.112Z] e075217485c1: Layer already exists [2024-09-11T01:49:18.112Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:18.112Z] d62a02444d39: Layer already exists [2024-09-11T01:49:18.112Z] latest: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:18.432Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:18.748Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.72 [2024-09-11T01:49:18.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-11T01:49:18.749Z] e075217485c1: Preparing [2024-09-11T01:49:18.749Z] e7161ddcd949: Preparing [2024-09-11T01:49:18.749Z] 2f710eef30d3: Preparing [2024-09-11T01:49:18.749Z] abd74a605d48: Preparing [2024-09-11T01:49:18.749Z] e4b8094f201f: Preparing [2024-09-11T01:49:18.749Z] d62a02444d39: Preparing [2024-09-11T01:49:18.749Z] d62a02444d39: Waiting [2024-09-11T01:49:18.749Z] abd74a605d48: Layer already exists [2024-09-11T01:49:18.749Z] e075217485c1: Layer already exists [2024-09-11T01:49:18.749Z] e7161ddcd949: Layer already exists [2024-09-11T01:49:18.749Z] e4b8094f201f: Layer already exists [2024-09-11T01:49:18.749Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:18.749Z] d62a02444d39: Layer already exists [2024-09-11T01:49:18.749Z] 3.2.0-dev.72: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:19.073Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:19.387Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:19.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-11T01:49:19.387Z] e075217485c1: Preparing [2024-09-11T01:49:19.387Z] e7161ddcd949: Preparing [2024-09-11T01:49:19.387Z] 2f710eef30d3: Preparing [2024-09-11T01:49:19.387Z] abd74a605d48: Preparing [2024-09-11T01:49:19.387Z] e4b8094f201f: Preparing [2024-09-11T01:49:19.387Z] d62a02444d39: Preparing [2024-09-11T01:49:19.388Z] d62a02444d39: Waiting [2024-09-11T01:49:19.388Z] abd74a605d48: Layer already exists [2024-09-11T01:49:19.388Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:19.388Z] e7161ddcd949: Layer already exists [2024-09-11T01:49:19.388Z] e4b8094f201f: Layer already exists [2024-09-11T01:49:19.388Z] e075217485c1: Layer already exists [2024-09-11T01:49:19.388Z] d62a02444d39: Layer already exists [2024-09-11T01:49:19.388Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:19.711Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:20.030Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-09-11T01:49:20.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-11T01:49:20.030Z] e075217485c1: Preparing [2024-09-11T01:49:20.030Z] e7161ddcd949: Preparing [2024-09-11T01:49:20.030Z] 2f710eef30d3: Preparing [2024-09-11T01:49:20.030Z] abd74a605d48: Preparing [2024-09-11T01:49:20.030Z] e4b8094f201f: Preparing [2024-09-11T01:49:20.030Z] d62a02444d39: Preparing [2024-09-11T01:49:20.030Z] d62a02444d39: Waiting [2024-09-11T01:49:20.030Z] e4b8094f201f: Layer already exists [2024-09-11T01:49:20.030Z] e075217485c1: Layer already exists [2024-09-11T01:49:20.030Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:20.030Z] abd74a605d48: Layer already exists [2024-09-11T01:49:20.030Z] e7161ddcd949: Layer already exists [2024-09-11T01:49:20.030Z] d62a02444d39: Layer already exists [2024-09-11T01:49:20.030Z] main: digest: sha256:1e60a7b9134de553bc8245403676edbde3ff702ca67a477007eaffec229e92c6 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:20.098Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:20.110Z] taggedImages: [2024-09-11T01:49:20.110Z] - nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:20.110Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-11T01:49:20.110Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.72 [2024-09-11T01:49:20.110Z] - nexus3.edgexfoundry.org:10004/core-keeper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:20.110Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-09-11T01:49:20.136Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-09-11T01:49:20.136Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:20.136Z] latest [2024-09-11T01:49:20.136Z] 3.2.0-dev.72 [2024-09-11T01:49:20.136Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:20.136Z] main [2024-09-11T01:49:20.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:20.470Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:20.790Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:20.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-11T01:49:20.790Z] 2f5ce9d361a5: Preparing [2024-09-11T01:49:20.790Z] 36ce88eaac8f: Preparing [2024-09-11T01:49:20.790Z] 4275b36558d0: Preparing [2024-09-11T01:49:20.790Z] bb8d484368ec: Preparing [2024-09-11T01:49:20.790Z] 2f710eef30d3: Preparing [2024-09-11T01:49:20.790Z] f191693e0840: Preparing [2024-09-11T01:49:20.790Z] e273ee064f48: Preparing [2024-09-11T01:49:20.790Z] d62a02444d39: Preparing [2024-09-11T01:49:20.790Z] f191693e0840: Waiting [2024-09-11T01:49:20.790Z] d62a02444d39: Waiting [2024-09-11T01:49:20.790Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:20.790Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:20.790Z] f191693e0840: Layer already exists [2024-09-11T01:49:20.790Z] e273ee064f48: Layer already exists [2024-09-11T01:49:20.790Z] d62a02444d39: Layer already exists [2024-09-11T01:49:20.790Z] 36ce88eaac8f: Pushed [2024-09-11T01:49:20.790Z] 2f5ce9d361a5: Pushed [2024-09-11T01:49:24.077Z] 4275b36558d0: Pushed [2024-09-11T01:49:24.077Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:24.478Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:24.802Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-11T01:49:24.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-11T01:49:24.802Z] 2f5ce9d361a5: Preparing [2024-09-11T01:49:24.802Z] 36ce88eaac8f: Preparing [2024-09-11T01:49:24.802Z] 4275b36558d0: Preparing [2024-09-11T01:49:24.802Z] bb8d484368ec: Preparing [2024-09-11T01:49:24.802Z] 2f710eef30d3: Preparing [2024-09-11T01:49:24.802Z] f191693e0840: Preparing [2024-09-11T01:49:24.802Z] e273ee064f48: Preparing [2024-09-11T01:49:24.802Z] d62a02444d39: Preparing [2024-09-11T01:49:24.802Z] d62a02444d39: Waiting [2024-09-11T01:49:24.802Z] e273ee064f48: Waiting [2024-09-11T01:49:24.802Z] f191693e0840: Waiting [2024-09-11T01:49:24.802Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:24.802Z] 36ce88eaac8f: Layer already exists [2024-09-11T01:49:24.802Z] 4275b36558d0: Layer already exists [2024-09-11T01:49:24.802Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:24.802Z] 2f5ce9d361a5: Layer already exists [2024-09-11T01:49:24.802Z] f191693e0840: Layer already exists [2024-09-11T01:49:24.802Z] e273ee064f48: Layer already exists [2024-09-11T01:49:24.802Z] d62a02444d39: Layer already exists [2024-09-11T01:49:24.802Z] latest: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:25.124Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:25.446Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.72 [2024-09-11T01:49:25.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-11T01:49:25.446Z] 2f5ce9d361a5: Preparing [2024-09-11T01:49:25.446Z] 36ce88eaac8f: Preparing [2024-09-11T01:49:25.446Z] 4275b36558d0: Preparing [2024-09-11T01:49:25.446Z] bb8d484368ec: Preparing [2024-09-11T01:49:25.446Z] 2f710eef30d3: Preparing [2024-09-11T01:49:25.446Z] f191693e0840: Preparing [2024-09-11T01:49:25.446Z] e273ee064f48: Preparing [2024-09-11T01:49:25.446Z] d62a02444d39: Preparing [2024-09-11T01:49:25.446Z] e273ee064f48: Waiting [2024-09-11T01:49:25.446Z] d62a02444d39: Waiting [2024-09-11T01:49:25.446Z] f191693e0840: Waiting [2024-09-11T01:49:25.446Z] 2f5ce9d361a5: Layer already exists [2024-09-11T01:49:25.446Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:25.446Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:25.446Z] 4275b36558d0: Layer already exists [2024-09-11T01:49:25.446Z] 36ce88eaac8f: Layer already exists [2024-09-11T01:49:25.446Z] f191693e0840: Layer already exists [2024-09-11T01:49:25.446Z] e273ee064f48: Layer already exists [2024-09-11T01:49:25.446Z] d62a02444d39: Layer already exists [2024-09-11T01:49:25.446Z] 3.2.0-dev.72: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:25.774Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:26.090Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:26.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-11T01:49:26.090Z] 2f5ce9d361a5: Preparing [2024-09-11T01:49:26.090Z] 36ce88eaac8f: Preparing [2024-09-11T01:49:26.090Z] 4275b36558d0: Preparing [2024-09-11T01:49:26.090Z] bb8d484368ec: Preparing [2024-09-11T01:49:26.090Z] 2f710eef30d3: Preparing [2024-09-11T01:49:26.090Z] f191693e0840: Preparing [2024-09-11T01:49:26.090Z] e273ee064f48: Preparing [2024-09-11T01:49:26.090Z] d62a02444d39: Preparing [2024-09-11T01:49:26.090Z] e273ee064f48: Waiting [2024-09-11T01:49:26.090Z] d62a02444d39: Waiting [2024-09-11T01:49:26.090Z] f191693e0840: Waiting [2024-09-11T01:49:26.090Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:26.090Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:26.090Z] 2f5ce9d361a5: Layer already exists [2024-09-11T01:49:26.090Z] 4275b36558d0: Layer already exists [2024-09-11T01:49:26.090Z] 36ce88eaac8f: Layer already exists [2024-09-11T01:49:26.090Z] f191693e0840: Layer already exists [2024-09-11T01:49:26.090Z] d62a02444d39: Layer already exists [2024-09-11T01:49:26.090Z] e273ee064f48: Layer already exists [2024-09-11T01:49:26.090Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:26.545Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:26.860Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-09-11T01:49:26.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-11T01:49:26.860Z] 2f5ce9d361a5: Preparing [2024-09-11T01:49:26.860Z] 36ce88eaac8f: Preparing [2024-09-11T01:49:26.860Z] 4275b36558d0: Preparing [2024-09-11T01:49:26.860Z] bb8d484368ec: Preparing [2024-09-11T01:49:26.860Z] 2f710eef30d3: Preparing [2024-09-11T01:49:26.860Z] f191693e0840: Preparing [2024-09-11T01:49:26.860Z] e273ee064f48: Preparing [2024-09-11T01:49:26.860Z] d62a02444d39: Preparing [2024-09-11T01:49:26.860Z] e273ee064f48: Waiting [2024-09-11T01:49:26.860Z] f191693e0840: Waiting [2024-09-11T01:49:26.860Z] d62a02444d39: Waiting [2024-09-11T01:49:26.860Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:26.860Z] 2f5ce9d361a5: Layer already exists [2024-09-11T01:49:26.860Z] 4275b36558d0: Layer already exists [2024-09-11T01:49:26.860Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:26.860Z] 36ce88eaac8f: Layer already exists [2024-09-11T01:49:26.860Z] f191693e0840: Layer already exists [2024-09-11T01:49:26.860Z] e273ee064f48: Layer already exists [2024-09-11T01:49:26.860Z] d62a02444d39: Layer already exists [2024-09-11T01:49:26.860Z] main: digest: sha256:b068c410961df7338845bdf73d3619394d8636d41e524e3a3ff095e5e2884b10 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:26.930Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:26.943Z] taggedImages: [2024-09-11T01:49:26.943Z] - nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:26.943Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-11T01:49:26.943Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.72 [2024-09-11T01:49:26.943Z] - nexus3.edgexfoundry.org:10004/core-metadata:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:26.943Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-09-11T01:49:26.974Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-09-11T01:49:26.974Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:26.974Z] latest [2024-09-11T01:49:26.974Z] 3.2.0-dev.72 [2024-09-11T01:49:26.974Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:26.974Z] main [2024-09-11T01:49:26.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:27.313Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:27.628Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:27.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-11T01:49:27.628Z] c293f3aad7d1: Preparing [2024-09-11T01:49:27.628Z] 7f520634f7f0: Preparing [2024-09-11T01:49:27.628Z] bd101f1328d5: Preparing [2024-09-11T01:49:27.628Z] 5bd160c43d4e: Preparing [2024-09-11T01:49:27.628Z] e21b7b5f50b5: Preparing [2024-09-11T01:49:27.628Z] 9911d9fdb384: Preparing [2024-09-11T01:49:27.628Z] e1e2cf8e4ba6: Preparing [2024-09-11T01:49:27.628Z] d6dee8399ae7: Preparing [2024-09-11T01:49:27.628Z] bb8d484368ec: Preparing [2024-09-11T01:49:27.628Z] 2f710eef30d3: Preparing [2024-09-11T01:49:27.628Z] 15804bdb98cc: Preparing [2024-09-11T01:49:27.628Z] e53c5253e95b: Preparing [2024-09-11T01:49:27.628Z] 5f70bf18a086: Preparing [2024-09-11T01:49:27.628Z] 8d770b386099: Preparing [2024-09-11T01:49:27.628Z] 01861989da7b: Preparing [2024-09-11T01:49:27.628Z] aa6f67bd1335: Preparing [2024-09-11T01:49:27.628Z] d62a02444d39: Preparing [2024-09-11T01:49:27.628Z] 8d770b386099: Waiting [2024-09-11T01:49:27.628Z] 5f70bf18a086: Waiting [2024-09-11T01:49:27.628Z] e53c5253e95b: Waiting [2024-09-11T01:49:27.628Z] 01861989da7b: Waiting [2024-09-11T01:49:27.628Z] aa6f67bd1335: Waiting [2024-09-11T01:49:27.628Z] e1e2cf8e4ba6: Waiting [2024-09-11T01:49:27.628Z] d62a02444d39: Waiting [2024-09-11T01:49:27.628Z] d6dee8399ae7: Waiting [2024-09-11T01:49:27.628Z] bb8d484368ec: Waiting [2024-09-11T01:49:27.628Z] 2f710eef30d3: Waiting [2024-09-11T01:49:27.628Z] 15804bdb98cc: Waiting [2024-09-11T01:49:27.628Z] bd101f1328d5: Pushed [2024-09-11T01:49:27.628Z] 7f520634f7f0: Pushed [2024-09-11T01:49:27.628Z] 5bd160c43d4e: Pushed [2024-09-11T01:49:27.628Z] e21b7b5f50b5: Pushed [2024-09-11T01:49:27.628Z] c293f3aad7d1: Pushed [2024-09-11T01:49:27.628Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:27.887Z] 9911d9fdb384: Pushed [2024-09-11T01:49:27.887Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:27.887Z] 5f70bf18a086: Layer already exists [2024-09-11T01:49:27.887Z] e1e2cf8e4ba6: Pushed [2024-09-11T01:49:27.887Z] 15804bdb98cc: Pushed [2024-09-11T01:49:27.887Z] e53c5253e95b: Pushed [2024-09-11T01:49:27.887Z] 8d770b386099: Pushed [2024-09-11T01:49:27.887Z] d62a02444d39: Layer already exists [2024-09-11T01:49:27.887Z] 01861989da7b: Pushed [2024-09-11T01:49:27.887Z] aa6f67bd1335: Pushed [2024-09-11T01:49:28.375Z] #86 DONE 102.9s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #119 [support-notifications builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #119 ... [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #84 DONE 104.9s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #96 DONE 83.3s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #87 DONE 101.5s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #85 DONE 104.5s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #120 ... [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #119 [support-notifications builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #119 DONE 1.6s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #121 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #121 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #122 [support-cron-scheduler builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #122 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #123 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #123 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #124 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #125 [security-bootstrapper builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #125 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #126 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #127 [security-proxy-auth builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #127 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #128 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #129 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #130 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #130 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #131 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #132 [core-command builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #132 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #133 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #134 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #135 [core-metadata builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #135 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #136 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #137 [security-proxy-setup builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #137 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #138 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #139 [core-data builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #139 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #140 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #141 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #141 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #142 DONE 1.6s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #120 DONE 1.5s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #143 [support-scheduler builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #143 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #144 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-11T01:49:28.375Z] #144 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #145 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-11T01:49:28.375Z] #145 CACHED [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #146 [core-keeper builder 7/8] COPY . . [2024-09-11T01:49:28.375Z] #146 DONE 1.7s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #147 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-11T01:49:28.375Z] #147 DONE 1.6s [2024-09-11T01:49:28.375Z] [2024-09-11T01:49:28.375Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-11T01:49:29.264Z] d6dee8399ae7: Pushed [2024-09-11T01:49:29.264Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:29.592Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:29.912Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-11T01:49:29.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-11T01:49:29.912Z] c293f3aad7d1: Preparing [2024-09-11T01:49:29.912Z] 7f520634f7f0: Preparing [2024-09-11T01:49:29.912Z] bd101f1328d5: Preparing [2024-09-11T01:49:29.912Z] 5bd160c43d4e: Preparing [2024-09-11T01:49:29.912Z] e21b7b5f50b5: Preparing [2024-09-11T01:49:29.912Z] 9911d9fdb384: Preparing [2024-09-11T01:49:29.912Z] e1e2cf8e4ba6: Preparing [2024-09-11T01:49:29.912Z] d6dee8399ae7: Preparing [2024-09-11T01:49:29.912Z] bb8d484368ec: Preparing [2024-09-11T01:49:29.912Z] 2f710eef30d3: Preparing [2024-09-11T01:49:29.912Z] 15804bdb98cc: Preparing [2024-09-11T01:49:29.912Z] e53c5253e95b: Preparing [2024-09-11T01:49:29.912Z] 5f70bf18a086: Preparing [2024-09-11T01:49:29.912Z] e1e2cf8e4ba6: Waiting [2024-09-11T01:49:29.912Z] d6dee8399ae7: Waiting [2024-09-11T01:49:29.912Z] bb8d484368ec: Waiting [2024-09-11T01:49:29.912Z] 2f710eef30d3: Waiting [2024-09-11T01:49:29.912Z] 15804bdb98cc: Waiting [2024-09-11T01:49:29.912Z] e53c5253e95b: Waiting [2024-09-11T01:49:29.912Z] 5f70bf18a086: Waiting [2024-09-11T01:49:29.912Z] 9911d9fdb384: Waiting [2024-09-11T01:49:29.912Z] 8d770b386099: Preparing [2024-09-11T01:49:29.912Z] 01861989da7b: Preparing [2024-09-11T01:49:29.912Z] 01861989da7b: Waiting [2024-09-11T01:49:29.912Z] aa6f67bd1335: Preparing [2024-09-11T01:49:29.912Z] d62a02444d39: Preparing [2024-09-11T01:49:29.912Z] aa6f67bd1335: Waiting [2024-09-11T01:49:29.912Z] d62a02444d39: Waiting [2024-09-11T01:49:29.912Z] e21b7b5f50b5: Layer already exists [2024-09-11T01:49:29.912Z] 7f520634f7f0: Layer already exists [2024-09-11T01:49:29.912Z] c293f3aad7d1: Layer already exists [2024-09-11T01:49:29.912Z] bd101f1328d5: Layer already exists [2024-09-11T01:49:29.912Z] 5bd160c43d4e: Layer already exists [2024-09-11T01:49:29.912Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:29.912Z] 9911d9fdb384: Layer already exists [2024-09-11T01:49:29.912Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:29.912Z] e1e2cf8e4ba6: Layer already exists [2024-09-11T01:49:29.912Z] d6dee8399ae7: Layer already exists [2024-09-11T01:49:29.912Z] 15804bdb98cc: Layer already exists [2024-09-11T01:49:29.912Z] e53c5253e95b: Layer already exists [2024-09-11T01:49:29.912Z] 01861989da7b: Layer already exists [2024-09-11T01:49:29.912Z] 5f70bf18a086: Layer already exists [2024-09-11T01:49:29.912Z] 8d770b386099: Layer already exists [2024-09-11T01:49:29.912Z] aa6f67bd1335: Layer already exists [2024-09-11T01:49:29.912Z] d62a02444d39: Layer already exists [2024-09-11T01:49:30.171Z] latest: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:30.491Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:30.821Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.72 [2024-09-11T01:49:30.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-11T01:49:30.821Z] c293f3aad7d1: Preparing [2024-09-11T01:49:30.821Z] 7f520634f7f0: Preparing [2024-09-11T01:49:30.821Z] bd101f1328d5: Preparing [2024-09-11T01:49:30.821Z] 5bd160c43d4e: Preparing [2024-09-11T01:49:30.821Z] e21b7b5f50b5: Preparing [2024-09-11T01:49:30.821Z] 9911d9fdb384: Preparing [2024-09-11T01:49:30.821Z] e1e2cf8e4ba6: Preparing [2024-09-11T01:49:30.821Z] d6dee8399ae7: Preparing [2024-09-11T01:49:30.821Z] bb8d484368ec: Preparing [2024-09-11T01:49:30.821Z] 2f710eef30d3: Preparing [2024-09-11T01:49:30.821Z] 15804bdb98cc: Preparing [2024-09-11T01:49:30.821Z] e53c5253e95b: Preparing [2024-09-11T01:49:30.821Z] 5f70bf18a086: Preparing [2024-09-11T01:49:30.821Z] 8d770b386099: Preparing [2024-09-11T01:49:30.821Z] 01861989da7b: Preparing [2024-09-11T01:49:30.821Z] 9911d9fdb384: Waiting [2024-09-11T01:49:30.821Z] aa6f67bd1335: Preparing [2024-09-11T01:49:30.821Z] e1e2cf8e4ba6: Waiting [2024-09-11T01:49:30.821Z] d62a02444d39: Preparing [2024-09-11T01:49:30.821Z] d6dee8399ae7: Waiting [2024-09-11T01:49:30.821Z] bb8d484368ec: Waiting [2024-09-11T01:49:30.821Z] 2f710eef30d3: Waiting [2024-09-11T01:49:30.821Z] 8d770b386099: Waiting [2024-09-11T01:49:30.821Z] 15804bdb98cc: Waiting [2024-09-11T01:49:30.821Z] 01861989da7b: Waiting [2024-09-11T01:49:30.821Z] e53c5253e95b: Waiting [2024-09-11T01:49:30.821Z] aa6f67bd1335: Waiting [2024-09-11T01:49:30.821Z] 5f70bf18a086: Waiting [2024-09-11T01:49:30.821Z] d62a02444d39: Waiting [2024-09-11T01:49:30.821Z] c293f3aad7d1: Layer already exists [2024-09-11T01:49:30.821Z] 5bd160c43d4e: Layer already exists [2024-09-11T01:49:30.821Z] e21b7b5f50b5: Layer already exists [2024-09-11T01:49:30.821Z] bd101f1328d5: Layer already exists [2024-09-11T01:49:30.821Z] 7f520634f7f0: Layer already exists [2024-09-11T01:49:30.821Z] 9911d9fdb384: Layer already exists [2024-09-11T01:49:30.821Z] e1e2cf8e4ba6: Layer already exists [2024-09-11T01:49:30.821Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:30.821Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:30.821Z] d6dee8399ae7: Layer already exists [2024-09-11T01:49:30.821Z] 15804bdb98cc: Layer already exists [2024-09-11T01:49:30.821Z] e53c5253e95b: Layer already exists [2024-09-11T01:49:30.821Z] 01861989da7b: Layer already exists [2024-09-11T01:49:30.821Z] 5f70bf18a086: Layer already exists [2024-09-11T01:49:30.821Z] 8d770b386099: Layer already exists [2024-09-11T01:49:30.821Z] aa6f67bd1335: Layer already exists [2024-09-11T01:49:30.821Z] d62a02444d39: Layer already exists [2024-09-11T01:49:30.821Z] 3.2.0-dev.72: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:30.960Z] #148 ... [2024-09-11T01:49:30.960Z] [2024-09-11T01:49:30.960Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-11T01:49:30.960Z] #0 4.865 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-11T01:49:31.143Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:31.237Z] #149 ... [2024-09-11T01:49:31.237Z] [2024-09-11T01:49:31.237Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-11T01:49:31.237Z] #0 5.643 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-11T01:49:31.470Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:31.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-11T01:49:31.470Z] c293f3aad7d1: Preparing [2024-09-11T01:49:31.470Z] 7f520634f7f0: Preparing [2024-09-11T01:49:31.470Z] bd101f1328d5: Preparing [2024-09-11T01:49:31.470Z] 5bd160c43d4e: Preparing [2024-09-11T01:49:31.470Z] e21b7b5f50b5: Preparing [2024-09-11T01:49:31.470Z] 9911d9fdb384: Preparing [2024-09-11T01:49:31.470Z] e1e2cf8e4ba6: Preparing [2024-09-11T01:49:31.470Z] d6dee8399ae7: Preparing [2024-09-11T01:49:31.470Z] bb8d484368ec: Preparing [2024-09-11T01:49:31.470Z] 2f710eef30d3: Preparing [2024-09-11T01:49:31.470Z] 15804bdb98cc: Preparing [2024-09-11T01:49:31.470Z] e53c5253e95b: Preparing [2024-09-11T01:49:31.470Z] 5f70bf18a086: Preparing [2024-09-11T01:49:31.470Z] 8d770b386099: Preparing [2024-09-11T01:49:31.470Z] 01861989da7b: Preparing [2024-09-11T01:49:31.470Z] aa6f67bd1335: Preparing [2024-09-11T01:49:31.470Z] d62a02444d39: Preparing [2024-09-11T01:49:31.470Z] 9911d9fdb384: Waiting [2024-09-11T01:49:31.470Z] e1e2cf8e4ba6: Waiting [2024-09-11T01:49:31.470Z] d6dee8399ae7: Waiting [2024-09-11T01:49:31.470Z] bb8d484368ec: Waiting [2024-09-11T01:49:31.470Z] e53c5253e95b: Waiting [2024-09-11T01:49:31.470Z] 2f710eef30d3: Waiting [2024-09-11T01:49:31.470Z] 15804bdb98cc: Waiting [2024-09-11T01:49:31.470Z] aa6f67bd1335: Waiting [2024-09-11T01:49:31.470Z] d62a02444d39: Waiting [2024-09-11T01:49:31.470Z] 8d770b386099: Waiting [2024-09-11T01:49:31.470Z] 5f70bf18a086: Waiting [2024-09-11T01:49:31.470Z] 7f520634f7f0: Layer already exists [2024-09-11T01:49:31.470Z] e21b7b5f50b5: Layer already exists [2024-09-11T01:49:31.470Z] bd101f1328d5: Layer already exists [2024-09-11T01:49:31.470Z] c293f3aad7d1: Layer already exists [2024-09-11T01:49:31.470Z] 5bd160c43d4e: Layer already exists [2024-09-11T01:49:31.470Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:31.470Z] e1e2cf8e4ba6: Layer already exists [2024-09-11T01:49:31.470Z] 9911d9fdb384: Layer already exists [2024-09-11T01:49:31.470Z] d6dee8399ae7: Layer already exists [2024-09-11T01:49:31.470Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:31.470Z] 5f70bf18a086: Layer already exists [2024-09-11T01:49:31.470Z] 8d770b386099: Layer already exists [2024-09-11T01:49:31.470Z] 15804bdb98cc: Layer already exists [2024-09-11T01:49:31.470Z] e53c5253e95b: Layer already exists [2024-09-11T01:49:31.470Z] 01861989da7b: Layer already exists [2024-09-11T01:49:31.470Z] aa6f67bd1335: Layer already exists [2024-09-11T01:49:31.470Z] d62a02444d39: Layer already exists [2024-09-11T01:49:31.470Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:31.804Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [2024-09-11T01:49:31.826Z] #150 ... [2024-09-11T01:49:31.827Z] [2024-09-11T01:49:31.827Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-11T01:49:31.827Z] #0 6.285 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:32.135Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-09-11T01:49:32.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-11T01:49:32.135Z] c293f3aad7d1: Preparing [2024-09-11T01:49:32.135Z] 7f520634f7f0: Preparing [2024-09-11T01:49:32.135Z] bd101f1328d5: Preparing [2024-09-11T01:49:32.135Z] 5bd160c43d4e: Preparing [2024-09-11T01:49:32.135Z] e21b7b5f50b5: Preparing [2024-09-11T01:49:32.135Z] 9911d9fdb384: Preparing [2024-09-11T01:49:32.135Z] e1e2cf8e4ba6: Preparing [2024-09-11T01:49:32.135Z] d6dee8399ae7: Preparing [2024-09-11T01:49:32.135Z] bb8d484368ec: Preparing [2024-09-11T01:49:32.135Z] 2f710eef30d3: Preparing [2024-09-11T01:49:32.135Z] 15804bdb98cc: Preparing [2024-09-11T01:49:32.135Z] e53c5253e95b: Preparing [2024-09-11T01:49:32.135Z] 5f70bf18a086: Preparing [2024-09-11T01:49:32.135Z] 8d770b386099: Preparing [2024-09-11T01:49:32.135Z] 01861989da7b: Preparing [2024-09-11T01:49:32.135Z] aa6f67bd1335: Preparing [2024-09-11T01:49:32.135Z] d62a02444d39: Preparing [2024-09-11T01:49:32.135Z] 9911d9fdb384: Waiting [2024-09-11T01:49:32.135Z] e1e2cf8e4ba6: Waiting [2024-09-11T01:49:32.135Z] d6dee8399ae7: Waiting [2024-09-11T01:49:32.135Z] bb8d484368ec: Waiting [2024-09-11T01:49:32.135Z] 01861989da7b: Waiting [2024-09-11T01:49:32.135Z] aa6f67bd1335: Waiting [2024-09-11T01:49:32.135Z] 2f710eef30d3: Waiting [2024-09-11T01:49:32.135Z] e53c5253e95b: Waiting [2024-09-11T01:49:32.135Z] d62a02444d39: Waiting [2024-09-11T01:49:32.135Z] 15804bdb98cc: Waiting [2024-09-11T01:49:32.135Z] 5f70bf18a086: Waiting [2024-09-11T01:49:32.135Z] 8d770b386099: Waiting [2024-09-11T01:49:32.135Z] bd101f1328d5: Layer already exists [2024-09-11T01:49:32.135Z] 5bd160c43d4e: Layer already exists [2024-09-11T01:49:32.135Z] e21b7b5f50b5: Layer already exists [2024-09-11T01:49:32.135Z] c293f3aad7d1: Layer already exists [2024-09-11T01:49:32.135Z] 7f520634f7f0: Layer already exists [2024-09-11T01:49:32.135Z] 9911d9fdb384: Layer already exists [2024-09-11T01:49:32.135Z] e1e2cf8e4ba6: Layer already exists [2024-09-11T01:49:32.135Z] d6dee8399ae7: Layer already exists [2024-09-11T01:49:32.135Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:32.135Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:32.135Z] 15804bdb98cc: Layer already exists [2024-09-11T01:49:32.135Z] e53c5253e95b: Layer already exists [2024-09-11T01:49:32.135Z] 5f70bf18a086: Layer already exists [2024-09-11T01:49:32.135Z] 8d770b386099: Layer already exists [2024-09-11T01:49:32.135Z] 01861989da7b: Layer already exists [2024-09-11T01:49:32.135Z] aa6f67bd1335: Layer already exists [2024-09-11T01:49:32.135Z] d62a02444d39: Layer already exists [2024-09-11T01:49:32.135Z] main: digest: sha256:cf87684dbdc0c3598d3002103daaa9a4ab436864bc9d456486ce7c66d04c7011 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:32.217Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:32.231Z] taggedImages: [2024-09-11T01:49:32.231Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:32.231Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-11T01:49:32.231Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.72 [2024-09-11T01:49:32.231Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:32.231Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-09-11T01:49:32.256Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-09-11T01:49:32.256Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:32.256Z] latest [2024-09-11T01:49:32.256Z] 3.2.0-dev.72 [2024-09-11T01:49:32.256Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:32.256Z] main [2024-09-11T01:49:32.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:32.412Z] #151 ... [2024-09-11T01:49:32.412Z] [2024-09-11T01:49:32.412Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-11T01:49:32.412Z] #148 6.984 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-11T01:49:32.678Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:33.063Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:33.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-11T01:49:33.063Z] 58ba94d5d931: Preparing [2024-09-11T01:49:33.063Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:33.063Z] 18082d6b38ea: Preparing [2024-09-11T01:49:33.063Z] 3cf10ad46a0d: Preparing [2024-09-11T01:49:33.063Z] bb8d484368ec: Preparing [2024-09-11T01:49:33.063Z] 2f710eef30d3: Preparing [2024-09-11T01:49:33.063Z] f191693e0840: Preparing [2024-09-11T01:49:33.063Z] e273ee064f48: Preparing [2024-09-11T01:49:33.063Z] d62a02444d39: Preparing [2024-09-11T01:49:33.063Z] d62a02444d39: Waiting [2024-09-11T01:49:33.063Z] f191693e0840: Waiting [2024-09-11T01:49:33.063Z] e273ee064f48: Waiting [2024-09-11T01:49:33.063Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:33.063Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:33.063Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:33.063Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:33.063Z] f191693e0840: Layer already exists [2024-09-11T01:49:33.063Z] e273ee064f48: Layer already exists [2024-09-11T01:49:33.063Z] d62a02444d39: Layer already exists [2024-09-11T01:49:33.063Z] 18082d6b38ea: Pushed [2024-09-11T01:49:35.674Z] 3cf10ad46a0d: Pushed [2024-09-11T01:49:35.674Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:35.768Z] #148 ... [2024-09-11T01:49:35.768Z] [2024-09-11T01:49:35.768Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-11T01:49:35.768Z] #0 6.932 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-11T01:49:35.768Z] #152 ... [2024-09-11T01:49:35.768Z] [2024-09-11T01:49:35.768Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-11T01:49:35.768Z] #0 6.272 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-11T01:49:35.768Z] #153 ... [2024-09-11T01:49:35.768Z] [2024-09-11T01:49:35.768Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-11T01:49:35.768Z] #0 6.083 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-11T01:49:35.768Z] #154 ... [2024-09-11T01:49:35.768Z] [2024-09-11T01:49:35.768Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T01:49:35.768Z] #0 6.395 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-11T01:49:36.005Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [2024-09-11T01:49:36.034Z] #155 ... [2024-09-11T01:49:36.034Z] [2024-09-11T01:49:36.034Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-11T01:49:36.034Z] #0 6.979 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-11T01:49:36.034Z] #156 ... [2024-09-11T01:49:36.034Z] [2024-09-11T01:49:36.034Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-11T01:49:36.034Z] #0 6.593 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:36.302Z] #157 ... [2024-09-11T01:49:36.302Z] [2024-09-11T01:49:36.302Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T01:49:36.302Z] #0 5.631 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-11T01:49:36.328Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-11T01:49:36.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-11T01:49:36.328Z] 58ba94d5d931: Preparing [2024-09-11T01:49:36.328Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:36.328Z] 18082d6b38ea: Preparing [2024-09-11T01:49:36.328Z] 3cf10ad46a0d: Preparing [2024-09-11T01:49:36.328Z] bb8d484368ec: Preparing [2024-09-11T01:49:36.328Z] 2f710eef30d3: Preparing [2024-09-11T01:49:36.328Z] f191693e0840: Preparing [2024-09-11T01:49:36.328Z] e273ee064f48: Preparing [2024-09-11T01:49:36.328Z] d62a02444d39: Preparing [2024-09-11T01:49:36.328Z] 2f710eef30d3: Waiting [2024-09-11T01:49:36.328Z] f191693e0840: Waiting [2024-09-11T01:49:36.328Z] e273ee064f48: Waiting [2024-09-11T01:49:36.328Z] d62a02444d39: Waiting [2024-09-11T01:49:36.328Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:36.328Z] 3cf10ad46a0d: Layer already exists [2024-09-11T01:49:36.328Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:36.328Z] 18082d6b38ea: Layer already exists [2024-09-11T01:49:36.328Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:36.328Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:36.328Z] e273ee064f48: Layer already exists [2024-09-11T01:49:36.328Z] f191693e0840: Layer already exists [2024-09-11T01:49:36.328Z] d62a02444d39: Layer already exists [2024-09-11T01:49:36.328Z] latest: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:36.570Z] #158 ... [2024-09-11T01:49:36.570Z] [2024-09-11T01:49:36.570Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T01:49:36.570Z] #0 5.480 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-11T01:49:36.570Z] #159 ... [2024-09-11T01:49:36.570Z] [2024-09-11T01:49:36.570Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T01:49:36.570Z] #0 7.047 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-11T01:49:36.652Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:36.974Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.72 [2024-09-11T01:49:36.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-11T01:49:36.974Z] 58ba94d5d931: Preparing [2024-09-11T01:49:36.974Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:36.974Z] 18082d6b38ea: Preparing [2024-09-11T01:49:36.974Z] 3cf10ad46a0d: Preparing [2024-09-11T01:49:36.974Z] bb8d484368ec: Preparing [2024-09-11T01:49:36.974Z] 2f710eef30d3: Preparing [2024-09-11T01:49:36.974Z] f191693e0840: Preparing [2024-09-11T01:49:36.974Z] 2f710eef30d3: Waiting [2024-09-11T01:49:36.974Z] e273ee064f48: Preparing [2024-09-11T01:49:36.974Z] f191693e0840: Waiting [2024-09-11T01:49:36.974Z] d62a02444d39: Preparing [2024-09-11T01:49:36.974Z] e273ee064f48: Waiting [2024-09-11T01:49:36.974Z] d62a02444d39: Waiting [2024-09-11T01:49:36.974Z] 3cf10ad46a0d: Layer already exists [2024-09-11T01:49:36.974Z] 18082d6b38ea: Layer already exists [2024-09-11T01:49:36.974Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:36.974Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:36.974Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:36.974Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:36.974Z] f191693e0840: Layer already exists [2024-09-11T01:49:36.974Z] d62a02444d39: Layer already exists [2024-09-11T01:49:36.974Z] e273ee064f48: Layer already exists [2024-09-11T01:49:36.974Z] 3.2.0-dev.72: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:37.300Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:37.626Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:37.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-11T01:49:37.626Z] 58ba94d5d931: Preparing [2024-09-11T01:49:37.626Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:37.626Z] 18082d6b38ea: Preparing [2024-09-11T01:49:37.626Z] 3cf10ad46a0d: Preparing [2024-09-11T01:49:37.626Z] bb8d484368ec: Preparing [2024-09-11T01:49:37.626Z] 2f710eef30d3: Preparing [2024-09-11T01:49:37.626Z] f191693e0840: Preparing [2024-09-11T01:49:37.626Z] e273ee064f48: Preparing [2024-09-11T01:49:37.626Z] d62a02444d39: Preparing [2024-09-11T01:49:37.626Z] 2f710eef30d3: Waiting [2024-09-11T01:49:37.626Z] d62a02444d39: Waiting [2024-09-11T01:49:37.626Z] f191693e0840: Waiting [2024-09-11T01:49:37.626Z] e273ee064f48: Waiting [2024-09-11T01:49:37.626Z] 18082d6b38ea: Layer already exists [2024-09-11T01:49:37.626Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:37.626Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:37.626Z] 3cf10ad46a0d: Layer already exists [2024-09-11T01:49:37.626Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:37.626Z] f191693e0840: Layer already exists [2024-09-11T01:49:37.626Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:37.626Z] e273ee064f48: Layer already exists [2024-09-11T01:49:37.626Z] d62a02444d39: Layer already exists [2024-09-11T01:49:37.626Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:37.958Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:38.283Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-09-11T01:49:38.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-11T01:49:38.284Z] 58ba94d5d931: Preparing [2024-09-11T01:49:38.284Z] 88c1d7c36a2c: Preparing [2024-09-11T01:49:38.284Z] 18082d6b38ea: Preparing [2024-09-11T01:49:38.284Z] 3cf10ad46a0d: Preparing [2024-09-11T01:49:38.284Z] bb8d484368ec: Preparing [2024-09-11T01:49:38.284Z] 2f710eef30d3: Preparing [2024-09-11T01:49:38.284Z] f191693e0840: Preparing [2024-09-11T01:49:38.284Z] e273ee064f48: Preparing [2024-09-11T01:49:38.284Z] d62a02444d39: Preparing [2024-09-11T01:49:38.284Z] 2f710eef30d3: Waiting [2024-09-11T01:49:38.284Z] f191693e0840: Waiting [2024-09-11T01:49:38.284Z] e273ee064f48: Waiting [2024-09-11T01:49:38.284Z] d62a02444d39: Waiting [2024-09-11T01:49:38.284Z] 3cf10ad46a0d: Layer already exists [2024-09-11T01:49:38.284Z] 18082d6b38ea: Layer already exists [2024-09-11T01:49:38.284Z] 88c1d7c36a2c: Layer already exists [2024-09-11T01:49:38.284Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:38.284Z] 58ba94d5d931: Layer already exists [2024-09-11T01:49:38.284Z] f191693e0840: Layer already exists [2024-09-11T01:49:38.284Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:38.284Z] d62a02444d39: Layer already exists [2024-09-11T01:49:38.284Z] e273ee064f48: Layer already exists [2024-09-11T01:49:38.284Z] main: digest: sha256:1e6dc83f026fc3518a8f274bead35c38865205b73805a91af476330b6704b4f3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:38.367Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:38.382Z] taggedImages: [2024-09-11T01:49:38.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:38.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-11T01:49:38.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.72 [2024-09-11T01:49:38.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:38.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-09-11T01:49:38.415Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-09-11T01:49:38.415Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:38.415Z] latest [2024-09-11T01:49:38.415Z] 3.2.0-dev.72 [2024-09-11T01:49:38.415Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:38.415Z] main [2024-09-11T01:49:38.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:38.762Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:39.085Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:39.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-11T01:49:39.085Z] 2d96ea7e7412: Preparing [2024-09-11T01:49:39.085Z] c06ddd3ada87: Preparing [2024-09-11T01:49:39.085Z] 24a29f711737: Preparing [2024-09-11T01:49:39.085Z] 91496f8ffc42: Preparing [2024-09-11T01:49:39.085Z] cbf954972393: Preparing [2024-09-11T01:49:39.085Z] bb8d484368ec: Preparing [2024-09-11T01:49:39.085Z] 2f710eef30d3: Preparing [2024-09-11T01:49:39.085Z] e102dd314907: Preparing [2024-09-11T01:49:39.085Z] 2102d332b6e9: Preparing [2024-09-11T01:49:39.085Z] 5e56dca81216: Preparing [2024-09-11T01:49:39.085Z] d62a02444d39: Preparing [2024-09-11T01:49:39.085Z] bb8d484368ec: Waiting [2024-09-11T01:49:39.085Z] 2f710eef30d3: Waiting [2024-09-11T01:49:39.085Z] e102dd314907: Waiting [2024-09-11T01:49:39.085Z] 2102d332b6e9: Waiting [2024-09-11T01:49:39.085Z] d62a02444d39: Waiting [2024-09-11T01:49:39.085Z] 5e56dca81216: Waiting [2024-09-11T01:49:39.085Z] cbf954972393: Pushed [2024-09-11T01:49:39.085Z] c06ddd3ada87: Pushed [2024-09-11T01:49:39.085Z] 91496f8ffc42: Pushed [2024-09-11T01:49:39.085Z] 2d96ea7e7412: Pushed [2024-09-11T01:49:39.085Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:39.085Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:39.085Z] d62a02444d39: Layer already exists [2024-09-11T01:49:39.343Z] e102dd314907: Pushed [2024-09-11T01:49:39.343Z] 2102d332b6e9: Pushed [2024-09-11T01:49:39.912Z] 24a29f711737: Pushed [2024-09-11T01:49:40.171Z] 5e56dca81216: Pushed [2024-09-11T01:49:40.430Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:40.756Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:41.081Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-11T01:49:41.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-11T01:49:41.081Z] 2d96ea7e7412: Preparing [2024-09-11T01:49:41.081Z] c06ddd3ada87: Preparing [2024-09-11T01:49:41.081Z] 24a29f711737: Preparing [2024-09-11T01:49:41.081Z] 91496f8ffc42: Preparing [2024-09-11T01:49:41.081Z] cbf954972393: Preparing [2024-09-11T01:49:41.081Z] bb8d484368ec: Preparing [2024-09-11T01:49:41.081Z] 2f710eef30d3: Preparing [2024-09-11T01:49:41.081Z] e102dd314907: Preparing [2024-09-11T01:49:41.081Z] bb8d484368ec: Waiting [2024-09-11T01:49:41.081Z] 2f710eef30d3: Waiting [2024-09-11T01:49:41.081Z] 2102d332b6e9: Preparing [2024-09-11T01:49:41.081Z] e102dd314907: Waiting [2024-09-11T01:49:41.081Z] 2102d332b6e9: Waiting [2024-09-11T01:49:41.081Z] 5e56dca81216: Preparing [2024-09-11T01:49:41.081Z] d62a02444d39: Preparing [2024-09-11T01:49:41.081Z] 5e56dca81216: Waiting [2024-09-11T01:49:41.081Z] d62a02444d39: Waiting [2024-09-11T01:49:41.081Z] 24a29f711737: Layer already exists [2024-09-11T01:49:41.081Z] 2d96ea7e7412: Layer already exists [2024-09-11T01:49:41.081Z] c06ddd3ada87: Layer already exists [2024-09-11T01:49:41.081Z] 91496f8ffc42: Layer already exists [2024-09-11T01:49:41.081Z] cbf954972393: Layer already exists [2024-09-11T01:49:41.081Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:41.081Z] 5e56dca81216: Layer already exists [2024-09-11T01:49:41.081Z] e102dd314907: Layer already exists [2024-09-11T01:49:41.081Z] 2102d332b6e9: Layer already exists [2024-09-11T01:49:41.081Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:41.081Z] d62a02444d39: Layer already exists [2024-09-11T01:49:41.081Z] latest: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:41.403Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:41.727Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.72 [2024-09-11T01:49:41.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-11T01:49:41.727Z] 2d96ea7e7412: Preparing [2024-09-11T01:49:41.727Z] c06ddd3ada87: Preparing [2024-09-11T01:49:41.727Z] 24a29f711737: Preparing [2024-09-11T01:49:41.727Z] 91496f8ffc42: Preparing [2024-09-11T01:49:41.727Z] cbf954972393: Preparing [2024-09-11T01:49:41.727Z] bb8d484368ec: Preparing [2024-09-11T01:49:41.727Z] 2f710eef30d3: Preparing [2024-09-11T01:49:41.727Z] e102dd314907: Preparing [2024-09-11T01:49:41.727Z] 2102d332b6e9: Preparing [2024-09-11T01:49:41.727Z] 5e56dca81216: Preparing [2024-09-11T01:49:41.727Z] d62a02444d39: Preparing [2024-09-11T01:49:41.727Z] 2102d332b6e9: Waiting [2024-09-11T01:49:41.727Z] bb8d484368ec: Waiting [2024-09-11T01:49:41.727Z] 5e56dca81216: Waiting [2024-09-11T01:49:41.727Z] 2f710eef30d3: Waiting [2024-09-11T01:49:41.727Z] e102dd314907: Waiting [2024-09-11T01:49:41.727Z] d62a02444d39: Waiting [2024-09-11T01:49:41.727Z] 2d96ea7e7412: Layer already exists [2024-09-11T01:49:41.727Z] 24a29f711737: Layer already exists [2024-09-11T01:49:41.727Z] c06ddd3ada87: Layer already exists [2024-09-11T01:49:41.727Z] 91496f8ffc42: Layer already exists [2024-09-11T01:49:41.727Z] cbf954972393: Layer already exists [2024-09-11T01:49:41.727Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:41.727Z] 2102d332b6e9: Layer already exists [2024-09-11T01:49:41.727Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:41.727Z] 5e56dca81216: Layer already exists [2024-09-11T01:49:41.727Z] e102dd314907: Layer already exists [2024-09-11T01:49:41.727Z] d62a02444d39: Layer already exists [2024-09-11T01:49:41.727Z] 3.2.0-dev.72: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:42.052Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:42.376Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:42.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-11T01:49:42.376Z] 2d96ea7e7412: Preparing [2024-09-11T01:49:42.376Z] c06ddd3ada87: Preparing [2024-09-11T01:49:42.376Z] 24a29f711737: Preparing [2024-09-11T01:49:42.376Z] 91496f8ffc42: Preparing [2024-09-11T01:49:42.376Z] cbf954972393: Preparing [2024-09-11T01:49:42.376Z] bb8d484368ec: Preparing [2024-09-11T01:49:42.376Z] 2f710eef30d3: Preparing [2024-09-11T01:49:42.376Z] e102dd314907: Preparing [2024-09-11T01:49:42.376Z] 2102d332b6e9: Preparing [2024-09-11T01:49:42.376Z] 5e56dca81216: Preparing [2024-09-11T01:49:42.376Z] d62a02444d39: Preparing [2024-09-11T01:49:42.376Z] e102dd314907: Waiting [2024-09-11T01:49:42.376Z] 2102d332b6e9: Waiting [2024-09-11T01:49:42.376Z] 5e56dca81216: Waiting [2024-09-11T01:49:42.376Z] d62a02444d39: Waiting [2024-09-11T01:49:42.376Z] bb8d484368ec: Waiting [2024-09-11T01:49:42.376Z] 2f710eef30d3: Waiting [2024-09-11T01:49:42.376Z] 24a29f711737: Layer already exists [2024-09-11T01:49:42.376Z] cbf954972393: Layer already exists [2024-09-11T01:49:42.376Z] 2d96ea7e7412: Layer already exists [2024-09-11T01:49:42.376Z] 91496f8ffc42: Layer already exists [2024-09-11T01:49:42.376Z] c06ddd3ada87: Layer already exists [2024-09-11T01:49:42.376Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:42.376Z] e102dd314907: Layer already exists [2024-09-11T01:49:42.376Z] 2102d332b6e9: Layer already exists [2024-09-11T01:49:42.376Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:42.376Z] 5e56dca81216: Layer already exists [2024-09-11T01:49:42.376Z] d62a02444d39: Layer already exists [2024-09-11T01:49:42.376Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:42.707Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:43.027Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-09-11T01:49:43.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-11T01:49:43.027Z] 2d96ea7e7412: Preparing [2024-09-11T01:49:43.027Z] c06ddd3ada87: Preparing [2024-09-11T01:49:43.027Z] 24a29f711737: Preparing [2024-09-11T01:49:43.027Z] 91496f8ffc42: Preparing [2024-09-11T01:49:43.027Z] cbf954972393: Preparing [2024-09-11T01:49:43.027Z] bb8d484368ec: Preparing [2024-09-11T01:49:43.027Z] 2f710eef30d3: Preparing [2024-09-11T01:49:43.027Z] e102dd314907: Preparing [2024-09-11T01:49:43.027Z] 2102d332b6e9: Preparing [2024-09-11T01:49:43.027Z] 5e56dca81216: Preparing [2024-09-11T01:49:43.027Z] d62a02444d39: Preparing [2024-09-11T01:49:43.027Z] 2102d332b6e9: Waiting [2024-09-11T01:49:43.027Z] bb8d484368ec: Waiting [2024-09-11T01:49:43.027Z] d62a02444d39: Waiting [2024-09-11T01:49:43.027Z] 5e56dca81216: Waiting [2024-09-11T01:49:43.027Z] e102dd314907: Waiting [2024-09-11T01:49:43.027Z] 2f710eef30d3: Waiting [2024-09-11T01:49:43.027Z] c06ddd3ada87: Layer already exists [2024-09-11T01:49:43.027Z] 24a29f711737: Layer already exists [2024-09-11T01:49:43.027Z] 91496f8ffc42: Layer already exists [2024-09-11T01:49:43.027Z] 2d96ea7e7412: Layer already exists [2024-09-11T01:49:43.027Z] cbf954972393: Layer already exists [2024-09-11T01:49:43.027Z] e102dd314907: Layer already exists [2024-09-11T01:49:43.027Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:43.027Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:43.027Z] 2102d332b6e9: Layer already exists [2024-09-11T01:49:43.027Z] 5e56dca81216: Layer already exists [2024-09-11T01:49:43.027Z] d62a02444d39: Layer already exists [2024-09-11T01:49:43.027Z] main: digest: sha256:da0ba019408a5626c4292fe73de0a86a2e5eb1bd794f360a5498c72fdf2f6516 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:43.109Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:43.120Z] taggedImages: [2024-09-11T01:49:43.120Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:43.120Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-11T01:49:43.120Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.72 [2024-09-11T01:49:43.120Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:43.120Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-09-11T01:49:43.145Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-09-11T01:49:43.145Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:43.145Z] latest [2024-09-11T01:49:43.145Z] 3.2.0-dev.72 [2024-09-11T01:49:43.145Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:43.145Z] main [2024-09-11T01:49:43.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:43.483Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:43.804Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:43.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-11T01:49:43.804Z] 149912a0d62f: Preparing [2024-09-11T01:49:43.804Z] 9916a3801e93: Preparing [2024-09-11T01:49:43.804Z] 7d9594a2e204: Preparing [2024-09-11T01:49:43.804Z] 80fcee144d91: Preparing [2024-09-11T01:49:43.804Z] 07aba193ab6e: Preparing [2024-09-11T01:49:43.804Z] 5f7cbbf0e122: Preparing [2024-09-11T01:49:43.804Z] 78fd270a3cdf: Preparing [2024-09-11T01:49:43.804Z] bb8d484368ec: Preparing [2024-09-11T01:49:43.804Z] 2f710eef30d3: Preparing [2024-09-11T01:49:43.804Z] 3de50a7c0f19: Preparing [2024-09-11T01:49:43.804Z] 78fd270a3cdf: Waiting [2024-09-11T01:49:43.804Z] a050adb61f72: Preparing [2024-09-11T01:49:43.804Z] 3de50a7c0f19: Waiting [2024-09-11T01:49:43.804Z] d62a02444d39: Preparing [2024-09-11T01:49:43.804Z] a050adb61f72: Waiting [2024-09-11T01:49:43.804Z] 149912a0d62f: Pushed [2024-09-11T01:49:43.804Z] 9916a3801e93: Pushed [2024-09-11T01:49:43.804Z] 07aba193ab6e: Pushed [2024-09-11T01:49:43.804Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:43.804Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:44.063Z] 5f7cbbf0e122: Pushed [2024-09-11T01:49:44.063Z] 78fd270a3cdf: Pushed [2024-09-11T01:49:44.063Z] 3de50a7c0f19: Pushed [2024-09-11T01:49:44.063Z] d62a02444d39: Layer already exists [2024-09-11T01:49:44.629Z] 80fcee144d91: Pushed [2024-09-11T01:49:45.196Z] 7d9594a2e204: Pushed [2024-09-11T01:49:45.196Z] a050adb61f72: Pushed [2024-09-11T01:49:45.196Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:45.511Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:45.835Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-11T01:49:45.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-11T01:49:45.835Z] 149912a0d62f: Preparing [2024-09-11T01:49:45.835Z] 9916a3801e93: Preparing [2024-09-11T01:49:45.835Z] 7d9594a2e204: Preparing [2024-09-11T01:49:45.835Z] 80fcee144d91: Preparing [2024-09-11T01:49:45.835Z] 07aba193ab6e: Preparing [2024-09-11T01:49:45.835Z] 5f7cbbf0e122: Preparing [2024-09-11T01:49:45.835Z] 78fd270a3cdf: Preparing [2024-09-11T01:49:45.835Z] bb8d484368ec: Preparing [2024-09-11T01:49:45.835Z] 2f710eef30d3: Preparing [2024-09-11T01:49:45.835Z] 3de50a7c0f19: Preparing [2024-09-11T01:49:45.835Z] a050adb61f72: Preparing [2024-09-11T01:49:45.835Z] d62a02444d39: Preparing [2024-09-11T01:49:45.835Z] 2f710eef30d3: Waiting [2024-09-11T01:49:45.835Z] 3de50a7c0f19: Waiting [2024-09-11T01:49:45.835Z] a050adb61f72: Waiting [2024-09-11T01:49:45.835Z] 78fd270a3cdf: Waiting [2024-09-11T01:49:45.835Z] bb8d484368ec: Waiting [2024-09-11T01:49:45.835Z] 5f7cbbf0e122: Waiting [2024-09-11T01:49:45.835Z] d62a02444d39: Waiting [2024-09-11T01:49:45.835Z] 149912a0d62f: Layer already exists [2024-09-11T01:49:45.835Z] 80fcee144d91: Layer already exists [2024-09-11T01:49:45.835Z] 7d9594a2e204: Layer already exists [2024-09-11T01:49:45.835Z] 07aba193ab6e: Layer already exists [2024-09-11T01:49:45.835Z] 9916a3801e93: Layer already exists [2024-09-11T01:49:45.835Z] 78fd270a3cdf: Layer already exists [2024-09-11T01:49:45.835Z] 5f7cbbf0e122: Layer already exists [2024-09-11T01:49:45.835Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:45.835Z] 3de50a7c0f19: Layer already exists [2024-09-11T01:49:45.835Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:45.835Z] a050adb61f72: Layer already exists [2024-09-11T01:49:45.835Z] d62a02444d39: Layer already exists [2024-09-11T01:49:45.835Z] latest: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:46.166Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:46.489Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.72 [2024-09-11T01:49:46.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-11T01:49:46.489Z] 149912a0d62f: Preparing [2024-09-11T01:49:46.489Z] 9916a3801e93: Preparing [2024-09-11T01:49:46.489Z] 7d9594a2e204: Preparing [2024-09-11T01:49:46.489Z] 80fcee144d91: Preparing [2024-09-11T01:49:46.489Z] 07aba193ab6e: Preparing [2024-09-11T01:49:46.489Z] 5f7cbbf0e122: Preparing [2024-09-11T01:49:46.489Z] 78fd270a3cdf: Preparing [2024-09-11T01:49:46.489Z] bb8d484368ec: Preparing [2024-09-11T01:49:46.489Z] 2f710eef30d3: Preparing [2024-09-11T01:49:46.489Z] 3de50a7c0f19: Preparing [2024-09-11T01:49:46.489Z] a050adb61f72: Preparing [2024-09-11T01:49:46.489Z] d62a02444d39: Preparing [2024-09-11T01:49:46.489Z] bb8d484368ec: Waiting [2024-09-11T01:49:46.489Z] 2f710eef30d3: Waiting [2024-09-11T01:49:46.489Z] 5f7cbbf0e122: Waiting [2024-09-11T01:49:46.489Z] 3de50a7c0f19: Waiting [2024-09-11T01:49:46.489Z] a050adb61f72: Waiting [2024-09-11T01:49:46.489Z] d62a02444d39: Waiting [2024-09-11T01:49:46.489Z] 78fd270a3cdf: Waiting [2024-09-11T01:49:46.489Z] 80fcee144d91: Layer already exists [2024-09-11T01:49:46.489Z] 7d9594a2e204: Layer already exists [2024-09-11T01:49:46.489Z] 07aba193ab6e: Layer already exists [2024-09-11T01:49:46.489Z] 149912a0d62f: Layer already exists [2024-09-11T01:49:46.489Z] 9916a3801e93: Layer already exists [2024-09-11T01:49:46.489Z] 78fd270a3cdf: Layer already exists [2024-09-11T01:49:46.489Z] 5f7cbbf0e122: Layer already exists [2024-09-11T01:49:46.489Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:46.489Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:46.489Z] 3de50a7c0f19: Layer already exists [2024-09-11T01:49:46.489Z] a050adb61f72: Layer already exists [2024-09-11T01:49:46.489Z] d62a02444d39: Layer already exists [2024-09-11T01:49:46.489Z] 3.2.0-dev.72: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:46.819Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:47.145Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:47.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-11T01:49:47.145Z] 149912a0d62f: Preparing [2024-09-11T01:49:47.145Z] 9916a3801e93: Preparing [2024-09-11T01:49:47.145Z] 7d9594a2e204: Preparing [2024-09-11T01:49:47.145Z] 80fcee144d91: Preparing [2024-09-11T01:49:47.145Z] 07aba193ab6e: Preparing [2024-09-11T01:49:47.145Z] 5f7cbbf0e122: Preparing [2024-09-11T01:49:47.145Z] 78fd270a3cdf: Preparing [2024-09-11T01:49:47.145Z] bb8d484368ec: Preparing [2024-09-11T01:49:47.145Z] 2f710eef30d3: Preparing [2024-09-11T01:49:47.145Z] 3de50a7c0f19: Preparing [2024-09-11T01:49:47.145Z] a050adb61f72: Preparing [2024-09-11T01:49:47.145Z] d62a02444d39: Preparing [2024-09-11T01:49:47.145Z] 5f7cbbf0e122: Waiting [2024-09-11T01:49:47.145Z] 78fd270a3cdf: Waiting [2024-09-11T01:49:47.145Z] bb8d484368ec: Waiting [2024-09-11T01:49:47.145Z] 2f710eef30d3: Waiting [2024-09-11T01:49:47.145Z] 3de50a7c0f19: Waiting [2024-09-11T01:49:47.145Z] a050adb61f72: Waiting [2024-09-11T01:49:47.145Z] d62a02444d39: Waiting [2024-09-11T01:49:47.145Z] 07aba193ab6e: Layer already exists [2024-09-11T01:49:47.145Z] 9916a3801e93: Layer already exists [2024-09-11T01:49:47.145Z] 7d9594a2e204: Layer already exists [2024-09-11T01:49:47.145Z] 80fcee144d91: Layer already exists [2024-09-11T01:49:47.145Z] 149912a0d62f: Layer already exists [2024-09-11T01:49:47.145Z] 5f7cbbf0e122: Layer already exists [2024-09-11T01:49:47.145Z] 78fd270a3cdf: Layer already exists [2024-09-11T01:49:47.145Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:47.145Z] 3de50a7c0f19: Layer already exists [2024-09-11T01:49:47.145Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:47.145Z] d62a02444d39: Layer already exists [2024-09-11T01:49:47.145Z] a050adb61f72: Layer already exists [2024-09-11T01:49:47.145Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:47.473Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:47.800Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-09-11T01:49:47.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-11T01:49:47.800Z] 149912a0d62f: Preparing [2024-09-11T01:49:47.800Z] 9916a3801e93: Preparing [2024-09-11T01:49:47.800Z] 7d9594a2e204: Preparing [2024-09-11T01:49:47.800Z] 80fcee144d91: Preparing [2024-09-11T01:49:47.800Z] 07aba193ab6e: Preparing [2024-09-11T01:49:47.800Z] 5f7cbbf0e122: Preparing [2024-09-11T01:49:47.800Z] 78fd270a3cdf: Preparing [2024-09-11T01:49:47.800Z] bb8d484368ec: Preparing [2024-09-11T01:49:47.800Z] 2f710eef30d3: Preparing [2024-09-11T01:49:47.800Z] 3de50a7c0f19: Preparing [2024-09-11T01:49:47.800Z] a050adb61f72: Preparing [2024-09-11T01:49:47.800Z] d62a02444d39: Preparing [2024-09-11T01:49:47.800Z] 2f710eef30d3: Waiting [2024-09-11T01:49:47.800Z] 3de50a7c0f19: Waiting [2024-09-11T01:49:47.800Z] 5f7cbbf0e122: Waiting [2024-09-11T01:49:47.800Z] 78fd270a3cdf: Waiting [2024-09-11T01:49:47.800Z] bb8d484368ec: Waiting [2024-09-11T01:49:47.800Z] 80fcee144d91: Layer already exists [2024-09-11T01:49:47.800Z] 9916a3801e93: Layer already exists [2024-09-11T01:49:47.800Z] 07aba193ab6e: Layer already exists [2024-09-11T01:49:47.800Z] 7d9594a2e204: Layer already exists [2024-09-11T01:49:47.800Z] 149912a0d62f: Layer already exists [2024-09-11T01:49:47.800Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:47.800Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:47.800Z] 5f7cbbf0e122: Layer already exists [2024-09-11T01:49:47.800Z] 3de50a7c0f19: Layer already exists [2024-09-11T01:49:47.800Z] 78fd270a3cdf: Layer already exists [2024-09-11T01:49:47.800Z] d62a02444d39: Layer already exists [2024-09-11T01:49:47.800Z] a050adb61f72: Layer already exists [2024-09-11T01:49:47.800Z] main: digest: sha256:fe142fb3d6a6caa88eb6a4df1bdb74bc25deaba0ce13ea22488abebc2a75a05a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:47.876Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:47.889Z] taggedImages: [2024-09-11T01:49:47.889Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:47.889Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-11T01:49:47.889Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.72 [2024-09-11T01:49:47.889Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:47.889Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-09-11T01:49:47.916Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-09-11T01:49:47.916Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:47.916Z] latest [2024-09-11T01:49:47.916Z] 3.2.0-dev.72 [2024-09-11T01:49:47.916Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:47.916Z] main [2024-09-11T01:49:47.916Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:48.253Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:48.576Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:48.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-11T01:49:48.576Z] 98be32df5010: Preparing [2024-09-11T01:49:48.576Z] 0c9849c53fdb: Preparing [2024-09-11T01:49:48.576Z] bb8d484368ec: Preparing [2024-09-11T01:49:48.576Z] 2f710eef30d3: Preparing [2024-09-11T01:49:48.576Z] aa8684e8c65e: Preparing [2024-09-11T01:49:48.576Z] 83945a1ab7c9: Preparing [2024-09-11T01:49:48.576Z] d62a02444d39: Preparing [2024-09-11T01:49:48.577Z] d62a02444d39: Waiting [2024-09-11T01:49:48.577Z] 83945a1ab7c9: Waiting [2024-09-11T01:49:48.577Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:48.577Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:48.577Z] d62a02444d39: Layer already exists [2024-09-11T01:49:48.577Z] 98be32df5010: Pushed [2024-09-11T01:49:48.577Z] aa8684e8c65e: Pushed [2024-09-11T01:49:49.144Z] 83945a1ab7c9: Pushed [2024-09-11T01:49:50.081Z] 0c9849c53fdb: Pushed [2024-09-11T01:49:50.340Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:50.669Z] + 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 [2024-09-11T01:49:51.009Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-11T01:49:51.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-11T01:49:51.009Z] 98be32df5010: Preparing [2024-09-11T01:49:51.009Z] 0c9849c53fdb: Preparing [2024-09-11T01:49:51.009Z] bb8d484368ec: Preparing [2024-09-11T01:49:51.009Z] 2f710eef30d3: Preparing [2024-09-11T01:49:51.009Z] aa8684e8c65e: Preparing [2024-09-11T01:49:51.009Z] 83945a1ab7c9: Preparing [2024-09-11T01:49:51.009Z] d62a02444d39: Preparing [2024-09-11T01:49:51.009Z] 83945a1ab7c9: Waiting [2024-09-11T01:49:51.009Z] d62a02444d39: Waiting [2024-09-11T01:49:51.009Z] 0c9849c53fdb: Layer already exists [2024-09-11T01:49:51.009Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:51.009Z] aa8684e8c65e: Layer already exists [2024-09-11T01:49:51.009Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:51.009Z] 98be32df5010: Layer already exists [2024-09-11T01:49:51.009Z] d62a02444d39: Layer already exists [2024-09-11T01:49:51.009Z] 83945a1ab7c9: Layer already exists [2024-09-11T01:49:51.009Z] latest: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:51.332Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:51.654Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.72 [2024-09-11T01:49:51.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-11T01:49:51.654Z] 98be32df5010: Preparing [2024-09-11T01:49:51.654Z] 0c9849c53fdb: Preparing [2024-09-11T01:49:51.654Z] bb8d484368ec: Preparing [2024-09-11T01:49:51.654Z] 2f710eef30d3: Preparing [2024-09-11T01:49:51.654Z] aa8684e8c65e: Preparing [2024-09-11T01:49:51.654Z] 83945a1ab7c9: Preparing [2024-09-11T01:49:51.654Z] d62a02444d39: Preparing [2024-09-11T01:49:51.654Z] 83945a1ab7c9: Waiting [2024-09-11T01:49:51.654Z] d62a02444d39: Waiting [2024-09-11T01:49:51.654Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:51.654Z] aa8684e8c65e: Layer already exists [2024-09-11T01:49:51.654Z] 98be32df5010: Layer already exists [2024-09-11T01:49:51.654Z] 0c9849c53fdb: Layer already exists [2024-09-11T01:49:51.654Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:51.654Z] d62a02444d39: Layer already exists [2024-09-11T01:49:51.654Z] 83945a1ab7c9: Layer already exists [2024-09-11T01:49:51.654Z] 3.2.0-dev.72: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:51.974Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:52.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:52.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-11T01:49:52.308Z] 98be32df5010: Preparing [2024-09-11T01:49:52.308Z] 0c9849c53fdb: Preparing [2024-09-11T01:49:52.308Z] bb8d484368ec: Preparing [2024-09-11T01:49:52.308Z] 2f710eef30d3: Preparing [2024-09-11T01:49:52.308Z] aa8684e8c65e: Preparing [2024-09-11T01:49:52.308Z] 83945a1ab7c9: Preparing [2024-09-11T01:49:52.308Z] d62a02444d39: Preparing [2024-09-11T01:49:52.308Z] 83945a1ab7c9: Waiting [2024-09-11T01:49:52.308Z] d62a02444d39: Waiting [2024-09-11T01:49:52.308Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:52.308Z] aa8684e8c65e: Layer already exists [2024-09-11T01:49:52.308Z] 98be32df5010: Layer already exists [2024-09-11T01:49:52.308Z] 0c9849c53fdb: Layer already exists [2024-09-11T01:49:52.308Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:52.308Z] 83945a1ab7c9: Layer already exists [2024-09-11T01:49:52.308Z] d62a02444d39: Layer already exists [2024-09-11T01:49:52.308Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:52.641Z] + 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 [2024-09-11T01:49:52.967Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-09-11T01:49:52.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-11T01:49:52.967Z] 98be32df5010: Preparing [2024-09-11T01:49:52.967Z] 0c9849c53fdb: Preparing [2024-09-11T01:49:52.967Z] bb8d484368ec: Preparing [2024-09-11T01:49:52.967Z] 2f710eef30d3: Preparing [2024-09-11T01:49:52.967Z] aa8684e8c65e: Preparing [2024-09-11T01:49:52.967Z] 83945a1ab7c9: Preparing [2024-09-11T01:49:52.967Z] d62a02444d39: Preparing [2024-09-11T01:49:52.967Z] 83945a1ab7c9: Waiting [2024-09-11T01:49:52.967Z] d62a02444d39: Waiting [2024-09-11T01:49:52.967Z] 0c9849c53fdb: Layer already exists [2024-09-11T01:49:52.967Z] aa8684e8c65e: Layer already exists [2024-09-11T01:49:52.967Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:52.967Z] 98be32df5010: Layer already exists [2024-09-11T01:49:52.967Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:52.967Z] d62a02444d39: Layer already exists [2024-09-11T01:49:52.967Z] 83945a1ab7c9: Layer already exists [2024-09-11T01:49:52.967Z] main: digest: sha256:fbb127568566349792673daf60153582233c10d09d8a4dd934c91565dcf91bf4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:49:53.039Z] ===================================================== [Pipeline] echo [2024-09-11T01:49:53.054Z] taggedImages: [2024-09-11T01:49:53.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:53.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-11T01:49:53.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.72 [2024-09-11T01:49:53.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:53.054Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-09-11T01:49:53.079Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-09-11T01:49:53.079Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:53.079Z] latest [2024-09-11T01:49:53.079Z] 3.2.0-dev.72 [2024-09-11T01:49:53.079Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:49:53.079Z] main [2024-09-11T01:49:53.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:53.417Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:49:53.736Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:49:53.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-11T01:49:53.736Z] 39eae2b2047f: Preparing [2024-09-11T01:49:53.736Z] a42c8d8f48dc: Preparing [2024-09-11T01:49:53.736Z] 53b54c4bfd2c: Preparing [2024-09-11T01:49:53.736Z] bb8d484368ec: Preparing [2024-09-11T01:49:53.736Z] 2f710eef30d3: Preparing [2024-09-11T01:49:53.736Z] 87f3739af772: Preparing [2024-09-11T01:49:53.736Z] df6dc6ba4f68: Preparing [2024-09-11T01:49:53.736Z] 7a5fe86f10ab: Preparing [2024-09-11T01:49:53.736Z] 17eb7ccdeec8: Preparing [2024-09-11T01:49:53.736Z] d62a02444d39: Preparing [2024-09-11T01:49:53.736Z] 87f3739af772: Waiting [2024-09-11T01:49:53.736Z] df6dc6ba4f68: Waiting [2024-09-11T01:49:53.736Z] 7a5fe86f10ab: Waiting [2024-09-11T01:49:53.736Z] 17eb7ccdeec8: Waiting [2024-09-11T01:49:53.736Z] d62a02444d39: Waiting [2024-09-11T01:49:53.736Z] bb8d484368ec: Layer already exists [2024-09-11T01:49:53.736Z] 2f710eef30d3: Layer already exists [2024-09-11T01:49:53.736Z] a42c8d8f48dc: Pushed [2024-09-11T01:49:53.736Z] 53b54c4bfd2c: Pushed [2024-09-11T01:49:53.736Z] 39eae2b2047f: Pushed [2024-09-11T01:49:53.736Z] d62a02444d39: Layer already exists [2024-09-11T01:49:53.736Z] 7a5fe86f10ab: Pushed [2024-09-11T01:49:54.302Z] 17eb7ccdeec8: Pushed [2024-09-11T01:50:00.873Z] df6dc6ba4f68: Pushed [2024-09-11T01:50:04.169Z] 87f3739af772: Pushed [2024-09-11T01:50:04.169Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:04.498Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:04.812Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-11T01:50:04.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-11T01:50:04.812Z] 39eae2b2047f: Preparing [2024-09-11T01:50:04.812Z] a42c8d8f48dc: Preparing [2024-09-11T01:50:04.812Z] 53b54c4bfd2c: Preparing [2024-09-11T01:50:04.812Z] bb8d484368ec: Preparing [2024-09-11T01:50:04.812Z] 2f710eef30d3: Preparing [2024-09-11T01:50:04.812Z] 87f3739af772: Preparing [2024-09-11T01:50:04.812Z] df6dc6ba4f68: Preparing [2024-09-11T01:50:04.812Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:04.812Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:04.812Z] d62a02444d39: Preparing [2024-09-11T01:50:04.812Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:04.812Z] df6dc6ba4f68: Waiting [2024-09-11T01:50:04.812Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:04.812Z] d62a02444d39: Waiting [2024-09-11T01:50:04.812Z] 87f3739af772: Waiting [2024-09-11T01:50:04.812Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:04.812Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:04.812Z] a42c8d8f48dc: Layer already exists [2024-09-11T01:50:04.812Z] 53b54c4bfd2c: Layer already exists [2024-09-11T01:50:04.812Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:04.812Z] df6dc6ba4f68: Layer already exists [2024-09-11T01:50:04.812Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:04.812Z] 87f3739af772: Layer already exists [2024-09-11T01:50:04.812Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:04.812Z] d62a02444d39: Layer already exists [2024-09-11T01:50:04.812Z] latest: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:05.135Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:05.448Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.72 [2024-09-11T01:50:05.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-11T01:50:05.448Z] 39eae2b2047f: Preparing [2024-09-11T01:50:05.448Z] a42c8d8f48dc: Preparing [2024-09-11T01:50:05.448Z] 53b54c4bfd2c: Preparing [2024-09-11T01:50:05.448Z] bb8d484368ec: Preparing [2024-09-11T01:50:05.448Z] 2f710eef30d3: Preparing [2024-09-11T01:50:05.448Z] 87f3739af772: Preparing [2024-09-11T01:50:05.448Z] df6dc6ba4f68: Preparing [2024-09-11T01:50:05.448Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:05.448Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:05.448Z] d62a02444d39: Preparing [2024-09-11T01:50:05.448Z] 87f3739af772: Waiting [2024-09-11T01:50:05.448Z] df6dc6ba4f68: Waiting [2024-09-11T01:50:05.448Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:05.448Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:05.448Z] d62a02444d39: Waiting [2024-09-11T01:50:05.448Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:05.448Z] a42c8d8f48dc: Layer already exists [2024-09-11T01:50:05.448Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:05.448Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:05.448Z] 53b54c4bfd2c: Layer already exists [2024-09-11T01:50:05.448Z] 87f3739af772: Layer already exists [2024-09-11T01:50:05.448Z] df6dc6ba4f68: Layer already exists [2024-09-11T01:50:05.448Z] d62a02444d39: Layer already exists [2024-09-11T01:50:05.448Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:05.448Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:05.448Z] 3.2.0-dev.72: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:05.771Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:06.101Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:06.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-11T01:50:06.101Z] 39eae2b2047f: Preparing [2024-09-11T01:50:06.101Z] a42c8d8f48dc: Preparing [2024-09-11T01:50:06.101Z] 53b54c4bfd2c: Preparing [2024-09-11T01:50:06.101Z] bb8d484368ec: Preparing [2024-09-11T01:50:06.101Z] 2f710eef30d3: Preparing [2024-09-11T01:50:06.101Z] 87f3739af772: Preparing [2024-09-11T01:50:06.101Z] df6dc6ba4f68: Preparing [2024-09-11T01:50:06.101Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:06.101Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:06.101Z] d62a02444d39: Preparing [2024-09-11T01:50:06.101Z] 87f3739af772: Waiting [2024-09-11T01:50:06.101Z] df6dc6ba4f68: Waiting [2024-09-11T01:50:06.101Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:06.101Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:06.101Z] d62a02444d39: Waiting [2024-09-11T01:50:06.101Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:06.101Z] 53b54c4bfd2c: Layer already exists [2024-09-11T01:50:06.101Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:06.101Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:06.101Z] a42c8d8f48dc: Layer already exists [2024-09-11T01:50:06.101Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:06.101Z] df6dc6ba4f68: Layer already exists [2024-09-11T01:50:06.101Z] 87f3739af772: Layer already exists [2024-09-11T01:50:06.101Z] d62a02444d39: Layer already exists [2024-09-11T01:50:06.101Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:06.101Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:06.429Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:06.888Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-09-11T01:50:06.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-11T01:50:06.888Z] 39eae2b2047f: Preparing [2024-09-11T01:50:06.888Z] a42c8d8f48dc: Preparing [2024-09-11T01:50:06.888Z] 53b54c4bfd2c: Preparing [2024-09-11T01:50:06.888Z] bb8d484368ec: Preparing [2024-09-11T01:50:06.888Z] 2f710eef30d3: Preparing [2024-09-11T01:50:06.888Z] 87f3739af772: Preparing [2024-09-11T01:50:06.888Z] df6dc6ba4f68: Preparing [2024-09-11T01:50:06.888Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:06.888Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:06.888Z] d62a02444d39: Preparing [2024-09-11T01:50:06.888Z] 87f3739af772: Waiting [2024-09-11T01:50:06.888Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:06.888Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:06.888Z] d62a02444d39: Waiting [2024-09-11T01:50:06.888Z] df6dc6ba4f68: Waiting [2024-09-11T01:50:06.888Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:06.888Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:06.888Z] 53b54c4bfd2c: Layer already exists [2024-09-11T01:50:06.888Z] a42c8d8f48dc: Layer already exists [2024-09-11T01:50:06.888Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:06.888Z] 87f3739af772: Layer already exists [2024-09-11T01:50:06.888Z] df6dc6ba4f68: Layer already exists [2024-09-11T01:50:06.888Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:06.888Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:06.888Z] d62a02444d39: Layer already exists [2024-09-11T01:50:06.888Z] main: digest: sha256:b31cd3301ba77d8e762bf32cca6b77b0e3887af0660d66e906a332a724fd6652 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:50:06.961Z] ===================================================== [Pipeline] echo [2024-09-11T01:50:06.972Z] taggedImages: [2024-09-11T01:50:06.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:06.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-11T01:50:06.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.72 [2024-09-11T01:50:06.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:06.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-09-11T01:50:06.992Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-09-11T01:50:06.992Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:06.993Z] latest [2024-09-11T01:50:06.993Z] 3.2.0-dev.72 [2024-09-11T01:50:06.993Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:06.993Z] main [2024-09-11T01:50:06.993Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:07.328Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:07.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:07.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-11T01:50:07.638Z] 39afa3659212: Preparing [2024-09-11T01:50:07.638Z] 7e6bc58a5dfb: Preparing [2024-09-11T01:50:07.638Z] 8811486839eb: Preparing [2024-09-11T01:50:07.638Z] bb8d484368ec: Preparing [2024-09-11T01:50:07.638Z] 2f710eef30d3: Preparing [2024-09-11T01:50:07.638Z] 4f0f28e6e916: Preparing [2024-09-11T01:50:07.638Z] 4140cd8cc004: Preparing [2024-09-11T01:50:07.638Z] e3aa1b27951a: Preparing [2024-09-11T01:50:07.638Z] d62a02444d39: Preparing [2024-09-11T01:50:07.638Z] 4140cd8cc004: Waiting [2024-09-11T01:50:07.638Z] 4f0f28e6e916: Waiting [2024-09-11T01:50:07.638Z] e3aa1b27951a: Waiting [2024-09-11T01:50:07.638Z] d62a02444d39: Waiting [2024-09-11T01:50:07.638Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:07.638Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:07.638Z] 7e6bc58a5dfb: Pushed [2024-09-11T01:50:07.638Z] 39afa3659212: Pushed [2024-09-11T01:50:07.638Z] 8811486839eb: Pushed [2024-09-11T01:50:07.638Z] 4140cd8cc004: Pushed [2024-09-11T01:50:07.638Z] d62a02444d39: Layer already exists [2024-09-11T01:50:07.896Z] e3aa1b27951a: Pushed [2024-09-11T01:50:17.877Z] 4f0f28e6e916: Pushed [2024-09-11T01:50:17.877Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:18.197Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:18.513Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-11T01:50:18.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-11T01:50:18.513Z] 39afa3659212: Preparing [2024-09-11T01:50:18.513Z] 7e6bc58a5dfb: Preparing [2024-09-11T01:50:18.513Z] 8811486839eb: Preparing [2024-09-11T01:50:18.513Z] bb8d484368ec: Preparing [2024-09-11T01:50:18.513Z] 2f710eef30d3: Preparing [2024-09-11T01:50:18.513Z] 4f0f28e6e916: Preparing [2024-09-11T01:50:18.513Z] 4140cd8cc004: Preparing [2024-09-11T01:50:18.513Z] e3aa1b27951a: Preparing [2024-09-11T01:50:18.513Z] d62a02444d39: Preparing [2024-09-11T01:50:18.513Z] 4f0f28e6e916: Waiting [2024-09-11T01:50:18.513Z] 4140cd8cc004: Waiting [2024-09-11T01:50:18.513Z] e3aa1b27951a: Waiting [2024-09-11T01:50:18.513Z] d62a02444d39: Waiting [2024-09-11T01:50:18.513Z] 8811486839eb: Layer already exists [2024-09-11T01:50:18.513Z] 39afa3659212: Layer already exists [2024-09-11T01:50:18.513Z] 7e6bc58a5dfb: Layer already exists [2024-09-11T01:50:18.513Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:18.513Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:18.513Z] 4f0f28e6e916: Layer already exists [2024-09-11T01:50:18.513Z] e3aa1b27951a: Layer already exists [2024-09-11T01:50:18.513Z] d62a02444d39: Layer already exists [2024-09-11T01:50:18.513Z] 4140cd8cc004: Layer already exists [2024-09-11T01:50:18.513Z] latest: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:18.976Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:19.289Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.72 [2024-09-11T01:50:19.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-11T01:50:19.289Z] 39afa3659212: Preparing [2024-09-11T01:50:19.289Z] 7e6bc58a5dfb: Preparing [2024-09-11T01:50:19.289Z] 8811486839eb: Preparing [2024-09-11T01:50:19.289Z] bb8d484368ec: Preparing [2024-09-11T01:50:19.289Z] 2f710eef30d3: Preparing [2024-09-11T01:50:19.289Z] 4f0f28e6e916: Preparing [2024-09-11T01:50:19.289Z] 4140cd8cc004: Preparing [2024-09-11T01:50:19.289Z] e3aa1b27951a: Preparing [2024-09-11T01:50:19.289Z] d62a02444d39: Preparing [2024-09-11T01:50:19.289Z] 4140cd8cc004: Waiting [2024-09-11T01:50:19.289Z] e3aa1b27951a: Waiting [2024-09-11T01:50:19.289Z] d62a02444d39: Waiting [2024-09-11T01:50:19.289Z] 4f0f28e6e916: Waiting [2024-09-11T01:50:19.289Z] 8811486839eb: Layer already exists [2024-09-11T01:50:19.289Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:19.289Z] 7e6bc58a5dfb: Layer already exists [2024-09-11T01:50:19.289Z] 39afa3659212: Layer already exists [2024-09-11T01:50:19.289Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:19.289Z] 4f0f28e6e916: Layer already exists [2024-09-11T01:50:19.289Z] e3aa1b27951a: Layer already exists [2024-09-11T01:50:19.289Z] 4140cd8cc004: Layer already exists [2024-09-11T01:50:19.289Z] d62a02444d39: Layer already exists [2024-09-11T01:50:19.289Z] 3.2.0-dev.72: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:20.719Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:21.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:21.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-11T01:50:21.032Z] 39afa3659212: Preparing [2024-09-11T01:50:21.032Z] 7e6bc58a5dfb: Preparing [2024-09-11T01:50:21.032Z] 8811486839eb: Preparing [2024-09-11T01:50:21.032Z] bb8d484368ec: Preparing [2024-09-11T01:50:21.032Z] 2f710eef30d3: Preparing [2024-09-11T01:50:21.032Z] 4f0f28e6e916: Preparing [2024-09-11T01:50:21.032Z] 4140cd8cc004: Preparing [2024-09-11T01:50:21.032Z] e3aa1b27951a: Preparing [2024-09-11T01:50:21.032Z] d62a02444d39: Preparing [2024-09-11T01:50:21.032Z] 4140cd8cc004: Waiting [2024-09-11T01:50:21.032Z] e3aa1b27951a: Waiting [2024-09-11T01:50:21.032Z] 4f0f28e6e916: Waiting [2024-09-11T01:50:21.032Z] d62a02444d39: Waiting [2024-09-11T01:50:21.032Z] 39afa3659212: Layer already exists [2024-09-11T01:50:21.032Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:21.032Z] 7e6bc58a5dfb: Layer already exists [2024-09-11T01:50:21.032Z] 8811486839eb: Layer already exists [2024-09-11T01:50:21.032Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:21.032Z] 4140cd8cc004: Layer already exists [2024-09-11T01:50:21.032Z] 4f0f28e6e916: Layer already exists [2024-09-11T01:50:21.032Z] e3aa1b27951a: Layer already exists [2024-09-11T01:50:21.032Z] d62a02444d39: Layer already exists [2024-09-11T01:50:21.032Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:21.352Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:21.677Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-09-11T01:50:21.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-11T01:50:21.677Z] 39afa3659212: Preparing [2024-09-11T01:50:21.677Z] 7e6bc58a5dfb: Preparing [2024-09-11T01:50:21.677Z] 8811486839eb: Preparing [2024-09-11T01:50:21.677Z] bb8d484368ec: Preparing [2024-09-11T01:50:21.677Z] 2f710eef30d3: Preparing [2024-09-11T01:50:21.677Z] 4f0f28e6e916: Preparing [2024-09-11T01:50:21.677Z] 4140cd8cc004: Preparing [2024-09-11T01:50:21.677Z] e3aa1b27951a: Preparing [2024-09-11T01:50:21.677Z] d62a02444d39: Preparing [2024-09-11T01:50:21.677Z] 4140cd8cc004: Waiting [2024-09-11T01:50:21.677Z] 4f0f28e6e916: Waiting [2024-09-11T01:50:21.677Z] e3aa1b27951a: Waiting [2024-09-11T01:50:21.677Z] d62a02444d39: Waiting [2024-09-11T01:50:21.677Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:21.677Z] 8811486839eb: Layer already exists [2024-09-11T01:50:21.677Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:21.677Z] 39afa3659212: Layer already exists [2024-09-11T01:50:21.677Z] 7e6bc58a5dfb: Layer already exists [2024-09-11T01:50:21.677Z] e3aa1b27951a: Layer already exists [2024-09-11T01:50:21.677Z] 4f0f28e6e916: Layer already exists [2024-09-11T01:50:21.677Z] d62a02444d39: Layer already exists [2024-09-11T01:50:21.677Z] 4140cd8cc004: Layer already exists [2024-09-11T01:50:21.677Z] main: digest: sha256:d5d1bb84406c579f4d85fc2a79349dfc4794daaeb402997ec972feec96dda841 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:50:21.742Z] ===================================================== [Pipeline] echo [2024-09-11T01:50:21.759Z] taggedImages: [2024-09-11T01:50:21.759Z] - nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:21.759Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-11T01:50:21.759Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.72 [2024-09-11T01:50:21.759Z] - nexus3.edgexfoundry.org:10004/security-spire-config:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:21.759Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-09-11T01:50:21.785Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-09-11T01:50:21.785Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:21.785Z] latest [2024-09-11T01:50:21.785Z] 3.2.0-dev.72 [2024-09-11T01:50:21.785Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:21.785Z] main [2024-09-11T01:50:21.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:22.124Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:22.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:22.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-11T01:50:22.447Z] 39eae2b2047f: Preparing [2024-09-11T01:50:22.447Z] 8fefd23f74e2: Preparing [2024-09-11T01:50:22.447Z] 98acc90cf1aa: Preparing [2024-09-11T01:50:22.447Z] bb8d484368ec: Preparing [2024-09-11T01:50:22.447Z] 2f710eef30d3: Preparing [2024-09-11T01:50:22.447Z] 43c5cf3b1223: Preparing [2024-09-11T01:50:22.447Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:22.447Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:22.447Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:22.447Z] 43c5cf3b1223: Waiting [2024-09-11T01:50:22.447Z] d62a02444d39: Preparing [2024-09-11T01:50:22.447Z] d62a02444d39: Waiting [2024-09-11T01:50:22.447Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:22.447Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:22.447Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:22.447Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:22.447Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:22.447Z] d62a02444d39: Layer already exists [2024-09-11T01:50:22.447Z] 8fefd23f74e2: Pushed [2024-09-11T01:50:22.447Z] 98acc90cf1aa: Pushed [2024-09-11T01:50:34.664Z] 43c5cf3b1223: Pushed [2024-09-11T01:50:34.664Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:34.988Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:35.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-11T01:50:35.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-11T01:50:35.308Z] 39eae2b2047f: Preparing [2024-09-11T01:50:35.308Z] 8fefd23f74e2: Preparing [2024-09-11T01:50:35.308Z] 98acc90cf1aa: Preparing [2024-09-11T01:50:35.308Z] bb8d484368ec: Preparing [2024-09-11T01:50:35.308Z] 2f710eef30d3: Preparing [2024-09-11T01:50:35.308Z] 43c5cf3b1223: Preparing [2024-09-11T01:50:35.308Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:35.308Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:35.308Z] d62a02444d39: Preparing [2024-09-11T01:50:35.308Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:35.308Z] d62a02444d39: Waiting [2024-09-11T01:50:35.308Z] 43c5cf3b1223: Waiting [2024-09-11T01:50:35.308Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:35.308Z] 8fefd23f74e2: Layer already exists [2024-09-11T01:50:35.308Z] 98acc90cf1aa: Layer already exists [2024-09-11T01:50:35.308Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:35.308Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:35.308Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:35.308Z] d62a02444d39: Layer already exists [2024-09-11T01:50:35.308Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:35.308Z] 43c5cf3b1223: Layer already exists [2024-09-11T01:50:35.308Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:35.308Z] latest: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:35.630Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:35.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.72 [2024-09-11T01:50:35.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-11T01:50:35.945Z] 39eae2b2047f: Preparing [2024-09-11T01:50:35.945Z] 8fefd23f74e2: Preparing [2024-09-11T01:50:35.945Z] 98acc90cf1aa: Preparing [2024-09-11T01:50:35.945Z] bb8d484368ec: Preparing [2024-09-11T01:50:35.945Z] 2f710eef30d3: Preparing [2024-09-11T01:50:35.945Z] 43c5cf3b1223: Preparing [2024-09-11T01:50:35.945Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:35.945Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:35.945Z] d62a02444d39: Preparing [2024-09-11T01:50:35.945Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:35.945Z] 43c5cf3b1223: Waiting [2024-09-11T01:50:35.945Z] d62a02444d39: Waiting [2024-09-11T01:50:35.945Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:35.945Z] 8fefd23f74e2: Layer already exists [2024-09-11T01:50:35.945Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:35.945Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:35.945Z] 98acc90cf1aa: Layer already exists [2024-09-11T01:50:35.945Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:35.945Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:35.945Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:35.945Z] 43c5cf3b1223: Layer already exists [2024-09-11T01:50:35.945Z] d62a02444d39: Layer already exists [2024-09-11T01:50:35.945Z] 3.2.0-dev.72: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:36.264Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:36.577Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:36.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-11T01:50:36.577Z] 39eae2b2047f: Preparing [2024-09-11T01:50:36.577Z] 8fefd23f74e2: Preparing [2024-09-11T01:50:36.577Z] 98acc90cf1aa: Preparing [2024-09-11T01:50:36.577Z] bb8d484368ec: Preparing [2024-09-11T01:50:36.577Z] 2f710eef30d3: Preparing [2024-09-11T01:50:36.577Z] 43c5cf3b1223: Preparing [2024-09-11T01:50:36.577Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:36.577Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:36.577Z] d62a02444d39: Preparing [2024-09-11T01:50:36.577Z] 43c5cf3b1223: Waiting [2024-09-11T01:50:36.577Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:36.577Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:36.577Z] d62a02444d39: Waiting [2024-09-11T01:50:36.577Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:36.577Z] 8fefd23f74e2: Layer already exists [2024-09-11T01:50:36.577Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:36.577Z] 98acc90cf1aa: Layer already exists [2024-09-11T01:50:36.577Z] 43c5cf3b1223: Layer already exists [2024-09-11T01:50:36.577Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:36.577Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:36.577Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:36.577Z] d62a02444d39: Layer already exists [2024-09-11T01:50:36.577Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:36.908Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:37.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-09-11T01:50:37.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-11T01:50:37.225Z] 39eae2b2047f: Preparing [2024-09-11T01:50:37.225Z] 8fefd23f74e2: Preparing [2024-09-11T01:50:37.225Z] 98acc90cf1aa: Preparing [2024-09-11T01:50:37.225Z] bb8d484368ec: Preparing [2024-09-11T01:50:37.225Z] 2f710eef30d3: Preparing [2024-09-11T01:50:37.225Z] 43c5cf3b1223: Preparing [2024-09-11T01:50:37.225Z] 7a5fe86f10ab: Preparing [2024-09-11T01:50:37.225Z] 17eb7ccdeec8: Preparing [2024-09-11T01:50:37.225Z] d62a02444d39: Preparing [2024-09-11T01:50:37.225Z] 17eb7ccdeec8: Waiting [2024-09-11T01:50:37.225Z] 7a5fe86f10ab: Waiting [2024-09-11T01:50:37.225Z] 43c5cf3b1223: Waiting [2024-09-11T01:50:37.225Z] 98acc90cf1aa: Layer already exists [2024-09-11T01:50:37.225Z] 39eae2b2047f: Layer already exists [2024-09-11T01:50:37.225Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:37.225Z] 8fefd23f74e2: Layer already exists [2024-09-11T01:50:37.225Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:37.225Z] 43c5cf3b1223: Layer already exists [2024-09-11T01:50:37.225Z] 17eb7ccdeec8: Layer already exists [2024-09-11T01:50:37.225Z] 7a5fe86f10ab: Layer already exists [2024-09-11T01:50:37.225Z] d62a02444d39: Layer already exists [2024-09-11T01:50:37.225Z] main: digest: sha256:73a8d8b36b98bf3c7b7835a519d8d5bf639e44a226564b52632626191faa27b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:50:37.293Z] ===================================================== [Pipeline] echo [2024-09-11T01:50:37.309Z] taggedImages: [2024-09-11T01:50:37.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:37.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-11T01:50:37.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.72 [2024-09-11T01:50:37.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:37.309Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-09-11T01:50:37.333Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-09-11T01:50:37.333Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:37.333Z] latest [2024-09-11T01:50:37.333Z] 3.2.0-dev.72 [2024-09-11T01:50:37.333Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:37.333Z] main [2024-09-11T01:50:37.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:37.679Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:38.002Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:38.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-11T01:50:38.002Z] e981c2712747: Preparing [2024-09-11T01:50:38.002Z] 74754f4579aa: Preparing [2024-09-11T01:50:38.002Z] bb8d484368ec: Preparing [2024-09-11T01:50:38.002Z] 2f710eef30d3: Preparing [2024-09-11T01:50:38.002Z] 546c25092a2a: Preparing [2024-09-11T01:50:38.002Z] 3a9fac5e1827: Preparing [2024-09-11T01:50:38.002Z] d62a02444d39: Preparing [2024-09-11T01:50:38.002Z] 3a9fac5e1827: Waiting [2024-09-11T01:50:38.002Z] d62a02444d39: Waiting [2024-09-11T01:50:38.002Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:38.002Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:38.002Z] d62a02444d39: Layer already exists [2024-09-11T01:50:38.002Z] 546c25092a2a: Pushed [2024-09-11T01:50:38.002Z] e981c2712747: Pushed [2024-09-11T01:50:38.260Z] 3a9fac5e1827: Pushed [2024-09-11T01:50:42.452Z] 74754f4579aa: Pushed [2024-09-11T01:50:42.452Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:42.782Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:43.099Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-11T01:50:43.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-11T01:50:43.099Z] e981c2712747: Preparing [2024-09-11T01:50:43.099Z] 74754f4579aa: Preparing [2024-09-11T01:50:43.099Z] bb8d484368ec: Preparing [2024-09-11T01:50:43.099Z] 2f710eef30d3: Preparing [2024-09-11T01:50:43.099Z] 546c25092a2a: Preparing [2024-09-11T01:50:43.099Z] 3a9fac5e1827: Preparing [2024-09-11T01:50:43.099Z] d62a02444d39: Preparing [2024-09-11T01:50:43.099Z] 3a9fac5e1827: Waiting [2024-09-11T01:50:43.099Z] d62a02444d39: Waiting [2024-09-11T01:50:43.099Z] 546c25092a2a: Layer already exists [2024-09-11T01:50:43.099Z] 74754f4579aa: Layer already exists [2024-09-11T01:50:43.099Z] e981c2712747: Layer already exists [2024-09-11T01:50:43.099Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:43.099Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:43.099Z] 3a9fac5e1827: Layer already exists [2024-09-11T01:50:43.099Z] d62a02444d39: Layer already exists [2024-09-11T01:50:43.099Z] latest: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:43.430Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:43.756Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.72 [2024-09-11T01:50:43.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-11T01:50:43.756Z] e981c2712747: Preparing [2024-09-11T01:50:43.756Z] 74754f4579aa: Preparing [2024-09-11T01:50:43.756Z] bb8d484368ec: Preparing [2024-09-11T01:50:43.756Z] 2f710eef30d3: Preparing [2024-09-11T01:50:43.756Z] 546c25092a2a: Preparing [2024-09-11T01:50:43.756Z] 3a9fac5e1827: Preparing [2024-09-11T01:50:43.756Z] d62a02444d39: Preparing [2024-09-11T01:50:43.756Z] 3a9fac5e1827: Waiting [2024-09-11T01:50:43.756Z] d62a02444d39: Waiting [2024-09-11T01:50:43.756Z] 546c25092a2a: Layer already exists [2024-09-11T01:50:43.756Z] e981c2712747: Layer already exists [2024-09-11T01:50:43.756Z] 74754f4579aa: Layer already exists [2024-09-11T01:50:43.756Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:43.756Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:43.756Z] 3a9fac5e1827: Layer already exists [2024-09-11T01:50:43.756Z] d62a02444d39: Layer already exists [2024-09-11T01:50:43.756Z] 3.2.0-dev.72: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:44.080Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:44.396Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:44.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-11T01:50:44.397Z] e981c2712747: Preparing [2024-09-11T01:50:44.397Z] 74754f4579aa: Preparing [2024-09-11T01:50:44.397Z] bb8d484368ec: Preparing [2024-09-11T01:50:44.397Z] 2f710eef30d3: Preparing [2024-09-11T01:50:44.397Z] 546c25092a2a: Preparing [2024-09-11T01:50:44.397Z] 3a9fac5e1827: Preparing [2024-09-11T01:50:44.397Z] d62a02444d39: Preparing [2024-09-11T01:50:44.397Z] 3a9fac5e1827: Waiting [2024-09-11T01:50:44.397Z] d62a02444d39: Waiting [2024-09-11T01:50:44.397Z] 74754f4579aa: Layer already exists [2024-09-11T01:50:44.397Z] e981c2712747: Layer already exists [2024-09-11T01:50:44.397Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:44.397Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:44.397Z] 546c25092a2a: Layer already exists [2024-09-11T01:50:44.397Z] 3a9fac5e1827: Layer already exists [2024-09-11T01:50:44.397Z] d62a02444d39: Layer already exists [2024-09-11T01:50:44.397Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:44.721Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:45.039Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-09-11T01:50:45.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-11T01:50:45.039Z] e981c2712747: Preparing [2024-09-11T01:50:45.039Z] 74754f4579aa: Preparing [2024-09-11T01:50:45.039Z] bb8d484368ec: Preparing [2024-09-11T01:50:45.039Z] 2f710eef30d3: Preparing [2024-09-11T01:50:45.039Z] 546c25092a2a: Preparing [2024-09-11T01:50:45.039Z] 3a9fac5e1827: Preparing [2024-09-11T01:50:45.039Z] d62a02444d39: Preparing [2024-09-11T01:50:45.039Z] 3a9fac5e1827: Waiting [2024-09-11T01:50:45.039Z] d62a02444d39: Waiting [2024-09-11T01:50:45.039Z] e981c2712747: Layer already exists [2024-09-11T01:50:45.039Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:45.039Z] 546c25092a2a: Layer already exists [2024-09-11T01:50:45.039Z] 74754f4579aa: Layer already exists [2024-09-11T01:50:45.039Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:45.039Z] 3a9fac5e1827: Layer already exists [2024-09-11T01:50:45.039Z] d62a02444d39: Layer already exists [2024-09-11T01:50:45.039Z] main: digest: sha256:a587b0e836f0859f64e8f39f758d7cfa9083391a45db38a7b3141ee21e57c1e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:50:45.100Z] ===================================================== [Pipeline] echo [2024-09-11T01:50:45.113Z] taggedImages: [2024-09-11T01:50:45.113Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:45.113Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-11T01:50:45.113Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.72 [2024-09-11T01:50:45.113Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:45.113Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-09-11T01:50:45.136Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-09-11T01:50:45.136Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:45.136Z] latest [2024-09-11T01:50:45.136Z] 3.2.0-dev.72 [2024-09-11T01:50:45.136Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:45.136Z] main [2024-09-11T01:50:45.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:45.472Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:45.786Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:45.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-11T01:50:45.786Z] 766e013121c1: Preparing [2024-09-11T01:50:45.786Z] 32ade0701c0e: Preparing [2024-09-11T01:50:45.786Z] bb8d484368ec: Preparing [2024-09-11T01:50:45.786Z] 2f710eef30d3: Preparing [2024-09-11T01:50:45.786Z] 44734c3828f8: Preparing [2024-09-11T01:50:45.786Z] 08ca11dbb3c7: Preparing [2024-09-11T01:50:45.787Z] d62a02444d39: Preparing [2024-09-11T01:50:45.787Z] 08ca11dbb3c7: Waiting [2024-09-11T01:50:45.787Z] d62a02444d39: Waiting [2024-09-11T01:50:45.787Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:45.787Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:45.787Z] d62a02444d39: Layer already exists [2024-09-11T01:50:45.787Z] 766e013121c1: Pushed [2024-09-11T01:50:45.787Z] 44734c3828f8: Pushed [2024-09-11T01:50:45.787Z] 08ca11dbb3c7: Pushed [2024-09-11T01:50:49.981Z] 32ade0701c0e: Pushed [2024-09-11T01:50:49.981Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:50.317Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:50.641Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-11T01:50:50.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-11T01:50:50.641Z] 766e013121c1: Preparing [2024-09-11T01:50:50.641Z] 32ade0701c0e: Preparing [2024-09-11T01:50:50.641Z] bb8d484368ec: Preparing [2024-09-11T01:50:50.641Z] 2f710eef30d3: Preparing [2024-09-11T01:50:50.641Z] 44734c3828f8: Preparing [2024-09-11T01:50:50.641Z] 08ca11dbb3c7: Preparing [2024-09-11T01:50:50.641Z] d62a02444d39: Preparing [2024-09-11T01:50:50.641Z] 08ca11dbb3c7: Waiting [2024-09-11T01:50:50.641Z] d62a02444d39: Waiting [2024-09-11T01:50:50.641Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:50.641Z] 32ade0701c0e: Layer already exists [2024-09-11T01:50:50.641Z] 44734c3828f8: Layer already exists [2024-09-11T01:50:50.641Z] 766e013121c1: Layer already exists [2024-09-11T01:50:50.641Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:50.641Z] 08ca11dbb3c7: Layer already exists [2024-09-11T01:50:50.641Z] d62a02444d39: Layer already exists [2024-09-11T01:50:50.641Z] latest: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:50.968Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:51.287Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.72 [2024-09-11T01:50:51.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-11T01:50:51.287Z] 766e013121c1: Preparing [2024-09-11T01:50:51.287Z] 32ade0701c0e: Preparing [2024-09-11T01:50:51.287Z] bb8d484368ec: Preparing [2024-09-11T01:50:51.287Z] 2f710eef30d3: Preparing [2024-09-11T01:50:51.287Z] 44734c3828f8: Preparing [2024-09-11T01:50:51.287Z] 08ca11dbb3c7: Preparing [2024-09-11T01:50:51.287Z] d62a02444d39: Preparing [2024-09-11T01:50:51.287Z] 08ca11dbb3c7: Waiting [2024-09-11T01:50:51.287Z] d62a02444d39: Waiting [2024-09-11T01:50:51.287Z] 32ade0701c0e: Layer already exists [2024-09-11T01:50:51.287Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:51.287Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:51.287Z] 766e013121c1: Layer already exists [2024-09-11T01:50:51.287Z] 44734c3828f8: Layer already exists [2024-09-11T01:50:51.287Z] 08ca11dbb3c7: Layer already exists [2024-09-11T01:50:51.287Z] d62a02444d39: Layer already exists [2024-09-11T01:50:51.287Z] 3.2.0-dev.72: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:51.613Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:51.927Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:51.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-11T01:50:51.928Z] 766e013121c1: Preparing [2024-09-11T01:50:51.928Z] 32ade0701c0e: Preparing [2024-09-11T01:50:51.928Z] bb8d484368ec: Preparing [2024-09-11T01:50:51.928Z] 2f710eef30d3: Preparing [2024-09-11T01:50:51.928Z] 44734c3828f8: Preparing [2024-09-11T01:50:51.928Z] 08ca11dbb3c7: Preparing [2024-09-11T01:50:51.928Z] d62a02444d39: Preparing [2024-09-11T01:50:51.928Z] d62a02444d39: Waiting [2024-09-11T01:50:51.928Z] 08ca11dbb3c7: Waiting [2024-09-11T01:50:51.928Z] 766e013121c1: Layer already exists [2024-09-11T01:50:51.928Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:51.928Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:51.928Z] 44734c3828f8: Layer already exists [2024-09-11T01:50:51.928Z] 32ade0701c0e: Layer already exists [2024-09-11T01:50:51.928Z] 08ca11dbb3c7: Layer already exists [2024-09-11T01:50:51.928Z] d62a02444d39: Layer already exists [2024-09-11T01:50:51.928Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:52.254Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:52.623Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-09-11T01:50:52.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-11T01:50:52.623Z] 766e013121c1: Preparing [2024-09-11T01:50:52.623Z] 32ade0701c0e: Preparing [2024-09-11T01:50:52.623Z] bb8d484368ec: Preparing [2024-09-11T01:50:52.623Z] 2f710eef30d3: Preparing [2024-09-11T01:50:52.623Z] 44734c3828f8: Preparing [2024-09-11T01:50:52.623Z] 08ca11dbb3c7: Preparing [2024-09-11T01:50:52.623Z] d62a02444d39: Preparing [2024-09-11T01:50:52.623Z] 08ca11dbb3c7: Waiting [2024-09-11T01:50:52.623Z] d62a02444d39: Waiting [2024-09-11T01:50:52.623Z] 32ade0701c0e: Layer already exists [2024-09-11T01:50:52.623Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:52.623Z] 766e013121c1: Layer already exists [2024-09-11T01:50:52.623Z] 44734c3828f8: Layer already exists [2024-09-11T01:50:52.623Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:52.623Z] d62a02444d39: Layer already exists [2024-09-11T01:50:52.623Z] 08ca11dbb3c7: Layer already exists [2024-09-11T01:50:52.623Z] main: digest: sha256:50130acc1713c6ca6bd3779f7e2f33f3e3a8d455808ab8b0a07f2e8d657cf36b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:50:52.698Z] ===================================================== [Pipeline] echo [2024-09-11T01:50:52.711Z] taggedImages: [2024-09-11T01:50:52.711Z] - nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:52.711Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-11T01:50:52.711Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.72 [2024-09-11T01:50:52.711Z] - nexus3.edgexfoundry.org:10004/support-notifications:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:52.711Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-09-11T01:50:52.743Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-09-11T01:50:52.743Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:52.743Z] latest [2024-09-11T01:50:52.743Z] 3.2.0-dev.72 [2024-09-11T01:50:52.743Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:52.743Z] main [2024-09-11T01:50:52.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:53.137Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:53.498Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:50:53.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-11T01:50:53.498Z] 103a8a3cc317: Preparing [2024-09-11T01:50:53.498Z] 759bd47d79c2: Preparing [2024-09-11T01:50:53.498Z] bb8d484368ec: Preparing [2024-09-11T01:50:53.498Z] 2f710eef30d3: Preparing [2024-09-11T01:50:53.498Z] f191693e0840: Preparing [2024-09-11T01:50:53.498Z] e273ee064f48: Preparing [2024-09-11T01:50:53.498Z] d62a02444d39: Preparing [2024-09-11T01:50:53.498Z] d62a02444d39: Waiting [2024-09-11T01:50:53.498Z] e273ee064f48: Waiting [2024-09-11T01:50:53.498Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:53.498Z] f191693e0840: Layer already exists [2024-09-11T01:50:53.498Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:53.498Z] e273ee064f48: Layer already exists [2024-09-11T01:50:53.498Z] d62a02444d39: Layer already exists [2024-09-11T01:50:53.498Z] 103a8a3cc317: Pushed [2024-09-11T01:50:57.690Z] 759bd47d79c2: Pushed [2024-09-11T01:50:57.690Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:58.022Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:58.345Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-11T01:50:58.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-11T01:50:58.345Z] 103a8a3cc317: Preparing [2024-09-11T01:50:58.345Z] 759bd47d79c2: Preparing [2024-09-11T01:50:58.345Z] bb8d484368ec: Preparing [2024-09-11T01:50:58.345Z] 2f710eef30d3: Preparing [2024-09-11T01:50:58.345Z] f191693e0840: Preparing [2024-09-11T01:50:58.345Z] e273ee064f48: Preparing [2024-09-11T01:50:58.345Z] d62a02444d39: Preparing [2024-09-11T01:50:58.345Z] e273ee064f48: Waiting [2024-09-11T01:50:58.345Z] d62a02444d39: Waiting [2024-09-11T01:50:58.345Z] f191693e0840: Layer already exists [2024-09-11T01:50:58.345Z] 759bd47d79c2: Layer already exists [2024-09-11T01:50:58.345Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:58.345Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:58.345Z] 103a8a3cc317: Layer already exists [2024-09-11T01:50:58.345Z] e273ee064f48: Layer already exists [2024-09-11T01:50:58.345Z] d62a02444d39: Layer already exists [2024-09-11T01:50:58.345Z] latest: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:58.678Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:59.001Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.72 [2024-09-11T01:50:59.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-11T01:50:59.001Z] 103a8a3cc317: Preparing [2024-09-11T01:50:59.001Z] 759bd47d79c2: Preparing [2024-09-11T01:50:59.001Z] bb8d484368ec: Preparing [2024-09-11T01:50:59.001Z] 2f710eef30d3: Preparing [2024-09-11T01:50:59.001Z] f191693e0840: Preparing [2024-09-11T01:50:59.001Z] e273ee064f48: Preparing [2024-09-11T01:50:59.001Z] d62a02444d39: Preparing [2024-09-11T01:50:59.001Z] e273ee064f48: Waiting [2024-09-11T01:50:59.001Z] d62a02444d39: Waiting [2024-09-11T01:50:59.001Z] 759bd47d79c2: Layer already exists [2024-09-11T01:50:59.001Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:59.001Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:59.001Z] f191693e0840: Layer already exists [2024-09-11T01:50:59.001Z] 103a8a3cc317: Layer already exists [2024-09-11T01:50:59.001Z] e273ee064f48: Layer already exists [2024-09-11T01:50:59.001Z] d62a02444d39: Layer already exists [2024-09-11T01:50:59.001Z] 3.2.0-dev.72: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:59.335Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:59.660Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:50:59.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-11T01:50:59.660Z] 103a8a3cc317: Preparing [2024-09-11T01:50:59.660Z] 759bd47d79c2: Preparing [2024-09-11T01:50:59.660Z] bb8d484368ec: Preparing [2024-09-11T01:50:59.660Z] 2f710eef30d3: Preparing [2024-09-11T01:50:59.660Z] f191693e0840: Preparing [2024-09-11T01:50:59.660Z] e273ee064f48: Preparing [2024-09-11T01:50:59.660Z] d62a02444d39: Preparing [2024-09-11T01:50:59.660Z] d62a02444d39: Waiting [2024-09-11T01:50:59.660Z] e273ee064f48: Waiting [2024-09-11T01:50:59.660Z] 759bd47d79c2: Layer already exists [2024-09-11T01:50:59.660Z] f191693e0840: Layer already exists [2024-09-11T01:50:59.660Z] bb8d484368ec: Layer already exists [2024-09-11T01:50:59.660Z] 103a8a3cc317: Layer already exists [2024-09-11T01:50:59.660Z] 2f710eef30d3: Layer already exists [2024-09-11T01:50:59.660Z] d62a02444d39: Layer already exists [2024-09-11T01:50:59.660Z] e273ee064f48: Layer already exists [2024-09-11T01:50:59.660Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:50:59.985Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T01:51:00.314Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-09-11T01:51:00.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-11T01:51:00.315Z] 103a8a3cc317: Preparing [2024-09-11T01:51:00.315Z] 759bd47d79c2: Preparing [2024-09-11T01:51:00.315Z] bb8d484368ec: Preparing [2024-09-11T01:51:00.315Z] 2f710eef30d3: Preparing [2024-09-11T01:51:00.315Z] f191693e0840: Preparing [2024-09-11T01:51:00.315Z] e273ee064f48: Preparing [2024-09-11T01:51:00.315Z] d62a02444d39: Preparing [2024-09-11T01:51:00.315Z] e273ee064f48: Waiting [2024-09-11T01:51:00.315Z] d62a02444d39: Waiting [2024-09-11T01:51:00.315Z] 2f710eef30d3: Layer already exists [2024-09-11T01:51:00.315Z] f191693e0840: Layer already exists [2024-09-11T01:51:00.315Z] bb8d484368ec: Layer already exists [2024-09-11T01:51:00.315Z] 103a8a3cc317: Layer already exists [2024-09-11T01:51:00.315Z] 759bd47d79c2: Layer already exists [2024-09-11T01:51:00.315Z] e273ee064f48: Layer already exists [2024-09-11T01:51:00.315Z] d62a02444d39: Layer already exists [2024-09-11T01:51:00.315Z] main: digest: sha256:274a98abc56f2215ad8a9d70416c79379a2bb2a4a31604a3dbe0213ed72d4c7e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T01:51:00.399Z] ===================================================== [Pipeline] echo [2024-09-11T01:51:00.413Z] taggedImages: [2024-09-11T01:51:00.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T01:51:00.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-11T01:51:00.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.72 [2024-09-11T01:51:00.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T01:51:00.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-09-11T02:10:27.331Z] #160 ... [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-11T02:10:27.331Z] #152 1254.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.72" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-11T02:10:27.331Z] #152 ... [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-11T02:10:27.331Z] #151 DONE 1257.5s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-11T02:10:27.331Z] #150 ... [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:10:27.331Z] #161 DONE 0.5s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:10:27.331Z] #162 DONE 0.1s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-09-11T02:10:27.331Z] #163 DONE 0.1s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:10:27.331Z] #155 ... [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-11T02:10:27.331Z] #164 DONE 0.1s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-11T02:10:27.331Z] #165 DONE 0.2s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-11T02:10:27.331Z] #166 DONE 0.2s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T02:10:27.331Z] #167 DONE 2.5s [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:10:27.331Z] #28 ... [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #105 [security-proxy-setup] exporting to image [2024-09-11T02:10:27.331Z] #105 exporting layers [2024-09-11T02:10:27.331Z] #105 ... [2024-09-11T02:10:27.331Z] [2024-09-11T02:10:27.331Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-11T02:10:27.331Z] #156 DONE 1261.9s [2024-09-11T02:10:27.598Z] [2024-09-11T02:10:27.598Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-11T02:10:28.197Z] #150 ... [2024-09-11T02:10:28.197Z] [2024-09-11T02:10:28.197Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-11T02:10:28.492Z] #168 DONE 0.3s [2024-09-11T02:10:28.492Z] [2024-09-11T02:10:28.492Z] #105 [security-proxy-setup] exporting to image [2024-09-11T02:10:28.492Z] #105 exporting layers 1.6s done [2024-09-11T02:10:28.759Z] #105 writing image sha256:06e9f9bcd15e2b609992ec2e4583483670bcfc89387c82d28bce3553fca3ae07 done [2024-09-11T02:10:28.759Z] #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-09-11T02:10:28.759Z] #105 DONE 6.7s [2024-09-11T02:10:28.759Z] [2024-09-11T02:10:28.759Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-11T02:10:32.137Z] #169 DONE 3.6s [2024-09-11T02:10:32.137Z] [2024-09-11T02:10:32.137Z] #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:10:32.732Z] #170 DONE 0.5s [2024-09-11T02:10:32.732Z] [2024-09-11T02:10:32.732Z] #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:10:32.732Z] #171 DONE 0.2s [2024-09-11T02:10:32.732Z] [2024-09-11T02:10:32.732Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:10:33.007Z] #155 ... [2024-09-11T02:10:33.007Z] [2024-09-11T02:10:33.007Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-11T02:10:33.278Z] #172 DONE 0.4s [2024-09-11T02:10:33.278Z] [2024-09-11T02:10:33.278Z] #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-11T02:10:33.278Z] #173 DONE 0.2s [2024-09-11T02:10:33.278Z] [2024-09-11T02:10:33.278Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:10:33.549Z] #159 ... [2024-09-11T02:10:33.549Z] [2024-09-11T02:10:33.549Z] #174 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-09-11T02:10:33.549Z] #174 DONE 0.2s [2024-09-11T02:10:33.549Z] [2024-09-11T02:10:33.549Z] #175 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-09-11T02:10:33.857Z] #175 DONE 0.2s [2024-09-11T02:10:33.857Z] [2024-09-11T02:10:33.857Z] #176 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-09-11T02:10:34.140Z] #176 DONE 0.2s [2024-09-11T02:10:34.140Z] [2024-09-11T02:10:34.140Z] #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-11T02:10:34.140Z] #177 DONE 0.1s [2024-09-11T02:10:34.140Z] [2024-09-11T02:10:34.140Z] #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-11T02:10:34.410Z] #178 DONE 0.2s [2024-09-11T02:10:34.410Z] [2024-09-11T02:10:34.410Z] #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-11T02:10:36.355Z] #179 DONE 2.1s [2024-09-11T02:10:36.355Z] [2024-09-11T02:10:36.355Z] #105 [security-bootstrapper] exporting to image [2024-09-11T02:10:36.355Z] #105 exporting layers [2024-09-11T02:10:37.787Z] #105 exporting layers 1.4s done [2024-09-11T02:10:37.787Z] #105 writing image sha256:ccd5daee9eae380a46be504093771e82fb6b7ea9c39f1007401b2efc9e85cea0 done [2024-09-11T02:10:37.787Z] #105 naming to docker.io/library/security-bootstrapper-arm64 done [2024-09-11T02:10:37.787Z] #105 DONE 8.1s [2024-09-11T02:10:37.787Z] [2024-09-11T02:10:37.787Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:10:43.145Z] #160 ... [2024-09-11T02:10:43.145Z] [2024-09-11T02:10:43.145Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-11T02:10:43.145Z] #152 DONE 1276.9s [2024-09-11T02:10:43.145Z] [2024-09-11T02:10:43.145Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:10:43.145Z] #155 ... [2024-09-11T02:10:43.145Z] [2024-09-11T02:10:43.145Z] #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:10:43.145Z] #180 DONE 0.3s [2024-09-11T02:10:43.145Z] [2024-09-11T02:10:43.145Z] #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:10:43.414Z] #181 DONE 0.1s [2024-09-11T02:10:43.414Z] [2024-09-11T02:10:43.414Z] #182 [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 [2024-09-11T02:10:43.414Z] #182 DONE 0.1s [2024-09-11T02:10:43.414Z] [2024-09-11T02:10:43.414Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:10:43.414Z] #155 ... [2024-09-11T02:10:43.414Z] [2024-09-11T02:10:43.414Z] #183 [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 [2024-09-11T02:10:43.414Z] #183 DONE 0.1s [2024-09-11T02:10:43.701Z] [2024-09-11T02:10:43.701Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:10:43.701Z] #184 DONE 0.1s [2024-09-11T02:10:43.701Z] [2024-09-11T02:10:43.701Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:10:43.701Z] #159 ... [2024-09-11T02:10:43.701Z] [2024-09-11T02:10:43.701Z] #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-11T02:10:43.985Z] #185 DONE 0.3s [2024-09-11T02:10:43.985Z] [2024-09-11T02:10:43.985Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-11T02:10:43.985Z] #154 ... [2024-09-11T02:10:43.985Z] [2024-09-11T02:10:43.985Z] #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-11T02:10:44.269Z] #186 DONE 0.3s [2024-09-11T02:10:44.269Z] [2024-09-11T02:10:44.269Z] #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-11T02:10:44.537Z] #187 DONE 0.1s [2024-09-11T02:10:44.537Z] [2024-09-11T02:10:44.537Z] #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T02:10:46.509Z] #188 DONE 2.1s [2024-09-11T02:10:46.509Z] [2024-09-11T02:10:46.509Z] #105 [security-secretstore-setup] exporting to image [2024-09-11T02:10:46.509Z] #105 exporting layers [2024-09-11T02:10:47.915Z] #105 exporting layers 1.1s done [2024-09-11T02:10:47.915Z] #105 writing image sha256:22c911779a655dd385623ba7052b07f296ba7cdfa71d7353aa9469aaa8edd01b done [2024-09-11T02:10:47.915Z] #105 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-09-11T02:10:47.915Z] #105 DONE 9.3s [2024-09-11T02:10:47.915Z] [2024-09-11T02:10:47.915Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T02:11:34.753Z] #158 ... [2024-09-11T02:11:34.753Z] [2024-09-11T02:11:34.753Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-11T02:11:34.753Z] #157 DONE 1328.1s [2024-09-11T02:11:34.753Z] [2024-09-11T02:11:34.753Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:11:34.753Z] #155 ... [2024-09-11T02:11:34.753Z] [2024-09-11T02:11:34.753Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:11:34.753Z] #189 DONE 0.2s [2024-09-11T02:11:34.753Z] [2024-09-11T02:11:34.753Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:11:34.753Z] #155 ... [2024-09-11T02:11:34.753Z] [2024-09-11T02:11:34.753Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:11:34.753Z] #190 DONE 0.2s [2024-09-11T02:11:34.753Z] [2024-09-11T02:11:34.753Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-09-11T02:11:35.022Z] #191 DONE 0.3s [2024-09-11T02:11:35.022Z] [2024-09-11T02:11:35.022Z] #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:11:35.022Z] #192 DONE 0.1s [2024-09-11T02:11:35.022Z] [2024-09-11T02:11:35.022Z] #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-11T02:11:35.287Z] #193 DONE 0.1s [2024-09-11T02:11:35.287Z] [2024-09-11T02:11:35.287Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T02:11:37.880Z] #194 DONE 2.8s [2024-09-11T02:11:37.880Z] [2024-09-11T02:11:37.880Z] #105 [core-common-config-bootstrapper] exporting to image [2024-09-11T02:11:37.880Z] #105 exporting layers [2024-09-11T02:11:38.476Z] #105 exporting layers 0.6s done [2024-09-11T02:11:38.742Z] #105 writing image sha256:5fbc9851a17db6bdbdcf1e39efd7dcd722b179575315dd3828b2fd4c58e1cf5a 0.1s done [2024-09-11T02:11:38.742Z] #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-09-11T02:11:38.742Z] #105 DONE 9.9s [2024-09-11T02:11:38.742Z] [2024-09-11T02:11:38.742Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:14:00.415Z] #159 ... [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-11T02:14:00.415Z] #149 DONE 1465.3s [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-11T02:14:00.415Z] #154 ... [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:14:00.415Z] #195 DONE 0.2s [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:14:00.415Z] #155 ... [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:14:00.415Z] #196 DONE 0.2s [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:14:00.415Z] #160 ... [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-11T02:14:00.415Z] #197 DONE 0.3s [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T02:14:00.415Z] #158 ... [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:14:00.415Z] #198 DONE 0.1s [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #105 [security-spiffe-token-provider] exporting to image [2024-09-11T02:14:00.415Z] #105 exporting layers [2024-09-11T02:14:00.415Z] #105 exporting layers 0.7s done [2024-09-11T02:14:00.415Z] #105 writing image sha256:ff218edc2c102d4985136047154015ce2ca1e6ecb7eb5a14874c3f43768ce7c5 done [2024-09-11T02:14:00.415Z] #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-09-11T02:14:00.415Z] #105 DONE 10.7s [2024-09-11T02:14:00.415Z] [2024-09-11T02:14:00.415Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-11T02:22:07.882Z] #155 DONE 1960.7s [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:22:07.882Z] #28 ... [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:22:07.882Z] #199 DONE 0.2s [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:22:07.882Z] #200 DONE 0.2s [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-11T02:22:07.882Z] #201 DONE 0.4s [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:22:07.882Z] #159 ... [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:22:07.882Z] #202 DONE 0.2s [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-11T02:22:07.882Z] #203 DONE 0.1s [2024-09-11T02:22:07.882Z] [2024-09-11T02:22:07.882Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-11T02:22:09.849Z] #204 DONE 1.9s [2024-09-11T02:22:09.849Z] [2024-09-11T02:22:09.849Z] #105 [security-proxy-auth] exporting to image [2024-09-11T02:22:09.849Z] #105 exporting layers [2024-09-11T02:22:10.117Z] #105 exporting layers 0.6s done [2024-09-11T02:22:10.117Z] #105 writing image sha256:2be25084a86131da7a27960503e7168079a140470a003b6f66fa06cb7ed0ec68 done [2024-09-11T02:22:10.117Z] #105 naming to docker.io/library/security-proxy-auth-arm64 done [2024-09-11T02:22:10.117Z] #105 DONE 11.3s [2024-09-11T02:22:10.117Z] [2024-09-11T02:22:10.117Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:23:18.049Z] #28 ... [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-11T02:23:18.049Z] #150 DONE 2031.0s [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:23:18.049Z] #159 ... [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:23:18.049Z] #205 DONE 0.2s [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T02:23:18.049Z] #158 ... [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:23:18.049Z] #206 DONE 0.2s [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-11T02:23:18.049Z] #207 DONE 0.5s [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:23:18.049Z] #208 DONE 0.1s [2024-09-11T02:23:18.049Z] [2024-09-11T02:23:18.049Z] #105 [core-command] exporting to image [2024-09-11T02:23:18.049Z] #105 exporting layers [2024-09-11T02:23:18.326Z] #105 exporting layers 0.4s done [2024-09-11T02:23:18.601Z] #105 writing image sha256:f4ef2fcabcd2f5999be69e87161999c3c9548000852b4784c5060ec67ce8fdf8 done [2024-09-11T02:23:18.601Z] #105 naming to docker.io/library/core-command-arm64 done [2024-09-11T02:23:18.601Z] #105 DONE 11.7s [2024-09-11T02:23:18.601Z] [2024-09-11T02:23:18.601Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:25:40.362Z] #159 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-11T02:25:40.362Z] #148 DONE 2160.9s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:25:40.362Z] #28 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:25:40.362Z] #209 DONE 0.2s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:25:40.362Z] #159 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-11T02:25:40.362Z] #210 DONE 0.5s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:25:40.362Z] #211 DONE 0.2s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:25:40.362Z] #159 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #105 [core-keeper] exporting to image [2024-09-11T02:25:40.362Z] #105 exporting layers [2024-09-11T02:25:40.362Z] #105 exporting layers 0.9s done [2024-09-11T02:25:40.362Z] #105 writing image sha256:47d130811dab497d28b3f3ceb3bdf76ae92a455106e0a293d584030a2188e49b done [2024-09-11T02:25:40.362Z] #105 naming to docker.io/library/core-keeper-arm64 done [2024-09-11T02:25:40.362Z] #105 DONE 12.6s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:25:40.362Z] #28 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-11T02:25:40.362Z] #159 DONE 2163.7s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:25:40.362Z] #160 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #212 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:25:40.362Z] #212 DONE 0.3s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #213 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:25:40.362Z] #213 DONE 0.2s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #214 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-11T02:25:40.362Z] #214 DONE 0.6s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-11T02:25:40.362Z] #153 DONE 2165.3s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #215 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:25:40.362Z] #215 DONE 0.3s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:25:40.362Z] #160 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-11T02:25:40.362Z] #216 DONE 0.5s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #105 [core-data] exporting to image [2024-09-11T02:25:40.362Z] #105 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #217 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:25:40.362Z] #217 DONE 0.4s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #218 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:25:40.362Z] #218 DONE 0.2s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:25:40.362Z] #28 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-11T02:25:40.362Z] #219 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #105 [core-data] exporting to image [2024-09-11T02:25:40.362Z] #105 exporting layers 0.9s done [2024-09-11T02:25:40.362Z] #105 writing image sha256:75830e2d3fea01de6828c0b9b31e78004fe9313118516770a8ed190b719e4d7f done [2024-09-11T02:25:40.362Z] #105 naming to docker.io/library/core-data-arm64 done [2024-09-11T02:25:40.362Z] #105 DONE 13.5s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-11T02:25:40.362Z] #219 DONE 0.6s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:25:40.362Z] #160 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:25:40.362Z] #220 DONE 0.3s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:25:40.362Z] #160 ... [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-11T02:25:40.362Z] #221 DONE 0.1s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #105 [core-metadata] exporting to image [2024-09-11T02:25:40.362Z] #105 exporting layers 0.5s done [2024-09-11T02:25:40.362Z] #105 writing image sha256:a6b47bf9d1c3a80a875dd658e5c7052270aaa8b5cfb6ac9cd7f1552cf4144173 done [2024-09-11T02:25:40.362Z] #105 naming to docker.io/library/core-metadata-arm64 done [2024-09-11T02:25:40.362Z] #105 DONE 14.0s [2024-09-11T02:25:40.362Z] [2024-09-11T02:25:40.362Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:26:07.025Z] #28 ... [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-11T02:26:07.025Z] #154 DONE 2199.4s [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:26:07.025Z] #160 ... [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #222 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:26:07.025Z] #222 DONE 0.2s [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:26:07.025Z] #28 ... [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #223 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:26:07.025Z] #223 DONE 0.1s [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-11T02:26:07.025Z] #224 DONE 0.5s [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:26:07.025Z] #225 DONE 0.2s [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:26:07.025Z] #28 ... [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #105 [support-scheduler] exporting to image [2024-09-11T02:26:07.025Z] #105 exporting layers [2024-09-11T02:26:07.025Z] #105 exporting layers 0.6s done [2024-09-11T02:26:07.025Z] #105 writing image sha256:b53b9de10bd56c00867374b39ecea572f2e25b92ff81aab8e254b236accc8115 done [2024-09-11T02:26:07.025Z] #105 naming to docker.io/library/support-scheduler-arm64 done [2024-09-11T02:26:07.025Z] #105 DONE 14.5s [2024-09-11T02:26:07.025Z] [2024-09-11T02:26:07.025Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:26:08.438Z] #160 ... [2024-09-11T02:26:08.438Z] [2024-09-11T02:26:08.438Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-11T02:26:08.438Z] #158 DONE 2202.7s [2024-09-11T02:26:08.438Z] [2024-09-11T02:26:08.438Z] #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:26:08.438Z] #226 DONE 0.2s [2024-09-11T02:26:08.438Z] [2024-09-11T02:26:08.438Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:26:08.708Z] #28 ... [2024-09-11T02:26:08.708Z] [2024-09-11T02:26:08.708Z] #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:26:08.708Z] #227 DONE 0.1s [2024-09-11T02:26:08.708Z] [2024-09-11T02:26:08.708Z] #228 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-11T02:26:08.978Z] #228 ... [2024-09-11T02:26:08.978Z] [2024-09-11T02:26:08.978Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-11T02:26:08.978Z] #160 DONE 2203.6s [2024-09-11T02:26:09.245Z] [2024-09-11T02:26:09.245Z] #228 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-11T02:26:09.245Z] #228 DONE 0.4s [2024-09-11T02:26:09.245Z] [2024-09-11T02:26:09.245Z] #229 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-11T02:26:09.245Z] #229 DONE 0.2s [2024-09-11T02:26:09.245Z] [2024-09-11T02:26:09.245Z] #105 [support-cron-scheduler] exporting to image [2024-09-11T02:26:09.829Z] #105 ... [2024-09-11T02:26:09.829Z] [2024-09-11T02:26:09.829Z] #230 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-11T02:26:09.829Z] #230 DONE 0.1s [2024-09-11T02:26:09.829Z] [2024-09-11T02:26:09.829Z] #231 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-11T02:26:09.829Z] #231 DONE 0.1s [2024-09-11T02:26:09.829Z] [2024-09-11T02:26:09.829Z] #232 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-11T02:26:10.095Z] #232 DONE 0.4s [2024-09-11T02:26:10.095Z] [2024-09-11T02:26:10.095Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:26:10.360Z] #28 ... [2024-09-11T02:26:10.361Z] [2024-09-11T02:26:10.361Z] #233 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-11T02:26:10.361Z] #233 DONE 0.1s [2024-09-11T02:26:10.361Z] [2024-09-11T02:26:10.361Z] #105 [support-notifications] exporting to image [2024-09-11T02:26:10.940Z] #105 exporting layers 0.5s done [2024-09-11T02:26:10.940Z] #105 writing image sha256:c109611a6e88852010c285765412c96e5943c40fafee2e5fa5a0ac1095cf4adf done [2024-09-11T02:26:10.940Z] #105 naming to docker.io/library/support-notifications-arm64 done [2024-09-11T02:26:10.940Z] #105 exporting layers 1.8s done [2024-09-11T02:26:10.940Z] #105 writing image sha256:736e5ee22a3429a5cb3597c74a5aac39b6aca249bf644996f78d7b457476213f done [2024-09-11T02:26:10.940Z] #105 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-09-11T02:26:10.940Z] #105 DONE 16.4s [2024-09-11T02:26:10.940Z] [2024-09-11T02:26:10.940Z] #28 [security-spire-agent internal] load .dockerignore [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-11T02:26:10.940Z] time="2024-09-11T01:47:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-11T02:26:11.212Z] $ docker stop --time=1 e38d078d8124d916f60094d44bb0fbaceb9586559fc34e1ee4fea0ed55a49ad9 [2024-09-11T02:26:12.916Z] $ docker rm -f --volumes e38d078d8124d916f60094d44bb0fbaceb9586559fc34e1ee4fea0ed55a49ad9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-11T02:26:13.421Z] + docker images [2024-09-11T02:26:13.421Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-11T02:26:13.421Z] support-notifications-arm64 latest c109611a6e88 3 seconds ago 42.1MB [2024-09-11T02:26:13.421Z] support-cron-scheduler-arm64 latest 736e5ee22a34 4 seconds ago 43.7MB [2024-09-11T02:26:13.421Z] support-scheduler-arm64 latest b53b9de10bd5 7 seconds ago 41.4MB [2024-09-11T02:26:13.421Z] core-metadata-arm64 latest a6b47bf9d1c3 41 seconds ago 39.4MB [2024-09-11T02:26:13.421Z] core-data-arm64 latest 75830e2d3fea 42 seconds ago 39.2MB [2024-09-11T02:26:13.422Z] core-keeper-arm64 latest 47d130811dab 46 seconds ago 39.2MB [2024-09-11T02:26:13.422Z] core-command-arm64 latest f4ef2fcabcd2 2 minutes ago 35.1MB [2024-09-11T02:26:13.422Z] security-proxy-auth-arm64 latest 2be25084a861 4 minutes ago 32.7MB [2024-09-11T02:26:13.422Z] security-spiffe-token-provider-arm64 latest ff218edc2c10 12 minutes ago 29.1MB [2024-09-11T02:26:13.422Z] core-common-config-bootstrapper-arm64 latest 5fbc9851a17d 14 minutes ago 15.4MB [2024-09-11T02:26:13.422Z] security-secretstore-setup-arm64 latest 22c911779a65 15 minutes ago 36.4MB [2024-09-11T02:26:13.422Z] security-bootstrapper-arm64 latest ccd5daee9eae 15 minutes ago 18.9MB [2024-09-11T02:26:13.422Z] security-proxy-setup-arm64 latest 06e9f9bcd15e 15 minutes ago 26.2MB [2024-09-11T02:26:13.422Z] security-spire-agent-arm64 latest 29df90e6b2a0 37 minutes ago 174MB [2024-09-11T02:26:13.422Z] security-spire-server-arm64 latest 6c37c04653aa 37 minutes ago 116MB [2024-09-11T02:26:13.422Z] security-spire-config-arm64 latest da1ec30e5a2b 37 minutes ago 115MB [2024-09-11T02:26:13.422Z] ci-base-image-arm64 latest 5c478f59c212 39 minutes ago 967MB [2024-09-11T02:26:13.422Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB [2024-09-11T02:26:13.422Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-11T02:26:13.570Z] provisioning config files... [2024-09-11T02:26:13.585Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/693@tmp/config6411718484123312664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:26:13.925Z] ---> ****-login.sh [2024-09-11T02:26:13.925Z] nexus3.edgexfoundry.org:10001 [2024-09-11T02:26:14.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T02:26:14.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T02:26:14.460Z] Configure a credential helper to remove this warning. See [2024-09-11T02:26:14.460Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T02:26:14.460Z] [2024-09-11T02:26:14.460Z] Login Succeeded [2024-09-11T02:26:14.460Z] nexus3.edgexfoundry.org:10002 [2024-09-11T02:26:14.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T02:26:14.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T02:26:14.727Z] Configure a credential helper to remove this warning. See [2024-09-11T02:26:14.727Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T02:26:14.727Z] [2024-09-11T02:26:14.727Z] Login Succeeded [2024-09-11T02:26:14.727Z] nexus3.edgexfoundry.org:10003 [2024-09-11T02:26:14.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T02:26:15.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T02:26:15.260Z] Configure a credential helper to remove this warning. See [2024-09-11T02:26:15.260Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T02:26:15.260Z] [2024-09-11T02:26:15.260Z] Login Succeeded [2024-09-11T02:26:15.260Z] nexus3.edgexfoundry.org:10004 [2024-09-11T02:26:15.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T02:26:15.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T02:26:15.527Z] Configure a credential helper to remove this warning. See [2024-09-11T02:26:15.527Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T02:26:15.527Z] [2024-09-11T02:26:15.527Z] Login Succeeded [2024-09-11T02:26:15.527Z] ****.io [2024-09-11T02:26:15.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-11T02:26:16.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-11T02:26:16.055Z] Configure a credential helper to remove this warning. See [2024-09-11T02:26:16.055Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-11T02:26:16.055Z] [2024-09-11T02:26:16.055Z] Login Succeeded [2024-09-11T02:26:16.055Z] ---> ****-login.sh ends [Pipeline] } [2024-09-11T02:26:16.065Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:26:16.109Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-11T02:26:16.131Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-09-11T02:26:16.131Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:16.131Z] latest [2024-09-11T02:26:16.131Z] 3.2.0-dev.72 [2024-09-11T02:26:16.131Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:16.131Z] main [2024-09-11T02:26:16.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:16.494Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:16.851Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:16.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-11T02:26:16.851Z] 63438973c898: Preparing [2024-09-11T02:26:16.851Z] d2472eab342d: Preparing [2024-09-11T02:26:16.851Z] ef177b78a2de: Preparing [2024-09-11T02:26:16.851Z] 4191554ad4a7: Preparing [2024-09-11T02:26:16.851Z] a72cbe695e0a: Preparing [2024-09-11T02:26:16.851Z] 236219d60f3d: Preparing [2024-09-11T02:26:16.851Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:16.851Z] 236219d60f3d: Waiting [2024-09-11T02:26:16.851Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:17.115Z] ef177b78a2de: Pushed [2024-09-11T02:26:17.115Z] 63438973c898: Pushed [2024-09-11T02:26:17.115Z] a72cbe695e0a: Pushed [2024-09-11T02:26:17.115Z] 4191554ad4a7: Pushed [2024-09-11T02:26:17.115Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:17.378Z] 236219d60f3d: Pushed [2024-09-11T02:26:23.265Z] d2472eab342d: Pushed [2024-09-11T02:26:23.531Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:23.898Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:24.250Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-11T02:26:24.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-11T02:26:24.250Z] 63438973c898: Preparing [2024-09-11T02:26:24.250Z] d2472eab342d: Preparing [2024-09-11T02:26:24.250Z] ef177b78a2de: Preparing [2024-09-11T02:26:24.250Z] 4191554ad4a7: Preparing [2024-09-11T02:26:24.250Z] a72cbe695e0a: Preparing [2024-09-11T02:26:24.250Z] 236219d60f3d: Preparing [2024-09-11T02:26:24.250Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:24.250Z] 236219d60f3d: Waiting [2024-09-11T02:26:24.250Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:24.250Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:24.250Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:24.250Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:24.250Z] 63438973c898: Layer already exists [2024-09-11T02:26:24.250Z] d2472eab342d: Layer already exists [2024-09-11T02:26:24.250Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:24.250Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:24.515Z] latest: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:24.873Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:25.234Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.72 [2024-09-11T02:26:25.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-11T02:26:25.234Z] 63438973c898: Preparing [2024-09-11T02:26:25.234Z] d2472eab342d: Preparing [2024-09-11T02:26:25.234Z] ef177b78a2de: Preparing [2024-09-11T02:26:25.234Z] 4191554ad4a7: Preparing [2024-09-11T02:26:25.234Z] a72cbe695e0a: Preparing [2024-09-11T02:26:25.234Z] 236219d60f3d: Preparing [2024-09-11T02:26:25.234Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:25.234Z] 236219d60f3d: Waiting [2024-09-11T02:26:25.234Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:25.234Z] d2472eab342d: Layer already exists [2024-09-11T02:26:25.234Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:25.234Z] 63438973c898: Layer already exists [2024-09-11T02:26:25.234Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:25.234Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:25.234Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:25.234Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:25.234Z] 3.2.0-dev.72: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:25.861Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:26.212Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:26.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-11T02:26:26.212Z] 63438973c898: Preparing [2024-09-11T02:26:26.212Z] d2472eab342d: Preparing [2024-09-11T02:26:26.212Z] ef177b78a2de: Preparing [2024-09-11T02:26:26.212Z] 4191554ad4a7: Preparing [2024-09-11T02:26:26.212Z] a72cbe695e0a: Preparing [2024-09-11T02:26:26.212Z] 236219d60f3d: Preparing [2024-09-11T02:26:26.212Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:26.212Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:26.212Z] 236219d60f3d: Waiting [2024-09-11T02:26:26.212Z] 63438973c898: Layer already exists [2024-09-11T02:26:26.212Z] d2472eab342d: Layer already exists [2024-09-11T02:26:26.212Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:26.212Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:26.212Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:26.212Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:26.212Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:26.474Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:26.860Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:27.215Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-09-11T02:26:27.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-11T02:26:27.215Z] 63438973c898: Preparing [2024-09-11T02:26:27.215Z] d2472eab342d: Preparing [2024-09-11T02:26:27.215Z] ef177b78a2de: Preparing [2024-09-11T02:26:27.215Z] 4191554ad4a7: Preparing [2024-09-11T02:26:27.215Z] a72cbe695e0a: Preparing [2024-09-11T02:26:27.215Z] 236219d60f3d: Preparing [2024-09-11T02:26:27.215Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:27.215Z] 236219d60f3d: Waiting [2024-09-11T02:26:27.215Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:27.215Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:27.215Z] d2472eab342d: Layer already exists [2024-09-11T02:26:27.215Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:27.215Z] 63438973c898: Layer already exists [2024-09-11T02:26:27.215Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:27.215Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:27.215Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:27.480Z] main: digest: sha256:94c34515a6ffc28efd76cb7b795451ef7c6fb0f1b95f8bc6a5317dd9f66ba953 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:26:27.565Z] ===================================================== [Pipeline] echo [2024-09-11T02:26:27.580Z] taggedImages: [2024-09-11T02:26:27.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:27.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-11T02:26:27.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.72 [2024-09-11T02:26:27.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:27.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-09-11T02:26:27.630Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-09-11T02:26:27.631Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:27.631Z] latest [2024-09-11T02:26:27.631Z] 3.2.0-dev.72 [2024-09-11T02:26:27.631Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:27.631Z] main [2024-09-11T02:26:27.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:28.012Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:28.374Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:28.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-11T02:26:28.374Z] ed2007de1409: Preparing [2024-09-11T02:26:28.374Z] 87f10bf26be5: Preparing [2024-09-11T02:26:28.374Z] 7a408f63010b: Preparing [2024-09-11T02:26:28.374Z] a5c3702c5e0a: Preparing [2024-09-11T02:26:28.374Z] ef177b78a2de: Preparing [2024-09-11T02:26:28.374Z] 4191554ad4a7: Preparing [2024-09-11T02:26:28.374Z] a72cbe695e0a: Preparing [2024-09-11T02:26:28.374Z] 236219d60f3d: Preparing [2024-09-11T02:26:28.374Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:28.374Z] 4191554ad4a7: Waiting [2024-09-11T02:26:28.374Z] 236219d60f3d: Waiting [2024-09-11T02:26:28.374Z] a72cbe695e0a: Waiting [2024-09-11T02:26:28.374Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:28.639Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:28.639Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:28.639Z] 7a408f63010b: Pushed [2024-09-11T02:26:28.639Z] 87f10bf26be5: Pushed [2024-09-11T02:26:28.639Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:28.639Z] ed2007de1409: Pushed [2024-09-11T02:26:28.639Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:28.639Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:30.574Z] a5c3702c5e0a: Pushed [2024-09-11T02:26:30.574Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:30.923Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:31.267Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-11T02:26:31.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-11T02:26:31.267Z] ed2007de1409: Preparing [2024-09-11T02:26:31.267Z] 87f10bf26be5: Preparing [2024-09-11T02:26:31.267Z] 7a408f63010b: Preparing [2024-09-11T02:26:31.267Z] a5c3702c5e0a: Preparing [2024-09-11T02:26:31.267Z] ef177b78a2de: Preparing [2024-09-11T02:26:31.267Z] 4191554ad4a7: Preparing [2024-09-11T02:26:31.267Z] a72cbe695e0a: Preparing [2024-09-11T02:26:31.267Z] 236219d60f3d: Preparing [2024-09-11T02:26:31.267Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:31.267Z] 4191554ad4a7: Waiting [2024-09-11T02:26:31.267Z] a72cbe695e0a: Waiting [2024-09-11T02:26:31.267Z] 236219d60f3d: Waiting [2024-09-11T02:26:31.267Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:31.267Z] ed2007de1409: Layer already exists [2024-09-11T02:26:31.267Z] 87f10bf26be5: Layer already exists [2024-09-11T02:26:31.267Z] 7a408f63010b: Layer already exists [2024-09-11T02:26:31.267Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:31.267Z] a5c3702c5e0a: Layer already exists [2024-09-11T02:26:31.267Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:31.267Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:31.267Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:31.267Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:31.531Z] latest: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:31.899Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:32.269Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.72 [2024-09-11T02:26:32.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-11T02:26:32.269Z] ed2007de1409: Preparing [2024-09-11T02:26:32.269Z] 87f10bf26be5: Preparing [2024-09-11T02:26:32.269Z] 7a408f63010b: Preparing [2024-09-11T02:26:32.269Z] a5c3702c5e0a: Preparing [2024-09-11T02:26:32.269Z] ef177b78a2de: Preparing [2024-09-11T02:26:32.269Z] 4191554ad4a7: Preparing [2024-09-11T02:26:32.269Z] a72cbe695e0a: Preparing [2024-09-11T02:26:32.269Z] 236219d60f3d: Preparing [2024-09-11T02:26:32.269Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:32.269Z] 4191554ad4a7: Waiting [2024-09-11T02:26:32.269Z] a72cbe695e0a: Waiting [2024-09-11T02:26:32.269Z] 236219d60f3d: Waiting [2024-09-11T02:26:32.269Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:32.269Z] a5c3702c5e0a: Layer already exists [2024-09-11T02:26:32.269Z] 87f10bf26be5: Layer already exists [2024-09-11T02:26:32.269Z] 7a408f63010b: Layer already exists [2024-09-11T02:26:32.269Z] ed2007de1409: Layer already exists [2024-09-11T02:26:32.539Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:32.539Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:32.539Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:32.539Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:32.539Z] 3.2.0-dev.72: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:32.915Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:33.281Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:33.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-11T02:26:33.281Z] ed2007de1409: Preparing [2024-09-11T02:26:33.281Z] 87f10bf26be5: Preparing [2024-09-11T02:26:33.281Z] 7a408f63010b: Preparing [2024-09-11T02:26:33.281Z] a5c3702c5e0a: Preparing [2024-09-11T02:26:33.281Z] ef177b78a2de: Preparing [2024-09-11T02:26:33.281Z] 4191554ad4a7: Preparing [2024-09-11T02:26:33.281Z] a72cbe695e0a: Preparing [2024-09-11T02:26:33.281Z] 236219d60f3d: Preparing [2024-09-11T02:26:33.281Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:33.281Z] 4191554ad4a7: Waiting [2024-09-11T02:26:33.281Z] 236219d60f3d: Waiting [2024-09-11T02:26:33.281Z] a72cbe695e0a: Waiting [2024-09-11T02:26:33.281Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:33.281Z] 87f10bf26be5: Layer already exists [2024-09-11T02:26:33.281Z] a5c3702c5e0a: Layer already exists [2024-09-11T02:26:33.281Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:33.281Z] 7a408f63010b: Layer already exists [2024-09-11T02:26:33.281Z] ed2007de1409: Layer already exists [2024-09-11T02:26:33.281Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:33.281Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:33.281Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:33.281Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:33.551Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:33.915Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:34.268Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-09-11T02:26:34.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-11T02:26:34.268Z] ed2007de1409: Preparing [2024-09-11T02:26:34.268Z] 87f10bf26be5: Preparing [2024-09-11T02:26:34.268Z] 7a408f63010b: Preparing [2024-09-11T02:26:34.268Z] a5c3702c5e0a: Preparing [2024-09-11T02:26:34.268Z] ef177b78a2de: Preparing [2024-09-11T02:26:34.268Z] 4191554ad4a7: Preparing [2024-09-11T02:26:34.268Z] a72cbe695e0a: Preparing [2024-09-11T02:26:34.268Z] 236219d60f3d: Preparing [2024-09-11T02:26:34.268Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:34.268Z] 4191554ad4a7: Waiting [2024-09-11T02:26:34.268Z] a72cbe695e0a: Waiting [2024-09-11T02:26:34.268Z] 236219d60f3d: Waiting [2024-09-11T02:26:34.268Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:34.268Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:34.268Z] ed2007de1409: Layer already exists [2024-09-11T02:26:34.268Z] 87f10bf26be5: Layer already exists [2024-09-11T02:26:34.268Z] 7a408f63010b: Layer already exists [2024-09-11T02:26:34.268Z] a5c3702c5e0a: Layer already exists [2024-09-11T02:26:34.268Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:34.268Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:34.268Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:34.268Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:34.531Z] main: digest: sha256:3c1dd50a3354e43b0918945ea168d6f71de5aac5ea0f6644eedc4554aec0f26f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:26:34.624Z] ===================================================== [Pipeline] echo [2024-09-11T02:26:34.642Z] taggedImages: [2024-09-11T02:26:34.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:34.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-11T02:26:34.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.72 [2024-09-11T02:26:34.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:34.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-09-11T02:26:34.675Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-09-11T02:26:34.675Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:34.675Z] latest [2024-09-11T02:26:34.675Z] 3.2.0-dev.72 [2024-09-11T02:26:34.675Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:34.675Z] main [2024-09-11T02:26:34.675Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:35.057Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:35.418Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:35.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-11T02:26:35.418Z] 1b1097c27639: Preparing [2024-09-11T02:26:35.418Z] eadcfbf6a640: Preparing [2024-09-11T02:26:35.418Z] 0a2a2cd3f787: Preparing [2024-09-11T02:26:35.418Z] ef177b78a2de: Preparing [2024-09-11T02:26:35.418Z] 4191554ad4a7: Preparing [2024-09-11T02:26:35.418Z] 6be134ec2683: Preparing [2024-09-11T02:26:35.418Z] 2e04b864b2c9: Preparing [2024-09-11T02:26:35.418Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:35.418Z] 6be134ec2683: Waiting [2024-09-11T02:26:35.418Z] 2e04b864b2c9: Waiting [2024-09-11T02:26:35.418Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:35.418Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:35.418Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:35.683Z] eadcfbf6a640: Pushed [2024-09-11T02:26:35.683Z] 1b1097c27639: Pushed [2024-09-11T02:26:35.683Z] 6be134ec2683: Pushed [2024-09-11T02:26:35.683Z] 2e04b864b2c9: Pushed [2024-09-11T02:26:35.683Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:42.306Z] 0a2a2cd3f787: Pushed [2024-09-11T02:26:42.573Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:42.934Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:43.287Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-11T02:26:43.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-11T02:26:43.288Z] 1b1097c27639: Preparing [2024-09-11T02:26:43.288Z] eadcfbf6a640: Preparing [2024-09-11T02:26:43.288Z] 0a2a2cd3f787: Preparing [2024-09-11T02:26:43.288Z] ef177b78a2de: Preparing [2024-09-11T02:26:43.288Z] 4191554ad4a7: Preparing [2024-09-11T02:26:43.288Z] 6be134ec2683: Preparing [2024-09-11T02:26:43.288Z] 2e04b864b2c9: Preparing [2024-09-11T02:26:43.288Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:43.288Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:43.288Z] 2e04b864b2c9: Waiting [2024-09-11T02:26:43.288Z] 6be134ec2683: Waiting [2024-09-11T02:26:43.288Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:43.288Z] eadcfbf6a640: Layer already exists [2024-09-11T02:26:43.288Z] 1b1097c27639: Layer already exists [2024-09-11T02:26:43.288Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:43.288Z] 0a2a2cd3f787: Layer already exists [2024-09-11T02:26:43.288Z] 2e04b864b2c9: Layer already exists [2024-09-11T02:26:43.288Z] 6be134ec2683: Layer already exists [2024-09-11T02:26:43.288Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:43.553Z] latest: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:43.907Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:44.264Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.72 [2024-09-11T02:26:44.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-11T02:26:44.264Z] 1b1097c27639: Preparing [2024-09-11T02:26:44.265Z] eadcfbf6a640: Preparing [2024-09-11T02:26:44.265Z] 0a2a2cd3f787: Preparing [2024-09-11T02:26:44.265Z] ef177b78a2de: Preparing [2024-09-11T02:26:44.265Z] 4191554ad4a7: Preparing [2024-09-11T02:26:44.265Z] 6be134ec2683: Preparing [2024-09-11T02:26:44.265Z] 2e04b864b2c9: Preparing [2024-09-11T02:26:44.265Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:44.265Z] 6be134ec2683: Waiting [2024-09-11T02:26:44.265Z] 2e04b864b2c9: Waiting [2024-09-11T02:26:44.265Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:44.265Z] eadcfbf6a640: Layer already exists [2024-09-11T02:26:44.265Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:44.265Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:44.265Z] 0a2a2cd3f787: Layer already exists [2024-09-11T02:26:44.265Z] 1b1097c27639: Layer already exists [2024-09-11T02:26:44.265Z] 2e04b864b2c9: Layer already exists [2024-09-11T02:26:44.265Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:44.265Z] 6be134ec2683: Layer already exists [2024-09-11T02:26:44.265Z] 3.2.0-dev.72: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:44.906Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:45.252Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:45.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-11T02:26:45.252Z] 1b1097c27639: Preparing [2024-09-11T02:26:45.252Z] eadcfbf6a640: Preparing [2024-09-11T02:26:45.252Z] 0a2a2cd3f787: Preparing [2024-09-11T02:26:45.252Z] ef177b78a2de: Preparing [2024-09-11T02:26:45.252Z] 4191554ad4a7: Preparing [2024-09-11T02:26:45.252Z] 6be134ec2683: Preparing [2024-09-11T02:26:45.252Z] 2e04b864b2c9: Preparing [2024-09-11T02:26:45.252Z] 6be134ec2683: Waiting [2024-09-11T02:26:45.252Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:45.252Z] 2e04b864b2c9: Waiting [2024-09-11T02:26:45.252Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:45.252Z] eadcfbf6a640: Layer already exists [2024-09-11T02:26:45.252Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:45.252Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:45.252Z] 0a2a2cd3f787: Layer already exists [2024-09-11T02:26:45.252Z] 1b1097c27639: Layer already exists [2024-09-11T02:26:45.252Z] 6be134ec2683: Layer already exists [2024-09-11T02:26:45.252Z] 2e04b864b2c9: Layer already exists [2024-09-11T02:26:45.252Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:45.517Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:45.871Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:46.229Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-09-11T02:26:46.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-11T02:26:46.229Z] 1b1097c27639: Preparing [2024-09-11T02:26:46.229Z] eadcfbf6a640: Preparing [2024-09-11T02:26:46.229Z] 0a2a2cd3f787: Preparing [2024-09-11T02:26:46.229Z] ef177b78a2de: Preparing [2024-09-11T02:26:46.229Z] 4191554ad4a7: Preparing [2024-09-11T02:26:46.229Z] 6be134ec2683: Preparing [2024-09-11T02:26:46.229Z] 2e04b864b2c9: Preparing [2024-09-11T02:26:46.229Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:46.229Z] 6be134ec2683: Waiting [2024-09-11T02:26:46.229Z] 2e04b864b2c9: Waiting [2024-09-11T02:26:46.229Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:46.229Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:46.229Z] 0a2a2cd3f787: Layer already exists [2024-09-11T02:26:46.229Z] eadcfbf6a640: Layer already exists [2024-09-11T02:26:46.229Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:46.229Z] 1b1097c27639: Layer already exists [2024-09-11T02:26:46.229Z] 2e04b864b2c9: Layer already exists [2024-09-11T02:26:46.229Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:46.229Z] 6be134ec2683: Layer already exists [2024-09-11T02:26:46.493Z] main: digest: sha256:0776e7f9efa103ee0571ef3bfca4f0a86cfdb4041ac804f7b18bfdb3f2df9748 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:26:46.574Z] ===================================================== [Pipeline] echo [2024-09-11T02:26:46.592Z] taggedImages: [2024-09-11T02:26:46.592Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:46.592Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-11T02:26:46.592Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.72 [2024-09-11T02:26:46.592Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:46.592Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-09-11T02:26:46.615Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-09-11T02:26:46.615Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:46.615Z] latest [2024-09-11T02:26:46.615Z] 3.2.0-dev.72 [2024-09-11T02:26:46.615Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:46.615Z] main [2024-09-11T02:26:46.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:46.984Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:47.349Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:47.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-11T02:26:47.349Z] a4c520250394: Preparing [2024-09-11T02:26:47.349Z] 99a090373a82: Preparing [2024-09-11T02:26:47.349Z] 4191554ad4a7: Preparing [2024-09-11T02:26:47.349Z] dfc70afc56b3: Preparing [2024-09-11T02:26:47.349Z] 457d700d8f22: Preparing [2024-09-11T02:26:47.349Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:47.349Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:47.615Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:47.615Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:47.615Z] 457d700d8f22: Pushed [2024-09-11T02:26:47.615Z] a4c520250394: Pushed [2024-09-11T02:26:47.615Z] dfc70afc56b3: Pushed [2024-09-11T02:26:54.232Z] 99a090373a82: Pushed [2024-09-11T02:26:54.496Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:54.850Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:55.202Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-11T02:26:55.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-11T02:26:55.202Z] a4c520250394: Preparing [2024-09-11T02:26:55.202Z] 99a090373a82: Preparing [2024-09-11T02:26:55.202Z] 4191554ad4a7: Preparing [2024-09-11T02:26:55.202Z] dfc70afc56b3: Preparing [2024-09-11T02:26:55.202Z] 457d700d8f22: Preparing [2024-09-11T02:26:55.202Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:55.202Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:55.202Z] 99a090373a82: Layer already exists [2024-09-11T02:26:55.202Z] dfc70afc56b3: Layer already exists [2024-09-11T02:26:55.202Z] a4c520250394: Layer already exists [2024-09-11T02:26:55.202Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:55.202Z] 457d700d8f22: Layer already exists [2024-09-11T02:26:55.202Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:55.202Z] latest: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:55.811Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:56.167Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.72 [2024-09-11T02:26:56.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-11T02:26:56.167Z] a4c520250394: Preparing [2024-09-11T02:26:56.167Z] 99a090373a82: Preparing [2024-09-11T02:26:56.167Z] 4191554ad4a7: Preparing [2024-09-11T02:26:56.167Z] dfc70afc56b3: Preparing [2024-09-11T02:26:56.167Z] 457d700d8f22: Preparing [2024-09-11T02:26:56.167Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:56.167Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:56.167Z] a4c520250394: Layer already exists [2024-09-11T02:26:56.167Z] dfc70afc56b3: Layer already exists [2024-09-11T02:26:56.167Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:56.167Z] 99a090373a82: Layer already exists [2024-09-11T02:26:56.167Z] 457d700d8f22: Layer already exists [2024-09-11T02:26:56.167Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:56.167Z] 3.2.0-dev.72: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:56.788Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:57.136Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:57.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-11T02:26:57.136Z] a4c520250394: Preparing [2024-09-11T02:26:57.136Z] 99a090373a82: Preparing [2024-09-11T02:26:57.136Z] 4191554ad4a7: Preparing [2024-09-11T02:26:57.136Z] dfc70afc56b3: Preparing [2024-09-11T02:26:57.136Z] 457d700d8f22: Preparing [2024-09-11T02:26:57.136Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:57.136Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:57.136Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:57.136Z] a4c520250394: Layer already exists [2024-09-11T02:26:57.136Z] dfc70afc56b3: Layer already exists [2024-09-11T02:26:57.136Z] 99a090373a82: Layer already exists [2024-09-11T02:26:57.136Z] 457d700d8f22: Layer already exists [2024-09-11T02:26:57.136Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:57.136Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:57.750Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:58.098Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-09-11T02:26:58.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-11T02:26:58.098Z] a4c520250394: Preparing [2024-09-11T02:26:58.098Z] 99a090373a82: Preparing [2024-09-11T02:26:58.098Z] 4191554ad4a7: Preparing [2024-09-11T02:26:58.098Z] dfc70afc56b3: Preparing [2024-09-11T02:26:58.098Z] 457d700d8f22: Preparing [2024-09-11T02:26:58.098Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:58.098Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:58.098Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:58.098Z] 99a090373a82: Layer already exists [2024-09-11T02:26:58.098Z] dfc70afc56b3: Layer already exists [2024-09-11T02:26:58.098Z] a4c520250394: Layer already exists [2024-09-11T02:26:58.098Z] 457d700d8f22: Layer already exists [2024-09-11T02:26:58.098Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:58.361Z] main: digest: sha256:3e4427e0585b8c3cc67705f3998cf5b1de192c3d55c6e22434e6d260163909d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:26:58.440Z] ===================================================== [Pipeline] echo [2024-09-11T02:26:58.456Z] taggedImages: [2024-09-11T02:26:58.456Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:58.456Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-11T02:26:58.456Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.72 [2024-09-11T02:26:58.456Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:58.456Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-09-11T02:26:58.488Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-09-11T02:26:58.488Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:58.488Z] latest [2024-09-11T02:26:58.488Z] 3.2.0-dev.72 [2024-09-11T02:26:58.488Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:26:58.488Z] main [2024-09-11T02:26:58.488Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:58.845Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:26:59.187Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:26:59.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-11T02:26:59.188Z] c977e56c73a5: Preparing [2024-09-11T02:26:59.188Z] 1395e31a8c17: Preparing [2024-09-11T02:26:59.188Z] 3982a0648d93: Preparing [2024-09-11T02:26:59.188Z] ef177b78a2de: Preparing [2024-09-11T02:26:59.188Z] 4191554ad4a7: Preparing [2024-09-11T02:26:59.188Z] a72cbe695e0a: Preparing [2024-09-11T02:26:59.188Z] 236219d60f3d: Preparing [2024-09-11T02:26:59.188Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:26:59.188Z] a72cbe695e0a: Waiting [2024-09-11T02:26:59.188Z] 236219d60f3d: Waiting [2024-09-11T02:26:59.188Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:26:59.188Z] ef177b78a2de: Layer already exists [2024-09-11T02:26:59.188Z] 4191554ad4a7: Layer already exists [2024-09-11T02:26:59.452Z] 236219d60f3d: Layer already exists [2024-09-11T02:26:59.452Z] a72cbe695e0a: Layer already exists [2024-09-11T02:26:59.452Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:26:59.452Z] 1395e31a8c17: Pushed [2024-09-11T02:26:59.452Z] c977e56c73a5: Pushed [2024-09-11T02:27:06.074Z] 3982a0648d93: Pushed [2024-09-11T02:27:06.339Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:06.696Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:07.046Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-11T02:27:07.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-11T02:27:07.046Z] c977e56c73a5: Preparing [2024-09-11T02:27:07.046Z] 1395e31a8c17: Preparing [2024-09-11T02:27:07.046Z] 3982a0648d93: Preparing [2024-09-11T02:27:07.046Z] ef177b78a2de: Preparing [2024-09-11T02:27:07.046Z] 4191554ad4a7: Preparing [2024-09-11T02:27:07.046Z] a72cbe695e0a: Preparing [2024-09-11T02:27:07.046Z] 236219d60f3d: Preparing [2024-09-11T02:27:07.046Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:07.046Z] a72cbe695e0a: Waiting [2024-09-11T02:27:07.046Z] 236219d60f3d: Waiting [2024-09-11T02:27:07.046Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:07.046Z] 1395e31a8c17: Layer already exists [2024-09-11T02:27:07.046Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:07.046Z] c977e56c73a5: Layer already exists [2024-09-11T02:27:07.046Z] 3982a0648d93: Layer already exists [2024-09-11T02:27:07.046Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:07.046Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:07.046Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:07.046Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:07.310Z] latest: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:07.656Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:08.002Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.72 [2024-09-11T02:27:08.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-11T02:27:08.002Z] c977e56c73a5: Preparing [2024-09-11T02:27:08.002Z] 1395e31a8c17: Preparing [2024-09-11T02:27:08.002Z] 3982a0648d93: Preparing [2024-09-11T02:27:08.002Z] ef177b78a2de: Preparing [2024-09-11T02:27:08.002Z] 4191554ad4a7: Preparing [2024-09-11T02:27:08.002Z] a72cbe695e0a: Preparing [2024-09-11T02:27:08.002Z] 236219d60f3d: Preparing [2024-09-11T02:27:08.002Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:08.002Z] 236219d60f3d: Waiting [2024-09-11T02:27:08.002Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:08.002Z] a72cbe695e0a: Waiting [2024-09-11T02:27:08.002Z] c977e56c73a5: Layer already exists [2024-09-11T02:27:08.002Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:08.002Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:08.002Z] 3982a0648d93: Layer already exists [2024-09-11T02:27:08.002Z] 1395e31a8c17: Layer already exists [2024-09-11T02:27:08.002Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:08.002Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:08.002Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:08.264Z] 3.2.0-dev.72: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:08.607Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:08.956Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:08.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-11T02:27:08.956Z] c977e56c73a5: Preparing [2024-09-11T02:27:08.956Z] 1395e31a8c17: Preparing [2024-09-11T02:27:08.956Z] 3982a0648d93: Preparing [2024-09-11T02:27:08.956Z] ef177b78a2de: Preparing [2024-09-11T02:27:08.956Z] 4191554ad4a7: Preparing [2024-09-11T02:27:08.956Z] a72cbe695e0a: Preparing [2024-09-11T02:27:08.956Z] 236219d60f3d: Preparing [2024-09-11T02:27:08.956Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:08.956Z] 236219d60f3d: Waiting [2024-09-11T02:27:08.956Z] a72cbe695e0a: Waiting [2024-09-11T02:27:08.956Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:08.956Z] 3982a0648d93: Layer already exists [2024-09-11T02:27:08.956Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:08.956Z] 1395e31a8c17: Layer already exists [2024-09-11T02:27:08.956Z] c977e56c73a5: Layer already exists [2024-09-11T02:27:08.956Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:08.956Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:08.956Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:08.956Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:09.219Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:09.579Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:09.930Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-09-11T02:27:09.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-11T02:27:09.931Z] c977e56c73a5: Preparing [2024-09-11T02:27:09.931Z] 1395e31a8c17: Preparing [2024-09-11T02:27:09.931Z] 3982a0648d93: Preparing [2024-09-11T02:27:09.931Z] ef177b78a2de: Preparing [2024-09-11T02:27:09.931Z] 4191554ad4a7: Preparing [2024-09-11T02:27:09.931Z] a72cbe695e0a: Preparing [2024-09-11T02:27:09.931Z] 236219d60f3d: Preparing [2024-09-11T02:27:09.931Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:09.931Z] a72cbe695e0a: Waiting [2024-09-11T02:27:09.931Z] 236219d60f3d: Waiting [2024-09-11T02:27:09.931Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:09.931Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:09.931Z] 1395e31a8c17: Layer already exists [2024-09-11T02:27:09.931Z] c977e56c73a5: Layer already exists [2024-09-11T02:27:09.931Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:09.931Z] 3982a0648d93: Layer already exists [2024-09-11T02:27:09.931Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:09.931Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:09.931Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:10.203Z] main: digest: sha256:caf3fd51633bf6c2679af4744fc5dd13d8a51b521dd7c81af0287dff0e05b32c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:27:10.298Z] ===================================================== [Pipeline] echo [2024-09-11T02:27:10.316Z] taggedImages: [2024-09-11T02:27:10.316Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:10.316Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-11T02:27:10.316Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.72 [2024-09-11T02:27:10.316Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:10.316Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-09-11T02:27:10.342Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-09-11T02:27:10.342Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:10.342Z] latest [2024-09-11T02:27:10.342Z] 3.2.0-dev.72 [2024-09-11T02:27:10.342Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:10.342Z] main [2024-09-11T02:27:10.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:10.703Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:11.058Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:11.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-11T02:27:11.058Z] 75b60efc7089: Preparing [2024-09-11T02:27:11.058Z] 4ffea989fbfc: Preparing [2024-09-11T02:27:11.058Z] b1b53e50c668: Preparing [2024-09-11T02:27:11.058Z] b1a82ad0dd78: Preparing [2024-09-11T02:27:11.058Z] 09f821052123: Preparing [2024-09-11T02:27:11.058Z] d5dca77f16df: Preparing [2024-09-11T02:27:11.058Z] d9a626e4a70a: Preparing [2024-09-11T02:27:11.058Z] 38fcef6b5e92: Preparing [2024-09-11T02:27:11.058Z] ef177b78a2de: Preparing [2024-09-11T02:27:11.058Z] 4191554ad4a7: Preparing [2024-09-11T02:27:11.058Z] 69d6c9e5ec59: Preparing [2024-09-11T02:27:11.058Z] 72a024e54140: Preparing [2024-09-11T02:27:11.058Z] 5f70bf18a086: Preparing [2024-09-11T02:27:11.058Z] 6f00b0fff792: Preparing [2024-09-11T02:27:11.058Z] 3f5a4593605e: Preparing [2024-09-11T02:27:11.058Z] de9fc9e95347: Preparing [2024-09-11T02:27:11.058Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:11.058Z] 69d6c9e5ec59: Waiting [2024-09-11T02:27:11.058Z] 72a024e54140: Waiting [2024-09-11T02:27:11.058Z] 5f70bf18a086: Waiting [2024-09-11T02:27:11.058Z] 6f00b0fff792: Waiting [2024-09-11T02:27:11.058Z] d5dca77f16df: Waiting [2024-09-11T02:27:11.058Z] 3f5a4593605e: Waiting [2024-09-11T02:27:11.058Z] de9fc9e95347: Waiting [2024-09-11T02:27:11.058Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:11.058Z] d9a626e4a70a: Waiting [2024-09-11T02:27:11.058Z] 38fcef6b5e92: Waiting [2024-09-11T02:27:11.058Z] ef177b78a2de: Waiting [2024-09-11T02:27:11.058Z] 4191554ad4a7: Waiting [2024-09-11T02:27:11.327Z] 09f821052123: Pushed [2024-09-11T02:27:11.327Z] b1a82ad0dd78: Pushed [2024-09-11T02:27:11.327Z] b1b53e50c668: Pushed [2024-09-11T02:27:11.327Z] 4ffea989fbfc: Pushed [2024-09-11T02:27:11.327Z] 75b60efc7089: Pushed [2024-09-11T02:27:11.327Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:11.327Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:11.593Z] d5dca77f16df: Pushed [2024-09-11T02:27:11.593Z] d9a626e4a70a: Pushed [2024-09-11T02:27:11.593Z] 5f70bf18a086: Layer already exists [2024-09-11T02:27:11.593Z] 69d6c9e5ec59: Pushed [2024-09-11T02:27:11.593Z] 72a024e54140: Pushed [2024-09-11T02:27:11.593Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:11.859Z] 3f5a4593605e: Pushed [2024-09-11T02:27:11.859Z] 6f00b0fff792: Pushed [2024-09-11T02:27:11.859Z] de9fc9e95347: Pushed [2024-09-11T02:27:14.421Z] 38fcef6b5e92: Pushed [2024-09-11T02:27:14.421Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:14.784Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:15.143Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-11T02:27:15.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-11T02:27:15.143Z] 75b60efc7089: Preparing [2024-09-11T02:27:15.143Z] 4ffea989fbfc: Preparing [2024-09-11T02:27:15.143Z] b1b53e50c668: Preparing [2024-09-11T02:27:15.143Z] b1a82ad0dd78: Preparing [2024-09-11T02:27:15.143Z] 09f821052123: Preparing [2024-09-11T02:27:15.143Z] d5dca77f16df: Preparing [2024-09-11T02:27:15.143Z] d9a626e4a70a: Preparing [2024-09-11T02:27:15.143Z] 38fcef6b5e92: Preparing [2024-09-11T02:27:15.143Z] ef177b78a2de: Preparing [2024-09-11T02:27:15.143Z] d5dca77f16df: Waiting [2024-09-11T02:27:15.143Z] 4191554ad4a7: Preparing [2024-09-11T02:27:15.143Z] 69d6c9e5ec59: Preparing [2024-09-11T02:27:15.143Z] 72a024e54140: Preparing [2024-09-11T02:27:15.143Z] d9a626e4a70a: Waiting [2024-09-11T02:27:15.143Z] 5f70bf18a086: Preparing [2024-09-11T02:27:15.143Z] 38fcef6b5e92: Waiting [2024-09-11T02:27:15.143Z] 6f00b0fff792: Preparing [2024-09-11T02:27:15.143Z] ef177b78a2de: Waiting [2024-09-11T02:27:15.143Z] 3f5a4593605e: Preparing [2024-09-11T02:27:15.143Z] de9fc9e95347: Preparing [2024-09-11T02:27:15.143Z] 4191554ad4a7: Waiting [2024-09-11T02:27:15.143Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:15.143Z] 69d6c9e5ec59: Waiting [2024-09-11T02:27:15.143Z] 5f70bf18a086: Waiting [2024-09-11T02:27:15.143Z] 6f00b0fff792: Waiting [2024-09-11T02:27:15.143Z] 72a024e54140: Waiting [2024-09-11T02:27:15.143Z] 3f5a4593605e: Waiting [2024-09-11T02:27:15.143Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:15.143Z] de9fc9e95347: Waiting [2024-09-11T02:27:15.143Z] 4ffea989fbfc: Layer already exists [2024-09-11T02:27:15.143Z] b1a82ad0dd78: Layer already exists [2024-09-11T02:27:15.143Z] b1b53e50c668: Layer already exists [2024-09-11T02:27:15.143Z] 09f821052123: Layer already exists [2024-09-11T02:27:15.143Z] 75b60efc7089: Layer already exists [2024-09-11T02:27:15.143Z] d5dca77f16df: Layer already exists [2024-09-11T02:27:15.143Z] d9a626e4a70a: Layer already exists [2024-09-11T02:27:15.143Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:15.143Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:15.143Z] 38fcef6b5e92: Layer already exists [2024-09-11T02:27:15.143Z] 69d6c9e5ec59: Layer already exists [2024-09-11T02:27:15.143Z] 6f00b0fff792: Layer already exists [2024-09-11T02:27:15.143Z] 72a024e54140: Layer already exists [2024-09-11T02:27:15.143Z] 5f70bf18a086: Layer already exists [2024-09-11T02:27:15.143Z] 3f5a4593605e: Layer already exists [2024-09-11T02:27:15.143Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:15.143Z] de9fc9e95347: Layer already exists [2024-09-11T02:27:15.407Z] latest: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:15.754Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:16.101Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.72 [2024-09-11T02:27:16.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-11T02:27:16.101Z] 75b60efc7089: Preparing [2024-09-11T02:27:16.101Z] 4ffea989fbfc: Preparing [2024-09-11T02:27:16.101Z] b1b53e50c668: Preparing [2024-09-11T02:27:16.101Z] b1a82ad0dd78: Preparing [2024-09-11T02:27:16.101Z] 09f821052123: Preparing [2024-09-11T02:27:16.101Z] d5dca77f16df: Preparing [2024-09-11T02:27:16.101Z] d9a626e4a70a: Preparing [2024-09-11T02:27:16.101Z] 38fcef6b5e92: Preparing [2024-09-11T02:27:16.101Z] ef177b78a2de: Preparing [2024-09-11T02:27:16.101Z] 4191554ad4a7: Preparing [2024-09-11T02:27:16.101Z] 69d6c9e5ec59: Preparing [2024-09-11T02:27:16.101Z] 72a024e54140: Preparing [2024-09-11T02:27:16.101Z] 5f70bf18a086: Preparing [2024-09-11T02:27:16.101Z] 6f00b0fff792: Preparing [2024-09-11T02:27:16.101Z] 3f5a4593605e: Preparing [2024-09-11T02:27:16.101Z] de9fc9e95347: Preparing [2024-09-11T02:27:16.101Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:16.101Z] 69d6c9e5ec59: Waiting [2024-09-11T02:27:16.101Z] 72a024e54140: Waiting [2024-09-11T02:27:16.101Z] 5f70bf18a086: Waiting [2024-09-11T02:27:16.101Z] 6f00b0fff792: Waiting [2024-09-11T02:27:16.101Z] 3f5a4593605e: Waiting [2024-09-11T02:27:16.101Z] de9fc9e95347: Waiting [2024-09-11T02:27:16.101Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:16.101Z] d5dca77f16df: Waiting [2024-09-11T02:27:16.101Z] d9a626e4a70a: Waiting [2024-09-11T02:27:16.101Z] 38fcef6b5e92: Waiting [2024-09-11T02:27:16.101Z] ef177b78a2de: Waiting [2024-09-11T02:27:16.101Z] 4191554ad4a7: Waiting [2024-09-11T02:27:16.101Z] b1a82ad0dd78: Layer already exists [2024-09-11T02:27:16.101Z] 09f821052123: Layer already exists [2024-09-11T02:27:16.101Z] 75b60efc7089: Layer already exists [2024-09-11T02:27:16.101Z] 4ffea989fbfc: Layer already exists [2024-09-11T02:27:16.101Z] b1b53e50c668: Layer already exists [2024-09-11T02:27:16.101Z] d9a626e4a70a: Layer already exists [2024-09-11T02:27:16.101Z] 38fcef6b5e92: Layer already exists [2024-09-11T02:27:16.101Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:16.101Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:16.101Z] d5dca77f16df: Layer already exists [2024-09-11T02:27:16.101Z] 5f70bf18a086: Layer already exists [2024-09-11T02:27:16.101Z] 69d6c9e5ec59: Layer already exists [2024-09-11T02:27:16.101Z] 3f5a4593605e: Layer already exists [2024-09-11T02:27:16.101Z] 72a024e54140: Layer already exists [2024-09-11T02:27:16.101Z] 6f00b0fff792: Layer already exists [2024-09-11T02:27:16.365Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:16.365Z] de9fc9e95347: Layer already exists [2024-09-11T02:27:16.365Z] 3.2.0-dev.72: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:16.726Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:17.065Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:17.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-11T02:27:17.065Z] 75b60efc7089: Preparing [2024-09-11T02:27:17.065Z] 4ffea989fbfc: Preparing [2024-09-11T02:27:17.065Z] b1b53e50c668: Preparing [2024-09-11T02:27:17.065Z] b1a82ad0dd78: Preparing [2024-09-11T02:27:17.065Z] 09f821052123: Preparing [2024-09-11T02:27:17.065Z] d5dca77f16df: Preparing [2024-09-11T02:27:17.065Z] d9a626e4a70a: Preparing [2024-09-11T02:27:17.065Z] 38fcef6b5e92: Preparing [2024-09-11T02:27:17.065Z] ef177b78a2de: Preparing [2024-09-11T02:27:17.065Z] 4191554ad4a7: Preparing [2024-09-11T02:27:17.065Z] 69d6c9e5ec59: Preparing [2024-09-11T02:27:17.065Z] d5dca77f16df: Waiting [2024-09-11T02:27:17.065Z] 38fcef6b5e92: Waiting [2024-09-11T02:27:17.065Z] 72a024e54140: Preparing [2024-09-11T02:27:17.065Z] d9a626e4a70a: Waiting [2024-09-11T02:27:17.065Z] 5f70bf18a086: Preparing [2024-09-11T02:27:17.065Z] ef177b78a2de: Waiting [2024-09-11T02:27:17.065Z] 6f00b0fff792: Preparing [2024-09-11T02:27:17.065Z] 4191554ad4a7: Waiting [2024-09-11T02:27:17.065Z] 69d6c9e5ec59: Waiting [2024-09-11T02:27:17.065Z] 3f5a4593605e: Preparing [2024-09-11T02:27:17.065Z] 72a024e54140: Waiting [2024-09-11T02:27:17.065Z] de9fc9e95347: Preparing [2024-09-11T02:27:17.065Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:17.065Z] 5f70bf18a086: Waiting [2024-09-11T02:27:17.065Z] 6f00b0fff792: Waiting [2024-09-11T02:27:17.065Z] de9fc9e95347: Waiting [2024-09-11T02:27:17.065Z] 3f5a4593605e: Waiting [2024-09-11T02:27:17.065Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:17.065Z] 4ffea989fbfc: Layer already exists [2024-09-11T02:27:17.065Z] 75b60efc7089: Layer already exists [2024-09-11T02:27:17.065Z] b1b53e50c668: Layer already exists [2024-09-11T02:27:17.065Z] b1a82ad0dd78: Layer already exists [2024-09-11T02:27:17.065Z] 09f821052123: Layer already exists [2024-09-11T02:27:17.065Z] d5dca77f16df: Layer already exists [2024-09-11T02:27:17.065Z] 38fcef6b5e92: Layer already exists [2024-09-11T02:27:17.065Z] d9a626e4a70a: Layer already exists [2024-09-11T02:27:17.065Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:17.065Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:17.065Z] 6f00b0fff792: Layer already exists [2024-09-11T02:27:17.065Z] 72a024e54140: Layer already exists [2024-09-11T02:27:17.065Z] 69d6c9e5ec59: Layer already exists [2024-09-11T02:27:17.065Z] 5f70bf18a086: Layer already exists [2024-09-11T02:27:17.065Z] 3f5a4593605e: Layer already exists [2024-09-11T02:27:17.065Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:17.065Z] de9fc9e95347: Layer already exists [2024-09-11T02:27:17.328Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:17.679Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:18.025Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-09-11T02:27:18.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-11T02:27:18.025Z] 75b60efc7089: Preparing [2024-09-11T02:27:18.025Z] 4ffea989fbfc: Preparing [2024-09-11T02:27:18.025Z] b1b53e50c668: Preparing [2024-09-11T02:27:18.025Z] b1a82ad0dd78: Preparing [2024-09-11T02:27:18.025Z] 09f821052123: Preparing [2024-09-11T02:27:18.025Z] d5dca77f16df: Preparing [2024-09-11T02:27:18.025Z] d9a626e4a70a: Preparing [2024-09-11T02:27:18.025Z] 38fcef6b5e92: Preparing [2024-09-11T02:27:18.025Z] ef177b78a2de: Preparing [2024-09-11T02:27:18.025Z] 4191554ad4a7: Preparing [2024-09-11T02:27:18.025Z] 69d6c9e5ec59: Preparing [2024-09-11T02:27:18.025Z] 72a024e54140: Preparing [2024-09-11T02:27:18.025Z] 5f70bf18a086: Preparing [2024-09-11T02:27:18.025Z] 6f00b0fff792: Preparing [2024-09-11T02:27:18.025Z] 3f5a4593605e: Preparing [2024-09-11T02:27:18.025Z] de9fc9e95347: Preparing [2024-09-11T02:27:18.025Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:18.025Z] d9a626e4a70a: Waiting [2024-09-11T02:27:18.025Z] 38fcef6b5e92: Waiting [2024-09-11T02:27:18.025Z] ef177b78a2de: Waiting [2024-09-11T02:27:18.025Z] 4191554ad4a7: Waiting [2024-09-11T02:27:18.025Z] 69d6c9e5ec59: Waiting [2024-09-11T02:27:18.025Z] 72a024e54140: Waiting [2024-09-11T02:27:18.025Z] 5f70bf18a086: Waiting [2024-09-11T02:27:18.025Z] 6f00b0fff792: Waiting [2024-09-11T02:27:18.025Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:18.025Z] d5dca77f16df: Waiting [2024-09-11T02:27:18.025Z] 3f5a4593605e: Waiting [2024-09-11T02:27:18.025Z] de9fc9e95347: Waiting [2024-09-11T02:27:18.025Z] b1b53e50c668: Layer already exists [2024-09-11T02:27:18.025Z] 09f821052123: Layer already exists [2024-09-11T02:27:18.025Z] 75b60efc7089: Layer already exists [2024-09-11T02:27:18.025Z] b1a82ad0dd78: Layer already exists [2024-09-11T02:27:18.025Z] 4ffea989fbfc: Layer already exists [2024-09-11T02:27:18.025Z] d5dca77f16df: Layer already exists [2024-09-11T02:27:18.025Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:18.025Z] d9a626e4a70a: Layer already exists [2024-09-11T02:27:18.025Z] 38fcef6b5e92: Layer already exists [2024-09-11T02:27:18.025Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:18.025Z] 72a024e54140: Layer already exists [2024-09-11T02:27:18.025Z] 5f70bf18a086: Layer already exists [2024-09-11T02:27:18.025Z] 69d6c9e5ec59: Layer already exists [2024-09-11T02:27:18.025Z] 3f5a4593605e: Layer already exists [2024-09-11T02:27:18.025Z] 6f00b0fff792: Layer already exists [2024-09-11T02:27:18.290Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:18.290Z] de9fc9e95347: Layer already exists [2024-09-11T02:27:18.290Z] main: digest: sha256:04bbdef0137f8b77f964275ed63b61b9c63972fca6de83a0866ed9f6a9cdd012 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:27:18.363Z] ===================================================== [Pipeline] echo [2024-09-11T02:27:18.378Z] taggedImages: [2024-09-11T02:27:18.378Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:18.378Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-11T02:27:18.378Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.72 [2024-09-11T02:27:18.378Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:18.378Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-09-11T02:27:18.408Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-09-11T02:27:18.408Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:18.408Z] latest [2024-09-11T02:27:18.408Z] 3.2.0-dev.72 [2024-09-11T02:27:18.408Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:18.408Z] main [2024-09-11T02:27:18.408Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:18.764Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:19.121Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:19.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-11T02:27:19.121Z] 8b0f4822fc15: Preparing [2024-09-11T02:27:19.121Z] 6dfdab3ac199: Preparing [2024-09-11T02:27:19.121Z] 0c7ee5a5e786: Preparing [2024-09-11T02:27:19.121Z] 9dae54fbee52: Preparing [2024-09-11T02:27:19.121Z] ef177b78a2de: Preparing [2024-09-11T02:27:19.121Z] 4191554ad4a7: Preparing [2024-09-11T02:27:19.121Z] a72cbe695e0a: Preparing [2024-09-11T02:27:19.121Z] 4191554ad4a7: Waiting [2024-09-11T02:27:19.121Z] 236219d60f3d: Preparing [2024-09-11T02:27:19.121Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:19.121Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:19.389Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:19.389Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:19.389Z] 6dfdab3ac199: Pushed [2024-09-11T02:27:19.389Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:19.389Z] 0c7ee5a5e786: Pushed [2024-09-11T02:27:19.389Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:19.389Z] 8b0f4822fc15: Pushed [2024-09-11T02:27:19.389Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:24.711Z] 9dae54fbee52: Pushed [2024-09-11T02:27:24.977Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:25.403Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:25.772Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-11T02:27:25.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-11T02:27:25.772Z] 8b0f4822fc15: Preparing [2024-09-11T02:27:25.772Z] 6dfdab3ac199: Preparing [2024-09-11T02:27:25.772Z] 0c7ee5a5e786: Preparing [2024-09-11T02:27:25.772Z] 9dae54fbee52: Preparing [2024-09-11T02:27:25.772Z] ef177b78a2de: Preparing [2024-09-11T02:27:25.772Z] 4191554ad4a7: Preparing [2024-09-11T02:27:25.772Z] a72cbe695e0a: Preparing [2024-09-11T02:27:25.772Z] 236219d60f3d: Preparing [2024-09-11T02:27:25.772Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:25.772Z] 4191554ad4a7: Waiting [2024-09-11T02:27:25.772Z] a72cbe695e0a: Waiting [2024-09-11T02:27:25.772Z] 236219d60f3d: Waiting [2024-09-11T02:27:25.772Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:25.772Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:25.772Z] 9dae54fbee52: Layer already exists [2024-09-11T02:27:25.772Z] 0c7ee5a5e786: Layer already exists [2024-09-11T02:27:25.772Z] 6dfdab3ac199: Layer already exists [2024-09-11T02:27:25.772Z] 8b0f4822fc15: Layer already exists [2024-09-11T02:27:25.772Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:25.772Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:25.772Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:25.772Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:25.772Z] latest: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:26.420Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:26.846Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.72 [2024-09-11T02:27:26.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-11T02:27:26.846Z] 8b0f4822fc15: Preparing [2024-09-11T02:27:26.846Z] 6dfdab3ac199: Preparing [2024-09-11T02:27:26.846Z] 0c7ee5a5e786: Preparing [2024-09-11T02:27:26.846Z] 9dae54fbee52: Preparing [2024-09-11T02:27:26.846Z] ef177b78a2de: Preparing [2024-09-11T02:27:26.846Z] 4191554ad4a7: Preparing [2024-09-11T02:27:26.846Z] a72cbe695e0a: Preparing [2024-09-11T02:27:26.846Z] 236219d60f3d: Preparing [2024-09-11T02:27:26.846Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:26.846Z] a72cbe695e0a: Waiting [2024-09-11T02:27:26.846Z] 236219d60f3d: Waiting [2024-09-11T02:27:26.846Z] 4191554ad4a7: Waiting [2024-09-11T02:27:26.846Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:26.846Z] 9dae54fbee52: Layer already exists [2024-09-11T02:27:26.846Z] 8b0f4822fc15: Layer already exists [2024-09-11T02:27:26.846Z] 6dfdab3ac199: Layer already exists [2024-09-11T02:27:26.846Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:26.846Z] 0c7ee5a5e786: Layer already exists [2024-09-11T02:27:26.846Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:26.846Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:26.846Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:26.846Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:26.882Z] 3.2.0-dev.72: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:27.381Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:27.732Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:27.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-11T02:27:27.732Z] 8b0f4822fc15: Preparing [2024-09-11T02:27:27.732Z] 6dfdab3ac199: Preparing [2024-09-11T02:27:27.732Z] 0c7ee5a5e786: Preparing [2024-09-11T02:27:27.732Z] 9dae54fbee52: Preparing [2024-09-11T02:27:27.732Z] ef177b78a2de: Preparing [2024-09-11T02:27:27.732Z] 4191554ad4a7: Preparing [2024-09-11T02:27:27.732Z] a72cbe695e0a: Preparing [2024-09-11T02:27:27.732Z] 236219d60f3d: Preparing [2024-09-11T02:27:27.732Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:27.732Z] a72cbe695e0a: Waiting [2024-09-11T02:27:27.732Z] 236219d60f3d: Waiting [2024-09-11T02:27:27.732Z] 4191554ad4a7: Waiting [2024-09-11T02:27:27.732Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:27.732Z] 9dae54fbee52: Layer already exists [2024-09-11T02:27:27.732Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:27.732Z] 0c7ee5a5e786: Layer already exists [2024-09-11T02:27:27.732Z] 6dfdab3ac199: Layer already exists [2024-09-11T02:27:27.732Z] 8b0f4822fc15: Layer already exists [2024-09-11T02:27:27.732Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:27.732Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:27.732Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:27.732Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:27.996Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:28.360Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:28.720Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-09-11T02:27:28.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-11T02:27:28.720Z] 8b0f4822fc15: Preparing [2024-09-11T02:27:28.720Z] 6dfdab3ac199: Preparing [2024-09-11T02:27:28.720Z] 0c7ee5a5e786: Preparing [2024-09-11T02:27:28.720Z] 9dae54fbee52: Preparing [2024-09-11T02:27:28.720Z] ef177b78a2de: Preparing [2024-09-11T02:27:28.720Z] 4191554ad4a7: Preparing [2024-09-11T02:27:28.720Z] a72cbe695e0a: Preparing [2024-09-11T02:27:28.720Z] 236219d60f3d: Preparing [2024-09-11T02:27:28.720Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:28.720Z] a72cbe695e0a: Waiting [2024-09-11T02:27:28.720Z] 236219d60f3d: Waiting [2024-09-11T02:27:28.720Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:28.720Z] 4191554ad4a7: Waiting [2024-09-11T02:27:28.720Z] 8b0f4822fc15: Layer already exists [2024-09-11T02:27:28.720Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:28.720Z] 9dae54fbee52: Layer already exists [2024-09-11T02:27:28.720Z] 0c7ee5a5e786: Layer already exists [2024-09-11T02:27:28.720Z] 6dfdab3ac199: Layer already exists [2024-09-11T02:27:28.720Z] 236219d60f3d: Layer already exists [2024-09-11T02:27:28.720Z] a72cbe695e0a: Layer already exists [2024-09-11T02:27:28.720Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:28.720Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:28.984Z] main: digest: sha256:5b4b81ac30e47f8828dda51349e374c315accb22be2eff07668f0830dd5851cc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:27:29.079Z] ===================================================== [Pipeline] echo [2024-09-11T02:27:29.096Z] taggedImages: [2024-09-11T02:27:29.096Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:29.096Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-11T02:27:29.096Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.72 [2024-09-11T02:27:29.096Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:29.096Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-09-11T02:27:29.132Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-09-11T02:27:29.132Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:29.132Z] latest [2024-09-11T02:27:29.132Z] 3.2.0-dev.72 [2024-09-11T02:27:29.132Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:29.132Z] main [2024-09-11T02:27:29.132Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:29.510Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:29.863Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:29.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-11T02:27:29.863Z] 1c9d61c60040: Preparing [2024-09-11T02:27:29.863Z] d3cda5fd838c: Preparing [2024-09-11T02:27:29.863Z] 00066cda35d2: Preparing [2024-09-11T02:27:29.863Z] dad229989486: Preparing [2024-09-11T02:27:29.863Z] 71cfa192f54c: Preparing [2024-09-11T02:27:29.863Z] ef177b78a2de: Preparing [2024-09-11T02:27:29.863Z] 4191554ad4a7: Preparing [2024-09-11T02:27:29.863Z] 64e01cf8c8b8: Preparing [2024-09-11T02:27:29.863Z] bb06c8222853: Preparing [2024-09-11T02:27:29.863Z] 09496cbaad80: Preparing [2024-09-11T02:27:29.863Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:29.863Z] 4191554ad4a7: Waiting [2024-09-11T02:27:29.863Z] 64e01cf8c8b8: Waiting [2024-09-11T02:27:29.863Z] bb06c8222853: Waiting [2024-09-11T02:27:29.863Z] 09496cbaad80: Waiting [2024-09-11T02:27:29.863Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:29.863Z] ef177b78a2de: Waiting [2024-09-11T02:27:30.128Z] 71cfa192f54c: Pushed [2024-09-11T02:27:30.128Z] dad229989486: Pushed [2024-09-11T02:27:30.128Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:30.128Z] d3cda5fd838c: Pushed [2024-09-11T02:27:30.128Z] 1c9d61c60040: Pushed [2024-09-11T02:27:30.128Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:30.128Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:30.393Z] 64e01cf8c8b8: Pushed [2024-09-11T02:27:30.393Z] bb06c8222853: Pushed [2024-09-11T02:27:32.318Z] 00066cda35d2: Pushed [2024-09-11T02:27:32.583Z] 09496cbaad80: Pushed [2024-09-11T02:27:32.847Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:33.196Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:33.545Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-11T02:27:33.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-11T02:27:33.545Z] 1c9d61c60040: Preparing [2024-09-11T02:27:33.545Z] d3cda5fd838c: Preparing [2024-09-11T02:27:33.545Z] 00066cda35d2: Preparing [2024-09-11T02:27:33.545Z] dad229989486: Preparing [2024-09-11T02:27:33.545Z] 71cfa192f54c: Preparing [2024-09-11T02:27:33.545Z] ef177b78a2de: Preparing [2024-09-11T02:27:33.545Z] 4191554ad4a7: Preparing [2024-09-11T02:27:33.545Z] 64e01cf8c8b8: Preparing [2024-09-11T02:27:33.545Z] bb06c8222853: Preparing [2024-09-11T02:27:33.545Z] 09496cbaad80: Preparing [2024-09-11T02:27:33.545Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:33.545Z] ef177b78a2de: Waiting [2024-09-11T02:27:33.545Z] 64e01cf8c8b8: Waiting [2024-09-11T02:27:33.545Z] 09496cbaad80: Waiting [2024-09-11T02:27:33.545Z] 4191554ad4a7: Waiting [2024-09-11T02:27:33.545Z] bb06c8222853: Waiting [2024-09-11T02:27:33.545Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:33.545Z] d3cda5fd838c: Layer already exists [2024-09-11T02:27:33.545Z] 1c9d61c60040: Layer already exists [2024-09-11T02:27:33.545Z] dad229989486: Layer already exists [2024-09-11T02:27:33.545Z] 71cfa192f54c: Layer already exists [2024-09-11T02:27:33.545Z] 00066cda35d2: Layer already exists [2024-09-11T02:27:33.545Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:33.545Z] 64e01cf8c8b8: Layer already exists [2024-09-11T02:27:33.545Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:33.545Z] bb06c8222853: Layer already exists [2024-09-11T02:27:33.545Z] 09496cbaad80: Layer already exists [2024-09-11T02:27:33.545Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:33.809Z] latest: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:34.171Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:34.522Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.72 [2024-09-11T02:27:34.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-11T02:27:34.522Z] 1c9d61c60040: Preparing [2024-09-11T02:27:34.522Z] d3cda5fd838c: Preparing [2024-09-11T02:27:34.522Z] 00066cda35d2: Preparing [2024-09-11T02:27:34.522Z] dad229989486: Preparing [2024-09-11T02:27:34.522Z] 71cfa192f54c: Preparing [2024-09-11T02:27:34.522Z] ef177b78a2de: Preparing [2024-09-11T02:27:34.522Z] 4191554ad4a7: Preparing [2024-09-11T02:27:34.522Z] 64e01cf8c8b8: Preparing [2024-09-11T02:27:34.522Z] bb06c8222853: Preparing [2024-09-11T02:27:34.522Z] ef177b78a2de: Waiting [2024-09-11T02:27:34.522Z] 09496cbaad80: Preparing [2024-09-11T02:27:34.522Z] 4191554ad4a7: Waiting [2024-09-11T02:27:34.522Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:34.522Z] 64e01cf8c8b8: Waiting [2024-09-11T02:27:34.522Z] bb06c8222853: Waiting [2024-09-11T02:27:34.522Z] 09496cbaad80: Waiting [2024-09-11T02:27:34.522Z] 00066cda35d2: Layer already exists [2024-09-11T02:27:34.522Z] 71cfa192f54c: Layer already exists [2024-09-11T02:27:34.522Z] d3cda5fd838c: Layer already exists [2024-09-11T02:27:34.522Z] 1c9d61c60040: Layer already exists [2024-09-11T02:27:34.522Z] dad229989486: Layer already exists [2024-09-11T02:27:34.522Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:34.522Z] 64e01cf8c8b8: Layer already exists [2024-09-11T02:27:34.522Z] bb06c8222853: Layer already exists [2024-09-11T02:27:34.522Z] 09496cbaad80: Layer already exists [2024-09-11T02:27:34.522Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:34.522Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:34.786Z] 3.2.0-dev.72: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:35.130Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:35.475Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:35.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-11T02:27:35.475Z] 1c9d61c60040: Preparing [2024-09-11T02:27:35.475Z] d3cda5fd838c: Preparing [2024-09-11T02:27:35.475Z] 00066cda35d2: Preparing [2024-09-11T02:27:35.475Z] dad229989486: Preparing [2024-09-11T02:27:35.475Z] 71cfa192f54c: Preparing [2024-09-11T02:27:35.475Z] ef177b78a2de: Preparing [2024-09-11T02:27:35.475Z] 4191554ad4a7: Preparing [2024-09-11T02:27:35.475Z] 64e01cf8c8b8: Preparing [2024-09-11T02:27:35.475Z] bb06c8222853: Preparing [2024-09-11T02:27:35.475Z] 09496cbaad80: Preparing [2024-09-11T02:27:35.475Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:35.475Z] ef177b78a2de: Waiting [2024-09-11T02:27:35.475Z] bb06c8222853: Waiting [2024-09-11T02:27:35.475Z] 4191554ad4a7: Waiting [2024-09-11T02:27:35.475Z] 64e01cf8c8b8: Waiting [2024-09-11T02:27:35.475Z] 09496cbaad80: Waiting [2024-09-11T02:27:35.475Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:35.475Z] d3cda5fd838c: Layer already exists [2024-09-11T02:27:35.475Z] 71cfa192f54c: Layer already exists [2024-09-11T02:27:35.475Z] 1c9d61c60040: Layer already exists [2024-09-11T02:27:35.475Z] dad229989486: Layer already exists [2024-09-11T02:27:35.475Z] 00066cda35d2: Layer already exists [2024-09-11T02:27:35.475Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:35.475Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:35.475Z] 09496cbaad80: Layer already exists [2024-09-11T02:27:35.475Z] 64e01cf8c8b8: Layer already exists [2024-09-11T02:27:35.475Z] bb06c8222853: Layer already exists [2024-09-11T02:27:35.475Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:35.738Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:36.083Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:36.449Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-09-11T02:27:36.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-11T02:27:36.449Z] 1c9d61c60040: Preparing [2024-09-11T02:27:36.449Z] d3cda5fd838c: Preparing [2024-09-11T02:27:36.449Z] 00066cda35d2: Preparing [2024-09-11T02:27:36.449Z] dad229989486: Preparing [2024-09-11T02:27:36.449Z] 71cfa192f54c: Preparing [2024-09-11T02:27:36.449Z] ef177b78a2de: Preparing [2024-09-11T02:27:36.449Z] 4191554ad4a7: Preparing [2024-09-11T02:27:36.449Z] 64e01cf8c8b8: Preparing [2024-09-11T02:27:36.449Z] bb06c8222853: Preparing [2024-09-11T02:27:36.449Z] 09496cbaad80: Preparing [2024-09-11T02:27:36.449Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:36.449Z] 64e01cf8c8b8: Waiting [2024-09-11T02:27:36.449Z] bb06c8222853: Waiting [2024-09-11T02:27:36.449Z] 09496cbaad80: Waiting [2024-09-11T02:27:36.449Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:36.449Z] ef177b78a2de: Waiting [2024-09-11T02:27:36.449Z] 4191554ad4a7: Waiting [2024-09-11T02:27:36.449Z] 1c9d61c60040: Layer already exists [2024-09-11T02:27:36.449Z] d3cda5fd838c: Layer already exists [2024-09-11T02:27:36.449Z] dad229989486: Layer already exists [2024-09-11T02:27:36.449Z] 00066cda35d2: Layer already exists [2024-09-11T02:27:36.449Z] 71cfa192f54c: Layer already exists [2024-09-11T02:27:36.449Z] 64e01cf8c8b8: Layer already exists [2024-09-11T02:27:36.449Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:36.449Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:36.449Z] 09496cbaad80: Layer already exists [2024-09-11T02:27:36.449Z] bb06c8222853: Layer already exists [2024-09-11T02:27:36.449Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:36.713Z] main: digest: sha256:2358006f14675b251909d284960b8e31cfae485ee571c0bd493d39ef99af8689 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:27:36.797Z] ===================================================== [Pipeline] echo [2024-09-11T02:27:36.815Z] taggedImages: [2024-09-11T02:27:36.815Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:36.815Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-11T02:27:36.815Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.72 [2024-09-11T02:27:36.815Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:36.815Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-09-11T02:27:36.843Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-09-11T02:27:36.843Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:36.843Z] latest [2024-09-11T02:27:36.843Z] 3.2.0-dev.72 [2024-09-11T02:27:36.843Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:36.843Z] main [2024-09-11T02:27:36.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:37.225Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:37.577Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:37.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-11T02:27:37.577Z] d20a2e8aa8d1: Preparing [2024-09-11T02:27:37.577Z] 02c23a6ba96c: Preparing [2024-09-11T02:27:37.577Z] 3b60936c69f2: Preparing [2024-09-11T02:27:37.577Z] 08409c4e2bbe: Preparing [2024-09-11T02:27:37.577Z] ff51baf2a2c6: Preparing [2024-09-11T02:27:37.577Z] dbf4de87c5bb: Preparing [2024-09-11T02:27:37.577Z] 9f8ecaa629c4: Preparing [2024-09-11T02:27:37.577Z] ef177b78a2de: Preparing [2024-09-11T02:27:37.577Z] 4191554ad4a7: Preparing [2024-09-11T02:27:37.577Z] 422bd3a4e96a: Preparing [2024-09-11T02:27:37.577Z] 4118fc4e01ea: Preparing [2024-09-11T02:27:37.577Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:37.577Z] ef177b78a2de: Waiting [2024-09-11T02:27:37.577Z] 4191554ad4a7: Waiting [2024-09-11T02:27:37.577Z] 422bd3a4e96a: Waiting [2024-09-11T02:27:37.577Z] dbf4de87c5bb: Waiting [2024-09-11T02:27:37.577Z] 4118fc4e01ea: Waiting [2024-09-11T02:27:37.577Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:37.577Z] 9f8ecaa629c4: Waiting [2024-09-11T02:27:37.842Z] ff51baf2a2c6: Pushed [2024-09-11T02:27:37.842Z] 02c23a6ba96c: Pushed [2024-09-11T02:27:37.842Z] d20a2e8aa8d1: Pushed [2024-09-11T02:27:37.842Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:37.842Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:38.107Z] dbf4de87c5bb: Pushed [2024-09-11T02:27:38.107Z] 9f8ecaa629c4: Pushed [2024-09-11T02:27:38.107Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:38.107Z] 422bd3a4e96a: Pushed [2024-09-11T02:27:40.035Z] 08409c4e2bbe: Pushed [2024-09-11T02:27:40.305Z] 3b60936c69f2: Pushed [2024-09-11T02:27:40.570Z] 4118fc4e01ea: Pushed [2024-09-11T02:27:40.833Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:41.178Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:41.518Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-11T02:27:41.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-11T02:27:41.518Z] d20a2e8aa8d1: Preparing [2024-09-11T02:27:41.518Z] 02c23a6ba96c: Preparing [2024-09-11T02:27:41.518Z] 3b60936c69f2: Preparing [2024-09-11T02:27:41.518Z] 08409c4e2bbe: Preparing [2024-09-11T02:27:41.518Z] ff51baf2a2c6: Preparing [2024-09-11T02:27:41.518Z] dbf4de87c5bb: Preparing [2024-09-11T02:27:41.518Z] 9f8ecaa629c4: Preparing [2024-09-11T02:27:41.518Z] dbf4de87c5bb: Waiting [2024-09-11T02:27:41.518Z] ef177b78a2de: Preparing [2024-09-11T02:27:41.518Z] 4191554ad4a7: Preparing [2024-09-11T02:27:41.518Z] 422bd3a4e96a: Preparing [2024-09-11T02:27:41.518Z] 9f8ecaa629c4: Waiting [2024-09-11T02:27:41.518Z] 4191554ad4a7: Waiting [2024-09-11T02:27:41.518Z] 4118fc4e01ea: Preparing [2024-09-11T02:27:41.518Z] 422bd3a4e96a: Waiting [2024-09-11T02:27:41.518Z] 4118fc4e01ea: Waiting [2024-09-11T02:27:41.518Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:41.518Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:41.518Z] d20a2e8aa8d1: Layer already exists [2024-09-11T02:27:41.518Z] 08409c4e2bbe: Layer already exists [2024-09-11T02:27:41.518Z] ff51baf2a2c6: Layer already exists [2024-09-11T02:27:41.518Z] 02c23a6ba96c: Layer already exists [2024-09-11T02:27:41.518Z] 3b60936c69f2: Layer already exists [2024-09-11T02:27:41.518Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:41.518Z] 9f8ecaa629c4: Layer already exists [2024-09-11T02:27:41.518Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:41.518Z] dbf4de87c5bb: Layer already exists [2024-09-11T02:27:41.518Z] 422bd3a4e96a: Layer already exists [2024-09-11T02:27:41.518Z] 4118fc4e01ea: Layer already exists [2024-09-11T02:27:41.518Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:41.782Z] latest: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:42.136Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:42.497Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.72 [2024-09-11T02:27:42.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-11T02:27:42.497Z] d20a2e8aa8d1: Preparing [2024-09-11T02:27:42.497Z] 02c23a6ba96c: Preparing [2024-09-11T02:27:42.497Z] 3b60936c69f2: Preparing [2024-09-11T02:27:42.497Z] 08409c4e2bbe: Preparing [2024-09-11T02:27:42.497Z] ff51baf2a2c6: Preparing [2024-09-11T02:27:42.497Z] dbf4de87c5bb: Preparing [2024-09-11T02:27:42.497Z] 9f8ecaa629c4: Preparing [2024-09-11T02:27:42.497Z] ef177b78a2de: Preparing [2024-09-11T02:27:42.497Z] 4191554ad4a7: Preparing [2024-09-11T02:27:42.497Z] 422bd3a4e96a: Preparing [2024-09-11T02:27:42.497Z] 4118fc4e01ea: Preparing [2024-09-11T02:27:42.497Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:42.497Z] dbf4de87c5bb: Waiting [2024-09-11T02:27:42.497Z] 9f8ecaa629c4: Waiting [2024-09-11T02:27:42.497Z] ef177b78a2de: Waiting [2024-09-11T02:27:42.497Z] 4191554ad4a7: Waiting [2024-09-11T02:27:42.497Z] 422bd3a4e96a: Waiting [2024-09-11T02:27:42.497Z] 4118fc4e01ea: Waiting [2024-09-11T02:27:42.497Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:42.497Z] d20a2e8aa8d1: Layer already exists [2024-09-11T02:27:42.497Z] 3b60936c69f2: Layer already exists [2024-09-11T02:27:42.497Z] 02c23a6ba96c: Layer already exists [2024-09-11T02:27:42.497Z] 08409c4e2bbe: Layer already exists [2024-09-11T02:27:42.497Z] ff51baf2a2c6: Layer already exists [2024-09-11T02:27:42.497Z] 9f8ecaa629c4: Layer already exists [2024-09-11T02:27:42.497Z] dbf4de87c5bb: Layer already exists [2024-09-11T02:27:42.497Z] 422bd3a4e96a: Layer already exists [2024-09-11T02:27:42.497Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:42.497Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:42.497Z] 4118fc4e01ea: Layer already exists [2024-09-11T02:27:42.497Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:42.760Z] 3.2.0-dev.72: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:43.121Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:43.476Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:43.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-11T02:27:43.476Z] d20a2e8aa8d1: Preparing [2024-09-11T02:27:43.476Z] 02c23a6ba96c: Preparing [2024-09-11T02:27:43.476Z] 3b60936c69f2: Preparing [2024-09-11T02:27:43.476Z] 08409c4e2bbe: Preparing [2024-09-11T02:27:43.476Z] ff51baf2a2c6: Preparing [2024-09-11T02:27:43.476Z] dbf4de87c5bb: Preparing [2024-09-11T02:27:43.476Z] 9f8ecaa629c4: Preparing [2024-09-11T02:27:43.476Z] ef177b78a2de: Preparing [2024-09-11T02:27:43.476Z] 4191554ad4a7: Preparing [2024-09-11T02:27:43.476Z] 422bd3a4e96a: Preparing [2024-09-11T02:27:43.476Z] 4118fc4e01ea: Preparing [2024-09-11T02:27:43.476Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:43.476Z] ef177b78a2de: Waiting [2024-09-11T02:27:43.476Z] 4191554ad4a7: Waiting [2024-09-11T02:27:43.476Z] 422bd3a4e96a: Waiting [2024-09-11T02:27:43.476Z] 4118fc4e01ea: Waiting [2024-09-11T02:27:43.476Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:43.476Z] dbf4de87c5bb: Waiting [2024-09-11T02:27:43.476Z] 9f8ecaa629c4: Waiting [2024-09-11T02:27:43.476Z] d20a2e8aa8d1: Layer already exists [2024-09-11T02:27:43.476Z] 3b60936c69f2: Layer already exists [2024-09-11T02:27:43.476Z] 08409c4e2bbe: Layer already exists [2024-09-11T02:27:43.476Z] ff51baf2a2c6: Layer already exists [2024-09-11T02:27:43.476Z] 02c23a6ba96c: Layer already exists [2024-09-11T02:27:43.476Z] dbf4de87c5bb: Layer already exists [2024-09-11T02:27:43.476Z] 9f8ecaa629c4: Layer already exists [2024-09-11T02:27:43.476Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:43.476Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:43.476Z] 422bd3a4e96a: Layer already exists [2024-09-11T02:27:43.476Z] 4118fc4e01ea: Layer already exists [2024-09-11T02:27:43.476Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:43.742Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:44.099Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:44.455Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-09-11T02:27:44.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-11T02:27:44.455Z] d20a2e8aa8d1: Preparing [2024-09-11T02:27:44.455Z] 02c23a6ba96c: Preparing [2024-09-11T02:27:44.455Z] 3b60936c69f2: Preparing [2024-09-11T02:27:44.455Z] 08409c4e2bbe: Preparing [2024-09-11T02:27:44.455Z] ff51baf2a2c6: Preparing [2024-09-11T02:27:44.455Z] dbf4de87c5bb: Preparing [2024-09-11T02:27:44.455Z] 9f8ecaa629c4: Preparing [2024-09-11T02:27:44.455Z] ef177b78a2de: Preparing [2024-09-11T02:27:44.455Z] 4191554ad4a7: Preparing [2024-09-11T02:27:44.455Z] 422bd3a4e96a: Preparing [2024-09-11T02:27:44.455Z] 4118fc4e01ea: Preparing [2024-09-11T02:27:44.455Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:44.455Z] dbf4de87c5bb: Waiting [2024-09-11T02:27:44.455Z] 9f8ecaa629c4: Waiting [2024-09-11T02:27:44.455Z] ef177b78a2de: Waiting [2024-09-11T02:27:44.455Z] 4191554ad4a7: Waiting [2024-09-11T02:27:44.455Z] 422bd3a4e96a: Waiting [2024-09-11T02:27:44.455Z] 4118fc4e01ea: Waiting [2024-09-11T02:27:44.455Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:44.455Z] d20a2e8aa8d1: Layer already exists [2024-09-11T02:27:44.455Z] ff51baf2a2c6: Layer already exists [2024-09-11T02:27:44.455Z] 3b60936c69f2: Layer already exists [2024-09-11T02:27:44.455Z] 08409c4e2bbe: Layer already exists [2024-09-11T02:27:44.455Z] 02c23a6ba96c: Layer already exists [2024-09-11T02:27:44.455Z] 9f8ecaa629c4: Layer already exists [2024-09-11T02:27:44.455Z] dbf4de87c5bb: Layer already exists [2024-09-11T02:27:44.455Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:44.455Z] 422bd3a4e96a: Layer already exists [2024-09-11T02:27:44.455Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:44.455Z] 4118fc4e01ea: Layer already exists [2024-09-11T02:27:44.455Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:44.719Z] main: digest: sha256:ad0967e181fb91b7772447b491d630d0063a93dd0cd4f54cc315a4143d48f131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:27:44.803Z] ===================================================== [Pipeline] echo [2024-09-11T02:27:44.822Z] taggedImages: [2024-09-11T02:27:44.822Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:44.822Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-11T02:27:44.822Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.72 [2024-09-11T02:27:44.822Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:44.822Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-09-11T02:27:44.856Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-09-11T02:27:44.856Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:44.856Z] latest [2024-09-11T02:27:44.856Z] 3.2.0-dev.72 [2024-09-11T02:27:44.856Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:44.856Z] main [2024-09-11T02:27:44.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:45.219Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:45.566Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:45.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-11T02:27:45.566Z] 6d2f20321d5b: Preparing [2024-09-11T02:27:45.566Z] 5ed76f294d15: Preparing [2024-09-11T02:27:45.566Z] ef177b78a2de: Preparing [2024-09-11T02:27:45.566Z] 4191554ad4a7: Preparing [2024-09-11T02:27:45.566Z] 8e33879e8c09: Preparing [2024-09-11T02:27:45.566Z] fc01e72e87a5: Preparing [2024-09-11T02:27:45.566Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:45.566Z] fc01e72e87a5: Waiting [2024-09-11T02:27:45.566Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:45.566Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:45.830Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:45.830Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:45.830Z] 6d2f20321d5b: Pushed [2024-09-11T02:27:45.830Z] 8e33879e8c09: Pushed [2024-09-11T02:27:47.756Z] fc01e72e87a5: Pushed [2024-09-11T02:27:49.689Z] 5ed76f294d15: Pushed [2024-09-11T02:27:49.689Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:50.037Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:50.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-11T02:27:50.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-11T02:27:50.379Z] 6d2f20321d5b: Preparing [2024-09-11T02:27:50.379Z] 5ed76f294d15: Preparing [2024-09-11T02:27:50.379Z] ef177b78a2de: Preparing [2024-09-11T02:27:50.379Z] 4191554ad4a7: Preparing [2024-09-11T02:27:50.379Z] 8e33879e8c09: Preparing [2024-09-11T02:27:50.379Z] fc01e72e87a5: Preparing [2024-09-11T02:27:50.379Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:50.379Z] fc01e72e87a5: Waiting [2024-09-11T02:27:50.379Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:50.379Z] 8e33879e8c09: Layer already exists [2024-09-11T02:27:50.379Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:50.379Z] 6d2f20321d5b: Layer already exists [2024-09-11T02:27:50.379Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:50.379Z] 5ed76f294d15: Layer already exists [2024-09-11T02:27:50.379Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:50.379Z] fc01e72e87a5: Layer already exists [2024-09-11T02:27:50.642Z] latest: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:50.990Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:52.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.72 [2024-09-11T02:27:52.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-11T02:27:52.335Z] 6d2f20321d5b: Preparing [2024-09-11T02:27:52.335Z] 5ed76f294d15: Preparing [2024-09-11T02:27:52.335Z] ef177b78a2de: Preparing [2024-09-11T02:27:52.335Z] 4191554ad4a7: Preparing [2024-09-11T02:27:52.335Z] 8e33879e8c09: Preparing [2024-09-11T02:27:52.335Z] fc01e72e87a5: Preparing [2024-09-11T02:27:52.335Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:52.335Z] fc01e72e87a5: Waiting [2024-09-11T02:27:52.335Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:52.335Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:52.335Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:52.335Z] 8e33879e8c09: Layer already exists [2024-09-11T02:27:52.335Z] 6d2f20321d5b: Layer already exists [2024-09-11T02:27:52.335Z] 5ed76f294d15: Layer already exists [2024-09-11T02:27:52.335Z] fc01e72e87a5: Layer already exists [2024-09-11T02:27:52.335Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:52.602Z] 3.2.0-dev.72: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:52.966Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:53.322Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:53.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-11T02:27:53.322Z] 6d2f20321d5b: Preparing [2024-09-11T02:27:53.322Z] 5ed76f294d15: Preparing [2024-09-11T02:27:53.322Z] ef177b78a2de: Preparing [2024-09-11T02:27:53.322Z] 4191554ad4a7: Preparing [2024-09-11T02:27:53.322Z] 8e33879e8c09: Preparing [2024-09-11T02:27:53.322Z] fc01e72e87a5: Preparing [2024-09-11T02:27:53.322Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:53.322Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:53.322Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:53.322Z] 8e33879e8c09: Layer already exists [2024-09-11T02:27:53.322Z] 6d2f20321d5b: Layer already exists [2024-09-11T02:27:53.322Z] 5ed76f294d15: Layer already exists [2024-09-11T02:27:53.322Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:53.322Z] fc01e72e87a5: Layer already exists [2024-09-11T02:27:53.322Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:53.322Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:53.937Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:54.285Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-09-11T02:27:54.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-11T02:27:54.285Z] 6d2f20321d5b: Preparing [2024-09-11T02:27:54.285Z] 5ed76f294d15: Preparing [2024-09-11T02:27:54.285Z] ef177b78a2de: Preparing [2024-09-11T02:27:54.285Z] 4191554ad4a7: Preparing [2024-09-11T02:27:54.285Z] 8e33879e8c09: Preparing [2024-09-11T02:27:54.285Z] fc01e72e87a5: Preparing [2024-09-11T02:27:54.286Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:54.286Z] fc01e72e87a5: Waiting [2024-09-11T02:27:54.286Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:54.286Z] 6d2f20321d5b: Layer already exists [2024-09-11T02:27:54.286Z] 8e33879e8c09: Layer already exists [2024-09-11T02:27:54.286Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:54.286Z] 5ed76f294d15: Layer already exists [2024-09-11T02:27:54.286Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:54.286Z] fc01e72e87a5: Layer already exists [2024-09-11T02:27:54.286Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:54.551Z] main: digest: sha256:e0dc72c5d7fc42639491a9c50312a8edcfe7613486f29f5c6a4821fa0b12387e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:27:54.631Z] ===================================================== [Pipeline] echo [2024-09-11T02:27:54.643Z] taggedImages: [2024-09-11T02:27:54.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:54.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-11T02:27:54.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.72 [2024-09-11T02:27:54.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:54.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-09-11T02:27:54.677Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-09-11T02:27:54.677Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:54.677Z] latest [2024-09-11T02:27:54.677Z] 3.2.0-dev.72 [2024-09-11T02:27:54.677Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:27:54.677Z] main [2024-09-11T02:27:54.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:55.050Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:27:55.431Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:27:55.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-11T02:27:55.431Z] 363c71a6bdbb: Preparing [2024-09-11T02:27:55.431Z] 76bf11f07ad4: Preparing [2024-09-11T02:27:55.431Z] 22f9af984f54: Preparing [2024-09-11T02:27:55.431Z] ef177b78a2de: Preparing [2024-09-11T02:27:55.431Z] 4191554ad4a7: Preparing [2024-09-11T02:27:55.431Z] e59165e9b5d1: Preparing [2024-09-11T02:27:55.431Z] 522a7ce5ccaf: Preparing [2024-09-11T02:27:55.431Z] 083d5febee37: Preparing [2024-09-11T02:27:55.431Z] c2acecbeb4ae: Preparing [2024-09-11T02:27:55.431Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:27:55.431Z] e59165e9b5d1: Waiting [2024-09-11T02:27:55.431Z] c2acecbeb4ae: Waiting [2024-09-11T02:27:55.431Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:27:55.431Z] 522a7ce5ccaf: Waiting [2024-09-11T02:27:55.431Z] 083d5febee37: Waiting [2024-09-11T02:27:55.431Z] 4191554ad4a7: Layer already exists [2024-09-11T02:27:55.431Z] ef177b78a2de: Layer already exists [2024-09-11T02:27:55.695Z] 363c71a6bdbb: Pushed [2024-09-11T02:27:55.695Z] 76bf11f07ad4: Pushed [2024-09-11T02:27:55.695Z] 22f9af984f54: Pushed [2024-09-11T02:27:55.695Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:27:55.958Z] 083d5febee37: Pushed [2024-09-11T02:27:56.546Z] c2acecbeb4ae: Pushed [2024-09-11T02:28:08.829Z] 522a7ce5ccaf: Pushed [2024-09-11T02:28:21.118Z] e59165e9b5d1: Pushed [2024-09-11T02:28:21.118Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:21.477Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:21.838Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-11T02:28:21.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-11T02:28:21.838Z] 363c71a6bdbb: Preparing [2024-09-11T02:28:21.838Z] 76bf11f07ad4: Preparing [2024-09-11T02:28:21.838Z] 22f9af984f54: Preparing [2024-09-11T02:28:21.838Z] ef177b78a2de: Preparing [2024-09-11T02:28:21.838Z] 4191554ad4a7: Preparing [2024-09-11T02:28:21.838Z] e59165e9b5d1: Preparing [2024-09-11T02:28:21.838Z] 522a7ce5ccaf: Preparing [2024-09-11T02:28:21.838Z] 083d5febee37: Preparing [2024-09-11T02:28:21.838Z] c2acecbeb4ae: Preparing [2024-09-11T02:28:21.838Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:21.838Z] 522a7ce5ccaf: Waiting [2024-09-11T02:28:21.838Z] 083d5febee37: Waiting [2024-09-11T02:28:21.838Z] c2acecbeb4ae: Waiting [2024-09-11T02:28:21.838Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:21.838Z] e59165e9b5d1: Waiting [2024-09-11T02:28:21.838Z] 76bf11f07ad4: Layer already exists [2024-09-11T02:28:21.838Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:21.838Z] 363c71a6bdbb: Layer already exists [2024-09-11T02:28:21.838Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:21.838Z] 22f9af984f54: Layer already exists [2024-09-11T02:28:21.838Z] 083d5febee37: Layer already exists [2024-09-11T02:28:21.838Z] e59165e9b5d1: Layer already exists [2024-09-11T02:28:21.838Z] 522a7ce5ccaf: Layer already exists [2024-09-11T02:28:21.838Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:28:21.838Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:22.103Z] latest: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:22.466Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:22.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.72 [2024-09-11T02:28:22.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-11T02:28:22.815Z] 363c71a6bdbb: Preparing [2024-09-11T02:28:22.815Z] 76bf11f07ad4: Preparing [2024-09-11T02:28:22.815Z] 22f9af984f54: Preparing [2024-09-11T02:28:22.815Z] ef177b78a2de: Preparing [2024-09-11T02:28:22.815Z] 4191554ad4a7: Preparing [2024-09-11T02:28:22.815Z] e59165e9b5d1: Preparing [2024-09-11T02:28:22.815Z] 522a7ce5ccaf: Preparing [2024-09-11T02:28:22.815Z] 083d5febee37: Preparing [2024-09-11T02:28:22.815Z] c2acecbeb4ae: Preparing [2024-09-11T02:28:22.815Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:22.815Z] 083d5febee37: Waiting [2024-09-11T02:28:22.815Z] c2acecbeb4ae: Waiting [2024-09-11T02:28:22.815Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:22.815Z] e59165e9b5d1: Waiting [2024-09-11T02:28:22.815Z] 522a7ce5ccaf: Waiting [2024-09-11T02:28:22.815Z] 22f9af984f54: Layer already exists [2024-09-11T02:28:22.815Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:22.815Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:22.815Z] 76bf11f07ad4: Layer already exists [2024-09-11T02:28:22.815Z] 363c71a6bdbb: Layer already exists [2024-09-11T02:28:22.815Z] 083d5febee37: Layer already exists [2024-09-11T02:28:22.815Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:28:22.815Z] 522a7ce5ccaf: Layer already exists [2024-09-11T02:28:22.815Z] e59165e9b5d1: Layer already exists [2024-09-11T02:28:22.815Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:23.080Z] 3.2.0-dev.72: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:23.430Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:23.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:28:23.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-11T02:28:23.805Z] 363c71a6bdbb: Preparing [2024-09-11T02:28:23.805Z] 76bf11f07ad4: Preparing [2024-09-11T02:28:23.805Z] 22f9af984f54: Preparing [2024-09-11T02:28:23.805Z] ef177b78a2de: Preparing [2024-09-11T02:28:23.805Z] 4191554ad4a7: Preparing [2024-09-11T02:28:23.805Z] e59165e9b5d1: Preparing [2024-09-11T02:28:23.805Z] 522a7ce5ccaf: Preparing [2024-09-11T02:28:23.805Z] 083d5febee37: Preparing [2024-09-11T02:28:23.805Z] c2acecbeb4ae: Preparing [2024-09-11T02:28:23.805Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:23.805Z] e59165e9b5d1: Waiting [2024-09-11T02:28:23.805Z] 522a7ce5ccaf: Waiting [2024-09-11T02:28:23.805Z] 083d5febee37: Waiting [2024-09-11T02:28:23.805Z] c2acecbeb4ae: Waiting [2024-09-11T02:28:23.805Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:23.805Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:23.805Z] 76bf11f07ad4: Layer already exists [2024-09-11T02:28:23.805Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:23.805Z] 22f9af984f54: Layer already exists [2024-09-11T02:28:23.805Z] 363c71a6bdbb: Layer already exists [2024-09-11T02:28:23.805Z] e59165e9b5d1: Layer already exists [2024-09-11T02:28:23.805Z] 083d5febee37: Layer already exists [2024-09-11T02:28:23.805Z] 522a7ce5ccaf: Layer already exists [2024-09-11T02:28:23.805Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:28:23.805Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:23.805Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:24.438Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:24.791Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-09-11T02:28:24.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-11T02:28:24.791Z] 363c71a6bdbb: Preparing [2024-09-11T02:28:24.791Z] 76bf11f07ad4: Preparing [2024-09-11T02:28:24.791Z] 22f9af984f54: Preparing [2024-09-11T02:28:24.791Z] ef177b78a2de: Preparing [2024-09-11T02:28:24.791Z] 4191554ad4a7: Preparing [2024-09-11T02:28:24.791Z] e59165e9b5d1: Preparing [2024-09-11T02:28:24.791Z] 522a7ce5ccaf: Preparing [2024-09-11T02:28:24.791Z] 083d5febee37: Preparing [2024-09-11T02:28:24.791Z] e59165e9b5d1: Waiting [2024-09-11T02:28:24.791Z] c2acecbeb4ae: Preparing [2024-09-11T02:28:24.791Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:24.791Z] 522a7ce5ccaf: Waiting [2024-09-11T02:28:24.791Z] 083d5febee37: Waiting [2024-09-11T02:28:24.791Z] c2acecbeb4ae: Waiting [2024-09-11T02:28:24.791Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:24.791Z] 22f9af984f54: Layer already exists [2024-09-11T02:28:24.791Z] 363c71a6bdbb: Layer already exists [2024-09-11T02:28:24.791Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:24.791Z] 76bf11f07ad4: Layer already exists [2024-09-11T02:28:24.791Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:24.791Z] e59165e9b5d1: Layer already exists [2024-09-11T02:28:24.791Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:24.791Z] 083d5febee37: Layer already exists [2024-09-11T02:28:24.791Z] 522a7ce5ccaf: Layer already exists [2024-09-11T02:28:24.791Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:28:25.056Z] main: digest: sha256:bdc506fdd77554a01d55654d2c7964c316f195bda9581f4e5bd35190f99ebff1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:28:25.148Z] ===================================================== [Pipeline] echo [2024-09-11T02:28:25.162Z] taggedImages: [2024-09-11T02:28:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:28:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-11T02:28:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.72 [2024-09-11T02:28:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:28:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-09-11T02:28:25.188Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-09-11T02:28:25.188Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:28:25.188Z] latest [2024-09-11T02:28:25.188Z] 3.2.0-dev.72 [2024-09-11T02:28:25.188Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:28:25.188Z] main [2024-09-11T02:28:25.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:25.562Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:25.922Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:28:25.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-11T02:28:25.922Z] ec78e4e6779d: Preparing [2024-09-11T02:28:25.922Z] b553369d35df: Preparing [2024-09-11T02:28:25.922Z] 9bc02ed6ebbd: Preparing [2024-09-11T02:28:25.922Z] ef177b78a2de: Preparing [2024-09-11T02:28:25.922Z] 4191554ad4a7: Preparing [2024-09-11T02:28:25.922Z] 6bfed2659bef: Preparing [2024-09-11T02:28:25.922Z] daa47bd2cea4: Preparing [2024-09-11T02:28:25.922Z] f9f116f5adf4: Preparing [2024-09-11T02:28:25.922Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:25.922Z] f9f116f5adf4: Waiting [2024-09-11T02:28:25.922Z] 6bfed2659bef: Waiting [2024-09-11T02:28:25.922Z] daa47bd2cea4: Waiting [2024-09-11T02:28:25.922Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:25.922Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:26.200Z] b553369d35df: Pushed [2024-09-11T02:28:26.200Z] 9bc02ed6ebbd: Pushed [2024-09-11T02:28:26.200Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:26.200Z] daa47bd2cea4: Pushed [2024-09-11T02:28:26.200Z] ec78e4e6779d: Pushed [2024-09-11T02:28:26.780Z] f9f116f5adf4: Pushed [2024-09-11T02:28:48.801Z] 6bfed2659bef: Pushed [2024-09-11T02:28:48.801Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:49.148Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:49.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-11T02:28:49.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-11T02:28:49.499Z] ec78e4e6779d: Preparing [2024-09-11T02:28:49.499Z] b553369d35df: Preparing [2024-09-11T02:28:49.499Z] 9bc02ed6ebbd: Preparing [2024-09-11T02:28:49.499Z] ef177b78a2de: Preparing [2024-09-11T02:28:49.499Z] 4191554ad4a7: Preparing [2024-09-11T02:28:49.499Z] 6bfed2659bef: Preparing [2024-09-11T02:28:49.499Z] daa47bd2cea4: Preparing [2024-09-11T02:28:49.499Z] f9f116f5adf4: Preparing [2024-09-11T02:28:49.499Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:49.499Z] 6bfed2659bef: Waiting [2024-09-11T02:28:49.499Z] daa47bd2cea4: Waiting [2024-09-11T02:28:49.499Z] f9f116f5adf4: Waiting [2024-09-11T02:28:49.499Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:49.499Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:49.499Z] ec78e4e6779d: Layer already exists [2024-09-11T02:28:49.499Z] b553369d35df: Layer already exists [2024-09-11T02:28:49.499Z] 9bc02ed6ebbd: Layer already exists [2024-09-11T02:28:49.499Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:49.499Z] daa47bd2cea4: Layer already exists [2024-09-11T02:28:49.499Z] f9f116f5adf4: Layer already exists [2024-09-11T02:28:49.499Z] 6bfed2659bef: Layer already exists [2024-09-11T02:28:49.499Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:49.763Z] latest: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:50.113Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:50.506Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.72 [2024-09-11T02:28:50.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-11T02:28:50.506Z] ec78e4e6779d: Preparing [2024-09-11T02:28:50.506Z] b553369d35df: Preparing [2024-09-11T02:28:50.506Z] 9bc02ed6ebbd: Preparing [2024-09-11T02:28:50.506Z] ef177b78a2de: Preparing [2024-09-11T02:28:50.506Z] 4191554ad4a7: Preparing [2024-09-11T02:28:50.506Z] 6bfed2659bef: Preparing [2024-09-11T02:28:50.506Z] daa47bd2cea4: Preparing [2024-09-11T02:28:50.506Z] f9f116f5adf4: Preparing [2024-09-11T02:28:50.506Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:50.506Z] 6bfed2659bef: Waiting [2024-09-11T02:28:50.506Z] daa47bd2cea4: Waiting [2024-09-11T02:28:50.506Z] f9f116f5adf4: Waiting [2024-09-11T02:28:50.506Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:50.506Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:50.506Z] ec78e4e6779d: Layer already exists [2024-09-11T02:28:50.506Z] 9bc02ed6ebbd: Layer already exists [2024-09-11T02:28:50.506Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:50.506Z] b553369d35df: Layer already exists [2024-09-11T02:28:50.506Z] f9f116f5adf4: Layer already exists [2024-09-11T02:28:50.506Z] daa47bd2cea4: Layer already exists [2024-09-11T02:28:50.506Z] 6bfed2659bef: Layer already exists [2024-09-11T02:28:50.506Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:50.506Z] 3.2.0-dev.72: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:50.873Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:51.259Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:28:51.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-11T02:28:51.259Z] ec78e4e6779d: Preparing [2024-09-11T02:28:51.259Z] b553369d35df: Preparing [2024-09-11T02:28:51.259Z] 9bc02ed6ebbd: Preparing [2024-09-11T02:28:51.259Z] ef177b78a2de: Preparing [2024-09-11T02:28:51.259Z] 4191554ad4a7: Preparing [2024-09-11T02:28:51.259Z] 6bfed2659bef: Preparing [2024-09-11T02:28:51.259Z] daa47bd2cea4: Preparing [2024-09-11T02:28:51.259Z] f9f116f5adf4: Preparing [2024-09-11T02:28:51.259Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:51.259Z] 6bfed2659bef: Waiting [2024-09-11T02:28:51.259Z] daa47bd2cea4: Waiting [2024-09-11T02:28:51.259Z] f9f116f5adf4: Waiting [2024-09-11T02:28:51.259Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:51.259Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:51.259Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:51.259Z] 9bc02ed6ebbd: Layer already exists [2024-09-11T02:28:51.259Z] ec78e4e6779d: Layer already exists [2024-09-11T02:28:51.259Z] b553369d35df: Layer already exists [2024-09-11T02:28:51.259Z] 6bfed2659bef: Layer already exists [2024-09-11T02:28:51.259Z] daa47bd2cea4: Layer already exists [2024-09-11T02:28:51.259Z] f9f116f5adf4: Layer already exists [2024-09-11T02:28:51.259Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:51.530Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:51.910Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:52.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-09-11T02:28:52.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-11T02:28:52.300Z] ec78e4e6779d: Preparing [2024-09-11T02:28:52.300Z] b553369d35df: Preparing [2024-09-11T02:28:52.300Z] 9bc02ed6ebbd: Preparing [2024-09-11T02:28:52.300Z] ef177b78a2de: Preparing [2024-09-11T02:28:52.300Z] 4191554ad4a7: Preparing [2024-09-11T02:28:52.300Z] 6bfed2659bef: Preparing [2024-09-11T02:28:52.300Z] daa47bd2cea4: Preparing [2024-09-11T02:28:52.300Z] f9f116f5adf4: Preparing [2024-09-11T02:28:52.300Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:52.300Z] 6bfed2659bef: Waiting [2024-09-11T02:28:52.300Z] daa47bd2cea4: Waiting [2024-09-11T02:28:52.300Z] f9f116f5adf4: Waiting [2024-09-11T02:28:52.300Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:52.300Z] ec78e4e6779d: Layer already exists [2024-09-11T02:28:52.300Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:52.300Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:52.300Z] 9bc02ed6ebbd: Layer already exists [2024-09-11T02:28:52.300Z] b553369d35df: Layer already exists [2024-09-11T02:28:52.300Z] daa47bd2cea4: Layer already exists [2024-09-11T02:28:52.300Z] f9f116f5adf4: Layer already exists [2024-09-11T02:28:52.300Z] 6bfed2659bef: Layer already exists [2024-09-11T02:28:52.300Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:28:52.573Z] main: digest: sha256:1a72841f593bdf50ed28f4004bd5fdc2668eb6d35e9be6ba5f0a6c663bc07dc6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:28:52.665Z] ===================================================== [Pipeline] echo [2024-09-11T02:28:52.681Z] taggedImages: [2024-09-11T02:28:52.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:28:52.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-11T02:28:52.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.72 [2024-09-11T02:28:52.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:28:52.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-09-11T02:28:52.712Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-09-11T02:28:52.712Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:28:52.712Z] latest [2024-09-11T02:28:52.712Z] 3.2.0-dev.72 [2024-09-11T02:28:52.712Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:28:52.712Z] main [2024-09-11T02:28:52.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:53.103Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:28:53.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:28:53.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-11T02:28:53.470Z] 36fc9d2cefd8: Preparing [2024-09-11T02:28:53.470Z] 5d1c5555106e: Preparing [2024-09-11T02:28:53.470Z] 99180f772bec: Preparing [2024-09-11T02:28:53.470Z] ef177b78a2de: Preparing [2024-09-11T02:28:53.470Z] 4191554ad4a7: Preparing [2024-09-11T02:28:53.470Z] 8f996510cd66: Preparing [2024-09-11T02:28:53.470Z] 083d5febee37: Preparing [2024-09-11T02:28:53.470Z] 8f996510cd66: Waiting [2024-09-11T02:28:53.470Z] c2acecbeb4ae: Preparing [2024-09-11T02:28:53.470Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:28:53.470Z] 083d5febee37: Waiting [2024-09-11T02:28:53.470Z] c2acecbeb4ae: Waiting [2024-09-11T02:28:53.470Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:28:53.470Z] 4191554ad4a7: Layer already exists [2024-09-11T02:28:53.470Z] ef177b78a2de: Layer already exists [2024-09-11T02:28:53.737Z] 083d5febee37: Layer already exists [2024-09-11T02:28:53.737Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:28:53.737Z] 5d1c5555106e: Pushed [2024-09-11T02:28:53.737Z] 36fc9d2cefd8: Pushed [2024-09-11T02:28:53.737Z] 99180f772bec: Pushed [2024-09-11T02:28:53.737Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:15.775Z] 8f996510cd66: Pushed [2024-09-11T02:29:15.775Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:16.127Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:16.473Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-11T02:29:16.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-11T02:29:16.474Z] 36fc9d2cefd8: Preparing [2024-09-11T02:29:16.474Z] 5d1c5555106e: Preparing [2024-09-11T02:29:16.474Z] 99180f772bec: Preparing [2024-09-11T02:29:16.474Z] ef177b78a2de: Preparing [2024-09-11T02:29:16.474Z] 4191554ad4a7: Preparing [2024-09-11T02:29:16.474Z] 8f996510cd66: Preparing [2024-09-11T02:29:16.474Z] 083d5febee37: Preparing [2024-09-11T02:29:16.474Z] 8f996510cd66: Waiting [2024-09-11T02:29:16.474Z] c2acecbeb4ae: Preparing [2024-09-11T02:29:16.474Z] 083d5febee37: Waiting [2024-09-11T02:29:16.474Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:16.474Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:16.474Z] c2acecbeb4ae: Waiting [2024-09-11T02:29:16.474Z] 5d1c5555106e: Layer already exists [2024-09-11T02:29:16.474Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:16.474Z] 36fc9d2cefd8: Layer already exists [2024-09-11T02:29:16.474Z] 99180f772bec: Layer already exists [2024-09-11T02:29:16.474Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:16.474Z] 8f996510cd66: Layer already exists [2024-09-11T02:29:16.474Z] 083d5febee37: Layer already exists [2024-09-11T02:29:16.474Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:16.474Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:29:16.737Z] latest: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:17.101Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:17.451Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.72 [2024-09-11T02:29:17.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-11T02:29:17.451Z] 36fc9d2cefd8: Preparing [2024-09-11T02:29:17.451Z] 5d1c5555106e: Preparing [2024-09-11T02:29:17.451Z] 99180f772bec: Preparing [2024-09-11T02:29:17.451Z] ef177b78a2de: Preparing [2024-09-11T02:29:17.451Z] 4191554ad4a7: Preparing [2024-09-11T02:29:17.451Z] 8f996510cd66: Preparing [2024-09-11T02:29:17.451Z] 083d5febee37: Preparing [2024-09-11T02:29:17.451Z] c2acecbeb4ae: Preparing [2024-09-11T02:29:17.451Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:17.451Z] 083d5febee37: Waiting [2024-09-11T02:29:17.451Z] c2acecbeb4ae: Waiting [2024-09-11T02:29:17.451Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:17.451Z] 8f996510cd66: Waiting [2024-09-11T02:29:17.451Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:17.451Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:17.451Z] 5d1c5555106e: Layer already exists [2024-09-11T02:29:17.451Z] 36fc9d2cefd8: Layer already exists [2024-09-11T02:29:17.451Z] 99180f772bec: Layer already exists [2024-09-11T02:29:17.451Z] 8f996510cd66: Layer already exists [2024-09-11T02:29:17.451Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:29:17.451Z] 083d5febee37: Layer already exists [2024-09-11T02:29:17.451Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:17.715Z] 3.2.0-dev.72: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:18.078Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:18.431Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:18.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-11T02:29:18.431Z] 36fc9d2cefd8: Preparing [2024-09-11T02:29:18.431Z] 5d1c5555106e: Preparing [2024-09-11T02:29:18.431Z] 99180f772bec: Preparing [2024-09-11T02:29:18.431Z] ef177b78a2de: Preparing [2024-09-11T02:29:18.431Z] 4191554ad4a7: Preparing [2024-09-11T02:29:18.431Z] 8f996510cd66: Preparing [2024-09-11T02:29:18.431Z] 083d5febee37: Preparing [2024-09-11T02:29:18.431Z] c2acecbeb4ae: Preparing [2024-09-11T02:29:18.431Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:18.431Z] 083d5febee37: Waiting [2024-09-11T02:29:18.431Z] c2acecbeb4ae: Waiting [2024-09-11T02:29:18.431Z] 8f996510cd66: Waiting [2024-09-11T02:29:18.431Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:18.431Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:18.431Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:18.432Z] 36fc9d2cefd8: Layer already exists [2024-09-11T02:29:18.432Z] 5d1c5555106e: Layer already exists [2024-09-11T02:29:18.432Z] 99180f772bec: Layer already exists [2024-09-11T02:29:18.432Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:18.432Z] 8f996510cd66: Layer already exists [2024-09-11T02:29:18.432Z] 083d5febee37: Layer already exists [2024-09-11T02:29:18.432Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:29:18.696Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:19.070Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:19.426Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-09-11T02:29:19.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-11T02:29:19.426Z] 36fc9d2cefd8: Preparing [2024-09-11T02:29:19.426Z] 5d1c5555106e: Preparing [2024-09-11T02:29:19.426Z] 99180f772bec: Preparing [2024-09-11T02:29:19.426Z] ef177b78a2de: Preparing [2024-09-11T02:29:19.426Z] 4191554ad4a7: Preparing [2024-09-11T02:29:19.426Z] 8f996510cd66: Preparing [2024-09-11T02:29:19.426Z] 083d5febee37: Preparing [2024-09-11T02:29:19.426Z] c2acecbeb4ae: Preparing [2024-09-11T02:29:19.426Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:19.426Z] 8f996510cd66: Waiting [2024-09-11T02:29:19.426Z] 083d5febee37: Waiting [2024-09-11T02:29:19.426Z] c2acecbeb4ae: Waiting [2024-09-11T02:29:19.426Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:34.392Z] 99180f772bec: Layer already exists [2024-09-11T02:29:34.392Z] 36fc9d2cefd8: Layer already exists [2024-09-11T02:29:34.392Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:34.392Z] 5d1c5555106e: Layer already exists [2024-09-11T02:29:34.392Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:34.392Z] 083d5febee37: Layer already exists [2024-09-11T02:29:34.392Z] 8f996510cd66: Layer already exists [2024-09-11T02:29:34.392Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:34.392Z] c2acecbeb4ae: Layer already exists [2024-09-11T02:29:34.392Z] main: digest: sha256:e377123f2d9c346cf08df6472ca06619f1a8775d93716d7c7ebd87e84660fb9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:29:34.484Z] ===================================================== [Pipeline] echo [2024-09-11T02:29:34.502Z] taggedImages: [2024-09-11T02:29:34.502Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:29:34.502Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-11T02:29:34.502Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.72 [2024-09-11T02:29:34.502Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:34.502Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-09-11T02:29:34.534Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-09-11T02:29:34.534Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:29:34.534Z] latest [2024-09-11T02:29:34.534Z] 3.2.0-dev.72 [2024-09-11T02:29:34.534Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:34.534Z] main [2024-09-11T02:29:34.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:35.121Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:35.468Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:29:35.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-11T02:29:35.468Z] d17b9a576df8: Preparing [2024-09-11T02:29:35.468Z] 15b53f8c4cc1: Preparing [2024-09-11T02:29:35.468Z] ef177b78a2de: Preparing [2024-09-11T02:29:35.468Z] 4191554ad4a7: Preparing [2024-09-11T02:29:35.468Z] 58d5d2d0ae21: Preparing [2024-09-11T02:29:35.468Z] 05dbca802757: Preparing [2024-09-11T02:29:35.468Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:35.468Z] 05dbca802757: Waiting [2024-09-11T02:29:35.468Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:35.468Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:35.734Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:35.734Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:35.734Z] d17b9a576df8: Pushed [2024-09-11T02:29:35.734Z] 58d5d2d0ae21: Pushed [2024-09-11T02:29:36.691Z] 05dbca802757: Pushed [2024-09-11T02:29:43.327Z] 15b53f8c4cc1: Pushed [2024-09-11T02:29:43.327Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:43.690Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:44.040Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-11T02:29:44.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-11T02:29:44.040Z] d17b9a576df8: Preparing [2024-09-11T02:29:44.040Z] 15b53f8c4cc1: Preparing [2024-09-11T02:29:44.040Z] ef177b78a2de: Preparing [2024-09-11T02:29:44.040Z] 4191554ad4a7: Preparing [2024-09-11T02:29:44.040Z] 58d5d2d0ae21: Preparing [2024-09-11T02:29:44.040Z] 05dbca802757: Preparing [2024-09-11T02:29:44.040Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:44.040Z] 05dbca802757: Waiting [2024-09-11T02:29:44.040Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:44.040Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:44.040Z] 15b53f8c4cc1: Layer already exists [2024-09-11T02:29:44.040Z] 58d5d2d0ae21: Layer already exists [2024-09-11T02:29:44.040Z] d17b9a576df8: Layer already exists [2024-09-11T02:29:44.040Z] 05dbca802757: Layer already exists [2024-09-11T02:29:44.040Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:44.304Z] latest: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:44.667Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:45.018Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.72 [2024-09-11T02:29:45.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-11T02:29:45.018Z] d17b9a576df8: Preparing [2024-09-11T02:29:45.018Z] 15b53f8c4cc1: Preparing [2024-09-11T02:29:45.018Z] ef177b78a2de: Preparing [2024-09-11T02:29:45.018Z] 4191554ad4a7: Preparing [2024-09-11T02:29:45.018Z] 58d5d2d0ae21: Preparing [2024-09-11T02:29:45.018Z] 05dbca802757: Preparing [2024-09-11T02:29:45.018Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:45.018Z] 05dbca802757: Waiting [2024-09-11T02:29:45.018Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:45.018Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:45.018Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:45.018Z] d17b9a576df8: Layer already exists [2024-09-11T02:29:45.018Z] 15b53f8c4cc1: Layer already exists [2024-09-11T02:29:45.018Z] 58d5d2d0ae21: Layer already exists [2024-09-11T02:29:45.018Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:45.018Z] 05dbca802757: Layer already exists [2024-09-11T02:29:45.283Z] 3.2.0-dev.72: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:45.641Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:45.991Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:45.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-11T02:29:45.991Z] d17b9a576df8: Preparing [2024-09-11T02:29:45.991Z] 15b53f8c4cc1: Preparing [2024-09-11T02:29:45.991Z] ef177b78a2de: Preparing [2024-09-11T02:29:45.991Z] 4191554ad4a7: Preparing [2024-09-11T02:29:45.991Z] 58d5d2d0ae21: Preparing [2024-09-11T02:29:45.991Z] 05dbca802757: Preparing [2024-09-11T02:29:45.991Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:45.991Z] 05dbca802757: Waiting [2024-09-11T02:29:45.991Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:45.991Z] 58d5d2d0ae21: Layer already exists [2024-09-11T02:29:45.991Z] d17b9a576df8: Layer already exists [2024-09-11T02:29:45.991Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:45.991Z] 15b53f8c4cc1: Layer already exists [2024-09-11T02:29:45.991Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:45.991Z] 05dbca802757: Layer already exists [2024-09-11T02:29:45.991Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:46.256Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:46.607Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:46.960Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-09-11T02:29:46.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-11T02:29:46.960Z] d17b9a576df8: Preparing [2024-09-11T02:29:46.960Z] 15b53f8c4cc1: Preparing [2024-09-11T02:29:46.960Z] ef177b78a2de: Preparing [2024-09-11T02:29:46.960Z] 4191554ad4a7: Preparing [2024-09-11T02:29:46.960Z] 58d5d2d0ae21: Preparing [2024-09-11T02:29:46.960Z] 05dbca802757: Preparing [2024-09-11T02:29:46.960Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:46.960Z] 05dbca802757: Waiting [2024-09-11T02:29:46.960Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:46.960Z] d17b9a576df8: Layer already exists [2024-09-11T02:29:46.960Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:46.960Z] 58d5d2d0ae21: Layer already exists [2024-09-11T02:29:46.960Z] 15b53f8c4cc1: Layer already exists [2024-09-11T02:29:46.960Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:46.960Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:46.960Z] 05dbca802757: Layer already exists [2024-09-11T02:29:47.225Z] main: digest: sha256:42154c987b01bae697e2312376023d4334003801b5ea50768cb8eab0c3dacb47 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:29:47.309Z] ===================================================== [Pipeline] echo [2024-09-11T02:29:47.326Z] taggedImages: [2024-09-11T02:29:47.326Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:29:47.326Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-11T02:29:47.326Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.72 [2024-09-11T02:29:47.326Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:47.326Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-09-11T02:29:47.356Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-09-11T02:29:47.356Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:29:47.356Z] latest [2024-09-11T02:29:47.356Z] 3.2.0-dev.72 [2024-09-11T02:29:47.356Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:47.356Z] main [2024-09-11T02:29:47.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:47.737Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:48.089Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:29:48.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-11T02:29:48.089Z] 043087898659: Preparing [2024-09-11T02:29:48.089Z] b4b735382752: Preparing [2024-09-11T02:29:48.089Z] ef177b78a2de: Preparing [2024-09-11T02:29:48.089Z] 4191554ad4a7: Preparing [2024-09-11T02:29:48.089Z] 52edfe742f7e: Preparing [2024-09-11T02:29:48.089Z] 7cdb7845921b: Preparing [2024-09-11T02:29:48.089Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:48.089Z] 7cdb7845921b: Waiting [2024-09-11T02:29:48.089Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:48.089Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:48.089Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:48.354Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:48.354Z] 52edfe742f7e: Pushed [2024-09-11T02:29:48.354Z] 043087898659: Pushed [2024-09-11T02:29:48.621Z] 7cdb7845921b: Pushed [2024-09-11T02:29:56.799Z] b4b735382752: Pushed [2024-09-11T02:29:56.799Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:57.166Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:57.527Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-11T02:29:57.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-11T02:29:57.527Z] 043087898659: Preparing [2024-09-11T02:29:57.527Z] b4b735382752: Preparing [2024-09-11T02:29:57.527Z] ef177b78a2de: Preparing [2024-09-11T02:29:57.527Z] 4191554ad4a7: Preparing [2024-09-11T02:29:57.527Z] 52edfe742f7e: Preparing [2024-09-11T02:29:57.527Z] 7cdb7845921b: Preparing [2024-09-11T02:29:57.527Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:57.527Z] 7cdb7845921b: Waiting [2024-09-11T02:29:57.527Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:57.527Z] b4b735382752: Layer already exists [2024-09-11T02:29:57.527Z] 043087898659: Layer already exists [2024-09-11T02:29:57.527Z] 52edfe742f7e: Layer already exists [2024-09-11T02:29:57.527Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:57.527Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:57.527Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:57.527Z] 7cdb7845921b: Layer already exists [2024-09-11T02:29:57.792Z] latest: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:58.152Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:58.510Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.72 [2024-09-11T02:29:58.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-11T02:29:58.511Z] 043087898659: Preparing [2024-09-11T02:29:58.511Z] b4b735382752: Preparing [2024-09-11T02:29:58.511Z] ef177b78a2de: Preparing [2024-09-11T02:29:58.511Z] 4191554ad4a7: Preparing [2024-09-11T02:29:58.511Z] 52edfe742f7e: Preparing [2024-09-11T02:29:58.511Z] 7cdb7845921b: Preparing [2024-09-11T02:29:58.511Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:58.511Z] 7cdb7845921b: Waiting [2024-09-11T02:29:58.511Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:58.511Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:58.511Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:58.511Z] 52edfe742f7e: Layer already exists [2024-09-11T02:29:58.511Z] 043087898659: Layer already exists [2024-09-11T02:29:58.511Z] b4b735382752: Layer already exists [2024-09-11T02:29:58.511Z] 7cdb7845921b: Layer already exists [2024-09-11T02:29:58.511Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:58.511Z] 3.2.0-dev.72: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:58.866Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:59.226Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:29:59.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-11T02:29:59.226Z] 043087898659: Preparing [2024-09-11T02:29:59.226Z] b4b735382752: Preparing [2024-09-11T02:29:59.226Z] ef177b78a2de: Preparing [2024-09-11T02:29:59.226Z] 4191554ad4a7: Preparing [2024-09-11T02:29:59.226Z] 52edfe742f7e: Preparing [2024-09-11T02:29:59.226Z] 7cdb7845921b: Preparing [2024-09-11T02:29:59.226Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:29:59.226Z] 7cdb7845921b: Waiting [2024-09-11T02:29:59.226Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:29:59.226Z] b4b735382752: Layer already exists [2024-09-11T02:29:59.226Z] 4191554ad4a7: Layer already exists [2024-09-11T02:29:59.226Z] 52edfe742f7e: Layer already exists [2024-09-11T02:29:59.226Z] ef177b78a2de: Layer already exists [2024-09-11T02:29:59.226Z] 043087898659: Layer already exists [2024-09-11T02:29:59.226Z] 7cdb7845921b: Layer already exists [2024-09-11T02:29:59.226Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:29:59.490Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:29:59.840Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:00.181Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-09-11T02:30:00.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-11T02:30:00.181Z] 043087898659: Preparing [2024-09-11T02:30:00.181Z] b4b735382752: Preparing [2024-09-11T02:30:00.181Z] ef177b78a2de: Preparing [2024-09-11T02:30:00.181Z] 4191554ad4a7: Preparing [2024-09-11T02:30:00.181Z] 52edfe742f7e: Preparing [2024-09-11T02:30:00.181Z] 7cdb7845921b: Preparing [2024-09-11T02:30:00.181Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:30:00.181Z] 7cdb7845921b: Waiting [2024-09-11T02:30:00.181Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:30:00.181Z] 043087898659: Layer already exists [2024-09-11T02:30:00.181Z] ef177b78a2de: Layer already exists [2024-09-11T02:30:00.181Z] 52edfe742f7e: Layer already exists [2024-09-11T02:30:00.181Z] 4191554ad4a7: Layer already exists [2024-09-11T02:30:00.181Z] b4b735382752: Layer already exists [2024-09-11T02:30:00.181Z] 7cdb7845921b: Layer already exists [2024-09-11T02:30:00.181Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:30:00.445Z] main: digest: sha256:8d6c4d9f9644c0be20e1928aae55d69767d727d506f38e633532c8903d3cb6ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:30:00.530Z] ===================================================== [Pipeline] echo [2024-09-11T02:30:00.558Z] taggedImages: [2024-09-11T02:30:00.558Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:30:00.558Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-11T02:30:00.558Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.72 [2024-09-11T02:30:00.558Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:30:00.558Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-09-11T02:30:00.593Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-09-11T02:30:00.593Z] 31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:30:00.593Z] latest [2024-09-11T02:30:00.593Z] 3.2.0-dev.72 [2024-09-11T02:30:00.593Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:30:00.593Z] main [2024-09-11T02:30:00.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:00.990Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:01.353Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:30:01.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-11T02:30:01.353Z] d077d2d343c7: Preparing [2024-09-11T02:30:01.353Z] 69caba2827a3: Preparing [2024-09-11T02:30:01.353Z] ef177b78a2de: Preparing [2024-09-11T02:30:01.353Z] 4191554ad4a7: Preparing [2024-09-11T02:30:01.353Z] a72cbe695e0a: Preparing [2024-09-11T02:30:01.353Z] 236219d60f3d: Preparing [2024-09-11T02:30:01.353Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:30:01.353Z] 236219d60f3d: Waiting [2024-09-11T02:30:01.353Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:30:01.353Z] ef177b78a2de: Layer already exists [2024-09-11T02:30:01.633Z] 4191554ad4a7: Layer already exists [2024-09-11T02:30:01.633Z] a72cbe695e0a: Layer already exists [2024-09-11T02:30:01.633Z] 236219d60f3d: Layer already exists [2024-09-11T02:30:01.633Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:30:01.633Z] d077d2d343c7: Pushed [2024-09-11T02:30:08.272Z] 69caba2827a3: Pushed [2024-09-11T02:30:08.540Z] 31004d15d58f507a4eebe19040194a3f4f45cec1: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:08.906Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:09.254Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-11T02:30:09.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-11T02:30:09.254Z] d077d2d343c7: Preparing [2024-09-11T02:30:09.254Z] 69caba2827a3: Preparing [2024-09-11T02:30:09.254Z] ef177b78a2de: Preparing [2024-09-11T02:30:09.254Z] 4191554ad4a7: Preparing [2024-09-11T02:30:09.254Z] a72cbe695e0a: Preparing [2024-09-11T02:30:09.254Z] 236219d60f3d: Preparing [2024-09-11T02:30:09.254Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:30:09.254Z] 236219d60f3d: Waiting [2024-09-11T02:30:09.254Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:30:09.254Z] d077d2d343c7: Layer already exists [2024-09-11T02:30:09.254Z] 69caba2827a3: Layer already exists [2024-09-11T02:30:09.254Z] ef177b78a2de: Layer already exists [2024-09-11T02:30:09.254Z] a72cbe695e0a: Layer already exists [2024-09-11T02:30:09.254Z] 4191554ad4a7: Layer already exists [2024-09-11T02:30:09.254Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:30:09.254Z] 236219d60f3d: Layer already exists [2024-09-11T02:30:09.518Z] latest: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:09.887Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:10.235Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.72 [2024-09-11T02:30:10.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-11T02:30:10.235Z] d077d2d343c7: Preparing [2024-09-11T02:30:10.235Z] 69caba2827a3: Preparing [2024-09-11T02:30:10.235Z] ef177b78a2de: Preparing [2024-09-11T02:30:10.235Z] 4191554ad4a7: Preparing [2024-09-11T02:30:10.235Z] a72cbe695e0a: Preparing [2024-09-11T02:30:10.235Z] 236219d60f3d: Preparing [2024-09-11T02:30:10.235Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:30:10.235Z] 236219d60f3d: Waiting [2024-09-11T02:30:10.235Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:30:10.235Z] 4191554ad4a7: Layer already exists [2024-09-11T02:30:10.235Z] a72cbe695e0a: Layer already exists [2024-09-11T02:30:10.235Z] ef177b78a2de: Layer already exists [2024-09-11T02:30:10.235Z] 69caba2827a3: Layer already exists [2024-09-11T02:30:10.235Z] d077d2d343c7: Layer already exists [2024-09-11T02:30:10.235Z] 236219d60f3d: Layer already exists [2024-09-11T02:30:10.235Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:30:10.235Z] 3.2.0-dev.72: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:10.855Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:11.207Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:30:11.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-11T02:30:11.207Z] d077d2d343c7: Preparing [2024-09-11T02:30:11.207Z] 69caba2827a3: Preparing [2024-09-11T02:30:11.207Z] ef177b78a2de: Preparing [2024-09-11T02:30:11.207Z] 4191554ad4a7: Preparing [2024-09-11T02:30:11.207Z] a72cbe695e0a: Preparing [2024-09-11T02:30:11.207Z] 236219d60f3d: Preparing [2024-09-11T02:30:11.207Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:30:11.207Z] 236219d60f3d: Waiting [2024-09-11T02:30:11.207Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:30:11.207Z] 4191554ad4a7: Layer already exists [2024-09-11T02:30:11.207Z] d077d2d343c7: Layer already exists [2024-09-11T02:30:11.207Z] ef177b78a2de: Layer already exists [2024-09-11T02:30:11.207Z] a72cbe695e0a: Layer already exists [2024-09-11T02:30:11.207Z] 69caba2827a3: Layer already exists [2024-09-11T02:30:11.207Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:30:11.207Z] 236219d60f3d: Layer already exists [2024-09-11T02:30:11.472Z] 31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:11.838Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:12.191Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-09-11T02:30:12.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-11T02:30:12.191Z] d077d2d343c7: Preparing [2024-09-11T02:30:12.191Z] 69caba2827a3: Preparing [2024-09-11T02:30:12.191Z] ef177b78a2de: Preparing [2024-09-11T02:30:12.191Z] 4191554ad4a7: Preparing [2024-09-11T02:30:12.191Z] a72cbe695e0a: Preparing [2024-09-11T02:30:12.191Z] 236219d60f3d: Preparing [2024-09-11T02:30:12.191Z] 4aeaa0e7d41f: Preparing [2024-09-11T02:30:12.191Z] 236219d60f3d: Waiting [2024-09-11T02:30:12.191Z] 4aeaa0e7d41f: Waiting [2024-09-11T02:30:12.191Z] 69caba2827a3: Layer already exists [2024-09-11T02:30:12.191Z] ef177b78a2de: Layer already exists [2024-09-11T02:30:12.191Z] 4191554ad4a7: Layer already exists [2024-09-11T02:30:12.191Z] d077d2d343c7: Layer already exists [2024-09-11T02:30:12.191Z] a72cbe695e0a: Layer already exists [2024-09-11T02:30:12.191Z] 4aeaa0e7d41f: Layer already exists [2024-09-11T02:30:12.191Z] 236219d60f3d: Layer already exists [2024-09-11T02:30:12.456Z] main: digest: sha256:23d1880259a5cd2239f32e2dea6c8a3948cb7ec9abf5bb38392ac5466598f171 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-11T02:30:12.544Z] ===================================================== [Pipeline] echo [2024-09-11T02:30:12.558Z] taggedImages: [2024-09-11T02:30:12.558Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1 [2024-09-11T02:30:12.558Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-11T02:30:12.558Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.72 [2024-09-11T02:30:12.558Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:31004d15d58f507a4eebe19040194a3f4f45cec1-3.2.0-dev.72 [2024-09-11T02:30:12.558Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:12.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-11T02:30:12.959Z] [2024-09-11T02:30:12.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:13.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-11T02:30:13.299Z] arm64: Pulling from edgex-lftools-log-publisher [2024-09-11T02:30:13.299Z] 8998bd30e6a1: Pulling fs layer [2024-09-11T02:30:13.299Z] 04944245beec: Pulling fs layer [2024-09-11T02:30:13.299Z] 699f458cf7ca: Pulling fs layer [2024-09-11T02:30:13.299Z] 765212b225bb: Pulling fs layer [2024-09-11T02:30:13.299Z] f23df028b6ca: Pulling fs layer [2024-09-11T02:30:13.299Z] d65c8cfc05b1: Pulling fs layer [2024-09-11T02:30:13.299Z] 2437ff75d9bd: Pulling fs layer [2024-09-11T02:30:13.299Z] 765212b225bb: Waiting [2024-09-11T02:30:13.299Z] f23df028b6ca: Waiting [2024-09-11T02:30:13.299Z] d65c8cfc05b1: Waiting [2024-09-11T02:30:13.299Z] 2437ff75d9bd: Waiting [2024-09-11T02:30:13.566Z] 04944245beec: Verifying Checksum [2024-09-11T02:30:13.566Z] 04944245beec: Download complete [2024-09-11T02:30:13.566Z] 765212b225bb: Verifying Checksum [2024-09-11T02:30:13.566Z] 765212b225bb: Download complete [2024-09-11T02:30:13.566Z] f23df028b6ca: Verifying Checksum [2024-09-11T02:30:13.566Z] f23df028b6ca: Download complete [2024-09-11T02:30:13.566Z] d65c8cfc05b1: Verifying Checksum [2024-09-11T02:30:13.566Z] d65c8cfc05b1: Download complete [2024-09-11T02:30:13.566Z] 699f458cf7ca: Verifying Checksum [2024-09-11T02:30:13.566Z] 699f458cf7ca: Download complete [2024-09-11T02:30:14.151Z] 8998bd30e6a1: Verifying Checksum [2024-09-11T02:30:14.151Z] 8998bd30e6a1: Download complete [2024-09-11T02:30:16.728Z] 2437ff75d9bd: Verifying Checksum [2024-09-11T02:30:16.728Z] 2437ff75d9bd: Download complete [2024-09-11T02:30:19.303Z] 8998bd30e6a1: Pull complete [2024-09-11T02:30:19.303Z] 04944245beec: Pull complete [2024-09-11T02:30:20.707Z] 699f458cf7ca: Pull complete [2024-09-11T02:30:20.971Z] 765212b225bb: Pull complete [2024-09-11T02:30:21.927Z] f23df028b6ca: Pull complete [2024-09-11T02:30:21.927Z] d65c8cfc05b1: Pull complete [2024-09-11T02:30:40.216Z] 2437ff75d9bd: Pull complete [2024-09-11T02:30:40.216Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-09-11T02:30:40.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-11T02:30:40.216Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:30:40.439Z] prd-ubuntu20.04-docker-arm64-4c-16g-10063 does not seem to be running inside a container [2024-09-11T02:30:40.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-09-11T02:30:43.464Z] $ docker top 0d09595b5aff2262a413cb81b0eeabf1bdb3c834dcfdf875d6807f9068e5108e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:30:44.418Z] ---> job-cost.sh [2024-09-11T02:30:44.418Z] lf-activate-venv: SKIPPING [2024-09-11T02:30:44.418Z] INFO: No Stack... [2024-09-11T02:30:44.995Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-09-11T02:30:45.570Z] INFO: Archiving Costs [Pipeline] sh [2024-09-11T02:30:46.204Z] + cat /w/workspace/edgex-go/693/archives/cost.csv [2024-09-11T02:30:46.204Z] + cut -d, -f6 [Pipeline] lock [2024-09-11T02:30:46.239Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-693-stack-cost] [2024-09-11T02:30:46.249Z] Resource [jenkins-edgexfoundry-edgex-go-main-693-stack-cost] did not exist. Created. [2024-09-11T02:30:46.255Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-693-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-11T02:30:46.898Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-09-11T02:30:47.582Z] Stashed 1 file(s) [Pipeline] } [2024-09-11T02:30:47.595Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-693-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-11T02:30:47.615Z] $ docker stop --time=1 0d09595b5aff2262a413cb81b0eeabf1bdb3c834dcfdf875d6807f9068e5108e [2024-09-11T02:30:49.120Z] $ docker rm -f --volumes 0d09595b5aff2262a413cb81b0eeabf1bdb3c834dcfdf875d6807f9068e5108e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-09-11T02:30:49.738Z] provisioning config files... [2024-09-11T02:30:49.747Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/693@tmp/config2179662505016470533tmp [Pipeline] { [Pipeline] sh [2024-09-11T02:30:50.048Z] + set +x [2024-09-11T02:30:50.048Z] + curl -s https://codecov.io/bash [2024-09-11T02:30:50.048Z] + bash -s -- [2024-09-11T02:30:50.048Z] [2024-09-11T02:30:50.048Z] _____ _ [2024-09-11T02:30:50.048Z] / ____| | | [2024-09-11T02:30:50.048Z] | | ___ __| | ___ ___ _____ __ [2024-09-11T02:30:50.048Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-09-11T02:30:50.048Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-09-11T02:30:50.048Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-09-11T02:30:50.048Z] Bash-1.0.6 [2024-09-11T02:30:50.048Z] [2024-09-11T02:30:50.048Z] [2024-09-11T02:30:50.048Z] ==> git version 2.25.1 found [2024-09-11T02:30:50.048Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-09-11T02:30:50.048Z] Release-Date: 2020-01-08 [2024-09-11T02:30:50.048Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-09-11T02:30:50.048Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-09-11T02:30:50.048Z] ==> Jenkins CI detected. [2024-09-11T02:30:50.048Z] current dir:  /w/workspace/edgex-go/693 [2024-09-11T02:30:50.048Z] project root: . [2024-09-11T02:30:50.048Z] --> token set from env [2024-09-11T02:30:50.048Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-09-11T02:30:50.048Z] ==> Running gcov in . (disable via -X gcov) [2024-09-11T02:30:50.048Z] ==> Python coveragepy not found [2024-09-11T02:30:50.048Z] ==> Searching for coverage reports in: [2024-09-11T02:30:50.048Z] + . [2024-09-11T02:30:50.310Z] -> Found 1 reports [2024-09-11T02:30:50.310Z] ==> Detecting git/mercurial file structure [2024-09-11T02:30:50.310Z] ==> Reading reports [2024-09-11T02:30:50.310Z] + ./coverage.out bytes=546549 [2024-09-11T02:30:50.310Z] ==> Appending adjustments [2024-09-11T02:30:50.310Z] https://docs.codecov.io/docs/fixing-reports [2024-09-11T02:30:51.694Z] + Found adjustments [2024-09-11T02:30:51.694Z] ==> Gzipping contents [2024-09-11T02:30:51.694Z] 68K /tmp/codecov.uQq5vK.gz [2024-09-11T02:30:51.694Z] ==> Uploading reports [2024-09-11T02:30:51.694Z] url: https://codecov.io [2024-09-11T02:30:51.694Z] query: branch=main&commit=31004d15d58f507a4eebe19040194a3f4f45cec1&build=693&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F693%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-11T02:30:51.694Z] -> Pinging Codecov [2024-09-11T02:30:51.694Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=31004d15d58f507a4eebe19040194a3f4f45cec1&build=693&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F693%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-11T02:30:51.694Z] -> Uploading to [2024-09-11T02:30:51.694Z] https://storage.googleapis.com/codecov/v4/raw/2024-09-11/00271124DB129430A58F1EEE437C3FCB/31004d15d58f507a4eebe19040194a3f4f45cec1/4c36b6b4-08de-433c-8344-15eebae8b635.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240911%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240911T023051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6ab61ab3e94f65d04bd2a795cdade596d48f513c6baf874be151cc473bdad7d5 [2024-09-11T02:30:51.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:30:51.694Z] Dload Upload Total Spent Left Speed [2024-09-11T02:30:52.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68255 0 0 100 68255 0 218k --:--:-- --:--:-- --:--:-- 218k [2024-09-11T02:30:52.264Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/31004d15d58f507a4eebe19040194a3f4f45cec1 [Pipeline] } [2024-09-11T02:30:52.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-09-11T02:30:52.531Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-09-11T02:30:52.552Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:52.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-11T02:30:52.946Z] [2024-09-11T02:30:52.946Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:30:53.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-11T02:30:53.287Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-09-11T02:30:53.287Z] 619be1103602: Already exists [2024-09-11T02:30:53.287Z] f8ea3408117e: Pulling fs layer [2024-09-11T02:30:53.287Z] 91320369b822: Pulling fs layer [2024-09-11T02:30:53.287Z] 0406650e8295: Pulling fs layer [2024-09-11T02:30:53.287Z] 4f4fb700ef54: Pulling fs layer [2024-09-11T02:30:53.287Z] 96d80e3f36e1: Pulling fs layer [2024-09-11T02:30:53.287Z] bcf3aedb951c: Pulling fs layer [2024-09-11T02:30:53.287Z] 4f4fb700ef54: Waiting [2024-09-11T02:30:53.287Z] 96d80e3f36e1: Waiting [2024-09-11T02:30:53.287Z] bcf3aedb951c: Waiting [2024-09-11T02:30:53.287Z] 0406650e8295: Verifying Checksum [2024-09-11T02:30:53.287Z] 0406650e8295: Download complete [2024-09-11T02:30:53.287Z] f8ea3408117e: Download complete [2024-09-11T02:30:53.287Z] 4f4fb700ef54: Verifying Checksum [2024-09-11T02:30:53.287Z] 4f4fb700ef54: Download complete [2024-09-11T02:30:53.548Z] f8ea3408117e: Pull complete [2024-09-11T02:30:53.548Z] 96d80e3f36e1: Verifying Checksum [2024-09-11T02:30:53.548Z] 96d80e3f36e1: Download complete [2024-09-11T02:30:53.808Z] 91320369b822: Verifying Checksum [2024-09-11T02:30:53.808Z] 91320369b822: Download complete [2024-09-11T02:30:54.375Z] bcf3aedb951c: Verifying Checksum [2024-09-11T02:30:57.668Z] 91320369b822: Pull complete [2024-09-11T02:30:57.668Z] 0406650e8295: Pull complete [2024-09-11T02:30:57.668Z] 4f4fb700ef54: Pull complete [2024-09-11T02:30:57.928Z] 96d80e3f36e1: Pull complete [2024-09-11T02:31:03.196Z] bcf3aedb951c: Pull complete [2024-09-11T02:31:03.196Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-09-11T02:31:03.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-11T02:31:03.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:31:03.320Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T02:31:03.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-09-11T02:31:11.798Z] $ docker top 45f5d689b0885700119a3c53a467e682556957be324f65e2f970a1c8eefbf41c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-11T02:31:12.162Z] + git config --global --add safe.directory /w/workspace/edgex-go/693 [Pipeline] echo [2024-09-11T02:31:12.173Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-09-11T02:31:12.452Z] + set -o pipefail [2024-09-11T02:31:12.452Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-09-11T02:31:22.546Z] [2024-09-11T02:31:22.546Z] Monitoring /w/workspace/edgex-go/693 (github.com/edgexfoundry/edgex-go)... [2024-09-11T02:31:22.546Z] [2024-09-11T02:31:22.546Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/0a115f8d-3541-4baf-a8bc-833e6fc7a8ed [2024-09-11T02:31:22.546Z] [2024-09-11T02:31:22.546Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-09-11T02:31:22.546Z] [2024-09-11T02:31:22.546Z] [2024-09-11T02:31:22.546Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-09-11T02:31:22.546Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-09-11T02:31:22.550Z] $ docker stop --time=1 45f5d689b0885700119a3c53a467e682556957be324f65e2f970a1c8eefbf41c [2024-09-11T02:31:29.240Z] $ docker rm -f --volumes 45f5d689b0885700119a3c53a467e682556957be324f65e2f970a1c8eefbf41c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-09-11T02:31:29.839Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-11T02:31:29.862Z] provisioning config files... [2024-09-11T02:31:29.870Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/693@tmp/config18167417970695987425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:31:30.173Z] --> edgex-publish-swagger.sh [2024-09-11T02:31:30.174Z] === Publish openapi/v3 API === [2024-09-11T02:31:30.174Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-09-11T02:31:30.174Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/693/openapi/v3/core-command.yaml] [2024-09-11T02:31:30.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:30.174Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:30.434Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 78613 --:--:-- --:--:-- --:--:-- 78425 100 32782 0 0 100 32782 0 78613 --:--:-- --:--:-- --:--:-- 78425 [2024-09-11T02:31:30.434Z] [2024-09-11T02:31:30.434Z] [2024-09-11T02:31:30.434Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/693/openapi/v3/core-data.yaml] [2024-09-11T02:31:30.434Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:30.434Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:31.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 177k --:--:-- --:--:-- --:--:-- 177k [2024-09-11T02:31:31.006Z] [2024-09-11T02:31:31.006Z] [2024-09-11T02:31:31.006Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/693/openapi/v3/core-keeper.yaml] [2024-09-11T02:31:31.007Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:31.007Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:31.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 294 143k --:--:-- --:--:-- --:--:-- 143k [2024-09-11T02:31:31.266Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-11T02:31:31.267Z] [2024-09-11T02:31:31.267Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/693/openapi/v3/core-metadata.yaml] [2024-09-11T02:31:31.267Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:31.267Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:31.526Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 148k 0 0 100 148k 0 729k --:--:-- --:--:-- --:--:-- 729k 100 149k 100 156 100 148k 436 417k --:--:-- --:--:-- --:--:-- 416k [2024-09-11T02:31:31.526Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-11T02:31:31.526Z] [2024-09-11T02:31:31.526Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/693/openapi/v3/support-cron-scheduler.yaml] [2024-09-11T02:31:31.526Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:31.526Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:31.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 271 194k --:--:-- --:--:-- --:--:-- 195k [2024-09-11T02:31:31.784Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-11T02:31:31.784Z] [2024-09-11T02:31:31.784Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/693/openapi/v3/support-notifications.yaml] [2024-09-11T02:31:31.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:31.784Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:32.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 508 277k --:--:-- --:--:-- --:--:-- 278k [2024-09-11T02:31:32.043Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-11T02:31:32.043Z] [2024-09-11T02:31:32.043Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/693/openapi/v3/support-scheduler.yaml] [2024-09-11T02:31:32.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-11T02:31:32.043Z] Dload Upload Total Spent Left Speed [2024-09-11T02:31:32.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 496 114k --:--:-- --:--:-- --:--:-- 115k 100 37110 100 156 100 36954 496 114k --:--:-- --:--:-- --:--:-- 115k [2024-09-11T02:31:32.612Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-11T02:31:32.612Z] [Pipeline] } [2024-09-11T02:31:32.619Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-09-11T02:31:33.086Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-11T02:31:33.086Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:31:33.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-11T02:31:33.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:31:33.489Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T02:31:33.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-11T02:31:34.065Z] $ docker top 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 -eo pid,comm [2024-09-11T02:31:34.128Z] 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). [2024-09-11T02:31:34.128Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-11T02:31:34.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-11T02:31:34.190Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-11T02:31:34.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-11T02:31:34.320Z] $ docker exec 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 ssh-agent [2024-09-11T02:31:34.473Z] SSH_AUTH_SOCK=/tmp/ssh-VX18eeDX6kK1/agent.23 [2024-09-11T02:31:34.473Z] SSH_AGENT_PID=39 [2024-09-11T02:31:34.479Z] Running ssh-add (command line suppressed) [2024-09-11T02:31:34.571Z] Identity added: /w/workspace/edgex-go/693@tmp/private_key_14323128563282980482.key (/w/workspace/edgex-go/693@tmp/private_key_14323128563282980482.key) [2024-09-11T02:31:34.594Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-11T02:31:34.895Z] + git semver tag [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,079 [run_tag] DEBUG tag force:False [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,079 [check_head_tag] DEBUG check head tag [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,082 [execute] INFO git cat-file --batch-check [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,082 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=) [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,086 [execute] INFO git cat-file --batch [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=) [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,127 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,127 [execute] INFO git tag -a v3.2.0-dev.72 -m v3.2.0-dev.72 [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,127 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.72', '-m', 'v3.2.0-dev.72'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=None) [2024-09-11T02:31:35.156Z] 2024-09-11 02:31:35,132 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T02:31:35.156Z] 3.2.0-dev.72 [Pipeline] } [2024-09-11T02:31:35.416Z] $ docker exec --env ******** --env ******** 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 ssh-agent -k [2024-09-11T02:31:35.518Z] unset SSH_AUTH_SOCK; [2024-09-11T02:31:35.518Z] unset SSH_AGENT_PID; [2024-09-11T02:31:35.519Z] echo Agent pid 39 killed; [2024-09-11T02:31:35.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-11T02:31:35.879Z] + git semver [Pipeline] } [2024-09-11T02:31:36.144Z] $ docker stop --time=1 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 [2024-09-11T02:31:37.420Z] $ docker rm -f --volumes 9e753f69ab7660295ccaabced7df0aec4d2a5551ce4c0495d3d8a4ff4101cbd2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:31:37.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-11T02:31:37.856Z] [2024-09-11T02:31:37.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:31:38.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-11T02:31:38.168Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-09-11T02:31:38.168Z] ab5ef0e58194: Pulling fs layer [2024-09-11T02:31:38.168Z] 9712f1f96733: Pulling fs layer [2024-09-11T02:31:38.168Z] 63f879dbbcfc: Pulling fs layer [2024-09-11T02:31:38.168Z] 0d9ebad4ef96: Pulling fs layer [2024-09-11T02:31:38.168Z] e9a5061849ea: Pulling fs layer [2024-09-11T02:31:38.168Z] d747dcd14b5f: Pulling fs layer [2024-09-11T02:31:38.168Z] 2de7ff778b66: Pulling fs layer [2024-09-11T02:31:38.168Z] 0d9ebad4ef96: Waiting [2024-09-11T02:31:38.168Z] d747dcd14b5f: Waiting [2024-09-11T02:31:38.168Z] e9a5061849ea: Waiting [2024-09-11T02:31:38.168Z] 9712f1f96733: Verifying Checksum [2024-09-11T02:31:38.168Z] 9712f1f96733: Download complete [2024-09-11T02:31:38.427Z] 63f879dbbcfc: Verifying Checksum [2024-09-11T02:31:38.427Z] 63f879dbbcfc: Download complete [2024-09-11T02:31:38.686Z] e9a5061849ea: Verifying Checksum [2024-09-11T02:31:38.686Z] e9a5061849ea: Download complete [2024-09-11T02:31:38.686Z] d747dcd14b5f: Download complete [2024-09-11T02:31:38.686Z] 0d9ebad4ef96: Verifying Checksum [2024-09-11T02:31:38.686Z] 0d9ebad4ef96: Download complete [2024-09-11T02:31:38.686Z] ab5ef0e58194: Verifying Checksum [2024-09-11T02:31:38.686Z] ab5ef0e58194: Download complete [2024-09-11T02:31:38.944Z] 2de7ff778b66: Download complete [2024-09-11T02:31:41.481Z] ab5ef0e58194: Pull complete [2024-09-11T02:31:41.481Z] 9712f1f96733: Pull complete [2024-09-11T02:31:42.414Z] 63f879dbbcfc: Pull complete [2024-09-11T02:31:46.601Z] 0d9ebad4ef96: Pull complete [2024-09-11T02:31:46.601Z] e9a5061849ea: Pull complete [2024-09-11T02:31:46.601Z] d747dcd14b5f: Pull complete [2024-09-11T02:31:47.976Z] 2de7ff778b66: Pull complete [2024-09-11T02:31:47.976Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-09-11T02:31:47.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-11T02:31:47.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:31:48.074Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T02:31:48.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-09-11T02:31:57.939Z] $ docker top b2310d1dcd25488f5cac2f8812a6bb4fdeab86e289a82a9d27d4272411ad5555 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-09-11T02:31:58.029Z] provisioning config files... [2024-09-11T02:31:58.035Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/693@tmp/config5308146761516048718tmp [2024-09-11T02:31:58.045Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/693@tmp/config11742546801492635914tmp [2024-09-11T02:31:58.054Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/693@tmp/config4356149967916445797tmp [Pipeline] { [Pipeline] echo [2024-09-11T02:31:58.168Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:31:58.477Z] ---> sigul-configuration.sh [2024-09-11T02:31:58.477Z] gpg: directory `/root/.gnupg' created [2024-09-11T02:31:58.477Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-09-11T02:31:58.477Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-09-11T02:31:58.477Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-09-11T02:31:58.477Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-09-11T02:31:58.477Z] gpg: CAST5 encrypted data [2024-09-11T02:31:58.477Z] gpg: encrypted with 1 passphrase [2024-09-11T02:31:58.477Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-09-11T02:31:58.772Z] + mkdir /home/jenkins [2024-09-11T02:31:58.772Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-09-11T02:31:59.071Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-09-11T02:31:59.085Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:31:59.377Z] ---> sigul-install.sh [2024-09-11T02:31:59.378Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-09-11T02:31:59.673Z] + git tag --list [2024-09-11T02:31:59.674Z] 0.6.0 [2024-09-11T02:31:59.674Z] 0.6.1 [2024-09-11T02:31:59.674Z] 0.7.0 [2024-09-11T02:31:59.674Z] 0.7.1 [2024-09-11T02:31:59.674Z] v1.0.0 [2024-09-11T02:31:59.674Z] v1.0.1 [2024-09-11T02:31:59.674Z] v1.1.0 [2024-09-11T02:31:59.674Z] v1.2.0 [2024-09-11T02:31:59.674Z] v1.2.1 [2024-09-11T02:31:59.674Z] v1.3.0 [2024-09-11T02:31:59.674Z] v1.3.1 [2024-09-11T02:31:59.674Z] v2.0.0 [2024-09-11T02:31:59.674Z] v2.1.0 [2024-09-11T02:31:59.674Z] v2.1.1 [2024-09-11T02:31:59.674Z] v2.2.0 [2024-09-11T02:31:59.674Z] v2.3.0 [2024-09-11T02:31:59.674Z] v3.0 [2024-09-11T02:31:59.674Z] v3.0.0 [2024-09-11T02:31:59.674Z] v3.1 [2024-09-11T02:31:59.674Z] v3.1.0 [2024-09-11T02:31:59.674Z] v3.1.0-dev.1 [2024-09-11T02:31:59.674Z] v3.1.0-dev.10 [2024-09-11T02:31:59.674Z] v3.1.0-dev.11 [2024-09-11T02:31:59.674Z] v3.1.0-dev.12 [2024-09-11T02:31:59.674Z] v3.1.0-dev.13 [2024-09-11T02:31:59.674Z] v3.1.0-dev.14 [2024-09-11T02:31:59.674Z] v3.1.0-dev.15 [2024-09-11T02:31:59.674Z] v3.1.0-dev.16 [2024-09-11T02:31:59.674Z] v3.1.0-dev.17 [2024-09-11T02:31:59.674Z] v3.1.0-dev.18 [2024-09-11T02:31:59.674Z] v3.1.0-dev.19 [2024-09-11T02:31:59.674Z] v3.1.0-dev.2 [2024-09-11T02:31:59.674Z] v3.1.0-dev.20 [2024-09-11T02:31:59.674Z] v3.1.0-dev.21 [2024-09-11T02:31:59.674Z] v3.1.0-dev.22 [2024-09-11T02:31:59.674Z] v3.1.0-dev.23 [2024-09-11T02:31:59.674Z] v3.1.0-dev.24 [2024-09-11T02:31:59.674Z] v3.1.0-dev.25 [2024-09-11T02:31:59.674Z] v3.1.0-dev.26 [2024-09-11T02:31:59.674Z] v3.1.0-dev.27 [2024-09-11T02:31:59.674Z] v3.1.0-dev.28 [2024-09-11T02:31:59.674Z] v3.1.0-dev.29 [2024-09-11T02:31:59.674Z] v3.1.0-dev.3 [2024-09-11T02:31:59.674Z] v3.1.0-dev.30 [2024-09-11T02:31:59.674Z] v3.1.0-dev.31 [2024-09-11T02:31:59.674Z] v3.1.0-dev.32 [2024-09-11T02:31:59.674Z] v3.1.0-dev.33 [2024-09-11T02:31:59.674Z] v3.1.0-dev.34 [2024-09-11T02:31:59.674Z] v3.1.0-dev.35 [2024-09-11T02:31:59.674Z] v3.1.0-dev.36 [2024-09-11T02:31:59.674Z] v3.1.0-dev.37 [2024-09-11T02:31:59.674Z] v3.1.0-dev.38 [2024-09-11T02:31:59.674Z] v3.1.0-dev.39 [2024-09-11T02:31:59.674Z] v3.1.0-dev.4 [2024-09-11T02:31:59.674Z] v3.1.0-dev.40 [2024-09-11T02:31:59.674Z] v3.1.0-dev.41 [2024-09-11T02:31:59.674Z] v3.1.0-dev.42 [2024-09-11T02:31:59.674Z] v3.1.0-dev.43 [2024-09-11T02:31:59.674Z] v3.1.0-dev.44 [2024-09-11T02:31:59.674Z] v3.1.0-dev.45 [2024-09-11T02:31:59.674Z] v3.1.0-dev.46 [2024-09-11T02:31:59.674Z] v3.1.0-dev.47 [2024-09-11T02:31:59.674Z] v3.1.0-dev.48 [2024-09-11T02:31:59.674Z] v3.1.0-dev.49 [2024-09-11T02:31:59.674Z] v3.1.0-dev.5 [2024-09-11T02:31:59.674Z] v3.1.0-dev.50 [2024-09-11T02:31:59.674Z] v3.1.0-dev.51 [2024-09-11T02:31:59.674Z] v3.1.0-dev.52 [2024-09-11T02:31:59.674Z] v3.1.0-dev.53 [2024-09-11T02:31:59.674Z] v3.1.0-dev.54 [2024-09-11T02:31:59.674Z] v3.1.0-dev.55 [2024-09-11T02:31:59.674Z] v3.1.0-dev.56 [2024-09-11T02:31:59.674Z] v3.1.0-dev.57 [2024-09-11T02:31:59.674Z] v3.1.0-dev.58 [2024-09-11T02:31:59.674Z] v3.1.0-dev.59 [2024-09-11T02:31:59.674Z] v3.1.0-dev.6 [2024-09-11T02:31:59.674Z] v3.1.0-dev.60 [2024-09-11T02:31:59.674Z] v3.1.0-dev.61 [2024-09-11T02:31:59.674Z] v3.1.0-dev.62 [2024-09-11T02:31:59.674Z] v3.1.0-dev.63 [2024-09-11T02:31:59.674Z] v3.1.0-dev.64 [2024-09-11T02:31:59.674Z] v3.1.0-dev.65 [2024-09-11T02:31:59.674Z] v3.1.0-dev.66 [2024-09-11T02:31:59.674Z] v3.1.0-dev.67 [2024-09-11T02:31:59.674Z] v3.1.0-dev.68 [2024-09-11T02:31:59.674Z] v3.1.0-dev.69 [2024-09-11T02:31:59.674Z] v3.1.0-dev.7 [2024-09-11T02:31:59.674Z] v3.1.0-dev.70 [2024-09-11T02:31:59.674Z] v3.1.0-dev.71 [2024-09-11T02:31:59.674Z] v3.1.0-dev.72 [2024-09-11T02:31:59.674Z] v3.1.0-dev.73 [2024-09-11T02:31:59.674Z] v3.1.0-dev.8 [2024-09-11T02:31:59.674Z] v3.1.0-dev.9 [2024-09-11T02:31:59.674Z] v3.1.1 [2024-09-11T02:31:59.674Z] v3.1.1-dev.1 [2024-09-11T02:31:59.674Z] v3.1.1-dev.2 [2024-09-11T02:31:59.674Z] v3.2.0-dev.1 [2024-09-11T02:31:59.674Z] v3.2.0-dev.10 [2024-09-11T02:31:59.674Z] v3.2.0-dev.11 [2024-09-11T02:31:59.674Z] v3.2.0-dev.12 [2024-09-11T02:31:59.674Z] v3.2.0-dev.13 [2024-09-11T02:31:59.674Z] v3.2.0-dev.14 [2024-09-11T02:31:59.674Z] v3.2.0-dev.15 [2024-09-11T02:31:59.674Z] v3.2.0-dev.16 [2024-09-11T02:31:59.674Z] v3.2.0-dev.17 [2024-09-11T02:31:59.674Z] v3.2.0-dev.18 [2024-09-11T02:31:59.674Z] v3.2.0-dev.19 [2024-09-11T02:31:59.674Z] v3.2.0-dev.2 [2024-09-11T02:31:59.674Z] v3.2.0-dev.20 [2024-09-11T02:31:59.674Z] v3.2.0-dev.21 [2024-09-11T02:31:59.674Z] v3.2.0-dev.22 [2024-09-11T02:31:59.674Z] v3.2.0-dev.23 [2024-09-11T02:31:59.674Z] v3.2.0-dev.24 [2024-09-11T02:31:59.674Z] v3.2.0-dev.25 [2024-09-11T02:31:59.674Z] v3.2.0-dev.26 [2024-09-11T02:31:59.674Z] v3.2.0-dev.27 [2024-09-11T02:31:59.674Z] v3.2.0-dev.28 [2024-09-11T02:31:59.674Z] v3.2.0-dev.29 [2024-09-11T02:31:59.674Z] v3.2.0-dev.3 [2024-09-11T02:31:59.674Z] v3.2.0-dev.30 [2024-09-11T02:31:59.674Z] v3.2.0-dev.31 [2024-09-11T02:31:59.674Z] v3.2.0-dev.32 [2024-09-11T02:31:59.674Z] v3.2.0-dev.33 [2024-09-11T02:31:59.674Z] v3.2.0-dev.34 [2024-09-11T02:31:59.674Z] v3.2.0-dev.35 [2024-09-11T02:31:59.674Z] v3.2.0-dev.36 [2024-09-11T02:31:59.674Z] v3.2.0-dev.37 [2024-09-11T02:31:59.674Z] v3.2.0-dev.38 [2024-09-11T02:31:59.674Z] v3.2.0-dev.39 [2024-09-11T02:31:59.674Z] v3.2.0-dev.4 [2024-09-11T02:31:59.674Z] v3.2.0-dev.40 [2024-09-11T02:31:59.674Z] v3.2.0-dev.41 [2024-09-11T02:31:59.674Z] v3.2.0-dev.42 [2024-09-11T02:31:59.674Z] v3.2.0-dev.43 [2024-09-11T02:31:59.674Z] v3.2.0-dev.44 [2024-09-11T02:31:59.674Z] v3.2.0-dev.45 [2024-09-11T02:31:59.674Z] v3.2.0-dev.46 [2024-09-11T02:31:59.674Z] v3.2.0-dev.47 [2024-09-11T02:31:59.674Z] v3.2.0-dev.48 [2024-09-11T02:31:59.674Z] v3.2.0-dev.49 [2024-09-11T02:31:59.674Z] v3.2.0-dev.5 [2024-09-11T02:31:59.674Z] v3.2.0-dev.50 [2024-09-11T02:31:59.674Z] v3.2.0-dev.51 [2024-09-11T02:31:59.674Z] v3.2.0-dev.52 [2024-09-11T02:31:59.674Z] v3.2.0-dev.53 [2024-09-11T02:31:59.674Z] v3.2.0-dev.54 [2024-09-11T02:31:59.674Z] v3.2.0-dev.55 [2024-09-11T02:31:59.674Z] v3.2.0-dev.56 [2024-09-11T02:31:59.674Z] v3.2.0-dev.57 [2024-09-11T02:31:59.674Z] v3.2.0-dev.58 [2024-09-11T02:31:59.674Z] v3.2.0-dev.59 [2024-09-11T02:31:59.674Z] v3.2.0-dev.6 [2024-09-11T02:31:59.674Z] v3.2.0-dev.60 [2024-09-11T02:31:59.674Z] v3.2.0-dev.61 [2024-09-11T02:31:59.674Z] v3.2.0-dev.62 [2024-09-11T02:31:59.674Z] v3.2.0-dev.63 [2024-09-11T02:31:59.674Z] v3.2.0-dev.64 [2024-09-11T02:31:59.674Z] v3.2.0-dev.65 [2024-09-11T02:31:59.674Z] v3.2.0-dev.66 [2024-09-11T02:31:59.674Z] v3.2.0-dev.67 [2024-09-11T02:31:59.674Z] v3.2.0-dev.68 [2024-09-11T02:31:59.674Z] v3.2.0-dev.69 [2024-09-11T02:31:59.674Z] v3.2.0-dev.7 [2024-09-11T02:31:59.674Z] v3.2.0-dev.70 [2024-09-11T02:31:59.674Z] v3.2.0-dev.71 [2024-09-11T02:31:59.674Z] v3.2.0-dev.72 [2024-09-11T02:31:59.674Z] v3.2.0-dev.8 [2024-09-11T02:31:59.674Z] v3.2.0-dev.9 [Pipeline] sh [2024-09-11T02:31:59.971Z] + lftools sign git-tag v3.2.0-dev.72 [2024-09-11T02:32:00.641Z] Signing Git tag with Sigul... [2024-09-11T02:32:00.641Z] Signing v3.2.0-dev.72 [Pipeline] echo [2024-09-11T02:32:04.852Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:05.145Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-09-11T02:32:05.154Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-09-11T02:32:05.176Z] $ docker stop --time=1 b2310d1dcd25488f5cac2f8812a6bb4fdeab86e289a82a9d27d4272411ad5555 [2024-09-11T02:32:06.474Z] $ docker rm -f --volumes b2310d1dcd25488f5cac2f8812a6bb4fdeab86e289a82a9d27d4272411ad5555 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-09-11T02:32:06.944Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-11T02:32:06.944Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:32:07.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-11T02:32:07.253Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:32:07.335Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T02:32:07.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-11T02:32:07.698Z] $ docker top 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 -eo pid,comm [2024-09-11T02:32:07.757Z] 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). [2024-09-11T02:32:07.757Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-11T02:32:07.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-11T02:32:07.823Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-11T02:32:07.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-11T02:32:07.924Z] $ docker exec 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 ssh-agent [2024-09-11T02:32:08.041Z] SSH_AUTH_SOCK=/tmp/ssh-KwYrTbUNq8oO/agent.31 [2024-09-11T02:32:08.041Z] SSH_AGENT_PID=37 [2024-09-11T02:32:08.045Z] Running ssh-add (command line suppressed) [2024-09-11T02:32:08.153Z] Identity added: /w/workspace/edgex-go/693@tmp/private_key_5943882550007465351.key (/w/workspace/edgex-go/693@tmp/private_key_5943882550007465351.key) [2024-09-11T02:32:08.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-11T02:32:08.471Z] + git semver bump pre [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,630 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,630 [bump_version] DEBUG bumping version:3.2.0-dev.72 on axis:pre with prefix:dev [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,630 [bump_version] DEBUG bumped version:3.2.0-dev.73 [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,630 [write_version] DEBUG write version:3.2.0-dev.73 to path:/w/workspace/edgex-go/693/.semver/main with force:True [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,630 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,630 [write_file] DEBUG write to file:/w/workspace/edgex-go/693/.semver/main [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,632 [execute] INFO git cat-file --batch-check [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=) [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,637 [execute] INFO git cat-file --batch [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,638 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=) [2024-09-11T02:32:08.731Z] 2024-09-11 02:32:08,643 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T02:32:08.731Z] 3.2.0-dev.73 [Pipeline] } [2024-09-11T02:32:08.732Z] $ docker exec --env ******** --env ******** 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 ssh-agent -k [2024-09-11T02:32:08.840Z] unset SSH_AUTH_SOCK; [2024-09-11T02:32:08.840Z] unset SSH_AGENT_PID; [2024-09-11T02:32:08.840Z] echo Agent pid 37 killed; [2024-09-11T02:32:08.859Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-11T02:32:09.194Z] + git semver [Pipeline] } [2024-09-11T02:32:09.457Z] $ docker stop --time=1 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 [2024-09-11T02:32:10.804Z] $ docker rm -f --volumes 01e96b1f24015e22bf83ffd0960f58cdf3637883d26a29ec743e42203d78c769 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-11T02:32:11.164Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-11T02:32:11.164Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:32:11.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-11T02:32:11.470Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:32:11.561Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T02:32:11.581Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-11T02:32:12.373Z] $ docker top 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-11T02:32:12.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-11T02:32:12.500Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-11T02:32:12.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-11T02:32:12.604Z] $ docker exec 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c ssh-agent [2024-09-11T02:32:12.719Z] SSH_AUTH_SOCK=/tmp/ssh-4NS4ewnvnPP9/agent.32 [2024-09-11T02:32:12.719Z] SSH_AGENT_PID=38 [2024-09-11T02:32:12.723Z] Running ssh-add (command line suppressed) [2024-09-11T02:32:12.819Z] Identity added: /w/workspace/edgex-go/693@tmp/private_key_1086085953903499758.key (/w/workspace/edgex-go/693@tmp/private_key_1086085953903499758.key) [2024-09-11T02:32:12.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-11T02:32:13.135Z] + git semver push [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,316 [run_push] DEBUG push [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,317 [execute] INFO git cat-file --batch-check [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,317 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=) [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,321 [execute] INFO git rev-list fb793c701d55ded88256ac2649a0b94ecc726309 -- [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,322 [execute] DEBUG Popen(['git', 'rev-list', 'fb793c701d55ded88256ac2649a0b94ecc726309', '--'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,336 [execute] INFO git fetch -v origin [2024-09-11T02:32:13.394Z] 2024-09-11 02:32:13,336 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=True, shell=None, istream=None) [2024-09-11T02:32:14.334Z] 2024-09-11 02:32:14,205 [run_push] DEBUG no remote changes detected [2024-09-11T02:32:14.334Z] 2024-09-11 02:32:14,205 [execute] INFO git push origin semver [2024-09-11T02:32:14.334Z] 2024-09-11 02:32:14,206 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/693/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-11T02:32:15.272Z] 2024-09-11 02:32:15,220 [run_push] DEBUG push all version tags [2024-09-11T02:32:15.272Z] 2024-09-11 02:32:15,220 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-09-11T02:32:15.272Z] 2024-09-11 02:32:15,220 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/693, universal_newlines=False, shell=None, istream=None) [2024-09-11T02:32:16.210Z] 2024-09-11 02:32:16,180 [read_version] DEBUG read version from /w/workspace/edgex-go/693/.semver/main [2024-09-11T02:32:16.210Z] 3.2.0-dev.73 [Pipeline] } [2024-09-11T02:32:16.210Z] $ docker exec --env ******** --env ******** 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c ssh-agent -k [2024-09-11T02:32:16.295Z] unset SSH_AUTH_SOCK; [2024-09-11T02:32:16.295Z] unset SSH_AGENT_PID; [2024-09-11T02:32:16.296Z] echo Agent pid 38 killed; [2024-09-11T02:32:16.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-11T02:32:16.632Z] + git semver [Pipeline] } [2024-09-11T02:32:16.895Z] $ docker stop --time=1 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c [2024-09-11T02:32:18.362Z] $ docker rm -f --volumes 00796b25e38908bcd24fd1bc4ba4aa823ecacef892c2fca672fc2ed58177b52c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-09-11T02:32:19.013Z] + [ -d /w/workspace/edgex-go/693/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:19.310Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:20.172Z] ---> package-listing.sh [2024-09-11T02:32:20.172Z] ++ facter osfamily [2024-09-11T02:32:20.172Z] ++ tr '[:upper:]' '[:lower:]' [2024-09-11T02:32:20.434Z] + OS_FAMILY=debian [2024-09-11T02:32:20.434Z] + workspace=/w/workspace/edgex-go/693 [2024-09-11T02:32:20.434Z] + START_PACKAGES=/tmp/packages_start.txt [2024-09-11T02:32:20.434Z] + END_PACKAGES=/tmp/packages_end.txt [2024-09-11T02:32:20.434Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-09-11T02:32:20.434Z] + PACKAGES=/tmp/packages_start.txt [2024-09-11T02:32:20.434Z] + '[' /w/workspace/edgex-go/693 ']' [2024-09-11T02:32:20.434Z] + PACKAGES=/tmp/packages_end.txt [2024-09-11T02:32:20.434Z] + case "${OS_FAMILY}" in [2024-09-11T02:32:20.434Z] + dpkg -l [2024-09-11T02:32:20.434Z] + grep '^ii' [2024-09-11T02:32:20.434Z] + '[' -f /tmp/packages_start.txt ']' [2024-09-11T02:32:20.434Z] + '[' -f /tmp/packages_end.txt ']' [2024-09-11T02:32:20.434Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-09-11T02:32:20.434Z] + '[' /w/workspace/edgex-go/693 ']' [2024-09-11T02:32:20.434Z] + mkdir -p /w/workspace/edgex-go/693/archives/ [2024-09-11T02:32:20.434Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/693/archives/ [Pipeline] echo [2024-09-11T02:32:20.447Z] 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/693/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-09-11T02:32:20.726Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:32:21.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-11T02:32:21.296Z] [2024-09-11T02:32:21.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-11T02:32:21.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-11T02:32:21.606Z] latest: Pulling from edgex-lftools-log-publisher [2024-09-11T02:32:21.606Z] 5eb5b503b376: Pulling fs layer [2024-09-11T02:32:21.606Z] 5c69ac0246d0: Pulling fs layer [2024-09-11T02:32:21.606Z] ec43610c2a17: Pulling fs layer [2024-09-11T02:32:21.606Z] 3a2ae6a8a46f: Pulling fs layer [2024-09-11T02:32:21.606Z] 33b1e0a273af: Pulling fs layer [2024-09-11T02:32:21.606Z] 5d3b04190fa2: Pulling fs layer [2024-09-11T02:32:21.606Z] 2f39f015ded8: Pulling fs layer [2024-09-11T02:32:21.606Z] 33b1e0a273af: Waiting [2024-09-11T02:32:21.606Z] 5d3b04190fa2: Waiting [2024-09-11T02:32:21.606Z] 2f39f015ded8: Waiting [2024-09-11T02:32:21.606Z] 3a2ae6a8a46f: Waiting [2024-09-11T02:32:21.606Z] 5c69ac0246d0: Verifying Checksum [2024-09-11T02:32:21.606Z] 5c69ac0246d0: Download complete [2024-09-11T02:32:21.606Z] 3a2ae6a8a46f: Verifying Checksum [2024-09-11T02:32:21.606Z] 3a2ae6a8a46f: Download complete [2024-09-11T02:32:21.606Z] 33b1e0a273af: Verifying Checksum [2024-09-11T02:32:21.606Z] 33b1e0a273af: Download complete [2024-09-11T02:32:21.606Z] 5d3b04190fa2: Download complete [2024-09-11T02:32:21.606Z] ec43610c2a17: Verifying Checksum [2024-09-11T02:32:21.606Z] ec43610c2a17: Download complete [2024-09-11T02:32:21.864Z] 5eb5b503b376: Verifying Checksum [2024-09-11T02:32:21.864Z] 5eb5b503b376: Download complete [2024-09-11T02:32:22.429Z] 2f39f015ded8: Download complete [2024-09-11T02:32:22.995Z] 5eb5b503b376: Pull complete [2024-09-11T02:32:23.254Z] 5c69ac0246d0: Pull complete [2024-09-11T02:32:23.825Z] ec43610c2a17: Pull complete [2024-09-11T02:32:23.825Z] 3a2ae6a8a46f: Pull complete [2024-09-11T02:32:24.085Z] 33b1e0a273af: Pull complete [2024-09-11T02:32:24.085Z] 5d3b04190fa2: Pull complete [2024-09-11T02:32:28.387Z] 2f39f015ded8: Pull complete [2024-09-11T02:32:28.387Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-09-11T02:32:28.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-11T02:32:28.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-11T02:32:28.522Z] prd-ubuntu20.04-docker-8c-8g-10062 does not seem to be running inside a container [2024-09-11T02:32:28.545Z] $ 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/693/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/693 -v /w/workspace/edgex-go/693:/w/workspace/edgex-go/693:rw,z -v /w/workspace/edgex-go/693@tmp:/w/workspace/edgex-go/693@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 [2024-09-11T02:32:33.724Z] $ docker top d84deb7b44c6493654e756f5114a3b0322ccea29433bddb45cb3f3d336c12495 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-11T02:32:34.090Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-09-11T02:32:34.373Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-09-11T02:32:34.657Z] + ls /var/log/sa-host [2024-09-11T02:32:34.657Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-11T02:32:34.828Z] provisioning config files... [2024-09-11T02:32:34.838Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/693@tmp/config394683706262073960tmp [Pipeline] { [Pipeline] echo [2024-09-11T02:32:34.854Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:35.139Z] ---> create-netrc.sh [Pipeline] } [2024-09-11T02:32:35.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:35.505Z] ---> python-tools-install.sh [Pipeline] echo [2024-09-11T02:32:35.516Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:35.801Z] ---> sudo-logs.sh [2024-09-11T02:32:35.801Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-09-11T02:32:35.829Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:36.115Z] ---> job-cost.sh [2024-09-11T02:32:36.115Z] lf-activate-venv: SKIPPING [2024-09-11T02:32:36.115Z] DEBUG: total: 0.10999999940395355 [2024-09-11T02:32:36.115Z] INFO: Retrieving Stack Cost... [2024-09-11T02:32:36.376Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-11T02:32:36.946Z] INFO: Archiving Costs [Pipeline] echo [2024-09-11T02:32:36.960Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-11T02:32:37.239Z] ---> logs-deploy.sh [2024-09-11T02:32:37.239Z] lf-activate-venv: SKIPPING [2024-09-11T02:32:37.239Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/693 [2024-09-11T02:32:37.239Z] INFO: archiving workspace using pattern(s): [2024-09-11T02:32:38.177Z] Archives upload complete. [2024-09-11T02:32:38.177Z] INFO: archiving logs to Nexus