Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a62407a90ca41d87e849251ea1cea1034d4f0a3c 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-ssh7768028746966340129.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh5237614638892507368.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh15141496376798068515.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh13589099222451232706.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-ssh2386162827785190111.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6945 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/662 [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/662 # 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 a62407a90ca41d87e849251ea1cea1034d4f0a3c (main) Commit message: "Merge pull request #4839 from lindseysimple/issue-4836" > 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 a62407a90ca41d87e849251ea1cea1034d4f0a3c # timeout=10 > git rev-list --no-walk c3f3a2e890381eb1becc271f5487954b1eb8b608 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-01T12:27:08.048Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-01T12:27:08.158Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-01T12:27:08.183Z] ========================================================= [2024-08-01T12:27:08.183Z] EdgeX Global Pipelines Version Info [2024-08-01T12:27:08.183Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-01T12:27:08.965Z] ------------------- [2024-08-01T12:27:08.965Z] stable info: [2024-08-01T12:27:08.965Z] ------------------- [2024-08-01T12:27:08.965Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-01T12:27:08.965Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-01T12:27:08.965Z] Message: update stable to v1.0.260 [2024-08-01T12:27:09.552Z] ------------------- [2024-08-01T12:27:09.552Z] experimental info: [2024-08-01T12:27:09.552Z] ------------------- [2024-08-01T12:27:09.552Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-01T12:27:09.552Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-01T12:27:09.552Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-01T12:27:09.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-01T12:27:09.644Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-01T12:27:09.664Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-01T12:27:09.685Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-01T12:27:09.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-01T12:27:09.718Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-01T12:27:09.736Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-01T12:27:09.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-01T12:27:09.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-01T12:27:09.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-01T12:27:09.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-01T12:27:09.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-01T12:27:09.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-01T12:27:09.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-01T12:27:09.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-01T12:27:09.938Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-01T12:27:09.963Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-01T12:27:09.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-01T12:27:10.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-01T12:27:10.036Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-01T12:27:10.059Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-01T12:27:10.080Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-01T12:27:10.101Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-01T12:27:10.123Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-01T12:27:10.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-01T12:27:10.169Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-01T12:27:10.194Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] echo [2024-08-01T12:27:10.216Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a62407a [Pipeline] echo [2024-08-01T12:27:10.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-01T12:27:10.323Z] provisioning config files... [2024-08-01T12:27:10.337Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config6829568531707359362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-01T12:27:10.684Z] ---> ****-login.sh [2024-08-01T12:27:10.684Z] nexus3.edgexfoundry.org:10001 [2024-08-01T12:27:11.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:27:11.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:27:11.624Z] Configure a credential helper to remove this warning. See [2024-08-01T12:27:11.624Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:27:11.624Z] [2024-08-01T12:27:11.624Z] Login Succeeded [2024-08-01T12:27:11.624Z] nexus3.edgexfoundry.org:10002 [2024-08-01T12:27:11.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:27:11.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:27:11.624Z] Configure a credential helper to remove this warning. See [2024-08-01T12:27:11.624Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:27:11.624Z] [2024-08-01T12:27:11.624Z] Login Succeeded [2024-08-01T12:27:11.624Z] nexus3.edgexfoundry.org:10003 [2024-08-01T12:27:11.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:27:11.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:27:11.885Z] Configure a credential helper to remove this warning. See [2024-08-01T12:27:11.885Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:27:11.885Z] [2024-08-01T12:27:11.885Z] Login Succeeded [2024-08-01T12:27:11.885Z] nexus3.edgexfoundry.org:10004 [2024-08-01T12:27:11.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:27:11.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:27:11.885Z] Configure a credential helper to remove this warning. See [2024-08-01T12:27:11.885Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:27:11.885Z] [2024-08-01T12:27:11.885Z] Login Succeeded [2024-08-01T12:27:11.885Z] ****.io [2024-08-01T12:27:12.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:27:12.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:27:12.145Z] Configure a credential helper to remove this warning. See [2024-08-01T12:27:12.145Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:27:12.145Z] [2024-08-01T12:27:12.145Z] Login Succeeded [2024-08-01T12:27:12.145Z] ---> ****-login.sh ends [Pipeline] } [2024-08-01T12:27:12.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-01T12:27:12.481Z] + 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-08-01T12:27:12.481Z] + + cut -d/dirname -f2 cmd/core-command/Dockerfile [2024-08-01T12:27:12.481Z] [2024-08-01T12:27:12.481Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/core-data/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/core-keeper/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/core-metadata/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-spire-agent/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/support-notifications/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-01T12:27:12.481Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-01T12:27:12.481Z] + cut -d/ -f2 [2024-08-01T12:27:12.481Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-01T12:27:12.517Z] 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-08-01T12:27:12.933Z] + git rev-list -1 --merges a62407a90ca41d87e849251ea1cea1034d4f0a3c~1..a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] echo [2024-08-01T12:27:12.946Z] -----------> git rev-list -1 --merges a62407a90ca41d87e849251ea1cea1034d4f0a3c~1..a62407a90ca41d87e849251ea1cea1034d4f0a3c a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:27:12.946Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [false] [Pipeline] sh [2024-08-01T12:27:13.239Z] + git log --format=format:%s -1 a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] echo [2024-08-01T12:27:13.259Z] ========================================================= [2024-08-01T12:27:13.259Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-01T12:27:13.259Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-01T12:27:13.735Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-01T12:27:13.735Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-01T12:27:13.735Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-01T12:27:13.735Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-01T12:27:13.735Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-01T12:27:13.735Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-01T12:27:13.735Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:27:14.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-01T12:27:14.189Z] [2024-08-01T12:27:14.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:27:14.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-01T12:27:14.758Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-01T12:27:14.758Z] b85a868b505f: Pulling fs layer [2024-08-01T12:27:14.758Z] e2be974225ed: Pulling fs layer [2024-08-01T12:27:14.758Z] 339a4e72a1f5: Pulling fs layer [2024-08-01T12:27:14.758Z] 988bab9f4d93: Pulling fs layer [2024-08-01T12:27:14.758Z] 1469e6f7b9e6: Pulling fs layer [2024-08-01T12:27:14.758Z] eaf3925da568: Pulling fs layer [2024-08-01T12:27:14.758Z] bab4dde63d76: Pulling fs layer [2024-08-01T12:27:14.758Z] bde34c3a00c8: Pulling fs layer [2024-08-01T12:27:14.758Z] b352a97aabf1: Pulling fs layer [2024-08-01T12:27:14.758Z] 4872d77fe225: Pulling fs layer [2024-08-01T12:27:14.758Z] 5851b861e8e6: Pulling fs layer [2024-08-01T12:27:14.758Z] b352a97aabf1: Waiting [2024-08-01T12:27:14.758Z] 4872d77fe225: Waiting [2024-08-01T12:27:14.758Z] bab4dde63d76: Waiting [2024-08-01T12:27:14.758Z] bde34c3a00c8: Waiting [2024-08-01T12:27:14.758Z] 988bab9f4d93: Waiting [2024-08-01T12:27:14.758Z] 1469e6f7b9e6: Waiting [2024-08-01T12:27:14.758Z] 5851b861e8e6: Waiting [2024-08-01T12:27:14.758Z] eaf3925da568: Waiting [2024-08-01T12:27:14.758Z] e2be974225ed: Verifying Checksum [2024-08-01T12:27:14.758Z] e2be974225ed: Download complete [2024-08-01T12:27:14.758Z] 988bab9f4d93: Download complete [2024-08-01T12:27:14.758Z] 339a4e72a1f5: Verifying Checksum [2024-08-01T12:27:14.758Z] 339a4e72a1f5: Download complete [2024-08-01T12:27:14.758Z] eaf3925da568: Download complete [2024-08-01T12:27:15.066Z] b85a868b505f: Verifying Checksum [2024-08-01T12:27:15.066Z] b85a868b505f: Download complete [2024-08-01T12:27:15.066Z] 1469e6f7b9e6: Verifying Checksum [2024-08-01T12:27:15.066Z] 1469e6f7b9e6: Download complete [2024-08-01T12:27:15.066Z] bde34c3a00c8: Verifying Checksum [2024-08-01T12:27:15.066Z] bde34c3a00c8: Download complete [2024-08-01T12:27:15.066Z] 4872d77fe225: Verifying Checksum [2024-08-01T12:27:15.066Z] 4872d77fe225: Download complete [2024-08-01T12:27:15.066Z] b352a97aabf1: Download complete [2024-08-01T12:27:15.066Z] 5851b861e8e6: Download complete [2024-08-01T12:27:15.326Z] bab4dde63d76: Verifying Checksum [2024-08-01T12:27:15.326Z] bab4dde63d76: Download complete [2024-08-01T12:27:16.270Z] b85a868b505f: Pull complete [2024-08-01T12:27:16.530Z] e2be974225ed: Pull complete [2024-08-01T12:27:17.114Z] 339a4e72a1f5: Pull complete [2024-08-01T12:27:17.383Z] 988bab9f4d93: Pull complete [2024-08-01T12:27:17.951Z] 1469e6f7b9e6: Pull complete [2024-08-01T12:27:17.951Z] eaf3925da568: Pull complete [2024-08-01T12:27:20.498Z] bab4dde63d76: Pull complete [2024-08-01T12:27:21.437Z] bde34c3a00c8: Pull complete [2024-08-01T12:27:21.697Z] b352a97aabf1: Pull complete [2024-08-01T12:27:21.958Z] 4872d77fe225: Pull complete [2024-08-01T12:27:21.958Z] 5851b861e8e6: Pull complete [2024-08-01T12:27:22.218Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-01T12:27:22.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-01T12:27:22.218Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T12:27:22.417Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T12:27:22.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T12:27:31.240Z] $ docker top 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 -eo pid,comm [2024-08-01T12:27:31.309Z] 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-08-01T12:27:31.309Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-01T12:27:31.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-01T12:27:31.365Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-01T12:27:31.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-01T12:27:31.493Z] $ docker exec 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent [2024-08-01T12:27:31.635Z] SSH_AUTH_SOCK=/tmp/ssh-zmAeJNPxkZ8V/agent.14 [2024-08-01T12:27:31.635Z] SSH_AGENT_PID=22 [2024-08-01T12:27:31.642Z] Running ssh-add (command line suppressed) [2024-08-01T12:27:31.898Z] Identity added: /w/workspace/edgex-go/662@tmp/private_key_15656611733572815098.key (/w/workspace/edgex-go/662@tmp/private_key_15656611733572815098.key) [2024-08-01T12:27:31.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-01T12:27:32.204Z] + git tag --points-at HEAD [Pipeline] } [2024-08-01T12:27:32.213Z] $ docker exec --env ******** --env ******** 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent -k [2024-08-01T12:27:32.323Z] unset SSH_AUTH_SOCK; [2024-08-01T12:27:32.323Z] unset SSH_AGENT_PID; [2024-08-01T12:27:32.323Z] echo Agent pid 22 killed; [2024-08-01T12:27:32.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-01T12:27:32.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-01T12:27:32.376Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-01T12:27:32.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-01T12:27:32.651Z] $ docker exec 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent [2024-08-01T12:27:32.785Z] SSH_AUTH_SOCK=/tmp/ssh-EN730zfuxZHN/agent.71 [2024-08-01T12:27:32.785Z] SSH_AGENT_PID=77 [2024-08-01T12:27:32.790Z] Running ssh-add (command line suppressed) [2024-08-01T12:27:32.930Z] Identity added: /w/workspace/edgex-go/662@tmp/private_key_5332274958312328696.key (/w/workspace/edgex-go/662@tmp/private_key_5332274958312328696.key) [2024-08-01T12:27:32.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-01T12:27:33.246Z] + git semver init [2024-08-01T12:27:33.544Z] 2024-08-01 12:27:33,419 [run_init] DEBUG init version:0.0.0 force:False [2024-08-01T12:27:33.544Z] 2024-08-01 12:27:33,420 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/662/.semver [2024-08-01T12:27:33.544Z] 2024-08-01 12:27:33,421 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/662/.semver [2024-08-01T12:27:33.544Z] 2024-08-01 12:27:33,421 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/662/.semver'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=None) [2024-08-01T12:27:41.712Z] 2024-08-01 12:27:40,566 [append_file] DEBUG append to file:/w/workspace/edgex-go/662/.git/info/exclude [2024-08-01T12:27:41.712Z] 2024-08-01 12:27:40,566 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/662/.semver/main with force:False [2024-08-01T12:27:41.712Z] 2024-08-01 12:27:40,566 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T12:27:41.712Z] 2024-08-01 12:27:40,567 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T12:27:41.712Z] 3.2.0-dev.44 [Pipeline] } [2024-08-01T12:27:41.739Z] $ docker exec --env ******** --env ******** 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 ssh-agent -k [2024-08-01T12:27:41.837Z] unset SSH_AUTH_SOCK; [2024-08-01T12:27:41.838Z] unset SSH_AGENT_PID; [2024-08-01T12:27:41.838Z] echo Agent pid 77 killed; [2024-08-01T12:27:41.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-01T12:27:42.247Z] + git semver [Pipeline] } [2024-08-01T12:27:42.516Z] $ docker stop --time=1 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 [2024-08-01T12:27:44.077Z] $ docker rm -f --volumes 512938bb1ce588a9067578f3c6b4c431d1aab9ddf437b4d3b288b5325b30a0f0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-01T12:27:44.465Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-01T12:27:44.716Z] Stashed 1 file(s) [Pipeline] echo [2024-08-01T12:27:44.719Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.44 [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-08-01T12:27:45.216Z] + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] echo [2024-08-01T12:27:45.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-01T12:27:45.250Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-01T12:27:45.267Z] ========================================================= [2024-08-01T12:27:45.267Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-01T12:27:45.267Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-01T12:27:45.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-01T12:27:45.564Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-01T12:27:45.564Z] 619be1103602: Pulling fs layer [2024-08-01T12:27:45.564Z] 7862e08f4a3e: Pulling fs layer [2024-08-01T12:27:45.564Z] 5df492c9dc93: Pulling fs layer [2024-08-01T12:27:45.564Z] 7629e6793208: Pulling fs layer [2024-08-01T12:27:45.564Z] 4f4fb700ef54: Pulling fs layer [2024-08-01T12:27:45.564Z] fb5054dd5b73: Pulling fs layer [2024-08-01T12:27:45.564Z] eeca6798cff9: Pulling fs layer [2024-08-01T12:27:45.564Z] aa269ceb94a6: Pulling fs layer [2024-08-01T12:27:45.564Z] ada007ff1a6a: Pulling fs layer [2024-08-01T12:27:45.564Z] eeca6798cff9: Waiting [2024-08-01T12:27:45.564Z] aa269ceb94a6: Waiting [2024-08-01T12:27:45.564Z] ada007ff1a6a: Waiting [2024-08-01T12:27:45.564Z] 7629e6793208: Waiting [2024-08-01T12:27:45.564Z] fb5054dd5b73: Waiting [2024-08-01T12:27:45.564Z] 4f4fb700ef54: Waiting [2024-08-01T12:27:45.564Z] 7862e08f4a3e: Download complete [2024-08-01T12:27:45.564Z] 7629e6793208: Verifying Checksum [2024-08-01T12:27:45.564Z] 7629e6793208: Download complete [2024-08-01T12:27:45.564Z] 4f4fb700ef54: Download complete [2024-08-01T12:27:45.564Z] 619be1103602: Verifying Checksum [2024-08-01T12:27:45.564Z] 619be1103602: Download complete [2024-08-01T12:27:45.564Z] fb5054dd5b73: Download complete [2024-08-01T12:27:45.822Z] eeca6798cff9: Verifying Checksum [2024-08-01T12:27:45.822Z] eeca6798cff9: Download complete [2024-08-01T12:27:46.095Z] ada007ff1a6a: Verifying Checksum [2024-08-01T12:27:46.095Z] ada007ff1a6a: Download complete [2024-08-01T12:27:46.354Z] 619be1103602: Pull complete [2024-08-01T12:27:46.354Z] 5df492c9dc93: Verifying Checksum [2024-08-01T12:27:46.354Z] 5df492c9dc93: Download complete [2024-08-01T12:27:46.612Z] 7862e08f4a3e: Pull complete [2024-08-01T12:27:46.870Z] aa269ceb94a6: Verifying Checksum [2024-08-01T12:27:46.870Z] aa269ceb94a6: Download complete [2024-08-01T12:27:51.052Z] 5df492c9dc93: Pull complete [2024-08-01T12:27:51.052Z] 7629e6793208: Pull complete [2024-08-01T12:27:51.052Z] 4f4fb700ef54: Pull complete [2024-08-01T12:27:51.052Z] fb5054dd5b73: Pull complete [2024-08-01T12:27:51.311Z] eeca6798cff9: Pull complete [2024-08-01T12:27:53.880Z] aa269ceb94a6: Pull complete [2024-08-01T12:27:54.514Z] ada007ff1a6a: Pull complete [2024-08-01T12:27:54.514Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-01T12:27:54.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-01T12:27:54.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-01T12:27:54.831Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-01T12:27:54.831Z] WORKDIR /edgex [2024-08-01T12:27:54.831Z] COPY go.mod . [2024-08-01T12:27:54.831Z] RUN go mod download [2024-08-01T12:27:54.831Z] docker build -t ci-base-image-x86_64 -f - . [2024-08-01T12:27:55.772Z] Sending build context to Docker daemon 178.9MB [2024-08-01T12:27:55.772Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-01T12:27:55.772Z] ---> f489d0715acc [2024-08-01T12:27:55.772Z] Step 2/4 : WORKDIR /edgex [2024-08-01T12:27:59.829Z] Still waiting to schedule task [2024-08-01T12:27:59.830Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-08-01T12:28:05.819Z] ---> Running in 8491cf710330 [2024-08-01T12:28:06.079Z] Removing intermediate container 8491cf710330 [2024-08-01T12:28:06.079Z] ---> 919debfde3db [2024-08-01T12:28:06.079Z] Step 3/4 : COPY go.mod . [2024-08-01T12:28:06.338Z] ---> ce6e3accaaad [2024-08-01T12:28:06.338Z] Step 4/4 : RUN go mod download [2024-08-01T12:28:06.338Z] ---> Running in 0a6828f09c07 [2024-08-01T12:28:45.094Z] Removing intermediate container 0a6828f09c07 [2024-08-01T12:28:45.094Z] ---> 723b9720fd96 [2024-08-01T12:28:45.094Z] Successfully built 723b9720fd96 [2024-08-01T12:28:45.094Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:28:45.409Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-01T12:28:45.409Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T12:28:45.490Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T12:28:45.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T12:28:46.269Z] $ docker top 7c13ef41a34e3b10edb646735b6bdb671edb505e275c0f19b1f7ec027afe503f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-01T12:28:46.625Z] + go version [2024-08-01T12:28:46.625Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-01T12:28:46.634Z] $ docker stop --time=1 7c13ef41a34e3b10edb646735b6bdb671edb505e275c0f19b1f7ec027afe503f [2024-08-01T12:28:48.108Z] $ docker rm -f --volumes 7c13ef41a34e3b10edb646735b6bdb671edb505e275c0f19b1f7ec027afe503f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:28:48.577Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-01T12:28:48.578Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T12:28:48.662Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T12:28:48.711Z] $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T12:28:49.425Z] $ docker top b15be1662c3c18d30a52e6ee10b0764cf79edcc80c89938ba0e6cf15eefbf5a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-01T12:28:49.507Z] ========================================================= [2024-08-01T12:28:49.507Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-01T12:28:49.507Z] ========================================================= [Pipeline] sh [2024-08-01T12:28:49.793Z] + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] fileExists [Pipeline] sh [2024-08-01T12:28:50.105Z] + make test [2024-08-01T12:28:50.105Z] go test -race -coverprofile=coverage.out ./... [2024-08-01T12:28:58.223Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-01T12:29:30.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.021s coverage: 28.7% of statements [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-01T12:29:30.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-01T12:29:30.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-01T12:29:30.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-01T12:29:30.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.030s coverage: 97.0% of statements [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-01T12:29:31.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-01T12:29:31.823Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6946 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-01T12:29:31.844Z] Running in /w/workspace/edgex-go/662 [Pipeline] { [Pipeline] checkout [2024-08-01T12:29:31.900Z] The recommended git tool is: git [2024-08-01T12:29:32.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-01T12:29:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-01T12:29:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-01T12:29:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-01T12:29:32.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-01T12:29:34.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.2% of statements [2024-08-01T12:29:34.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.063s coverage: 53.2% of statements [2024-08-01T12:29:34.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.492s coverage: 93.4% of statements [2024-08-01T12:29:34.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 91.7% of statements [2024-08-01T12:29:34.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-01T12:29:34.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-01T12:29:35.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 6.5% of statements [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-01T12:29:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-01T12:29:37.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.398s coverage: 95.8% of statements [2024-08-01T12:29:37.958Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2024-08-01T12:29:38.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.018s coverage: 0.0% of statements [no tests to run] [2024-08-01T12:29:38.525Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-01T12:29:38.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-01T12:29:39.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.048s coverage: 0.8% of statements [2024-08-01T12:29:39.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 30.7% of statements [2024-08-01T12:29:39.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 41.7% of statements [2024-08-01T12:29:39.722Z] using credential edgex-jenkins-ssh [2024-08-01T12:29:39.744Z] Cloning the remote Git repository [2024-08-01T12:29:39.805Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-01T12:29:40.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 77.8% of statements [2024-08-01T12:29:40.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 94.1% of statements [2024-08-01T12:29:40.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements [2024-08-01T12:29:40.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.028s coverage: 87.5% of statements [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-01T12:29:41.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-01T12:29:39.989Z] > git init /w/workspace/edgex-go/662 # timeout=10 [2024-08-01T12:29:40.306Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-01T12:29:40.307Z] > git --version # timeout=10 [2024-08-01T12:29:40.375Z] > git --version # 'git version 2.25.1' [2024-08-01T12:29:40.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-01T12:29:40.554Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-01T12:29:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-01T12:29:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-01T12:29:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-01T12:29:43.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-01T12:29:43.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-01T12:29:43.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-01T12:29:43.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-01T12:29:43.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-01T12:29:43.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-01T12:29:44.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-01T12:29:45.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-01T12:29:46.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-01T12:29:47.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-01T12:29:47.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-01T12:29:50.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-01T12:29:50.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-01T12:29:50.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-01T12:29:51.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-01T12:29:51.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-01T12:29:51.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-01T12:29:53.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.025s coverage: 94.4% of statements [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-01T12:29:53.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-01T12:29:54.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-01T12:29:54.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-01T12:29:54.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-01T12:29:54.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-01T12:29:56.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-01T12:29:56.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-01T12:29:56.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-01T12:29:56.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-01T12:29:57.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-01T12:29:57.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-01T12:29:57.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-01T12:29:57.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-01T12:29:58.349Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-01T12:29:58.369Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-01T12:29:59.193Z] Avoid second fetch [2024-08-01T12:29:59.195Z] Checking out Revision a62407a90ca41d87e849251ea1cea1034d4f0a3c (main) [2024-08-01T12:29:59.970Z] Commit message: "Merge pull request #4839 from lindseysimple/issue-4836" [2024-08-01T12:29:59.209Z] > git config core.sparsecheckout # timeout=10 [2024-08-01T12:29:59.266Z] > git checkout -f a62407a90ca41d87e849251ea1cea1034d4f0a3c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-01T12:30:04.719Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-01T12:30:04.719Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T12:30:04.719Z] Dload Upload Total Spent Left Speed [2024-08-01T12:30:04.719Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 61377 0 --:--:-- --:--:-- --:--:-- 61377 [Pipeline] sh [2024-08-01T12:30:05.046Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-01T12:30:05.365Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-01T12:30:05.365Z] + sudo tee /etc/docker/daemon.new [2024-08-01T12:30:05.365Z] { [2024-08-01T12:30:05.365Z] "registry-mirrors": [ [2024-08-01T12:30:05.366Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-01T12:30:05.366Z] ], [2024-08-01T12:30:05.366Z] "bip": "10.250.0.254/24", [2024-08-01T12:30:05.366Z] "hosts": [ [2024-08-01T12:30:05.366Z] "tcp://0.0.0.0:5555", [2024-08-01T12:30:05.366Z] "unix:///var/run/docker.sock" [2024-08-01T12:30:05.366Z] ], [2024-08-01T12:30:05.366Z] "mtu": 1458, [2024-08-01T12:30:05.366Z] "selinux-enabled": true, [2024-08-01T12:30:05.366Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-01T12:30:05.366Z] } [Pipeline] sh [2024-08-01T12:30:05.697Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-01T12:30:06.034Z] + sudo service docker restart [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.523s coverage: 79.9% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.365s coverage: 92.9% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 67.2% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.038s coverage: 62.3% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 76.6% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.029s coverage: 20.0% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.158s coverage: 63.1% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.019s coverage: 89.4% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 3.392s coverage: 36.5% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 19.9% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.094s coverage: 95.7% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements [2024-08-01T12:30:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.082s coverage: 98.9% of statements [2024-08-01T12:30:10.911Z] 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-08-01T12:30:11.173Z] running golangci-lint [2024-08-01T12:30:11.435Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-01T12:30:11.435Z] go version go1.21.9 linux/amd64 [2024-08-01T12:30:11.696Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-01T12:30:11.696Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-01T12:30:24.316Z] provisioning config files... [2024-08-01T12:30:24.339Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config6474824801233678382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-01T12:30:24.780Z] ---> ****-login.sh [2024-08-01T12:30:24.780Z] nexus3.edgexfoundry.org:10001 [2024-08-01T12:30:25.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:30:25.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:30:25.317Z] Configure a credential helper to remove this warning. See [2024-08-01T12:30:25.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:30:25.317Z] [2024-08-01T12:30:25.317Z] Login Succeeded [2024-08-01T12:30:25.317Z] nexus3.edgexfoundry.org:10002 [2024-08-01T12:30:25.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:30:25.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:30:25.601Z] Configure a credential helper to remove this warning. See [2024-08-01T12:30:25.601Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:30:25.601Z] [2024-08-01T12:30:25.601Z] Login Succeeded [2024-08-01T12:30:25.601Z] nexus3.edgexfoundry.org:10003 [2024-08-01T12:30:25.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:30:26.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:30:26.139Z] Configure a credential helper to remove this warning. See [2024-08-01T12:30:26.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:30:26.139Z] [2024-08-01T12:30:26.139Z] Login Succeeded [2024-08-01T12:30:26.139Z] nexus3.edgexfoundry.org:10004 [2024-08-01T12:30:26.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:30:26.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:30:26.412Z] Configure a credential helper to remove this warning. See [2024-08-01T12:30:26.412Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:30:26.412Z] [2024-08-01T12:30:26.412Z] Login Succeeded [2024-08-01T12:30:26.412Z] ****.io [2024-08-01T12:30:26.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:30:26.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:30:26.950Z] Configure a credential helper to remove this warning. See [2024-08-01T12:30:26.950Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:30:26.950Z] [2024-08-01T12:30:26.950Z] Login Succeeded [2024-08-01T12:30:26.950Z] ---> ****-login.sh ends [Pipeline] } [2024-08-01T12:30:26.965Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-08-01T12:30:27.586Z] + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] echo [2024-08-01T12:30:27.603Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-01T12:30:27.621Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-01T12:30:27.640Z] ========================================================= [2024-08-01T12:30:27.640Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-01T12:30:27.640Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-01T12:30:27.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-01T12:30:27.970Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-01T12:30:27.970Z] c6b39de5b339: Pulling fs layer [2024-08-01T12:30:27.970Z] a69c41024577: Pulling fs layer [2024-08-01T12:30:27.970Z] d6de4b400683: Pulling fs layer [2024-08-01T12:30:27.970Z] 35cb2a7552d0: Pulling fs layer [2024-08-01T12:30:27.970Z] 4f4fb700ef54: Pulling fs layer [2024-08-01T12:30:27.970Z] 464afbd9ba4c: Pulling fs layer [2024-08-01T12:30:27.970Z] 00f215d4a9da: Pulling fs layer [2024-08-01T12:30:27.970Z] d496ad576159: Pulling fs layer [2024-08-01T12:30:27.970Z] 464afbd9ba4c: Waiting [2024-08-01T12:30:27.970Z] 00f215d4a9da: Waiting [2024-08-01T12:30:27.970Z] d496ad576159: Waiting [2024-08-01T12:30:27.970Z] 35cb2a7552d0: Waiting [2024-08-01T12:30:27.970Z] 4f4fb700ef54: Waiting [2024-08-01T12:30:28.238Z] a69c41024577: Verifying Checksum [2024-08-01T12:30:28.238Z] a69c41024577: Download complete [2024-08-01T12:30:28.238Z] 35cb2a7552d0: Verifying Checksum [2024-08-01T12:30:28.238Z] 35cb2a7552d0: Download complete [2024-08-01T12:30:28.238Z] 4f4fb700ef54: Verifying Checksum [2024-08-01T12:30:28.238Z] 4f4fb700ef54: Download complete [2024-08-01T12:30:28.238Z] 464afbd9ba4c: Download complete [2024-08-01T12:30:28.238Z] c6b39de5b339: Verifying Checksum [2024-08-01T12:30:28.238Z] c6b39de5b339: Download complete [2024-08-01T12:30:28.507Z] d496ad576159: Verifying Checksum [2024-08-01T12:30:28.507Z] d496ad576159: Download complete [2024-08-01T12:30:29.094Z] c6b39de5b339: Pull complete [2024-08-01T12:30:29.692Z] a69c41024577: Pull complete [2024-08-01T12:30:29.960Z] d6de4b400683: Verifying Checksum [2024-08-01T12:30:29.960Z] d6de4b400683: Download complete [2024-08-01T12:30:30.923Z] 00f215d4a9da: Download complete [2024-08-01T12:30:38.290Z] level=info msg="[loader] Go packages loading at mode 575 (deps|name|compiled_files|exports_file|files|imports|types_sizes) took 23.098449897s" [2024-08-01T12:30:38.290Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.178231ms" [2024-08-01T12:30:43.243Z] d6de4b400683: Pull complete [2024-08-01T12:30:43.243Z] 35cb2a7552d0: Pull complete [2024-08-01T12:30:43.243Z] 4f4fb700ef54: Pull complete [2024-08-01T12:30:43.243Z] 464afbd9ba4c: Pull complete [2024-08-01T12:30:46.438Z] level=info msg="[linters_context/goanalysis] analyzers took 1m28.727652346s with top 10 stages: buildir: 48.016404459s, gosec: 7.409885958s, inspect: 3.069739528s, fact_deprecated: 2.738328159s, printf: 1.682723908s, ctrlflow: 1.610166759s, fact_purity: 1.261564823s, nilness: 1.210620927s, directives: 1.088326449s, isgenerated: 828.904996ms" [2024-08-01T12:30:46.438Z] level=info msg="[runner] Issues before processing: 213, after processing: 0" [2024-08-01T12:30:46.438Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 213/213, identifier_marker: 213/213, nolint: 0/21, filename_unadjuster: 213/213, path_prettifier: 213/213, skip_dirs: 213/213, autogenerated_exclude: 213/213, exclude: 213/213, skip_files: 213/213, exclude-rules: 21/213" [2024-08-01T12:30:46.438Z] level=info msg="[runner] processing took 14.98554ms with stages: nolint: 6.882704ms, identifier_marker: 3.365975ms, path_prettifier: 1.448557ms, autogenerated_exclude: 1.343174ms, exclude-rules: 1.091728ms, skip_dirs: 808.151µs, cgo: 26.631µs, filename_unadjuster: 14.52µs, max_same_issues: 800ns, uniq_by_line: 500ns, fixer: 470ns, skip_files: 370ns, source_code: 280ns, diff: 270ns, exclude: 250ns, severity-rules: 250ns, sort_results: 240ns, path_prefixer: 230ns, max_from_linter: 170ns, max_per_file_from_linter: 160ns, path_shortener: 110ns" [2024-08-01T12:30:46.438Z] level=info msg="[runner] linters took 10.521709905s with stages: goanalysis_metalinter: 10.506616962s" [2024-08-01T12:30:46.438Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-01T12:30:46.438Z] level=info msg="Memory: 338 samples, avg is 267.2MB, max is 1340.8MB" [2024-08-01T12:30:46.438Z] level=info msg="Execution took 33.664410689s" [2024-08-01T12:30:46.438Z] go vet ./... [2024-08-01T12:30:51.758Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-01T12:30:52.018Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-01T12:30:52.018Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-01T12:30:52.288Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-01T12:30:52.581Z] + ls -al . [2024-08-01T12:30:52.581Z] total 872 [2024-08-01T12:30:52.581Z] drwxrwxr-x 11 1001 1001 4096 Aug 1 12:28 . [2024-08-01T12:30:52.581Z] drwxr-xr-x 4 root root 4096 Aug 1 12:28 .. [2024-08-01T12:30:52.581Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 12:27 .blubracket [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 10 Aug 1 12:27 .dockerignore [2024-08-01T12:30:52.581Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 12:30 .git [2024-08-01T12:30:52.581Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 12:27 .github [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 1102 Aug 1 12:27 .gitignore [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 42 Aug 1 12:27 .golangci.yml [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 100 Aug 1 12:27 .hadolint.yml [2024-08-01T12:30:52.581Z] drwxr-xr-x 3 1001 1001 4096 Aug 1 12:27 .semver [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 155 Aug 1 12:27 .sonarcloud.properties [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 1171 Aug 1 12:27 ADOPTERS.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 20806 Aug 1 12:27 Attribution.txt [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 100284 Aug 1 12:27 CHANGELOG.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 12:27 CONTRIBUTING.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 677 Aug 1 12:27 GOVERNANCE.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 861 Aug 1 12:27 Jenkinsfile [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 12:27 LICENSE [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 16854 Aug 1 12:27 Makefile [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 582 Aug 1 12:27 OWNERS.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 9528 Aug 1 12:27 README.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 789 Aug 1 12:27 SECURITY.md [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 12 Aug 1 12:27 VERSION [2024-08-01T12:30:52.581Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 12:27 bin [2024-08-01T12:30:52.581Z] drwxrwxr-x 20 1001 1001 4096 Aug 1 12:27 cmd [2024-08-01T12:30:52.581Z] -rw-r--r-- 1 root root 504185 Aug 1 12:30 coverage.out [2024-08-01T12:30:52.581Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 12:27 fuzz_test [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 7118 Aug 1 12:27 go.mod [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 101672 Aug 1 12:27 go.sum [2024-08-01T12:30:52.581Z] drwxrwxr-x 7 1001 1001 4096 Aug 1 12:27 internal [2024-08-01T12:30:52.581Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 12:27 openapi [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 584 Aug 1 12:27 security.txt [2024-08-01T12:30:52.581Z] -rw-rw-r-- 1 1001 1001 204 Aug 1 12:27 version.go [Pipeline] sh [2024-08-01T12:30:52.982Z] + '[' -e coverage.out ] [2024-08-01T12:30:52.982Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-01T12:30:53.096Z] Stashed 1 file(s) [Pipeline] sh [2024-08-01T12:30:53.381Z] 00f215d4a9da: Pull complete [2024-08-01T12:30:53.396Z] + make build [2024-08-01T12:30:53.396Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-01T12:30:53.966Z] d496ad576159: Pull complete [2024-08-01T12:30:53.966Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-01T12:30:53.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-01T12:30:53.966Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-01T12:30:54.312Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-01T12:30:54.312Z] WORKDIR /edgex [2024-08-01T12:30:54.312Z] COPY go.mod . [2024-08-01T12:30:54.312Z] RUN go mod download [2024-08-01T12:30:54.312Z] + docker build -t ci-base-image-arm64 -f - . [2024-08-01T12:30:54.900Z] Sending build context to Docker daemon 3.374MB [2024-08-01T12:30:54.900Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-01T12:30:54.900Z] ---> f246e2811388 [2024-08-01T12:30:54.900Z] Step 2/4 : WORKDIR /edgex [2024-08-01T12:30:56.844Z] ---> Running in 438731cb513f [2024-08-01T12:30:56.844Z] Removing intermediate container 438731cb513f [2024-08-01T12:30:56.844Z] ---> b2430d1509bf [2024-08-01T12:30:56.844Z] Step 3/4 : COPY go.mod . [2024-08-01T12:30:57.432Z] ---> d58b01c02290 [2024-08-01T12:30:57.432Z] Step 4/4 : RUN go mod download [2024-08-01T12:30:57.432Z] ---> Running in 28ed3d6736f4 [2024-08-01T12:31:25.515Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-01T12:31:25.515Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-01T12:31:25.515Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-01T12:31:25.515Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-01T12:31:25.773Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-01T12:31:29.954Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-01T12:31:33.241Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-01T12:31:35.241Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-01T12:31:37.787Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-01T12:31:38.360Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-01T12:31:39.300Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-01T12:31:39.879Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-01T12:31:41.327Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-01T12:31:41.912Z] $ docker stop --time=1 b15be1662c3c18d30a52e6ee10b0764cf79edcc80c89938ba0e6cf15eefbf5a5 [2024-08-01T12:31:46.515Z] $ docker rm -f --volumes b15be1662c3c18d30a52e6ee10b0764cf79edcc80c89938ba0e6cf15eefbf5a5 [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-08-01T12:31:48.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-01T12:31:48.063Z] [2024-08-01T12:31:48.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:31:48.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-01T12:31:48.628Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-01T12:31:48.628Z] 91d30c5bc195: Pulling fs layer [2024-08-01T12:31:48.628Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-01T12:31:48.628Z] 9c61dcf015f6: Pulling fs layer [2024-08-01T12:31:48.628Z] 4698f68db338: Pulling fs layer [2024-08-01T12:31:48.628Z] 2a2f49069b9e: Pulling fs layer [2024-08-01T12:31:48.628Z] e0025b399a48: Pulling fs layer [2024-08-01T12:31:48.628Z] 4698f68db338: Waiting [2024-08-01T12:31:48.628Z] 2a2f49069b9e: Waiting [2024-08-01T12:31:48.628Z] e0025b399a48: Waiting [2024-08-01T12:31:48.628Z] 91d30c5bc195: Verifying Checksum [2024-08-01T12:31:48.628Z] 91d30c5bc195: Download complete [2024-08-01T12:31:48.628Z] 4698f68db338: Verifying Checksum [2024-08-01T12:31:48.628Z] 4698f68db338: Download complete [2024-08-01T12:31:48.886Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-01T12:31:48.887Z] 2e9b0aa3be6d: Download complete [2024-08-01T12:31:48.887Z] e0025b399a48: Verifying Checksum [2024-08-01T12:31:48.887Z] e0025b399a48: Download complete [2024-08-01T12:31:48.887Z] 91d30c5bc195: Pull complete [2024-08-01T12:31:48.887Z] 2a2f49069b9e: Verifying Checksum [2024-08-01T12:31:48.887Z] 2a2f49069b9e: Download complete [2024-08-01T12:31:49.487Z] 2e9b0aa3be6d: Pull complete [2024-08-01T12:31:49.487Z] 9c61dcf015f6: Download complete [2024-08-01T12:32:01.705Z] 9c61dcf015f6: Pull complete [2024-08-01T12:32:01.705Z] 4698f68db338: Pull complete [2024-08-01T12:32:02.644Z] 2a2f49069b9e: Pull complete [2024-08-01T12:32:02.644Z] e0025b399a48: Pull complete [2024-08-01T12:32:02.904Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-01T12:32:02.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-01T12:32:02.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T12:32:03.022Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T12:32:03.054Z] $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T12:32:05.299Z] Removing intermediate container 28ed3d6736f4 [2024-08-01T12:32:05.299Z] ---> 64134f176d81 [2024-08-01T12:32:05.299Z] Successfully built 64134f176d81 [2024-08-01T12:32:05.299Z] Successfully tagged ci-base-image-arm64:latest [2024-08-01T12:32:05.670Z] $ docker top ed5f952a4ede865bb332ff13c92e7795024199f323beaa6a56a1d0e7a6cbfed0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:32:06.065Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-01T12:32:06.120Z] + docker inspect -f . ci-base-image-arm64 [2024-08-01T12:32:06.120Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T12:32:06.341Z] prd-ubuntu20.04-docker-arm64-4c-16g-6946 does not seem to be running inside a container [2024-08-01T12:32:06.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T12:32:06.633Z] #1 [security-spire-server internal] load .dockerignore [2024-08-01T12:32:07.782Z] $ docker top 251a2887f193cf06dee0ddc51e13f9d170aebc5c195e92150db76cc9eb25b058 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-01T12:32:08.009Z] #1 transferring context: 50B done [2024-08-01T12:32:08.283Z] #1 DONE 1.6s [2024-08-01T12:32:08.283Z] [2024-08-01T12:32:08.283Z] #2 [security-secretstore-setup internal] load .dockerignore [2024-08-01T12:32:08.283Z] #2 ... [2024-08-01T12:32:08.283Z] [2024-08-01T12:32:08.283Z] #3 [core-data internal] load build definition from Dockerfile [2024-08-01T12:32:08.283Z] #3 DONE 0.0s [2024-08-01T12:32:08.544Z] [2024-08-01T12:32:08.544Z] #3 [core-data internal] load build definition from Dockerfile [2024-08-01T12:32:08.605Z] + go version [2024-08-01T12:32:08.605Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-01T12:32:08.625Z] $ docker stop --time=1 251a2887f193cf06dee0ddc51e13f9d170aebc5c195e92150db76cc9eb25b058 [2024-08-01T12:32:10.222Z] $ docker rm -f --volumes 251a2887f193cf06dee0ddc51e13f9d170aebc5c195e92150db76cc9eb25b058 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2024-08-01T12:32:10.448Z] #3 ... [2024-08-01T12:32:10.448Z] [2024-08-01T12:32:10.448Z] #4 [security-spire-server internal] load build definition from Dockerfile [2024-08-01T12:32:10.448Z] #4 transferring dockerfile: 1.70kB done [2024-08-01T12:32:10.448Z] #4 DONE 3.6s [2024-08-01T12:32:10.448Z] [2024-08-01T12:32:10.448Z] #5 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 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-08-01T12:32:10.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-01T12:32:10.949Z] [2024-08-01T12:32:10.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:32:11.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-01T12:32:11.561Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-01T12:32:11.561Z] 547446be3368: Pulling fs layer [2024-08-01T12:32:11.561Z] d125d8839a47: Pulling fs layer [2024-08-01T12:32:11.561Z] 3e85d5ac6304: Pulling fs layer [2024-08-01T12:32:11.561Z] c3105a71a48b: Pulling fs layer [2024-08-01T12:32:11.561Z] 0f093f025ec4: Pulling fs layer [2024-08-01T12:32:11.561Z] c3106fc0e877: Pulling fs layer [2024-08-01T12:32:11.561Z] c3105a71a48b: Waiting [2024-08-01T12:32:11.561Z] c3106fc0e877: Waiting [2024-08-01T12:32:11.561Z] 0f093f025ec4: Waiting [2024-08-01T12:32:11.561Z] 547446be3368: Verifying Checksum [2024-08-01T12:32:11.561Z] 547446be3368: Download complete [2024-08-01T12:32:11.561Z] c3105a71a48b: Verifying Checksum [2024-08-01T12:32:11.561Z] c3105a71a48b: Download complete [2024-08-01T12:32:12.147Z] d125d8839a47: Verifying Checksum [2024-08-01T12:32:12.147Z] d125d8839a47: Download complete [2024-08-01T12:32:12.147Z] c3106fc0e877: Verifying Checksum [2024-08-01T12:32:12.147Z] c3106fc0e877: Download complete [2024-08-01T12:32:12.147Z] 0f093f025ec4: Verifying Checksum [2024-08-01T12:32:12.147Z] 0f093f025ec4: Download complete [2024-08-01T12:32:12.367Z] #5 ... [2024-08-01T12:32:12.367Z] [2024-08-01T12:32:12.367Z] #6 [support-cron-scheduler internal] load .dockerignore [2024-08-01T12:32:12.367Z] #6 transferring context: 50B done [2024-08-01T12:32:12.367Z] #6 DONE 4.9s [2024-08-01T12:32:12.367Z] [2024-08-01T12:32:12.367Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-01T12:32:12.367Z] #7 transferring dockerfile: 2.49kB done [2024-08-01T12:32:12.414Z] 547446be3368: Pull complete [2024-08-01T12:32:12.645Z] #7 ... [2024-08-01T12:32:12.646Z] [2024-08-01T12:32:12.646Z] #8 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-01T12:32:12.646Z] #8 transferring dockerfile: 1.85kB done [2024-08-01T12:32:12.646Z] #8 DONE 5.5s [2024-08-01T12:32:12.905Z] [2024-08-01T12:32:12.905Z] #9 [security-proxy-auth internal] load .dockerignore [2024-08-01T12:32:12.905Z] #9 transferring context: 50B done [2024-08-01T12:32:13.375Z] d125d8839a47: Pull complete [2024-08-01T12:32:13.472Z] #9 ... [2024-08-01T12:32:13.472Z] [2024-08-01T12:32:13.472Z] #10 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:13.472Z] #10 DONE 0.0s [2024-08-01T12:32:13.472Z] [2024-08-01T12:32:13.472Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-01T12:32:13.472Z] #11 transferring dockerfile: 2.15kB done [2024-08-01T12:32:14.039Z] #11 DONE 6.9s [2024-08-01T12:32:14.039Z] [2024-08-01T12:32:14.039Z] #12 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:14.336Z] 3e85d5ac6304: Verifying Checksum [2024-08-01T12:32:14.336Z] 3e85d5ac6304: Download complete [2024-08-01T12:32:15.415Z] #12 ... [2024-08-01T12:32:15.415Z] [2024-08-01T12:32:15.415Z] #2 [security-secretstore-setup internal] load .dockerignore [2024-08-01T12:32:15.415Z] #2 transferring context: 50B done [2024-08-01T12:32:15.675Z] #2 ... [2024-08-01T12:32:15.675Z] [2024-08-01T12:32:15.675Z] #9 [security-proxy-auth internal] load .dockerignore [2024-08-01T12:32:15.675Z] #9 DONE 8.5s [2024-08-01T12:32:15.933Z] [2024-08-01T12:32:15.933Z] #10 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:15.933Z] #10 DONE 0.0s [2024-08-01T12:32:15.933Z] [2024-08-01T12:32:15.933Z] #12 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:16.193Z] #12 ... [2024-08-01T12:32:16.193Z] [2024-08-01T12:32:16.193Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-01T12:32:16.193Z] #7 DONE 8.3s [2024-08-01T12:32:16.453Z] [2024-08-01T12:32:16.453Z] #3 [core-data internal] load build definition from Dockerfile [2024-08-01T12:32:16.453Z] #3 transferring dockerfile: 2.01kB done [2024-08-01T12:32:17.019Z] #3 DONE 8.5s [2024-08-01T12:32:17.019Z] [2024-08-01T12:32:17.019Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2024-08-01T12:32:17.019Z] #13 transferring dockerfile: 1.81kB done [2024-08-01T12:32:17.278Z] #13 ... [2024-08-01T12:32:17.278Z] [2024-08-01T12:32:17.278Z] #14 [security-spire-config internal] load build definition from Dockerfile [2024-08-01T12:32:17.278Z] #14 transferring dockerfile: 1.69kB done [2024-08-01T12:32:17.278Z] #14 DONE 8.7s [2024-08-01T12:32:17.278Z] [2024-08-01T12:32:17.278Z] #15 [core-metadata internal] load .dockerignore [2024-08-01T12:32:17.278Z] #15 transferring context: 50B done [2024-08-01T12:32:18.672Z] #15 ... [2024-08-01T12:32:18.672Z] [2024-08-01T12:32:18.672Z] #16 [core-data internal] load .dockerignore [2024-08-01T12:32:18.672Z] #16 transferring context: 50B done [2024-08-01T12:32:18.672Z] #16 ... [2024-08-01T12:32:18.672Z] [2024-08-01T12:32:18.672Z] #17 [security-spire-agent internal] load .dockerignore [2024-08-01T12:32:18.672Z] #17 transferring context: 50B done [2024-08-01T12:32:18.931Z] #17 ... [2024-08-01T12:32:18.931Z] [2024-08-01T12:32:18.931Z] #18 [security-spire-config internal] load .dockerignore [2024-08-01T12:32:18.931Z] #18 transferring context: 50B done [2024-08-01T12:32:18.931Z] #18 DONE 10.1s [2024-08-01T12:32:18.931Z] [2024-08-01T12:32:18.931Z] #16 [core-data internal] load .dockerignore [2024-08-01T12:32:18.931Z] #16 DONE 10.4s [2024-08-01T12:32:18.931Z] [2024-08-01T12:32:18.931Z] #2 [security-secretstore-setup internal] load .dockerignore [2024-08-01T12:32:18.931Z] #2 DONE 10.7s [2024-08-01T12:32:18.931Z] [2024-08-01T12:32:18.931Z] #19 [core-metadata internal] load build definition from Dockerfile [2024-08-01T12:32:18.931Z] #19 transferring dockerfile: 2.06kB done [2024-08-01T12:32:19.189Z] #19 ... [2024-08-01T12:32:19.189Z] [2024-08-01T12:32:19.189Z] #10 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:19.189Z] #10 DONE 0.0s [2024-08-01T12:32:19.189Z] [2024-08-01T12:32:19.189Z] #12 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:19.447Z] #12 ... [2024-08-01T12:32:19.447Z] [2024-08-01T12:32:19.447Z] #10 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:19.447Z] #10 DONE 0.0s [2024-08-01T12:32:19.447Z] [2024-08-01T12:32:19.447Z] #12 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:19.447Z] #12 ... [2024-08-01T12:32:19.447Z] [2024-08-01T12:32:19.447Z] #15 [core-metadata internal] load .dockerignore [2024-08-01T12:32:19.447Z] #15 DONE 10.0s [2024-08-01T12:32:19.447Z] [2024-08-01T12:32:19.447Z] #20 [support-notifications internal] load build definition from Dockerfile [2024-08-01T12:32:19.447Z] #20 transferring dockerfile: 1.95kB done [2024-08-01T12:32:19.709Z] #20 ... [2024-08-01T12:32:19.709Z] [2024-08-01T12:32:19.709Z] #21 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-01T12:32:19.709Z] #21 ... [2024-08-01T12:32:19.709Z] [2024-08-01T12:32:19.709Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2024-08-01T12:32:19.709Z] #13 DONE 10.8s [2024-08-01T12:32:19.709Z] [2024-08-01T12:32:19.709Z] #5 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-01T12:32:19.709Z] #5 DONE 8.8s [2024-08-01T12:32:19.709Z] [2024-08-01T12:32:19.709Z] #22 [support-notifications internal] load .dockerignore [2024-08-01T12:32:19.967Z] #22 ... [2024-08-01T12:32:19.967Z] [2024-08-01T12:32:19.967Z] #17 [security-spire-agent internal] load .dockerignore [2024-08-01T12:32:19.967Z] #17 DONE 10.7s [2024-08-01T12:32:19.967Z] [2024-08-01T12:32:19.967Z] #23 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-01T12:32:19.967Z] #23 ... [2024-08-01T12:32:19.967Z] [2024-08-01T12:32:19.967Z] #24 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-01T12:32:20.225Z] #24 ... [2024-08-01T12:32:20.225Z] [2024-08-01T12:32:20.225Z] #25 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-01T12:32:20.225Z] #25 ... [2024-08-01T12:32:20.225Z] [2024-08-01T12:32:20.225Z] #19 [core-metadata internal] load build definition from Dockerfile [2024-08-01T12:32:20.225Z] #19 DONE 11.2s [2024-08-01T12:32:20.225Z] [2024-08-01T12:32:20.225Z] #25 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-01T12:32:20.225Z] #25 transferring dockerfile: 1.89kB done [2024-08-01T12:32:20.225Z] #25 ... [2024-08-01T12:32:20.225Z] [2024-08-01T12:32:20.225Z] #26 [security-bootstrapper internal] load .dockerignore [2024-08-01T12:32:20.225Z] #26 transferring context: 50B done [2024-08-01T12:32:20.484Z] #26 ... [2024-08-01T12:32:20.484Z] [2024-08-01T12:32:20.484Z] #27 [security-proxy-setup internal] load .dockerignore [2024-08-01T12:32:20.484Z] #27 transferring context: 50B done [2024-08-01T12:32:20.749Z] #27 ... [2024-08-01T12:32:20.749Z] [2024-08-01T12:32:20.749Z] #12 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:20.749Z] #12 DONE 9.5s [2024-08-01T12:32:20.749Z] [2024-08-01T12:32:20.749Z] #28 [core-keeper internal] load .dockerignore [2024-08-01T12:32:20.749Z] #28 transferring context: 50B done [2024-08-01T12:32:20.749Z] #28 ... [2024-08-01T12:32:20.749Z] [2024-08-01T12:32:20.749Z] #10 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:20.749Z] #10 DONE 0.0s [2024-08-01T12:32:20.749Z] [2024-08-01T12:32:20.749Z] #5 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-01T12:32:20.749Z] #5 DONE 9.2s [2024-08-01T12:32:20.749Z] [2024-08-01T12:32:20.749Z] #29 [core-command internal] load .dockerignore [2024-08-01T12:32:20.749Z] #29 transferring context: 50B done [2024-08-01T12:32:21.007Z] #29 ... [2024-08-01T12:32:21.007Z] [2024-08-01T12:32:21.007Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-01T12:32:21.007Z] #30 transferring context: 50B done [2024-08-01T12:32:21.007Z] #30 ... [2024-08-01T12:32:21.007Z] [2024-08-01T12:32:21.007Z] #31 [core-command internal] load build definition from Dockerfile [2024-08-01T12:32:21.007Z] #31 transferring dockerfile: 1.93kB done [2024-08-01T12:32:21.268Z] #31 ... [2024-08-01T12:32:21.268Z] [2024-08-01T12:32:21.268Z] #12 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:21.268Z] #12 DONE 9.5s [2024-08-01T12:32:21.268Z] [2024-08-01T12:32:21.268Z] #32 [support-scheduler internal] load build definition from Dockerfile [2024-08-01T12:32:21.268Z] #32 transferring dockerfile: 1.93kB done [2024-08-01T12:32:21.268Z] #32 ... [2024-08-01T12:32:21.268Z] [2024-08-01T12:32:21.268Z] #20 [support-notifications internal] load build definition from Dockerfile [2024-08-01T12:32:21.268Z] #20 DONE 11.8s [2024-08-01T12:32:21.268Z] [2024-08-01T12:32:21.268Z] #33 [core-keeper internal] load build definition from Dockerfile [2024-08-01T12:32:21.268Z] #33 transferring dockerfile: 2.01kB done [2024-08-01T12:32:21.545Z] #33 ... [2024-08-01T12:32:21.545Z] [2024-08-01T12:32:21.545Z] #32 [support-scheduler internal] load build definition from Dockerfile [2024-08-01T12:32:21.545Z] #32 DONE 11.9s [2024-08-01T12:32:21.545Z] [2024-08-01T12:32:21.545Z] #31 [core-command internal] load build definition from Dockerfile [2024-08-01T12:32:21.545Z] #31 DONE 11.7s [2024-08-01T12:32:21.545Z] [2024-08-01T12:32:21.545Z] #34 [security-spiffe-token-provider internal] load .dockerignore [2024-08-01T12:32:21.545Z] #34 transferring context: 50B done [2024-08-01T12:32:21.545Z] #34 ... [2024-08-01T12:32:21.545Z] [2024-08-01T12:32:21.545Z] #23 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-01T12:32:21.545Z] #23 transferring dockerfile: 2.23kB done [2024-08-01T12:32:21.545Z] #23 DONE 11.8s [2024-08-01T12:32:21.545Z] [2024-08-01T12:32:21.545Z] #35 [support-scheduler internal] load .dockerignore [2024-08-01T12:32:21.545Z] #35 transferring context: 50B done [2024-08-01T12:32:21.804Z] #35 ... [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #33 [core-keeper internal] load build definition from Dockerfile [2024-08-01T12:32:21.804Z] #33 DONE 11.9s [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #24 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-01T12:32:21.804Z] #24 transferring dockerfile: 2.50kB done [2024-08-01T12:32:21.804Z] #24 DONE 12.0s [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-01T12:32:21.804Z] #36 DONE 1.6s [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #37 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:21.804Z] #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.1s done [2024-08-01T12:32:21.804Z] #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:21.804Z] #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-01T12:32:21.804Z] #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-01T12:32:21.804Z] #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.4s done [2024-08-01T12:32:21.804Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.1s done [2024-08-01T12:32:21.804Z] #37 ... [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #21 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-01T12:32:21.804Z] #21 transferring dockerfile: 3.17kB done [2024-08-01T12:32:21.804Z] #21 DONE 12.1s [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #25 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-01T12:32:21.804Z] #25 DONE 12.0s [2024-08-01T12:32:21.804Z] [2024-08-01T12:32:21.804Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:21.804Z] #38 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done [2024-08-01T12:32:21.804Z] #38 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-01T12:32:21.804Z] #38 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-01T12:32:21.804Z] #38 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-01T12:32:22.063Z] #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-08-01T12:32:22.063Z] #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-08-01T12:32:22.321Z] #38 ... [2024-08-01T12:32:22.321Z] [2024-08-01T12:32:22.321Z] #27 [security-proxy-setup internal] load .dockerignore [2024-08-01T12:32:22.321Z] #27 DONE 12.5s [2024-08-01T12:32:22.321Z] [2024-08-01T12:32:22.321Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:22.321Z] #38 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-01T12:32:22.578Z] #38 ... [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #22 [support-notifications internal] load .dockerignore [2024-08-01T12:32:22.578Z] #22 transferring context: 50B done [2024-08-01T12:32:22.578Z] #22 DONE 12.8s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #28 [core-keeper internal] load .dockerignore [2024-08-01T12:32:22.578Z] #28 DONE 12.6s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:22.578Z] #38 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0B / 278B 0.6s [2024-08-01T12:32:22.578Z] #38 ... [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #10 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:22.578Z] #10 DONE 0.0s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-01T12:32:22.578Z] #30 DONE 12.7s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #34 [security-spiffe-token-provider internal] load .dockerignore [2024-08-01T12:32:22.578Z] #34 DONE 12.7s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:22.578Z] #38 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.7s [2024-08-01T12:32:22.578Z] #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 0.7s [2024-08-01T12:32:22.578Z] #38 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-01T12:32:22.578Z] #38 ... [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #39 [security-proxy-setup internal] load build context [2024-08-01T12:32:22.578Z] #39 DONE 0.0s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #26 [security-bootstrapper internal] load .dockerignore [2024-08-01T12:32:22.578Z] #26 DONE 12.8s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #10 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:22.578Z] #10 DONE 0.0s [2024-08-01T12:32:22.578Z] [2024-08-01T12:32:22.578Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:22.578Z] #38 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.7s done [2024-08-01T12:32:22.836Z] #38 ... [2024-08-01T12:32:22.836Z] [2024-08-01T12:32:22.836Z] #29 [core-command internal] load .dockerignore [2024-08-01T12:32:22.836Z] #29 DONE 13.0s [2024-08-01T12:32:22.836Z] [2024-08-01T12:32:22.836Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:22.836Z] #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 8.39MB / 20.02MB 0.9s [2024-08-01T12:32:22.836Z] #38 ... [2024-08-01T12:32:22.836Z] [2024-08-01T12:32:22.836Z] #35 [support-scheduler internal] load .dockerignore [2024-08-01T12:32:22.836Z] #35 DONE 13.2s [2024-08-01T12:32:22.836Z] [2024-08-01T12:32:22.836Z] #10 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:22.836Z] #10 DONE 0.0s [2024-08-01T12:32:22.836Z] [2024-08-01T12:32:22.836Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:22.836Z] #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 19.92MB / 20.02MB 1.0s [2024-08-01T12:32:23.095Z] #38 ... [2024-08-01T12:32:23.095Z] [2024-08-01T12:32:23.095Z] #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:23.095Z] #10 DONE 0.0s [2024-08-01T12:32:23.095Z] [2024-08-01T12:32:23.095Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:23.361Z] #38 ... [2024-08-01T12:32:23.361Z] [2024-08-01T12:32:23.361Z] #40 [security-spire-server internal] load build context [2024-08-01T12:32:23.361Z] #40 transferring context: 27.23kB 0.0s done [2024-08-01T12:32:23.361Z] #40 DONE 3.9s [2024-08-01T12:32:23.361Z] [2024-08-01T12:32:23.361Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:23.361Z] #38 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 1.3s done [2024-08-01T12:32:23.361Z] #38 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 [2024-08-01T12:32:23.361Z] #38 ... [2024-08-01T12:32:23.361Z] [2024-08-01T12:32:23.361Z] #10 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:23.361Z] #10 DONE 0.0s [2024-08-01T12:32:23.361Z] [2024-08-01T12:32:23.361Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:23.626Z] #38 ... [2024-08-01T12:32:23.626Z] [2024-08-01T12:32:23.626Z] #10 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-01T12:32:23.626Z] #10 DONE 0.0s [2024-08-01T12:32:23.626Z] [2024-08-01T12:32:23.626Z] #41 [security-spire-config internal] load build context [2024-08-01T12:32:23.626Z] #41 transferring context: 25.48kB 0.0s done [2024-08-01T12:32:23.626Z] #41 DONE 3.6s [2024-08-01T12:32:23.626Z] [2024-08-01T12:32:23.626Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:23.626Z] #38 ... [2024-08-01T12:32:23.626Z] [2024-08-01T12:32:23.626Z] #12 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:23.626Z] #12 DONE 10.6s [2024-08-01T12:32:23.626Z] [2024-08-01T12:32:23.626Z] #37 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:23.626Z] #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.1s done [2024-08-01T12:32:23.626Z] #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:23.626Z] #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-01T12:32:23.626Z] #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-01T12:32:23.626Z] #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.4s done [2024-08-01T12:32:23.626Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.1s done [2024-08-01T12:32:23.626Z] #37 DONE 5.5s [2024-08-01T12:32:23.886Z] [2024-08-01T12:32:23.886Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:23.886Z] #42 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.3s done [2024-08-01T12:32:23.886Z] #42 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-01T12:32:23.886Z] #42 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-01T12:32:23.886Z] #42 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-01T12:32:23.886Z] #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done [2024-08-01T12:32:23.886Z] #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s done [2024-08-01T12:32:23.886Z] #42 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-01T12:32:23.886Z] #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.5s done [2024-08-01T12:32:23.886Z] #42 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.7s done [2024-08-01T12:32:23.886Z] #42 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-01T12:32:23.886Z] #42 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-01T12:32:23.886Z] #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.0s [2024-08-01T12:32:24.408Z] 3e85d5ac6304: Pull complete [2024-08-01T12:32:24.408Z] c3105a71a48b: Pull complete [2024-08-01T12:32:24.452Z] #42 ... [2024-08-01T12:32:24.452Z] [2024-08-01T12:32:24.452Z] #43 [security-spire-agent internal] load build context [2024-08-01T12:32:24.452Z] #43 transferring context: 26.76kB 0.0s done [2024-08-01T12:32:24.452Z] #43 DONE 2.8s [2024-08-01T12:32:24.452Z] [2024-08-01T12:32:24.452Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:24.452Z] #42 ... [2024-08-01T12:32:24.452Z] [2024-08-01T12:32:24.452Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:25.019Z] #38 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.7s done [2024-08-01T12:32:25.363Z] 0f093f025ec4: Pull complete [2024-08-01T12:32:25.627Z] c3106fc0e877: Pull complete [2024-08-01T12:32:25.628Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-01T12:32:25.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-01T12:32:25.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T12:32:25.850Z] prd-ubuntu20.04-docker-arm64-4c-16g-6946 does not seem to be running inside a container [2024-08-01T12:32:25.913Z] $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T12:32:27.890Z] $ docker top 24174ff38207b29dfea71cfb5cf310baf14c8e41bb1ae58258025ce76e475726 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-01T12:32:28.416Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-01T12:32:29.204Z] #38 ... [2024-08-01T12:32:29.204Z] [2024-08-01T12:32:29.204Z] #44 [core-command internal] load build context [2024-08-01T12:32:29.204Z] #44 transferring context: 213.88MB 4.5s [2024-08-01T12:32:29.204Z] #44 ... [2024-08-01T12:32:29.204Z] [2024-08-01T12:32:29.204Z] #45 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-01T12:32:29.513Z] #45 ... [2024-08-01T12:32:29.513Z] [2024-08-01T12:32:29.513Z] #46 [security-secretstore-setup internal] load build context [2024-08-01T12:32:29.513Z] #46 ... [2024-08-01T12:32:29.513Z] [2024-08-01T12:32:29.513Z] #47 [support-cron-scheduler internal] load build context [2024-08-01T12:32:29.513Z] #47 ... [2024-08-01T12:32:29.513Z] [2024-08-01T12:32:29.513Z] #48 [security-proxy-auth internal] load build context [2024-08-01T12:32:29.782Z] #48 ... [2024-08-01T12:32:29.782Z] [2024-08-01T12:32:29.782Z] #47 [support-cron-scheduler internal] load build context [2024-08-01T12:32:30.722Z] #47 ... [2024-08-01T12:32:30.722Z] [2024-08-01T12:32:30.722Z] #49 [core-data internal] load build context [2024-08-01T12:32:30.722Z] #49 ... [2024-08-01T12:32:30.722Z] [2024-08-01T12:32:30.722Z] #47 [support-cron-scheduler internal] load build context [2024-08-01T12:32:31.300Z] #47 ... [2024-08-01T12:32:31.300Z] [2024-08-01T12:32:31.300Z] #50 [core-metadata internal] load build context [2024-08-01T12:32:31.300Z] #50 ... [2024-08-01T12:32:31.300Z] [2024-08-01T12:32:31.300Z] #47 [support-cron-scheduler internal] load build context [2024-08-01T12:32:32.753Z] #47 transferring context: 380.76MB 11.3s [2024-08-01T12:32:32.753Z] #47 ... [2024-08-01T12:32:32.753Z] [2024-08-01T12:32:32.753Z] #39 [security-proxy-setup internal] load build context [2024-08-01T12:32:32.753Z] #39 ... [2024-08-01T12:32:32.753Z] [2024-08-01T12:32:32.753Z] #51 [core-keeper internal] load build context [2024-08-01T12:32:33.012Z] #51 ... [2024-08-01T12:32:33.013Z] [2024-08-01T12:32:33.013Z] #39 [security-proxy-setup internal] load build context [2024-08-01T12:32:33.592Z] #39 ... [2024-08-01T12:32:33.592Z] [2024-08-01T12:32:33.592Z] #52 [core-common-config-bootstrapper internal] load build context [2024-08-01T12:32:33.592Z] #52 ... [2024-08-01T12:32:33.592Z] [2024-08-01T12:32:33.592Z] #53 [security-bootstrapper internal] load build context [2024-08-01T12:32:34.259Z] #53 ... [2024-08-01T12:32:34.259Z] [2024-08-01T12:32:34.259Z] #54 [support-notifications internal] load build context [2024-08-01T12:32:34.517Z] #54 ... [2024-08-01T12:32:34.517Z] [2024-08-01T12:32:34.517Z] #55 [support-scheduler internal] load build context [2024-08-01T12:32:34.517Z] #55 ... [2024-08-01T12:32:34.517Z] [2024-08-01T12:32:34.517Z] #56 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-01T12:32:34.517Z] #0 8.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:32:34.517Z] #0 8.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:32:34.517Z] #0 8.638 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-01T12:32:34.517Z] #0 8.642 (2/2) Installing su-exec (0.2-r3) [2024-08-01T12:32:34.517Z] #0 8.655 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:32:34.517Z] #0 8.663 OK: 7 MiB in 17 packages [2024-08-01T12:32:34.517Z] #56 ... [2024-08-01T12:32:34.517Z] [2024-08-01T12:32:34.517Z] #57 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:34.517Z] #57 ... [2024-08-01T12:32:34.517Z] [2024-08-01T12:32:34.517Z] #58 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-01T12:32:34.517Z] #0 1.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:32:34.517Z] #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:32:34.517Z] #0 2.265 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-01T12:32:34.517Z] #0 2.265 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:32:34.517Z] #0 2.270 OK: 7 MiB in 16 packages [2024-08-01T12:32:34.776Z] #58 ... [2024-08-01T12:32:34.776Z] [2024-08-01T12:32:34.776Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-01T12:32:34.776Z] #59 ... [2024-08-01T12:32:34.776Z] [2024-08-01T12:32:34.776Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:32:35.047Z] #60 ... [2024-08-01T12:32:35.047Z] [2024-08-01T12:32:35.047Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-01T12:32:35.047Z] #61 ... [2024-08-01T12:32:35.047Z] [2024-08-01T12:32:35.047Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:35.047Z] #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.1s done [2024-08-01T12:32:35.315Z] #42 ... [2024-08-01T12:32:35.315Z] [2024-08-01T12:32:35.315Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:32:35.315Z] #62 ... [2024-08-01T12:32:35.315Z] [2024-08-01T12:32:35.315Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:32:35.315Z] #63 ... [2024-08-01T12:32:35.315Z] [2024-08-01T12:32:35.315Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-01T12:32:35.315Z] #0 3.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:32:35.315Z] #0 3.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:32:35.315Z] #0 3.802 (1/2) Installing ca-certificates (20240226-r0) [2024-08-01T12:32:35.315Z] #0 3.807 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-01T12:32:35.315Z] #0 3.812 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:32:35.315Z] #0 3.815 Executing ca-certificates-20240226-r0.trigger [2024-08-01T12:32:35.315Z] #0 3.868 OK: 8 MiB in 17 packages [2024-08-01T12:32:35.578Z] #64 ... [2024-08-01T12:32:35.578Z] [2024-08-01T12:32:35.578Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:32:35.578Z] #65 ... [2024-08-01T12:32:35.578Z] [2024-08-01T12:32:35.578Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-01T12:32:35.838Z] #66 ... [2024-08-01T12:32:35.838Z] [2024-08-01T12:32:35.838Z] #54 [support-notifications internal] load build context [2024-08-01T12:32:36.111Z] #54 transferring context: 492.96MB 11.0s done [2024-08-01T12:32:38.504Z] #1 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-01T12:32:38.504Z] #1 transferring dockerfile: 1.85kB done [2024-08-01T12:32:38.504Z] #1 DONE 0.1s [2024-08-01T12:32:38.504Z] [2024-08-01T12:32:38.504Z] #2 [support-scheduler internal] load build definition from Dockerfile [2024-08-01T12:32:38.504Z] #2 transferring dockerfile: 1.93kB done [2024-08-01T12:32:38.504Z] #2 DONE 0.1s [2024-08-01T12:32:38.504Z] [2024-08-01T12:32:38.504Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-08-01T12:32:38.504Z] #3 transferring dockerfile: 1.70kB 0.0s done [2024-08-01T12:32:38.504Z] #3 DONE 0.1s [2024-08-01T12:32:38.504Z] [2024-08-01T12:32:38.504Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-01T12:32:38.781Z] #4 transferring dockerfile: 1.89kB done [2024-08-01T12:32:38.781Z] #4 DONE 0.1s [2024-08-01T12:32:38.781Z] [2024-08-01T12:32:38.781Z] #5 [core-command internal] load build definition from Dockerfile [2024-08-01T12:32:38.781Z] #5 transferring dockerfile: 1.93kB 0.0s done [2024-08-01T12:32:38.781Z] #5 DONE 0.1s [2024-08-01T12:32:38.781Z] [2024-08-01T12:32:38.781Z] #6 [core-data internal] load build definition from Dockerfile [2024-08-01T12:32:38.781Z] #6 transferring dockerfile: 2.01kB 0.0s done [2024-08-01T12:32:38.781Z] #6 DONE 0.1s [2024-08-01T12:32:39.050Z] [2024-08-01T12:32:39.050Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-08-01T12:32:39.050Z] #7 transferring dockerfile: 1.95kB done [2024-08-01T12:32:39.050Z] #7 DONE 0.1s [2024-08-01T12:32:39.050Z] [2024-08-01T12:32:39.050Z] #8 [core-metadata internal] load build definition from Dockerfile [2024-08-01T12:32:39.050Z] #8 transferring dockerfile: 2.06kB 0.0s done [2024-08-01T12:32:39.050Z] #8 DONE 0.1s [2024-08-01T12:32:39.050Z] [2024-08-01T12:32:39.050Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-01T12:32:39.050Z] #9 transferring dockerfile: 2.15kB done [2024-08-01T12:32:39.050Z] #9 DONE 0.1s [2024-08-01T12:32:39.050Z] [2024-08-01T12:32:39.050Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2024-08-01T12:32:39.050Z] #10 transferring dockerfile: 1.81kB 0.0s done [2024-08-01T12:32:39.050Z] #10 DONE 0.1s [2024-08-01T12:32:39.050Z] [2024-08-01T12:32:39.050Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-01T12:32:39.050Z] #11 transferring dockerfile: 2.49kB done [2024-08-01T12:32:39.050Z] #11 DONE 0.1s [2024-08-01T12:32:39.050Z] [2024-08-01T12:32:39.050Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-08-01T12:32:39.318Z] #12 transferring dockerfile: 1.69kB done [2024-08-01T12:32:39.319Z] #12 DONE 0.1s [2024-08-01T12:32:39.319Z] [2024-08-01T12:32:39.319Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-01T12:32:39.319Z] #13 transferring dockerfile: 2.23kB done [2024-08-01T12:32:39.319Z] #13 DONE 0.1s [2024-08-01T12:32:39.319Z] [2024-08-01T12:32:39.319Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-01T12:32:39.319Z] #14 transferring dockerfile: 3.17kB 0.0s done [2024-08-01T12:32:39.319Z] #14 DONE 0.1s [2024-08-01T12:32:39.319Z] [2024-08-01T12:32:39.319Z] #15 [core-keeper internal] load build definition from Dockerfile [2024-08-01T12:32:39.588Z] #15 transferring dockerfile: 2.01kB 0.0s done [2024-08-01T12:32:39.588Z] #15 DONE 0.1s [2024-08-01T12:32:39.588Z] [2024-08-01T12:32:39.588Z] #16 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-01T12:32:39.588Z] #16 transferring dockerfile: 2.50kB done [2024-08-01T12:32:39.588Z] #16 DONE 0.1s [2024-08-01T12:32:39.588Z] [2024-08-01T12:32:39.588Z] #17 [support-cron-scheduler internal] load .dockerignore [2024-08-01T12:32:39.588Z] #17 transferring context: 50B 0.0s done [2024-08-01T12:32:39.588Z] #17 DONE 0.1s [2024-08-01T12:32:40.567Z] [2024-08-01T12:32:40.567Z] #18 [support-scheduler internal] load .dockerignore [2024-08-01T12:32:40.567Z] #18 transferring context: 50B done [2024-08-01T12:32:40.567Z] #18 DONE 0.0s [2024-08-01T12:32:40.567Z] [2024-08-01T12:32:40.567Z] #19 [security-spire-server internal] load .dockerignore [2024-08-01T12:32:40.567Z] #19 transferring context: 50B done [2024-08-01T12:32:40.567Z] #19 DONE 0.1s [2024-08-01T12:32:40.567Z] [2024-08-01T12:32:40.567Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2024-08-01T12:32:40.567Z] #20 transferring context: 50B 0.0s done [2024-08-01T12:32:40.567Z] #20 DONE 0.1s [2024-08-01T12:32:40.567Z] [2024-08-01T12:32:40.567Z] #21 [core-command internal] load .dockerignore [2024-08-01T12:32:40.567Z] #21 transferring context: 50B done [2024-08-01T12:32:40.567Z] #21 DONE 0.1s [2024-08-01T12:32:40.567Z] [2024-08-01T12:32:40.567Z] #22 [core-data internal] load .dockerignore [2024-08-01T12:32:40.838Z] #22 transferring context: 50B done [2024-08-01T12:32:40.838Z] #22 DONE 0.1s [2024-08-01T12:32:40.838Z] [2024-08-01T12:32:40.838Z] #23 [support-notifications internal] load .dockerignore [2024-08-01T12:32:40.838Z] #23 transferring context: 50B 0.0s done [2024-08-01T12:32:40.838Z] #23 DONE 0.1s [2024-08-01T12:32:40.838Z] [2024-08-01T12:32:40.838Z] #24 [core-metadata internal] load .dockerignore [2024-08-01T12:32:40.838Z] #24 transferring context: 50B 0.0s done [2024-08-01T12:32:40.838Z] #24 DONE 0.1s [2024-08-01T12:32:40.838Z] [2024-08-01T12:32:40.838Z] #25 [security-proxy-auth internal] load .dockerignore [2024-08-01T12:32:40.838Z] #25 transferring context: 50B done [2024-08-01T12:32:40.838Z] #25 DONE 0.1s [2024-08-01T12:32:40.838Z] [2024-08-01T12:32:40.838Z] #26 [security-spire-agent internal] load .dockerignore [2024-08-01T12:32:40.838Z] #26 transferring context: 50B 0.0s done [2024-08-01T12:32:40.838Z] #26 DONE 0.1s [2024-08-01T12:32:40.838Z] [2024-08-01T12:32:40.838Z] #27 [security-secretstore-setup internal] load .dockerignore [2024-08-01T12:32:40.838Z] #27 transferring context: 50B 0.0s done [2024-08-01T12:32:40.838Z] #27 DONE 0.1s [2024-08-01T12:32:40.838Z] [2024-08-01T12:32:40.838Z] #28 [security-spire-config internal] load .dockerignore [2024-08-01T12:32:41.107Z] #28 transferring context: 50B 0.0s done [2024-08-01T12:32:41.107Z] #28 DONE 0.1s [2024-08-01T12:32:41.107Z] [2024-08-01T12:32:41.107Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-01T12:32:41.107Z] #29 transferring context: 50B done [2024-08-01T12:32:41.107Z] #29 DONE 0.0s [2024-08-01T12:32:41.107Z] [2024-08-01T12:32:41.107Z] #30 [security-bootstrapper internal] load .dockerignore [2024-08-01T12:32:41.107Z] #30 transferring context: 50B done [2024-08-01T12:32:41.107Z] #30 DONE 0.0s [2024-08-01T12:32:41.107Z] [2024-08-01T12:32:41.107Z] #31 [core-keeper internal] load .dockerignore [2024-08-01T12:32:41.107Z] #31 transferring context: 50B done [2024-08-01T12:32:41.107Z] #31 DONE 0.0s [2024-08-01T12:32:41.210Z] #54 ... [2024-08-01T12:32:41.210Z] [2024-08-01T12:32:41.210Z] #44 [core-command internal] load build context [2024-08-01T12:32:41.210Z] #44 transferring context: 492.96MB 11.0s done [2024-08-01T12:32:41.376Z] [2024-08-01T12:32:41.376Z] #32 [security-proxy-setup internal] load .dockerignore [2024-08-01T12:32:41.376Z] #32 transferring context: 50B 0.0s done [2024-08-01T12:32:41.376Z] #32 DONE 0.0s [2024-08-01T12:32:41.376Z] [2024-08-01T12:32:41.376Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:41.376Z] #33 DONE 0.0s [2024-08-01T12:32:41.376Z] [2024-08-01T12:32:41.376Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:41.376Z] #34 DONE 0.1s [2024-08-01T12:32:41.376Z] [2024-08-01T12:32:41.376Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:41.376Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:41.472Z] #44 ... [2024-08-01T12:32:41.472Z] [2024-08-01T12:32:41.472Z] #46 [security-secretstore-setup internal] load build context [2024-08-01T12:32:41.472Z] #46 transferring context: 492.96MB 10.4s done [2024-08-01T12:32:41.472Z] #46 ... [2024-08-01T12:32:41.472Z] [2024-08-01T12:32:41.472Z] #48 [security-proxy-auth internal] load build context [2024-08-01T12:32:41.472Z] #48 transferring context: 492.96MB 11.2s done [2024-08-01T12:32:41.644Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:41.644Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:41.644Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:41.644Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:41.644Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-08-01T12:32:41.730Z] #48 ... [2024-08-01T12:32:41.730Z] [2024-08-01T12:32:41.730Z] #49 [core-data internal] load build context [2024-08-01T12:32:41.730Z] #49 transferring context: 492.96MB 9.4s done [2024-08-01T12:32:41.730Z] #49 ... [2024-08-01T12:32:41.730Z] [2024-08-01T12:32:41.730Z] #50 [core-metadata internal] load build context [2024-08-01T12:32:41.730Z] #50 transferring context: 492.96MB 12.6s done [2024-08-01T12:32:41.990Z] #50 ... [2024-08-01T12:32:41.990Z] [2024-08-01T12:32:41.990Z] #57 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:41.990Z] #57 transferring context: 492.96MB 14.0s done [2024-08-01T12:32:42.236Z] #35 ... [2024-08-01T12:32:42.236Z] [2024-08-01T12:32:42.236Z] #36 [support-cron-scheduler internal] load build context [2024-08-01T12:32:42.236Z] #36 transferring context: 2.95MB 0.6s done [2024-08-01T12:32:42.236Z] #36 DONE 0.7s [2024-08-01T12:32:42.236Z] [2024-08-01T12:32:42.236Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:42.236Z] #35 ... [2024-08-01T12:32:42.236Z] [2024-08-01T12:32:42.236Z] #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:42.236Z] #37 DONE 0.9s [2024-08-01T12:32:42.236Z] [2024-08-01T12:32:42.236Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:42.504Z] #35 ... [2024-08-01T12:32:42.504Z] [2024-08-01T12:32:42.504Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:42.504Z] #33 DONE 0.0s [2024-08-01T12:32:42.504Z] [2024-08-01T12:32:42.504Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:42.504Z] #33 DONE 0.0s [2024-08-01T12:32:42.504Z] [2024-08-01T12:32:42.504Z] #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:42.504Z] #37 DONE 1.6s [2024-08-01T12:32:42.504Z] [2024-08-01T12:32:42.504Z] #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:42.504Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:42.504Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:42.504Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:42.504Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:42.504Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:42.504Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:42.774Z] #35 ... [2024-08-01T12:32:42.774Z] [2024-08-01T12:32:42.774Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:42.774Z] #33 DONE 0.0s [2024-08-01T12:32:42.774Z] [2024-08-01T12:32:42.774Z] #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:42.774Z] #37 DONE 1.7s [2024-08-01T12:32:42.774Z] [2024-08-01T12:32:42.774Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:42.774Z] #38 DONE 0.6s [2024-08-01T12:32:42.774Z] [2024-08-01T12:32:42.774Z] #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:42.774Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:42.774Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:42.774Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:42.774Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:42.774Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:42.774Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:42.926Z] #57 ... [2024-08-01T12:32:42.926Z] [2024-08-01T12:32:42.926Z] #47 [support-cron-scheduler internal] load build context [2024-08-01T12:32:42.926Z] #47 transferring context: 492.96MB 14.6s done [2024-08-01T12:32:42.926Z] #47 ... [2024-08-01T12:32:42.926Z] [2024-08-01T12:32:42.926Z] #51 [core-keeper internal] load build context [2024-08-01T12:32:42.926Z] #51 transferring context: 492.96MB 10.8s done [2024-08-01T12:32:43.042Z] #35 ... [2024-08-01T12:32:43.042Z] [2024-08-01T12:32:43.042Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:43.042Z] #33 DONE 0.0s [2024-08-01T12:32:43.042Z] [2024-08-01T12:32:43.042Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:43.042Z] #34 DONE 0.4s [2024-08-01T12:32:43.042Z] [2024-08-01T12:32:43.042Z] #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:43.042Z] #37 DONE 1.7s [2024-08-01T12:32:43.042Z] [2024-08-01T12:32:43.042Z] #38 [core-command builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:43.042Z] #38 DONE 0.6s [2024-08-01T12:32:43.042Z] [2024-08-01T12:32:43.042Z] #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:43.042Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:43.042Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:43.042Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:43.042Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:43.042Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:43.042Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:43.042Z] #35 ... [2024-08-01T12:32:43.042Z] [2024-08-01T12:32:43.042Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:43.042Z] #33 DONE 0.0s [2024-08-01T12:32:43.186Z] #51 ... [2024-08-01T12:32:43.186Z] [2024-08-01T12:32:43.186Z] #53 [security-bootstrapper internal] load build context [2024-08-01T12:32:43.186Z] #53 transferring context: 492.96MB 13.9s done [2024-08-01T12:32:43.309Z] [2024-08-01T12:32:43.310Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:43.310Z] #33 DONE 0.0s [2024-08-01T12:32:43.310Z] [2024-08-01T12:32:43.310Z] #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:43.310Z] #37 DONE 1.8s [2024-08-01T12:32:43.310Z] [2024-08-01T12:32:43.310Z] #38 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:43.310Z] #38 DONE 0.7s [2024-08-01T12:32:43.310Z] [2024-08-01T12:32:43.310Z] #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:43.310Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:43.310Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:43.310Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:43.310Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:43.310Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:43.310Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:43.578Z] #35 DONE 2.9s [2024-08-01T12:32:43.578Z] [2024-08-01T12:32:43.578Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:43.578Z] #33 DONE 0.0s [2024-08-01T12:32:43.578Z] [2024-08-01T12:32:43.578Z] #39 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:43.755Z] #53 ... [2024-08-01T12:32:43.755Z] [2024-08-01T12:32:43.755Z] #39 [security-proxy-setup internal] load build context [2024-08-01T12:32:43.755Z] #39 transferring context: 492.96MB 12.4s done [2024-08-01T12:32:43.755Z] #39 ... [2024-08-01T12:32:43.755Z] [2024-08-01T12:32:43.755Z] #52 [core-common-config-bootstrapper internal] load build context [2024-08-01T12:32:43.755Z] #52 transferring context: 492.96MB 10.4s done [2024-08-01T12:32:44.014Z] #52 ... [2024-08-01T12:32:44.014Z] [2024-08-01T12:32:44.014Z] #55 [support-scheduler internal] load build context [2024-08-01T12:32:44.014Z] #55 transferring context: 492.96MB 10.9s done [2024-08-01T12:32:44.059Z] #39 ... [2024-08-01T12:32:44.059Z] [2024-08-01T12:32:44.059Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:44.059Z] #33 DONE 0.0s [2024-08-01T12:32:44.059Z] [2024-08-01T12:32:44.059Z] #39 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:44.059Z] #39 ... [2024-08-01T12:32:44.059Z] [2024-08-01T12:32:44.059Z] #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:44.059Z] #37 DONE 1.8s [2024-08-01T12:32:44.059Z] [2024-08-01T12:32:44.059Z] #38 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:44.059Z] #38 DONE 0.7s [2024-08-01T12:32:44.059Z] [2024-08-01T12:32:44.060Z] #35 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:44.060Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:44.060Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:44.060Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:44.060Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:44.060Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:44.060Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:44.060Z] #35 DONE 2.9s [2024-08-01T12:32:44.060Z] [2024-08-01T12:32:44.060Z] #39 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:44.363Z] #39 ... [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:44.363Z] #37 DONE 1.9s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:44.363Z] #38 DONE 0.8s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:44.363Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:44.363Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:44.363Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:44.363Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:44.363Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:44.363Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:44.363Z] #35 DONE 2.9s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #39 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:44.363Z] #39 ... [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:44.363Z] #37 DONE 1.9s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:44.363Z] #38 DONE 0.8s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:44.363Z] #33 DONE 0.1s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:44.363Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:44.363Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:44.363Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:44.363Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:44.363Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:44.363Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:44.363Z] #35 DONE 2.9s [2024-08-01T12:32:44.363Z] [2024-08-01T12:32:44.363Z] #39 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:44.363Z] #39 transferring context: 2.95MB 1.6s done [2024-08-01T12:32:44.637Z] #39 ... [2024-08-01T12:32:44.637Z] [2024-08-01T12:32:44.637Z] #40 [support-scheduler internal] load build context [2024-08-01T12:32:44.637Z] #40 transferring context: 2.95MB 1.6s done [2024-08-01T12:32:44.637Z] #40 DONE 1.8s [2024-08-01T12:32:44.637Z] [2024-08-01T12:32:44.637Z] #39 [security-spiffe-token-provider internal] load build context [2024-08-01T12:32:44.637Z] #39 DONE 1.9s [2024-08-01T12:32:44.637Z] [2024-08-01T12:32:44.637Z] #41 [core-command internal] load build context [2024-08-01T12:32:44.637Z] #41 ... [2024-08-01T12:32:44.637Z] [2024-08-01T12:32:44.637Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:44.637Z] #33 DONE 0.2s [2024-08-01T12:32:44.637Z] [2024-08-01T12:32:44.637Z] #41 [core-command internal] load build context [2024-08-01T12:32:44.911Z] #41 ... [2024-08-01T12:32:44.911Z] [2024-08-01T12:32:44.911Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-01T12:32:44.911Z] #42 DONE 2.3s [2024-08-01T12:32:44.911Z] [2024-08-01T12:32:44.911Z] #41 [core-command internal] load build context [2024-08-01T12:32:44.911Z] #41 ... [2024-08-01T12:32:44.911Z] [2024-08-01T12:32:44.911Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:44.911Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:44.911Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:44.911Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:44.911Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:44.911Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:44.911Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:44.911Z] #35 DONE 2.9s [2024-08-01T12:32:44.911Z] [2024-08-01T12:32:44.911Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:44.911Z] #33 DONE 0.2s [2024-08-01T12:32:44.911Z] [2024-08-01T12:32:44.911Z] #43 [core-data internal] load build context [2024-08-01T12:32:44.911Z] #43 transferring context: 2.95MB 1.6s done [2024-08-01T12:32:44.911Z] #43 DONE 2.0s [2024-08-01T12:32:44.911Z] [2024-08-01T12:32:44.911Z] #41 [core-command internal] load build context [2024-08-01T12:32:45.182Z] #41 ... [2024-08-01T12:32:45.182Z] [2024-08-01T12:32:45.182Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-01T12:32:45.182Z] #33 DONE 0.3s [2024-08-01T12:32:45.182Z] [2024-08-01T12:32:45.182Z] #41 [core-command internal] load build context [2024-08-01T12:32:45.455Z] #41 transferring context: 2.95MB 2.3s done [2024-08-01T12:32:45.742Z] #41 ... [2024-08-01T12:32:45.742Z] [2024-08-01T12:32:45.742Z] #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-08-01T12:32:45.742Z] #34 DONE 2.9s [2024-08-01T12:32:45.742Z] [2024-08-01T12:32:45.742Z] #44 [support-notifications internal] load build context [2024-08-01T12:32:45.742Z] #44 transferring context: 2.95MB 1.2s done [2024-08-01T12:32:46.022Z] #44 ... [2024-08-01T12:32:46.022Z] [2024-08-01T12:32:46.022Z] #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:46.022Z] #37 DONE 2.0s [2024-08-01T12:32:46.022Z] [2024-08-01T12:32:46.022Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:46.022Z] #38 DONE 0.9s [2024-08-01T12:32:46.022Z] [2024-08-01T12:32:46.022Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:46.022Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:46.022Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:46.022Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:46.023Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:46.023Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:46.023Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:46.023Z] #35 DONE 3.1s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:46.023Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:46.023Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:46.023Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:46.023Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:46.023Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:46.023Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:46.023Z] #35 DONE 3.1s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #45 [security-proxy-setup internal] load build context [2024-08-01T12:32:46.023Z] #45 DONE 0.0s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:46.023Z] #46 ... [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-01T12:32:46.023Z] #37 DONE 2.0s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-08-01T12:32:46.023Z] #38 DONE 0.9s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:46.023Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:46.023Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:46.023Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:46.023Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:46.023Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:46.023Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:46.023Z] #35 DONE 3.1s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #47 [core-keeper internal] load build context [2024-08-01T12:32:46.023Z] #47 DONE 0.0s [2024-08-01T12:32:46.023Z] [2024-08-01T12:32:46.023Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:46.297Z] #46 ... [2024-08-01T12:32:46.297Z] [2024-08-01T12:32:46.297Z] #48 [security-bootstrapper internal] load build context [2024-08-01T12:32:46.297Z] #48 DONE 0.0s [2024-08-01T12:32:46.297Z] [2024-08-01T12:32:46.297Z] #49 [security-spire-config internal] load build context [2024-08-01T12:32:46.297Z] #49 DONE 0.0s [2024-08-01T12:32:46.297Z] [2024-08-01T12:32:46.297Z] #44 [support-notifications internal] load build context [2024-08-01T12:32:46.297Z] #44 DONE 3.1s [2024-08-01T12:32:46.297Z] [2024-08-01T12:32:46.297Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:46.883Z] #46 ... [2024-08-01T12:32:46.883Z] [2024-08-01T12:32:46.883Z] #41 [core-command internal] load build context [2024-08-01T12:32:46.883Z] #41 DONE 3.8s [2024-08-01T12:32:46.883Z] [2024-08-01T12:32:46.883Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:47.161Z] #46 ... [2024-08-01T12:32:47.161Z] [2024-08-01T12:32:47.161Z] #50 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-01T12:32:47.161Z] #50 DONE 3.5s [2024-08-01T12:32:47.161Z] [2024-08-01T12:32:47.161Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:47.430Z] #46 ... [2024-08-01T12:32:47.430Z] [2024-08-01T12:32:47.430Z] #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-01T12:32:47.430Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-01T12:32:47.430Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-01T12:32:47.430Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-01T12:32:47.430Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-01T12:32:47.430Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-01T12:32:47.430Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-01T12:32:47.430Z] #35 DONE 3.1s [2024-08-01T12:32:47.430Z] [2024-08-01T12:32:47.430Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:47.696Z] #46 ... [2024-08-01T12:32:47.696Z] [2024-08-01T12:32:47.696Z] #51 [security-spire-server internal] load build context [2024-08-01T12:32:47.696Z] #51 transferring context: 27.23kB 0.2s done [2024-08-01T12:32:47.696Z] #51 DONE 2.7s [2024-08-01T12:32:47.696Z] [2024-08-01T12:32:47.696Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:48.280Z] #46 ... [2024-08-01T12:32:48.280Z] [2024-08-01T12:32:48.280Z] #49 [security-spire-config internal] load build context [2024-08-01T12:32:48.280Z] #49 transferring context: 25.48kB 0.4s done [2024-08-01T12:32:48.280Z] #49 DONE 1.9s [2024-08-01T12:32:48.280Z] [2024-08-01T12:32:48.280Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:48.865Z] #46 ... [2024-08-01T12:32:48.865Z] [2024-08-01T12:32:48.865Z] #52 [security-secretstore-setup internal] load build context [2024-08-01T12:32:48.865Z] #52 transferring context: 2.95MB 3.5s done [2024-08-01T12:32:48.865Z] #52 DONE 4.7s [2024-08-01T12:32:48.865Z] [2024-08-01T12:32:48.865Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:50.274Z] #46 ... [2024-08-01T12:32:50.274Z] [2024-08-01T12:32:50.274Z] #53 [core-metadata internal] load build context [2024-08-01T12:32:50.274Z] #53 transferring context: 2.95MB 3.9s done [2024-08-01T12:32:50.274Z] #53 DONE 5.8s [2024-08-01T12:32:50.274Z] [2024-08-01T12:32:50.274Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:51.236Z] #46 ... [2024-08-01T12:32:51.236Z] [2024-08-01T12:32:51.236Z] #54 [security-spire-agent internal] load build context [2024-08-01T12:32:51.236Z] #54 transferring context: 26.76kB 0.6s done [2024-08-01T12:32:51.236Z] #54 DONE 3.6s [2024-08-01T12:32:51.236Z] [2024-08-01T12:32:51.236Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:51.236Z] #55 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.4s done [2024-08-01T12:32:51.236Z] #55 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-01T12:32:51.236Z] #55 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-01T12:32:51.236Z] #55 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-01T12:32:51.236Z] #55 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.8s done [2024-08-01T12:32:51.236Z] #55 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.9s done [2024-08-01T12:32:51.236Z] #55 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.0s done [2024-08-01T12:32:51.236Z] #55 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.2s done [2024-08-01T12:32:51.236Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 3.1s [2024-08-01T12:32:51.818Z] #55 ... [2024-08-01T12:32:51.818Z] [2024-08-01T12:32:51.818Z] #46 [security-proxy-auth internal] load build context [2024-08-01T12:32:51.818Z] #46 transferring context: 2.95MB 6.3s done [2024-08-01T12:32:52.086Z] #46 DONE 7.7s [2024-08-01T12:32:52.086Z] [2024-08-01T12:32:52.086Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:52.086Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 4.0s [2024-08-01T12:32:52.671Z] #55 ... [2024-08-01T12:32:52.671Z] [2024-08-01T12:32:52.671Z] #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:32:52.937Z] #56 ... [2024-08-01T12:32:52.937Z] [2024-08-01T12:32:52.937Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-01T12:32:52.937Z] #0 7.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:52.937Z] #0 8.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:52.937Z] #0 9.875 OK: 266 MiB in 52 packages [2024-08-01T12:32:52.937Z] #57 ... [2024-08-01T12:32:52.937Z] [2024-08-01T12:32:52.937Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-01T12:32:52.937Z] #0 8.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:52.937Z] #0 8.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:53.206Z] #58 ... [2024-08-01T12:32:53.206Z] [2024-08-01T12:32:53.206Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:53.206Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 5.0s [2024-08-01T12:32:53.206Z] #55 ... [2024-08-01T12:32:53.206Z] [2024-08-01T12:32:53.206Z] #57 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-01T12:32:53.206Z] #57 DONE 11.4s [2024-08-01T12:32:53.206Z] [2024-08-01T12:32:53.206Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:53.799Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 5.6s [2024-08-01T12:32:53.799Z] #55 ... [2024-08-01T12:32:53.799Z] [2024-08-01T12:32:53.799Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:32:53.799Z] #59 ... [2024-08-01T12:32:53.799Z] [2024-08-01T12:32:53.799Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:54.066Z] #55 ... [2024-08-01T12:32:54.066Z] [2024-08-01T12:32:54.066Z] #60 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:32:54.066Z] #60 ... [2024-08-01T12:32:54.066Z] [2024-08-01T12:32:54.066Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-01T12:32:54.333Z] #61 ... [2024-08-01T12:32:54.333Z] [2024-08-01T12:32:54.333Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-01T12:32:54.333Z] #62 ... [2024-08-01T12:32:54.333Z] [2024-08-01T12:32:54.333Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:32:54.333Z] #0 9.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:54.333Z] #0 9.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:54.601Z] #63 ... [2024-08-01T12:32:54.601Z] [2024-08-01T12:32:54.601Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:54.867Z] #55 ... [2024-08-01T12:32:54.867Z] [2024-08-01T12:32:54.867Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-01T12:32:54.867Z] #64 ... [2024-08-01T12:32:54.867Z] [2024-08-01T12:32:54.867Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:54.868Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 6.7s [2024-08-01T12:32:55.133Z] #55 ... [2024-08-01T12:32:55.133Z] [2024-08-01T12:32:55.133Z] #47 [core-keeper internal] load build context [2024-08-01T12:32:55.133Z] #47 transferring context: 2.95MB 6.5s done [2024-08-01T12:32:55.133Z] #47 DONE 9.0s [2024-08-01T12:32:55.399Z] [2024-08-01T12:32:55.399Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:55.399Z] #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.5s done [2024-08-01T12:32:55.399Z] #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-01T12:32:55.399Z] #65 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-01T12:32:55.399Z] #65 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-01T12:32:55.399Z] #65 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-01T12:32:55.399Z] #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-08-01T12:32:55.399Z] #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-08-01T12:32:55.399Z] #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.0s done [2024-08-01T12:32:55.399Z] #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.34MB / 18.32MB 4.2s [2024-08-01T12:32:55.399Z] #65 ... [2024-08-01T12:32:55.400Z] [2024-08-01T12:32:55.400Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:55.400Z] #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-08-01T12:32:55.667Z] #55 ... [2024-08-01T12:32:55.667Z] [2024-08-01T12:32:55.667Z] #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-01T12:32:55.667Z] #66 ... [2024-08-01T12:32:55.667Z] [2024-08-01T12:32:55.667Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:32:55.667Z] #63 11.64 OK: 266 MiB in 52 packages [2024-08-01T12:32:55.932Z] #63 ... [2024-08-01T12:32:55.932Z] [2024-08-01T12:32:55.932Z] #67 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:32:55.932Z] #67 DONE 2.5s [2024-08-01T12:32:56.199Z] [2024-08-01T12:32:56.199Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:32:56.199Z] #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.71MB / 18.32MB 5.1s [2024-08-01T12:32:56.199Z] #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done [2024-08-01T12:32:56.199Z] #65 ... [2024-08-01T12:32:56.199Z] [2024-08-01T12:32:56.199Z] #48 [security-bootstrapper internal] load build context [2024-08-01T12:32:56.466Z] #48 ... [2024-08-01T12:32:56.466Z] [2024-08-01T12:32:56.466Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:32:56.466Z] #68 ... [2024-08-01T12:32:56.466Z] [2024-08-01T12:32:56.466Z] #45 [security-proxy-setup internal] load build context [2024-08-01T12:32:56.733Z] #45 ... [2024-08-01T12:32:56.733Z] [2024-08-01T12:32:56.733Z] #69 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:32:56.733Z] #69 ... [2024-08-01T12:32:56.733Z] [2024-08-01T12:32:56.733Z] #70 [core-common-config-bootstrapper internal] load build context [2024-08-01T12:32:56.733Z] #70 ... [2024-08-01T12:32:56.733Z] [2024-08-01T12:32:56.733Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:56.733Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 8.8s [2024-08-01T12:32:56.733Z] #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done [2024-08-01T12:32:57.000Z] #55 ... [2024-08-01T12:32:57.000Z] [2024-08-01T12:32:57.000Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:32:57.265Z] #71 ... [2024-08-01T12:32:57.265Z] [2024-08-01T12:32:57.265Z] #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:32:57.265Z] #63 DONE 13.1s [2024-08-01T12:32:57.265Z] [2024-08-01T12:32:57.265Z] #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-01T12:32:57.265Z] #72 ... [2024-08-01T12:32:57.265Z] [2024-08-01T12:32:57.265Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:32:57.531Z] #73 ... [2024-08-01T12:32:57.531Z] [2024-08-01T12:32:57.531Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:57.531Z] #55 ... [2024-08-01T12:32:57.531Z] [2024-08-01T12:32:57.531Z] #56 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:32:57.531Z] #56 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:57.531Z] #56 11.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:57.531Z] #56 13.41 OK: 266 MiB in 52 packages [2024-08-01T12:32:57.531Z] #56 DONE 15.0s [2024-08-01T12:32:57.531Z] [2024-08-01T12:32:57.531Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:57.798Z] #55 ... [2024-08-01T12:32:57.798Z] [2024-08-01T12:32:57.798Z] #45 [security-proxy-setup internal] load build context [2024-08-01T12:32:57.798Z] #45 transferring context: 2.95MB 8.9s done [2024-08-01T12:32:57.798Z] #45 DONE 11.3s [2024-08-01T12:32:57.798Z] [2024-08-01T12:32:57.798Z] #70 [core-common-config-bootstrapper internal] load build context [2024-08-01T12:32:57.798Z] #70 transferring context: 2.95MB 8.7s done [2024-08-01T12:32:57.798Z] #70 DONE 11.4s [2024-08-01T12:32:57.798Z] [2024-08-01T12:32:57.798Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:57.798Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 9.6s [2024-08-01T12:32:58.380Z] #55 ... [2024-08-01T12:32:58.380Z] [2024-08-01T12:32:58.380Z] #48 [security-bootstrapper internal] load build context [2024-08-01T12:32:58.380Z] #48 transferring context: 2.95MB 10.0s done [2024-08-01T12:32:58.380Z] #48 DONE 12.2s [2024-08-01T12:32:58.380Z] [2024-08-01T12:32:58.380Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:58.653Z] #55 ... [2024-08-01T12:32:58.653Z] [2024-08-01T12:32:58.653Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-01T12:32:58.653Z] #58 10.72 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:32:58.653Z] #58 10.72 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:32:58.653Z] #58 10.72 OK: 19953 distinct packages available [2024-08-01T12:32:58.653Z] #58 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:58.653Z] #58 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:32:58.653Z] #58 14.48 OK: 266 MiB in 52 packages [2024-08-01T12:32:58.653Z] #58 DONE 15.8s [2024-08-01T12:32:58.653Z] [2024-08-01T12:32:58.653Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:58.653Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.36MB / 28.04MB 10.5s [2024-08-01T12:32:59.238Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 11.3s [2024-08-01T12:32:59.505Z] #55 ... [2024-08-01T12:32:59.505Z] [2024-08-01T12:32:59.505Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:32:59.505Z] #74 DONE 2.1s [2024-08-01T12:32:59.505Z] [2024-08-01T12:32:59.505Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:59.777Z] #55 ... [2024-08-01T12:32:59.777Z] [2024-08-01T12:32:59.777Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:32:59.777Z] #75 DONE 2.1s [2024-08-01T12:32:59.777Z] [2024-08-01T12:32:59.777Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:32:59.777Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.57MB / 28.04MB 11.6s [2024-08-01T12:33:00.045Z] #55 ... [2024-08-01T12:33:00.045Z] [2024-08-01T12:33:00.045Z] #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:33:00.045Z] #76 DONE 1.4s [2024-08-01T12:33:00.045Z] [2024-08-01T12:33:00.045Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:00.045Z] #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-08-01T12:33:00.045Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 12.1s [2024-08-01T12:33:00.045Z] #55 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-08-01T12:33:00.632Z] #55 ... [2024-08-01T12:33:00.632Z] [2024-08-01T12:33:00.632Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:33:00.632Z] #68 DONE 14.1s [2024-08-01T12:33:00.632Z] [2024-08-01T12:33:00.632Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:00.632Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.84MB / 28.04MB 12.4s [2024-08-01T12:33:01.594Z] #55 ... [2024-08-01T12:33:01.594Z] [2024-08-01T12:33:01.594Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:01.594Z] #59 12.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:01.594Z] #59 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:01.594Z] #59 16.61 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:01.594Z] #59 16.63 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:01.594Z] #59 16.71 OK: 8 MiB in 16 packages [2024-08-01T12:33:01.594Z] #59 DONE 18.0s [2024-08-01T12:33:01.594Z] [2024-08-01T12:33:01.594Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:01.860Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.91MB / 28.04MB 13.7s [2024-08-01T12:33:02.820Z] #55 ... [2024-08-01T12:33:02.820Z] [2024-08-01T12:33:02.820Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-01T12:33:02.820Z] #64 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:02.820Z] #64 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:02.820Z] #64 14.77 (1/4) Installing ca-certificates (20240226-r0) [2024-08-01T12:33:02.820Z] #64 15.18 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:02.820Z] #64 15.19 (3/4) Installing su-exec (0.2-r3) [2024-08-01T12:33:02.820Z] #64 15.20 (4/4) Installing yq (4.33.3-r5) [2024-08-01T12:33:02.820Z] #64 15.96 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:02.820Z] #64 16.16 Executing ca-certificates-20240226-r0.trigger [2024-08-01T12:33:02.820Z] #64 17.08 OK: 18 MiB in 19 packages [2024-08-01T12:33:02.820Z] #64 DONE 17.9s [2024-08-01T12:33:02.820Z] [2024-08-01T12:33:02.820Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:03.091Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.88MB / 28.04MB 14.9s [2024-08-01T12:33:03.673Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 15.6s done [2024-08-01T12:33:03.939Z] #55 ... [2024-08-01T12:33:03.939Z] [2024-08-01T12:33:03.939Z] #69 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:33:03.939Z] #69 DONE 17.2s [2024-08-01T12:33:03.939Z] [2024-08-01T12:33:03.939Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:03.939Z] #55 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 15.6s done [2024-08-01T12:33:03.939Z] #55 ... [2024-08-01T12:33:03.939Z] [2024-08-01T12:33:03.939Z] #62 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-01T12:33:03.939Z] #62 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:03.939Z] #62 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:03.939Z] #62 18.52 (1/2) Installing ca-certificates (20240226-r0) [2024-08-01T12:33:03.939Z] #62 18.81 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:03.939Z] #62 18.83 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:03.939Z] #62 18.87 Executing ca-certificates-20240226-r0.trigger [2024-08-01T12:33:03.939Z] #62 19.64 OK: 9 MiB in 17 packages [2024-08-01T12:33:03.939Z] #62 DONE 20.8s [2024-08-01T12:33:04.207Z] [2024-08-01T12:33:04.207Z] #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:04.790Z] #77 ... [2024-08-01T12:33:04.790Z] [2024-08-01T12:33:04.790Z] #60 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:04.790Z] #60 14.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:04.790Z] #60 16.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:04.790Z] #60 19.51 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:04.790Z] #60 19.51 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:04.790Z] #60 19.65 OK: 8 MiB in 16 packages [2024-08-01T12:33:04.790Z] #60 DONE 20.8s [2024-08-01T12:33:04.790Z] [2024-08-01T12:33:04.790Z] #78 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:06.203Z] #78 ... [2024-08-01T12:33:06.203Z] [2024-08-01T12:33:06.203Z] #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:06.203Z] #79 ... [2024-08-01T12:33:06.203Z] [2024-08-01T12:33:06.203Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:06.203Z] #73 19.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:06.470Z] #73 ... [2024-08-01T12:33:06.470Z] [2024-08-01T12:33:06.470Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:33:06.470Z] #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 7.2s done [2024-08-01T12:33:06.470Z] #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done [2024-08-01T12:33:06.470Z] #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-08-01T12:33:07.052Z] #65 ... [2024-08-01T12:33:07.052Z] [2024-08-01T12:33:07.052Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:07.052Z] #71 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:07.318Z] #71 ... [2024-08-01T12:33:07.318Z] [2024-08-01T12:33:07.318Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-01T12:33:07.318Z] #61 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:07.318Z] #61 14.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:07.318Z] #61 17.98 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:07.318Z] #61 17.98 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:07.318Z] #61 17.98 OK: 19946 distinct packages available [2024-08-01T12:33:07.318Z] #61 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:07.318Z] #61 19.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:07.318Z] #61 21.54 (1/11) Installing ca-certificates (20240226-r0) [2024-08-01T12:33:07.318Z] #61 21.67 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-01T12:33:07.318Z] #61 21.70 (3/11) Installing libunistring (1.1-r1) [2024-08-01T12:33:07.318Z] #61 21.78 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-01T12:33:07.318Z] #61 21.78 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-01T12:33:07.318Z] #61 21.79 (6/11) Installing libcurl (8.9.0-r0) [2024-08-01T12:33:07.318Z] #61 21.83 (7/11) Installing curl (8.9.0-r0) [2024-08-01T12:33:07.318Z] #61 21.86 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:07.318Z] #61 21.87 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-01T12:33:07.318Z] #61 21.88 (10/11) Installing libucontext (1.2-r2) [2024-08-01T12:33:07.318Z] #61 21.89 (11/11) Installing gcompat (1.1.0-r1) [2024-08-01T12:33:07.318Z] #61 21.90 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:07.318Z] #61 22.05 Executing ca-certificates-20240226-r0.trigger [2024-08-01T12:33:07.318Z] #61 22.72 OK: 13 MiB in 26 packages [2024-08-01T12:33:07.318Z] #61 ... [2024-08-01T12:33:07.318Z] [2024-08-01T12:33:07.318Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:07.318Z] #73 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:07.588Z] #73 ... [2024-08-01T12:33:07.588Z] [2024-08-01T12:33:07.588Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-01T12:33:07.588Z] #61 DONE 23.7s [2024-08-01T12:33:07.855Z] [2024-08-01T12:33:07.855Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:07.855Z] #71 20.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:09.265Z] #71 ... [2024-08-01T12:33:09.265Z] [2024-08-01T12:33:09.265Z] #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:09.533Z] #80 ... [2024-08-01T12:33:09.533Z] [2024-08-01T12:33:09.533Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:09.533Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-08-01T12:33:09.800Z] #55 ... [2024-08-01T12:33:09.800Z] [2024-08-01T12:33:09.800Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:09.800Z] #81 ... [2024-08-01T12:33:09.800Z] [2024-08-01T12:33:09.800Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:10.066Z] #55 ... [2024-08-01T12:33:10.066Z] [2024-08-01T12:33:10.066Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:10.334Z] #82 ... [2024-08-01T12:33:10.334Z] [2024-08-01T12:33:10.334Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:33:10.600Z] #65 ... [2024-08-01T12:33:10.600Z] [2024-08-01T12:33:10.600Z] #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-01T12:33:10.868Z] #83 ... [2024-08-01T12:33:10.868Z] [2024-08-01T12:33:10.868Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:10.868Z] #71 23.82 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:10.868Z] #71 23.84 (2/4) Installing openssl (3.1.6-r0) [2024-08-01T12:33:10.868Z] #71 23.90 (3/4) Installing su-exec (0.2-r3) [2024-08-01T12:33:10.868Z] #71 ... [2024-08-01T12:33:10.868Z] [2024-08-01T12:33:10.868Z] #66 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-01T12:33:10.868Z] #66 18.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:10.868Z] #66 19.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:10.868Z] #66 20.78 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:10.868Z] #66 20.78 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:10.868Z] #66 20.78 OK: 19946 distinct packages available [2024-08-01T12:33:10.868Z] #66 21.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:10.868Z] #66 21.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:10.868Z] #66 24.07 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:10.868Z] #66 24.11 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-01T12:33:10.868Z] #66 24.12 (3/5) Installing libucontext (1.2-r2) [2024-08-01T12:33:10.868Z] #66 24.13 (4/5) Installing gcompat (1.1.0-r1) [2024-08-01T12:33:10.868Z] #66 24.16 (5/5) Installing openssl (3.1.6-r0) [2024-08-01T12:33:10.868Z] #66 24.23 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:10.868Z] #66 24.35 OK: 9 MiB in 20 packages [2024-08-01T12:33:10.868Z] #66 DONE 25.5s [2024-08-01T12:33:10.868Z] [2024-08-01T12:33:10.868Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:10.868Z] #71 23.95 (4/4) Installing yq (4.33.3-r5) [2024-08-01T12:33:11.825Z] #71 ... [2024-08-01T12:33:11.825Z] [2024-08-01T12:33:11.825Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:11.825Z] #0 9.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:11.825Z] #84 ... [2024-08-01T12:33:11.825Z] [2024-08-01T12:33:11.825Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:11.825Z] #71 25.02 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:12.091Z] #71 25.10 OK: 18 MiB in 19 packages [2024-08-01T12:33:13.055Z] #71 ... [2024-08-01T12:33:13.055Z] [2024-08-01T12:33:13.055Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-01T12:33:13.055Z] #0 9.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:13.055Z] #85 ... [2024-08-01T12:33:13.055Z] [2024-08-01T12:33:13.055Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:13.636Z] #55 ... [2024-08-01T12:33:13.636Z] [2024-08-01T12:33:13.636Z] #72 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-01T12:33:13.636Z] #72 20.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:13.636Z] #72 21.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:13.636Z] #72 24.74 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:13.636Z] #72 24.77 (2/2) Installing su-exec (0.2-r3) [2024-08-01T12:33:13.636Z] #72 24.82 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:13.636Z] #72 24.95 OK: 8 MiB in 17 packages [2024-08-01T12:33:13.636Z] #72 DONE 26.4s [2024-08-01T12:33:13.636Z] [2024-08-01T12:33:13.636Z] #71 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:13.636Z] #71 DONE 26.7s [2024-08-01T12:33:13.636Z] [2024-08-01T12:33:13.636Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-01T12:33:13.902Z] #86 ... [2024-08-01T12:33:13.902Z] [2024-08-01T12:33:13.902Z] #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:13.902Z] #0 9.702 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:14.169Z] #87 ... [2024-08-01T12:33:14.169Z] [2024-08-01T12:33:14.169Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:15.579Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.0s [2024-08-01T12:33:17.521Z] #55 ... [2024-08-01T12:33:17.521Z] [2024-08-01T12:33:17.521Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:17.521Z] #0 8.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:17.787Z] #88 ... [2024-08-01T12:33:17.787Z] [2024-08-01T12:33:17.787Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:20.369Z] #55 ... [2024-08-01T12:33:20.369Z] [2024-08-01T12:33:20.369Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:20.369Z] #73 23.20 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:20.369Z] #73 23.20 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:20.369Z] #73 23.20 OK: 19946 distinct packages available [2024-08-01T12:33:20.369Z] #73 24.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:20.369Z] #73 26.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:20.369Z] #73 31.99 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:20.369Z] #73 32.00 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-01T12:33:20.369Z] #73 32.03 (3/4) Installing libucontext (1.2-r2) [2024-08-01T12:33:20.369Z] #73 32.11 (4/4) Installing gcompat (1.1.0-r1) [2024-08-01T12:33:20.369Z] #73 32.16 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:20.369Z] #73 32.32 OK: 8 MiB in 19 packages [2024-08-01T12:33:20.369Z] #73 ... [2024-08-01T12:33:20.369Z] [2024-08-01T12:33:20.369Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:20.635Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.1s [2024-08-01T12:33:20.635Z] #55 ... [2024-08-01T12:33:20.635Z] [2024-08-01T12:33:20.636Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:33:20.636Z] #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.6s done [2024-08-01T12:33:20.902Z] #65 ... [2024-08-01T12:33:20.902Z] [2024-08-01T12:33:20.902Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-01T12:33:20.902Z] #0 7.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:20.902Z] #0 9.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:21.167Z] #89 ... [2024-08-01T12:33:21.167Z] [2024-08-01T12:33:21.167Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:21.440Z] #55 ... [2024-08-01T12:33:21.440Z] [2024-08-01T12:33:21.440Z] #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-01T12:33:21.440Z] #83 10.86 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:21.440Z] #83 12.86 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:21.440Z] #83 19.94 OK: 266 MiB in 52 packages [2024-08-01T12:33:21.707Z] #83 ... [2024-08-01T12:33:21.707Z] [2024-08-01T12:33:21.707Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:21.707Z] #55 ... [2024-08-01T12:33:21.707Z] [2024-08-01T12:33:21.707Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:21.707Z] #73 DONE 34.5s [2024-08-01T12:33:21.707Z] [2024-08-01T12:33:21.707Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:21.974Z] #55 ... [2024-08-01T12:33:21.974Z] [2024-08-01T12:33:21.974Z] #83 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-01T12:33:21.974Z] #83 DONE 21.4s [2024-08-01T12:33:22.247Z] [2024-08-01T12:33:22.247Z] #78 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:22.248Z] #78 9.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:22.248Z] #78 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:22.248Z] #78 16.08 OK: 8 MiB in 16 packages [2024-08-01T12:33:22.248Z] #78 DONE 17.9s [2024-08-01T12:33:22.248Z] [2024-08-01T12:33:22.248Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:22.248Z] #55 ... [2024-08-01T12:33:22.248Z] [2024-08-01T12:33:22.248Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:22.248Z] #84 11.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:22.248Z] #84 19.22 OK: 8 MiB in 16 packages [2024-08-01T12:33:22.248Z] #84 DONE 20.5s [2024-08-01T12:33:22.515Z] [2024-08-01T12:33:22.515Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-01T12:33:22.785Z] #90 ... [2024-08-01T12:33:22.785Z] [2024-08-01T12:33:22.785Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-01T12:33:22.785Z] #85 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:22.785Z] #85 17.91 OK: 18 MiB in 19 packages [2024-08-01T12:33:22.785Z] #85 DONE 19.9s [2024-08-01T12:33:23.051Z] [2024-08-01T12:33:23.051Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:23.318Z] #55 ... [2024-08-01T12:33:23.318Z] [2024-08-01T12:33:23.318Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-01T12:33:23.318Z] #90 DONE 1.1s [2024-08-01T12:33:23.318Z] [2024-08-01T12:33:23.318Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:23.318Z] #55 ... [2024-08-01T12:33:23.318Z] [2024-08-01T12:33:23.318Z] #77 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:23.318Z] #77 9.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:23.318Z] #77 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:23.318Z] #77 17.49 OK: 9 MiB in 17 packages [2024-08-01T12:33:23.318Z] #77 DONE 20.2s [2024-08-01T12:33:23.591Z] [2024-08-01T12:33:23.591Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:23.591Z] #91 ... [2024-08-01T12:33:23.591Z] [2024-08-01T12:33:23.591Z] #92 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-01T12:33:23.591Z] #0 5.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:23.591Z] #0 7.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:23.857Z] #92 ... [2024-08-01T12:33:23.857Z] [2024-08-01T12:33:23.857Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:25.798Z] #55 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.1s done [2024-08-01T12:33:25.798Z] #55 ... [2024-08-01T12:33:25.798Z] [2024-08-01T12:33:25.798Z] #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:25.798Z] #88 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:25.798Z] #88 17.23 OK: 13 MiB in 26 packages [2024-08-01T12:33:25.798Z] #88 DONE 18.2s [2024-08-01T12:33:25.798Z] [2024-08-01T12:33:25.798Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-01T12:33:25.798Z] #89 15.08 OK: 9 MiB in 20 packages [2024-08-01T12:33:26.064Z] #89 ... [2024-08-01T12:33:26.064Z] [2024-08-01T12:33:26.064Z] #87 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:26.064Z] #87 12.02 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:26.064Z] #87 19.41 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:26.064Z] #87 20.50 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:26.064Z] #87 20.69 OK: 8 MiB in 16 packages [2024-08-01T12:33:26.064Z] #87 DONE 22.1s [2024-08-01T12:33:26.336Z] [2024-08-01T12:33:26.336Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-01T12:33:26.336Z] #86 5.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:26.336Z] #86 7.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:26.336Z] #86 12.55 OK: 18 MiB in 19 packages [2024-08-01T12:33:26.336Z] #86 ... [2024-08-01T12:33:26.336Z] [2024-08-01T12:33:26.336Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:26.604Z] #55 ... [2024-08-01T12:33:26.604Z] [2024-08-01T12:33:26.604Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-01T12:33:26.604Z] #89 DONE 15.9s [2024-08-01T12:33:26.871Z] [2024-08-01T12:33:26.871Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-01T12:33:27.139Z] #93 ... [2024-08-01T12:33:27.139Z] [2024-08-01T12:33:27.139Z] #92 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-01T12:33:27.139Z] #92 12.89 OK: 8 MiB in 17 packages [2024-08-01T12:33:27.139Z] #92 DONE 13.4s [2024-08-01T12:33:27.139Z] [2024-08-01T12:33:27.139Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-01T12:33:27.139Z] #86 DONE 13.5s [2024-08-01T12:33:27.139Z] [2024-08-01T12:33:27.139Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-01T12:33:27.405Z] #94 DONE 0.3s [2024-08-01T12:33:27.405Z] [2024-08-01T12:33:27.405Z] #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-01T12:33:28.819Z] #95 ... [2024-08-01T12:33:28.819Z] [2024-08-01T12:33:28.819Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-01T12:33:28.819Z] #93 DONE 2.1s [2024-08-01T12:33:28.819Z] [2024-08-01T12:33:28.819Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-01T12:33:30.223Z] #96 DONE 1.5s [2024-08-01T12:33:30.223Z] [2024-08-01T12:33:30.223Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-01T12:33:30.223Z] #97 DONE 1.7s [2024-08-01T12:33:30.223Z] [2024-08-01T12:33:30.223Z] #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-01T12:33:30.223Z] #95 DONE 3.1s [2024-08-01T12:33:30.223Z] [2024-08-01T12:33:30.223Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-01T12:33:30.496Z] #98 DONE 0.3s [2024-08-01T12:33:30.497Z] [2024-08-01T12:33:30.497Z] #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-01T12:33:30.497Z] #99 DONE 0.4s [2024-08-01T12:33:30.497Z] [2024-08-01T12:33:30.497Z] #100 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-01T12:33:30.777Z] #100 ... [2024-08-01T12:33:30.777Z] [2024-08-01T12:33:30.777Z] #101 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-01T12:33:30.777Z] #101 DONE 0.4s [2024-08-01T12:33:30.777Z] [2024-08-01T12:33:30.777Z] #100 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-01T12:33:30.777Z] #100 DONE 0.2s [2024-08-01T12:33:30.777Z] [2024-08-01T12:33:30.777Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-01T12:33:30.777Z] #102 DONE 0.2s [2024-08-01T12:33:30.777Z] [2024-08-01T12:33:30.777Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:31.053Z] #103 ... [2024-08-01T12:33:31.053Z] [2024-08-01T12:33:31.053Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:31.053Z] #104 DONE 0.2s [2024-08-01T12:33:31.053Z] [2024-08-01T12:33:31.053Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:31.053Z] #103 DONE 0.3s [2024-08-01T12:33:31.053Z] [2024-08-01T12:33:31.053Z] #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-01T12:33:31.322Z] #105 DONE 0.2s [2024-08-01T12:33:31.322Z] [2024-08-01T12:33:31.322Z] #106 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-01T12:33:31.322Z] #106 ... [2024-08-01T12:33:31.322Z] [2024-08-01T12:33:31.322Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-01T12:33:31.322Z] #107 DONE 0.2s [2024-08-01T12:33:31.590Z] [2024-08-01T12:33:31.590Z] #106 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-01T12:33:31.590Z] #106 DONE 0.2s [2024-08-01T12:33:31.590Z] [2024-08-01T12:33:31.590Z] #108 [security-spire-agent] exporting to image [2024-08-01T12:33:31.590Z] #108 exporting layers [2024-08-01T12:33:31.857Z] #108 ... [2024-08-01T12:33:31.857Z] [2024-08-01T12:33:31.857Z] #109 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-01T12:33:31.857Z] #0 4.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:31.857Z] #0 6.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-01T12:33:31.857Z] #0 9.046 OK: 8 MiB in 19 packages [2024-08-01T12:33:31.857Z] #109 ... [2024-08-01T12:33:31.857Z] [2024-08-01T12:33:31.857Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-01T12:33:31.857Z] #110 DONE 0.5s [2024-08-01T12:33:31.857Z] [2024-08-01T12:33:31.857Z] #109 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-01T12:33:31.857Z] #109 DONE 10.2s [2024-08-01T12:33:31.857Z] [2024-08-01T12:33:31.857Z] #108 [security-spire-server] exporting to image [2024-08-01T12:33:34.431Z] #108 ... [2024-08-01T12:33:34.431Z] [2024-08-01T12:33:34.431Z] #111 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-01T12:33:34.431Z] #111 DONE 2.1s [2024-08-01T12:33:34.431Z] [2024-08-01T12:33:34.431Z] #112 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-01T12:33:34.431Z] #112 DONE 0.1s [2024-08-01T12:33:34.431Z] [2024-08-01T12:33:34.431Z] #113 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-01T12:33:34.431Z] #113 DONE 0.1s [2024-08-01T12:33:34.431Z] [2024-08-01T12:33:34.431Z] #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:34.431Z] #80 ... [2024-08-01T12:33:34.431Z] [2024-08-01T12:33:34.431Z] #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:34.431Z] #114 DONE 0.1s [2024-08-01T12:33:34.431Z] [2024-08-01T12:33:34.431Z] #108 [security-spire-agent] exporting to image [2024-08-01T12:33:34.431Z] #108 exporting layers 2.6s done [2024-08-01T12:33:34.431Z] #108 writing image sha256:24accfd15d2bb43bfc7659ba422f5f60d6ccb1a12d4f6b0cef5a66dfb03a2df7 done [2024-08-01T12:33:34.431Z] #108 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-01T12:33:34.700Z] #108 writing image sha256:99dc51d357a6077b98999dd576815ce5b3de3b71739d8247f8a4fafcffe277cb done [2024-08-01T12:33:34.700Z] #108 naming to docker.io/library/security-spire-server-arm64 done [2024-08-01T12:33:34.700Z] #108 DONE 3.2s [2024-08-01T12:33:34.700Z] [2024-08-01T12:33:34.700Z] #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-01T12:33:34.700Z] #115 DONE 0.1s [2024-08-01T12:33:34.700Z] [2024-08-01T12:33:34.700Z] #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-01T12:33:34.700Z] #116 DONE 0.1s [2024-08-01T12:33:34.700Z] [2024-08-01T12:33:34.700Z] #108 [security-spire-config] exporting to image [2024-08-01T12:33:36.630Z] #108 exporting layers 1.5s done [2024-08-01T12:33:36.630Z] #108 writing image sha256:d5bae39387464ffac42d4f8ffd678be6f957670d3cef956e2d19f23b24658658 done [2024-08-01T12:33:36.630Z] #108 naming to docker.io/library/security-spire-config-arm64 done [2024-08-01T12:33:36.630Z] #108 DONE 4.6s [2024-08-01T12:33:36.630Z] [2024-08-01T12:33:36.630Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:51.871Z] #55 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:51.871Z] #63 81.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #63 81.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #63 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:33:51.871Z] #38 DONE 84.3s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #46 [security-secretstore-setup internal] load build context [2024-08-01T12:33:51.871Z] #46 DONE 86.8s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:51.871Z] #63 81.99 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.871Z] #63 81.99 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.871Z] #63 82.00 OK: 7 MiB in 16 packages [2024-08-01T12:33:51.871Z] #63 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-01T12:33:51.871Z] #64 DONE 83.9s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #58 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:51.871Z] #58 DONE 84.0s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:33:51.871Z] #62 DONE 82.7s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #49 [core-data internal] load build context [2024-08-01T12:33:51.871Z] #49 DONE 86.0s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-08-01T12:33:51.871Z] #67 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #56 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-01T12:33:51.871Z] #56 DONE 83.2s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #48 [security-proxy-auth internal] load build context [2024-08-01T12:33:51.871Z] #48 DONE 87.7s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-01T12:33:51.871Z] #66 81.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #66 81.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #66 82.11 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:51.871Z] #66 82.11 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:51.871Z] #66 82.11 OK: 20070 distinct packages available [2024-08-01T12:33:51.871Z] #66 82.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #66 82.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #66 82.60 (1/11) Installing ca-certificates (20240226-r0) [2024-08-01T12:33:51.871Z] #66 82.63 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-01T12:33:51.871Z] #66 82.64 (3/11) Installing libunistring (1.1-r1) [2024-08-01T12:33:51.871Z] #66 82.65 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-01T12:33:51.871Z] #66 82.66 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-01T12:33:51.871Z] #66 82.66 (6/11) Installing libcurl (8.9.0-r0) [2024-08-01T12:33:51.871Z] #66 82.68 (7/11) Installing curl (8.9.0-r0) [2024-08-01T12:33:51.871Z] #66 82.68 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.871Z] #66 82.68 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-01T12:33:51.871Z] #66 82.69 (10/11) Installing libucontext (1.2-r2) [2024-08-01T12:33:51.871Z] #66 82.69 (11/11) Installing gcompat (1.1.0-r1) [2024-08-01T12:33:51.871Z] #66 82.70 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.871Z] #66 82.70 Executing ca-certificates-20240226-r0.trigger [2024-08-01T12:33:51.871Z] #66 82.76 OK: 12 MiB in 26 packages [2024-08-01T12:33:51.871Z] #66 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #44 [core-command internal] load build context [2024-08-01T12:33:51.871Z] #44 DONE 83.8s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #51 [core-keeper internal] load build context [2024-08-01T12:33:51.871Z] #51 DONE 84.6s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #50 [core-metadata internal] load build context [2024-08-01T12:33:51.871Z] #50 DONE 86.3s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #52 [core-common-config-bootstrapper internal] load build context [2024-08-01T12:33:51.871Z] #52 DONE 84.0s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #39 [security-proxy-setup internal] load build context [2024-08-01T12:33:51.871Z] #39 DONE 84.8s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #54 [support-notifications internal] load build context [2024-08-01T12:33:51.871Z] #54 DONE 84.1s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #47 [support-cron-scheduler internal] load build context [2024-08-01T12:33:51.871Z] #47 DONE 88.3s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:51.871Z] #65 82.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #65 83.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #65 83.25 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:51.871Z] #65 83.25 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:51.871Z] #65 83.25 OK: 20070 distinct packages available [2024-08-01T12:33:51.871Z] #65 83.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #65 83.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #65 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #55 [support-scheduler internal] load build context [2024-08-01T12:33:51.871Z] #55 DONE 84.0s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #53 [security-bootstrapper internal] load build context [2024-08-01T12:33:51.871Z] #53 DONE 84.2s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:51.871Z] #65 83.65 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.871Z] #65 83.65 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-01T12:33:51.871Z] #65 83.65 (3/4) Installing libucontext (1.2-r2) [2024-08-01T12:33:51.871Z] #65 83.65 (4/4) Installing gcompat (1.1.0-r1) [2024-08-01T12:33:51.871Z] #65 83.66 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.871Z] #65 83.67 OK: 8 MiB in 19 packages [2024-08-01T12:33:51.871Z] #65 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #57 [security-spiffe-token-provider internal] load build context [2024-08-01T12:33:51.871Z] #57 DONE 84.6s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:51.871Z] #63 DONE 84.4s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:51.871Z] #68 ... [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-01T12:33:51.871Z] #66 DONE 84.5s [2024-08-01T12:33:51.871Z] [2024-08-01T12:33:51.871Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-01T12:33:51.871Z] #61 81.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #61 81.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.871Z] #61 81.80 (1/4) Installing ca-certificates (20240226-r0) [2024-08-01T12:33:51.871Z] #61 81.86 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.871Z] #61 81.86 (3/4) Installing su-exec (0.2-r3) [2024-08-01T12:33:51.871Z] #61 81.87 (4/4) Installing yq (4.33.3-r5) [2024-08-01T12:33:51.871Z] #61 81.93 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.871Z] #61 81.94 Executing ca-certificates-20240226-r0.trigger [2024-08-01T12:33:51.872Z] #61 81.98 OK: 17 MiB in 19 packages [2024-08-01T12:33:51.872Z] #61 DONE 84.3s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #59 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-01T12:33:51.872Z] #59 81.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #59 81.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #59 82.16 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:51.872Z] #59 82.16 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:51.872Z] #59 82.16 OK: 20070 distinct packages available [2024-08-01T12:33:51.872Z] #59 82.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #59 82.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #59 82.57 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.872Z] #59 82.57 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-01T12:33:51.872Z] #59 82.58 (3/5) Installing libucontext (1.2-r2) [2024-08-01T12:33:51.872Z] #59 82.58 (4/5) Installing gcompat (1.1.0-r1) [2024-08-01T12:33:51.872Z] #59 82.59 (5/5) Installing openssl (3.1.6-r0) [2024-08-01T12:33:51.872Z] #59 82.60 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.872Z] #59 82.61 OK: 8 MiB in 20 packages [2024-08-01T12:33:51.872Z] #59 DONE 85.7s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-01T12:33:51.872Z] #60 82.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #60 82.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #60 82.97 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.872Z] #60 82.97 (2/4) Installing openssl (3.1.6-r0) [2024-08-01T12:33:51.872Z] #60 82.98 (3/4) Installing su-exec (0.2-r3) [2024-08-01T12:33:51.872Z] #60 82.99 (4/4) Installing yq (4.33.3-r5) [2024-08-01T12:33:51.872Z] #60 83.04 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.872Z] #60 83.05 OK: 17 MiB in 19 packages [2024-08-01T12:33:51.872Z] #60 DONE 84.6s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-01T12:33:51.872Z] #65 DONE 84.5s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #69 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #69 ... [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:33:51.872Z] #42 DONE 91.0s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #67 2.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #67 2.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #67 3.104 OK: 7 MiB in 16 packages [2024-08-01T12:33:51.872Z] #67 DONE 4.8s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #45 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-01T12:33:51.872Z] #45 DONE 92.1s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #70 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #0 4.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 4.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 4.660 OK: 8 MiB in 17 packages [2024-08-01T12:33:51.872Z] #70 DONE 4.8s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #71 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-08-01T12:33:51.872Z] #71 DONE 0.9s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #0 2.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 2.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 2.921 OK: 7 MiB in 17 packages [2024-08-01T12:33:51.872Z] #72 DONE 3.0s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #73 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:33:51.872Z] #73 ... [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #68 1.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #68 1.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #68 2.047 OK: 7 MiB in 16 packages [2024-08-01T12:33:51.872Z] #68 DONE 2.7s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:33:51.872Z] #74 ... [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-01T12:33:51.872Z] #0 2.559 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 3.041 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 3.744 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-01T12:33:51.872Z] #0 4.054 Executing busybox-1.36.1-r7.trigger [2024-08-01T12:33:51.872Z] #0 4.060 OK: 7 MiB in 16 packages [2024-08-01T12:33:51.872Z] #75 DONE 4.3s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #0 2.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 2.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 2.841 OK: 12 MiB in 26 packages [2024-08-01T12:33:51.872Z] #76 DONE 3.0s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #0 2.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 2.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 2.869 OK: 17 MiB in 19 packages [2024-08-01T12:33:51.872Z] #77 DONE 3.0s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #78 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-01T12:33:51.872Z] #0 3.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 3.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:51.872Z] #0 4.046 OK: 8 MiB in 20 packages [2024-08-01T12:33:51.872Z] #78 DONE 4.2s [2024-08-01T12:33:51.872Z] [2024-08-01T12:33:51.872Z] #79 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-01T12:33:53.797Z] #79 DONE 2.1s [2024-08-01T12:33:53.797Z] [2024-08-01T12:33:53.797Z] #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-01T12:33:53.797Z] #80 DONE 2.1s [2024-08-01T12:33:53.797Z] [2024-08-01T12:33:53.797Z] #69 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-01T12:33:53.797Z] #69 4.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:53.797Z] #69 5.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:53.797Z] #69 5.252 OK: 8 MiB in 19 packages [2024-08-01T12:33:55.175Z] #69 ... [2024-08-01T12:33:55.175Z] [2024-08-01T12:33:55.175Z] #81 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-01T12:33:55.175Z] #81 DONE 1.4s [2024-08-01T12:33:55.175Z] [2024-08-01T12:33:55.175Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-01T12:33:55.175Z] #0 4.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:55.175Z] #0 5.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:55.175Z] #0 5.288 OK: 17 MiB in 19 packages [2024-08-01T12:33:55.175Z] #82 DONE 6.5s [2024-08-01T12:33:55.175Z] [2024-08-01T12:33:55.175Z] #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-01T12:33:55.175Z] #83 DONE 1.5s [2024-08-01T12:33:55.175Z] [2024-08-01T12:33:55.175Z] #69 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-01T12:33:55.175Z] #69 DONE 6.4s [2024-08-01T12:33:55.175Z] [2024-08-01T12:33:55.175Z] #84 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-01T12:33:55.175Z] #84 ... [2024-08-01T12:33:55.175Z] [2024-08-01T12:33:55.175Z] #85 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-01T12:33:55.175Z] #85 DONE 0.2s [2024-08-01T12:33:55.451Z] [2024-08-01T12:33:55.451Z] #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:56.390Z] #86 ... [2024-08-01T12:33:56.390Z] [2024-08-01T12:33:56.390Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-01T12:33:56.390Z] #87 DONE 1.2s [2024-08-01T12:33:56.390Z] [2024-08-01T12:33:56.390Z] #73 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:33:56.390Z] #73 6.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:56.390Z] #73 6.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:56.390Z] #73 7.162 OK: 264 MiB in 52 packages [2024-08-01T12:33:56.390Z] #73 DONE 7.8s [2024-08-01T12:33:56.390Z] [2024-08-01T12:33:56.390Z] #88 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:33:56.648Z] #88 ... [2024-08-01T12:33:56.648Z] [2024-08-01T12:33:56.648Z] #89 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-01T12:33:56.648Z] #0 5.014 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:56.648Z] #0 5.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:56.648Z] #0 5.344 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-01T12:33:56.648Z] #0 5.344 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-01T12:33:56.648Z] #0 5.344 OK: 20077 distinct packages available [2024-08-01T12:33:56.648Z] #0 5.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:56.649Z] #0 5.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:56.649Z] #0 5.715 OK: 264 MiB in 52 packages [2024-08-01T12:33:56.649Z] #89 DONE 6.5s [2024-08-01T12:33:56.649Z] [2024-08-01T12:33:56.649Z] #84 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-01T12:33:56.649Z] #84 DONE 1.4s [2024-08-01T12:33:56.649Z] [2024-08-01T12:33:56.649Z] #90 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-01T12:33:56.649Z] #90 DONE 6.7s [2024-08-01T12:33:56.649Z] [2024-08-01T12:33:56.649Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-01T12:33:56.649Z] #91 DONE 1.6s [2024-08-01T12:33:56.649Z] [2024-08-01T12:33:56.649Z] #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-01T12:33:56.907Z] #92 ... [2024-08-01T12:33:56.907Z] [2024-08-01T12:33:56.907Z] #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:56.907Z] #86 DONE 1.6s [2024-08-01T12:33:56.907Z] [2024-08-01T12:33:56.907Z] #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-01T12:33:57.168Z] #93 ... [2024-08-01T12:33:57.168Z] [2024-08-01T12:33:57.168Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:33:57.168Z] #94 DONE 0.6s [2024-08-01T12:33:57.168Z] [2024-08-01T12:33:57.168Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-01T12:33:57.168Z] #95 DONE 0.5s [2024-08-01T12:33:57.168Z] [2024-08-01T12:33:57.168Z] #88 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:33:57.168Z] #88 DONE 0.7s [2024-08-01T12:33:57.168Z] [2024-08-01T12:33:57.168Z] #96 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-01T12:33:57.168Z] #96 DONE 0.7s [2024-08-01T12:33:57.168Z] [2024-08-01T12:33:57.168Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:57.426Z] #97 ... [2024-08-01T12:33:57.426Z] [2024-08-01T12:33:57.426Z] #98 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-01T12:33:57.426Z] #98 DONE 7.3s [2024-08-01T12:33:57.426Z] [2024-08-01T12:33:57.426Z] #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-01T12:33:57.426Z] #93 DONE 0.6s [2024-08-01T12:33:57.426Z] [2024-08-01T12:33:57.426Z] #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:33:57.426Z] #74 7.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:57.684Z] #74 ... [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #99 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-01T12:33:57.684Z] #99 DONE 0.3s [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:57.684Z] #97 DONE 0.3s [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-01T12:33:57.684Z] #100 DONE 0.4s [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-01T12:33:57.684Z] #101 DONE 0.2s [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #102 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-01T12:33:57.684Z] #102 DONE 0.1s [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-01T12:33:57.684Z] #103 DONE 0.1s [2024-08-01T12:33:57.684Z] [2024-08-01T12:33:57.684Z] #104 [security-spire-server] exporting to image [2024-08-01T12:33:57.684Z] #104 exporting layers [2024-08-01T12:33:58.259Z] #104 ... [2024-08-01T12:33:58.259Z] [2024-08-01T12:33:58.259Z] #105 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-01T12:33:58.259Z] #105 DONE 0.4s [2024-08-01T12:33:58.259Z] [2024-08-01T12:33:58.259Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-01T12:33:58.259Z] #106 DONE 0.4s [2024-08-01T12:33:58.259Z] [2024-08-01T12:33:58.259Z] #107 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-01T12:33:58.259Z] #0 9.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:58.259Z] #0 9.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:58.259Z] #0 9.448 OK: 264 MiB in 52 packages [2024-08-01T12:33:58.259Z] #107 DONE 9.6s [2024-08-01T12:33:58.259Z] [2024-08-01T12:33:58.259Z] #104 [security-spire-agent] exporting to image [2024-08-01T12:33:58.259Z] #104 ... [2024-08-01T12:33:58.259Z] [2024-08-01T12:33:58.259Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-01T12:33:58.259Z] #108 DONE 0.3s [2024-08-01T12:33:58.259Z] [2024-08-01T12:33:58.259Z] #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-01T12:33:58.259Z] #74 7.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:58.259Z] #74 8.012 OK: 264 MiB in 52 packages [2024-08-01T12:33:58.259Z] #74 DONE 9.2s [2024-08-01T12:33:58.517Z] [2024-08-01T12:33:58.517Z] #109 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:33:58.518Z] #109 DONE 0.2s [2024-08-01T12:33:58.518Z] [2024-08-01T12:33:58.518Z] #110 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:33:58.518Z] #110 ... [2024-08-01T12:33:58.518Z] [2024-08-01T12:33:58.518Z] #111 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:33:58.518Z] #111 DONE 0.3s [2024-08-01T12:33:58.776Z] [2024-08-01T12:33:58.776Z] #104 [security-spire-server] exporting to image [2024-08-01T12:33:58.776Z] #104 exporting layers 0.8s done [2024-08-01T12:33:58.776Z] #104 writing image sha256:fa8079dc257ef31f5f70597f631a7dc690ff63a9bcfe1e757b84dad4029d4d2f 0.0s done [2024-08-01T12:33:58.776Z] #104 naming to docker.io/library/security-spire-server done [2024-08-01T12:33:59.341Z] #104 exporting layers 1.1s done [2024-08-01T12:33:59.341Z] #104 writing image sha256:e9ae496f246c22c03af2c6eca5b53f525540c91e31ab80e735e1df4f05b76b57 0.1s done [2024-08-01T12:33:59.341Z] #104 naming to docker.io/library/security-spire-agent [2024-08-01T12:33:59.341Z] #104 naming to docker.io/library/security-spire-agent 0.0s done [2024-08-01T12:33:59.909Z] #104 exporting layers 1.3s done [2024-08-01T12:33:59.909Z] #104 writing image sha256:193fff35d4acb515ea1b15d58f105cab6208628b5bdbf971134fecfb695deff8 0.0s done [2024-08-01T12:33:59.909Z] #104 naming to docker.io/library/security-spire-config done [2024-08-01T12:33:59.909Z] #104 DONE 1.8s [2024-08-01T12:33:59.909Z] [2024-08-01T12:33:59.909Z] #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-01T12:33:59.909Z] #92 1.380 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:59.909Z] #92 1.840 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-01T12:33:59.909Z] #92 2.565 OK: 264 MiB in 52 packages [2024-08-01T12:33:59.909Z] #92 DONE 3.0s [2024-08-01T12:33:59.909Z] [2024-08-01T12:33:59.909Z] #112 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-01T12:34:00.168Z] #112 DONE 0.3s [2024-08-01T12:34:00.168Z] [2024-08-01T12:34:00.168Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:08.962Z] #113 ... [2024-08-01T12:34:08.962Z] [2024-08-01T12:34:08.962Z] #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:08.962Z] #114 ... [2024-08-01T12:34:08.962Z] [2024-08-01T12:34:08.962Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:08.962Z] #115 ... [2024-08-01T12:34:08.962Z] [2024-08-01T12:34:08.962Z] #116 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #55 ... [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #91 DONE 88.9s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #80 DONE 112.9s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #82 DONE 112.2s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #79 DONE 116.2s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #117 ... [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #81 DONE 112.7s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #118 [support-scheduler builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #118 DONE 1.4s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #119 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #120 [support-notifications builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #120 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #121 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #121 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #122 DONE 1.5s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #123 [support-cron-scheduler builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #123 DONE 1.5s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T12:34:58.223Z] #124 ... [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #125 [core-keeper builder 7/8] COPY . . [2024-08-01T12:34:58.223Z] #125 DONE 1.5s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #126 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #127 [security-proxy-setup builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #127 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #128 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #129 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #130 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #130 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #131 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #132 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #133 [security-bootstrapper builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #133 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #134 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #134 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #117 DONE 1.5s [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #135 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #136 [security-proxy-auth builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #136 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #137 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #138 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #139 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #140 [core-metadata builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #140 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #141 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #141 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #142 [core-data builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #142 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #143 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #143 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #144 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:34:58.223Z] #144 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #145 [core-command builder 6/7] COPY . . [2024-08-01T12:34:58.223Z] #145 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.223Z] #146 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:34:58.223Z] #146 CACHED [2024-08-01T12:34:58.223Z] [2024-08-01T12:34:58.224Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-01T12:34:59.183Z] #147 ... [2024-08-01T12:34:59.183Z] [2024-08-01T12:34:59.183Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-01T12:34:59.183Z] #0 5.127 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-01T12:35:00.159Z] #148 ... [2024-08-01T12:35:00.159Z] [2024-08-01T12:35:00.159Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-01T12:35:00.159Z] #147 6.240 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-01T12:35:04.412Z] #147 ... [2024-08-01T12:35:04.413Z] [2024-08-01T12:35:04.413Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-01T12:35:04.413Z] #0 5.338 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-01T12:35:04.413Z] #149 ... [2024-08-01T12:35:04.413Z] [2024-08-01T12:35:04.413Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T12:35:04.413Z] #0 6.208 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-01T12:35:04.413Z] #150 ... [2024-08-01T12:35:04.413Z] [2024-08-01T12:35:04.413Z] #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-08-01T12:35:04.413Z] #0 4.933 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-01T12:35:04.413Z] #151 ... [2024-08-01T12:35:04.413Z] [2024-08-01T12:35:04.413Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-01T12:35:04.413Z] #0 6.289 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-01T12:35:04.413Z] #152 ... [2024-08-01T12:35:04.413Z] [2024-08-01T12:35:04.413Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-01T12:35:04.413Z] #0 6.529 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-01T12:35:04.690Z] #153 ... [2024-08-01T12:35:04.690Z] [2024-08-01T12:35:04.690Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-01T12:35:04.691Z] #0 5.726 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-01T12:35:04.691Z] #154 ... [2024-08-01T12:35:04.691Z] [2024-08-01T12:35:04.691Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-01T12:35:04.691Z] #0 6.375 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-01T12:35:04.966Z] #155 ... [2024-08-01T12:35:04.966Z] [2024-08-01T12:35:04.966Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-01T12:35:04.966Z] #0 6.345 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-01T12:35:04.966Z] #156 ... [2024-08-01T12:35:04.966Z] [2024-08-01T12:35:04.966Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-01T12:35:04.966Z] #0 6.385 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-01T12:35:05.245Z] #157 ... [2024-08-01T12:35:05.245Z] [2024-08-01T12:35:05.245Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T12:35:05.245Z] #0 4.752 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-01T12:35:05.395Z] #116 DONE 65.8s [2024-08-01T12:35:05.395Z] [2024-08-01T12:35:05.395Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:05.395Z] #113 DONE 64.3s [2024-08-01T12:35:05.395Z] [2024-08-01T12:35:05.395Z] #110 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:05.395Z] #110 DONE 65.9s [2024-08-01T12:35:05.395Z] [2024-08-01T12:35:05.395Z] #117 [core-keeper builder 7/8] COPY . . [2024-08-01T12:35:05.395Z] #117 ... [2024-08-01T12:35:05.395Z] [2024-08-01T12:35:05.395Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:05.395Z] #115 DONE 67.4s [2024-08-01T12:35:05.395Z] [2024-08-01T12:35:05.395Z] #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:05.395Z] #114 DONE 67.4s [2024-08-01T12:35:05.395Z] [2024-08-01T12:35:05.395Z] #118 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-01T12:35:05.524Z] #158 ... [2024-08-01T12:35:05.524Z] [2024-08-01T12:35:05.524Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T12:35:05.524Z] #124 6.274 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-01T12:35:15.715Z] #118 ... [2024-08-01T12:35:15.715Z] [2024-08-01T12:35:15.715Z] #119 [support-cron-scheduler builder 6/7] COPY . . [2024-08-01T12:35:15.715Z] #119 ... [2024-08-01T12:35:15.715Z] [2024-08-01T12:35:15.715Z] #120 [security-proxy-auth builder 6/7] COPY . . [2024-08-01T12:35:15.715Z] #120 ... [2024-08-01T12:35:15.715Z] [2024-08-01T12:35:15.715Z] #121 [security-secretstore-setup builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #121 DONE 22.5s [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #122 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #123 [security-proxy-setup builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #123 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #124 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #125 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #126 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #127 [security-bootstrapper builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #127 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #128 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #129 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #130 [support-notifications builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #130 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #119 [support-cron-scheduler builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #119 DONE 22.8s [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T12:35:27.966Z] #131 ... [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #117 [core-keeper builder 7/8] COPY . . [2024-08-01T12:35:27.966Z] #117 DONE 22.8s [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #118 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #118 DONE 22.6s [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #120 [security-proxy-auth builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #120 DONE 22.6s [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #132 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #133 [support-scheduler builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #133 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #134 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #134 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #135 [core-command builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #135 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #136 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #136 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #137 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #138 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #139 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #140 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #141 [core-metadata builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #141 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #142 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #143 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #144 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-01T12:35:27.966Z] #144 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #145 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-01T12:35:27.966Z] #145 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #146 [core-data builder 6/7] COPY . . [2024-08-01T12:35:27.966Z] #146 CACHED [2024-08-01T12:35:27.966Z] [2024-08-01T12:35:27.966Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T12:35:30.521Z] #147 3.037 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-01T12:35:37.101Z] #147 ... [2024-08-01T12:35:37.101Z] [2024-08-01T12:35:37.101Z] #148 [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-08-01T12:35:37.101Z] #0 1.003 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-01T12:35:37.101Z] #148 ... [2024-08-01T12:35:37.101Z] [2024-08-01T12:35:37.101Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-01T12:35:37.101Z] #0 1.478 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-01T12:35:37.359Z] #149 ... [2024-08-01T12:35:37.359Z] [2024-08-01T12:35:37.359Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-01T12:35:37.359Z] #0 2.146 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-01T12:35:37.359Z] #150 ... [2024-08-01T12:35:37.359Z] [2024-08-01T12:35:37.359Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-01T12:35:37.359Z] #0 0.711 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-01T12:35:37.618Z] #151 ... [2024-08-01T12:35:37.618Z] [2024-08-01T12:35:37.618Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-01T12:35:37.618Z] #0 4.762 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-01T12:35:37.879Z] #152 ... [2024-08-01T12:35:37.879Z] [2024-08-01T12:35:37.879Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T12:35:37.879Z] #0 2.937 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-01T12:35:37.879Z] #153 ... [2024-08-01T12:35:37.879Z] [2024-08-01T12:35:37.879Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-01T12:35:37.879Z] #0 0.993 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-01T12:35:38.139Z] #154 ... [2024-08-01T12:35:38.139Z] [2024-08-01T12:35:38.139Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-01T12:35:38.139Z] #0 4.759 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-01T12:35:38.139Z] #155 ... [2024-08-01T12:35:38.139Z] [2024-08-01T12:35:38.139Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-01T12:35:38.139Z] #0 2.509 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-01T12:35:38.399Z] #156 ... [2024-08-01T12:35:38.399Z] [2024-08-01T12:35:38.399Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-01T12:35:38.399Z] #0 0.595 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-01T12:35:38.659Z] #157 ... [2024-08-01T12:35:38.659Z] [2024-08-01T12:35:38.659Z] #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-01T12:35:38.659Z] #0 1.734 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-01T12:35:38.659Z] #158 ... [2024-08-01T12:35:38.659Z] [2024-08-01T12:35:38.659Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T12:35:38.659Z] #131 1.560 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-01T12:37:00.111Z] #131 ... [2024-08-01T12:37:00.111Z] [2024-08-01T12:37:00.111Z] #148 [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-08-01T12:37:00.111Z] #148 87.09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-01T12:38:36.640Z] #148 ... [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-01T12:38:36.640Z] #156 DONE 189.1s [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-01T12:38:36.640Z] #155 DONE 189.1s [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #149 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-01T12:38:36.640Z] #149 DONE 189.2s [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:36.640Z] #159 ... [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T12:38:36.640Z] #147 DONE 189.2s [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-01T12:38:36.640Z] #157 DONE 189.4s [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-01T12:38:36.640Z] #154 DONE 189.3s [2024-08-01T12:38:36.640Z] [2024-08-01T12:38:36.640Z] #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-01T12:38:38.019Z] #160 ... [2024-08-01T12:38:38.019Z] [2024-08-01T12:38:38.019Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T12:38:38.019Z] #131 DONE 190.9s [2024-08-01T12:38:38.019Z] [2024-08-01T12:38:38.019Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-01T12:38:38.019Z] #151 DONE 190.9s [2024-08-01T12:38:38.019Z] [2024-08-01T12:38:38.019Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:38.277Z] #161 ... [2024-08-01T12:38:38.277Z] [2024-08-01T12:38:38.277Z] #148 [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-08-01T12:38:38.277Z] #148 DONE 191.3s [2024-08-01T12:38:38.277Z] [2024-08-01T12:38:38.277Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-01T12:38:38.277Z] #150 DONE 191.2s [2024-08-01T12:38:38.277Z] [2024-08-01T12:38:38.277Z] #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:38.537Z] #162 ... [2024-08-01T12:38:38.537Z] [2024-08-01T12:38:38.537Z] #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-01T12:38:38.537Z] #158 DONE 191.3s [2024-08-01T12:38:38.537Z] [2024-08-01T12:38:38.537Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-01T12:38:38.537Z] #152 DONE 191.2s [2024-08-01T12:38:38.537Z] [2024-08-01T12:38:38.537Z] #163 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:38.795Z] #163 ... [2024-08-01T12:38:38.795Z] [2024-08-01T12:38:38.795Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T12:38:38.795Z] #153 DONE 191.5s [2024-08-01T12:38:39.054Z] [2024-08-01T12:38:39.054Z] #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.054Z] #164 ... [2024-08-01T12:38:39.054Z] [2024-08-01T12:38:39.054Z] #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.054Z] #165 DONE 2.7s [2024-08-01T12:38:39.054Z] [2024-08-01T12:38:39.054Z] #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-01T12:38:39.054Z] #160 DONE 2.7s [2024-08-01T12:38:39.054Z] [2024-08-01T12:38:39.054Z] #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.054Z] #162 DONE 2.8s [2024-08-01T12:38:39.054Z] [2024-08-01T12:38:39.054Z] #166 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.313Z] #166 ... [2024-08-01T12:38:39.313Z] [2024-08-01T12:38:39.313Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.313Z] #161 DONE 1.1s [2024-08-01T12:38:39.313Z] [2024-08-01T12:38:39.313Z] #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.313Z] #159 DONE 2.9s [2024-08-01T12:38:39.571Z] [2024-08-01T12:38:39.571Z] #163 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.571Z] #163 DONE 1.1s [2024-08-01T12:38:39.571Z] [2024-08-01T12:38:39.571Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.571Z] #167 ... [2024-08-01T12:38:39.571Z] [2024-08-01T12:38:39.571Z] #168 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.571Z] #168 DONE 0.8s [2024-08-01T12:38:39.571Z] [2024-08-01T12:38:39.571Z] #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.571Z] #164 DONE 0.8s [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #169 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.829Z] #169 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #170 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.829Z] #170 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #171 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.829Z] #171 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.829Z] #172 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.829Z] #173 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.829Z] #174 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:39.829Z] #175 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #176 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.829Z] #176 CACHED [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:39.829Z] #177 DONE 0.5s [2024-08-01T12:38:39.829Z] [2024-08-01T12:38:39.829Z] #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-01T12:38:40.485Z] #178 ... [2024-08-01T12:38:40.485Z] [2024-08-01T12:38:40.485Z] #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:40.485Z] #179 DONE 1.1s [2024-08-01T12:38:40.485Z] [2024-08-01T12:38:40.485Z] #180 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:40.485Z] #180 CACHED [2024-08-01T12:38:40.485Z] [2024-08-01T12:38:40.485Z] #181 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:40.485Z] #181 CACHED [2024-08-01T12:38:40.485Z] [2024-08-01T12:38:40.485Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:40.485Z] #167 DONE 1.1s [2024-08-01T12:38:40.485Z] [2024-08-01T12:38:40.485Z] #166 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:40.485Z] #166 DONE 1.1s [2024-08-01T12:38:40.485Z] [2024-08-01T12:38:40.485Z] #182 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-01T12:38:41.428Z] #182 ... [2024-08-01T12:38:41.428Z] [2024-08-01T12:38:41.428Z] #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:41.428Z] #183 DONE 1.9s [2024-08-01T12:38:41.428Z] [2024-08-01T12:38:41.428Z] #184 [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-08-01T12:38:42.372Z] #184 ... [2024-08-01T12:38:42.372Z] [2024-08-01T12:38:42.372Z] #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:42.372Z] #185 DONE 2.7s [2024-08-01T12:38:42.372Z] [2024-08-01T12:38:42.372Z] #186 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-01T12:38:42.372Z] #186 DONE 2.7s [2024-08-01T12:38:42.372Z] [2024-08-01T12:38:42.372Z] #187 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-01T12:38:42.372Z] #187 DONE 3.1s [2024-08-01T12:38:42.372Z] [2024-08-01T12:38:42.372Z] #188 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:43.760Z] #188 ... [2024-08-01T12:38:43.760Z] [2024-08-01T12:38:43.760Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-01T12:38:43.760Z] #189 DONE 3.9s [2024-08-01T12:38:43.760Z] [2024-08-01T12:38:43.760Z] #190 [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-08-01T12:38:44.021Z] #190 ... [2024-08-01T12:38:44.021Z] [2024-08-01T12:38:44.021Z] #191 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-01T12:38:44.021Z] #191 DONE 4.4s [2024-08-01T12:38:44.282Z] [2024-08-01T12:38:44.282Z] #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:46.220Z] #192 ... [2024-08-01T12:38:46.220Z] [2024-08-01T12:38:46.220Z] #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-01T12:38:46.220Z] #178 DONE 6.4s [2024-08-01T12:38:46.220Z] [2024-08-01T12:38:46.220Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-01T12:38:46.220Z] #193 DONE 6.3s [2024-08-01T12:38:46.220Z] [2024-08-01T12:38:46.220Z] #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-01T12:38:46.220Z] #194 DONE 6.5s [2024-08-01T12:38:46.220Z] [2024-08-01T12:38:46.220Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:46.787Z] #195 ... [2024-08-01T12:38:46.787Z] [2024-08-01T12:38:46.787Z] #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-01T12:38:46.787Z] #196 DONE 6.4s [2024-08-01T12:38:46.787Z] [2024-08-01T12:38:46.787Z] #182 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-01T12:38:46.787Z] #182 DONE 6.6s [2024-08-01T12:38:46.787Z] [2024-08-01T12:38:46.787Z] #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:47.047Z] #197 ... [2024-08-01T12:38:47.047Z] [2024-08-01T12:38:47.047Z] #198 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-01T12:38:47.047Z] #198 DONE 6.7s [2024-08-01T12:38:47.047Z] [2024-08-01T12:38:47.047Z] #199 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-01T12:38:47.305Z] #199 ... [2024-08-01T12:38:47.306Z] [2024-08-01T12:38:47.306Z] #200 [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-08-01T12:38:47.306Z] #200 DONE 6.2s [2024-08-01T12:38:47.571Z] [2024-08-01T12:38:47.571Z] #201 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-01T12:38:47.571Z] #201 ... [2024-08-01T12:38:47.571Z] [2024-08-01T12:38:47.571Z] #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-01T12:38:47.571Z] #202 DONE 5.3s [2024-08-01T12:38:47.571Z] [2024-08-01T12:38:47.571Z] #184 [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-08-01T12:38:47.571Z] #184 DONE 6.1s [2024-08-01T12:38:47.829Z] [2024-08-01T12:38:47.829Z] #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:47.829Z] #192 DONE 5.4s [2024-08-01T12:38:47.829Z] [2024-08-01T12:38:47.829Z] #104 [core-keeper] exporting to image [2024-08-01T12:38:47.829Z] #104 exporting layers [2024-08-01T12:38:47.829Z] #104 ... [2024-08-01T12:38:47.829Z] [2024-08-01T12:38:47.829Z] #188 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:38:47.829Z] #188 DONE 5.5s [2024-08-01T12:38:48.095Z] [2024-08-01T12:38:48.095Z] #203 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:48.354Z] #203 ... [2024-08-01T12:38:48.354Z] [2024-08-01T12:38:48.354Z] #190 [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-08-01T12:38:48.354Z] #190 DONE 4.5s [2024-08-01T12:38:48.354Z] [2024-08-01T12:38:48.354Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:48.354Z] #204 DONE 2.5s [2024-08-01T12:38:48.354Z] [2024-08-01T12:38:48.354Z] #104 [support-scheduler] exporting to image [2024-08-01T12:38:48.614Z] #104 ... [2024-08-01T12:38:48.614Z] [2024-08-01T12:38:48.614Z] #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:48.614Z] #205 DONE 2.5s [2024-08-01T12:38:48.614Z] [2024-08-01T12:38:48.614Z] #206 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-01T12:38:48.871Z] #206 ... [2024-08-01T12:38:48.871Z] [2024-08-01T12:38:48.871Z] #207 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:48.871Z] #207 DONE 2.7s [2024-08-01T12:38:48.871Z] [2024-08-01T12:38:48.871Z] #104 [core-command] exporting to image [2024-08-01T12:38:49.436Z] #104 ... [2024-08-01T12:38:49.436Z] [2024-08-01T12:38:49.436Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:49.436Z] #195 DONE 3.0s [2024-08-01T12:38:49.436Z] [2024-08-01T12:38:49.436Z] #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:49.436Z] #197 DONE 2.6s [2024-08-01T12:38:49.436Z] [2024-08-01T12:38:49.436Z] #104 [core-data] exporting to image [2024-08-01T12:38:49.695Z] #104 ... [2024-08-01T12:38:49.695Z] [2024-08-01T12:38:49.695Z] #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:49.695Z] #208 DONE 2.6s [2024-08-01T12:38:49.695Z] [2024-08-01T12:38:49.695Z] #104 [support-notifications] exporting to image [2024-08-01T12:38:49.954Z] #104 ... [2024-08-01T12:38:49.954Z] [2024-08-01T12:38:49.954Z] #201 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-01T12:38:49.954Z] #201 DONE 2.6s [2024-08-01T12:38:49.954Z] [2024-08-01T12:38:49.954Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-01T12:38:50.521Z] #209 ... [2024-08-01T12:38:50.521Z] [2024-08-01T12:38:50.521Z] #199 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-01T12:38:50.521Z] #199 DONE 3.5s [2024-08-01T12:38:50.801Z] [2024-08-01T12:38:50.801Z] #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-01T12:38:51.367Z] #210 ... [2024-08-01T12:38:51.367Z] [2024-08-01T12:38:51.367Z] #211 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:51.367Z] #211 DONE 3.6s [2024-08-01T12:38:51.367Z] [2024-08-01T12:38:51.367Z] #212 [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-08-01T12:38:51.367Z] #212 DONE 3.6s [2024-08-01T12:38:51.367Z] [2024-08-01T12:38:51.367Z] #104 [security-spiffe-token-provider] exporting to image [2024-08-01T12:38:51.367Z] #104 writing image sha256:cd1e7dd5c0391608a50f0560fc1a1ef106db9ac15e964e8c43d632bceb6b54fc 0.2s done [2024-08-01T12:38:51.367Z] #104 naming to docker.io/library/core-keeper 0.1s done [2024-08-01T12:38:51.624Z] #104 ... [2024-08-01T12:38:51.624Z] [2024-08-01T12:38:51.624Z] #203 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:38:51.624Z] #203 DONE 3.5s [2024-08-01T12:38:51.624Z] [2024-08-01T12:38:51.624Z] #104 [security-spiffe-token-provider] exporting to image [2024-08-01T12:38:51.624Z] #104 writing image sha256:f0ba7e7b42b60537db825f9ec6481e39cd677c5125c0929931cfdcd8e2eea964 [2024-08-01T12:38:51.882Z] #104 writing image sha256:f0ba7e7b42b60537db825f9ec6481e39cd677c5125c0929931cfdcd8e2eea964 0.0s done [2024-08-01T12:38:51.882Z] #104 naming to docker.io/library/core-command 0.1s done [2024-08-01T12:38:51.882Z] #104 writing image sha256:ebea756e45b2c1cc2688fb0cd5ec7a7b92b85da30e47bf0d883530c62abc50f5 [2024-08-01T12:38:52.450Z] #104 writing image sha256:ebea756e45b2c1cc2688fb0cd5ec7a7b92b85da30e47bf0d883530c62abc50f5 0.7s done [2024-08-01T12:38:52.450Z] #104 naming to docker.io/library/support-scheduler [2024-08-01T12:38:52.450Z] #104 ... [2024-08-01T12:38:52.450Z] [2024-08-01T12:38:52.450Z] #206 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-01T12:38:52.450Z] #206 DONE 4.2s [2024-08-01T12:38:52.450Z] [2024-08-01T12:38:52.450Z] #104 [support-scheduler] exporting to image [2024-08-01T12:38:52.450Z] #104 naming to docker.io/library/support-scheduler done [2024-08-01T12:38:52.709Z] #104 ... [2024-08-01T12:38:52.709Z] [2024-08-01T12:38:52.709Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-01T12:38:52.709Z] #213 DONE 3.8s [2024-08-01T12:38:52.709Z] [2024-08-01T12:38:52.709Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-01T12:38:52.709Z] #209 DONE 3.6s [2024-08-01T12:38:52.709Z] [2024-08-01T12:38:52.709Z] #104 [support-scheduler] exporting to image [2024-08-01T12:38:52.709Z] #104 exporting layers 3.4s done [2024-08-01T12:38:53.275Z] #104 exporting layers 2.4s done [2024-08-01T12:38:53.533Z] #104 ... [2024-08-01T12:38:53.533Z] [2024-08-01T12:38:53.533Z] #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-01T12:38:53.533Z] #210 DONE 3.3s [2024-08-01T12:38:53.533Z] [2024-08-01T12:38:53.533Z] #104 [core-metadata] exporting to image [2024-08-01T12:38:53.533Z] #104 exporting layers 4.0s done [2024-08-01T12:38:53.793Z] #104 writing image sha256:45bc0ccf946f64dafaf0a255a9f806b0b76b4b84f01a1086e0fbae4a164f43d8 [2024-08-01T12:38:54.052Z] #104 ... [2024-08-01T12:38:54.052Z] [2024-08-01T12:38:54.052Z] #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:38:54.052Z] #214 DONE 2.7s [2024-08-01T12:38:54.052Z] [2024-08-01T12:38:54.052Z] #104 [core-data] exporting to image [2024-08-01T12:38:54.052Z] #104 writing image sha256:45bc0ccf946f64dafaf0a255a9f806b0b76b4b84f01a1086e0fbae4a164f43d8 0.2s done [2024-08-01T12:38:54.052Z] #104 naming to docker.io/library/core-data 0.1s done [2024-08-01T12:38:54.052Z] #104 writing image sha256:53739a8256b00ef5c49c36088661906e09f46e0e33d490e07aee0c4a78cd010c [2024-08-01T12:38:54.311Z] #104 ... [2024-08-01T12:38:54.311Z] [2024-08-01T12:38:54.311Z] #215 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-01T12:38:54.311Z] #215 DONE 2.8s [2024-08-01T12:38:54.311Z] [2024-08-01T12:38:54.311Z] #104 [core-data] exporting to image [2024-08-01T12:38:54.311Z] #104 exporting layers 3.1s done [2024-08-01T12:38:54.311Z] #104 writing image sha256:33ba146b589233afdd61264e4f4a0c3e0d4e98a3292c6e484ad55716a039115d [2024-08-01T12:38:54.569Z] #104 writing image sha256:53739a8256b00ef5c49c36088661906e09f46e0e33d490e07aee0c4a78cd010c 0.5s done [2024-08-01T12:38:54.569Z] #104 naming to docker.io/library/support-cron-scheduler [2024-08-01T12:38:54.569Z] #104 exporting layers 1.6s done [2024-08-01T12:38:54.569Z] #104 writing image sha256:33ba146b589233afdd61264e4f4a0c3e0d4e98a3292c6e484ad55716a039115d 0.2s done [2024-08-01T12:38:54.569Z] #104 naming to docker.io/library/support-cron-scheduler 0.0s done [2024-08-01T12:38:54.569Z] #104 naming to docker.io/library/support-notifications 0.0s done [2024-08-01T12:38:54.866Z] #104 writing image sha256:a79799a021dc5b189a59df09e504439b074741569de913da7af6b2121fc614f9 [2024-08-01T12:38:55.125Z] #104 writing image sha256:a79799a021dc5b189a59df09e504439b074741569de913da7af6b2121fc614f9 0.2s done [2024-08-01T12:38:55.125Z] #104 naming to docker.io/library/security-spiffe-token-provider [2024-08-01T12:38:55.125Z] #104 writing image sha256:35c7672d0572d989c694459000aaaa3e76b91c2974a81b5838b8878e285226ae [2024-08-01T12:38:55.125Z] #104 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2024-08-01T12:38:55.125Z] #104 writing image sha256:35c7672d0572d989c694459000aaaa3e76b91c2974a81b5838b8878e285226ae done [2024-08-01T12:38:55.125Z] #104 naming to docker.io/library/core-metadata 0.0s done [2024-08-01T12:38:55.125Z] #104 DONE 10.0s [2024-08-01T12:38:55.125Z] [2024-08-01T12:38:55.125Z] #216 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-01T12:38:55.384Z] #216 ... [2024-08-01T12:38:55.384Z] [2024-08-01T12:38:55.384Z] #217 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-01T12:38:55.384Z] #217 DONE 1.8s [2024-08-01T12:38:55.384Z] [2024-08-01T12:38:55.384Z] #218 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:38:55.384Z] #218 DONE 2.8s [2024-08-01T12:38:55.384Z] [2024-08-01T12:38:55.384Z] #104 [core-common-config-bootstrapper] exporting to image [2024-08-01T12:38:55.645Z] #104 ... [2024-08-01T12:38:55.645Z] [2024-08-01T12:38:55.645Z] #219 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:38:55.645Z] #219 DONE 3.0s [2024-08-01T12:38:55.645Z] [2024-08-01T12:38:55.645Z] #104 [security-proxy-auth] exporting to image [2024-08-01T12:38:55.903Z] #104 ... [2024-08-01T12:38:55.903Z] [2024-08-01T12:38:55.903Z] #216 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-01T12:38:55.903Z] #216 DONE 1.4s [2024-08-01T12:38:55.903Z] [2024-08-01T12:38:55.903Z] #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-01T12:38:55.903Z] #220 DONE 1.8s [2024-08-01T12:38:55.903Z] [2024-08-01T12:38:55.903Z] #104 [security-proxy-auth] exporting to image [2024-08-01T12:38:55.903Z] #104 exporting layers 0.4s done [2024-08-01T12:38:55.903Z] #104 writing image sha256:97faccc8b3f364dfa711a79c668488f9e502b49d64bfaabfbaec59baf5824b45 [2024-08-01T12:38:56.163Z] #104 writing image sha256:97faccc8b3f364dfa711a79c668488f9e502b49d64bfaabfbaec59baf5824b45 0.3s done [2024-08-01T12:38:56.163Z] #104 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2024-08-01T12:38:56.422Z] #104 ... [2024-08-01T12:38:56.422Z] [2024-08-01T12:38:56.422Z] #221 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-01T12:38:56.422Z] #221 DONE 0.7s [2024-08-01T12:38:56.680Z] [2024-08-01T12:38:56.680Z] #222 [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-08-01T12:38:56.680Z] #222 DONE 0.8s [2024-08-01T12:38:56.680Z] [2024-08-01T12:38:56.680Z] #104 [security-proxy-auth] exporting to image [2024-08-01T12:38:56.680Z] #104 exporting layers 0.9s done [2024-08-01T12:38:56.680Z] #104 writing image sha256:420d6a63dfc4201b3c0e85705158c029d5260d3b48663fd0b01a547504845c49 done [2024-08-01T12:38:56.680Z] #104 naming to docker.io/library/security-proxy-auth 0.0s done [2024-08-01T12:38:56.680Z] #104 DONE 11.3s [2024-08-01T12:38:56.680Z] [2024-08-01T12:38:56.680Z] #223 [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-08-01T12:38:56.680Z] #223 ... [2024-08-01T12:38:56.680Z] [2024-08-01T12:38:56.680Z] #224 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:38:56.680Z] #224 DONE 1.3s [2024-08-01T12:38:56.957Z] [2024-08-01T12:38:56.957Z] #223 [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-08-01T12:38:56.957Z] #223 DONE 0.3s [2024-08-01T12:38:56.957Z] [2024-08-01T12:38:56.957Z] #225 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-01T12:38:56.957Z] #225 DONE 0.4s [2024-08-01T12:38:56.957Z] [2024-08-01T12:38:56.957Z] #226 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:38:57.221Z] #226 ... [2024-08-01T12:38:57.221Z] [2024-08-01T12:38:57.221Z] #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-08-01T12:38:57.221Z] #227 DONE 0.1s [2024-08-01T12:38:57.221Z] [2024-08-01T12:38:57.221Z] #228 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-01T12:38:57.221Z] #228 DONE 0.1s [2024-08-01T12:38:57.221Z] [2024-08-01T12:38:57.221Z] #104 [security-proxy-setup] exporting to image [2024-08-01T12:38:57.221Z] #104 exporting layers 0.5s done [2024-08-01T12:38:57.221Z] #104 writing image sha256:e2ff93e2ae36f8c3dac0b49479f1f05818f5efe4227f3daa3d0340713f235f13 done [2024-08-01T12:38:57.221Z] #104 naming to docker.io/library/security-proxy-setup 0.0s done [2024-08-01T12:38:57.221Z] #104 DONE 11.6s [2024-08-01T12:38:57.221Z] [2024-08-01T12:38:57.221Z] #229 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-01T12:38:57.484Z] #229 DONE 0.3s [2024-08-01T12:38:57.484Z] [2024-08-01T12:38:57.484Z] #226 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:38:57.484Z] #226 DONE 0.5s [2024-08-01T12:38:57.484Z] [2024-08-01T12:38:57.484Z] #104 [security-secretstore-setup] exporting to image [2024-08-01T12:38:58.869Z] #104 ... [2024-08-01T12:38:58.869Z] [2024-08-01T12:38:58.869Z] #230 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-01T12:38:58.869Z] #230 DONE 1.3s [2024-08-01T12:38:58.869Z] [2024-08-01T12:38:58.869Z] #104 [security-bootstrapper] exporting to image [2024-08-01T12:38:59.130Z] #104 exporting layers 1.9s done [2024-08-01T12:38:59.391Z] #104 writing image sha256:efa42ccfb119cae4906e14546c47293b2b5f72bb5c68c194842907694c9d2c7b 0.0s done [2024-08-01T12:38:59.391Z] #104 naming to docker.io/library/security-secretstore-setup done [2024-08-01T12:38:59.963Z] #104 exporting layers 1.2s done [2024-08-01T12:38:59.963Z] #104 writing image sha256:c8520c7e28b10658367ef0dd8ce5c7e324436acfe837bb0b906d4e80d86748f7 done [2024-08-01T12:38:59.963Z] #104 naming to docker.io/library/security-bootstrapper done [2024-08-01T12:38:59.963Z] #104 DONE 13.6s [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T12:38:59.963Z] time="2024-08-01T12:32:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-01T12:38:59.971Z] $ docker stop --time=1 ed5f952a4ede865bb332ff13c92e7795024199f323beaa6a56a1d0e7a6cbfed0 [2024-08-01T12:39:01.421Z] $ docker rm -f --volumes ed5f952a4ede865bb332ff13c92e7795024199f323beaa6a56a1d0e7a6cbfed0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-01T12:39:01.795Z] + docker images [2024-08-01T12:39:01.795Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-01T12:39:01.795Z] security-bootstrapper latest c8520c7e28b1 3 seconds ago 18.9MB [2024-08-01T12:39:01.795Z] security-secretstore-setup latest efa42ccfb119 4 seconds ago 36.9MB [2024-08-01T12:39:01.795Z] security-proxy-setup latest e2ff93e2ae36 5 seconds ago 26.2MB [2024-08-01T12:39:01.795Z] security-proxy-auth latest 420d6a63dfc4 6 seconds ago 33MB [2024-08-01T12:39:01.795Z] core-common-config-bootstrapper latest 97faccc8b3f3 6 seconds ago 15.2MB [2024-08-01T12:39:01.795Z] core-metadata latest 35c7672d0572 9 seconds ago 39.6MB [2024-08-01T12:39:01.795Z] security-spiffe-token-provider latest a79799a021dc 10 seconds ago 28.8MB [2024-08-01T12:39:01.795Z] support-notifications latest 33ba146b5892 12 seconds ago 42.3MB [2024-08-01T12:39:01.795Z] support-cron-scheduler latest 53739a8256b0 12 seconds ago 42.2MB [2024-08-01T12:39:01.795Z] core-data latest 45bc0ccf946f 12 seconds ago 39.5MB [2024-08-01T12:39:01.795Z] support-scheduler latest ebea756e45b2 13 seconds ago 41.8MB [2024-08-01T12:39:01.795Z] core-command latest f0ba7e7b42b6 13 seconds ago 35.4MB [2024-08-01T12:39:01.795Z] core-keeper latest cd1e7dd5c039 14 seconds ago 39.4MB [2024-08-01T12:39:01.795Z] security-spire-config latest 193fff35d4ac 5 minutes ago 120MB [2024-08-01T12:39:01.795Z] security-spire-agent latest e9ae496f246c 5 minutes ago 182MB [2024-08-01T12:39:01.795Z] security-spire-server latest fa8079dc257e 5 minutes ago 121MB [2024-08-01T12:39:01.795Z] ci-base-image-x86_64 latest 723b9720fd96 10 minutes ago 969MB [2024-08-01T12:39:01.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-08-01T12:39:01.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-01T12:39:01.795Z] 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-08-01T12:39:01.969Z] provisioning config files... [2024-08-01T12:39:01.978Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config17079024209894688572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-01T12:39:02.296Z] ---> ****-login.sh [2024-08-01T12:39:02.296Z] nexus3.edgexfoundry.org:10001 [2024-08-01T12:39:02.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:39:02.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:39:02.555Z] Configure a credential helper to remove this warning. See [2024-08-01T12:39:02.555Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:39:02.555Z] [2024-08-01T12:39:02.555Z] Login Succeeded [2024-08-01T12:39:02.555Z] nexus3.edgexfoundry.org:10002 [2024-08-01T12:39:02.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:39:02.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:39:02.555Z] Configure a credential helper to remove this warning. See [2024-08-01T12:39:02.555Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:39:02.555Z] [2024-08-01T12:39:02.555Z] Login Succeeded [2024-08-01T12:39:02.555Z] nexus3.edgexfoundry.org:10003 [2024-08-01T12:39:02.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:39:02.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:39:02.555Z] Configure a credential helper to remove this warning. See [2024-08-01T12:39:02.555Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:39:02.555Z] [2024-08-01T12:39:02.555Z] Login Succeeded [2024-08-01T12:39:02.555Z] nexus3.edgexfoundry.org:10004 [2024-08-01T12:39:02.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:39:02.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:39:02.814Z] Configure a credential helper to remove this warning. See [2024-08-01T12:39:02.814Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:39:02.814Z] [2024-08-01T12:39:02.814Z] Login Succeeded [2024-08-01T12:39:02.814Z] ****.io [2024-08-01T12:39:02.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T12:39:03.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T12:39:03.073Z] Configure a credential helper to remove this warning. See [2024-08-01T12:39:03.074Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T12:39:03.074Z] [2024-08-01T12:39:03.074Z] Login Succeeded [2024-08-01T12:39:03.074Z] ---> ****-login.sh ends [Pipeline] } [2024-08-01T12:39:03.091Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:03.142Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-01T12:39:03.181Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-01T12:39:03.181Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:03.181Z] latest [2024-08-01T12:39:03.181Z] 3.2.0-dev.44 [2024-08-01T12:39:03.181Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:03.181Z] main [2024-08-01T12:39:03.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:03.533Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:03.859Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:03.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-01T12:39:03.859Z] 9f2fcf0cd046: Preparing [2024-08-01T12:39:03.859Z] d41159e2d4f4: Preparing [2024-08-01T12:39:03.859Z] 4504d5788e6f: Preparing [2024-08-01T12:39:03.859Z] f4a969244362: Preparing [2024-08-01T12:39:03.859Z] 566643ae4b9d: Preparing [2024-08-01T12:39:03.859Z] 118a214cc333: Preparing [2024-08-01T12:39:03.859Z] ce7f800efff9: Preparing [2024-08-01T12:39:03.859Z] 118a214cc333: Waiting [2024-08-01T12:39:03.859Z] ce7f800efff9: Waiting [2024-08-01T12:39:03.859Z] f4a969244362: Pushed [2024-08-01T12:39:03.859Z] 566643ae4b9d: Pushed [2024-08-01T12:39:03.859Z] 4504d5788e6f: Pushed [2024-08-01T12:39:03.859Z] 9f2fcf0cd046: Pushed [2024-08-01T12:39:04.118Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:04.118Z] 118a214cc333: Pushed [2024-08-01T12:39:06.653Z] d41159e2d4f4: Pushed [2024-08-01T12:39:06.653Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:06.985Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:07.322Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-01T12:39:07.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-01T12:39:07.322Z] 9f2fcf0cd046: Preparing [2024-08-01T12:39:07.322Z] d41159e2d4f4: Preparing [2024-08-01T12:39:07.322Z] 4504d5788e6f: Preparing [2024-08-01T12:39:07.322Z] f4a969244362: Preparing [2024-08-01T12:39:07.322Z] 566643ae4b9d: Preparing [2024-08-01T12:39:07.322Z] 118a214cc333: Preparing [2024-08-01T12:39:07.322Z] ce7f800efff9: Preparing [2024-08-01T12:39:07.322Z] 118a214cc333: Waiting [2024-08-01T12:39:07.322Z] ce7f800efff9: Waiting [2024-08-01T12:39:07.322Z] d41159e2d4f4: Layer already exists [2024-08-01T12:39:07.322Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:07.322Z] f4a969244362: Layer already exists [2024-08-01T12:39:07.322Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:07.322Z] 9f2fcf0cd046: Layer already exists [2024-08-01T12:39:07.322Z] 118a214cc333: Layer already exists [2024-08-01T12:39:07.322Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:07.322Z] latest: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:07.658Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:07.993Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.44 [2024-08-01T12:39:07.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-01T12:39:07.993Z] 9f2fcf0cd046: Preparing [2024-08-01T12:39:07.993Z] d41159e2d4f4: Preparing [2024-08-01T12:39:07.993Z] 4504d5788e6f: Preparing [2024-08-01T12:39:07.993Z] f4a969244362: Preparing [2024-08-01T12:39:07.993Z] 566643ae4b9d: Preparing [2024-08-01T12:39:07.993Z] 118a214cc333: Preparing [2024-08-01T12:39:07.993Z] ce7f800efff9: Preparing [2024-08-01T12:39:07.993Z] 118a214cc333: Waiting [2024-08-01T12:39:07.993Z] ce7f800efff9: Waiting [2024-08-01T12:39:07.993Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:07.993Z] 9f2fcf0cd046: Layer already exists [2024-08-01T12:39:07.993Z] f4a969244362: Layer already exists [2024-08-01T12:39:07.993Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:07.993Z] d41159e2d4f4: Layer already exists [2024-08-01T12:39:07.993Z] 118a214cc333: Layer already exists [2024-08-01T12:39:07.993Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:07.993Z] 3.2.0-dev.44: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:08.319Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:08.644Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:08.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-01T12:39:08.644Z] 9f2fcf0cd046: Preparing [2024-08-01T12:39:08.644Z] d41159e2d4f4: Preparing [2024-08-01T12:39:08.644Z] 4504d5788e6f: Preparing [2024-08-01T12:39:08.644Z] f4a969244362: Preparing [2024-08-01T12:39:08.644Z] 566643ae4b9d: Preparing [2024-08-01T12:39:08.644Z] 118a214cc333: Preparing [2024-08-01T12:39:08.644Z] ce7f800efff9: Preparing [2024-08-01T12:39:08.644Z] 118a214cc333: Waiting [2024-08-01T12:39:08.644Z] ce7f800efff9: Waiting [2024-08-01T12:39:08.644Z] d41159e2d4f4: Layer already exists [2024-08-01T12:39:08.644Z] f4a969244362: Layer already exists [2024-08-01T12:39:08.644Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:08.644Z] 9f2fcf0cd046: Layer already exists [2024-08-01T12:39:08.644Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:08.644Z] 118a214cc333: Layer already exists [2024-08-01T12:39:08.644Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:08.644Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:08.974Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:09.304Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-01T12:39:09.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-01T12:39:09.304Z] 9f2fcf0cd046: Preparing [2024-08-01T12:39:09.304Z] d41159e2d4f4: Preparing [2024-08-01T12:39:09.304Z] 4504d5788e6f: Preparing [2024-08-01T12:39:09.304Z] f4a969244362: Preparing [2024-08-01T12:39:09.304Z] 566643ae4b9d: Preparing [2024-08-01T12:39:09.304Z] 118a214cc333: Preparing [2024-08-01T12:39:09.304Z] ce7f800efff9: Preparing [2024-08-01T12:39:09.304Z] 118a214cc333: Waiting [2024-08-01T12:39:09.304Z] 9f2fcf0cd046: Layer already exists [2024-08-01T12:39:09.304Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:09.304Z] f4a969244362: Layer already exists [2024-08-01T12:39:09.304Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:09.304Z] d41159e2d4f4: Layer already exists [2024-08-01T12:39:09.304Z] 118a214cc333: Layer already exists [2024-08-01T12:39:09.304Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:09.304Z] main: digest: sha256:22574ce1b4788c5dab123f9a5cd6edbf44f0c74e9c337807460880c41389fe09 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:09.388Z] ===================================================== [Pipeline] echo [2024-08-01T12:39:09.401Z] taggedImages: [2024-08-01T12:39:09.401Z] - nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:09.401Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-01T12:39:09.401Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.44 [2024-08-01T12:39:09.401Z] - nexus3.edgexfoundry.org:10004/core-command:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:09.401Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-01T12:39:09.429Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-01T12:39:09.429Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:09.429Z] latest [2024-08-01T12:39:09.429Z] 3.2.0-dev.44 [2024-08-01T12:39:09.429Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:09.429Z] main [2024-08-01T12:39:09.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:09.773Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:10.092Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:10.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-01T12:39:10.093Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:39:10.093Z] 19e0fed5313f: Preparing [2024-08-01T12:39:10.093Z] 2ad5f24f9d06: Preparing [2024-08-01T12:39:10.093Z] 96d8440a63e5: Preparing [2024-08-01T12:39:10.093Z] 4504d5788e6f: Preparing [2024-08-01T12:39:10.093Z] f4a969244362: Preparing [2024-08-01T12:39:10.093Z] 566643ae4b9d: Preparing [2024-08-01T12:39:10.093Z] 118a214cc333: Preparing [2024-08-01T12:39:10.093Z] ce7f800efff9: Preparing [2024-08-01T12:39:10.093Z] f4a969244362: Waiting [2024-08-01T12:39:10.093Z] 566643ae4b9d: Waiting [2024-08-01T12:39:10.093Z] ce7f800efff9: Waiting [2024-08-01T12:39:10.093Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:10.093Z] f4a969244362: Layer already exists [2024-08-01T12:39:10.093Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:10.093Z] 2ad5f24f9d06: Pushed [2024-08-01T12:39:10.093Z] 19e0fed5313f: Pushed [2024-08-01T12:39:10.093Z] 118a214cc333: Layer already exists [2024-08-01T12:39:10.093Z] cb7ae9c1d5b7: Pushed [2024-08-01T12:39:10.352Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:10.920Z] 96d8440a63e5: Pushed [2024-08-01T12:39:11.182Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:11.506Z] + 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-08-01T12:39:11.853Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-01T12:39:11.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-01T12:39:11.854Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:39:11.854Z] 19e0fed5313f: Preparing [2024-08-01T12:39:11.854Z] 2ad5f24f9d06: Preparing [2024-08-01T12:39:11.854Z] 96d8440a63e5: Preparing [2024-08-01T12:39:11.854Z] 4504d5788e6f: Preparing [2024-08-01T12:39:11.854Z] f4a969244362: Preparing [2024-08-01T12:39:11.854Z] 566643ae4b9d: Preparing [2024-08-01T12:39:11.854Z] 118a214cc333: Preparing [2024-08-01T12:39:11.854Z] ce7f800efff9: Preparing [2024-08-01T12:39:11.854Z] f4a969244362: Waiting [2024-08-01T12:39:11.854Z] 566643ae4b9d: Waiting [2024-08-01T12:39:11.854Z] 118a214cc333: Waiting [2024-08-01T12:39:11.854Z] ce7f800efff9: Waiting [2024-08-01T12:39:11.854Z] 2ad5f24f9d06: Layer already exists [2024-08-01T12:39:11.854Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:39:11.854Z] 19e0fed5313f: Layer already exists [2024-08-01T12:39:11.854Z] 96d8440a63e5: Layer already exists [2024-08-01T12:39:11.854Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:11.854Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:11.854Z] 118a214cc333: Layer already exists [2024-08-01T12:39:11.854Z] f4a969244362: Layer already exists [2024-08-01T12:39:11.854Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:11.854Z] latest: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:12.184Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:12.504Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.44 [2024-08-01T12:39:12.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-01T12:39:12.504Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:39:12.504Z] 19e0fed5313f: Preparing [2024-08-01T12:39:12.504Z] 2ad5f24f9d06: Preparing [2024-08-01T12:39:12.504Z] 96d8440a63e5: Preparing [2024-08-01T12:39:12.504Z] 4504d5788e6f: Preparing [2024-08-01T12:39:12.504Z] f4a969244362: Preparing [2024-08-01T12:39:12.504Z] 566643ae4b9d: Preparing [2024-08-01T12:39:12.504Z] 118a214cc333: Preparing [2024-08-01T12:39:12.504Z] ce7f800efff9: Preparing [2024-08-01T12:39:12.504Z] 566643ae4b9d: Waiting [2024-08-01T12:39:12.504Z] 118a214cc333: Waiting [2024-08-01T12:39:12.504Z] ce7f800efff9: Waiting [2024-08-01T12:39:12.504Z] f4a969244362: Waiting [2024-08-01T12:39:12.504Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:39:12.504Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:12.504Z] 19e0fed5313f: Layer already exists [2024-08-01T12:39:12.504Z] 96d8440a63e5: Layer already exists [2024-08-01T12:39:12.505Z] 2ad5f24f9d06: Layer already exists [2024-08-01T12:39:12.505Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:12.505Z] f4a969244362: Layer already exists [2024-08-01T12:39:12.505Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:12.505Z] 118a214cc333: Layer already exists [2024-08-01T12:39:12.505Z] 3.2.0-dev.44: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:12.832Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:13.230Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:13.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-01T12:39:13.230Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:39:13.230Z] 19e0fed5313f: Preparing [2024-08-01T12:39:13.230Z] 2ad5f24f9d06: Preparing [2024-08-01T12:39:13.230Z] 96d8440a63e5: Preparing [2024-08-01T12:39:13.230Z] 4504d5788e6f: Preparing [2024-08-01T12:39:13.230Z] f4a969244362: Preparing [2024-08-01T12:39:13.230Z] 566643ae4b9d: Preparing [2024-08-01T12:39:13.230Z] 118a214cc333: Preparing [2024-08-01T12:39:13.230Z] f4a969244362: Waiting [2024-08-01T12:39:13.230Z] 566643ae4b9d: Waiting [2024-08-01T12:39:13.230Z] ce7f800efff9: Preparing [2024-08-01T12:39:13.230Z] 118a214cc333: Waiting [2024-08-01T12:39:13.230Z] ce7f800efff9: Waiting [2024-08-01T12:39:13.230Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:13.230Z] 19e0fed5313f: Layer already exists [2024-08-01T12:39:13.230Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:39:13.230Z] 96d8440a63e5: Layer already exists [2024-08-01T12:39:13.230Z] 2ad5f24f9d06: Layer already exists [2024-08-01T12:39:13.230Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:13.230Z] 118a214cc333: Layer already exists [2024-08-01T12:39:13.230Z] f4a969244362: Layer already exists [2024-08-01T12:39:13.230Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:13.230Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:13.562Z] + 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-08-01T12:39:13.885Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-01T12:39:13.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-01T12:39:13.885Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:39:13.885Z] 19e0fed5313f: Preparing [2024-08-01T12:39:13.885Z] 2ad5f24f9d06: Preparing [2024-08-01T12:39:13.885Z] 96d8440a63e5: Preparing [2024-08-01T12:39:13.885Z] 4504d5788e6f: Preparing [2024-08-01T12:39:13.885Z] f4a969244362: Preparing [2024-08-01T12:39:13.885Z] 566643ae4b9d: Preparing [2024-08-01T12:39:13.885Z] 118a214cc333: Preparing [2024-08-01T12:39:13.885Z] ce7f800efff9: Preparing [2024-08-01T12:39:13.885Z] 566643ae4b9d: Waiting [2024-08-01T12:39:13.885Z] f4a969244362: Waiting [2024-08-01T12:39:13.885Z] 118a214cc333: Waiting [2024-08-01T12:39:13.885Z] ce7f800efff9: Waiting [2024-08-01T12:39:13.885Z] 96d8440a63e5: Layer already exists [2024-08-01T12:39:13.885Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:39:13.885Z] 19e0fed5313f: Layer already exists [2024-08-01T12:39:13.885Z] 2ad5f24f9d06: Layer already exists [2024-08-01T12:39:13.885Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:13.885Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:13.885Z] f4a969244362: Layer already exists [2024-08-01T12:39:13.885Z] 118a214cc333: Layer already exists [2024-08-01T12:39:13.885Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:31.997Z] main: digest: sha256:7586b9db531a16cfc4131fef1d8b24f0f0959a7da843b6c6c09bbaa08b5e1f7f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:32.067Z] ===================================================== [Pipeline] echo [2024-08-01T12:39:32.080Z] taggedImages: [2024-08-01T12:39:32.080Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:32.080Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-01T12:39:32.080Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.44 [2024-08-01T12:39:32.080Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:32.080Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-01T12:39:32.115Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-01T12:39:32.115Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:32.115Z] latest [2024-08-01T12:39:32.115Z] 3.2.0-dev.44 [2024-08-01T12:39:32.115Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:32.115Z] main [2024-08-01T12:39:32.115Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:32.460Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:33.038Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:33.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-01T12:39:33.038Z] 94a523191bcc: Preparing [2024-08-01T12:39:33.038Z] 66d5f8772df2: Preparing [2024-08-01T12:39:33.038Z] 4504d5788e6f: Preparing [2024-08-01T12:39:33.038Z] f4a969244362: Preparing [2024-08-01T12:39:33.038Z] 6a460ba553ca: Preparing [2024-08-01T12:39:33.038Z] ec6800042b13: Preparing [2024-08-01T12:39:33.038Z] ce7f800efff9: Preparing [2024-08-01T12:39:33.038Z] ec6800042b13: Waiting [2024-08-01T12:39:33.038Z] ce7f800efff9: Waiting [2024-08-01T12:39:33.038Z] 6a460ba553ca: Pushed [2024-08-01T12:39:33.038Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:33.297Z] f4a969244362: Layer already exists [2024-08-01T12:39:33.297Z] 94a523191bcc: Pushed [2024-08-01T12:39:33.297Z] ec6800042b13: Pushed [2024-08-01T12:39:33.297Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:35.855Z] 66d5f8772df2: Pushed [2024-08-01T12:39:36.115Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:36.431Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:36.753Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-01T12:39:36.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-01T12:39:36.753Z] 94a523191bcc: Preparing [2024-08-01T12:39:36.753Z] 66d5f8772df2: Preparing [2024-08-01T12:39:36.753Z] 4504d5788e6f: Preparing [2024-08-01T12:39:36.753Z] f4a969244362: Preparing [2024-08-01T12:39:36.753Z] 6a460ba553ca: Preparing [2024-08-01T12:39:36.753Z] ec6800042b13: Preparing [2024-08-01T12:39:36.753Z] ce7f800efff9: Preparing [2024-08-01T12:39:36.753Z] ec6800042b13: Waiting [2024-08-01T12:39:36.753Z] ce7f800efff9: Waiting [2024-08-01T12:39:36.753Z] 66d5f8772df2: Layer already exists [2024-08-01T12:39:36.753Z] f4a969244362: Layer already exists [2024-08-01T12:39:36.753Z] 94a523191bcc: Layer already exists [2024-08-01T12:39:36.753Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:36.753Z] 6a460ba553ca: Layer already exists [2024-08-01T12:39:36.753Z] ec6800042b13: Layer already exists [2024-08-01T12:39:36.753Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:36.753Z] latest: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:37.087Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:37.418Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.44 [2024-08-01T12:39:37.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-01T12:39:37.418Z] 94a523191bcc: Preparing [2024-08-01T12:39:37.418Z] 66d5f8772df2: Preparing [2024-08-01T12:39:37.418Z] 4504d5788e6f: Preparing [2024-08-01T12:39:37.418Z] f4a969244362: Preparing [2024-08-01T12:39:37.418Z] 6a460ba553ca: Preparing [2024-08-01T12:39:37.418Z] ec6800042b13: Preparing [2024-08-01T12:39:37.418Z] ce7f800efff9: Preparing [2024-08-01T12:39:37.418Z] ec6800042b13: Waiting [2024-08-01T12:39:37.418Z] ce7f800efff9: Waiting [2024-08-01T12:39:37.418Z] 6a460ba553ca: Layer already exists [2024-08-01T12:39:37.418Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:37.418Z] 94a523191bcc: Layer already exists [2024-08-01T12:39:37.418Z] 66d5f8772df2: Layer already exists [2024-08-01T12:39:37.418Z] f4a969244362: Layer already exists [2024-08-01T12:39:37.418Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:37.418Z] ec6800042b13: Layer already exists [2024-08-01T12:39:37.418Z] 3.2.0-dev.44: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:37.770Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:38.373Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:38.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-01T12:39:38.373Z] 94a523191bcc: Preparing [2024-08-01T12:39:38.373Z] 66d5f8772df2: Preparing [2024-08-01T12:39:38.373Z] 4504d5788e6f: Preparing [2024-08-01T12:39:38.373Z] f4a969244362: Preparing [2024-08-01T12:39:38.373Z] 6a460ba553ca: Preparing [2024-08-01T12:39:38.373Z] ec6800042b13: Preparing [2024-08-01T12:39:38.373Z] ce7f800efff9: Preparing [2024-08-01T12:39:38.373Z] ec6800042b13: Waiting [2024-08-01T12:39:38.373Z] ce7f800efff9: Waiting [2024-08-01T12:39:38.373Z] 6a460ba553ca: Layer already exists [2024-08-01T12:39:38.373Z] f4a969244362: Layer already exists [2024-08-01T12:39:38.373Z] 66d5f8772df2: Layer already exists [2024-08-01T12:39:38.373Z] 94a523191bcc: Layer already exists [2024-08-01T12:39:38.373Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:38.373Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:38.373Z] ec6800042b13: Layer already exists [2024-08-01T12:39:38.373Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:38.711Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:39.038Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-01T12:39:39.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-01T12:39:39.039Z] 94a523191bcc: Preparing [2024-08-01T12:39:39.039Z] 66d5f8772df2: Preparing [2024-08-01T12:39:39.039Z] 4504d5788e6f: Preparing [2024-08-01T12:39:39.039Z] f4a969244362: Preparing [2024-08-01T12:39:39.039Z] 6a460ba553ca: Preparing [2024-08-01T12:39:39.039Z] ec6800042b13: Preparing [2024-08-01T12:39:39.039Z] ce7f800efff9: Preparing [2024-08-01T12:39:39.039Z] ec6800042b13: Waiting [2024-08-01T12:39:39.039Z] ce7f800efff9: Waiting [2024-08-01T12:39:39.039Z] 94a523191bcc: Layer already exists [2024-08-01T12:39:39.039Z] f4a969244362: Layer already exists [2024-08-01T12:39:39.039Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:39.039Z] 66d5f8772df2: Layer already exists [2024-08-01T12:39:39.039Z] 6a460ba553ca: Layer already exists [2024-08-01T12:39:39.039Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:39.039Z] ec6800042b13: Layer already exists [2024-08-01T12:39:39.039Z] main: digest: sha256:81192db7290aa627edaf31ff83753928c9a1f78dc9b5752b9e941f4a6da92a83 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:39.115Z] ===================================================== [Pipeline] echo [2024-08-01T12:39:39.130Z] taggedImages: [2024-08-01T12:39:39.130Z] - nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:39.130Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-01T12:39:39.130Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.44 [2024-08-01T12:39:39.130Z] - nexus3.edgexfoundry.org:10004/core-data:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:39.130Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-01T12:39:39.164Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-01T12:39:39.164Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:39.164Z] latest [2024-08-01T12:39:39.164Z] 3.2.0-dev.44 [2024-08-01T12:39:39.164Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:39.164Z] main [2024-08-01T12:39:39.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:39.551Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:39.877Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:39.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-01T12:39:39.877Z] a5de018805c6: Preparing [2024-08-01T12:39:39.877Z] 99bbd9cc37b6: Preparing [2024-08-01T12:39:39.877Z] f4a969244362: Preparing [2024-08-01T12:39:39.877Z] 2931ab902f2b: Preparing [2024-08-01T12:39:39.877Z] be326e4cf1fe: Preparing [2024-08-01T12:39:39.877Z] ce7f800efff9: Preparing [2024-08-01T12:39:39.877Z] ce7f800efff9: Waiting [2024-08-01T12:39:39.877Z] f4a969244362: Layer already exists [2024-08-01T12:39:39.877Z] be326e4cf1fe: Pushed [2024-08-01T12:39:39.877Z] 2931ab902f2b: Pushed [2024-08-01T12:39:39.877Z] a5de018805c6: Pushed [2024-08-01T12:39:40.137Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:42.683Z] 99bbd9cc37b6: Pushed [2024-08-01T12:39:42.683Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:43.009Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:43.339Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-01T12:39:43.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-01T12:39:43.339Z] a5de018805c6: Preparing [2024-08-01T12:39:43.339Z] 99bbd9cc37b6: Preparing [2024-08-01T12:39:43.339Z] f4a969244362: Preparing [2024-08-01T12:39:43.339Z] 2931ab902f2b: Preparing [2024-08-01T12:39:43.339Z] be326e4cf1fe: Preparing [2024-08-01T12:39:43.339Z] ce7f800efff9: Preparing [2024-08-01T12:39:43.339Z] ce7f800efff9: Waiting [2024-08-01T12:39:43.339Z] a5de018805c6: Layer already exists [2024-08-01T12:39:43.339Z] f4a969244362: Layer already exists [2024-08-01T12:39:43.339Z] 99bbd9cc37b6: Layer already exists [2024-08-01T12:39:43.339Z] be326e4cf1fe: Layer already exists [2024-08-01T12:39:43.339Z] 2931ab902f2b: Layer already exists [2024-08-01T12:39:43.339Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:43.339Z] latest: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:43.672Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:43.999Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.44 [2024-08-01T12:39:43.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-01T12:39:43.999Z] a5de018805c6: Preparing [2024-08-01T12:39:43.999Z] 99bbd9cc37b6: Preparing [2024-08-01T12:39:43.999Z] f4a969244362: Preparing [2024-08-01T12:39:43.999Z] 2931ab902f2b: Preparing [2024-08-01T12:39:43.999Z] be326e4cf1fe: Preparing [2024-08-01T12:39:43.999Z] ce7f800efff9: Preparing [2024-08-01T12:39:43.999Z] ce7f800efff9: Waiting [2024-08-01T12:39:43.999Z] 99bbd9cc37b6: Layer already exists [2024-08-01T12:39:43.999Z] 2931ab902f2b: Layer already exists [2024-08-01T12:39:43.999Z] be326e4cf1fe: Layer already exists [2024-08-01T12:39:43.999Z] a5de018805c6: Layer already exists [2024-08-01T12:39:43.999Z] f4a969244362: Layer already exists [2024-08-01T12:39:43.999Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:43.999Z] 3.2.0-dev.44: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:44.340Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:44.666Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:44.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-01T12:39:44.667Z] a5de018805c6: Preparing [2024-08-01T12:39:44.667Z] 99bbd9cc37b6: Preparing [2024-08-01T12:39:44.667Z] f4a969244362: Preparing [2024-08-01T12:39:44.667Z] 2931ab902f2b: Preparing [2024-08-01T12:39:44.667Z] be326e4cf1fe: Preparing [2024-08-01T12:39:44.667Z] ce7f800efff9: Preparing [2024-08-01T12:39:44.667Z] ce7f800efff9: Waiting [2024-08-01T12:39:44.667Z] 2931ab902f2b: Layer already exists [2024-08-01T12:39:44.667Z] 99bbd9cc37b6: Layer already exists [2024-08-01T12:39:44.667Z] a5de018805c6: Layer already exists [2024-08-01T12:39:44.667Z] be326e4cf1fe: Layer already exists [2024-08-01T12:39:44.667Z] f4a969244362: Layer already exists [2024-08-01T12:39:44.667Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:44.667Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:44.991Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:45.314Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-01T12:39:45.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-01T12:39:45.314Z] a5de018805c6: Preparing [2024-08-01T12:39:45.314Z] 99bbd9cc37b6: Preparing [2024-08-01T12:39:45.314Z] f4a969244362: Preparing [2024-08-01T12:39:45.314Z] 2931ab902f2b: Preparing [2024-08-01T12:39:45.314Z] be326e4cf1fe: Preparing [2024-08-01T12:39:45.314Z] ce7f800efff9: Preparing [2024-08-01T12:39:45.314Z] ce7f800efff9: Waiting [2024-08-01T12:39:45.314Z] 2931ab902f2b: Layer already exists [2024-08-01T12:39:45.314Z] f4a969244362: Layer already exists [2024-08-01T12:39:45.314Z] be326e4cf1fe: Layer already exists [2024-08-01T12:39:45.314Z] a5de018805c6: Layer already exists [2024-08-01T12:39:45.314Z] 99bbd9cc37b6: Layer already exists [2024-08-01T12:39:45.314Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:45.314Z] main: digest: sha256:8c44e6530bd7095fa1732d62d1736998ee457f194c453112ac28bdcff34995e9 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:45.389Z] ===================================================== [Pipeline] echo [2024-08-01T12:39:45.402Z] taggedImages: [2024-08-01T12:39:45.402Z] - nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:45.402Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-01T12:39:45.402Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.44 [2024-08-01T12:39:45.402Z] - nexus3.edgexfoundry.org:10004/core-keeper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:45.402Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-01T12:39:45.434Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-01T12:39:45.434Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:45.434Z] latest [2024-08-01T12:39:45.434Z] 3.2.0-dev.44 [2024-08-01T12:39:45.434Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:45.434Z] main [2024-08-01T12:39:45.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:45.788Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:46.107Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:46.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-01T12:39:46.107Z] b9a90f0170eb: Preparing [2024-08-01T12:39:46.107Z] f170adae215e: Preparing [2024-08-01T12:39:46.107Z] cfe6abf13c2a: Preparing [2024-08-01T12:39:46.107Z] 4504d5788e6f: Preparing [2024-08-01T12:39:46.107Z] f4a969244362: Preparing [2024-08-01T12:39:46.107Z] 566643ae4b9d: Preparing [2024-08-01T12:39:46.107Z] 118a214cc333: Preparing [2024-08-01T12:39:46.107Z] ce7f800efff9: Preparing [2024-08-01T12:39:46.107Z] 566643ae4b9d: Waiting [2024-08-01T12:39:46.107Z] 118a214cc333: Waiting [2024-08-01T12:39:46.107Z] ce7f800efff9: Waiting [2024-08-01T12:39:46.107Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:46.107Z] f4a969244362: Layer already exists [2024-08-01T12:39:46.107Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:46.107Z] 118a214cc333: Layer already exists [2024-08-01T12:39:46.107Z] f170adae215e: Pushed [2024-08-01T12:39:46.107Z] b9a90f0170eb: Pushed [2024-08-01T12:39:46.107Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:49.392Z] cfe6abf13c2a: Pushed [2024-08-01T12:39:49.392Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:49.718Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:50.050Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-01T12:39:50.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-01T12:39:50.050Z] b9a90f0170eb: Preparing [2024-08-01T12:39:50.050Z] f170adae215e: Preparing [2024-08-01T12:39:50.050Z] cfe6abf13c2a: Preparing [2024-08-01T12:39:50.050Z] 4504d5788e6f: Preparing [2024-08-01T12:39:50.050Z] f4a969244362: Preparing [2024-08-01T12:39:50.050Z] 566643ae4b9d: Preparing [2024-08-01T12:39:50.050Z] 118a214cc333: Preparing [2024-08-01T12:39:50.050Z] ce7f800efff9: Preparing [2024-08-01T12:39:50.050Z] 566643ae4b9d: Waiting [2024-08-01T12:39:50.050Z] ce7f800efff9: Waiting [2024-08-01T12:39:50.050Z] 118a214cc333: Waiting [2024-08-01T12:39:50.050Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:50.050Z] b9a90f0170eb: Layer already exists [2024-08-01T12:39:50.050Z] cfe6abf13c2a: Layer already exists [2024-08-01T12:39:50.050Z] f4a969244362: Layer already exists [2024-08-01T12:39:50.050Z] f170adae215e: Layer already exists [2024-08-01T12:39:50.050Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:50.050Z] 118a214cc333: Layer already exists [2024-08-01T12:39:50.050Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:50.050Z] latest: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:50.370Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:50.692Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.44 [2024-08-01T12:39:50.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-01T12:39:50.692Z] b9a90f0170eb: Preparing [2024-08-01T12:39:50.692Z] f170adae215e: Preparing [2024-08-01T12:39:50.692Z] cfe6abf13c2a: Preparing [2024-08-01T12:39:50.692Z] 4504d5788e6f: Preparing [2024-08-01T12:39:50.692Z] f4a969244362: Preparing [2024-08-01T12:39:50.692Z] 566643ae4b9d: Preparing [2024-08-01T12:39:50.692Z] 118a214cc333: Preparing [2024-08-01T12:39:50.692Z] ce7f800efff9: Preparing [2024-08-01T12:39:50.692Z] 118a214cc333: Waiting [2024-08-01T12:39:50.692Z] 566643ae4b9d: Waiting [2024-08-01T12:39:50.692Z] ce7f800efff9: Waiting [2024-08-01T12:39:50.692Z] cfe6abf13c2a: Layer already exists [2024-08-01T12:39:50.692Z] b9a90f0170eb: Layer already exists [2024-08-01T12:39:50.692Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:50.692Z] f4a969244362: Layer already exists [2024-08-01T12:39:50.692Z] f170adae215e: Layer already exists [2024-08-01T12:39:50.692Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:50.692Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:50.692Z] 118a214cc333: Layer already exists [2024-08-01T12:39:50.692Z] 3.2.0-dev.44: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:51.056Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:51.371Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:51.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-01T12:39:51.371Z] b9a90f0170eb: Preparing [2024-08-01T12:39:51.371Z] f170adae215e: Preparing [2024-08-01T12:39:51.371Z] cfe6abf13c2a: Preparing [2024-08-01T12:39:51.371Z] 4504d5788e6f: Preparing [2024-08-01T12:39:51.371Z] f4a969244362: Preparing [2024-08-01T12:39:51.371Z] 566643ae4b9d: Preparing [2024-08-01T12:39:51.371Z] 118a214cc333: Preparing [2024-08-01T12:39:51.371Z] ce7f800efff9: Preparing [2024-08-01T12:39:51.371Z] ce7f800efff9: Waiting [2024-08-01T12:39:51.371Z] 566643ae4b9d: Waiting [2024-08-01T12:39:51.371Z] 118a214cc333: Waiting [2024-08-01T12:39:51.371Z] b9a90f0170eb: Layer already exists [2024-08-01T12:39:51.371Z] f170adae215e: Layer already exists [2024-08-01T12:39:51.371Z] f4a969244362: Layer already exists [2024-08-01T12:39:51.371Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:51.371Z] cfe6abf13c2a: Layer already exists [2024-08-01T12:39:51.371Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:51.371Z] 118a214cc333: Layer already exists [2024-08-01T12:39:51.371Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:51.371Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:51.700Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:52.028Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-01T12:39:52.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-01T12:39:52.028Z] b9a90f0170eb: Preparing [2024-08-01T12:39:52.028Z] f170adae215e: Preparing [2024-08-01T12:39:52.028Z] cfe6abf13c2a: Preparing [2024-08-01T12:39:52.028Z] 4504d5788e6f: Preparing [2024-08-01T12:39:52.028Z] f4a969244362: Preparing [2024-08-01T12:39:52.028Z] 566643ae4b9d: Preparing [2024-08-01T12:39:52.028Z] 118a214cc333: Preparing [2024-08-01T12:39:52.028Z] ce7f800efff9: Preparing [2024-08-01T12:39:52.028Z] 566643ae4b9d: Waiting [2024-08-01T12:39:52.028Z] 118a214cc333: Waiting [2024-08-01T12:39:52.028Z] ce7f800efff9: Waiting [2024-08-01T12:39:52.028Z] b9a90f0170eb: Layer already exists [2024-08-01T12:39:52.028Z] cfe6abf13c2a: Layer already exists [2024-08-01T12:39:52.028Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:52.028Z] f170adae215e: Layer already exists [2024-08-01T12:39:52.028Z] f4a969244362: Layer already exists [2024-08-01T12:39:52.028Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:52.028Z] 118a214cc333: Layer already exists [2024-08-01T12:39:52.028Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:52.028Z] main: digest: sha256:f7851fabcb9cffe3629f9e60107151d344f0b4cb848f281a0c84bcf84552e234 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:52.103Z] ===================================================== [Pipeline] echo [2024-08-01T12:39:52.115Z] taggedImages: [2024-08-01T12:39:52.115Z] - nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:52.115Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-01T12:39:52.115Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.44 [2024-08-01T12:39:52.115Z] - nexus3.edgexfoundry.org:10004/core-metadata:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:52.115Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-01T12:39:52.145Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-01T12:39:52.145Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:52.145Z] latest [2024-08-01T12:39:52.145Z] 3.2.0-dev.44 [2024-08-01T12:39:52.145Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:52.145Z] main [2024-08-01T12:39:52.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:52.490Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:52.804Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:52.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-01T12:39:52.804Z] 83c1524fd8eb: Preparing [2024-08-01T12:39:52.804Z] 9a4b1e3b51c2: Preparing [2024-08-01T12:39:52.804Z] b8f4a61adbf9: Preparing [2024-08-01T12:39:52.804Z] 87a85f4d0bf4: Preparing [2024-08-01T12:39:52.804Z] 550f36e91578: Preparing [2024-08-01T12:39:52.804Z] a6755644e8cd: Preparing [2024-08-01T12:39:52.804Z] b2a1f7d99609: Preparing [2024-08-01T12:39:52.804Z] f9f3cd078bdc: Preparing [2024-08-01T12:39:52.804Z] 4504d5788e6f: Preparing [2024-08-01T12:39:52.804Z] f4a969244362: Preparing [2024-08-01T12:39:52.804Z] 1251fca91c99: Preparing [2024-08-01T12:39:52.804Z] bf8ed3894254: Preparing [2024-08-01T12:39:52.804Z] 5f70bf18a086: Preparing [2024-08-01T12:39:52.804Z] 8e203d01cbda: Preparing [2024-08-01T12:39:52.804Z] ace4619ab121: Preparing [2024-08-01T12:39:52.804Z] 57c3f720915c: Preparing [2024-08-01T12:39:52.804Z] ce7f800efff9: Preparing [2024-08-01T12:39:52.804Z] a6755644e8cd: Waiting [2024-08-01T12:39:52.804Z] 8e203d01cbda: Waiting [2024-08-01T12:39:52.804Z] f4a969244362: Waiting [2024-08-01T12:39:52.804Z] ace4619ab121: Waiting [2024-08-01T12:39:52.804Z] 57c3f720915c: Waiting [2024-08-01T12:39:52.804Z] 1251fca91c99: Waiting [2024-08-01T12:39:52.804Z] ce7f800efff9: Waiting [2024-08-01T12:39:52.804Z] b2a1f7d99609: Waiting [2024-08-01T12:39:52.804Z] bf8ed3894254: Waiting [2024-08-01T12:39:52.804Z] f9f3cd078bdc: Waiting [2024-08-01T12:39:52.804Z] 5f70bf18a086: Waiting [2024-08-01T12:39:52.804Z] 4504d5788e6f: Waiting [2024-08-01T12:39:52.804Z] 9a4b1e3b51c2: Pushed [2024-08-01T12:39:52.804Z] b8f4a61adbf9: Pushed [2024-08-01T12:39:52.804Z] 550f36e91578: Pushed [2024-08-01T12:39:52.804Z] 87a85f4d0bf4: Pushed [2024-08-01T12:39:53.371Z] 83c1524fd8eb: Pushed [2024-08-01T12:39:53.371Z] a6755644e8cd: Pushed [2024-08-01T12:39:53.632Z] b2a1f7d99609: Pushed [2024-08-01T12:39:54.203Z] 1251fca91c99: Pushed [2024-08-01T12:39:54.203Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:54.203Z] bf8ed3894254: Pushed [2024-08-01T12:39:54.203Z] f4a969244362: Layer already exists [2024-08-01T12:39:54.465Z] 8e203d01cbda: Pushed [2024-08-01T12:39:54.724Z] ace4619ab121: Pushed [2024-08-01T12:39:54.982Z] 5f70bf18a086: Layer already exists [2024-08-01T12:39:54.982Z] 57c3f720915c: Pushed [2024-08-01T12:39:55.241Z] f9f3cd078bdc: Pushed [2024-08-01T12:39:55.500Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:55.760Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:56.083Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:56.395Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-01T12:39:56.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-01T12:39:56.395Z] 83c1524fd8eb: Preparing [2024-08-01T12:39:56.395Z] 9a4b1e3b51c2: Preparing [2024-08-01T12:39:56.395Z] b8f4a61adbf9: Preparing [2024-08-01T12:39:56.395Z] 87a85f4d0bf4: Preparing [2024-08-01T12:39:56.395Z] 550f36e91578: Preparing [2024-08-01T12:39:56.395Z] a6755644e8cd: Preparing [2024-08-01T12:39:56.395Z] b2a1f7d99609: Preparing [2024-08-01T12:39:56.395Z] f9f3cd078bdc: Preparing [2024-08-01T12:39:56.395Z] 4504d5788e6f: Preparing [2024-08-01T12:39:56.395Z] f4a969244362: Preparing [2024-08-01T12:39:56.395Z] 1251fca91c99: Preparing [2024-08-01T12:39:56.395Z] bf8ed3894254: Preparing [2024-08-01T12:39:56.395Z] 5f70bf18a086: Preparing [2024-08-01T12:39:56.395Z] 8e203d01cbda: Preparing [2024-08-01T12:39:56.395Z] ace4619ab121: Preparing [2024-08-01T12:39:56.395Z] 57c3f720915c: Preparing [2024-08-01T12:39:56.395Z] ce7f800efff9: Preparing [2024-08-01T12:39:56.395Z] 4504d5788e6f: Waiting [2024-08-01T12:39:56.395Z] f4a969244362: Waiting [2024-08-01T12:39:56.395Z] 1251fca91c99: Waiting [2024-08-01T12:39:56.395Z] bf8ed3894254: Waiting [2024-08-01T12:39:56.395Z] 5f70bf18a086: Waiting [2024-08-01T12:39:56.395Z] 8e203d01cbda: Waiting [2024-08-01T12:39:56.395Z] ace4619ab121: Waiting [2024-08-01T12:39:56.395Z] a6755644e8cd: Waiting [2024-08-01T12:39:56.395Z] 57c3f720915c: Waiting [2024-08-01T12:39:56.395Z] ce7f800efff9: Waiting [2024-08-01T12:39:56.395Z] b2a1f7d99609: Waiting [2024-08-01T12:39:56.395Z] f9f3cd078bdc: Waiting [2024-08-01T12:39:56.395Z] 550f36e91578: Layer already exists [2024-08-01T12:39:56.395Z] b8f4a61adbf9: Layer already exists [2024-08-01T12:39:56.395Z] 87a85f4d0bf4: Layer already exists [2024-08-01T12:39:56.395Z] 9a4b1e3b51c2: Layer already exists [2024-08-01T12:39:56.395Z] 83c1524fd8eb: Layer already exists [2024-08-01T12:39:56.395Z] a6755644e8cd: Layer already exists [2024-08-01T12:39:56.395Z] f9f3cd078bdc: Layer already exists [2024-08-01T12:39:56.395Z] b2a1f7d99609: Layer already exists [2024-08-01T12:39:56.395Z] f4a969244362: Layer already exists [2024-08-01T12:39:56.395Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:56.395Z] 1251fca91c99: Layer already exists [2024-08-01T12:39:56.395Z] 5f70bf18a086: Layer already exists [2024-08-01T12:39:56.395Z] ace4619ab121: Layer already exists [2024-08-01T12:39:56.395Z] 8e203d01cbda: Layer already exists [2024-08-01T12:39:56.395Z] bf8ed3894254: Layer already exists [2024-08-01T12:39:56.395Z] 57c3f720915c: Layer already exists [2024-08-01T12:39:56.395Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:56.395Z] latest: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:56.714Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:57.040Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.44 [2024-08-01T12:39:57.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-01T12:39:57.040Z] 83c1524fd8eb: Preparing [2024-08-01T12:39:57.040Z] 9a4b1e3b51c2: Preparing [2024-08-01T12:39:57.040Z] b8f4a61adbf9: Preparing [2024-08-01T12:39:57.040Z] 87a85f4d0bf4: Preparing [2024-08-01T12:39:57.040Z] 550f36e91578: Preparing [2024-08-01T12:39:57.040Z] a6755644e8cd: Preparing [2024-08-01T12:39:57.040Z] b2a1f7d99609: Preparing [2024-08-01T12:39:57.040Z] f9f3cd078bdc: Preparing [2024-08-01T12:39:57.040Z] 4504d5788e6f: Preparing [2024-08-01T12:39:57.040Z] f4a969244362: Preparing [2024-08-01T12:39:57.040Z] 1251fca91c99: Preparing [2024-08-01T12:39:57.040Z] bf8ed3894254: Preparing [2024-08-01T12:39:57.040Z] 5f70bf18a086: Preparing [2024-08-01T12:39:57.040Z] 8e203d01cbda: Preparing [2024-08-01T12:39:57.040Z] ace4619ab121: Preparing [2024-08-01T12:39:57.040Z] 57c3f720915c: Preparing [2024-08-01T12:39:57.040Z] ce7f800efff9: Preparing [2024-08-01T12:39:57.040Z] b2a1f7d99609: Waiting [2024-08-01T12:39:57.040Z] f4a969244362: Waiting [2024-08-01T12:39:57.040Z] f9f3cd078bdc: Waiting [2024-08-01T12:39:57.040Z] 8e203d01cbda: Waiting [2024-08-01T12:39:57.040Z] 4504d5788e6f: Waiting [2024-08-01T12:39:57.040Z] 5f70bf18a086: Waiting [2024-08-01T12:39:57.040Z] ace4619ab121: Waiting [2024-08-01T12:39:57.040Z] a6755644e8cd: Waiting [2024-08-01T12:39:57.040Z] 1251fca91c99: Waiting [2024-08-01T12:39:57.040Z] ce7f800efff9: Waiting [2024-08-01T12:39:57.040Z] 87a85f4d0bf4: Layer already exists [2024-08-01T12:39:57.040Z] 550f36e91578: Layer already exists [2024-08-01T12:39:57.040Z] b8f4a61adbf9: Layer already exists [2024-08-01T12:39:57.040Z] 83c1524fd8eb: Layer already exists [2024-08-01T12:39:57.040Z] 9a4b1e3b51c2: Layer already exists [2024-08-01T12:39:57.040Z] a6755644e8cd: Layer already exists [2024-08-01T12:39:57.040Z] f9f3cd078bdc: Layer already exists [2024-08-01T12:39:57.040Z] b2a1f7d99609: Layer already exists [2024-08-01T12:39:57.040Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:57.040Z] f4a969244362: Layer already exists [2024-08-01T12:39:57.040Z] 1251fca91c99: Layer already exists [2024-08-01T12:39:57.040Z] bf8ed3894254: Layer already exists [2024-08-01T12:39:57.040Z] 8e203d01cbda: Layer already exists [2024-08-01T12:39:57.040Z] 5f70bf18a086: Layer already exists [2024-08-01T12:39:57.040Z] ace4619ab121: Layer already exists [2024-08-01T12:39:57.040Z] 57c3f720915c: Layer already exists [2024-08-01T12:39:57.040Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:57.040Z] 3.2.0-dev.44: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:57.355Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:57.675Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:57.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-01T12:39:57.675Z] 83c1524fd8eb: Preparing [2024-08-01T12:39:57.675Z] 9a4b1e3b51c2: Preparing [2024-08-01T12:39:57.675Z] b8f4a61adbf9: Preparing [2024-08-01T12:39:57.675Z] 87a85f4d0bf4: Preparing [2024-08-01T12:39:57.675Z] 550f36e91578: Preparing [2024-08-01T12:39:57.675Z] a6755644e8cd: Preparing [2024-08-01T12:39:57.675Z] b2a1f7d99609: Preparing [2024-08-01T12:39:57.675Z] f9f3cd078bdc: Preparing [2024-08-01T12:39:57.675Z] 4504d5788e6f: Preparing [2024-08-01T12:39:57.675Z] f4a969244362: Preparing [2024-08-01T12:39:57.675Z] 1251fca91c99: Preparing [2024-08-01T12:39:57.675Z] bf8ed3894254: Preparing [2024-08-01T12:39:57.675Z] 5f70bf18a086: Preparing [2024-08-01T12:39:57.675Z] 8e203d01cbda: Preparing [2024-08-01T12:39:57.675Z] ace4619ab121: Preparing [2024-08-01T12:39:57.675Z] 57c3f720915c: Preparing [2024-08-01T12:39:57.675Z] ce7f800efff9: Preparing [2024-08-01T12:39:57.675Z] bf8ed3894254: Waiting [2024-08-01T12:39:57.675Z] a6755644e8cd: Waiting [2024-08-01T12:39:57.675Z] f9f3cd078bdc: Waiting [2024-08-01T12:39:57.675Z] b2a1f7d99609: Waiting [2024-08-01T12:39:57.675Z] 4504d5788e6f: Waiting [2024-08-01T12:39:57.675Z] f4a969244362: Waiting [2024-08-01T12:39:57.675Z] 5f70bf18a086: Waiting [2024-08-01T12:39:57.675Z] 1251fca91c99: Waiting [2024-08-01T12:39:57.675Z] 8e203d01cbda: Waiting [2024-08-01T12:39:57.675Z] ace4619ab121: Waiting [2024-08-01T12:39:57.675Z] ce7f800efff9: Waiting [2024-08-01T12:39:57.675Z] 57c3f720915c: Waiting [2024-08-01T12:39:57.675Z] 9a4b1e3b51c2: Layer already exists [2024-08-01T12:39:57.675Z] 550f36e91578: Layer already exists [2024-08-01T12:39:57.675Z] 83c1524fd8eb: Layer already exists [2024-08-01T12:39:57.675Z] b8f4a61adbf9: Layer already exists [2024-08-01T12:39:57.675Z] a6755644e8cd: Layer already exists [2024-08-01T12:39:57.675Z] f9f3cd078bdc: Layer already exists [2024-08-01T12:39:57.675Z] b2a1f7d99609: Layer already exists [2024-08-01T12:39:57.675Z] 87a85f4d0bf4: Layer already exists [2024-08-01T12:39:57.675Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:57.675Z] 5f70bf18a086: Layer already exists [2024-08-01T12:39:57.675Z] 1251fca91c99: Layer already exists [2024-08-01T12:39:57.675Z] f4a969244362: Layer already exists [2024-08-01T12:39:57.675Z] bf8ed3894254: Layer already exists [2024-08-01T12:39:57.675Z] 8e203d01cbda: Layer already exists [2024-08-01T12:39:57.675Z] ace4619ab121: Layer already exists [2024-08-01T12:39:57.675Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:57.675Z] 57c3f720915c: Layer already exists [2024-08-01T12:39:57.675Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:58.005Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:58.326Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-01T12:39:58.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-01T12:39:58.326Z] 83c1524fd8eb: Preparing [2024-08-01T12:39:58.326Z] 9a4b1e3b51c2: Preparing [2024-08-01T12:39:58.326Z] b8f4a61adbf9: Preparing [2024-08-01T12:39:58.326Z] 87a85f4d0bf4: Preparing [2024-08-01T12:39:58.326Z] 550f36e91578: Preparing [2024-08-01T12:39:58.326Z] a6755644e8cd: Preparing [2024-08-01T12:39:58.326Z] b2a1f7d99609: Preparing [2024-08-01T12:39:58.326Z] f9f3cd078bdc: Preparing [2024-08-01T12:39:58.326Z] 4504d5788e6f: Preparing [2024-08-01T12:39:58.326Z] f4a969244362: Preparing [2024-08-01T12:39:58.326Z] 1251fca91c99: Preparing [2024-08-01T12:39:58.326Z] bf8ed3894254: Preparing [2024-08-01T12:39:58.326Z] 5f70bf18a086: Preparing [2024-08-01T12:39:58.326Z] 8e203d01cbda: Preparing [2024-08-01T12:39:58.326Z] ace4619ab121: Preparing [2024-08-01T12:39:58.326Z] 57c3f720915c: Preparing [2024-08-01T12:39:58.326Z] ce7f800efff9: Preparing [2024-08-01T12:39:58.326Z] a6755644e8cd: Waiting [2024-08-01T12:39:58.326Z] 1251fca91c99: Waiting [2024-08-01T12:39:58.326Z] bf8ed3894254: Waiting [2024-08-01T12:39:58.327Z] b2a1f7d99609: Waiting [2024-08-01T12:39:58.327Z] 57c3f720915c: Waiting [2024-08-01T12:39:58.327Z] 5f70bf18a086: Waiting [2024-08-01T12:39:58.327Z] 8e203d01cbda: Waiting [2024-08-01T12:39:58.327Z] ce7f800efff9: Waiting [2024-08-01T12:39:58.327Z] f4a969244362: Waiting [2024-08-01T12:39:58.327Z] ace4619ab121: Waiting [2024-08-01T12:39:58.327Z] 4504d5788e6f: Waiting [2024-08-01T12:39:58.327Z] 87a85f4d0bf4: Layer already exists [2024-08-01T12:39:58.327Z] b8f4a61adbf9: Layer already exists [2024-08-01T12:39:58.327Z] 550f36e91578: Layer already exists [2024-08-01T12:39:58.327Z] 83c1524fd8eb: Layer already exists [2024-08-01T12:39:58.327Z] 9a4b1e3b51c2: Layer already exists [2024-08-01T12:39:58.327Z] b2a1f7d99609: Layer already exists [2024-08-01T12:39:58.327Z] a6755644e8cd: Layer already exists [2024-08-01T12:39:58.327Z] 1251fca91c99: Layer already exists [2024-08-01T12:39:58.327Z] bf8ed3894254: Layer already exists [2024-08-01T12:39:58.327Z] f9f3cd078bdc: Layer already exists [2024-08-01T12:39:58.327Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:58.327Z] 5f70bf18a086: Layer already exists [2024-08-01T12:39:58.327Z] 8e203d01cbda: Layer already exists [2024-08-01T12:39:58.327Z] ace4619ab121: Layer already exists [2024-08-01T12:39:58.327Z] f4a969244362: Layer already exists [2024-08-01T12:39:58.327Z] 57c3f720915c: Layer already exists [2024-08-01T12:39:58.327Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:58.327Z] main: digest: sha256:889315762c71c381323f7ad810188b45619752db101decf6b55434a9898533c4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:39:58.390Z] ===================================================== [Pipeline] echo [2024-08-01T12:39:58.406Z] taggedImages: [2024-08-01T12:39:58.406Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:58.406Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-01T12:39:58.406Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.44 [2024-08-01T12:39:58.406Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:58.406Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-01T12:39:58.430Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-01T12:39:58.430Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:58.430Z] latest [2024-08-01T12:39:58.430Z] 3.2.0-dev.44 [2024-08-01T12:39:58.430Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:39:58.430Z] main [2024-08-01T12:39:58.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:58.776Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:39:59.097Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:39:59.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-01T12:39:59.097Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:39:59.097Z] 19e0fed5313f: Preparing [2024-08-01T12:39:59.097Z] 34ee7795e504: Preparing [2024-08-01T12:39:59.097Z] e9108d40a9b8: Preparing [2024-08-01T12:39:59.097Z] 4504d5788e6f: Preparing [2024-08-01T12:39:59.097Z] f4a969244362: Preparing [2024-08-01T12:39:59.097Z] 566643ae4b9d: Preparing [2024-08-01T12:39:59.097Z] 118a214cc333: Preparing [2024-08-01T12:39:59.097Z] ce7f800efff9: Preparing [2024-08-01T12:39:59.097Z] 566643ae4b9d: Waiting [2024-08-01T12:39:59.097Z] ce7f800efff9: Waiting [2024-08-01T12:39:59.097Z] f4a969244362: Waiting [2024-08-01T12:39:59.097Z] 118a214cc333: Waiting [2024-08-01T12:39:59.097Z] 19e0fed5313f: Layer already exists [2024-08-01T12:39:59.097Z] 4504d5788e6f: Layer already exists [2024-08-01T12:39:59.097Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:39:59.097Z] f4a969244362: Layer already exists [2024-08-01T12:39:59.097Z] 566643ae4b9d: Layer already exists [2024-08-01T12:39:59.097Z] 118a214cc333: Layer already exists [2024-08-01T12:39:59.097Z] ce7f800efff9: Layer already exists [2024-08-01T12:39:59.097Z] 34ee7795e504: Pushed [2024-08-01T12:40:01.644Z] e9108d40a9b8: Pushed [2024-08-01T12:40:01.644Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:01.962Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:02.412Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-01T12:40:02.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-01T12:40:02.412Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:40:02.412Z] 19e0fed5313f: Preparing [2024-08-01T12:40:02.412Z] 34ee7795e504: Preparing [2024-08-01T12:40:02.412Z] e9108d40a9b8: Preparing [2024-08-01T12:40:02.412Z] 4504d5788e6f: Preparing [2024-08-01T12:40:02.412Z] f4a969244362: Preparing [2024-08-01T12:40:02.412Z] 566643ae4b9d: Preparing [2024-08-01T12:40:02.412Z] 118a214cc333: Preparing [2024-08-01T12:40:02.412Z] ce7f800efff9: Preparing [2024-08-01T12:40:02.412Z] f4a969244362: Waiting [2024-08-01T12:40:02.412Z] 566643ae4b9d: Waiting [2024-08-01T12:40:02.412Z] 118a214cc333: Waiting [2024-08-01T12:40:02.412Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:02.412Z] 19e0fed5313f: Layer already exists [2024-08-01T12:40:02.412Z] 34ee7795e504: Layer already exists [2024-08-01T12:40:02.412Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:40:02.412Z] 566643ae4b9d: Layer already exists [2024-08-01T12:40:02.412Z] f4a969244362: Layer already exists [2024-08-01T12:40:02.412Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:02.412Z] e9108d40a9b8: Layer already exists [2024-08-01T12:40:02.412Z] 118a214cc333: Layer already exists [2024-08-01T12:40:02.412Z] latest: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:02.817Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:03.201Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.44 [2024-08-01T12:40:03.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-01T12:40:03.201Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:40:03.201Z] 19e0fed5313f: Preparing [2024-08-01T12:40:03.201Z] 34ee7795e504: Preparing [2024-08-01T12:40:03.201Z] e9108d40a9b8: Preparing [2024-08-01T12:40:03.201Z] 4504d5788e6f: Preparing [2024-08-01T12:40:03.201Z] f4a969244362: Preparing [2024-08-01T12:40:03.201Z] 566643ae4b9d: Preparing [2024-08-01T12:40:03.201Z] 118a214cc333: Preparing [2024-08-01T12:40:03.201Z] ce7f800efff9: Preparing [2024-08-01T12:40:03.201Z] 566643ae4b9d: Waiting [2024-08-01T12:40:03.201Z] 118a214cc333: Waiting [2024-08-01T12:40:03.201Z] f4a969244362: Waiting [2024-08-01T12:40:03.201Z] ce7f800efff9: Waiting [2024-08-01T12:40:03.201Z] 34ee7795e504: Layer already exists [2024-08-01T12:40:03.201Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:03.201Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:40:03.201Z] e9108d40a9b8: Layer already exists [2024-08-01T12:40:03.201Z] 19e0fed5313f: Layer already exists [2024-08-01T12:40:03.201Z] f4a969244362: Layer already exists [2024-08-01T12:40:03.201Z] 118a214cc333: Layer already exists [2024-08-01T12:40:03.201Z] 566643ae4b9d: Layer already exists [2024-08-01T12:40:03.201Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:03.201Z] 3.2.0-dev.44: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:03.527Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:03.853Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:03.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-01T12:40:03.853Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:40:03.853Z] 19e0fed5313f: Preparing [2024-08-01T12:40:03.853Z] 34ee7795e504: Preparing [2024-08-01T12:40:03.853Z] e9108d40a9b8: Preparing [2024-08-01T12:40:03.853Z] 4504d5788e6f: Preparing [2024-08-01T12:40:03.853Z] f4a969244362: Preparing [2024-08-01T12:40:03.853Z] 566643ae4b9d: Preparing [2024-08-01T12:40:03.853Z] 118a214cc333: Preparing [2024-08-01T12:40:03.853Z] ce7f800efff9: Preparing [2024-08-01T12:40:03.853Z] f4a969244362: Waiting [2024-08-01T12:40:03.853Z] 566643ae4b9d: Waiting [2024-08-01T12:40:03.853Z] ce7f800efff9: Waiting [2024-08-01T12:40:03.853Z] 34ee7795e504: Layer already exists [2024-08-01T12:40:03.853Z] e9108d40a9b8: Layer already exists [2024-08-01T12:40:03.853Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:03.853Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:40:03.853Z] 19e0fed5313f: Layer already exists [2024-08-01T12:40:03.853Z] f4a969244362: Layer already exists [2024-08-01T12:40:03.853Z] 118a214cc333: Layer already exists [2024-08-01T12:40:03.853Z] 566643ae4b9d: Layer already exists [2024-08-01T12:40:03.853Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:03.853Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:04.180Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:04.506Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-01T12:40:04.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-01T12:40:04.506Z] cb7ae9c1d5b7: Preparing [2024-08-01T12:40:04.506Z] 19e0fed5313f: Preparing [2024-08-01T12:40:04.506Z] 34ee7795e504: Preparing [2024-08-01T12:40:04.506Z] e9108d40a9b8: Preparing [2024-08-01T12:40:04.506Z] 4504d5788e6f: Preparing [2024-08-01T12:40:04.506Z] f4a969244362: Preparing [2024-08-01T12:40:04.506Z] 566643ae4b9d: Preparing [2024-08-01T12:40:04.506Z] 118a214cc333: Preparing [2024-08-01T12:40:04.506Z] ce7f800efff9: Preparing [2024-08-01T12:40:04.506Z] f4a969244362: Waiting [2024-08-01T12:40:04.506Z] 566643ae4b9d: Waiting [2024-08-01T12:40:04.506Z] 118a214cc333: Waiting [2024-08-01T12:40:04.506Z] cb7ae9c1d5b7: Layer already exists [2024-08-01T12:40:04.506Z] 34ee7795e504: Layer already exists [2024-08-01T12:40:04.506Z] e9108d40a9b8: Layer already exists [2024-08-01T12:40:04.506Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:04.506Z] 19e0fed5313f: Layer already exists [2024-08-01T12:40:04.506Z] 118a214cc333: Layer already exists [2024-08-01T12:40:04.506Z] f4a969244362: Layer already exists [2024-08-01T12:40:04.506Z] 566643ae4b9d: Layer already exists [2024-08-01T12:40:04.506Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:04.506Z] main: digest: sha256:e2e62e253f85755c76a4680d7ef1f3cb8f409acd7e59be2317ff26019dd570dc size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:40:04.574Z] ===================================================== [Pipeline] echo [2024-08-01T12:40:04.586Z] taggedImages: [2024-08-01T12:40:04.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:04.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-01T12:40:04.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.44 [2024-08-01T12:40:04.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:04.586Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-01T12:40:04.610Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-01T12:40:04.610Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:04.610Z] latest [2024-08-01T12:40:04.610Z] 3.2.0-dev.44 [2024-08-01T12:40:04.610Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:04.610Z] main [2024-08-01T12:40:04.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:04.936Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:05.330Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:05.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-01T12:40:05.330Z] 1000b5250260: Preparing [2024-08-01T12:40:05.330Z] fc3a1b0f34de: Preparing [2024-08-01T12:40:05.330Z] a43929d82212: Preparing [2024-08-01T12:40:05.330Z] 72572691d7ec: Preparing [2024-08-01T12:40:05.330Z] deddd87fe5a3: Preparing [2024-08-01T12:40:05.330Z] 4504d5788e6f: Preparing [2024-08-01T12:40:05.330Z] f4a969244362: Preparing [2024-08-01T12:40:05.330Z] a7b2956bdedb: Preparing [2024-08-01T12:40:05.330Z] 514b4d8ff0bd: Preparing [2024-08-01T12:40:05.330Z] f0d3a90210f7: Preparing [2024-08-01T12:40:05.330Z] ce7f800efff9: Preparing [2024-08-01T12:40:05.330Z] 514b4d8ff0bd: Waiting [2024-08-01T12:40:05.330Z] a7b2956bdedb: Waiting [2024-08-01T12:40:05.331Z] f4a969244362: Waiting [2024-08-01T12:40:05.331Z] f0d3a90210f7: Waiting [2024-08-01T12:40:05.331Z] ce7f800efff9: Waiting [2024-08-01T12:40:05.331Z] 4504d5788e6f: Waiting [2024-08-01T12:40:05.331Z] 72572691d7ec: Pushed [2024-08-01T12:40:05.331Z] deddd87fe5a3: Pushed [2024-08-01T12:40:05.331Z] 1000b5250260: Pushed [2024-08-01T12:40:05.331Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:05.331Z] fc3a1b0f34de: Pushed [2024-08-01T12:40:05.331Z] f4a969244362: Layer already exists [2024-08-01T12:40:05.591Z] a7b2956bdedb: Pushed [2024-08-01T12:40:05.591Z] 514b4d8ff0bd: Pushed [2024-08-01T12:40:05.591Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:06.159Z] a43929d82212: Pushed [2024-08-01T12:40:06.418Z] f0d3a90210f7: Pushed [2024-08-01T12:40:06.677Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:06.998Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:07.316Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-01T12:40:07.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-01T12:40:07.316Z] 1000b5250260: Preparing [2024-08-01T12:40:07.316Z] fc3a1b0f34de: Preparing [2024-08-01T12:40:07.316Z] a43929d82212: Preparing [2024-08-01T12:40:07.316Z] 72572691d7ec: Preparing [2024-08-01T12:40:07.316Z] deddd87fe5a3: Preparing [2024-08-01T12:40:07.316Z] 4504d5788e6f: Preparing [2024-08-01T12:40:07.316Z] f4a969244362: Preparing [2024-08-01T12:40:07.316Z] a7b2956bdedb: Preparing [2024-08-01T12:40:07.316Z] 514b4d8ff0bd: Preparing [2024-08-01T12:40:07.316Z] f0d3a90210f7: Preparing [2024-08-01T12:40:07.316Z] ce7f800efff9: Preparing [2024-08-01T12:40:07.316Z] a7b2956bdedb: Waiting [2024-08-01T12:40:07.316Z] f0d3a90210f7: Waiting [2024-08-01T12:40:07.316Z] 514b4d8ff0bd: Waiting [2024-08-01T12:40:07.316Z] 4504d5788e6f: Waiting [2024-08-01T12:40:07.316Z] ce7f800efff9: Waiting [2024-08-01T12:40:07.316Z] f4a969244362: Waiting [2024-08-01T12:40:07.316Z] 72572691d7ec: Layer already exists [2024-08-01T12:40:07.316Z] a43929d82212: Layer already exists [2024-08-01T12:40:07.316Z] 1000b5250260: Layer already exists [2024-08-01T12:40:07.316Z] fc3a1b0f34de: Layer already exists [2024-08-01T12:40:07.316Z] deddd87fe5a3: Layer already exists [2024-08-01T12:40:07.316Z] f4a969244362: Layer already exists [2024-08-01T12:40:07.316Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:07.316Z] a7b2956bdedb: Layer already exists [2024-08-01T12:40:07.316Z] f0d3a90210f7: Layer already exists [2024-08-01T12:40:07.316Z] 514b4d8ff0bd: Layer already exists [2024-08-01T12:40:07.316Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:07.316Z] latest: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:07.650Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:08.146Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.44 [2024-08-01T12:40:08.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-01T12:40:08.146Z] 1000b5250260: Preparing [2024-08-01T12:40:08.146Z] fc3a1b0f34de: Preparing [2024-08-01T12:40:08.146Z] a43929d82212: Preparing [2024-08-01T12:40:08.146Z] 72572691d7ec: Preparing [2024-08-01T12:40:08.146Z] deddd87fe5a3: Preparing [2024-08-01T12:40:08.146Z] 4504d5788e6f: Preparing [2024-08-01T12:40:08.146Z] f4a969244362: Preparing [2024-08-01T12:40:08.146Z] a7b2956bdedb: Preparing [2024-08-01T12:40:08.146Z] 514b4d8ff0bd: Preparing [2024-08-01T12:40:08.146Z] f0d3a90210f7: Preparing [2024-08-01T12:40:08.146Z] ce7f800efff9: Preparing [2024-08-01T12:40:08.146Z] f4a969244362: Waiting [2024-08-01T12:40:08.146Z] f0d3a90210f7: Waiting [2024-08-01T12:40:08.146Z] ce7f800efff9: Waiting [2024-08-01T12:40:08.146Z] a7b2956bdedb: Waiting [2024-08-01T12:40:08.146Z] 514b4d8ff0bd: Waiting [2024-08-01T12:40:08.146Z] 4504d5788e6f: Waiting [2024-08-01T12:40:08.146Z] deddd87fe5a3: Layer already exists [2024-08-01T12:40:08.146Z] a43929d82212: Layer already exists [2024-08-01T12:40:08.146Z] fc3a1b0f34de: Layer already exists [2024-08-01T12:40:08.146Z] 1000b5250260: Layer already exists [2024-08-01T12:40:08.146Z] 72572691d7ec: Layer already exists [2024-08-01T12:40:08.146Z] f4a969244362: Layer already exists [2024-08-01T12:40:08.146Z] a7b2956bdedb: Layer already exists [2024-08-01T12:40:08.146Z] 514b4d8ff0bd: Layer already exists [2024-08-01T12:40:08.146Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:08.146Z] f0d3a90210f7: Layer already exists [2024-08-01T12:40:08.146Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:08.146Z] 3.2.0-dev.44: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:08.477Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:08.801Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:08.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-01T12:40:08.801Z] 1000b5250260: Preparing [2024-08-01T12:40:08.801Z] fc3a1b0f34de: Preparing [2024-08-01T12:40:08.801Z] a43929d82212: Preparing [2024-08-01T12:40:08.801Z] 72572691d7ec: Preparing [2024-08-01T12:40:08.801Z] deddd87fe5a3: Preparing [2024-08-01T12:40:08.801Z] 4504d5788e6f: Preparing [2024-08-01T12:40:08.801Z] f4a969244362: Preparing [2024-08-01T12:40:08.801Z] a7b2956bdedb: Preparing [2024-08-01T12:40:08.801Z] 514b4d8ff0bd: Preparing [2024-08-01T12:40:08.801Z] f0d3a90210f7: Preparing [2024-08-01T12:40:08.801Z] ce7f800efff9: Preparing [2024-08-01T12:40:08.801Z] f4a969244362: Waiting [2024-08-01T12:40:08.801Z] 514b4d8ff0bd: Waiting [2024-08-01T12:40:08.801Z] f0d3a90210f7: Waiting [2024-08-01T12:40:08.801Z] ce7f800efff9: Waiting [2024-08-01T12:40:08.801Z] 4504d5788e6f: Waiting [2024-08-01T12:40:08.801Z] fc3a1b0f34de: Layer already exists [2024-08-01T12:40:08.801Z] deddd87fe5a3: Layer already exists [2024-08-01T12:40:08.801Z] 1000b5250260: Layer already exists [2024-08-01T12:40:08.801Z] a43929d82212: Layer already exists [2024-08-01T12:40:08.801Z] 72572691d7ec: Layer already exists [2024-08-01T12:40:08.801Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:08.801Z] a7b2956bdedb: Layer already exists [2024-08-01T12:40:08.801Z] 514b4d8ff0bd: Layer already exists [2024-08-01T12:40:08.801Z] f4a969244362: Layer already exists [2024-08-01T12:40:08.801Z] f0d3a90210f7: Layer already exists [2024-08-01T12:40:08.801Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:08.801Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:09.124Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:09.523Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-01T12:40:09.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-01T12:40:09.523Z] 1000b5250260: Preparing [2024-08-01T12:40:09.523Z] fc3a1b0f34de: Preparing [2024-08-01T12:40:09.523Z] a43929d82212: Preparing [2024-08-01T12:40:09.523Z] 72572691d7ec: Preparing [2024-08-01T12:40:09.523Z] deddd87fe5a3: Preparing [2024-08-01T12:40:09.523Z] 4504d5788e6f: Preparing [2024-08-01T12:40:09.523Z] f4a969244362: Preparing [2024-08-01T12:40:09.523Z] a7b2956bdedb: Preparing [2024-08-01T12:40:09.523Z] 514b4d8ff0bd: Preparing [2024-08-01T12:40:09.523Z] f0d3a90210f7: Preparing [2024-08-01T12:40:09.523Z] ce7f800efff9: Preparing [2024-08-01T12:40:09.523Z] a7b2956bdedb: Waiting [2024-08-01T12:40:09.523Z] 514b4d8ff0bd: Waiting [2024-08-01T12:40:09.523Z] f0d3a90210f7: Waiting [2024-08-01T12:40:09.523Z] ce7f800efff9: Waiting [2024-08-01T12:40:09.523Z] 4504d5788e6f: Waiting [2024-08-01T12:40:09.523Z] f4a969244362: Waiting [2024-08-01T12:40:09.523Z] a43929d82212: Layer already exists [2024-08-01T12:40:09.523Z] 1000b5250260: Layer already exists [2024-08-01T12:40:09.523Z] fc3a1b0f34de: Layer already exists [2024-08-01T12:40:09.523Z] 72572691d7ec: Layer already exists [2024-08-01T12:40:09.523Z] deddd87fe5a3: Layer already exists [2024-08-01T12:40:09.523Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:09.523Z] 514b4d8ff0bd: Layer already exists [2024-08-01T12:40:09.523Z] f4a969244362: Layer already exists [2024-08-01T12:40:09.523Z] a7b2956bdedb: Layer already exists [2024-08-01T12:40:09.523Z] f0d3a90210f7: Layer already exists [2024-08-01T12:40:09.523Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:09.523Z] main: digest: sha256:ea833c3cc17ae414a6f8c29b1aacbea44ed219cfd281176483be4ff80666597c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:40:09.592Z] ===================================================== [Pipeline] echo [2024-08-01T12:40:09.601Z] taggedImages: [2024-08-01T12:40:09.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:09.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-01T12:40:09.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.44 [2024-08-01T12:40:09.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:09.601Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-01T12:40:09.627Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-01T12:40:09.627Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:09.627Z] latest [2024-08-01T12:40:09.627Z] 3.2.0-dev.44 [2024-08-01T12:40:09.627Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:09.627Z] main [2024-08-01T12:40:09.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:09.970Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:10.290Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:10.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-01T12:40:10.291Z] 8f51544d713f: Preparing [2024-08-01T12:40:10.291Z] 99f0cd72a782: Preparing [2024-08-01T12:40:10.291Z] f103f1bd3f6d: Preparing [2024-08-01T12:40:10.291Z] 7dd62ba6df50: Preparing [2024-08-01T12:40:10.291Z] 0013288b826b: Preparing [2024-08-01T12:40:10.291Z] a06b06cbb73f: Preparing [2024-08-01T12:40:10.291Z] 2b11eb170dbe: Preparing [2024-08-01T12:40:10.291Z] 4504d5788e6f: Preparing [2024-08-01T12:40:10.291Z] f4a969244362: Preparing [2024-08-01T12:40:10.291Z] 6f6f09e7ea16: Preparing [2024-08-01T12:40:10.291Z] c64e056cd148: Preparing [2024-08-01T12:40:10.291Z] ce7f800efff9: Preparing [2024-08-01T12:40:10.291Z] c64e056cd148: Waiting [2024-08-01T12:40:10.291Z] 4504d5788e6f: Waiting [2024-08-01T12:40:10.291Z] 2b11eb170dbe: Waiting [2024-08-01T12:40:10.291Z] ce7f800efff9: Waiting [2024-08-01T12:40:10.291Z] f4a969244362: Waiting [2024-08-01T12:40:10.291Z] 6f6f09e7ea16: Waiting [2024-08-01T12:40:10.291Z] a06b06cbb73f: Waiting [2024-08-01T12:40:10.291Z] 0013288b826b: Pushed [2024-08-01T12:40:10.291Z] 99f0cd72a782: Pushed [2024-08-01T12:40:10.548Z] 8f51544d713f: Pushed [2024-08-01T12:40:10.548Z] a06b06cbb73f: Pushed [2024-08-01T12:40:10.548Z] 2b11eb170dbe: Pushed [2024-08-01T12:40:10.548Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:10.548Z] f4a969244362: Layer already exists [2024-08-01T12:40:10.548Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:10.548Z] 6f6f09e7ea16: Pushed [2024-08-01T12:40:11.207Z] 7dd62ba6df50: Pushed [2024-08-01T12:40:11.467Z] f103f1bd3f6d: Pushed [2024-08-01T12:40:11.749Z] c64e056cd148: Pushed [2024-08-01T12:40:11.749Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:12.338Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:12.660Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-01T12:40:12.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-01T12:40:12.660Z] 8f51544d713f: Preparing [2024-08-01T12:40:12.660Z] 99f0cd72a782: Preparing [2024-08-01T12:40:12.660Z] f103f1bd3f6d: Preparing [2024-08-01T12:40:12.660Z] 7dd62ba6df50: Preparing [2024-08-01T12:40:12.660Z] 0013288b826b: Preparing [2024-08-01T12:40:12.660Z] a06b06cbb73f: Preparing [2024-08-01T12:40:12.660Z] 2b11eb170dbe: Preparing [2024-08-01T12:40:12.660Z] 4504d5788e6f: Preparing [2024-08-01T12:40:12.660Z] f4a969244362: Preparing [2024-08-01T12:40:12.660Z] 6f6f09e7ea16: Preparing [2024-08-01T12:40:12.660Z] c64e056cd148: Preparing [2024-08-01T12:40:12.660Z] ce7f800efff9: Preparing [2024-08-01T12:40:12.660Z] c64e056cd148: Waiting [2024-08-01T12:40:12.660Z] f4a969244362: Waiting [2024-08-01T12:40:12.660Z] 2b11eb170dbe: Waiting [2024-08-01T12:40:12.660Z] ce7f800efff9: Waiting [2024-08-01T12:40:12.660Z] 7dd62ba6df50: Layer already exists [2024-08-01T12:40:12.660Z] f103f1bd3f6d: Layer already exists [2024-08-01T12:40:12.660Z] 99f0cd72a782: Layer already exists [2024-08-01T12:40:12.660Z] 0013288b826b: Layer already exists [2024-08-01T12:40:12.660Z] a06b06cbb73f: Layer already exists [2024-08-01T12:40:12.660Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:12.660Z] 2b11eb170dbe: Layer already exists [2024-08-01T12:40:12.660Z] f4a969244362: Layer already exists [2024-08-01T12:40:12.660Z] 6f6f09e7ea16: Layer already exists [2024-08-01T12:40:12.660Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:12.660Z] c64e056cd148: Layer already exists [2024-08-01T12:40:12.660Z] 8f51544d713f: Layer already exists [2024-08-01T12:40:12.660Z] latest: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:12.986Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:13.306Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.44 [2024-08-01T12:40:13.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-01T12:40:13.306Z] 8f51544d713f: Preparing [2024-08-01T12:40:13.306Z] 99f0cd72a782: Preparing [2024-08-01T12:40:13.306Z] f103f1bd3f6d: Preparing [2024-08-01T12:40:13.306Z] 7dd62ba6df50: Preparing [2024-08-01T12:40:13.306Z] 0013288b826b: Preparing [2024-08-01T12:40:13.306Z] a06b06cbb73f: Preparing [2024-08-01T12:40:13.306Z] 2b11eb170dbe: Preparing [2024-08-01T12:40:13.306Z] 4504d5788e6f: Preparing [2024-08-01T12:40:13.306Z] f4a969244362: Preparing [2024-08-01T12:40:13.306Z] 2b11eb170dbe: Waiting [2024-08-01T12:40:13.306Z] 6f6f09e7ea16: Preparing [2024-08-01T12:40:13.306Z] a06b06cbb73f: Waiting [2024-08-01T12:40:13.306Z] c64e056cd148: Preparing [2024-08-01T12:40:13.306Z] 4504d5788e6f: Waiting [2024-08-01T12:40:13.306Z] ce7f800efff9: Preparing [2024-08-01T12:40:13.306Z] 6f6f09e7ea16: Waiting [2024-08-01T12:40:13.306Z] ce7f800efff9: Waiting [2024-08-01T12:40:13.306Z] c64e056cd148: Waiting [2024-08-01T12:40:13.306Z] 8f51544d713f: Layer already exists [2024-08-01T12:40:13.306Z] f103f1bd3f6d: Layer already exists [2024-08-01T12:40:13.306Z] 0013288b826b: Layer already exists [2024-08-01T12:40:13.306Z] 99f0cd72a782: Layer already exists [2024-08-01T12:40:13.306Z] 7dd62ba6df50: Layer already exists [2024-08-01T12:40:13.306Z] a06b06cbb73f: Layer already exists [2024-08-01T12:40:13.306Z] 2b11eb170dbe: Layer already exists [2024-08-01T12:40:13.306Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:13.306Z] f4a969244362: Layer already exists [2024-08-01T12:40:13.306Z] 6f6f09e7ea16: Layer already exists [2024-08-01T12:40:13.306Z] c64e056cd148: Layer already exists [2024-08-01T12:40:13.306Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:13.306Z] 3.2.0-dev.44: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:13.631Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:13.954Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:13.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-01T12:40:13.954Z] 8f51544d713f: Preparing [2024-08-01T12:40:13.954Z] 99f0cd72a782: Preparing [2024-08-01T12:40:13.954Z] f103f1bd3f6d: Preparing [2024-08-01T12:40:13.954Z] 7dd62ba6df50: Preparing [2024-08-01T12:40:13.954Z] 0013288b826b: Preparing [2024-08-01T12:40:13.954Z] a06b06cbb73f: Preparing [2024-08-01T12:40:13.954Z] 2b11eb170dbe: Preparing [2024-08-01T12:40:13.954Z] 4504d5788e6f: Preparing [2024-08-01T12:40:13.954Z] f4a969244362: Preparing [2024-08-01T12:40:13.954Z] 6f6f09e7ea16: Preparing [2024-08-01T12:40:13.954Z] c64e056cd148: Preparing [2024-08-01T12:40:13.954Z] ce7f800efff9: Preparing [2024-08-01T12:40:13.954Z] a06b06cbb73f: Waiting [2024-08-01T12:40:13.954Z] 2b11eb170dbe: Waiting [2024-08-01T12:40:13.954Z] 4504d5788e6f: Waiting [2024-08-01T12:40:13.954Z] f4a969244362: Waiting [2024-08-01T12:40:13.954Z] 6f6f09e7ea16: Waiting [2024-08-01T12:40:13.954Z] c64e056cd148: Waiting [2024-08-01T12:40:13.954Z] ce7f800efff9: Waiting [2024-08-01T12:40:13.954Z] f103f1bd3f6d: Layer already exists [2024-08-01T12:40:13.954Z] 99f0cd72a782: Layer already exists [2024-08-01T12:40:13.954Z] 8f51544d713f: Layer already exists [2024-08-01T12:40:13.954Z] 7dd62ba6df50: Layer already exists [2024-08-01T12:40:13.954Z] 0013288b826b: Layer already exists [2024-08-01T12:40:13.954Z] 2b11eb170dbe: Layer already exists [2024-08-01T12:40:13.954Z] a06b06cbb73f: Layer already exists [2024-08-01T12:40:13.954Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:13.954Z] 6f6f09e7ea16: Layer already exists [2024-08-01T12:40:13.954Z] f4a969244362: Layer already exists [2024-08-01T12:40:13.954Z] c64e056cd148: Layer already exists [2024-08-01T12:40:13.954Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:26.188Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:26.506Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:26.836Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-01T12:40:26.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-01T12:40:26.836Z] 8f51544d713f: Preparing [2024-08-01T12:40:26.836Z] 99f0cd72a782: Preparing [2024-08-01T12:40:26.836Z] f103f1bd3f6d: Preparing [2024-08-01T12:40:26.836Z] 7dd62ba6df50: Preparing [2024-08-01T12:40:26.836Z] 0013288b826b: Preparing [2024-08-01T12:40:26.836Z] a06b06cbb73f: Preparing [2024-08-01T12:40:26.836Z] 2b11eb170dbe: Preparing [2024-08-01T12:40:26.836Z] 4504d5788e6f: Preparing [2024-08-01T12:40:26.836Z] f4a969244362: Preparing [2024-08-01T12:40:26.836Z] 6f6f09e7ea16: Preparing [2024-08-01T12:40:26.836Z] c64e056cd148: Preparing [2024-08-01T12:40:26.836Z] ce7f800efff9: Preparing [2024-08-01T12:40:26.836Z] a06b06cbb73f: Waiting [2024-08-01T12:40:26.836Z] 6f6f09e7ea16: Waiting [2024-08-01T12:40:26.836Z] c64e056cd148: Waiting [2024-08-01T12:40:26.836Z] 2b11eb170dbe: Waiting [2024-08-01T12:40:26.836Z] ce7f800efff9: Waiting [2024-08-01T12:40:26.836Z] 4504d5788e6f: Waiting [2024-08-01T12:40:26.836Z] 8f51544d713f: Layer already exists [2024-08-01T12:40:26.836Z] 99f0cd72a782: Layer already exists [2024-08-01T12:40:26.836Z] 7dd62ba6df50: Layer already exists [2024-08-01T12:40:26.836Z] 0013288b826b: Layer already exists [2024-08-01T12:40:26.836Z] f103f1bd3f6d: Layer already exists [2024-08-01T12:40:26.836Z] 2b11eb170dbe: Layer already exists [2024-08-01T12:40:26.836Z] a06b06cbb73f: Layer already exists [2024-08-01T12:40:26.836Z] f4a969244362: Layer already exists [2024-08-01T12:40:26.836Z] 6f6f09e7ea16: Layer already exists [2024-08-01T12:40:26.836Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:26.836Z] c64e056cd148: Layer already exists [2024-08-01T12:40:26.836Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:26.836Z] main: digest: sha256:5f52637dabe2c7e3ccc8f67345ce0f25b2638bec271dd63160f9c888047bccd3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:40:26.909Z] ===================================================== [Pipeline] echo [2024-08-01T12:40:26.921Z] taggedImages: [2024-08-01T12:40:26.921Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:26.921Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-01T12:40:26.921Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.44 [2024-08-01T12:40:26.921Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:26.921Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-01T12:40:26.953Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-01T12:40:26.953Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:26.953Z] latest [2024-08-01T12:40:26.953Z] 3.2.0-dev.44 [2024-08-01T12:40:26.953Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:26.953Z] main [2024-08-01T12:40:26.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:27.312Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:27.640Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:27.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-01T12:40:27.640Z] dd6cf4374c9e: Preparing [2024-08-01T12:40:27.640Z] d31d8c3288a2: Preparing [2024-08-01T12:40:27.640Z] 4504d5788e6f: Preparing [2024-08-01T12:40:27.640Z] f4a969244362: Preparing [2024-08-01T12:40:27.640Z] c250505ec608: Preparing [2024-08-01T12:40:27.640Z] bfee467d212e: Preparing [2024-08-01T12:40:27.640Z] ce7f800efff9: Preparing [2024-08-01T12:40:27.640Z] bfee467d212e: Waiting [2024-08-01T12:40:27.640Z] ce7f800efff9: Waiting [2024-08-01T12:40:27.640Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:27.640Z] f4a969244362: Layer already exists [2024-08-01T12:40:27.640Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:27.640Z] c250505ec608: Pushed [2024-08-01T12:40:27.897Z] dd6cf4374c9e: Pushed [2024-08-01T12:40:28.462Z] bfee467d212e: Pushed [2024-08-01T12:40:29.418Z] d31d8c3288a2: Pushed [2024-08-01T12:40:29.418Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:29.760Z] + 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-08-01T12:40:30.085Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-01T12:40:30.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-01T12:40:30.085Z] dd6cf4374c9e: Preparing [2024-08-01T12:40:30.085Z] d31d8c3288a2: Preparing [2024-08-01T12:40:30.085Z] 4504d5788e6f: Preparing [2024-08-01T12:40:30.085Z] f4a969244362: Preparing [2024-08-01T12:40:30.085Z] c250505ec608: Preparing [2024-08-01T12:40:30.085Z] bfee467d212e: Preparing [2024-08-01T12:40:30.085Z] ce7f800efff9: Preparing [2024-08-01T12:40:30.085Z] ce7f800efff9: Waiting [2024-08-01T12:40:30.085Z] bfee467d212e: Waiting [2024-08-01T12:40:30.085Z] c250505ec608: Layer already exists [2024-08-01T12:40:30.085Z] d31d8c3288a2: Layer already exists [2024-08-01T12:40:30.085Z] dd6cf4374c9e: Layer already exists [2024-08-01T12:40:30.085Z] f4a969244362: Layer already exists [2024-08-01T12:40:30.085Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:30.085Z] bfee467d212e: Layer already exists [2024-08-01T12:40:30.085Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:30.085Z] latest: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:30.416Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:30.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.44 [2024-08-01T12:40:30.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-01T12:40:30.752Z] dd6cf4374c9e: Preparing [2024-08-01T12:40:30.752Z] d31d8c3288a2: Preparing [2024-08-01T12:40:30.752Z] 4504d5788e6f: Preparing [2024-08-01T12:40:30.752Z] f4a969244362: Preparing [2024-08-01T12:40:30.752Z] c250505ec608: Preparing [2024-08-01T12:40:30.752Z] bfee467d212e: Preparing [2024-08-01T12:40:30.752Z] ce7f800efff9: Preparing [2024-08-01T12:40:30.752Z] ce7f800efff9: Waiting [2024-08-01T12:40:30.752Z] bfee467d212e: Waiting [2024-08-01T12:40:30.752Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:30.752Z] d31d8c3288a2: Layer already exists [2024-08-01T12:40:30.752Z] c250505ec608: Layer already exists [2024-08-01T12:40:30.752Z] f4a969244362: Layer already exists [2024-08-01T12:40:30.752Z] dd6cf4374c9e: Layer already exists [2024-08-01T12:40:30.752Z] bfee467d212e: Layer already exists [2024-08-01T12:40:30.752Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:30.752Z] 3.2.0-dev.44: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:31.087Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:31.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:31.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-01T12:40:31.404Z] dd6cf4374c9e: Preparing [2024-08-01T12:40:31.404Z] d31d8c3288a2: Preparing [2024-08-01T12:40:31.404Z] 4504d5788e6f: Preparing [2024-08-01T12:40:31.404Z] f4a969244362: Preparing [2024-08-01T12:40:31.404Z] c250505ec608: Preparing [2024-08-01T12:40:31.404Z] bfee467d212e: Preparing [2024-08-01T12:40:31.404Z] ce7f800efff9: Preparing [2024-08-01T12:40:31.404Z] bfee467d212e: Waiting [2024-08-01T12:40:31.404Z] ce7f800efff9: Waiting [2024-08-01T12:40:31.404Z] dd6cf4374c9e: Layer already exists [2024-08-01T12:40:31.404Z] d31d8c3288a2: Layer already exists [2024-08-01T12:40:31.404Z] c250505ec608: Layer already exists [2024-08-01T12:40:31.404Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:31.404Z] f4a969244362: Layer already exists [2024-08-01T12:40:31.404Z] bfee467d212e: Layer already exists [2024-08-01T12:40:31.404Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:31.404Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:31.727Z] + 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-08-01T12:40:32.049Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-01T12:40:32.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-01T12:40:32.050Z] dd6cf4374c9e: Preparing [2024-08-01T12:40:32.050Z] d31d8c3288a2: Preparing [2024-08-01T12:40:32.050Z] 4504d5788e6f: Preparing [2024-08-01T12:40:32.050Z] f4a969244362: Preparing [2024-08-01T12:40:32.050Z] c250505ec608: Preparing [2024-08-01T12:40:32.050Z] bfee467d212e: Preparing [2024-08-01T12:40:32.050Z] ce7f800efff9: Preparing [2024-08-01T12:40:32.050Z] bfee467d212e: Waiting [2024-08-01T12:40:32.050Z] ce7f800efff9: Waiting [2024-08-01T12:40:32.050Z] d31d8c3288a2: Layer already exists [2024-08-01T12:40:32.050Z] c250505ec608: Layer already exists [2024-08-01T12:40:32.050Z] f4a969244362: Layer already exists [2024-08-01T12:40:32.050Z] dd6cf4374c9e: Layer already exists [2024-08-01T12:40:32.050Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:32.050Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:32.050Z] bfee467d212e: Layer already exists [2024-08-01T12:40:32.050Z] main: digest: sha256:0ff113cb5a0c159a556886d1debf779d66ec035cf21b1479f2ccd3ce5bbf86f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:40:32.127Z] ===================================================== [Pipeline] echo [2024-08-01T12:40:32.141Z] taggedImages: [2024-08-01T12:40:32.141Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:32.141Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-01T12:40:32.141Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.44 [2024-08-01T12:40:32.141Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:32.141Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-01T12:40:32.164Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-01T12:40:32.164Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:32.164Z] latest [2024-08-01T12:40:32.164Z] 3.2.0-dev.44 [2024-08-01T12:40:32.164Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:32.164Z] main [2024-08-01T12:40:32.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:32.492Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:33.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:33.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-01T12:40:33.114Z] 5c2084386500: Preparing [2024-08-01T12:40:33.114Z] fc7e5deb1d3a: Preparing [2024-08-01T12:40:33.114Z] fc24b1b7dff7: Preparing [2024-08-01T12:40:33.114Z] 4504d5788e6f: Preparing [2024-08-01T12:40:33.114Z] f4a969244362: Preparing [2024-08-01T12:40:33.114Z] 0da58baaee8a: Preparing [2024-08-01T12:40:33.114Z] d65275a29e74: Preparing [2024-08-01T12:40:33.114Z] 5f349ec4beb7: Preparing [2024-08-01T12:40:33.114Z] aa0935ffd4fd: Preparing [2024-08-01T12:40:33.114Z] ce7f800efff9: Preparing [2024-08-01T12:40:33.114Z] 0da58baaee8a: Waiting [2024-08-01T12:40:33.114Z] aa0935ffd4fd: Waiting [2024-08-01T12:40:33.114Z] d65275a29e74: Waiting [2024-08-01T12:40:33.114Z] ce7f800efff9: Waiting [2024-08-01T12:40:33.114Z] 5f349ec4beb7: Waiting [2024-08-01T12:40:33.393Z] fc24b1b7dff7: Pushed [2024-08-01T12:40:33.393Z] fc7e5deb1d3a: Pushed [2024-08-01T12:40:33.393Z] f4a969244362: Layer already exists [2024-08-01T12:40:33.393Z] 5c2084386500: Pushed [2024-08-01T12:40:33.652Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:33.652Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:33.652Z] 5f349ec4beb7: Pushed [2024-08-01T12:40:33.911Z] aa0935ffd4fd: Pushed [2024-08-01T12:40:39.176Z] d65275a29e74: Pushed [2024-08-01T12:40:42.465Z] 0da58baaee8a: Pushed [2024-08-01T12:40:42.465Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:42.797Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:43.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-01T12:40:43.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-01T12:40:43.130Z] 5c2084386500: Preparing [2024-08-01T12:40:43.130Z] fc7e5deb1d3a: Preparing [2024-08-01T12:40:43.130Z] fc24b1b7dff7: Preparing [2024-08-01T12:40:43.130Z] 4504d5788e6f: Preparing [2024-08-01T12:40:43.130Z] f4a969244362: Preparing [2024-08-01T12:40:43.130Z] 0da58baaee8a: Preparing [2024-08-01T12:40:43.130Z] d65275a29e74: Preparing [2024-08-01T12:40:43.130Z] 5f349ec4beb7: Preparing [2024-08-01T12:40:43.130Z] aa0935ffd4fd: Preparing [2024-08-01T12:40:43.130Z] ce7f800efff9: Preparing [2024-08-01T12:40:43.130Z] 5f349ec4beb7: Waiting [2024-08-01T12:40:43.130Z] aa0935ffd4fd: Waiting [2024-08-01T12:40:43.130Z] 0da58baaee8a: Waiting [2024-08-01T12:40:43.130Z] d65275a29e74: Waiting [2024-08-01T12:40:43.130Z] ce7f800efff9: Waiting [2024-08-01T12:40:43.130Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:43.130Z] 5c2084386500: Layer already exists [2024-08-01T12:40:43.130Z] fc7e5deb1d3a: Layer already exists [2024-08-01T12:40:43.130Z] fc24b1b7dff7: Layer already exists [2024-08-01T12:40:43.130Z] f4a969244362: Layer already exists [2024-08-01T12:40:43.130Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:40:43.130Z] d65275a29e74: Layer already exists [2024-08-01T12:40:43.130Z] 0da58baaee8a: Layer already exists [2024-08-01T12:40:43.130Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:40:43.130Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:43.130Z] latest: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:43.461Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:43.793Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.44 [2024-08-01T12:40:43.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-01T12:40:43.793Z] 5c2084386500: Preparing [2024-08-01T12:40:43.793Z] fc7e5deb1d3a: Preparing [2024-08-01T12:40:43.793Z] fc24b1b7dff7: Preparing [2024-08-01T12:40:43.793Z] 4504d5788e6f: Preparing [2024-08-01T12:40:43.793Z] f4a969244362: Preparing [2024-08-01T12:40:43.793Z] 0da58baaee8a: Preparing [2024-08-01T12:40:43.793Z] d65275a29e74: Preparing [2024-08-01T12:40:43.793Z] 5f349ec4beb7: Preparing [2024-08-01T12:40:43.793Z] aa0935ffd4fd: Preparing [2024-08-01T12:40:43.793Z] ce7f800efff9: Preparing [2024-08-01T12:40:43.793Z] d65275a29e74: Waiting [2024-08-01T12:40:43.793Z] 5f349ec4beb7: Waiting [2024-08-01T12:40:43.793Z] 0da58baaee8a: Waiting [2024-08-01T12:40:43.793Z] ce7f800efff9: Waiting [2024-08-01T12:40:43.793Z] f4a969244362: Layer already exists [2024-08-01T12:40:43.793Z] 5c2084386500: Layer already exists [2024-08-01T12:40:43.793Z] fc7e5deb1d3a: Layer already exists [2024-08-01T12:40:43.793Z] fc24b1b7dff7: Layer already exists [2024-08-01T12:40:43.793Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:43.793Z] 0da58baaee8a: Layer already exists [2024-08-01T12:40:43.793Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:40:43.793Z] d65275a29e74: Layer already exists [2024-08-01T12:40:43.793Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:40:43.793Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:43.793Z] 3.2.0-dev.44: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:44.137Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:44.472Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:44.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-01T12:40:44.472Z] 5c2084386500: Preparing [2024-08-01T12:40:44.472Z] fc7e5deb1d3a: Preparing [2024-08-01T12:40:44.472Z] fc24b1b7dff7: Preparing [2024-08-01T12:40:44.472Z] 4504d5788e6f: Preparing [2024-08-01T12:40:44.472Z] f4a969244362: Preparing [2024-08-01T12:40:44.472Z] 0da58baaee8a: Preparing [2024-08-01T12:40:44.472Z] d65275a29e74: Preparing [2024-08-01T12:40:44.472Z] 5f349ec4beb7: Preparing [2024-08-01T12:40:44.472Z] aa0935ffd4fd: Preparing [2024-08-01T12:40:44.472Z] ce7f800efff9: Preparing [2024-08-01T12:40:44.472Z] 0da58baaee8a: Waiting [2024-08-01T12:40:44.472Z] d65275a29e74: Waiting [2024-08-01T12:40:44.472Z] 5f349ec4beb7: Waiting [2024-08-01T12:40:44.472Z] aa0935ffd4fd: Waiting [2024-08-01T12:40:44.472Z] ce7f800efff9: Waiting [2024-08-01T12:40:44.472Z] fc7e5deb1d3a: Layer already exists [2024-08-01T12:40:44.472Z] 5c2084386500: Layer already exists [2024-08-01T12:40:44.472Z] fc24b1b7dff7: Layer already exists [2024-08-01T12:40:44.472Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:44.472Z] f4a969244362: Layer already exists [2024-08-01T12:40:44.472Z] d65275a29e74: Layer already exists [2024-08-01T12:40:44.472Z] 0da58baaee8a: Layer already exists [2024-08-01T12:40:44.472Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:40:44.472Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:44.472Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:40:44.472Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:44.811Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:45.139Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-01T12:40:45.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-01T12:40:45.139Z] 5c2084386500: Preparing [2024-08-01T12:40:45.139Z] fc7e5deb1d3a: Preparing [2024-08-01T12:40:45.139Z] fc24b1b7dff7: Preparing [2024-08-01T12:40:45.139Z] 4504d5788e6f: Preparing [2024-08-01T12:40:45.139Z] f4a969244362: Preparing [2024-08-01T12:40:45.139Z] 0da58baaee8a: Preparing [2024-08-01T12:40:45.139Z] d65275a29e74: Preparing [2024-08-01T12:40:45.139Z] 5f349ec4beb7: Preparing [2024-08-01T12:40:45.139Z] aa0935ffd4fd: Preparing [2024-08-01T12:40:45.139Z] ce7f800efff9: Preparing [2024-08-01T12:40:45.139Z] 0da58baaee8a: Waiting [2024-08-01T12:40:45.139Z] d65275a29e74: Waiting [2024-08-01T12:40:45.139Z] 5f349ec4beb7: Waiting [2024-08-01T12:40:45.139Z] aa0935ffd4fd: Waiting [2024-08-01T12:40:45.139Z] ce7f800efff9: Waiting [2024-08-01T12:40:45.139Z] fc24b1b7dff7: Layer already exists [2024-08-01T12:40:45.139Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:45.139Z] fc7e5deb1d3a: Layer already exists [2024-08-01T12:40:45.139Z] 5c2084386500: Layer already exists [2024-08-01T12:40:45.139Z] f4a969244362: Layer already exists [2024-08-01T12:40:45.139Z] d65275a29e74: Layer already exists [2024-08-01T12:40:45.139Z] 0da58baaee8a: Layer already exists [2024-08-01T12:40:45.139Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:40:45.139Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:45.139Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:40:45.139Z] main: digest: sha256:74b914e09dd241d8efb31d29b1a2533cd8b19c17ec2fb4568b63ad20c630656d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:40:45.211Z] ===================================================== [Pipeline] echo [2024-08-01T12:40:45.223Z] taggedImages: [2024-08-01T12:40:45.224Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:45.224Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-01T12:40:45.224Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.44 [2024-08-01T12:40:45.224Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:45.224Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-01T12:40:45.251Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-01T12:40:45.251Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:45.251Z] latest [2024-08-01T12:40:45.251Z] 3.2.0-dev.44 [2024-08-01T12:40:45.251Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:45.251Z] main [2024-08-01T12:40:45.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:45.605Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:46.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:40:46.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-01T12:40:46.177Z] 4a701edcc466: Preparing [2024-08-01T12:40:46.177Z] 318e2bb12bd6: Preparing [2024-08-01T12:40:46.177Z] 441f11f2ee2d: Preparing [2024-08-01T12:40:46.177Z] 4504d5788e6f: Preparing [2024-08-01T12:40:46.177Z] f4a969244362: Preparing [2024-08-01T12:40:46.177Z] ee6860bd13a9: Preparing [2024-08-01T12:40:46.177Z] 710d42796548: Preparing [2024-08-01T12:40:46.177Z] 631e9260bc81: Preparing [2024-08-01T12:40:46.177Z] ce7f800efff9: Preparing [2024-08-01T12:40:46.177Z] 710d42796548: Waiting [2024-08-01T12:40:46.177Z] 631e9260bc81: Waiting [2024-08-01T12:40:46.177Z] ce7f800efff9: Waiting [2024-08-01T12:40:46.177Z] ee6860bd13a9: Waiting [2024-08-01T12:40:46.177Z] 318e2bb12bd6: Pushed [2024-08-01T12:40:46.177Z] 441f11f2ee2d: Pushed [2024-08-01T12:40:46.177Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:46.177Z] f4a969244362: Layer already exists [2024-08-01T12:40:46.436Z] 4a701edcc466: Pushed [2024-08-01T12:40:46.436Z] 710d42796548: Pushed [2024-08-01T12:40:46.436Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:46.694Z] 631e9260bc81: Pushed [2024-08-01T12:40:56.679Z] ee6860bd13a9: Pushed [2024-08-01T12:40:56.679Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:57.011Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:57.341Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-01T12:40:57.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-01T12:40:57.341Z] 4a701edcc466: Preparing [2024-08-01T12:40:57.341Z] 318e2bb12bd6: Preparing [2024-08-01T12:40:57.341Z] 441f11f2ee2d: Preparing [2024-08-01T12:40:57.341Z] 4504d5788e6f: Preparing [2024-08-01T12:40:57.341Z] f4a969244362: Preparing [2024-08-01T12:40:57.341Z] ee6860bd13a9: Preparing [2024-08-01T12:40:57.341Z] 710d42796548: Preparing [2024-08-01T12:40:57.341Z] 631e9260bc81: Preparing [2024-08-01T12:40:57.341Z] ce7f800efff9: Preparing [2024-08-01T12:40:57.341Z] ee6860bd13a9: Waiting [2024-08-01T12:40:57.341Z] ce7f800efff9: Waiting [2024-08-01T12:40:57.341Z] 710d42796548: Waiting [2024-08-01T12:40:57.341Z] 4a701edcc466: Layer already exists [2024-08-01T12:40:57.341Z] 441f11f2ee2d: Layer already exists [2024-08-01T12:40:57.341Z] f4a969244362: Layer already exists [2024-08-01T12:40:57.341Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:57.341Z] 318e2bb12bd6: Layer already exists [2024-08-01T12:40:57.341Z] ee6860bd13a9: Layer already exists [2024-08-01T12:40:57.341Z] 631e9260bc81: Layer already exists [2024-08-01T12:40:57.341Z] 710d42796548: Layer already exists [2024-08-01T12:40:57.341Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:57.341Z] latest: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:57.662Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:57.991Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.44 [2024-08-01T12:40:57.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-01T12:40:57.991Z] 4a701edcc466: Preparing [2024-08-01T12:40:57.991Z] 318e2bb12bd6: Preparing [2024-08-01T12:40:57.991Z] 441f11f2ee2d: Preparing [2024-08-01T12:40:57.991Z] 4504d5788e6f: Preparing [2024-08-01T12:40:57.991Z] f4a969244362: Preparing [2024-08-01T12:40:57.991Z] ee6860bd13a9: Preparing [2024-08-01T12:40:57.991Z] 710d42796548: Preparing [2024-08-01T12:40:57.991Z] 631e9260bc81: Preparing [2024-08-01T12:40:57.991Z] ce7f800efff9: Preparing [2024-08-01T12:40:57.991Z] 631e9260bc81: Waiting [2024-08-01T12:40:57.991Z] ee6860bd13a9: Waiting [2024-08-01T12:40:57.991Z] ce7f800efff9: Waiting [2024-08-01T12:40:57.991Z] 710d42796548: Waiting [2024-08-01T12:40:57.991Z] f4a969244362: Layer already exists [2024-08-01T12:40:57.991Z] 441f11f2ee2d: Layer already exists [2024-08-01T12:40:57.991Z] 318e2bb12bd6: Layer already exists [2024-08-01T12:40:57.991Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:57.991Z] 4a701edcc466: Layer already exists [2024-08-01T12:40:57.991Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:57.991Z] ee6860bd13a9: Layer already exists [2024-08-01T12:40:57.991Z] 710d42796548: Layer already exists [2024-08-01T12:40:57.991Z] 631e9260bc81: Layer already exists [2024-08-01T12:40:57.991Z] 3.2.0-dev.44: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:58.324Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:58.641Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:40:58.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-01T12:40:58.641Z] 4a701edcc466: Preparing [2024-08-01T12:40:58.641Z] 318e2bb12bd6: Preparing [2024-08-01T12:40:58.641Z] 441f11f2ee2d: Preparing [2024-08-01T12:40:58.641Z] 4504d5788e6f: Preparing [2024-08-01T12:40:58.641Z] f4a969244362: Preparing [2024-08-01T12:40:58.641Z] ee6860bd13a9: Preparing [2024-08-01T12:40:58.641Z] 710d42796548: Preparing [2024-08-01T12:40:58.641Z] 631e9260bc81: Preparing [2024-08-01T12:40:58.641Z] ce7f800efff9: Preparing [2024-08-01T12:40:58.641Z] ee6860bd13a9: Waiting [2024-08-01T12:40:58.641Z] 710d42796548: Waiting [2024-08-01T12:40:58.641Z] ce7f800efff9: Waiting [2024-08-01T12:40:58.641Z] 631e9260bc81: Waiting [2024-08-01T12:40:58.641Z] 4a701edcc466: Layer already exists [2024-08-01T12:40:58.641Z] 441f11f2ee2d: Layer already exists [2024-08-01T12:40:58.641Z] 318e2bb12bd6: Layer already exists [2024-08-01T12:40:58.641Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:58.641Z] f4a969244362: Layer already exists [2024-08-01T12:40:58.641Z] 710d42796548: Layer already exists [2024-08-01T12:40:58.641Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:58.641Z] ee6860bd13a9: Layer already exists [2024-08-01T12:40:58.641Z] 631e9260bc81: Layer already exists [2024-08-01T12:40:58.641Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:58.989Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:40:59.566Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-01T12:40:59.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-01T12:40:59.566Z] 4a701edcc466: Preparing [2024-08-01T12:40:59.566Z] 318e2bb12bd6: Preparing [2024-08-01T12:40:59.566Z] 441f11f2ee2d: Preparing [2024-08-01T12:40:59.566Z] 4504d5788e6f: Preparing [2024-08-01T12:40:59.566Z] f4a969244362: Preparing [2024-08-01T12:40:59.566Z] ee6860bd13a9: Preparing [2024-08-01T12:40:59.566Z] 710d42796548: Preparing [2024-08-01T12:40:59.566Z] 631e9260bc81: Preparing [2024-08-01T12:40:59.566Z] ce7f800efff9: Preparing [2024-08-01T12:40:59.566Z] ee6860bd13a9: Waiting [2024-08-01T12:40:59.566Z] 710d42796548: Waiting [2024-08-01T12:40:59.566Z] 631e9260bc81: Waiting [2024-08-01T12:40:59.566Z] ce7f800efff9: Waiting [2024-08-01T12:40:59.566Z] 318e2bb12bd6: Layer already exists [2024-08-01T12:40:59.566Z] 4a701edcc466: Layer already exists [2024-08-01T12:40:59.566Z] 441f11f2ee2d: Layer already exists [2024-08-01T12:40:59.566Z] 4504d5788e6f: Layer already exists [2024-08-01T12:40:59.566Z] f4a969244362: Layer already exists [2024-08-01T12:40:59.566Z] 631e9260bc81: Layer already exists [2024-08-01T12:40:59.566Z] ce7f800efff9: Layer already exists [2024-08-01T12:40:59.566Z] ee6860bd13a9: Layer already exists [2024-08-01T12:40:59.566Z] 710d42796548: Layer already exists [2024-08-01T12:41:00.135Z] main: digest: sha256:394c33d22645d7692b5d67396bc7206b933a2c354107aa635b451b44e8f896eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:41:00.200Z] ===================================================== [Pipeline] echo [2024-08-01T12:41:00.215Z] taggedImages: [2024-08-01T12:41:00.215Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:00.215Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-01T12:41:00.215Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.44 [2024-08-01T12:41:00.215Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:00.215Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-01T12:41:00.245Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-01T12:41:00.245Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:00.245Z] latest [2024-08-01T12:41:00.245Z] 3.2.0-dev.44 [2024-08-01T12:41:00.245Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:00.245Z] main [2024-08-01T12:41:00.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:00.585Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:00.909Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:00.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-01T12:41:00.909Z] 5c2084386500: Preparing [2024-08-01T12:41:00.909Z] 7153a9cd3fa3: Preparing [2024-08-01T12:41:00.909Z] 9e2a74c1b159: Preparing [2024-08-01T12:41:00.909Z] 4504d5788e6f: Preparing [2024-08-01T12:41:00.909Z] f4a969244362: Preparing [2024-08-01T12:41:00.909Z] ac51387ec761: Preparing [2024-08-01T12:41:00.909Z] 5f349ec4beb7: Preparing [2024-08-01T12:41:00.909Z] aa0935ffd4fd: Preparing [2024-08-01T12:41:00.909Z] ce7f800efff9: Preparing [2024-08-01T12:41:00.909Z] aa0935ffd4fd: Waiting [2024-08-01T12:41:00.909Z] 5f349ec4beb7: Waiting [2024-08-01T12:41:00.909Z] ce7f800efff9: Waiting [2024-08-01T12:41:00.909Z] ac51387ec761: Waiting [2024-08-01T12:41:00.909Z] 5c2084386500: Layer already exists [2024-08-01T12:41:00.909Z] 9e2a74c1b159: Pushed [2024-08-01T12:41:00.909Z] 7153a9cd3fa3: Pushed [2024-08-01T12:41:01.169Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:01.169Z] f4a969244362: Layer already exists [2024-08-01T12:41:01.427Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:41:02.054Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:02.312Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:41:10.426Z] ac51387ec761: Pushed [2024-08-01T12:41:10.426Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:10.754Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:11.084Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-01T12:41:11.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-01T12:41:11.084Z] 5c2084386500: Preparing [2024-08-01T12:41:11.084Z] 7153a9cd3fa3: Preparing [2024-08-01T12:41:11.084Z] 9e2a74c1b159: Preparing [2024-08-01T12:41:11.084Z] 4504d5788e6f: Preparing [2024-08-01T12:41:11.084Z] f4a969244362: Preparing [2024-08-01T12:41:11.084Z] ac51387ec761: Preparing [2024-08-01T12:41:11.084Z] 5f349ec4beb7: Preparing [2024-08-01T12:41:11.084Z] aa0935ffd4fd: Preparing [2024-08-01T12:41:11.084Z] ce7f800efff9: Preparing [2024-08-01T12:41:11.084Z] 5f349ec4beb7: Waiting [2024-08-01T12:41:11.084Z] ac51387ec761: Waiting [2024-08-01T12:41:11.084Z] aa0935ffd4fd: Waiting [2024-08-01T12:41:11.084Z] ce7f800efff9: Waiting [2024-08-01T12:41:11.084Z] 9e2a74c1b159: Layer already exists [2024-08-01T12:41:11.084Z] f4a969244362: Layer already exists [2024-08-01T12:41:11.084Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:11.084Z] 5c2084386500: Layer already exists [2024-08-01T12:41:11.084Z] 7153a9cd3fa3: Layer already exists [2024-08-01T12:41:11.084Z] ac51387ec761: Layer already exists [2024-08-01T12:41:11.084Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:41:11.084Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:11.084Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:41:11.084Z] latest: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:11.420Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:11.748Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.44 [2024-08-01T12:41:11.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-01T12:41:11.748Z] 5c2084386500: Preparing [2024-08-01T12:41:11.748Z] 7153a9cd3fa3: Preparing [2024-08-01T12:41:11.748Z] 9e2a74c1b159: Preparing [2024-08-01T12:41:11.748Z] 4504d5788e6f: Preparing [2024-08-01T12:41:11.748Z] f4a969244362: Preparing [2024-08-01T12:41:11.748Z] ac51387ec761: Preparing [2024-08-01T12:41:11.748Z] 5f349ec4beb7: Preparing [2024-08-01T12:41:11.748Z] aa0935ffd4fd: Preparing [2024-08-01T12:41:11.748Z] ce7f800efff9: Preparing [2024-08-01T12:41:11.748Z] 5f349ec4beb7: Waiting [2024-08-01T12:41:11.748Z] aa0935ffd4fd: Waiting [2024-08-01T12:41:11.748Z] ce7f800efff9: Waiting [2024-08-01T12:41:11.748Z] ac51387ec761: Waiting [2024-08-01T12:41:11.748Z] 5c2084386500: Layer already exists [2024-08-01T12:41:11.748Z] 9e2a74c1b159: Layer already exists [2024-08-01T12:41:11.748Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:11.748Z] 7153a9cd3fa3: Layer already exists [2024-08-01T12:41:11.748Z] f4a969244362: Layer already exists [2024-08-01T12:41:11.748Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:41:11.748Z] ac51387ec761: Layer already exists [2024-08-01T12:41:11.748Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:41:11.748Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:11.748Z] 3.2.0-dev.44: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:12.072Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:12.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:12.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-01T12:41:12.399Z] 5c2084386500: Preparing [2024-08-01T12:41:12.399Z] 7153a9cd3fa3: Preparing [2024-08-01T12:41:12.399Z] 9e2a74c1b159: Preparing [2024-08-01T12:41:12.399Z] 4504d5788e6f: Preparing [2024-08-01T12:41:12.399Z] f4a969244362: Preparing [2024-08-01T12:41:12.399Z] ac51387ec761: Preparing [2024-08-01T12:41:12.399Z] 5f349ec4beb7: Preparing [2024-08-01T12:41:12.399Z] aa0935ffd4fd: Preparing [2024-08-01T12:41:12.399Z] ce7f800efff9: Preparing [2024-08-01T12:41:12.399Z] ac51387ec761: Waiting [2024-08-01T12:41:12.399Z] 5f349ec4beb7: Waiting [2024-08-01T12:41:12.399Z] aa0935ffd4fd: Waiting [2024-08-01T12:41:12.399Z] ce7f800efff9: Waiting [2024-08-01T12:41:12.399Z] 5c2084386500: Layer already exists [2024-08-01T12:41:12.399Z] 7153a9cd3fa3: Layer already exists [2024-08-01T12:41:12.399Z] 9e2a74c1b159: Layer already exists [2024-08-01T12:41:12.399Z] f4a969244362: Layer already exists [2024-08-01T12:41:12.399Z] ac51387ec761: Layer already exists [2024-08-01T12:41:12.399Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:12.399Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:41:12.399Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:12.399Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:41:12.399Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:12.731Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:13.332Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-01T12:41:13.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-01T12:41:13.332Z] 5c2084386500: Preparing [2024-08-01T12:41:13.332Z] 7153a9cd3fa3: Preparing [2024-08-01T12:41:13.332Z] 9e2a74c1b159: Preparing [2024-08-01T12:41:13.332Z] 4504d5788e6f: Preparing [2024-08-01T12:41:13.332Z] f4a969244362: Preparing [2024-08-01T12:41:13.332Z] ac51387ec761: Preparing [2024-08-01T12:41:13.332Z] 5f349ec4beb7: Preparing [2024-08-01T12:41:13.332Z] aa0935ffd4fd: Preparing [2024-08-01T12:41:13.332Z] ce7f800efff9: Preparing [2024-08-01T12:41:13.332Z] ac51387ec761: Waiting [2024-08-01T12:41:13.332Z] 5f349ec4beb7: Waiting [2024-08-01T12:41:13.332Z] aa0935ffd4fd: Waiting [2024-08-01T12:41:13.332Z] ce7f800efff9: Waiting [2024-08-01T12:41:13.332Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:13.332Z] 9e2a74c1b159: Layer already exists [2024-08-01T12:41:13.332Z] f4a969244362: Layer already exists [2024-08-01T12:41:13.332Z] 7153a9cd3fa3: Layer already exists [2024-08-01T12:41:13.332Z] 5c2084386500: Layer already exists [2024-08-01T12:41:13.332Z] 5f349ec4beb7: Layer already exists [2024-08-01T12:41:13.332Z] aa0935ffd4fd: Layer already exists [2024-08-01T12:41:13.332Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:13.332Z] ac51387ec761: Layer already exists [2024-08-01T12:41:13.332Z] main: digest: sha256:fd021ee8033b0d1a3ec9267e3b6d96db37c7c6b7657f658f491761cd729a03b0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:41:13.412Z] ===================================================== [Pipeline] echo [2024-08-01T12:41:13.424Z] taggedImages: [2024-08-01T12:41:13.424Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:13.424Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-01T12:41:13.424Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.44 [2024-08-01T12:41:13.424Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:13.424Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-01T12:41:13.453Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-01T12:41:13.453Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:13.453Z] latest [2024-08-01T12:41:13.453Z] 3.2.0-dev.44 [2024-08-01T12:41:13.453Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:13.453Z] main [2024-08-01T12:41:13.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:13.799Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:14.121Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:14.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-01T12:41:14.121Z] f71ba2a337ec: Preparing [2024-08-01T12:41:14.121Z] 2c2607e70821: Preparing [2024-08-01T12:41:14.121Z] 4504d5788e6f: Preparing [2024-08-01T12:41:14.121Z] f4a969244362: Preparing [2024-08-01T12:41:14.121Z] 3fd00623df0e: Preparing [2024-08-01T12:41:14.121Z] 7f28abf663b7: Preparing [2024-08-01T12:41:14.121Z] ce7f800efff9: Preparing [2024-08-01T12:41:14.121Z] 7f28abf663b7: Waiting [2024-08-01T12:41:14.121Z] ce7f800efff9: Waiting [2024-08-01T12:41:14.121Z] 3fd00623df0e: Pushed [2024-08-01T12:41:14.380Z] f4a969244362: Layer already exists [2024-08-01T12:41:14.380Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:14.380Z] f71ba2a337ec: Pushed [2024-08-01T12:41:14.380Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:14.639Z] 7f28abf663b7: Pushed [2024-08-01T12:41:17.930Z] 2c2607e70821: Pushed [2024-08-01T12:41:17.931Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:18.263Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:18.849Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-01T12:41:18.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-01T12:41:18.849Z] f71ba2a337ec: Preparing [2024-08-01T12:41:18.849Z] 2c2607e70821: Preparing [2024-08-01T12:41:18.849Z] 4504d5788e6f: Preparing [2024-08-01T12:41:18.849Z] f4a969244362: Preparing [2024-08-01T12:41:18.849Z] 3fd00623df0e: Preparing [2024-08-01T12:41:18.849Z] 7f28abf663b7: Preparing [2024-08-01T12:41:18.849Z] ce7f800efff9: Preparing [2024-08-01T12:41:18.849Z] ce7f800efff9: Waiting [2024-08-01T12:41:18.849Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:18.849Z] f4a969244362: Layer already exists [2024-08-01T12:41:18.849Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:18.849Z] f71ba2a337ec: Layer already exists [2024-08-01T12:41:18.849Z] 2c2607e70821: Layer already exists [2024-08-01T12:41:18.849Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:18.849Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:18.849Z] latest: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:19.185Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:20.077Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.44 [2024-08-01T12:41:20.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-01T12:41:20.077Z] f71ba2a337ec: Preparing [2024-08-01T12:41:20.077Z] 2c2607e70821: Preparing [2024-08-01T12:41:20.077Z] 4504d5788e6f: Preparing [2024-08-01T12:41:20.077Z] f4a969244362: Preparing [2024-08-01T12:41:20.077Z] 3fd00623df0e: Preparing [2024-08-01T12:41:20.077Z] 7f28abf663b7: Preparing [2024-08-01T12:41:20.077Z] ce7f800efff9: Preparing [2024-08-01T12:41:20.077Z] 7f28abf663b7: Waiting [2024-08-01T12:41:20.077Z] ce7f800efff9: Waiting [2024-08-01T12:41:20.077Z] f71ba2a337ec: Layer already exists [2024-08-01T12:41:20.077Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:20.077Z] f4a969244362: Layer already exists [2024-08-01T12:41:20.077Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:20.077Z] 2c2607e70821: Layer already exists [2024-08-01T12:41:20.077Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:20.077Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:20.077Z] 3.2.0-dev.44: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:20.410Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:20.737Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:20.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-01T12:41:20.737Z] f71ba2a337ec: Preparing [2024-08-01T12:41:20.737Z] 2c2607e70821: Preparing [2024-08-01T12:41:20.737Z] 4504d5788e6f: Preparing [2024-08-01T12:41:20.737Z] f4a969244362: Preparing [2024-08-01T12:41:20.737Z] 3fd00623df0e: Preparing [2024-08-01T12:41:20.737Z] 7f28abf663b7: Preparing [2024-08-01T12:41:20.737Z] ce7f800efff9: Preparing [2024-08-01T12:41:20.737Z] 7f28abf663b7: Waiting [2024-08-01T12:41:20.737Z] ce7f800efff9: Waiting [2024-08-01T12:41:20.737Z] 2c2607e70821: Layer already exists [2024-08-01T12:41:20.737Z] f4a969244362: Layer already exists [2024-08-01T12:41:20.737Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:20.737Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:20.737Z] f71ba2a337ec: Layer already exists [2024-08-01T12:41:20.737Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:20.737Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:20.737Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:21.064Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:21.465Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-01T12:41:21.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-01T12:41:21.465Z] f71ba2a337ec: Preparing [2024-08-01T12:41:21.465Z] 2c2607e70821: Preparing [2024-08-01T12:41:21.465Z] 4504d5788e6f: Preparing [2024-08-01T12:41:21.465Z] f4a969244362: Preparing [2024-08-01T12:41:21.465Z] 3fd00623df0e: Preparing [2024-08-01T12:41:21.465Z] 7f28abf663b7: Preparing [2024-08-01T12:41:21.465Z] ce7f800efff9: Preparing [2024-08-01T12:41:21.465Z] ce7f800efff9: Waiting [2024-08-01T12:41:21.465Z] 7f28abf663b7: Waiting [2024-08-01T12:41:21.465Z] 2c2607e70821: Layer already exists [2024-08-01T12:41:21.465Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:21.465Z] f71ba2a337ec: Layer already exists [2024-08-01T12:41:21.465Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:21.465Z] f4a969244362: Layer already exists [2024-08-01T12:41:21.465Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:21.465Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:21.465Z] main: digest: sha256:cb62a49414f78c1947cb7c0b0235d082c3e97ca5df6998608e5126ef90ce3e1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:41:21.539Z] ===================================================== [Pipeline] echo [2024-08-01T12:41:21.555Z] taggedImages: [2024-08-01T12:41:21.555Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:21.555Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-01T12:41:21.555Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.44 [2024-08-01T12:41:21.555Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:21.555Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-01T12:41:21.590Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-01T12:41:21.590Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:21.590Z] latest [2024-08-01T12:41:21.590Z] 3.2.0-dev.44 [2024-08-01T12:41:21.590Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:21.590Z] main [2024-08-01T12:41:21.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:21.934Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:22.253Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:22.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-01T12:41:22.253Z] 4f0a8ca9d6a5: Preparing [2024-08-01T12:41:22.253Z] ddcb74b4d844: Preparing [2024-08-01T12:41:22.253Z] 4504d5788e6f: Preparing [2024-08-01T12:41:22.253Z] f4a969244362: Preparing [2024-08-01T12:41:22.253Z] 3fd00623df0e: Preparing [2024-08-01T12:41:22.253Z] 7f28abf663b7: Preparing [2024-08-01T12:41:22.253Z] ce7f800efff9: Preparing [2024-08-01T12:41:22.253Z] ce7f800efff9: Waiting [2024-08-01T12:41:22.253Z] 7f28abf663b7: Waiting [2024-08-01T12:41:22.827Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:23.087Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:23.087Z] 4f0a8ca9d6a5: Pushed [2024-08-01T12:41:23.087Z] f4a969244362: Layer already exists [2024-08-01T12:41:23.087Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:23.087Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:25.645Z] ddcb74b4d844: Pushed [2024-08-01T12:41:25.645Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:25.979Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:26.310Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-01T12:41:26.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-01T12:41:26.310Z] 4f0a8ca9d6a5: Preparing [2024-08-01T12:41:26.310Z] ddcb74b4d844: Preparing [2024-08-01T12:41:26.310Z] 4504d5788e6f: Preparing [2024-08-01T12:41:26.310Z] f4a969244362: Preparing [2024-08-01T12:41:26.310Z] 3fd00623df0e: Preparing [2024-08-01T12:41:26.310Z] 7f28abf663b7: Preparing [2024-08-01T12:41:26.310Z] ce7f800efff9: Preparing [2024-08-01T12:41:26.310Z] 7f28abf663b7: Waiting [2024-08-01T12:41:26.310Z] 4f0a8ca9d6a5: Layer already exists [2024-08-01T12:41:26.310Z] f4a969244362: Layer already exists [2024-08-01T12:41:26.310Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:26.310Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:26.310Z] ddcb74b4d844: Layer already exists [2024-08-01T12:41:26.310Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:26.310Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:26.310Z] latest: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:26.643Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:26.969Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.44 [2024-08-01T12:41:26.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-01T12:41:26.969Z] 4f0a8ca9d6a5: Preparing [2024-08-01T12:41:26.969Z] ddcb74b4d844: Preparing [2024-08-01T12:41:26.969Z] 4504d5788e6f: Preparing [2024-08-01T12:41:26.969Z] f4a969244362: Preparing [2024-08-01T12:41:26.969Z] 3fd00623df0e: Preparing [2024-08-01T12:41:26.969Z] 7f28abf663b7: Preparing [2024-08-01T12:41:26.969Z] ce7f800efff9: Preparing [2024-08-01T12:41:26.969Z] 7f28abf663b7: Waiting [2024-08-01T12:41:26.969Z] ce7f800efff9: Waiting [2024-08-01T12:41:26.969Z] f4a969244362: Layer already exists [2024-08-01T12:41:26.969Z] ddcb74b4d844: Layer already exists [2024-08-01T12:41:26.969Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:26.969Z] 4f0a8ca9d6a5: Layer already exists [2024-08-01T12:41:26.969Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:26.969Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:26.969Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:26.969Z] 3.2.0-dev.44: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:27.300Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:27.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:27.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-01T12:41:27.622Z] 4f0a8ca9d6a5: Preparing [2024-08-01T12:41:27.622Z] ddcb74b4d844: Preparing [2024-08-01T12:41:27.622Z] 4504d5788e6f: Preparing [2024-08-01T12:41:27.622Z] f4a969244362: Preparing [2024-08-01T12:41:27.622Z] 3fd00623df0e: Preparing [2024-08-01T12:41:27.622Z] 7f28abf663b7: Preparing [2024-08-01T12:41:27.622Z] ce7f800efff9: Preparing [2024-08-01T12:41:27.622Z] 7f28abf663b7: Waiting [2024-08-01T12:41:27.622Z] ce7f800efff9: Waiting [2024-08-01T12:41:27.880Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:27.880Z] f4a969244362: Layer already exists [2024-08-01T12:41:27.880Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:27.880Z] ddcb74b4d844: Layer already exists [2024-08-01T12:41:28.139Z] 4f0a8ca9d6a5: Layer already exists [2024-08-01T12:41:28.139Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:28.139Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:29.079Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:29.420Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:30.320Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-01T12:41:30.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-01T12:41:30.320Z] 4f0a8ca9d6a5: Preparing [2024-08-01T12:41:30.320Z] ddcb74b4d844: Preparing [2024-08-01T12:41:30.320Z] 4504d5788e6f: Preparing [2024-08-01T12:41:30.320Z] f4a969244362: Preparing [2024-08-01T12:41:30.320Z] 3fd00623df0e: Preparing [2024-08-01T12:41:30.320Z] 7f28abf663b7: Preparing [2024-08-01T12:41:30.320Z] ce7f800efff9: Preparing [2024-08-01T12:41:30.320Z] f4a969244362: Layer already exists [2024-08-01T12:41:30.320Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:30.320Z] ddcb74b4d844: Layer already exists [2024-08-01T12:41:30.320Z] 3fd00623df0e: Layer already exists [2024-08-01T12:41:30.320Z] 4f0a8ca9d6a5: Layer already exists [2024-08-01T12:41:30.320Z] 7f28abf663b7: Layer already exists [2024-08-01T12:41:30.320Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:30.320Z] main: digest: sha256:b2d294c5a3b1d0e357d30f7c0f8a613cce7b9ed83d180639266abb7e1189b4f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:41:30.392Z] ===================================================== [Pipeline] echo [2024-08-01T12:41:30.410Z] taggedImages: [2024-08-01T12:41:30.410Z] - nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:30.410Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-01T12:41:30.410Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.44 [2024-08-01T12:41:30.410Z] - nexus3.edgexfoundry.org:10004/support-notifications:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:30.410Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-01T12:41:30.445Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-01T12:41:30.445Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:30.445Z] latest [2024-08-01T12:41:30.445Z] 3.2.0-dev.44 [2024-08-01T12:41:30.445Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:30.445Z] main [2024-08-01T12:41:30.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:30.792Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:31.380Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:31.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-01T12:41:31.380Z] 217502f1912e: Preparing [2024-08-01T12:41:31.380Z] 502d60165527: Preparing [2024-08-01T12:41:31.380Z] 4504d5788e6f: Preparing [2024-08-01T12:41:31.380Z] f4a969244362: Preparing [2024-08-01T12:41:31.380Z] 566643ae4b9d: Preparing [2024-08-01T12:41:31.380Z] 118a214cc333: Preparing [2024-08-01T12:41:31.380Z] ce7f800efff9: Preparing [2024-08-01T12:41:31.380Z] ce7f800efff9: Waiting [2024-08-01T12:41:31.380Z] 118a214cc333: Waiting [2024-08-01T12:41:31.949Z] 217502f1912e: Pushed [2024-08-01T12:41:31.949Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:31.949Z] f4a969244362: Layer already exists [2024-08-01T12:41:32.209Z] 566643ae4b9d: Layer already exists [2024-08-01T12:41:32.209Z] 118a214cc333: Layer already exists [2024-08-01T12:41:32.470Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:35.025Z] 502d60165527: Pushed [2024-08-01T12:41:35.285Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:35.621Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:36.202Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-01T12:41:36.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-01T12:41:36.202Z] 217502f1912e: Preparing [2024-08-01T12:41:36.202Z] 502d60165527: Preparing [2024-08-01T12:41:36.202Z] 4504d5788e6f: Preparing [2024-08-01T12:41:36.202Z] f4a969244362: Preparing [2024-08-01T12:41:36.202Z] 566643ae4b9d: Preparing [2024-08-01T12:41:36.202Z] 118a214cc333: Preparing [2024-08-01T12:41:36.202Z] ce7f800efff9: Preparing [2024-08-01T12:41:36.202Z] 118a214cc333: Waiting [2024-08-01T12:41:36.202Z] ce7f800efff9: Waiting [2024-08-01T12:41:36.202Z] 566643ae4b9d: Layer already exists [2024-08-01T12:41:36.202Z] f4a969244362: Layer already exists [2024-08-01T12:41:36.202Z] 217502f1912e: Layer already exists [2024-08-01T12:41:36.202Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:36.202Z] 502d60165527: Layer already exists [2024-08-01T12:41:36.202Z] 118a214cc333: Layer already exists [2024-08-01T12:41:36.202Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:36.202Z] latest: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:36.531Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:36.860Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.44 [2024-08-01T12:41:36.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-01T12:41:36.860Z] 217502f1912e: Preparing [2024-08-01T12:41:36.860Z] 502d60165527: Preparing [2024-08-01T12:41:36.860Z] 4504d5788e6f: Preparing [2024-08-01T12:41:36.860Z] f4a969244362: Preparing [2024-08-01T12:41:36.860Z] 566643ae4b9d: Preparing [2024-08-01T12:41:36.860Z] 118a214cc333: Preparing [2024-08-01T12:41:36.860Z] ce7f800efff9: Preparing [2024-08-01T12:41:36.860Z] 118a214cc333: Waiting [2024-08-01T12:41:36.860Z] ce7f800efff9: Waiting [2024-08-01T12:41:36.860Z] 502d60165527: Layer already exists [2024-08-01T12:41:36.860Z] 217502f1912e: Layer already exists [2024-08-01T12:41:36.860Z] f4a969244362: Layer already exists [2024-08-01T12:41:36.860Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:36.860Z] 566643ae4b9d: Layer already exists [2024-08-01T12:41:36.860Z] 118a214cc333: Layer already exists [2024-08-01T12:41:36.860Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:36.860Z] 3.2.0-dev.44: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:37.190Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:37.775Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:37.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-01T12:41:37.775Z] 217502f1912e: Preparing [2024-08-01T12:41:37.775Z] 502d60165527: Preparing [2024-08-01T12:41:37.775Z] 4504d5788e6f: Preparing [2024-08-01T12:41:37.775Z] f4a969244362: Preparing [2024-08-01T12:41:37.775Z] 566643ae4b9d: Preparing [2024-08-01T12:41:37.775Z] 118a214cc333: Preparing [2024-08-01T12:41:37.775Z] ce7f800efff9: Preparing [2024-08-01T12:41:37.775Z] 118a214cc333: Waiting [2024-08-01T12:41:37.775Z] ce7f800efff9: Waiting [2024-08-01T12:41:37.775Z] 566643ae4b9d: Layer already exists [2024-08-01T12:41:37.775Z] f4a969244362: Layer already exists [2024-08-01T12:41:37.775Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:37.775Z] 217502f1912e: Layer already exists [2024-08-01T12:41:37.775Z] 502d60165527: Layer already exists [2024-08-01T12:41:37.775Z] 118a214cc333: Layer already exists [2024-08-01T12:41:37.775Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:37.775Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:38.109Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T12:41:38.457Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-01T12:41:38.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-01T12:41:38.457Z] 217502f1912e: Preparing [2024-08-01T12:41:38.457Z] 502d60165527: Preparing [2024-08-01T12:41:38.457Z] 4504d5788e6f: Preparing [2024-08-01T12:41:38.457Z] f4a969244362: Preparing [2024-08-01T12:41:38.457Z] 566643ae4b9d: Preparing [2024-08-01T12:41:38.457Z] 118a214cc333: Preparing [2024-08-01T12:41:38.457Z] ce7f800efff9: Preparing [2024-08-01T12:41:38.457Z] 118a214cc333: Waiting [2024-08-01T12:41:38.457Z] ce7f800efff9: Waiting [2024-08-01T12:41:38.457Z] 217502f1912e: Layer already exists [2024-08-01T12:41:38.457Z] 502d60165527: Layer already exists [2024-08-01T12:41:38.457Z] f4a969244362: Layer already exists [2024-08-01T12:41:38.457Z] 566643ae4b9d: Layer already exists [2024-08-01T12:41:38.457Z] 4504d5788e6f: Layer already exists [2024-08-01T12:41:38.457Z] 118a214cc333: Layer already exists [2024-08-01T12:41:38.457Z] ce7f800efff9: Layer already exists [2024-08-01T12:41:38.457Z] main: digest: sha256:9e51787bfee9aabd3737f5aa630e84614755c06198bc7b2060fa090adbcf13e4 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T12:41:38.529Z] ===================================================== [Pipeline] echo [2024-08-01T12:41:38.545Z] taggedImages: [2024-08-01T12:41:38.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T12:41:38.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-01T12:41:38.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.44 [2024-08-01T12:41:38.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T12:41:38.545Z] - 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-08-01T12:54:28.433Z] #124 ... [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #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-08-01T12:54:28.433Z] #151 1164.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-01T12:54:28.433Z] #151 ... [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-01T12:54:28.433Z] #148 DONE 1169.8s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:54:28.433Z] #65 ... [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:54:28.433Z] #159 DONE 0.3s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:54:28.433Z] #160 DONE 0.2s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #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-08-01T12:54:28.433Z] #151 ... [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #161 [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-08-01T12:54:28.433Z] #161 DONE 0.2s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-01T12:54:28.433Z] #162 DONE 0.2s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-01T12:54:28.433Z] #163 DONE 0.5s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-01T12:54:28.433Z] #164 DONE 0.2s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T12:54:28.433Z] #158 ... [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:54:28.433Z] #165 DONE 2.4s [2024-08-01T12:54:28.433Z] [2024-08-01T12:54:28.433Z] #108 [security-proxy-setup] exporting to image [2024-08-01T12:54:28.433Z] #108 exporting layers [2024-08-01T12:54:29.016Z] #108 exporting layers 0.9s done [2024-08-01T12:54:29.016Z] #108 writing image sha256:d4893712faa893ef719a1158b5e06bc4ed803587bf99bca4223bceac352b918c done [2024-08-01T12:54:29.016Z] #108 naming to docker.io/library/security-proxy-setup-arm64 done [2024-08-01T12:54:29.016Z] #108 DONE 5.6s [2024-08-01T12:54:29.016Z] [2024-08-01T12:54:29.016Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:54:29.987Z] #55 ... [2024-08-01T12:54:29.987Z] [2024-08-01T12:54:29.987Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-01T12:54:29.987Z] #147 DONE 1176.2s [2024-08-01T12:54:29.987Z] [2024-08-01T12:54:29.987Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T12:54:30.581Z] #150 ... [2024-08-01T12:54:30.581Z] [2024-08-01T12:54:30.581Z] #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-01T12:54:30.853Z] #166 DONE 0.2s [2024-08-01T12:54:30.853Z] [2024-08-01T12:54:30.853Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-01T12:54:31.120Z] #154 ... [2024-08-01T12:54:31.120Z] [2024-08-01T12:54:31.120Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-01T12:54:33.702Z] #167 DONE 2.4s [2024-08-01T12:54:33.702Z] [2024-08-01T12:54:33.702Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-01T12:54:33.702Z] #154 ... [2024-08-01T12:54:33.702Z] [2024-08-01T12:54:33.702Z] #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:54:33.702Z] #168 DONE 0.2s [2024-08-01T12:54:33.702Z] [2024-08-01T12:54:33.702Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T12:54:33.702Z] #124 ... [2024-08-01T12:54:33.702Z] [2024-08-01T12:54:33.702Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:54:33.971Z] #169 DONE 0.3s [2024-08-01T12:54:33.971Z] [2024-08-01T12:54:33.971Z] #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-01T12:54:34.239Z] #170 DONE 0.3s [2024-08-01T12:54:34.239Z] [2024-08-01T12:54:34.239Z] #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-01T12:54:34.508Z] #171 DONE 0.2s [2024-08-01T12:54:34.508Z] [2024-08-01T12:54:34.508Z] #172 [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-08-01T12:54:35.093Z] #172 DONE 0.7s [2024-08-01T12:54:35.093Z] [2024-08-01T12:54:35.093Z] #173 [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-08-01T12:54:35.360Z] #173 DONE 0.2s [2024-08-01T12:54:35.360Z] [2024-08-01T12:54:35.360Z] #174 [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-08-01T12:54:35.360Z] #174 DONE 0.1s [2024-08-01T12:54:35.360Z] [2024-08-01T12:54:35.360Z] #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-01T12:54:35.631Z] #175 DONE 0.1s [2024-08-01T12:54:35.631Z] [2024-08-01T12:54:35.631Z] #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-01T12:54:35.631Z] #176 DONE 0.1s [2024-08-01T12:54:35.631Z] [2024-08-01T12:54:35.631Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:54:35.631Z] #55 ... [2024-08-01T12:54:35.631Z] [2024-08-01T12:54:35.631Z] #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-01T12:54:38.223Z] #177 DONE 2.2s [2024-08-01T12:54:38.223Z] [2024-08-01T12:54:38.223Z] #108 [security-bootstrapper] exporting to image [2024-08-01T12:54:38.223Z] #108 exporting layers [2024-08-01T12:54:39.181Z] #108 exporting layers 1.2s done [2024-08-01T12:54:39.181Z] #108 writing image sha256:5daa082563d07363e2c2a9c2e6d81bb5ab4903daa334bdf00121f1aa8854604e 0.0s done [2024-08-01T12:54:39.181Z] #108 naming to docker.io/library/security-bootstrapper-arm64 done [2024-08-01T12:54:39.181Z] #108 DONE 6.8s [2024-08-01T12:54:39.181Z] [2024-08-01T12:54:39.181Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-01T12:54:41.125Z] #153 ... [2024-08-01T12:54:41.125Z] [2024-08-01T12:54:41.125Z] #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-08-01T12:54:41.125Z] #151 DONE 1186.9s [2024-08-01T12:54:41.125Z] [2024-08-01T12:54:41.125Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:54:41.125Z] #65 ... [2024-08-01T12:54:41.125Z] [2024-08-01T12:54:41.125Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:54:41.393Z] #178 DONE 0.3s [2024-08-01T12:54:41.393Z] [2024-08-01T12:54:41.393Z] #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:54:41.663Z] #179 DONE 0.3s [2024-08-01T12:54:41.663Z] [2024-08-01T12:54:41.663Z] #180 [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-08-01T12:54:41.932Z] #180 DONE 0.2s [2024-08-01T12:54:41.932Z] [2024-08-01T12:54:41.932Z] #181 [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-08-01T12:54:42.199Z] #181 DONE 0.2s [2024-08-01T12:54:42.199Z] [2024-08-01T12:54:42.199Z] #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:54:42.470Z] #182 DONE 0.2s [2024-08-01T12:54:42.470Z] [2024-08-01T12:54:42.470Z] #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-01T12:54:42.470Z] #183 DONE 0.2s [2024-08-01T12:54:42.470Z] [2024-08-01T12:54:42.470Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:54:42.740Z] #55 ... [2024-08-01T12:54:42.740Z] [2024-08-01T12:54:42.740Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-01T12:54:42.740Z] #184 DONE 0.3s [2024-08-01T12:54:42.740Z] [2024-08-01T12:54:42.740Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-01T12:54:43.007Z] #157 ... [2024-08-01T12:54:43.007Z] [2024-08-01T12:54:43.007Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-01T12:54:43.007Z] #185 DONE 0.1s [2024-08-01T12:54:43.007Z] [2024-08-01T12:54:43.007Z] #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:54:45.597Z] #186 DONE 2.3s [2024-08-01T12:54:45.597Z] [2024-08-01T12:54:45.597Z] #108 [security-secretstore-setup] exporting to image [2024-08-01T12:54:45.597Z] #108 exporting layers [2024-08-01T12:54:46.556Z] #108 exporting layers 1.3s done [2024-08-01T12:54:46.822Z] #108 writing image sha256:751a21017d65f873a19b764609d05180d72bc8b66c2f7ee6bb63dcfdc4f9e39c done [2024-08-01T12:54:46.822Z] #108 naming to docker.io/library/security-secretstore-setup-arm64 0.1s done [2024-08-01T12:54:46.822Z] #108 DONE 8.2s [2024-08-01T12:54:46.822Z] [2024-08-01T12:54:46.822Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-01T12:55:43.205Z] #156 ... [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-01T12:55:43.205Z] #153 DONE 1246.5s [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T12:55:43.205Z] #55 ... [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:55:43.205Z] #187 DONE 0.1s [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T12:55:43.205Z] #124 ... [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:55:43.205Z] #188 DONE 0.2s [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-01T12:55:43.205Z] #189 DONE 0.2s [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:55:43.205Z] #65 ... [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #190 [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-08-01T12:55:43.205Z] #190 DONE 0.2s [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-01T12:55:43.205Z] #191 DONE 0.1s [2024-08-01T12:55:43.205Z] [2024-08-01T12:55:43.205Z] #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T12:55:43.792Z] #192 DONE 2.0s [2024-08-01T12:55:43.792Z] [2024-08-01T12:55:43.792Z] #108 [core-common-config-bootstrapper] exporting to image [2024-08-01T12:55:43.792Z] #108 exporting layers [2024-08-01T12:55:44.376Z] #108 exporting layers 0.5s done [2024-08-01T12:55:44.376Z] #108 writing image sha256:a7f13c8821eb1899036f4f5ea7735befa468f30ea55f162fcbe36d605fe42dd1 done [2024-08-01T12:55:44.376Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-01T12:55:44.376Z] #108 DONE 8.7s [2024-08-01T12:55:44.376Z] [2024-08-01T12:55:44.376Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-01T12:57:51.042Z] #156 ... [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-01T12:57:51.042Z] #149 DONE 1367.4s [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T12:57:51.042Z] #65 ... [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T12:57:51.042Z] #193 DONE 0.2s [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T12:57:51.042Z] #158 ... [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T12:57:51.042Z] #194 DONE 0.2s [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-01T12:57:51.042Z] #195 DONE 0.3s [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-01T12:57:51.042Z] #196 DONE 0.3s [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #108 [security-spiffe-token-provider] exporting to image [2024-08-01T12:57:51.042Z] #108 exporting layers [2024-08-01T12:57:51.042Z] #108 exporting layers 0.6s done [2024-08-01T12:57:51.042Z] #108 writing image sha256:454fa197280e8c25950b37fa48ece9c8e3734a77dd2916f8db35d92cfdfc4285 done [2024-08-01T12:57:51.042Z] #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-08-01T12:57:51.042Z] #108 DONE 9.3s [2024-08-01T12:57:51.042Z] [2024-08-01T12:57:51.042Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T13:05:43.089Z] #124 ... [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-01T13:05:43.089Z] #157 DONE 1838.7s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T13:05:43.089Z] #150 ... [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:05:43.089Z] #197 DONE 0.1s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:05:43.089Z] #198 DONE 0.1s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T13:05:43.089Z] #158 ... [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-01T13:05:43.089Z] #199 DONE 0.6s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T13:05:43.089Z] #55 ... [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:05:43.089Z] #200 DONE 0.1s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-01T13:05:43.089Z] #201 DONE 0.1s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T13:05:43.089Z] #150 ... [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-01T13:05:43.089Z] #202 DONE 2.0s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #108 [security-proxy-auth] exporting to image [2024-08-01T13:05:43.089Z] #108 exporting layers [2024-08-01T13:05:43.089Z] #108 exporting layers 0.8s done [2024-08-01T13:05:43.089Z] #108 writing image sha256:fcec2d8218c5856229c1699a10cc184be25e3060fc0447f86ac1e8382837f7a1 0.0s done [2024-08-01T13:05:43.089Z] #108 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-01T13:05:43.089Z] #108 DONE 10.0s [2024-08-01T13:05:43.089Z] [2024-08-01T13:05:43.089Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T13:06:39.469Z] #124 ... [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-01T13:06:39.469Z] #156 DONE 1899.9s [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T13:06:39.469Z] #55 ... [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:06:39.469Z] #203 DONE 0.3s [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-01T13:06:39.469Z] #155 ... [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:06:39.469Z] #204 DONE 0.2s [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-01T13:06:39.469Z] #205 DONE 0.5s [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:06:39.469Z] #206 DONE 0.1s [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #108 [core-command] exporting to image [2024-08-01T13:06:39.469Z] #108 exporting layers [2024-08-01T13:06:39.469Z] #108 exporting layers 0.4s done [2024-08-01T13:06:39.469Z] #108 writing image sha256:9dc709b1597644310593b6dd3efd3305bb1fd672cd8f65646b2d9d41692da631 done [2024-08-01T13:06:39.469Z] #108 naming to docker.io/library/core-command-arm64 done [2024-08-01T13:06:39.469Z] #108 DONE 10.5s [2024-08-01T13:06:39.469Z] [2024-08-01T13:06:39.469Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-01T13:08:46.129Z] #65 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-01T13:08:46.129Z] #154 DONE 2025.9s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-01T13:08:46.129Z] #155 DONE 2026.0s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T13:08:46.129Z] #150 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:08:46.129Z] #207 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:08:46.129Z] #208 DONE 0.3s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-01T13:08:46.129Z] #150 DONE 2027.3s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:08:46.129Z] #207 DONE 0.3s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:08:46.129Z] #209 DONE 0.4s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-01T13:08:46.129Z] #210 DONE 1.1s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:08:46.129Z] #211 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-01T13:08:46.129Z] #212 DONE 0.8s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:08:46.129Z] #213 DONE 0.3s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #108 [core-keeper] exporting to image [2024-08-01T13:08:46.129Z] #108 exporting layers [2024-08-01T13:08:46.129Z] #108 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:08:46.129Z] #211 DONE 0.3s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #214 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:08:46.129Z] #214 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #215 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:08:46.129Z] #215 DONE 0.5s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #214 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:08:46.129Z] #214 DONE 0.5s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-01T13:08:46.129Z] #216 DONE 0.8s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #108 [core-keeper] exporting to image [2024-08-01T13:08:46.129Z] #108 exporting layers 1.1s done [2024-08-01T13:08:46.129Z] #108 writing image sha256:b634c2afa59e1b4069b735aaac7ac6a3d4b3d3af773417b1c028697cc3feb9cd 0.0s done [2024-08-01T13:08:46.129Z] #108 naming to docker.io/library/core-keeper-arm64 done [2024-08-01T13:08:46.129Z] #108 exporting layers 1.0s done [2024-08-01T13:08:46.129Z] #108 writing image sha256:c89becc26caf447faeec264cbd588ee3d7135b95e9eefc8a5a5bb1d41fc522cd done [2024-08-01T13:08:46.129Z] #108 naming to docker.io/library/core-data-arm64 done [2024-08-01T13:08:46.129Z] #108 DONE 12.1s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:08:46.129Z] #217 DONE 0.2s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-01T13:08:46.129Z] #218 DONE 0.1s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T13:08:46.129Z] #55 ... [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #108 [core-metadata] exporting to image [2024-08-01T13:08:46.129Z] #108 exporting layers 0.6s done [2024-08-01T13:08:46.129Z] #108 writing image sha256:d147cb0cb018ea1d53ed92e35ed5fca40b5ae7fe8d2a39070065a1102e8aad45 done [2024-08-01T13:08:46.129Z] #108 naming to docker.io/library/core-metadata-arm64 done [2024-08-01T13:08:46.129Z] #108 DONE 12.7s [2024-08-01T13:08:46.129Z] [2024-08-01T13:08:46.129Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-01T13:09:18.345Z] #124 DONE 2061.9s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-01T13:09:18.345Z] #158 DONE 2062.0s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-01T13:09:18.345Z] #152 DONE 2062.0s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T13:09:18.345Z] #55 ... [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:09:18.345Z] #219 DONE 0.1s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #220 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:09:18.345Z] #220 DONE 0.2s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #221 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:09:18.345Z] #221 DONE 0.1s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #222 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-01T13:09:18.345Z] #222 CACHED [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #223 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:09:18.345Z] #223 CACHED [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-01T13:09:18.345Z] #224 DONE 0.1s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #225 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-01T13:09:18.345Z] #225 DONE 0.6s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #226 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-01T13:09:18.345Z] #226 DONE 0.6s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-01T13:09:18.345Z] #227 DONE 0.5s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #228 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-01T13:09:18.345Z] #228 ... [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:09:18.345Z] #229 DONE 0.1s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.345Z] #230 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-01T13:09:18.345Z] #230 DONE 0.2s [2024-08-01T13:09:18.345Z] [2024-08-01T13:09:18.346Z] #228 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-01T13:09:18.346Z] #228 DONE 0.2s [2024-08-01T13:09:18.346Z] [2024-08-01T13:09:18.346Z] #108 [support-cron-scheduler] exporting to image [2024-08-01T13:09:18.346Z] #108 exporting layers [2024-08-01T13:09:18.346Z] #108 exporting layers 0.5s done [2024-08-01T13:09:18.346Z] #108 writing image sha256:b2241f1f7d0e2153f09175a030d32f16bffaa4c239170e96650c072f3cfbd9a9 done [2024-08-01T13:09:18.346Z] #108 naming to docker.io/library/support-scheduler-arm64 done [2024-08-01T13:09:18.346Z] #108 exporting layers 0.7s done [2024-08-01T13:09:18.346Z] #108 exporting layers 0.6s done [2024-08-01T13:09:18.346Z] #108 writing image sha256:04597bb0fc9e190be57787141e1b75204cd8ab9d808b900797bb909a20ddd3ba 0.0s done [2024-08-01T13:09:18.346Z] #108 naming to docker.io/library/support-notifications-arm64 done [2024-08-01T13:09:18.346Z] #108 writing image sha256:420294afe6baf56c41e40de1d620def085dab72f10dc3ccede6c8bb40b3f9b98 done [2024-08-01T13:09:18.346Z] #108 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-01T13:09:18.346Z] #108 DONE 14.0s [2024-08-01T13:09:18.346Z] [2024-08-01T13:09:18.346Z] #55 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-01T13:09:18.346Z] time="2024-08-01T12:32:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-01T13:09:18.377Z] $ docker stop --time=1 24174ff38207b29dfea71cfb5cf310baf14c8e41bb1ae58258025ce76e475726 [2024-08-01T13:09:20.208Z] $ docker rm -f --volumes 24174ff38207b29dfea71cfb5cf310baf14c8e41bb1ae58258025ce76e475726 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-01T13:09:20.719Z] + docker images [2024-08-01T13:09:20.719Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-01T13:09:20.719Z] support-scheduler-arm64 latest b2241f1f7d0e 3 seconds ago 41.2MB [2024-08-01T13:09:20.719Z] support-cron-scheduler-arm64 latest 420294afe6ba 3 seconds ago 41.8MB [2024-08-01T13:09:20.719Z] support-notifications-arm64 latest 04597bb0fc9e 3 seconds ago 41.9MB [2024-08-01T13:09:20.719Z] core-metadata-arm64 latest d147cb0cb018 37 seconds ago 39.1MB [2024-08-01T13:09:20.719Z] core-data-arm64 latest c89becc26caf 38 seconds ago 39MB [2024-08-01T13:09:20.719Z] core-keeper-arm64 latest b634c2afa59e 38 seconds ago 38.9MB [2024-08-01T13:09:20.719Z] core-command-arm64 latest 9dc709b15976 2 minutes ago 35MB [2024-08-01T13:09:20.719Z] security-proxy-auth-arm64 latest fcec2d8218c5 3 minutes ago 32.6MB [2024-08-01T13:09:20.719Z] security-spiffe-token-provider-arm64 latest 454fa197280e 11 minutes ago 29MB [2024-08-01T13:09:20.719Z] core-common-config-bootstrapper-arm64 latest a7f13c8821eb 13 minutes ago 15.3MB [2024-08-01T13:09:20.719Z] security-secretstore-setup-arm64 latest 751a21017d65 14 minutes ago 36.4MB [2024-08-01T13:09:20.719Z] security-bootstrapper-arm64 latest 5daa082563d0 14 minutes ago 18.9MB [2024-08-01T13:09:20.719Z] security-proxy-setup-arm64 latest d4893712faa8 14 minutes ago 26.1MB [2024-08-01T13:09:20.719Z] security-spire-config-arm64 latest d5bae3938746 35 minutes ago 115MB [2024-08-01T13:09:20.719Z] security-spire-server-arm64 latest 99dc51d357a6 35 minutes ago 116MB [2024-08-01T13:09:20.719Z] security-spire-agent-arm64 latest 24accfd15d2b 35 minutes ago 174MB [2024-08-01T13:09:20.719Z] ci-base-image-arm64 latest 64134f176d81 37 minutes ago 965MB [2024-08-01T13:09:20.719Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-08-01T13:09:20.719Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 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-08-01T13:09:20.895Z] provisioning config files... [2024-08-01T13:09:20.909Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/662@tmp/config1523762976771860287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:09:21.247Z] ---> ****-login.sh [2024-08-01T13:09:21.247Z] nexus3.edgexfoundry.org:10001 [2024-08-01T13:09:21.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T13:09:21.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T13:09:21.778Z] Configure a credential helper to remove this warning. See [2024-08-01T13:09:21.778Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T13:09:21.778Z] [2024-08-01T13:09:21.778Z] Login Succeeded [2024-08-01T13:09:21.778Z] nexus3.edgexfoundry.org:10002 [2024-08-01T13:09:22.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T13:09:22.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T13:09:22.045Z] Configure a credential helper to remove this warning. See [2024-08-01T13:09:22.045Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T13:09:22.045Z] [2024-08-01T13:09:22.045Z] Login Succeeded [2024-08-01T13:09:22.045Z] nexus3.edgexfoundry.org:10003 [2024-08-01T13:09:22.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T13:09:22.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T13:09:22.309Z] Configure a credential helper to remove this warning. See [2024-08-01T13:09:22.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T13:09:22.309Z] [2024-08-01T13:09:22.309Z] Login Succeeded [2024-08-01T13:09:22.575Z] nexus3.edgexfoundry.org:10004 [2024-08-01T13:09:22.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T13:09:22.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T13:09:22.841Z] Configure a credential helper to remove this warning. See [2024-08-01T13:09:22.841Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T13:09:22.841Z] [2024-08-01T13:09:22.841Z] Login Succeeded [2024-08-01T13:09:22.841Z] ****.io [2024-08-01T13:09:23.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-01T13:09:23.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-01T13:09:23.369Z] Configure a credential helper to remove this warning. See [2024-08-01T13:09:23.369Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-01T13:09:23.369Z] [2024-08-01T13:09:23.369Z] Login Succeeded [2024-08-01T13:09:23.369Z] ---> ****-login.sh ends [Pipeline] } [2024-08-01T13:09:23.380Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:09:23.435Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-01T13:09:23.472Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-01T13:09:23.472Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:23.472Z] latest [2024-08-01T13:09:23.472Z] 3.2.0-dev.44 [2024-08-01T13:09:23.472Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:23.472Z] main [2024-08-01T13:09:23.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:23.872Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:24.241Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:24.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-01T13:09:24.241Z] fe24df3f426d: Preparing [2024-08-01T13:09:24.241Z] 7299f2a59ddb: Preparing [2024-08-01T13:09:24.241Z] 2073808c6f23: Preparing [2024-08-01T13:09:24.241Z] fe039e5d4624: Preparing [2024-08-01T13:09:24.241Z] f2b92d320f8c: Preparing [2024-08-01T13:09:24.241Z] 03545c943ccb: Preparing [2024-08-01T13:09:24.241Z] 3c20671a5817: Preparing [2024-08-01T13:09:24.241Z] 03545c943ccb: Waiting [2024-08-01T13:09:24.241Z] 3c20671a5817: Waiting [2024-08-01T13:09:24.506Z] f2b92d320f8c: Pushed [2024-08-01T13:09:24.506Z] fe24df3f426d: Pushed [2024-08-01T13:09:24.506Z] 2073808c6f23: Pushed [2024-08-01T13:09:24.506Z] fe039e5d4624: Pushed [2024-08-01T13:09:24.506Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:24.773Z] 03545c943ccb: Pushed [2024-08-01T13:09:31.487Z] 7299f2a59ddb: Pushed [2024-08-01T13:09:31.487Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:31.859Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:32.219Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-01T13:09:32.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-01T13:09:32.219Z] fe24df3f426d: Preparing [2024-08-01T13:09:32.219Z] 7299f2a59ddb: Preparing [2024-08-01T13:09:32.219Z] 2073808c6f23: Preparing [2024-08-01T13:09:32.219Z] fe039e5d4624: Preparing [2024-08-01T13:09:32.219Z] f2b92d320f8c: Preparing [2024-08-01T13:09:32.219Z] 03545c943ccb: Preparing [2024-08-01T13:09:32.219Z] 3c20671a5817: Preparing [2024-08-01T13:09:32.219Z] 03545c943ccb: Waiting [2024-08-01T13:09:32.219Z] 3c20671a5817: Waiting [2024-08-01T13:09:32.219Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:32.219Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:32.219Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:32.219Z] 7299f2a59ddb: Layer already exists [2024-08-01T13:09:32.219Z] fe24df3f426d: Layer already exists [2024-08-01T13:09:32.219Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:32.219Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:32.482Z] latest: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:32.846Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:33.208Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.44 [2024-08-01T13:09:33.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-01T13:09:33.208Z] fe24df3f426d: Preparing [2024-08-01T13:09:33.208Z] 7299f2a59ddb: Preparing [2024-08-01T13:09:33.208Z] 2073808c6f23: Preparing [2024-08-01T13:09:33.208Z] fe039e5d4624: Preparing [2024-08-01T13:09:33.208Z] f2b92d320f8c: Preparing [2024-08-01T13:09:33.208Z] 03545c943ccb: Preparing [2024-08-01T13:09:33.208Z] 3c20671a5817: Preparing [2024-08-01T13:09:33.208Z] 03545c943ccb: Waiting [2024-08-01T13:09:33.208Z] 3c20671a5817: Waiting [2024-08-01T13:09:33.208Z] fe24df3f426d: Layer already exists [2024-08-01T13:09:33.208Z] 7299f2a59ddb: Layer already exists [2024-08-01T13:09:33.208Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:33.208Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:33.208Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:33.208Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:33.208Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:33.472Z] 3.2.0-dev.44: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:33.837Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:34.198Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:34.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-01T13:09:34.198Z] fe24df3f426d: Preparing [2024-08-01T13:09:34.198Z] 7299f2a59ddb: Preparing [2024-08-01T13:09:34.198Z] 2073808c6f23: Preparing [2024-08-01T13:09:34.198Z] fe039e5d4624: Preparing [2024-08-01T13:09:34.198Z] f2b92d320f8c: Preparing [2024-08-01T13:09:34.198Z] 03545c943ccb: Preparing [2024-08-01T13:09:34.198Z] 3c20671a5817: Preparing [2024-08-01T13:09:34.198Z] 03545c943ccb: Waiting [2024-08-01T13:09:34.198Z] 3c20671a5817: Waiting [2024-08-01T13:09:34.198Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:34.198Z] fe24df3f426d: Layer already exists [2024-08-01T13:09:34.198Z] 7299f2a59ddb: Layer already exists [2024-08-01T13:09:34.198Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:34.198Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:34.198Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:34.198Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:34.198Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:34.816Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:35.168Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-01T13:09:35.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-01T13:09:35.168Z] fe24df3f426d: Preparing [2024-08-01T13:09:35.168Z] 7299f2a59ddb: Preparing [2024-08-01T13:09:35.168Z] 2073808c6f23: Preparing [2024-08-01T13:09:35.168Z] fe039e5d4624: Preparing [2024-08-01T13:09:35.168Z] f2b92d320f8c: Preparing [2024-08-01T13:09:35.168Z] 03545c943ccb: Preparing [2024-08-01T13:09:35.168Z] 3c20671a5817: Preparing [2024-08-01T13:09:35.168Z] 03545c943ccb: Waiting [2024-08-01T13:09:35.168Z] 3c20671a5817: Waiting [2024-08-01T13:09:35.168Z] fe24df3f426d: Layer already exists [2024-08-01T13:09:35.168Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:35.168Z] 7299f2a59ddb: Layer already exists [2024-08-01T13:09:35.168Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:35.168Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:35.168Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:35.168Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:35.432Z] main: digest: sha256:5216fdd91e89910f0a7acf8bceaac9c9dcb0ccc52432f8a24e6a628c8bf39ff0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:09:35.508Z] ===================================================== [Pipeline] echo [2024-08-01T13:09:35.523Z] taggedImages: [2024-08-01T13:09:35.523Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:35.523Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-01T13:09:35.523Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.44 [2024-08-01T13:09:35.523Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:35.523Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-01T13:09:35.558Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-01T13:09:35.559Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:35.559Z] latest [2024-08-01T13:09:35.559Z] 3.2.0-dev.44 [2024-08-01T13:09:35.559Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:35.559Z] main [2024-08-01T13:09:35.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:35.923Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:36.272Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:36.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-01T13:09:36.272Z] 75b7e7769304: Preparing [2024-08-01T13:09:36.272Z] 7cf508bbdfee: Preparing [2024-08-01T13:09:36.272Z] 7f0c4ebd513e: Preparing [2024-08-01T13:09:36.272Z] f81b5b53e633: Preparing [2024-08-01T13:09:36.272Z] 2073808c6f23: Preparing [2024-08-01T13:09:36.272Z] fe039e5d4624: Preparing [2024-08-01T13:09:36.272Z] f2b92d320f8c: Preparing [2024-08-01T13:09:36.272Z] 03545c943ccb: Preparing [2024-08-01T13:09:36.272Z] 3c20671a5817: Preparing [2024-08-01T13:09:36.272Z] f2b92d320f8c: Waiting [2024-08-01T13:09:36.272Z] 03545c943ccb: Waiting [2024-08-01T13:09:36.272Z] 3c20671a5817: Waiting [2024-08-01T13:09:36.272Z] fe039e5d4624: Waiting [2024-08-01T13:09:36.272Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:36.541Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:36.541Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:36.541Z] 7f0c4ebd513e: Pushed [2024-08-01T13:09:36.541Z] 7cf508bbdfee: Pushed [2024-08-01T13:09:36.541Z] 75b7e7769304: Pushed [2024-08-01T13:09:36.541Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:36.541Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:38.471Z] f81b5b53e633: Pushed [2024-08-01T13:09:38.471Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:38.825Z] + 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-08-01T13:09:39.191Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-01T13:09:39.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-01T13:09:39.191Z] 75b7e7769304: Preparing [2024-08-01T13:09:39.191Z] 7cf508bbdfee: Preparing [2024-08-01T13:09:39.191Z] 7f0c4ebd513e: Preparing [2024-08-01T13:09:39.191Z] f81b5b53e633: Preparing [2024-08-01T13:09:39.191Z] 2073808c6f23: Preparing [2024-08-01T13:09:39.191Z] fe039e5d4624: Preparing [2024-08-01T13:09:39.191Z] f2b92d320f8c: Preparing [2024-08-01T13:09:39.191Z] 03545c943ccb: Preparing [2024-08-01T13:09:39.191Z] 3c20671a5817: Preparing [2024-08-01T13:09:39.191Z] fe039e5d4624: Waiting [2024-08-01T13:09:39.191Z] f2b92d320f8c: Waiting [2024-08-01T13:09:39.191Z] 03545c943ccb: Waiting [2024-08-01T13:09:39.191Z] 3c20671a5817: Waiting [2024-08-01T13:09:39.191Z] f81b5b53e633: Layer already exists [2024-08-01T13:09:39.191Z] 7cf508bbdfee: Layer already exists [2024-08-01T13:09:39.191Z] 7f0c4ebd513e: Layer already exists [2024-08-01T13:09:39.191Z] 75b7e7769304: Layer already exists [2024-08-01T13:09:39.191Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:39.191Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:39.191Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:39.191Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:39.191Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:39.191Z] latest: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:39.815Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:40.188Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.44 [2024-08-01T13:09:40.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-01T13:09:40.188Z] 75b7e7769304: Preparing [2024-08-01T13:09:40.188Z] 7cf508bbdfee: Preparing [2024-08-01T13:09:40.188Z] 7f0c4ebd513e: Preparing [2024-08-01T13:09:40.188Z] f81b5b53e633: Preparing [2024-08-01T13:09:40.188Z] 2073808c6f23: Preparing [2024-08-01T13:09:40.188Z] fe039e5d4624: Preparing [2024-08-01T13:09:40.188Z] f2b92d320f8c: Preparing [2024-08-01T13:09:40.188Z] 03545c943ccb: Preparing [2024-08-01T13:09:40.188Z] 3c20671a5817: Preparing [2024-08-01T13:09:40.188Z] fe039e5d4624: Waiting [2024-08-01T13:09:40.188Z] f2b92d320f8c: Waiting [2024-08-01T13:09:40.188Z] 03545c943ccb: Waiting [2024-08-01T13:09:40.188Z] 3c20671a5817: Waiting [2024-08-01T13:09:40.188Z] 7cf508bbdfee: Layer already exists [2024-08-01T13:09:40.188Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:40.189Z] 75b7e7769304: Layer already exists [2024-08-01T13:09:40.189Z] f81b5b53e633: Layer already exists [2024-08-01T13:09:40.189Z] 7f0c4ebd513e: Layer already exists [2024-08-01T13:09:40.189Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:40.189Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:40.189Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:40.189Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:40.455Z] 3.2.0-dev.44: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:40.824Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:41.194Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:41.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-01T13:09:41.194Z] 75b7e7769304: Preparing [2024-08-01T13:09:41.194Z] 7cf508bbdfee: Preparing [2024-08-01T13:09:41.194Z] 7f0c4ebd513e: Preparing [2024-08-01T13:09:41.194Z] f81b5b53e633: Preparing [2024-08-01T13:09:41.194Z] 2073808c6f23: Preparing [2024-08-01T13:09:41.194Z] fe039e5d4624: Preparing [2024-08-01T13:09:41.194Z] f2b92d320f8c: Preparing [2024-08-01T13:09:41.194Z] 03545c943ccb: Preparing [2024-08-01T13:09:41.194Z] 3c20671a5817: Preparing [2024-08-01T13:09:41.194Z] fe039e5d4624: Waiting [2024-08-01T13:09:41.194Z] 03545c943ccb: Waiting [2024-08-01T13:09:41.194Z] 3c20671a5817: Waiting [2024-08-01T13:09:41.194Z] f2b92d320f8c: Waiting [2024-08-01T13:09:41.194Z] 7cf508bbdfee: Layer already exists [2024-08-01T13:09:41.194Z] f81b5b53e633: Layer already exists [2024-08-01T13:09:41.194Z] 7f0c4ebd513e: Layer already exists [2024-08-01T13:09:41.194Z] 75b7e7769304: Layer already exists [2024-08-01T13:09:41.194Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:41.194Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:41.194Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:41.194Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:41.194Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:41.459Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:41.827Z] + 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-08-01T13:09:42.194Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-01T13:09:42.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-01T13:09:42.194Z] 75b7e7769304: Preparing [2024-08-01T13:09:42.194Z] 7cf508bbdfee: Preparing [2024-08-01T13:09:42.194Z] 7f0c4ebd513e: Preparing [2024-08-01T13:09:42.194Z] f81b5b53e633: Preparing [2024-08-01T13:09:42.194Z] 2073808c6f23: Preparing [2024-08-01T13:09:42.194Z] fe039e5d4624: Preparing [2024-08-01T13:09:42.194Z] f2b92d320f8c: Preparing [2024-08-01T13:09:42.194Z] 03545c943ccb: Preparing [2024-08-01T13:09:42.194Z] 3c20671a5817: Preparing [2024-08-01T13:09:42.194Z] fe039e5d4624: Waiting [2024-08-01T13:09:42.194Z] f2b92d320f8c: Waiting [2024-08-01T13:09:42.194Z] 3c20671a5817: Waiting [2024-08-01T13:09:42.194Z] 03545c943ccb: Waiting [2024-08-01T13:09:42.194Z] 7cf508bbdfee: Layer already exists [2024-08-01T13:09:42.194Z] 75b7e7769304: Layer already exists [2024-08-01T13:09:42.194Z] 7f0c4ebd513e: Layer already exists [2024-08-01T13:09:42.194Z] f81b5b53e633: Layer already exists [2024-08-01T13:09:42.194Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:42.194Z] 03545c943ccb: Layer already exists [2024-08-01T13:09:42.194Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:42.194Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:42.194Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:42.461Z] main: digest: sha256:9d9e63dcb83256b1f8c04b2fd8725c33627f92a40d217621f5de5453aa5f0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:09:42.536Z] ===================================================== [Pipeline] echo [2024-08-01T13:09:42.550Z] taggedImages: [2024-08-01T13:09:42.550Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:42.550Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-01T13:09:42.550Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.44 [2024-08-01T13:09:42.550Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:42.550Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-01T13:09:42.578Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-01T13:09:42.578Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:42.578Z] latest [2024-08-01T13:09:42.578Z] 3.2.0-dev.44 [2024-08-01T13:09:42.578Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:42.578Z] main [2024-08-01T13:09:42.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:43.128Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:43.490Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:43.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-01T13:09:43.490Z] 5e0792bd015b: Preparing [2024-08-01T13:09:43.490Z] 99c520c6a98e: Preparing [2024-08-01T13:09:43.490Z] 2073808c6f23: Preparing [2024-08-01T13:09:43.490Z] fe039e5d4624: Preparing [2024-08-01T13:09:43.490Z] f2b92d320f8c: Preparing [2024-08-01T13:09:43.490Z] 41c099de343b: Preparing [2024-08-01T13:09:43.490Z] 3c20671a5817: Preparing [2024-08-01T13:09:43.490Z] 41c099de343b: Waiting [2024-08-01T13:09:43.490Z] 3c20671a5817: Waiting [2024-08-01T13:09:43.490Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:43.490Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:43.490Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:43.755Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:43.755Z] 5e0792bd015b: Pushed [2024-08-01T13:09:43.755Z] 41c099de343b: Pushed [2024-08-01T13:09:50.371Z] 99c520c6a98e: Pushed [2024-08-01T13:09:50.371Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:50.736Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:51.082Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-01T13:09:51.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-01T13:09:51.082Z] 5e0792bd015b: Preparing [2024-08-01T13:09:51.082Z] 99c520c6a98e: Preparing [2024-08-01T13:09:51.082Z] 2073808c6f23: Preparing [2024-08-01T13:09:51.082Z] fe039e5d4624: Preparing [2024-08-01T13:09:51.082Z] f2b92d320f8c: Preparing [2024-08-01T13:09:51.082Z] 41c099de343b: Preparing [2024-08-01T13:09:51.082Z] 3c20671a5817: Preparing [2024-08-01T13:09:51.082Z] 3c20671a5817: Waiting [2024-08-01T13:09:51.082Z] 41c099de343b: Waiting [2024-08-01T13:09:51.082Z] 5e0792bd015b: Layer already exists [2024-08-01T13:09:51.082Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:51.082Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:51.082Z] 99c520c6a98e: Layer already exists [2024-08-01T13:09:51.082Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:51.082Z] 41c099de343b: Layer already exists [2024-08-01T13:09:51.082Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:51.351Z] latest: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:51.720Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:52.076Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.44 [2024-08-01T13:09:52.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-01T13:09:52.076Z] 5e0792bd015b: Preparing [2024-08-01T13:09:52.076Z] 99c520c6a98e: Preparing [2024-08-01T13:09:52.076Z] 2073808c6f23: Preparing [2024-08-01T13:09:52.076Z] fe039e5d4624: Preparing [2024-08-01T13:09:52.076Z] f2b92d320f8c: Preparing [2024-08-01T13:09:52.076Z] 41c099de343b: Preparing [2024-08-01T13:09:52.076Z] 3c20671a5817: Preparing [2024-08-01T13:09:52.076Z] 41c099de343b: Waiting [2024-08-01T13:09:52.076Z] 3c20671a5817: Waiting [2024-08-01T13:09:52.076Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:52.076Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:52.076Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:52.076Z] 5e0792bd015b: Layer already exists [2024-08-01T13:09:52.076Z] 99c520c6a98e: Layer already exists [2024-08-01T13:09:52.076Z] 41c099de343b: Layer already exists [2024-08-01T13:09:52.076Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:52.076Z] 3.2.0-dev.44: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:52.693Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:53.045Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:53.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-01T13:09:53.045Z] 5e0792bd015b: Preparing [2024-08-01T13:09:53.045Z] 99c520c6a98e: Preparing [2024-08-01T13:09:53.046Z] 2073808c6f23: Preparing [2024-08-01T13:09:53.046Z] fe039e5d4624: Preparing [2024-08-01T13:09:53.046Z] f2b92d320f8c: Preparing [2024-08-01T13:09:53.046Z] 41c099de343b: Preparing [2024-08-01T13:09:53.046Z] 3c20671a5817: Preparing [2024-08-01T13:09:53.046Z] 41c099de343b: Waiting [2024-08-01T13:09:53.046Z] 3c20671a5817: Waiting [2024-08-01T13:09:53.046Z] 99c520c6a98e: Layer already exists [2024-08-01T13:09:53.046Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:53.046Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:53.046Z] 5e0792bd015b: Layer already exists [2024-08-01T13:09:53.046Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:53.046Z] 41c099de343b: Layer already exists [2024-08-01T13:09:53.046Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:53.046Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:53.400Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:53.754Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-01T13:09:53.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-01T13:09:53.755Z] 5e0792bd015b: Preparing [2024-08-01T13:09:53.755Z] 99c520c6a98e: Preparing [2024-08-01T13:09:53.755Z] 2073808c6f23: Preparing [2024-08-01T13:09:53.755Z] fe039e5d4624: Preparing [2024-08-01T13:09:53.755Z] f2b92d320f8c: Preparing [2024-08-01T13:09:53.755Z] 41c099de343b: Preparing [2024-08-01T13:09:53.755Z] 3c20671a5817: Preparing [2024-08-01T13:09:53.755Z] 41c099de343b: Waiting [2024-08-01T13:09:53.755Z] 2073808c6f23: Layer already exists [2024-08-01T13:09:53.755Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:53.755Z] 99c520c6a98e: Layer already exists [2024-08-01T13:09:53.755Z] 5e0792bd015b: Layer already exists [2024-08-01T13:09:53.755Z] f2b92d320f8c: Layer already exists [2024-08-01T13:09:53.755Z] 41c099de343b: Layer already exists [2024-08-01T13:09:53.755Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:54.020Z] main: digest: sha256:664d57eb664cc4a9f3c3f6b1bb7bc26ee03bf0138efd34587f24c607cf6b8d0b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:09:54.096Z] ===================================================== [Pipeline] echo [2024-08-01T13:09:54.113Z] taggedImages: [2024-08-01T13:09:54.113Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:54.113Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-01T13:09:54.113Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.44 [2024-08-01T13:09:54.113Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:54.113Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-01T13:09:54.147Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-01T13:09:54.147Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:54.147Z] latest [2024-08-01T13:09:54.147Z] 3.2.0-dev.44 [2024-08-01T13:09:54.147Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:09:54.147Z] main [2024-08-01T13:09:54.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:54.522Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:09:54.885Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:09:54.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-01T13:09:54.885Z] 8b702efc40a7: Preparing [2024-08-01T13:09:54.885Z] e88041ea0856: Preparing [2024-08-01T13:09:54.885Z] fe039e5d4624: Preparing [2024-08-01T13:09:54.885Z] 3a422d1d32f1: Preparing [2024-08-01T13:09:54.885Z] 49b19bc77579: Preparing [2024-08-01T13:09:54.885Z] 3c20671a5817: Preparing [2024-08-01T13:09:54.885Z] 3c20671a5817: Waiting [2024-08-01T13:09:54.885Z] fe039e5d4624: Layer already exists [2024-08-01T13:09:55.150Z] 3c20671a5817: Layer already exists [2024-08-01T13:09:55.150Z] 49b19bc77579: Pushed [2024-08-01T13:09:55.150Z] 3a422d1d32f1: Pushed [2024-08-01T13:09:55.150Z] 8b702efc40a7: Pushed [2024-08-01T13:10:01.762Z] e88041ea0856: Pushed [2024-08-01T13:10:01.763Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:02.398Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:03.331Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-01T13:10:03.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-01T13:10:03.331Z] 8b702efc40a7: Preparing [2024-08-01T13:10:03.331Z] e88041ea0856: Preparing [2024-08-01T13:10:03.331Z] fe039e5d4624: Preparing [2024-08-01T13:10:03.331Z] 3a422d1d32f1: Preparing [2024-08-01T13:10:03.331Z] 49b19bc77579: Preparing [2024-08-01T13:10:03.331Z] 3c20671a5817: Preparing [2024-08-01T13:10:03.331Z] 3c20671a5817: Waiting [2024-08-01T13:10:03.331Z] 3a422d1d32f1: Layer already exists [2024-08-01T13:10:03.331Z] 49b19bc77579: Layer already exists [2024-08-01T13:10:03.331Z] 8b702efc40a7: Layer already exists [2024-08-01T13:10:03.331Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:03.331Z] e88041ea0856: Layer already exists [2024-08-01T13:10:03.331Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:03.331Z] latest: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:03.678Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:04.023Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.44 [2024-08-01T13:10:04.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-01T13:10:04.023Z] 8b702efc40a7: Preparing [2024-08-01T13:10:04.023Z] e88041ea0856: Preparing [2024-08-01T13:10:04.023Z] fe039e5d4624: Preparing [2024-08-01T13:10:04.023Z] 3a422d1d32f1: Preparing [2024-08-01T13:10:04.023Z] 49b19bc77579: Preparing [2024-08-01T13:10:04.023Z] 3c20671a5817: Preparing [2024-08-01T13:10:04.023Z] 3c20671a5817: Waiting [2024-08-01T13:10:04.023Z] 8b702efc40a7: Layer already exists [2024-08-01T13:10:04.023Z] 3a422d1d32f1: Layer already exists [2024-08-01T13:10:04.023Z] e88041ea0856: Layer already exists [2024-08-01T13:10:04.023Z] 49b19bc77579: Layer already exists [2024-08-01T13:10:04.023Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:04.023Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:04.023Z] 3.2.0-dev.44: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:04.380Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:04.722Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:04.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-01T13:10:04.722Z] 8b702efc40a7: Preparing [2024-08-01T13:10:04.722Z] e88041ea0856: Preparing [2024-08-01T13:10:04.722Z] fe039e5d4624: Preparing [2024-08-01T13:10:04.722Z] 3a422d1d32f1: Preparing [2024-08-01T13:10:04.722Z] 49b19bc77579: Preparing [2024-08-01T13:10:04.722Z] 3c20671a5817: Preparing [2024-08-01T13:10:04.722Z] 3c20671a5817: Waiting [2024-08-01T13:10:04.722Z] e88041ea0856: Layer already exists [2024-08-01T13:10:04.722Z] 49b19bc77579: Layer already exists [2024-08-01T13:10:04.722Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:04.722Z] 8b702efc40a7: Layer already exists [2024-08-01T13:10:04.723Z] 3a422d1d32f1: Layer already exists [2024-08-01T13:10:04.723Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:04.723Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:05.082Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:05.435Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-01T13:10:05.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-01T13:10:05.435Z] 8b702efc40a7: Preparing [2024-08-01T13:10:05.435Z] e88041ea0856: Preparing [2024-08-01T13:10:05.435Z] fe039e5d4624: Preparing [2024-08-01T13:10:05.435Z] 3a422d1d32f1: Preparing [2024-08-01T13:10:05.435Z] 49b19bc77579: Preparing [2024-08-01T13:10:05.435Z] 3c20671a5817: Preparing [2024-08-01T13:10:05.435Z] 3c20671a5817: Waiting [2024-08-01T13:10:05.435Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:05.435Z] 8b702efc40a7: Layer already exists [2024-08-01T13:10:05.435Z] 49b19bc77579: Layer already exists [2024-08-01T13:10:05.435Z] e88041ea0856: Layer already exists [2024-08-01T13:10:05.435Z] 3a422d1d32f1: Layer already exists [2024-08-01T13:10:05.435Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:05.435Z] main: digest: sha256:807b1cbc49832ff60f135aaa69f04ea6c771ca8bad175f4b61a8132d8b723ab1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:10:05.785Z] ===================================================== [Pipeline] echo [2024-08-01T13:10:05.800Z] taggedImages: [2024-08-01T13:10:05.800Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:05.800Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-01T13:10:05.800Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.44 [2024-08-01T13:10:05.800Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:05.800Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-01T13:10:05.832Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-01T13:10:05.832Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:05.832Z] latest [2024-08-01T13:10:05.832Z] 3.2.0-dev.44 [2024-08-01T13:10:05.832Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:05.832Z] main [2024-08-01T13:10:05.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:06.211Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:06.558Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:06.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-01T13:10:06.559Z] 9f1fbb73c7f9: Preparing [2024-08-01T13:10:06.559Z] d88137c65510: Preparing [2024-08-01T13:10:06.559Z] e35c4270172d: Preparing [2024-08-01T13:10:06.559Z] 2073808c6f23: Preparing [2024-08-01T13:10:06.559Z] fe039e5d4624: Preparing [2024-08-01T13:10:06.559Z] f2b92d320f8c: Preparing [2024-08-01T13:10:06.559Z] 03545c943ccb: Preparing [2024-08-01T13:10:06.559Z] 3c20671a5817: Preparing [2024-08-01T13:10:06.559Z] f2b92d320f8c: Waiting [2024-08-01T13:10:06.559Z] 03545c943ccb: Waiting [2024-08-01T13:10:06.559Z] 3c20671a5817: Waiting [2024-08-01T13:10:06.823Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:06.823Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:06.823Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:06.823Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:06.823Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:06.823Z] d88137c65510: Pushed [2024-08-01T13:10:06.823Z] 9f1fbb73c7f9: Pushed [2024-08-01T13:10:13.458Z] e35c4270172d: Pushed [2024-08-01T13:10:13.458Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:13.821Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:14.175Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-01T13:10:14.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-01T13:10:14.175Z] 9f1fbb73c7f9: Preparing [2024-08-01T13:10:14.175Z] d88137c65510: Preparing [2024-08-01T13:10:14.175Z] e35c4270172d: Preparing [2024-08-01T13:10:14.175Z] 2073808c6f23: Preparing [2024-08-01T13:10:14.175Z] fe039e5d4624: Preparing [2024-08-01T13:10:14.175Z] f2b92d320f8c: Preparing [2024-08-01T13:10:14.175Z] 03545c943ccb: Preparing [2024-08-01T13:10:14.175Z] 3c20671a5817: Preparing [2024-08-01T13:10:14.175Z] f2b92d320f8c: Waiting [2024-08-01T13:10:14.175Z] 03545c943ccb: Waiting [2024-08-01T13:10:14.175Z] 3c20671a5817: Waiting [2024-08-01T13:10:14.175Z] d88137c65510: Layer already exists [2024-08-01T13:10:14.175Z] 9f1fbb73c7f9: Layer already exists [2024-08-01T13:10:14.175Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:14.175Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:14.175Z] e35c4270172d: Layer already exists [2024-08-01T13:10:14.175Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:14.175Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:14.175Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:14.440Z] latest: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:14.789Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:15.134Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.44 [2024-08-01T13:10:15.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-01T13:10:15.134Z] 9f1fbb73c7f9: Preparing [2024-08-01T13:10:15.134Z] d88137c65510: Preparing [2024-08-01T13:10:15.134Z] e35c4270172d: Preparing [2024-08-01T13:10:15.134Z] 2073808c6f23: Preparing [2024-08-01T13:10:15.134Z] fe039e5d4624: Preparing [2024-08-01T13:10:15.134Z] f2b92d320f8c: Preparing [2024-08-01T13:10:15.134Z] 03545c943ccb: Preparing [2024-08-01T13:10:15.134Z] 3c20671a5817: Preparing [2024-08-01T13:10:15.134Z] 03545c943ccb: Waiting [2024-08-01T13:10:15.134Z] 3c20671a5817: Waiting [2024-08-01T13:10:15.134Z] f2b92d320f8c: Waiting [2024-08-01T13:10:15.134Z] d88137c65510: Layer already exists [2024-08-01T13:10:15.134Z] e35c4270172d: Layer already exists [2024-08-01T13:10:15.134Z] 9f1fbb73c7f9: Layer already exists [2024-08-01T13:10:15.134Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:15.134Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:15.134Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:15.134Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:15.134Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:15.396Z] 3.2.0-dev.44: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:15.743Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:16.099Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:16.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-01T13:10:16.099Z] 9f1fbb73c7f9: Preparing [2024-08-01T13:10:16.099Z] d88137c65510: Preparing [2024-08-01T13:10:16.099Z] e35c4270172d: Preparing [2024-08-01T13:10:16.099Z] 2073808c6f23: Preparing [2024-08-01T13:10:16.099Z] fe039e5d4624: Preparing [2024-08-01T13:10:16.099Z] f2b92d320f8c: Preparing [2024-08-01T13:10:16.099Z] 03545c943ccb: Preparing [2024-08-01T13:10:16.099Z] 3c20671a5817: Preparing [2024-08-01T13:10:16.099Z] f2b92d320f8c: Waiting [2024-08-01T13:10:16.099Z] 03545c943ccb: Waiting [2024-08-01T13:10:16.099Z] 3c20671a5817: Waiting [2024-08-01T13:10:16.099Z] d88137c65510: Layer already exists [2024-08-01T13:10:16.099Z] 9f1fbb73c7f9: Layer already exists [2024-08-01T13:10:16.099Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:16.099Z] e35c4270172d: Layer already exists [2024-08-01T13:10:16.099Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:16.099Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:16.099Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:16.099Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:16.362Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:16.754Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:17.120Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-01T13:10:17.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-01T13:10:17.121Z] 9f1fbb73c7f9: Preparing [2024-08-01T13:10:17.121Z] d88137c65510: Preparing [2024-08-01T13:10:17.121Z] e35c4270172d: Preparing [2024-08-01T13:10:17.121Z] 2073808c6f23: Preparing [2024-08-01T13:10:17.121Z] fe039e5d4624: Preparing [2024-08-01T13:10:17.121Z] f2b92d320f8c: Preparing [2024-08-01T13:10:17.121Z] 03545c943ccb: Preparing [2024-08-01T13:10:17.121Z] 3c20671a5817: Preparing [2024-08-01T13:10:17.121Z] 03545c943ccb: Waiting [2024-08-01T13:10:17.121Z] 3c20671a5817: Waiting [2024-08-01T13:10:17.121Z] f2b92d320f8c: Waiting [2024-08-01T13:10:17.121Z] e35c4270172d: Layer already exists [2024-08-01T13:10:17.121Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:17.121Z] d88137c65510: Layer already exists [2024-08-01T13:10:17.121Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:17.121Z] 9f1fbb73c7f9: Layer already exists [2024-08-01T13:10:17.121Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:17.121Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:17.121Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:17.121Z] main: digest: sha256:5eac87c306e272e991c025d74afe4590ef2e5b4553b320546719a04631f69345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:10:17.473Z] ===================================================== [Pipeline] echo [2024-08-01T13:10:17.491Z] taggedImages: [2024-08-01T13:10:17.491Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:17.491Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-01T13:10:17.491Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.44 [2024-08-01T13:10:17.491Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:17.491Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-01T13:10:17.526Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-01T13:10:17.526Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:17.526Z] latest [2024-08-01T13:10:17.526Z] 3.2.0-dev.44 [2024-08-01T13:10:17.526Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:17.526Z] main [2024-08-01T13:10:17.526Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:17.909Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:18.262Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:18.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-01T13:10:18.262Z] b07463b142cf: Preparing [2024-08-01T13:10:18.262Z] 6be258fe8061: Preparing [2024-08-01T13:10:18.262Z] c91178b4aab9: Preparing [2024-08-01T13:10:18.262Z] 214de31d11f7: Preparing [2024-08-01T13:10:18.262Z] 830a2377bf84: Preparing [2024-08-01T13:10:18.262Z] 57536751381a: Preparing [2024-08-01T13:10:18.262Z] b01ba9b93c60: Preparing [2024-08-01T13:10:18.262Z] 3a5d7ec649c7: Preparing [2024-08-01T13:10:18.262Z] 2073808c6f23: Preparing [2024-08-01T13:10:18.262Z] fe039e5d4624: Preparing [2024-08-01T13:10:18.262Z] 5e19f0241852: Preparing [2024-08-01T13:10:18.262Z] 8f6b95d3a09c: Preparing [2024-08-01T13:10:18.262Z] 5f70bf18a086: Preparing [2024-08-01T13:10:18.262Z] 490ca27622b0: Preparing [2024-08-01T13:10:18.262Z] f46eaa2ccd10: Preparing [2024-08-01T13:10:18.262Z] 1a57f1ad6b6c: Preparing [2024-08-01T13:10:18.262Z] 3c20671a5817: Preparing [2024-08-01T13:10:18.262Z] b01ba9b93c60: Waiting [2024-08-01T13:10:18.262Z] 3a5d7ec649c7: Waiting [2024-08-01T13:10:18.262Z] 2073808c6f23: Waiting [2024-08-01T13:10:18.262Z] fe039e5d4624: Waiting [2024-08-01T13:10:18.262Z] 5e19f0241852: Waiting [2024-08-01T13:10:18.262Z] 8f6b95d3a09c: Waiting [2024-08-01T13:10:18.262Z] 490ca27622b0: Waiting [2024-08-01T13:10:18.262Z] f46eaa2ccd10: Waiting [2024-08-01T13:10:18.262Z] 1a57f1ad6b6c: Waiting [2024-08-01T13:10:18.262Z] 3c20671a5817: Waiting [2024-08-01T13:10:18.262Z] 57536751381a: Waiting [2024-08-01T13:10:18.262Z] 5f70bf18a086: Waiting [2024-08-01T13:10:18.537Z] c91178b4aab9: Pushed [2024-08-01T13:10:18.537Z] 214de31d11f7: Pushed [2024-08-01T13:10:18.537Z] 830a2377bf84: Pushed [2024-08-01T13:10:18.537Z] 6be258fe8061: Pushed [2024-08-01T13:10:18.537Z] b07463b142cf: Pushed [2024-08-01T13:10:18.537Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:18.537Z] 57536751381a: Pushed [2024-08-01T13:10:18.537Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:18.537Z] b01ba9b93c60: Pushed [2024-08-01T13:10:18.807Z] 5f70bf18a086: Layer already exists [2024-08-01T13:10:18.807Z] 5e19f0241852: Pushed [2024-08-01T13:10:18.807Z] 8f6b95d3a09c: Pushed [2024-08-01T13:10:18.807Z] 490ca27622b0: Pushed [2024-08-01T13:10:18.807Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:18.807Z] f46eaa2ccd10: Pushed [2024-08-01T13:10:18.807Z] 1a57f1ad6b6c: Pushed [2024-08-01T13:10:21.375Z] 3a5d7ec649c7: Pushed [2024-08-01T13:10:21.375Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:22.006Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:22.352Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-01T13:10:22.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-01T13:10:22.352Z] b07463b142cf: Preparing [2024-08-01T13:10:22.352Z] 6be258fe8061: Preparing [2024-08-01T13:10:22.352Z] c91178b4aab9: Preparing [2024-08-01T13:10:22.352Z] 214de31d11f7: Preparing [2024-08-01T13:10:22.352Z] 830a2377bf84: Preparing [2024-08-01T13:10:22.352Z] 57536751381a: Preparing [2024-08-01T13:10:22.352Z] b01ba9b93c60: Preparing [2024-08-01T13:10:22.352Z] 3a5d7ec649c7: Preparing [2024-08-01T13:10:22.352Z] 2073808c6f23: Preparing [2024-08-01T13:10:22.352Z] fe039e5d4624: Preparing [2024-08-01T13:10:22.352Z] 5e19f0241852: Preparing [2024-08-01T13:10:22.352Z] 8f6b95d3a09c: Preparing [2024-08-01T13:10:22.352Z] 5f70bf18a086: Preparing [2024-08-01T13:10:22.352Z] 490ca27622b0: Preparing [2024-08-01T13:10:22.352Z] f46eaa2ccd10: Preparing [2024-08-01T13:10:22.352Z] 1a57f1ad6b6c: Preparing [2024-08-01T13:10:22.352Z] 3c20671a5817: Preparing [2024-08-01T13:10:22.352Z] fe039e5d4624: Waiting [2024-08-01T13:10:22.352Z] 5e19f0241852: Waiting [2024-08-01T13:10:22.352Z] 8f6b95d3a09c: Waiting [2024-08-01T13:10:22.352Z] 5f70bf18a086: Waiting [2024-08-01T13:10:22.352Z] 490ca27622b0: Waiting [2024-08-01T13:10:22.352Z] f46eaa2ccd10: Waiting [2024-08-01T13:10:22.352Z] 1a57f1ad6b6c: Waiting [2024-08-01T13:10:22.352Z] 3c20671a5817: Waiting [2024-08-01T13:10:22.352Z] 57536751381a: Waiting [2024-08-01T13:10:22.352Z] b01ba9b93c60: Waiting [2024-08-01T13:10:22.352Z] 3a5d7ec649c7: Waiting [2024-08-01T13:10:22.352Z] 2073808c6f23: Waiting [2024-08-01T13:10:22.352Z] c91178b4aab9: Layer already exists [2024-08-01T13:10:22.352Z] 6be258fe8061: Layer already exists [2024-08-01T13:10:22.352Z] 214de31d11f7: Layer already exists [2024-08-01T13:10:22.352Z] 830a2377bf84: Layer already exists [2024-08-01T13:10:22.352Z] b07463b142cf: Layer already exists [2024-08-01T13:10:22.352Z] 3a5d7ec649c7: Layer already exists [2024-08-01T13:10:22.352Z] b01ba9b93c60: Layer already exists [2024-08-01T13:10:22.352Z] 57536751381a: Layer already exists [2024-08-01T13:10:22.352Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:22.352Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:22.352Z] 8f6b95d3a09c: Layer already exists [2024-08-01T13:10:22.352Z] 5f70bf18a086: Layer already exists [2024-08-01T13:10:22.352Z] 490ca27622b0: Layer already exists [2024-08-01T13:10:22.352Z] 5e19f0241852: Layer already exists [2024-08-01T13:10:22.352Z] f46eaa2ccd10: Layer already exists [2024-08-01T13:10:22.352Z] 1a57f1ad6b6c: Layer already exists [2024-08-01T13:10:22.352Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:22.618Z] latest: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:22.971Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:23.321Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.44 [2024-08-01T13:10:23.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-01T13:10:23.321Z] b07463b142cf: Preparing [2024-08-01T13:10:23.321Z] 6be258fe8061: Preparing [2024-08-01T13:10:23.321Z] c91178b4aab9: Preparing [2024-08-01T13:10:23.321Z] 214de31d11f7: Preparing [2024-08-01T13:10:23.321Z] 830a2377bf84: Preparing [2024-08-01T13:10:23.321Z] 57536751381a: Preparing [2024-08-01T13:10:23.321Z] b01ba9b93c60: Preparing [2024-08-01T13:10:23.321Z] 57536751381a: Waiting [2024-08-01T13:10:23.321Z] 3a5d7ec649c7: Preparing [2024-08-01T13:10:23.321Z] 2073808c6f23: Preparing [2024-08-01T13:10:23.321Z] fe039e5d4624: Preparing [2024-08-01T13:10:23.321Z] 5e19f0241852: Preparing [2024-08-01T13:10:23.321Z] 8f6b95d3a09c: Preparing [2024-08-01T13:10:23.321Z] 5f70bf18a086: Preparing [2024-08-01T13:10:23.321Z] 490ca27622b0: Preparing [2024-08-01T13:10:23.321Z] f46eaa2ccd10: Preparing [2024-08-01T13:10:23.321Z] 1a57f1ad6b6c: Preparing [2024-08-01T13:10:23.321Z] 3c20671a5817: Preparing [2024-08-01T13:10:23.321Z] b01ba9b93c60: Waiting [2024-08-01T13:10:23.321Z] 3a5d7ec649c7: Waiting [2024-08-01T13:10:23.321Z] 2073808c6f23: Waiting [2024-08-01T13:10:23.321Z] fe039e5d4624: Waiting [2024-08-01T13:10:23.321Z] 5e19f0241852: Waiting [2024-08-01T13:10:23.321Z] 8f6b95d3a09c: Waiting [2024-08-01T13:10:23.321Z] 5f70bf18a086: Waiting [2024-08-01T13:10:23.321Z] 490ca27622b0: Waiting [2024-08-01T13:10:23.321Z] f46eaa2ccd10: Waiting [2024-08-01T13:10:23.321Z] 1a57f1ad6b6c: Waiting [2024-08-01T13:10:23.321Z] 3c20671a5817: Waiting [2024-08-01T13:10:23.321Z] c91178b4aab9: Layer already exists [2024-08-01T13:10:23.321Z] 6be258fe8061: Layer already exists [2024-08-01T13:10:23.321Z] 830a2377bf84: Layer already exists [2024-08-01T13:10:23.321Z] 214de31d11f7: Layer already exists [2024-08-01T13:10:23.321Z] b07463b142cf: Layer already exists [2024-08-01T13:10:23.321Z] b01ba9b93c60: Layer already exists [2024-08-01T13:10:23.321Z] 57536751381a: Layer already exists [2024-08-01T13:10:23.321Z] 3a5d7ec649c7: Layer already exists [2024-08-01T13:10:23.321Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:23.321Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:23.321Z] 8f6b95d3a09c: Layer already exists [2024-08-01T13:10:23.321Z] 5e19f0241852: Layer already exists [2024-08-01T13:10:23.321Z] 5f70bf18a086: Layer already exists [2024-08-01T13:10:23.321Z] f46eaa2ccd10: Layer already exists [2024-08-01T13:10:23.321Z] 490ca27622b0: Layer already exists [2024-08-01T13:10:23.321Z] 1a57f1ad6b6c: Layer already exists [2024-08-01T13:10:23.321Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:23.587Z] 3.2.0-dev.44: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:23.948Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:24.298Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:24.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-01T13:10:24.298Z] b07463b142cf: Preparing [2024-08-01T13:10:24.298Z] 6be258fe8061: Preparing [2024-08-01T13:10:24.298Z] c91178b4aab9: Preparing [2024-08-01T13:10:24.298Z] 214de31d11f7: Preparing [2024-08-01T13:10:24.298Z] 830a2377bf84: Preparing [2024-08-01T13:10:24.298Z] 57536751381a: Preparing [2024-08-01T13:10:24.298Z] b01ba9b93c60: Preparing [2024-08-01T13:10:24.298Z] 3a5d7ec649c7: Preparing [2024-08-01T13:10:24.298Z] 2073808c6f23: Preparing [2024-08-01T13:10:24.298Z] fe039e5d4624: Preparing [2024-08-01T13:10:24.298Z] 5e19f0241852: Preparing [2024-08-01T13:10:24.298Z] 8f6b95d3a09c: Preparing [2024-08-01T13:10:24.298Z] 5f70bf18a086: Preparing [2024-08-01T13:10:24.298Z] 490ca27622b0: Preparing [2024-08-01T13:10:24.298Z] f46eaa2ccd10: Preparing [2024-08-01T13:10:24.298Z] 1a57f1ad6b6c: Preparing [2024-08-01T13:10:24.298Z] 3c20671a5817: Preparing [2024-08-01T13:10:24.298Z] 57536751381a: Waiting [2024-08-01T13:10:24.298Z] 3a5d7ec649c7: Waiting [2024-08-01T13:10:24.298Z] 2073808c6f23: Waiting [2024-08-01T13:10:24.298Z] fe039e5d4624: Waiting [2024-08-01T13:10:24.298Z] 5e19f0241852: Waiting [2024-08-01T13:10:24.298Z] b01ba9b93c60: Waiting [2024-08-01T13:10:24.298Z] 8f6b95d3a09c: Waiting [2024-08-01T13:10:24.298Z] f46eaa2ccd10: Waiting [2024-08-01T13:10:24.298Z] 490ca27622b0: Waiting [2024-08-01T13:10:24.298Z] 1a57f1ad6b6c: Waiting [2024-08-01T13:10:24.298Z] 5f70bf18a086: Waiting [2024-08-01T13:10:24.298Z] 3c20671a5817: Waiting [2024-08-01T13:10:24.298Z] b07463b142cf: Layer already exists [2024-08-01T13:10:24.298Z] 214de31d11f7: Layer already exists [2024-08-01T13:10:24.298Z] 830a2377bf84: Layer already exists [2024-08-01T13:10:24.298Z] 6be258fe8061: Layer already exists [2024-08-01T13:10:24.298Z] c91178b4aab9: Layer already exists [2024-08-01T13:10:24.298Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:24.298Z] 3a5d7ec649c7: Layer already exists [2024-08-01T13:10:24.298Z] b01ba9b93c60: Layer already exists [2024-08-01T13:10:24.298Z] 57536751381a: Layer already exists [2024-08-01T13:10:24.298Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:24.298Z] 5f70bf18a086: Layer already exists [2024-08-01T13:10:24.298Z] f46eaa2ccd10: Layer already exists [2024-08-01T13:10:24.298Z] 5e19f0241852: Layer already exists [2024-08-01T13:10:24.298Z] 8f6b95d3a09c: Layer already exists [2024-08-01T13:10:24.298Z] 490ca27622b0: Layer already exists [2024-08-01T13:10:24.298Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:24.298Z] 1a57f1ad6b6c: Layer already exists [2024-08-01T13:10:24.562Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:24.903Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:25.245Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-01T13:10:25.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-01T13:10:25.245Z] b07463b142cf: Preparing [2024-08-01T13:10:25.245Z] 6be258fe8061: Preparing [2024-08-01T13:10:25.245Z] c91178b4aab9: Preparing [2024-08-01T13:10:25.245Z] 214de31d11f7: Preparing [2024-08-01T13:10:25.245Z] 830a2377bf84: Preparing [2024-08-01T13:10:25.245Z] 57536751381a: Preparing [2024-08-01T13:10:25.245Z] b01ba9b93c60: Preparing [2024-08-01T13:10:25.245Z] 3a5d7ec649c7: Preparing [2024-08-01T13:10:25.245Z] 2073808c6f23: Preparing [2024-08-01T13:10:25.245Z] fe039e5d4624: Preparing [2024-08-01T13:10:25.245Z] 5e19f0241852: Preparing [2024-08-01T13:10:25.245Z] 8f6b95d3a09c: Preparing [2024-08-01T13:10:25.245Z] 5f70bf18a086: Preparing [2024-08-01T13:10:25.245Z] 490ca27622b0: Preparing [2024-08-01T13:10:25.245Z] f46eaa2ccd10: Preparing [2024-08-01T13:10:25.245Z] 1a57f1ad6b6c: Preparing [2024-08-01T13:10:25.245Z] 3c20671a5817: Preparing [2024-08-01T13:10:25.245Z] 57536751381a: Waiting [2024-08-01T13:10:25.245Z] b01ba9b93c60: Waiting [2024-08-01T13:10:25.245Z] 3a5d7ec649c7: Waiting [2024-08-01T13:10:25.245Z] 2073808c6f23: Waiting [2024-08-01T13:10:25.245Z] fe039e5d4624: Waiting [2024-08-01T13:10:25.245Z] 5e19f0241852: Waiting [2024-08-01T13:10:25.245Z] 8f6b95d3a09c: Waiting [2024-08-01T13:10:25.245Z] 1a57f1ad6b6c: Waiting [2024-08-01T13:10:25.245Z] 5f70bf18a086: Waiting [2024-08-01T13:10:25.245Z] 3c20671a5817: Waiting [2024-08-01T13:10:25.245Z] f46eaa2ccd10: Waiting [2024-08-01T13:10:25.245Z] 490ca27622b0: Waiting [2024-08-01T13:10:25.245Z] b07463b142cf: Layer already exists [2024-08-01T13:10:25.245Z] 830a2377bf84: Layer already exists [2024-08-01T13:10:25.245Z] 214de31d11f7: Layer already exists [2024-08-01T13:10:25.245Z] c91178b4aab9: Layer already exists [2024-08-01T13:10:25.245Z] 6be258fe8061: Layer already exists [2024-08-01T13:10:25.245Z] 57536751381a: Layer already exists [2024-08-01T13:10:25.245Z] 3a5d7ec649c7: Layer already exists [2024-08-01T13:10:25.245Z] b01ba9b93c60: Layer already exists [2024-08-01T13:10:25.245Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:25.245Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:25.245Z] 8f6b95d3a09c: Layer already exists [2024-08-01T13:10:25.245Z] 5e19f0241852: Layer already exists [2024-08-01T13:10:25.245Z] 5f70bf18a086: Layer already exists [2024-08-01T13:10:25.245Z] 490ca27622b0: Layer already exists [2024-08-01T13:10:25.245Z] f46eaa2ccd10: Layer already exists [2024-08-01T13:10:25.245Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:25.245Z] 1a57f1ad6b6c: Layer already exists [2024-08-01T13:10:25.509Z] main: digest: sha256:35034460f3fdbab5e9b0b76121527aa12335b49d0804c9c8e25bb133ed8e8dec size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:10:25.600Z] ===================================================== [Pipeline] echo [2024-08-01T13:10:25.612Z] taggedImages: [2024-08-01T13:10:25.612Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:25.612Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-01T13:10:25.612Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.44 [2024-08-01T13:10:25.612Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:25.612Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-01T13:10:25.634Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-01T13:10:25.634Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:25.634Z] latest [2024-08-01T13:10:25.634Z] 3.2.0-dev.44 [2024-08-01T13:10:25.634Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:25.634Z] main [2024-08-01T13:10:25.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:25.995Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:26.353Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:26.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-01T13:10:26.353Z] ae958b9c30ea: Preparing [2024-08-01T13:10:26.353Z] de9b1c8932af: Preparing [2024-08-01T13:10:26.353Z] a7c75a629f06: Preparing [2024-08-01T13:10:26.353Z] 2fca512be38a: Preparing [2024-08-01T13:10:26.353Z] 2073808c6f23: Preparing [2024-08-01T13:10:26.353Z] fe039e5d4624: Preparing [2024-08-01T13:10:26.353Z] f2b92d320f8c: Preparing [2024-08-01T13:10:26.353Z] 03545c943ccb: Preparing [2024-08-01T13:10:26.353Z] 3c20671a5817: Preparing [2024-08-01T13:10:26.353Z] fe039e5d4624: Waiting [2024-08-01T13:10:26.353Z] 03545c943ccb: Waiting [2024-08-01T13:10:26.353Z] 3c20671a5817: Waiting [2024-08-01T13:10:26.353Z] f2b92d320f8c: Waiting [2024-08-01T13:10:26.353Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:26.616Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:26.616Z] de9b1c8932af: Pushed [2024-08-01T13:10:26.616Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:26.616Z] a7c75a629f06: Pushed [2024-08-01T13:10:26.616Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:26.616Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:26.616Z] ae958b9c30ea: Pushed [2024-08-01T13:10:31.923Z] 2fca512be38a: Pushed [2024-08-01T13:10:31.923Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:32.273Z] + 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-08-01T13:10:32.625Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-01T13:10:32.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-01T13:10:32.625Z] ae958b9c30ea: Preparing [2024-08-01T13:10:32.625Z] de9b1c8932af: Preparing [2024-08-01T13:10:32.625Z] a7c75a629f06: Preparing [2024-08-01T13:10:32.625Z] 2fca512be38a: Preparing [2024-08-01T13:10:32.625Z] 2073808c6f23: Preparing [2024-08-01T13:10:32.625Z] fe039e5d4624: Preparing [2024-08-01T13:10:32.625Z] f2b92d320f8c: Preparing [2024-08-01T13:10:32.625Z] 03545c943ccb: Preparing [2024-08-01T13:10:32.625Z] fe039e5d4624: Waiting [2024-08-01T13:10:32.625Z] 3c20671a5817: Preparing [2024-08-01T13:10:32.625Z] f2b92d320f8c: Waiting [2024-08-01T13:10:32.625Z] 03545c943ccb: Waiting [2024-08-01T13:10:32.625Z] a7c75a629f06: Layer already exists [2024-08-01T13:10:32.625Z] de9b1c8932af: Layer already exists [2024-08-01T13:10:32.625Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:32.625Z] 2fca512be38a: Layer already exists [2024-08-01T13:10:32.625Z] ae958b9c30ea: Layer already exists [2024-08-01T13:10:32.625Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:32.625Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:32.625Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:32.625Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:32.890Z] latest: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:33.237Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:33.587Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.44 [2024-08-01T13:10:33.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-01T13:10:33.587Z] ae958b9c30ea: Preparing [2024-08-01T13:10:33.587Z] de9b1c8932af: Preparing [2024-08-01T13:10:33.587Z] a7c75a629f06: Preparing [2024-08-01T13:10:33.587Z] 2fca512be38a: Preparing [2024-08-01T13:10:33.587Z] 2073808c6f23: Preparing [2024-08-01T13:10:33.587Z] fe039e5d4624: Preparing [2024-08-01T13:10:33.587Z] f2b92d320f8c: Preparing [2024-08-01T13:10:33.587Z] 03545c943ccb: Preparing [2024-08-01T13:10:33.587Z] 3c20671a5817: Preparing [2024-08-01T13:10:33.587Z] f2b92d320f8c: Waiting [2024-08-01T13:10:33.587Z] 03545c943ccb: Waiting [2024-08-01T13:10:33.587Z] fe039e5d4624: Waiting [2024-08-01T13:10:33.587Z] 3c20671a5817: Waiting [2024-08-01T13:10:33.587Z] de9b1c8932af: Layer already exists [2024-08-01T13:10:33.587Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:33.587Z] a7c75a629f06: Layer already exists [2024-08-01T13:10:33.587Z] 2fca512be38a: Layer already exists [2024-08-01T13:10:33.587Z] ae958b9c30ea: Layer already exists [2024-08-01T13:10:33.587Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:33.587Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:33.587Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:33.587Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:33.851Z] 3.2.0-dev.44: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:34.215Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:34.558Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:34.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-01T13:10:34.558Z] ae958b9c30ea: Preparing [2024-08-01T13:10:34.558Z] de9b1c8932af: Preparing [2024-08-01T13:10:34.558Z] a7c75a629f06: Preparing [2024-08-01T13:10:34.558Z] 2fca512be38a: Preparing [2024-08-01T13:10:34.558Z] 2073808c6f23: Preparing [2024-08-01T13:10:34.558Z] fe039e5d4624: Preparing [2024-08-01T13:10:34.558Z] f2b92d320f8c: Preparing [2024-08-01T13:10:34.558Z] 03545c943ccb: Preparing [2024-08-01T13:10:34.558Z] 3c20671a5817: Preparing [2024-08-01T13:10:34.558Z] fe039e5d4624: Waiting [2024-08-01T13:10:34.558Z] f2b92d320f8c: Waiting [2024-08-01T13:10:34.558Z] 03545c943ccb: Waiting [2024-08-01T13:10:34.558Z] 3c20671a5817: Waiting [2024-08-01T13:10:34.558Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:34.558Z] ae958b9c30ea: Layer already exists [2024-08-01T13:10:34.558Z] a7c75a629f06: Layer already exists [2024-08-01T13:10:34.558Z] 2fca512be38a: Layer already exists [2024-08-01T13:10:34.558Z] de9b1c8932af: Layer already exists [2024-08-01T13:10:34.558Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:34.558Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:34.558Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:34.558Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:34.822Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:35.165Z] + 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-08-01T13:10:35.784Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-01T13:10:35.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-01T13:10:35.784Z] ae958b9c30ea: Preparing [2024-08-01T13:10:35.784Z] de9b1c8932af: Preparing [2024-08-01T13:10:35.784Z] a7c75a629f06: Preparing [2024-08-01T13:10:35.784Z] 2fca512be38a: Preparing [2024-08-01T13:10:35.784Z] 2073808c6f23: Preparing [2024-08-01T13:10:35.784Z] fe039e5d4624: Preparing [2024-08-01T13:10:35.784Z] f2b92d320f8c: Preparing [2024-08-01T13:10:35.784Z] 03545c943ccb: Preparing [2024-08-01T13:10:35.784Z] 3c20671a5817: Preparing [2024-08-01T13:10:35.784Z] fe039e5d4624: Waiting [2024-08-01T13:10:35.784Z] f2b92d320f8c: Waiting [2024-08-01T13:10:35.784Z] 03545c943ccb: Waiting [2024-08-01T13:10:35.784Z] 3c20671a5817: Waiting [2024-08-01T13:10:35.784Z] ae958b9c30ea: Layer already exists [2024-08-01T13:10:35.784Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:35.784Z] a7c75a629f06: Layer already exists [2024-08-01T13:10:35.784Z] de9b1c8932af: Layer already exists [2024-08-01T13:10:35.784Z] 2fca512be38a: Layer already exists [2024-08-01T13:10:35.784Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:35.784Z] 03545c943ccb: Layer already exists [2024-08-01T13:10:35.784Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:35.784Z] f2b92d320f8c: Layer already exists [2024-08-01T13:10:36.047Z] main: digest: sha256:19e1872773feabceb454fab5688d30435ad2789a972e604a8035ea4c8ce2442f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:10:36.136Z] ===================================================== [Pipeline] echo [2024-08-01T13:10:36.154Z] taggedImages: [2024-08-01T13:10:36.154Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:36.154Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-01T13:10:36.154Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.44 [2024-08-01T13:10:36.154Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:36.154Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-01T13:10:36.271Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-01T13:10:36.271Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:36.271Z] latest [2024-08-01T13:10:36.271Z] 3.2.0-dev.44 [2024-08-01T13:10:36.271Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:36.271Z] main [2024-08-01T13:10:36.271Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:36.642Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:36.991Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:36.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-01T13:10:36.991Z] 46c195dff3e0: Preparing [2024-08-01T13:10:36.991Z] 4e89f089a0b0: Preparing [2024-08-01T13:10:36.991Z] 142cac38370a: Preparing [2024-08-01T13:10:36.991Z] 92f260361531: Preparing [2024-08-01T13:10:36.991Z] 3460de58351f: Preparing [2024-08-01T13:10:36.991Z] 2073808c6f23: Preparing [2024-08-01T13:10:36.991Z] fe039e5d4624: Preparing [2024-08-01T13:10:36.991Z] 2d9fc2961192: Preparing [2024-08-01T13:10:36.991Z] a3fc0b1a2008: Preparing [2024-08-01T13:10:36.991Z] fdf20f985032: Preparing [2024-08-01T13:10:36.991Z] 3c20671a5817: Preparing [2024-08-01T13:10:36.991Z] 2d9fc2961192: Waiting [2024-08-01T13:10:36.991Z] a3fc0b1a2008: Waiting [2024-08-01T13:10:36.991Z] 2073808c6f23: Waiting [2024-08-01T13:10:36.991Z] fe039e5d4624: Waiting [2024-08-01T13:10:36.991Z] fdf20f985032: Waiting [2024-08-01T13:10:36.991Z] 3c20671a5817: Waiting [2024-08-01T13:10:37.255Z] 4e89f089a0b0: Pushed [2024-08-01T13:10:37.255Z] 3460de58351f: Pushed [2024-08-01T13:10:37.255Z] 92f260361531: Pushed [2024-08-01T13:10:37.255Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:37.255Z] 46c195dff3e0: Pushed [2024-08-01T13:10:37.255Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:37.255Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:37.255Z] 2d9fc2961192: Pushed [2024-08-01T13:10:37.255Z] a3fc0b1a2008: Pushed [2024-08-01T13:10:39.190Z] 142cac38370a: Pushed [2024-08-01T13:10:39.768Z] fdf20f985032: Pushed [2024-08-01T13:10:40.033Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:40.378Z] + 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-08-01T13:10:40.719Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-01T13:10:40.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-01T13:10:40.719Z] 46c195dff3e0: Preparing [2024-08-01T13:10:40.719Z] 4e89f089a0b0: Preparing [2024-08-01T13:10:40.719Z] 142cac38370a: Preparing [2024-08-01T13:10:40.719Z] 92f260361531: Preparing [2024-08-01T13:10:40.719Z] 3460de58351f: Preparing [2024-08-01T13:10:40.719Z] 2073808c6f23: Preparing [2024-08-01T13:10:40.719Z] fe039e5d4624: Preparing [2024-08-01T13:10:40.719Z] 2d9fc2961192: Preparing [2024-08-01T13:10:40.719Z] a3fc0b1a2008: Preparing [2024-08-01T13:10:40.719Z] fdf20f985032: Preparing [2024-08-01T13:10:40.719Z] 3c20671a5817: Preparing [2024-08-01T13:10:40.719Z] fe039e5d4624: Waiting [2024-08-01T13:10:40.719Z] 2d9fc2961192: Waiting [2024-08-01T13:10:40.719Z] a3fc0b1a2008: Waiting [2024-08-01T13:10:40.719Z] fdf20f985032: Waiting [2024-08-01T13:10:40.719Z] 3c20671a5817: Waiting [2024-08-01T13:10:40.719Z] 2073808c6f23: Waiting [2024-08-01T13:10:40.719Z] 142cac38370a: Layer already exists [2024-08-01T13:10:40.719Z] 46c195dff3e0: Layer already exists [2024-08-01T13:10:40.719Z] 3460de58351f: Layer already exists [2024-08-01T13:10:40.719Z] 4e89f089a0b0: Layer already exists [2024-08-01T13:10:40.719Z] 92f260361531: Layer already exists [2024-08-01T13:10:40.719Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:40.719Z] fdf20f985032: Layer already exists [2024-08-01T13:10:40.719Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:40.719Z] a3fc0b1a2008: Layer already exists [2024-08-01T13:10:40.719Z] 2d9fc2961192: Layer already exists [2024-08-01T13:10:40.719Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:40.987Z] latest: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:41.346Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:41.683Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.44 [2024-08-01T13:10:41.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-01T13:10:41.683Z] 46c195dff3e0: Preparing [2024-08-01T13:10:41.683Z] 4e89f089a0b0: Preparing [2024-08-01T13:10:41.683Z] 142cac38370a: Preparing [2024-08-01T13:10:41.683Z] 92f260361531: Preparing [2024-08-01T13:10:41.683Z] 3460de58351f: Preparing [2024-08-01T13:10:41.683Z] 2073808c6f23: Preparing [2024-08-01T13:10:41.683Z] fe039e5d4624: Preparing [2024-08-01T13:10:41.683Z] 2d9fc2961192: Preparing [2024-08-01T13:10:41.683Z] a3fc0b1a2008: Preparing [2024-08-01T13:10:41.683Z] fdf20f985032: Preparing [2024-08-01T13:10:41.683Z] 3c20671a5817: Preparing [2024-08-01T13:10:41.683Z] 2073808c6f23: Waiting [2024-08-01T13:10:41.683Z] a3fc0b1a2008: Waiting [2024-08-01T13:10:41.683Z] 2d9fc2961192: Waiting [2024-08-01T13:10:41.683Z] fdf20f985032: Waiting [2024-08-01T13:10:41.683Z] fe039e5d4624: Waiting [2024-08-01T13:10:41.683Z] 142cac38370a: Layer already exists [2024-08-01T13:10:41.683Z] 4e89f089a0b0: Layer already exists [2024-08-01T13:10:41.683Z] 3460de58351f: Layer already exists [2024-08-01T13:10:41.683Z] 46c195dff3e0: Layer already exists [2024-08-01T13:10:41.683Z] 92f260361531: Layer already exists [2024-08-01T13:10:41.683Z] a3fc0b1a2008: Layer already exists [2024-08-01T13:10:41.683Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:41.683Z] 2d9fc2961192: Layer already exists [2024-08-01T13:10:41.683Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:41.683Z] fdf20f985032: Layer already exists [2024-08-01T13:10:41.683Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:41.947Z] 3.2.0-dev.44: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:42.310Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:42.673Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:42.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-01T13:10:42.673Z] 46c195dff3e0: Preparing [2024-08-01T13:10:42.673Z] 4e89f089a0b0: Preparing [2024-08-01T13:10:42.673Z] 142cac38370a: Preparing [2024-08-01T13:10:42.673Z] 92f260361531: Preparing [2024-08-01T13:10:42.673Z] 3460de58351f: Preparing [2024-08-01T13:10:42.673Z] 2073808c6f23: Preparing [2024-08-01T13:10:42.673Z] 2073808c6f23: Waiting [2024-08-01T13:10:42.673Z] fe039e5d4624: Preparing [2024-08-01T13:10:42.673Z] 2d9fc2961192: Preparing [2024-08-01T13:10:42.673Z] fe039e5d4624: Waiting [2024-08-01T13:10:42.673Z] a3fc0b1a2008: Preparing [2024-08-01T13:10:42.673Z] 2d9fc2961192: Waiting [2024-08-01T13:10:42.673Z] fdf20f985032: Preparing [2024-08-01T13:10:42.673Z] 3c20671a5817: Preparing [2024-08-01T13:10:42.673Z] a3fc0b1a2008: Waiting [2024-08-01T13:10:42.673Z] 3c20671a5817: Waiting [2024-08-01T13:10:42.673Z] fdf20f985032: Waiting [2024-08-01T13:10:42.673Z] 3460de58351f: Layer already exists [2024-08-01T13:10:42.673Z] 92f260361531: Layer already exists [2024-08-01T13:10:42.673Z] 4e89f089a0b0: Layer already exists [2024-08-01T13:10:42.673Z] 46c195dff3e0: Layer already exists [2024-08-01T13:10:42.673Z] 142cac38370a: Layer already exists [2024-08-01T13:10:42.673Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:42.673Z] fdf20f985032: Layer already exists [2024-08-01T13:10:42.673Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:42.673Z] a3fc0b1a2008: Layer already exists [2024-08-01T13:10:42.673Z] 2d9fc2961192: Layer already exists [2024-08-01T13:10:42.673Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:42.673Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:43.025Z] + 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-08-01T13:10:43.369Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-01T13:10:43.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-01T13:10:43.369Z] 46c195dff3e0: Preparing [2024-08-01T13:10:43.369Z] 4e89f089a0b0: Preparing [2024-08-01T13:10:43.369Z] 142cac38370a: Preparing [2024-08-01T13:10:43.369Z] 92f260361531: Preparing [2024-08-01T13:10:43.369Z] 3460de58351f: Preparing [2024-08-01T13:10:43.369Z] 2073808c6f23: Preparing [2024-08-01T13:10:43.369Z] fe039e5d4624: Preparing [2024-08-01T13:10:43.369Z] 2d9fc2961192: Preparing [2024-08-01T13:10:43.369Z] a3fc0b1a2008: Preparing [2024-08-01T13:10:43.369Z] fdf20f985032: Preparing [2024-08-01T13:10:43.369Z] 3c20671a5817: Preparing [2024-08-01T13:10:43.369Z] 2d9fc2961192: Waiting [2024-08-01T13:10:43.369Z] fdf20f985032: Waiting [2024-08-01T13:10:43.369Z] 3c20671a5817: Waiting [2024-08-01T13:10:43.369Z] 2073808c6f23: Waiting [2024-08-01T13:10:43.369Z] a3fc0b1a2008: Waiting [2024-08-01T13:10:43.369Z] fe039e5d4624: Waiting [2024-08-01T13:10:43.369Z] 3460de58351f: Layer already exists [2024-08-01T13:10:43.369Z] 142cac38370a: Layer already exists [2024-08-01T13:10:43.369Z] 92f260361531: Layer already exists [2024-08-01T13:10:43.369Z] 46c195dff3e0: Layer already exists [2024-08-01T13:10:43.369Z] 4e89f089a0b0: Layer already exists [2024-08-01T13:10:43.369Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:43.369Z] 2d9fc2961192: Layer already exists [2024-08-01T13:10:43.369Z] fdf20f985032: Layer already exists [2024-08-01T13:10:43.369Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:43.369Z] a3fc0b1a2008: Layer already exists [2024-08-01T13:10:43.369Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:43.633Z] main: digest: sha256:38395111209606d69004f9f5ca9365ba0c58742a5153128d07a30d94359d838e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:10:43.721Z] ===================================================== [Pipeline] echo [2024-08-01T13:10:43.736Z] taggedImages: [2024-08-01T13:10:43.736Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:43.736Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-01T13:10:43.736Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.44 [2024-08-01T13:10:43.736Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:43.736Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-01T13:10:43.774Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-01T13:10:43.774Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:43.774Z] latest [2024-08-01T13:10:43.774Z] 3.2.0-dev.44 [2024-08-01T13:10:43.774Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:43.774Z] main [2024-08-01T13:10:43.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:44.137Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:44.496Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:44.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-01T13:10:44.496Z] 68097d7ea63e: Preparing [2024-08-01T13:10:44.496Z] a50fa7ab79fc: Preparing [2024-08-01T13:10:44.496Z] 284a7a476a2d: Preparing [2024-08-01T13:10:44.496Z] ad2573b37b31: Preparing [2024-08-01T13:10:44.496Z] 1c1983af4678: Preparing [2024-08-01T13:10:44.496Z] ef15903569e6: Preparing [2024-08-01T13:10:44.496Z] 3386785b1f15: Preparing [2024-08-01T13:10:44.496Z] 2073808c6f23: Preparing [2024-08-01T13:10:44.496Z] fe039e5d4624: Preparing [2024-08-01T13:10:44.496Z] ecf5e4317374: Preparing [2024-08-01T13:10:44.496Z] 29c7ce0d30f2: Preparing [2024-08-01T13:10:44.496Z] 3c20671a5817: Preparing [2024-08-01T13:10:44.496Z] fe039e5d4624: Waiting [2024-08-01T13:10:44.496Z] ef15903569e6: Waiting [2024-08-01T13:10:44.496Z] ecf5e4317374: Waiting [2024-08-01T13:10:44.496Z] 29c7ce0d30f2: Waiting [2024-08-01T13:10:44.496Z] 3386785b1f15: Waiting [2024-08-01T13:10:44.496Z] 3c20671a5817: Waiting [2024-08-01T13:10:44.496Z] 2073808c6f23: Waiting [2024-08-01T13:10:44.760Z] a50fa7ab79fc: Pushed [2024-08-01T13:10:44.760Z] 1c1983af4678: Pushed [2024-08-01T13:10:44.760Z] 68097d7ea63e: Pushed [2024-08-01T13:10:44.760Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:44.760Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:45.023Z] ef15903569e6: Pushed [2024-08-01T13:10:45.023Z] 3386785b1f15: Pushed [2024-08-01T13:10:45.023Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:45.023Z] ecf5e4317374: Pushed [2024-08-01T13:10:46.952Z] ad2573b37b31: Pushed [2024-08-01T13:10:47.216Z] 284a7a476a2d: Pushed [2024-08-01T13:10:47.481Z] 29c7ce0d30f2: Pushed [2024-08-01T13:10:47.745Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:48.098Z] + 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-08-01T13:10:48.437Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-01T13:10:48.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-01T13:10:48.437Z] 68097d7ea63e: Preparing [2024-08-01T13:10:48.437Z] a50fa7ab79fc: Preparing [2024-08-01T13:10:48.437Z] 284a7a476a2d: Preparing [2024-08-01T13:10:48.437Z] ad2573b37b31: Preparing [2024-08-01T13:10:48.437Z] 1c1983af4678: Preparing [2024-08-01T13:10:48.437Z] ef15903569e6: Preparing [2024-08-01T13:10:48.437Z] 3386785b1f15: Preparing [2024-08-01T13:10:48.437Z] 2073808c6f23: Preparing [2024-08-01T13:10:48.437Z] fe039e5d4624: Preparing [2024-08-01T13:10:48.437Z] ecf5e4317374: Preparing [2024-08-01T13:10:48.437Z] 29c7ce0d30f2: Preparing [2024-08-01T13:10:48.437Z] 3c20671a5817: Preparing [2024-08-01T13:10:48.437Z] 3386785b1f15: Waiting [2024-08-01T13:10:48.437Z] 2073808c6f23: Waiting [2024-08-01T13:10:48.437Z] fe039e5d4624: Waiting [2024-08-01T13:10:48.437Z] ecf5e4317374: Waiting [2024-08-01T13:10:48.437Z] ef15903569e6: Waiting [2024-08-01T13:10:48.437Z] 29c7ce0d30f2: Waiting [2024-08-01T13:10:48.437Z] 3c20671a5817: Waiting [2024-08-01T13:10:48.437Z] 1c1983af4678: Layer already exists [2024-08-01T13:10:48.437Z] 68097d7ea63e: Layer already exists [2024-08-01T13:10:48.437Z] ad2573b37b31: Layer already exists [2024-08-01T13:10:48.437Z] 284a7a476a2d: Layer already exists [2024-08-01T13:10:48.437Z] a50fa7ab79fc: Layer already exists [2024-08-01T13:10:48.437Z] 3386785b1f15: Layer already exists [2024-08-01T13:10:48.437Z] ef15903569e6: Layer already exists [2024-08-01T13:10:48.437Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:48.437Z] ecf5e4317374: Layer already exists [2024-08-01T13:10:48.437Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:48.437Z] 29c7ce0d30f2: Layer already exists [2024-08-01T13:10:48.437Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:48.700Z] latest: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:49.049Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:49.400Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.44 [2024-08-01T13:10:49.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-01T13:10:49.400Z] 68097d7ea63e: Preparing [2024-08-01T13:10:49.400Z] a50fa7ab79fc: Preparing [2024-08-01T13:10:49.400Z] 284a7a476a2d: Preparing [2024-08-01T13:10:49.400Z] ad2573b37b31: Preparing [2024-08-01T13:10:49.400Z] 1c1983af4678: Preparing [2024-08-01T13:10:49.400Z] ef15903569e6: Preparing [2024-08-01T13:10:49.400Z] 3386785b1f15: Preparing [2024-08-01T13:10:49.400Z] ef15903569e6: Waiting [2024-08-01T13:10:49.400Z] 2073808c6f23: Preparing [2024-08-01T13:10:49.400Z] 3386785b1f15: Waiting [2024-08-01T13:10:49.400Z] fe039e5d4624: Preparing [2024-08-01T13:10:49.400Z] ecf5e4317374: Preparing [2024-08-01T13:10:49.400Z] 29c7ce0d30f2: Preparing [2024-08-01T13:10:49.400Z] 3c20671a5817: Preparing [2024-08-01T13:10:49.400Z] 2073808c6f23: Waiting [2024-08-01T13:10:49.400Z] fe039e5d4624: Waiting [2024-08-01T13:10:49.400Z] 29c7ce0d30f2: Waiting [2024-08-01T13:10:49.400Z] 3c20671a5817: Waiting [2024-08-01T13:10:49.400Z] ecf5e4317374: Waiting [2024-08-01T13:10:49.400Z] a50fa7ab79fc: Layer already exists [2024-08-01T13:10:49.400Z] ad2573b37b31: Layer already exists [2024-08-01T13:10:49.400Z] 68097d7ea63e: Layer already exists [2024-08-01T13:10:49.400Z] 284a7a476a2d: Layer already exists [2024-08-01T13:10:49.400Z] 1c1983af4678: Layer already exists [2024-08-01T13:10:49.400Z] 3386785b1f15: Layer already exists [2024-08-01T13:10:49.400Z] ef15903569e6: Layer already exists [2024-08-01T13:10:49.400Z] ecf5e4317374: Layer already exists [2024-08-01T13:10:49.400Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:49.400Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:49.400Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:49.400Z] 29c7ce0d30f2: Layer already exists [2024-08-01T13:10:49.664Z] 3.2.0-dev.44: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:50.020Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:50.375Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:50.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-01T13:10:50.376Z] 68097d7ea63e: Preparing [2024-08-01T13:10:50.376Z] a50fa7ab79fc: Preparing [2024-08-01T13:10:50.376Z] 284a7a476a2d: Preparing [2024-08-01T13:10:50.376Z] ad2573b37b31: Preparing [2024-08-01T13:10:50.376Z] 1c1983af4678: Preparing [2024-08-01T13:10:50.376Z] ef15903569e6: Preparing [2024-08-01T13:10:50.376Z] 3386785b1f15: Preparing [2024-08-01T13:10:50.376Z] 2073808c6f23: Preparing [2024-08-01T13:10:50.376Z] fe039e5d4624: Preparing [2024-08-01T13:10:50.376Z] ecf5e4317374: Preparing [2024-08-01T13:10:50.376Z] 29c7ce0d30f2: Preparing [2024-08-01T13:10:50.376Z] 3c20671a5817: Preparing [2024-08-01T13:10:50.376Z] ef15903569e6: Waiting [2024-08-01T13:10:50.376Z] 3386785b1f15: Waiting [2024-08-01T13:10:50.376Z] 2073808c6f23: Waiting [2024-08-01T13:10:50.376Z] fe039e5d4624: Waiting [2024-08-01T13:10:50.376Z] 29c7ce0d30f2: Waiting [2024-08-01T13:10:50.376Z] 3c20671a5817: Waiting [2024-08-01T13:10:50.376Z] ecf5e4317374: Waiting [2024-08-01T13:10:50.376Z] 284a7a476a2d: Layer already exists [2024-08-01T13:10:50.376Z] a50fa7ab79fc: Layer already exists [2024-08-01T13:10:50.376Z] ad2573b37b31: Layer already exists [2024-08-01T13:10:50.376Z] 68097d7ea63e: Layer already exists [2024-08-01T13:10:50.376Z] 1c1983af4678: Layer already exists [2024-08-01T13:10:50.376Z] ef15903569e6: Layer already exists [2024-08-01T13:10:50.376Z] 3386785b1f15: Layer already exists [2024-08-01T13:10:50.376Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:50.376Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:50.376Z] ecf5e4317374: Layer already exists [2024-08-01T13:10:50.376Z] 29c7ce0d30f2: Layer already exists [2024-08-01T13:10:50.376Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:50.638Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:50.985Z] + 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-08-01T13:10:51.331Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-01T13:10:51.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-01T13:10:51.331Z] 68097d7ea63e: Preparing [2024-08-01T13:10:51.331Z] a50fa7ab79fc: Preparing [2024-08-01T13:10:51.331Z] 284a7a476a2d: Preparing [2024-08-01T13:10:51.331Z] ad2573b37b31: Preparing [2024-08-01T13:10:51.331Z] 1c1983af4678: Preparing [2024-08-01T13:10:51.331Z] ef15903569e6: Preparing [2024-08-01T13:10:51.331Z] 3386785b1f15: Preparing [2024-08-01T13:10:51.331Z] 2073808c6f23: Preparing [2024-08-01T13:10:51.331Z] fe039e5d4624: Preparing [2024-08-01T13:10:51.331Z] ecf5e4317374: Preparing [2024-08-01T13:10:51.331Z] 29c7ce0d30f2: Preparing [2024-08-01T13:10:51.331Z] 3c20671a5817: Preparing [2024-08-01T13:10:51.331Z] fe039e5d4624: Waiting [2024-08-01T13:10:51.331Z] ecf5e4317374: Waiting [2024-08-01T13:10:51.331Z] 29c7ce0d30f2: Waiting [2024-08-01T13:10:51.331Z] 3c20671a5817: Waiting [2024-08-01T13:10:51.331Z] ef15903569e6: Waiting [2024-08-01T13:10:51.331Z] 3386785b1f15: Waiting [2024-08-01T13:10:51.331Z] 2073808c6f23: Waiting [2024-08-01T13:10:51.331Z] 284a7a476a2d: Layer already exists [2024-08-01T13:10:51.331Z] ad2573b37b31: Layer already exists [2024-08-01T13:10:51.331Z] 1c1983af4678: Layer already exists [2024-08-01T13:10:51.331Z] 68097d7ea63e: Layer already exists [2024-08-01T13:10:51.331Z] a50fa7ab79fc: Layer already exists [2024-08-01T13:10:51.331Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:51.331Z] ef15903569e6: Layer already exists [2024-08-01T13:10:51.331Z] ecf5e4317374: Layer already exists [2024-08-01T13:10:51.331Z] 3386785b1f15: Layer already exists [2024-08-01T13:10:51.331Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:51.331Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:51.331Z] 29c7ce0d30f2: Layer already exists [2024-08-01T13:10:51.595Z] main: digest: sha256:4a7a579709000b436429e3f10e3102d56c207913cebb3c1db01bb6d828bb7239 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:10:51.686Z] ===================================================== [Pipeline] echo [2024-08-01T13:10:51.704Z] taggedImages: [2024-08-01T13:10:51.704Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:51.704Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-01T13:10:51.704Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.44 [2024-08-01T13:10:51.704Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:51.704Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-01T13:10:51.736Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-01T13:10:51.737Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:51.737Z] latest [2024-08-01T13:10:51.737Z] 3.2.0-dev.44 [2024-08-01T13:10:51.737Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:51.737Z] main [2024-08-01T13:10:51.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:52.110Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:52.466Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:10:52.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-01T13:10:52.467Z] a36390c78366: Preparing [2024-08-01T13:10:52.467Z] a08fb1eca483: Preparing [2024-08-01T13:10:52.467Z] 2073808c6f23: Preparing [2024-08-01T13:10:52.467Z] fe039e5d4624: Preparing [2024-08-01T13:10:52.467Z] 306c2fe80ac6: Preparing [2024-08-01T13:10:52.467Z] b34a1d0bb271: Preparing [2024-08-01T13:10:52.467Z] 3c20671a5817: Preparing [2024-08-01T13:10:52.467Z] b34a1d0bb271: Waiting [2024-08-01T13:10:52.467Z] 3c20671a5817: Waiting [2024-08-01T13:10:52.467Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:52.732Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:52.732Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:52.732Z] 306c2fe80ac6: Pushed [2024-08-01T13:10:52.732Z] a36390c78366: Pushed [2024-08-01T13:10:54.658Z] b34a1d0bb271: Pushed [2024-08-01T13:10:56.063Z] a08fb1eca483: Pushed [2024-08-01T13:10:56.328Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:56.683Z] + 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-08-01T13:10:57.025Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-01T13:10:57.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-01T13:10:57.025Z] a36390c78366: Preparing [2024-08-01T13:10:57.025Z] a08fb1eca483: Preparing [2024-08-01T13:10:57.025Z] 2073808c6f23: Preparing [2024-08-01T13:10:57.025Z] fe039e5d4624: Preparing [2024-08-01T13:10:57.025Z] 306c2fe80ac6: Preparing [2024-08-01T13:10:57.025Z] b34a1d0bb271: Preparing [2024-08-01T13:10:57.025Z] 3c20671a5817: Preparing [2024-08-01T13:10:57.025Z] b34a1d0bb271: Waiting [2024-08-01T13:10:57.025Z] 3c20671a5817: Waiting [2024-08-01T13:10:57.025Z] a08fb1eca483: Layer already exists [2024-08-01T13:10:57.025Z] a36390c78366: Layer already exists [2024-08-01T13:10:57.025Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:57.025Z] 306c2fe80ac6: Layer already exists [2024-08-01T13:10:57.025Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:57.025Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:57.025Z] b34a1d0bb271: Layer already exists [2024-08-01T13:10:57.288Z] latest: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:57.639Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:57.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.44 [2024-08-01T13:10:57.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-01T13:10:57.995Z] a36390c78366: Preparing [2024-08-01T13:10:57.995Z] a08fb1eca483: Preparing [2024-08-01T13:10:57.995Z] 2073808c6f23: Preparing [2024-08-01T13:10:57.995Z] fe039e5d4624: Preparing [2024-08-01T13:10:57.995Z] 306c2fe80ac6: Preparing [2024-08-01T13:10:57.995Z] b34a1d0bb271: Preparing [2024-08-01T13:10:57.995Z] 3c20671a5817: Preparing [2024-08-01T13:10:57.995Z] b34a1d0bb271: Waiting [2024-08-01T13:10:57.995Z] 3c20671a5817: Waiting [2024-08-01T13:10:57.995Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:57.995Z] 306c2fe80ac6: Layer already exists [2024-08-01T13:10:57.995Z] a08fb1eca483: Layer already exists [2024-08-01T13:10:57.995Z] a36390c78366: Layer already exists [2024-08-01T13:10:57.995Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:57.995Z] b34a1d0bb271: Layer already exists [2024-08-01T13:10:57.995Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:57.995Z] 3.2.0-dev.44: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:58.682Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:59.042Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:10:59.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-01T13:10:59.042Z] a36390c78366: Preparing [2024-08-01T13:10:59.042Z] a08fb1eca483: Preparing [2024-08-01T13:10:59.042Z] 2073808c6f23: Preparing [2024-08-01T13:10:59.042Z] fe039e5d4624: Preparing [2024-08-01T13:10:59.042Z] 306c2fe80ac6: Preparing [2024-08-01T13:10:59.042Z] b34a1d0bb271: Preparing [2024-08-01T13:10:59.042Z] 3c20671a5817: Preparing [2024-08-01T13:10:59.042Z] 3c20671a5817: Waiting [2024-08-01T13:10:59.042Z] b34a1d0bb271: Waiting [2024-08-01T13:10:59.042Z] 306c2fe80ac6: Layer already exists [2024-08-01T13:10:59.042Z] 2073808c6f23: Layer already exists [2024-08-01T13:10:59.042Z] fe039e5d4624: Layer already exists [2024-08-01T13:10:59.042Z] a08fb1eca483: Layer already exists [2024-08-01T13:10:59.042Z] a36390c78366: Layer already exists [2024-08-01T13:10:59.042Z] b34a1d0bb271: Layer already exists [2024-08-01T13:10:59.042Z] 3c20671a5817: Layer already exists [2024-08-01T13:10:59.340Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:10:59.718Z] + 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-08-01T13:11:00.088Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-01T13:11:00.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-01T13:11:00.088Z] a36390c78366: Preparing [2024-08-01T13:11:00.088Z] a08fb1eca483: Preparing [2024-08-01T13:11:00.088Z] 2073808c6f23: Preparing [2024-08-01T13:11:00.088Z] fe039e5d4624: Preparing [2024-08-01T13:11:00.088Z] 306c2fe80ac6: Preparing [2024-08-01T13:11:00.088Z] b34a1d0bb271: Preparing [2024-08-01T13:11:00.088Z] 3c20671a5817: Preparing [2024-08-01T13:11:00.088Z] b34a1d0bb271: Waiting [2024-08-01T13:11:00.088Z] 3c20671a5817: Waiting [2024-08-01T13:11:00.088Z] 306c2fe80ac6: Layer already exists [2024-08-01T13:11:00.088Z] a36390c78366: Layer already exists [2024-08-01T13:11:00.088Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:00.088Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:00.088Z] a08fb1eca483: Layer already exists [2024-08-01T13:11:00.088Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:00.088Z] b34a1d0bb271: Layer already exists [2024-08-01T13:11:00.353Z] main: digest: sha256:b39aa8316f941d71497fc3f1fe1d451fa1c3e08792bcd6ba7739d24d9bf94c2a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:11:00.435Z] ===================================================== [Pipeline] echo [2024-08-01T13:11:00.453Z] taggedImages: [2024-08-01T13:11:00.453Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:00.453Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-01T13:11:00.453Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.44 [2024-08-01T13:11:00.453Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:00.453Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-01T13:11:00.481Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-01T13:11:00.481Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:00.481Z] latest [2024-08-01T13:11:00.481Z] 3.2.0-dev.44 [2024-08-01T13:11:00.481Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:00.481Z] main [2024-08-01T13:11:00.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:00.857Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:01.211Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:01.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-01T13:11:01.211Z] d734d97ed864: Preparing [2024-08-01T13:11:01.211Z] 801fb2cb309a: Preparing [2024-08-01T13:11:01.211Z] 22c476305253: Preparing [2024-08-01T13:11:01.211Z] 2073808c6f23: Preparing [2024-08-01T13:11:01.211Z] fe039e5d4624: Preparing [2024-08-01T13:11:01.211Z] 351b534dffb1: Preparing [2024-08-01T13:11:01.211Z] 173c4de1a8fc: Preparing [2024-08-01T13:11:01.211Z] a0306b3775b7: Preparing [2024-08-01T13:11:01.211Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:01.211Z] 3c20671a5817: Preparing [2024-08-01T13:11:01.211Z] 351b534dffb1: Waiting [2024-08-01T13:11:01.211Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:01.211Z] 3c20671a5817: Waiting [2024-08-01T13:11:01.211Z] 173c4de1a8fc: Waiting [2024-08-01T13:11:01.211Z] a0306b3775b7: Waiting [2024-08-01T13:11:01.211Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:01.211Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:01.476Z] 801fb2cb309a: Pushed [2024-08-01T13:11:01.476Z] 22c476305253: Pushed [2024-08-01T13:11:01.476Z] d734d97ed864: Pushed [2024-08-01T13:11:01.476Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:01.476Z] a0306b3775b7: Pushed [2024-08-01T13:11:02.428Z] bd11b77f4ba4: Pushed [2024-08-01T13:11:14.696Z] 173c4de1a8fc: Pushed [2024-08-01T13:11:22.874Z] 351b534dffb1: Pushed [2024-08-01T13:11:22.874Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:23.225Z] + 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-08-01T13:11:23.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-01T13:11:23.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-01T13:11:23.578Z] d734d97ed864: Preparing [2024-08-01T13:11:23.578Z] 801fb2cb309a: Preparing [2024-08-01T13:11:23.578Z] 22c476305253: Preparing [2024-08-01T13:11:23.578Z] 2073808c6f23: Preparing [2024-08-01T13:11:23.578Z] fe039e5d4624: Preparing [2024-08-01T13:11:23.578Z] 351b534dffb1: Preparing [2024-08-01T13:11:23.578Z] 173c4de1a8fc: Preparing [2024-08-01T13:11:23.578Z] a0306b3775b7: Preparing [2024-08-01T13:11:23.578Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:23.578Z] 3c20671a5817: Preparing [2024-08-01T13:11:23.578Z] 351b534dffb1: Waiting [2024-08-01T13:11:23.578Z] 173c4de1a8fc: Waiting [2024-08-01T13:11:23.578Z] a0306b3775b7: Waiting [2024-08-01T13:11:23.578Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:23.578Z] 3c20671a5817: Waiting [2024-08-01T13:11:23.578Z] 22c476305253: Layer already exists [2024-08-01T13:11:23.578Z] d734d97ed864: Layer already exists [2024-08-01T13:11:23.578Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:23.578Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:23.578Z] 801fb2cb309a: Layer already exists [2024-08-01T13:11:23.578Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:23.578Z] 173c4de1a8fc: Layer already exists [2024-08-01T13:11:23.578Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:23.578Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:23.578Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:23.841Z] latest: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:24.194Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:24.543Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.44 [2024-08-01T13:11:24.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-01T13:11:24.543Z] d734d97ed864: Preparing [2024-08-01T13:11:24.543Z] 801fb2cb309a: Preparing [2024-08-01T13:11:24.543Z] 22c476305253: Preparing [2024-08-01T13:11:24.543Z] 2073808c6f23: Preparing [2024-08-01T13:11:24.543Z] fe039e5d4624: Preparing [2024-08-01T13:11:24.543Z] 351b534dffb1: Preparing [2024-08-01T13:11:24.543Z] 173c4de1a8fc: Preparing [2024-08-01T13:11:24.543Z] a0306b3775b7: Preparing [2024-08-01T13:11:24.543Z] 351b534dffb1: Waiting [2024-08-01T13:11:24.543Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:24.543Z] 3c20671a5817: Preparing [2024-08-01T13:11:24.543Z] a0306b3775b7: Waiting [2024-08-01T13:11:24.543Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:24.543Z] 173c4de1a8fc: Waiting [2024-08-01T13:11:24.543Z] 3c20671a5817: Waiting [2024-08-01T13:11:24.543Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:24.543Z] 801fb2cb309a: Layer already exists [2024-08-01T13:11:24.543Z] d734d97ed864: Layer already exists [2024-08-01T13:11:24.543Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:24.543Z] 22c476305253: Layer already exists [2024-08-01T13:11:24.543Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:24.543Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:24.543Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:24.543Z] 173c4de1a8fc: Layer already exists [2024-08-01T13:11:24.543Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:24.806Z] 3.2.0-dev.44: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:25.153Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:25.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:25.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-01T13:11:25.499Z] d734d97ed864: Preparing [2024-08-01T13:11:25.499Z] 801fb2cb309a: Preparing [2024-08-01T13:11:25.499Z] 22c476305253: Preparing [2024-08-01T13:11:25.499Z] 2073808c6f23: Preparing [2024-08-01T13:11:25.499Z] fe039e5d4624: Preparing [2024-08-01T13:11:25.499Z] 351b534dffb1: Preparing [2024-08-01T13:11:25.499Z] 173c4de1a8fc: Preparing [2024-08-01T13:11:25.499Z] a0306b3775b7: Preparing [2024-08-01T13:11:25.499Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:25.499Z] 3c20671a5817: Preparing [2024-08-01T13:11:25.499Z] 173c4de1a8fc: Waiting [2024-08-01T13:11:25.499Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:25.499Z] 3c20671a5817: Waiting [2024-08-01T13:11:25.499Z] a0306b3775b7: Waiting [2024-08-01T13:11:25.499Z] 351b534dffb1: Waiting [2024-08-01T13:11:25.499Z] 22c476305253: Layer already exists [2024-08-01T13:11:25.499Z] 801fb2cb309a: Layer already exists [2024-08-01T13:11:25.499Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:25.499Z] d734d97ed864: Layer already exists [2024-08-01T13:11:25.499Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:25.499Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:25.499Z] 173c4de1a8fc: Layer already exists [2024-08-01T13:11:25.499Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:25.499Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:25.499Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:25.762Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:26.114Z] + 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-08-01T13:11:26.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-01T13:11:26.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-01T13:11:26.464Z] d734d97ed864: Preparing [2024-08-01T13:11:26.464Z] 801fb2cb309a: Preparing [2024-08-01T13:11:26.464Z] 22c476305253: Preparing [2024-08-01T13:11:26.464Z] 2073808c6f23: Preparing [2024-08-01T13:11:26.464Z] fe039e5d4624: Preparing [2024-08-01T13:11:26.464Z] 351b534dffb1: Preparing [2024-08-01T13:11:26.464Z] 173c4de1a8fc: Preparing [2024-08-01T13:11:26.464Z] a0306b3775b7: Preparing [2024-08-01T13:11:26.464Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:26.464Z] 3c20671a5817: Preparing [2024-08-01T13:11:26.464Z] 351b534dffb1: Waiting [2024-08-01T13:11:26.464Z] 173c4de1a8fc: Waiting [2024-08-01T13:11:26.464Z] a0306b3775b7: Waiting [2024-08-01T13:11:26.464Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:26.464Z] 3c20671a5817: Waiting [2024-08-01T13:11:26.464Z] d734d97ed864: Layer already exists [2024-08-01T13:11:26.464Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:26.464Z] 22c476305253: Layer already exists [2024-08-01T13:11:26.464Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:26.464Z] 801fb2cb309a: Layer already exists [2024-08-01T13:11:26.464Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:26.464Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:26.464Z] 173c4de1a8fc: Layer already exists [2024-08-01T13:11:26.464Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:26.464Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:26.727Z] main: digest: sha256:d91aae7a35687460a04f27bf3cfd6b023e2fe5b3da3e74454fa2073d0df30fe0 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:11:26.806Z] ===================================================== [Pipeline] echo [2024-08-01T13:11:26.818Z] taggedImages: [2024-08-01T13:11:26.818Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:26.818Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-01T13:11:26.818Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.44 [2024-08-01T13:11:26.818Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:26.818Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-01T13:11:26.851Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-01T13:11:26.851Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:26.851Z] latest [2024-08-01T13:11:26.851Z] 3.2.0-dev.44 [2024-08-01T13:11:26.851Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:26.851Z] main [2024-08-01T13:11:26.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:27.223Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:27.566Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:27.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-01T13:11:27.566Z] 52e2aebf58e9: Preparing [2024-08-01T13:11:27.566Z] 2f554fec27ce: Preparing [2024-08-01T13:11:27.566Z] 3958dcd8c30c: Preparing [2024-08-01T13:11:27.566Z] 2073808c6f23: Preparing [2024-08-01T13:11:27.566Z] fe039e5d4624: Preparing [2024-08-01T13:11:27.566Z] 065386caf8d1: Preparing [2024-08-01T13:11:27.566Z] efb1e84dac2d: Preparing [2024-08-01T13:11:27.566Z] b41ca0e26f49: Preparing [2024-08-01T13:11:27.566Z] 3c20671a5817: Preparing [2024-08-01T13:11:27.566Z] efb1e84dac2d: Waiting [2024-08-01T13:11:27.566Z] b41ca0e26f49: Waiting [2024-08-01T13:11:27.566Z] 3c20671a5817: Waiting [2024-08-01T13:11:27.566Z] 065386caf8d1: Waiting [2024-08-01T13:11:27.566Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:27.566Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:27.831Z] 52e2aebf58e9: Pushed [2024-08-01T13:11:27.831Z] 3958dcd8c30c: Pushed [2024-08-01T13:11:27.831Z] 2f554fec27ce: Pushed [2024-08-01T13:11:27.831Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:27.831Z] efb1e84dac2d: Pushed [2024-08-01T13:11:28.411Z] b41ca0e26f49: Pushed [2024-08-01T13:11:50.415Z] 065386caf8d1: Pushed [2024-08-01T13:11:50.415Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:50.764Z] + 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-08-01T13:11:51.098Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-01T13:11:51.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-01T13:11:51.098Z] 52e2aebf58e9: Preparing [2024-08-01T13:11:51.098Z] 2f554fec27ce: Preparing [2024-08-01T13:11:51.098Z] 3958dcd8c30c: Preparing [2024-08-01T13:11:51.098Z] 2073808c6f23: Preparing [2024-08-01T13:11:51.098Z] fe039e5d4624: Preparing [2024-08-01T13:11:51.098Z] 065386caf8d1: Preparing [2024-08-01T13:11:51.098Z] efb1e84dac2d: Preparing [2024-08-01T13:11:51.098Z] b41ca0e26f49: Preparing [2024-08-01T13:11:51.098Z] 3c20671a5817: Preparing [2024-08-01T13:11:51.098Z] efb1e84dac2d: Waiting [2024-08-01T13:11:51.098Z] b41ca0e26f49: Waiting [2024-08-01T13:11:51.098Z] 3c20671a5817: Waiting [2024-08-01T13:11:51.098Z] 065386caf8d1: Waiting [2024-08-01T13:11:51.098Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:51.098Z] 2f554fec27ce: Layer already exists [2024-08-01T13:11:51.098Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:51.098Z] 52e2aebf58e9: Layer already exists [2024-08-01T13:11:51.098Z] 3958dcd8c30c: Layer already exists [2024-08-01T13:11:51.098Z] efb1e84dac2d: Layer already exists [2024-08-01T13:11:51.098Z] 065386caf8d1: Layer already exists [2024-08-01T13:11:51.098Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:51.098Z] b41ca0e26f49: Layer already exists [2024-08-01T13:11:51.361Z] latest: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:51.708Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:52.045Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.44 [2024-08-01T13:11:52.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-01T13:11:52.045Z] 52e2aebf58e9: Preparing [2024-08-01T13:11:52.045Z] 2f554fec27ce: Preparing [2024-08-01T13:11:52.045Z] 3958dcd8c30c: Preparing [2024-08-01T13:11:52.045Z] 2073808c6f23: Preparing [2024-08-01T13:11:52.045Z] fe039e5d4624: Preparing [2024-08-01T13:11:52.045Z] 065386caf8d1: Preparing [2024-08-01T13:11:52.045Z] efb1e84dac2d: Preparing [2024-08-01T13:11:52.045Z] b41ca0e26f49: Preparing [2024-08-01T13:11:52.045Z] 3c20671a5817: Preparing [2024-08-01T13:11:52.045Z] 065386caf8d1: Waiting [2024-08-01T13:11:52.045Z] b41ca0e26f49: Waiting [2024-08-01T13:11:52.045Z] 3c20671a5817: Waiting [2024-08-01T13:11:52.045Z] efb1e84dac2d: Waiting [2024-08-01T13:11:52.046Z] 52e2aebf58e9: Layer already exists [2024-08-01T13:11:52.046Z] 2f554fec27ce: Layer already exists [2024-08-01T13:11:52.046Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:52.046Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:52.046Z] 3958dcd8c30c: Layer already exists [2024-08-01T13:11:52.046Z] 065386caf8d1: Layer already exists [2024-08-01T13:11:52.046Z] efb1e84dac2d: Layer already exists [2024-08-01T13:11:52.046Z] b41ca0e26f49: Layer already exists [2024-08-01T13:11:52.046Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:52.046Z] 3.2.0-dev.44: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:52.398Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:53.003Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:53.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-01T13:11:53.003Z] 52e2aebf58e9: Preparing [2024-08-01T13:11:53.003Z] 2f554fec27ce: Preparing [2024-08-01T13:11:53.003Z] 3958dcd8c30c: Preparing [2024-08-01T13:11:53.003Z] 2073808c6f23: Preparing [2024-08-01T13:11:53.003Z] fe039e5d4624: Preparing [2024-08-01T13:11:53.003Z] 065386caf8d1: Preparing [2024-08-01T13:11:53.003Z] efb1e84dac2d: Preparing [2024-08-01T13:11:53.003Z] b41ca0e26f49: Preparing [2024-08-01T13:11:53.003Z] 3c20671a5817: Preparing [2024-08-01T13:11:53.003Z] 065386caf8d1: Waiting [2024-08-01T13:11:53.003Z] efb1e84dac2d: Waiting [2024-08-01T13:11:53.003Z] b41ca0e26f49: Waiting [2024-08-01T13:11:53.003Z] 3c20671a5817: Waiting [2024-08-01T13:11:53.003Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:53.003Z] 3958dcd8c30c: Layer already exists [2024-08-01T13:11:53.003Z] 52e2aebf58e9: Layer already exists [2024-08-01T13:11:53.003Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:53.003Z] 2f554fec27ce: Layer already exists [2024-08-01T13:11:53.003Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:53.003Z] b41ca0e26f49: Layer already exists [2024-08-01T13:11:53.003Z] efb1e84dac2d: Layer already exists [2024-08-01T13:11:53.003Z] 065386caf8d1: Layer already exists [2024-08-01T13:11:53.003Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:53.659Z] + 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-08-01T13:11:54.013Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-01T13:11:54.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-01T13:11:54.013Z] 52e2aebf58e9: Preparing [2024-08-01T13:11:54.013Z] 2f554fec27ce: Preparing [2024-08-01T13:11:54.013Z] 3958dcd8c30c: Preparing [2024-08-01T13:11:54.013Z] 2073808c6f23: Preparing [2024-08-01T13:11:54.013Z] fe039e5d4624: Preparing [2024-08-01T13:11:54.013Z] 065386caf8d1: Preparing [2024-08-01T13:11:54.013Z] efb1e84dac2d: Preparing [2024-08-01T13:11:54.013Z] b41ca0e26f49: Preparing [2024-08-01T13:11:54.013Z] 3c20671a5817: Preparing [2024-08-01T13:11:54.013Z] efb1e84dac2d: Waiting [2024-08-01T13:11:54.013Z] b41ca0e26f49: Waiting [2024-08-01T13:11:54.013Z] 3c20671a5817: Waiting [2024-08-01T13:11:54.013Z] 065386caf8d1: Waiting [2024-08-01T13:11:54.013Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:54.013Z] 52e2aebf58e9: Layer already exists [2024-08-01T13:11:54.013Z] 3958dcd8c30c: Layer already exists [2024-08-01T13:11:54.013Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:54.013Z] 2f554fec27ce: Layer already exists [2024-08-01T13:11:54.013Z] 065386caf8d1: Layer already exists [2024-08-01T13:11:54.013Z] efb1e84dac2d: Layer already exists [2024-08-01T13:11:54.013Z] b41ca0e26f49: Layer already exists [2024-08-01T13:11:54.013Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:54.013Z] main: digest: sha256:f35782c2c661cf7d2dc5cf6186342a527b4a893f718b5d8a15cf01c85b7a59f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:11:54.355Z] ===================================================== [Pipeline] echo [2024-08-01T13:11:54.366Z] taggedImages: [2024-08-01T13:11:54.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:54.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-01T13:11:54.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.44 [2024-08-01T13:11:54.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:54.366Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-01T13:11:54.393Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-01T13:11:54.393Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:54.393Z] latest [2024-08-01T13:11:54.393Z] 3.2.0-dev.44 [2024-08-01T13:11:54.393Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:54.393Z] main [2024-08-01T13:11:54.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:54.751Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:55.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:55.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-01T13:11:55.092Z] 0b40b20b73e1: Preparing [2024-08-01T13:11:55.092Z] e72a3431f854: Preparing [2024-08-01T13:11:55.092Z] 0a59a4e93c44: Preparing [2024-08-01T13:11:55.092Z] 2073808c6f23: Preparing [2024-08-01T13:11:55.092Z] fe039e5d4624: Preparing [2024-08-01T13:11:55.092Z] 351b534dffb1: Preparing [2024-08-01T13:11:55.092Z] a0306b3775b7: Preparing [2024-08-01T13:11:55.092Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:55.092Z] 3c20671a5817: Preparing [2024-08-01T13:11:55.092Z] a0306b3775b7: Waiting [2024-08-01T13:11:55.092Z] 3c20671a5817: Waiting [2024-08-01T13:11:55.092Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:55.092Z] 351b534dffb1: Waiting [2024-08-01T13:11:55.092Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:55.092Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:55.092Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:55.092Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:55.379Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:55.379Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:55.379Z] 0b40b20b73e1: Pushed [2024-08-01T13:11:55.379Z] 0a59a4e93c44: Pushed [2024-08-01T13:11:55.379Z] e72a3431f854: Pushed [2024-08-01T13:11:55.379Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:55.721Z] + 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-08-01T13:11:56.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-01T13:11:56.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-01T13:11:56.068Z] 0b40b20b73e1: Preparing [2024-08-01T13:11:56.068Z] e72a3431f854: Preparing [2024-08-01T13:11:56.068Z] 0a59a4e93c44: Preparing [2024-08-01T13:11:56.068Z] 2073808c6f23: Preparing [2024-08-01T13:11:56.068Z] fe039e5d4624: Preparing [2024-08-01T13:11:56.068Z] 351b534dffb1: Preparing [2024-08-01T13:11:56.068Z] a0306b3775b7: Preparing [2024-08-01T13:11:56.068Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:56.068Z] 3c20671a5817: Preparing [2024-08-01T13:11:56.068Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:56.068Z] 3c20671a5817: Waiting [2024-08-01T13:11:56.068Z] a0306b3775b7: Waiting [2024-08-01T13:11:56.068Z] 351b534dffb1: Waiting [2024-08-01T13:11:56.068Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:56.068Z] e72a3431f854: Layer already exists [2024-08-01T13:11:56.068Z] 0b40b20b73e1: Layer already exists [2024-08-01T13:11:56.068Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:56.068Z] 0a59a4e93c44: Layer already exists [2024-08-01T13:11:56.068Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:56.068Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:56.068Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:56.068Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:56.332Z] latest: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:56.678Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:57.033Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.44 [2024-08-01T13:11:57.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-01T13:11:57.033Z] 0b40b20b73e1: Preparing [2024-08-01T13:11:57.033Z] e72a3431f854: Preparing [2024-08-01T13:11:57.033Z] 0a59a4e93c44: Preparing [2024-08-01T13:11:57.033Z] 2073808c6f23: Preparing [2024-08-01T13:11:57.033Z] fe039e5d4624: Preparing [2024-08-01T13:11:57.033Z] 351b534dffb1: Preparing [2024-08-01T13:11:57.033Z] a0306b3775b7: Preparing [2024-08-01T13:11:57.033Z] 351b534dffb1: Waiting [2024-08-01T13:11:57.033Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:57.033Z] a0306b3775b7: Waiting [2024-08-01T13:11:57.033Z] 3c20671a5817: Preparing [2024-08-01T13:11:57.033Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:57.033Z] 3c20671a5817: Waiting [2024-08-01T13:11:57.033Z] e72a3431f854: Layer already exists [2024-08-01T13:11:57.033Z] 0a59a4e93c44: Layer already exists [2024-08-01T13:11:57.033Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:57.033Z] 0b40b20b73e1: Layer already exists [2024-08-01T13:11:57.033Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:57.033Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:57.033Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:57.033Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:57.033Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:57.033Z] 3.2.0-dev.44: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:57.644Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:57.989Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:57.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-01T13:11:57.989Z] 0b40b20b73e1: Preparing [2024-08-01T13:11:57.989Z] e72a3431f854: Preparing [2024-08-01T13:11:57.989Z] 0a59a4e93c44: Preparing [2024-08-01T13:11:57.989Z] 2073808c6f23: Preparing [2024-08-01T13:11:57.989Z] fe039e5d4624: Preparing [2024-08-01T13:11:57.989Z] 351b534dffb1: Preparing [2024-08-01T13:11:57.989Z] a0306b3775b7: Preparing [2024-08-01T13:11:57.989Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:57.989Z] 3c20671a5817: Preparing [2024-08-01T13:11:57.989Z] 351b534dffb1: Waiting [2024-08-01T13:11:57.989Z] a0306b3775b7: Waiting [2024-08-01T13:11:57.989Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:57.989Z] 3c20671a5817: Waiting [2024-08-01T13:11:57.989Z] 0b40b20b73e1: Layer already exists [2024-08-01T13:11:57.989Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:57.989Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:57.989Z] e72a3431f854: Layer already exists [2024-08-01T13:11:57.989Z] 0a59a4e93c44: Layer already exists [2024-08-01T13:11:57.989Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:57.989Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:57.989Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:57.989Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:58.253Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:58.594Z] + 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-08-01T13:11:58.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-01T13:11:58.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-01T13:11:58.945Z] 0b40b20b73e1: Preparing [2024-08-01T13:11:58.945Z] e72a3431f854: Preparing [2024-08-01T13:11:58.945Z] 0a59a4e93c44: Preparing [2024-08-01T13:11:58.945Z] 2073808c6f23: Preparing [2024-08-01T13:11:58.945Z] fe039e5d4624: Preparing [2024-08-01T13:11:58.945Z] 351b534dffb1: Preparing [2024-08-01T13:11:58.945Z] a0306b3775b7: Preparing [2024-08-01T13:11:58.945Z] bd11b77f4ba4: Preparing [2024-08-01T13:11:58.945Z] 3c20671a5817: Preparing [2024-08-01T13:11:58.945Z] a0306b3775b7: Waiting [2024-08-01T13:11:58.945Z] bd11b77f4ba4: Waiting [2024-08-01T13:11:58.945Z] 3c20671a5817: Waiting [2024-08-01T13:11:58.945Z] 351b534dffb1: Waiting [2024-08-01T13:11:58.945Z] e72a3431f854: Layer already exists [2024-08-01T13:11:58.945Z] 0a59a4e93c44: Layer already exists [2024-08-01T13:11:58.945Z] 2073808c6f23: Layer already exists [2024-08-01T13:11:58.945Z] fe039e5d4624: Layer already exists [2024-08-01T13:11:58.945Z] 0b40b20b73e1: Layer already exists [2024-08-01T13:11:58.945Z] a0306b3775b7: Layer already exists [2024-08-01T13:11:58.945Z] 351b534dffb1: Layer already exists [2024-08-01T13:11:58.945Z] 3c20671a5817: Layer already exists [2024-08-01T13:11:58.945Z] bd11b77f4ba4: Layer already exists [2024-08-01T13:11:59.208Z] main: digest: sha256:bbe4a1c356f7d32407dd52ccb558fe0d1f4de1090f180c6a303b7e4b7f41389f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:11:59.285Z] ===================================================== [Pipeline] echo [2024-08-01T13:11:59.297Z] taggedImages: [2024-08-01T13:11:59.297Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:59.297Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-01T13:11:59.297Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.44 [2024-08-01T13:11:59.297Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:59.297Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-01T13:11:59.334Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-01T13:11:59.334Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:11:59.334Z] latest [2024-08-01T13:11:59.334Z] 3.2.0-dev.44 [2024-08-01T13:11:59.334Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:11:59.334Z] main [2024-08-01T13:11:59.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:11:59.687Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:00.030Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:00.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-01T13:12:00.030Z] c80717a95b94: Preparing [2024-08-01T13:12:00.030Z] bcbcb207234d: Preparing [2024-08-01T13:12:00.030Z] 2073808c6f23: Preparing [2024-08-01T13:12:00.030Z] fe039e5d4624: Preparing [2024-08-01T13:12:00.030Z] bed8354f4ed2: Preparing [2024-08-01T13:12:00.030Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:00.030Z] 3c20671a5817: Preparing [2024-08-01T13:12:00.030Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:00.030Z] 3c20671a5817: Waiting [2024-08-01T13:12:00.030Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:00.030Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:00.294Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:00.294Z] bed8354f4ed2: Pushed [2024-08-01T13:12:00.294Z] c80717a95b94: Pushed [2024-08-01T13:12:00.557Z] 560a55ac0cc0: Pushed [2024-08-01T13:12:07.164Z] bcbcb207234d: Pushed [2024-08-01T13:12:07.164Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:07.513Z] + 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-08-01T13:12:07.850Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-01T13:12:07.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-01T13:12:07.850Z] c80717a95b94: Preparing [2024-08-01T13:12:07.850Z] bcbcb207234d: Preparing [2024-08-01T13:12:07.850Z] 2073808c6f23: Preparing [2024-08-01T13:12:07.850Z] fe039e5d4624: Preparing [2024-08-01T13:12:07.850Z] bed8354f4ed2: Preparing [2024-08-01T13:12:07.850Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:07.850Z] 3c20671a5817: Preparing [2024-08-01T13:12:07.850Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:07.850Z] 3c20671a5817: Waiting [2024-08-01T13:12:07.850Z] c80717a95b94: Layer already exists [2024-08-01T13:12:07.850Z] bcbcb207234d: Layer already exists [2024-08-01T13:12:07.850Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:07.850Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:07.850Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:07.850Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:07.850Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:07.850Z] latest: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:08.455Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:08.792Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.44 [2024-08-01T13:12:08.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-01T13:12:08.792Z] c80717a95b94: Preparing [2024-08-01T13:12:08.792Z] bcbcb207234d: Preparing [2024-08-01T13:12:08.792Z] 2073808c6f23: Preparing [2024-08-01T13:12:08.792Z] fe039e5d4624: Preparing [2024-08-01T13:12:08.792Z] bed8354f4ed2: Preparing [2024-08-01T13:12:08.792Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:08.792Z] 3c20671a5817: Preparing [2024-08-01T13:12:08.792Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:08.792Z] 3c20671a5817: Waiting [2024-08-01T13:12:08.792Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:08.792Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:08.792Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:08.792Z] bcbcb207234d: Layer already exists [2024-08-01T13:12:08.792Z] c80717a95b94: Layer already exists [2024-08-01T13:12:08.792Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:08.792Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:08.792Z] 3.2.0-dev.44: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:09.133Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:09.472Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:09.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-01T13:12:09.472Z] c80717a95b94: Preparing [2024-08-01T13:12:09.472Z] bcbcb207234d: Preparing [2024-08-01T13:12:09.472Z] 2073808c6f23: Preparing [2024-08-01T13:12:09.472Z] fe039e5d4624: Preparing [2024-08-01T13:12:09.472Z] bed8354f4ed2: Preparing [2024-08-01T13:12:09.472Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:09.472Z] 3c20671a5817: Preparing [2024-08-01T13:12:09.472Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:09.472Z] 3c20671a5817: Waiting [2024-08-01T13:12:09.472Z] c80717a95b94: Layer already exists [2024-08-01T13:12:09.472Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:09.472Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:09.472Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:09.472Z] bcbcb207234d: Layer already exists [2024-08-01T13:12:09.472Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:09.472Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:09.472Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:10.082Z] + 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-08-01T13:12:10.419Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-01T13:12:10.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-01T13:12:10.420Z] c80717a95b94: Preparing [2024-08-01T13:12:10.420Z] bcbcb207234d: Preparing [2024-08-01T13:12:10.420Z] 2073808c6f23: Preparing [2024-08-01T13:12:10.420Z] fe039e5d4624: Preparing [2024-08-01T13:12:10.420Z] bed8354f4ed2: Preparing [2024-08-01T13:12:10.420Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:10.420Z] 3c20671a5817: Preparing [2024-08-01T13:12:10.420Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:10.420Z] 3c20671a5817: Waiting [2024-08-01T13:12:10.420Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:10.420Z] c80717a95b94: Layer already exists [2024-08-01T13:12:10.420Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:10.420Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:10.420Z] bcbcb207234d: Layer already exists [2024-08-01T13:12:10.420Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:10.420Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:10.684Z] main: digest: sha256:4250fb10c6231b71336b8eb9707e01a979ef266f26d06467ae3af9cb842b4a21 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:12:10.760Z] ===================================================== [Pipeline] echo [2024-08-01T13:12:10.772Z] taggedImages: [2024-08-01T13:12:10.772Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:10.772Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-01T13:12:10.772Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.44 [2024-08-01T13:12:10.772Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:10.773Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-01T13:12:10.809Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-01T13:12:10.809Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:10.809Z] latest [2024-08-01T13:12:10.809Z] 3.2.0-dev.44 [2024-08-01T13:12:10.809Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:10.809Z] main [2024-08-01T13:12:10.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:11.195Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:11.545Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:11.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-01T13:12:11.545Z] b43aff5ecd2d: Preparing [2024-08-01T13:12:11.545Z] ac7efd63a0b0: Preparing [2024-08-01T13:12:11.545Z] 2073808c6f23: Preparing [2024-08-01T13:12:11.545Z] fe039e5d4624: Preparing [2024-08-01T13:12:11.545Z] bed8354f4ed2: Preparing [2024-08-01T13:12:11.545Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:11.545Z] 3c20671a5817: Preparing [2024-08-01T13:12:11.545Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:11.545Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:11.545Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:11.545Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:11.545Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:11.545Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:11.810Z] b43aff5ecd2d: Pushed [2024-08-01T13:12:18.517Z] ac7efd63a0b0: Pushed [2024-08-01T13:12:18.517Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:18.894Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:19.237Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-01T13:12:19.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-01T13:12:19.237Z] b43aff5ecd2d: Preparing [2024-08-01T13:12:19.237Z] ac7efd63a0b0: Preparing [2024-08-01T13:12:19.237Z] 2073808c6f23: Preparing [2024-08-01T13:12:19.237Z] fe039e5d4624: Preparing [2024-08-01T13:12:19.237Z] bed8354f4ed2: Preparing [2024-08-01T13:12:19.237Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:19.237Z] 3c20671a5817: Preparing [2024-08-01T13:12:19.237Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:19.237Z] 3c20671a5817: Waiting [2024-08-01T13:12:19.237Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:19.237Z] b43aff5ecd2d: Layer already exists [2024-08-01T13:12:19.237Z] ac7efd63a0b0: Layer already exists [2024-08-01T13:12:19.237Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:19.237Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:19.237Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:19.237Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:19.501Z] latest: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:19.845Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:20.183Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.44 [2024-08-01T13:12:20.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-01T13:12:20.183Z] b43aff5ecd2d: Preparing [2024-08-01T13:12:20.183Z] ac7efd63a0b0: Preparing [2024-08-01T13:12:20.183Z] 2073808c6f23: Preparing [2024-08-01T13:12:20.183Z] fe039e5d4624: Preparing [2024-08-01T13:12:20.183Z] bed8354f4ed2: Preparing [2024-08-01T13:12:20.183Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:20.183Z] 3c20671a5817: Preparing [2024-08-01T13:12:20.183Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:20.183Z] 3c20671a5817: Waiting [2024-08-01T13:12:20.183Z] ac7efd63a0b0: Layer already exists [2024-08-01T13:12:20.183Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:20.183Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:20.183Z] b43aff5ecd2d: Layer already exists [2024-08-01T13:12:20.183Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:20.183Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:20.183Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:20.183Z] 3.2.0-dev.44: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:20.540Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:20.884Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:20.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-01T13:12:20.885Z] b43aff5ecd2d: Preparing [2024-08-01T13:12:20.885Z] ac7efd63a0b0: Preparing [2024-08-01T13:12:20.885Z] 2073808c6f23: Preparing [2024-08-01T13:12:20.885Z] fe039e5d4624: Preparing [2024-08-01T13:12:20.885Z] bed8354f4ed2: Preparing [2024-08-01T13:12:20.885Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:20.885Z] 3c20671a5817: Preparing [2024-08-01T13:12:20.885Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:20.885Z] 3c20671a5817: Waiting [2024-08-01T13:12:20.885Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:20.885Z] ac7efd63a0b0: Layer already exists [2024-08-01T13:12:20.885Z] b43aff5ecd2d: Layer already exists [2024-08-01T13:12:20.885Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:20.885Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:20.885Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:20.885Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:20.885Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:21.504Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:21.848Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-01T13:12:21.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-01T13:12:21.848Z] b43aff5ecd2d: Preparing [2024-08-01T13:12:21.848Z] ac7efd63a0b0: Preparing [2024-08-01T13:12:21.848Z] 2073808c6f23: Preparing [2024-08-01T13:12:21.848Z] fe039e5d4624: Preparing [2024-08-01T13:12:21.848Z] bed8354f4ed2: Preparing [2024-08-01T13:12:21.848Z] 560a55ac0cc0: Preparing [2024-08-01T13:12:21.848Z] 3c20671a5817: Preparing [2024-08-01T13:12:21.848Z] 560a55ac0cc0: Waiting [2024-08-01T13:12:21.848Z] 3c20671a5817: Waiting [2024-08-01T13:12:21.848Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:21.848Z] b43aff5ecd2d: Layer already exists [2024-08-01T13:12:21.848Z] ac7efd63a0b0: Layer already exists [2024-08-01T13:12:21.848Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:21.848Z] bed8354f4ed2: Layer already exists [2024-08-01T13:12:21.848Z] 560a55ac0cc0: Layer already exists [2024-08-01T13:12:21.848Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:22.111Z] main: digest: sha256:0b58b60e44c47c86730121d96d8f82f745081513d622ffd8ad74b5162e442e6a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:12:22.183Z] ===================================================== [Pipeline] echo [2024-08-01T13:12:22.198Z] taggedImages: [2024-08-01T13:12:22.198Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:22.198Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-01T13:12:22.198Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.44 [2024-08-01T13:12:22.198Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:22.198Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-01T13:12:22.224Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-01T13:12:22.224Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:22.224Z] latest [2024-08-01T13:12:22.224Z] 3.2.0-dev.44 [2024-08-01T13:12:22.224Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:22.224Z] main [2024-08-01T13:12:22.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:22.585Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:22.929Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:22.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-01T13:12:22.929Z] e9536e996eed: Preparing [2024-08-01T13:12:22.929Z] 79089dd7efd7: Preparing [2024-08-01T13:12:22.929Z] 2073808c6f23: Preparing [2024-08-01T13:12:22.929Z] fe039e5d4624: Preparing [2024-08-01T13:12:22.929Z] f2b92d320f8c: Preparing [2024-08-01T13:12:22.929Z] 03545c943ccb: Preparing [2024-08-01T13:12:22.929Z] 3c20671a5817: Preparing [2024-08-01T13:12:22.929Z] 03545c943ccb: Waiting [2024-08-01T13:12:22.929Z] 3c20671a5817: Waiting [2024-08-01T13:12:22.929Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:22.929Z] f2b92d320f8c: Layer already exists [2024-08-01T13:12:22.929Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:22.929Z] 03545c943ccb: Layer already exists [2024-08-01T13:12:22.929Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:23.191Z] e9536e996eed: Pushed [2024-08-01T13:12:29.798Z] 79089dd7efd7: Pushed [2024-08-01T13:12:29.798Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:30.148Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:30.496Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-01T13:12:30.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-01T13:12:30.496Z] e9536e996eed: Preparing [2024-08-01T13:12:30.496Z] 79089dd7efd7: Preparing [2024-08-01T13:12:30.496Z] 2073808c6f23: Preparing [2024-08-01T13:12:30.496Z] fe039e5d4624: Preparing [2024-08-01T13:12:30.496Z] f2b92d320f8c: Preparing [2024-08-01T13:12:30.496Z] 03545c943ccb: Preparing [2024-08-01T13:12:30.496Z] 3c20671a5817: Preparing [2024-08-01T13:12:30.496Z] 03545c943ccb: Waiting [2024-08-01T13:12:30.496Z] 3c20671a5817: Waiting [2024-08-01T13:12:30.496Z] 79089dd7efd7: Layer already exists [2024-08-01T13:12:30.496Z] f2b92d320f8c: Layer already exists [2024-08-01T13:12:30.496Z] e9536e996eed: Layer already exists [2024-08-01T13:12:30.496Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:30.496Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:30.496Z] 03545c943ccb: Layer already exists [2024-08-01T13:12:30.496Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:30.759Z] latest: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:31.111Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:31.451Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.44 [2024-08-01T13:12:31.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-01T13:12:31.451Z] e9536e996eed: Preparing [2024-08-01T13:12:31.451Z] 79089dd7efd7: Preparing [2024-08-01T13:12:31.451Z] 2073808c6f23: Preparing [2024-08-01T13:12:31.451Z] fe039e5d4624: Preparing [2024-08-01T13:12:31.451Z] f2b92d320f8c: Preparing [2024-08-01T13:12:31.451Z] 03545c943ccb: Preparing [2024-08-01T13:12:31.451Z] 3c20671a5817: Preparing [2024-08-01T13:12:31.451Z] 03545c943ccb: Waiting [2024-08-01T13:12:31.451Z] 3c20671a5817: Waiting [2024-08-01T13:12:31.451Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:31.451Z] f2b92d320f8c: Layer already exists [2024-08-01T13:12:31.451Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:31.451Z] e9536e996eed: Layer already exists [2024-08-01T13:12:31.451Z] 79089dd7efd7: Layer already exists [2024-08-01T13:12:31.451Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:31.451Z] 03545c943ccb: Layer already exists [2024-08-01T13:12:31.714Z] 3.2.0-dev.44: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:32.062Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:32.401Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:32.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-01T13:12:32.401Z] e9536e996eed: Preparing [2024-08-01T13:12:32.401Z] 79089dd7efd7: Preparing [2024-08-01T13:12:32.401Z] 2073808c6f23: Preparing [2024-08-01T13:12:32.401Z] fe039e5d4624: Preparing [2024-08-01T13:12:32.401Z] f2b92d320f8c: Preparing [2024-08-01T13:12:32.401Z] 03545c943ccb: Preparing [2024-08-01T13:12:32.401Z] 3c20671a5817: Preparing [2024-08-01T13:12:32.401Z] 03545c943ccb: Waiting [2024-08-01T13:12:32.401Z] 3c20671a5817: Waiting [2024-08-01T13:12:32.401Z] e9536e996eed: Layer already exists [2024-08-01T13:12:32.401Z] 79089dd7efd7: Layer already exists [2024-08-01T13:12:32.401Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:32.401Z] f2b92d320f8c: Layer already exists [2024-08-01T13:12:32.401Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:32.401Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:32.401Z] 03545c943ccb: Layer already exists [2024-08-01T13:12:32.401Z] a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:33.015Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:33.369Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-01T13:12:33.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-01T13:12:33.369Z] e9536e996eed: Preparing [2024-08-01T13:12:33.369Z] 79089dd7efd7: Preparing [2024-08-01T13:12:33.369Z] 2073808c6f23: Preparing [2024-08-01T13:12:33.369Z] fe039e5d4624: Preparing [2024-08-01T13:12:33.369Z] f2b92d320f8c: Preparing [2024-08-01T13:12:33.369Z] 03545c943ccb: Preparing [2024-08-01T13:12:33.369Z] 3c20671a5817: Preparing [2024-08-01T13:12:33.369Z] 03545c943ccb: Waiting [2024-08-01T13:12:33.369Z] 3c20671a5817: Waiting [2024-08-01T13:12:33.369Z] e9536e996eed: Layer already exists [2024-08-01T13:12:33.369Z] 79089dd7efd7: Layer already exists [2024-08-01T13:12:33.369Z] f2b92d320f8c: Layer already exists [2024-08-01T13:12:33.369Z] 2073808c6f23: Layer already exists [2024-08-01T13:12:33.369Z] fe039e5d4624: Layer already exists [2024-08-01T13:12:33.369Z] 03545c943ccb: Layer already exists [2024-08-01T13:12:33.369Z] 3c20671a5817: Layer already exists [2024-08-01T13:12:33.369Z] main: digest: sha256:4ba5d40cfb18be0a9e724469d6f35c89b70a5d8ae13fe03eaa6bbe951a1c5335 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-01T13:12:33.720Z] ===================================================== [Pipeline] echo [2024-08-01T13:12:33.737Z] taggedImages: [2024-08-01T13:12:33.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c [2024-08-01T13:12:33.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-01T13:12:33.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.44 [2024-08-01T13:12:33.737Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a62407a90ca41d87e849251ea1cea1034d4f0a3c-3.2.0-dev.44 [2024-08-01T13:12:33.737Z] - 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-08-01T13:12:34.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-01T13:12:34.124Z] [2024-08-01T13:12:34.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:12:34.451Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-01T13:12:34.451Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-01T13:12:34.451Z] 8998bd30e6a1: Pulling fs layer [2024-08-01T13:12:34.451Z] 04944245beec: Pulling fs layer [2024-08-01T13:12:34.451Z] 699f458cf7ca: Pulling fs layer [2024-08-01T13:12:34.451Z] 765212b225bb: Pulling fs layer [2024-08-01T13:12:34.451Z] f23df028b6ca: Pulling fs layer [2024-08-01T13:12:34.451Z] d65c8cfc05b1: Pulling fs layer [2024-08-01T13:12:34.451Z] 2437ff75d9bd: Pulling fs layer [2024-08-01T13:12:34.451Z] 765212b225bb: Waiting [2024-08-01T13:12:34.451Z] f23df028b6ca: Waiting [2024-08-01T13:12:34.451Z] d65c8cfc05b1: Waiting [2024-08-01T13:12:34.451Z] 2437ff75d9bd: Waiting [2024-08-01T13:12:34.715Z] 04944245beec: Verifying Checksum [2024-08-01T13:12:34.715Z] 04944245beec: Download complete [2024-08-01T13:12:34.715Z] 765212b225bb: Verifying Checksum [2024-08-01T13:12:34.715Z] 765212b225bb: Download complete [2024-08-01T13:12:34.715Z] f23df028b6ca: Verifying Checksum [2024-08-01T13:12:34.715Z] f23df028b6ca: Download complete [2024-08-01T13:12:34.715Z] d65c8cfc05b1: Verifying Checksum [2024-08-01T13:12:34.715Z] d65c8cfc05b1: Download complete [2024-08-01T13:12:34.715Z] 699f458cf7ca: Verifying Checksum [2024-08-01T13:12:34.715Z] 699f458cf7ca: Download complete [2024-08-01T13:12:35.292Z] 8998bd30e6a1: Verifying Checksum [2024-08-01T13:12:35.292Z] 8998bd30e6a1: Download complete [2024-08-01T13:12:37.853Z] 2437ff75d9bd: Verifying Checksum [2024-08-01T13:12:37.853Z] 2437ff75d9bd: Download complete [2024-08-01T13:12:39.782Z] 8998bd30e6a1: Pull complete [2024-08-01T13:12:40.047Z] 04944245beec: Pull complete [2024-08-01T13:12:41.978Z] 699f458cf7ca: Pull complete [2024-08-01T13:12:41.978Z] 765212b225bb: Pull complete [2024-08-01T13:12:42.937Z] f23df028b6ca: Pull complete [2024-08-01T13:12:42.937Z] d65c8cfc05b1: Pull complete [2024-08-01T13:13:01.122Z] 2437ff75d9bd: Pull complete [2024-08-01T13:13:01.122Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-01T13:13:01.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-01T13:13:01.122Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:13:01.338Z] prd-ubuntu20.04-docker-arm64-4c-16g-6946 does not seem to be running inside a container [2024-08-01T13:13:01.399Z] $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:13:02.806Z] $ docker top 7bbb70560b852a3103c69a2d9d6ff30f36b40a53d88f01654d245b8b13555451 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:13:03.704Z] ---> job-cost.sh [2024-08-01T13:13:03.704Z] lf-activate-venv: SKIPPING [2024-08-01T13:13:03.704Z] INFO: No Stack... [2024-08-01T13:13:03.970Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-01T13:13:04.923Z] INFO: Archiving Costs [Pipeline] sh [2024-08-01T13:13:05.238Z] + cat /w/workspace/edgex-go/662/archives/cost.csv [2024-08-01T13:13:05.238Z] + cut -d, -f6 [Pipeline] lock [2024-08-01T13:13:05.537Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-662-stack-cost] [2024-08-01T13:13:05.549Z] Resource [jenkins-edgexfoundry-edgex-go-main-662-stack-cost] did not exist. Created. [2024-08-01T13:13:05.557Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-662-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-01T13:13:05.895Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-01T13:13:06.492Z] Stashed 1 file(s) [Pipeline] } [2024-08-01T13:13:06.501Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-662-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-01T13:13:06.536Z] $ docker stop --time=1 7bbb70560b852a3103c69a2d9d6ff30f36b40a53d88f01654d245b8b13555451 [2024-08-01T13:13:07.987Z] $ docker rm -f --volumes 7bbb70560b852a3103c69a2d9d6ff30f36b40a53d88f01654d245b8b13555451 [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-08-01T13:13:08.582Z] provisioning config files... [2024-08-01T13:13:08.596Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/662@tmp/config2558017914139159732tmp [Pipeline] { [Pipeline] sh [2024-08-01T13:13:08.895Z] + set +x [2024-08-01T13:13:08.895Z] + curl -s https://codecov.io/bash [2024-08-01T13:13:08.895Z] + bash -s -- [2024-08-01T13:13:08.895Z] [2024-08-01T13:13:08.895Z] _____ _ [2024-08-01T13:13:08.895Z] / ____| | | [2024-08-01T13:13:08.895Z] | | ___ __| | ___ ___ _____ __ [2024-08-01T13:13:08.895Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-01T13:13:08.895Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-01T13:13:08.895Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-01T13:13:08.895Z] Bash-1.0.6 [2024-08-01T13:13:08.895Z] [2024-08-01T13:13:08.895Z] [2024-08-01T13:13:08.895Z] ==> git version 2.25.1 found [2024-08-01T13:13:08.895Z] ==> 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-08-01T13:13:08.895Z] Release-Date: 2020-01-08 [2024-08-01T13:13:08.895Z] 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-08-01T13:13:08.896Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-01T13:13:08.896Z] ==> Jenkins CI detected. [2024-08-01T13:13:08.896Z] current dir:  /w/workspace/edgex-go/662 [2024-08-01T13:13:08.896Z] project root: . [2024-08-01T13:13:08.896Z] --> token set from env [2024-08-01T13:13:08.896Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-01T13:13:09.154Z] ==> Running gcov in . (disable via -X gcov) [2024-08-01T13:13:09.154Z] ==> Python coveragepy not found [2024-08-01T13:13:09.154Z] ==> Searching for coverage reports in: [2024-08-01T13:13:09.154Z] + . [2024-08-01T13:13:09.154Z] -> Found 1 reports [2024-08-01T13:13:09.154Z] ==> Detecting git/mercurial file structure [2024-08-01T13:13:09.154Z] ==> Reading reports [2024-08-01T13:13:09.154Z] + ./coverage.out bytes=504185 [2024-08-01T13:13:09.154Z] ==> Appending adjustments [2024-08-01T13:13:09.154Z] https://docs.codecov.io/docs/fixing-reports [2024-08-01T13:13:10.531Z] + Found adjustments [2024-08-01T13:13:10.531Z] ==> Gzipping contents [2024-08-01T13:13:10.531Z] 64K /tmp/codecov.9smOzj.gz [2024-08-01T13:13:10.531Z] ==> Uploading reports [2024-08-01T13:13:10.531Z] url: https://codecov.io [2024-08-01T13:13:10.532Z] query: branch=main&commit=a62407a90ca41d87e849251ea1cea1034d4f0a3c&build=662&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F662%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-01T13:13:10.532Z] -> Pinging Codecov [2024-08-01T13:13:10.532Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=a62407a90ca41d87e849251ea1cea1034d4f0a3c&build=662&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F662%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-01T13:13:10.532Z] -> Uploading to [2024-08-01T13:13:10.532Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-01/00271124DB129430A58F1EEE437C3FCB/a62407a90ca41d87e849251ea1cea1034d4f0a3c/e30b53ca-9456-4264-8678-b17657b4683d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240801%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240801T131310Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5d1aebd3ceae65253a3f059314f050851969d54e64d6b59c3471a91784d78f5 [2024-08-01T13:13:10.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:10.532Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:10.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64318 0 0 100 64318 0 244k --:--:-- --:--:-- --:--:-- 244k [2024-08-01T13:13:10.791Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a62407a90ca41d87e849251ea1cea1034d4f0a3c [Pipeline] } [2024-08-01T13:13:10.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-01T13:13:11.042Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-01T13:13:11.065Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:13:11.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-01T13:13:11.374Z] [2024-08-01T13:13:11.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:13:11.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-01T13:13:11.672Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-01T13:13:11.672Z] 619be1103602: Already exists [2024-08-01T13:13:11.672Z] f8ea3408117e: Pulling fs layer [2024-08-01T13:13:11.672Z] 91320369b822: Pulling fs layer [2024-08-01T13:13:11.672Z] 0406650e8295: Pulling fs layer [2024-08-01T13:13:11.672Z] 4f4fb700ef54: Pulling fs layer [2024-08-01T13:13:11.672Z] 96d80e3f36e1: Pulling fs layer [2024-08-01T13:13:11.672Z] bcf3aedb951c: Pulling fs layer [2024-08-01T13:13:11.672Z] 4f4fb700ef54: Waiting [2024-08-01T13:13:11.672Z] bcf3aedb951c: Waiting [2024-08-01T13:13:11.672Z] 96d80e3f36e1: Waiting [2024-08-01T13:13:11.672Z] 0406650e8295: Verifying Checksum [2024-08-01T13:13:11.672Z] 0406650e8295: Download complete [2024-08-01T13:13:11.672Z] f8ea3408117e: Verifying Checksum [2024-08-01T13:13:11.672Z] f8ea3408117e: Download complete [2024-08-01T13:13:11.672Z] 4f4fb700ef54: Verifying Checksum [2024-08-01T13:13:11.672Z] 4f4fb700ef54: Download complete [2024-08-01T13:13:11.672Z] f8ea3408117e: Pull complete [2024-08-01T13:13:11.931Z] 96d80e3f36e1: Verifying Checksum [2024-08-01T13:13:11.931Z] 96d80e3f36e1: Download complete [2024-08-01T13:13:12.190Z] 91320369b822: Download complete [2024-08-01T13:13:12.754Z] bcf3aedb951c: Verifying Checksum [2024-08-01T13:13:12.754Z] bcf3aedb951c: Download complete [2024-08-01T13:13:15.290Z] 91320369b822: Pull complete [2024-08-01T13:13:15.290Z] 0406650e8295: Pull complete [2024-08-01T13:13:15.290Z] 4f4fb700ef54: Pull complete [2024-08-01T13:13:15.550Z] 96d80e3f36e1: Pull complete [2024-08-01T13:13:18.847Z] bcf3aedb951c: Pull complete [2024-08-01T13:13:18.847Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-01T13:13:18.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-01T13:13:18.847Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:13:18.955Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T13:13:18.981Z] $ 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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:13:26.704Z] $ docker top 9acb2cfdc11c35136a9262b58ec1154bd782ba82e73075781f1c926c8fff0d5a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-01T13:13:27.055Z] + git config --global --add safe.directory /w/workspace/edgex-go/662 [Pipeline] echo [2024-08-01T13:13:27.066Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-01T13:13:27.343Z] + set -o pipefail [2024-08-01T13:13:27.343Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-01T13:13:35.591Z] [2024-08-01T13:13:35.591Z] Monitoring /w/workspace/edgex-go/662 (github.com/edgexfoundry/edgex-go)... [2024-08-01T13:13:35.591Z] [2024-08-01T13:13:35.591Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/4991f663-9700-49bb-b9db-c6c3601bf9b6 [2024-08-01T13:13:35.591Z] [2024-08-01T13:13:35.591Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-01T13:13:35.591Z] [2024-08-01T13:13:35.850Z] [2024-08-01T13:13:35.850Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-01T13:13:35.850Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-01T13:13:36.111Z] $ docker stop --time=1 9acb2cfdc11c35136a9262b58ec1154bd782ba82e73075781f1c926c8fff0d5a [2024-08-01T13:13:44.167Z] $ docker rm -f --volumes 9acb2cfdc11c35136a9262b58ec1154bd782ba82e73075781f1c926c8fff0d5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-01T13:13:44.722Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-01T13:13:44.746Z] provisioning config files... [2024-08-01T13:13:44.755Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/662@tmp/config17093881984389581795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:13:45.053Z] --> edgex-publish-swagger.sh [2024-08-01T13:13:45.053Z] === Publish openapi/v3 API === [2024-08-01T13:13:45.053Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-01T13:13:45.053Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/662/openapi/v3/core-command.yaml] [2024-08-01T13:13:45.054Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:45.054Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:45.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 60040 --:--:-- --:--:-- --:--:-- 60040 100 32782 0 0 100 32782 0 60040 --:--:-- --:--:-- --:--:-- 59930 [2024-08-01T13:13:45.623Z] [2024-08-01T13:13:45.623Z] [2024-08-01T13:13:45.623Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/662/openapi/v3/core-data.yaml] [2024-08-01T13:13:45.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:45.623Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:46.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 137k --:--:-- --:--:-- --:--:-- 137k [2024-08-01T13:13:46.192Z] [2024-08-01T13:13:46.192Z] [2024-08-01T13:13:46.192Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/662/openapi/v3/core-keeper.yaml] [2024-08-01T13:13:46.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:46.192Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:46.452Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32821 0 0 100 32821 0 157k --:--:-- --:--:-- --:--:-- 156k 100 32887 100 66 100 32821 212 103k --:--:-- --:--:-- --:--:-- 103k [2024-08-01T13:13:46.452Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-01T13:13:46.452Z] [2024-08-01T13:13:46.452Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/662/openapi/v3/core-metadata.yaml] [2024-08-01T13:13:46.452Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:46.452Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:46.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 360 343k --:--:-- --:--:-- --:--:-- 344k [2024-08-01T13:13:46.710Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-01T13:13:46.710Z] [2024-08-01T13:13:46.710Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/662/openapi/v3/support-cron-scheduler.yaml] [2024-08-01T13:13:46.710Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:46.710Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:47.278Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42976 100 66 100 42910 219 139k --:--:-- --:--:-- --:--:-- 139k [2024-08-01T13:13:47.278Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-01T13:13:47.278Z] [2024-08-01T13:13:47.278Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/662/openapi/v3/support-notifications.yaml] [2024-08-01T13:13:47.278Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:47.278Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:47.538Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 1093k --:--:-- --:--:-- --:--:-- 1079k 100 87457 100 156 100 87301 390 213k --:--:-- --:--:-- --:--:-- 213k [2024-08-01T13:13:47.538Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-01T13:13:47.538Z] [2024-08-01T13:13:47.538Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/662/openapi/v3/support-scheduler.yaml] [2024-08-01T13:13:47.538Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-01T13:13:47.538Z] Dload Upload Total Spent Left Speed [2024-08-01T13:13:48.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 394 93554 --:--:-- --:--:-- --:--:-- 93949 [2024-08-01T13:13:48.106Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-01T13:13:48.106Z] [Pipeline] } [2024-08-01T13:13:48.114Z] 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-08-01T13:13:48.541Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-01T13:13:48.541Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:13:48.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-01T13:13:48.852Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:13:48.940Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T13:13:48.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:13:50.143Z] $ docker top a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d -eo pid,comm [2024-08-01T13:13:50.203Z] 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-08-01T13:13:50.203Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-01T13:13:50.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-01T13:13:50.257Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-01T13:13:50.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-01T13:13:50.367Z] $ docker exec a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d ssh-agent [2024-08-01T13:13:50.489Z] SSH_AUTH_SOCK=/tmp/ssh-JBBq1npAaMhK/agent.33 [2024-08-01T13:13:50.489Z] SSH_AGENT_PID=39 [2024-08-01T13:13:50.494Z] Running ssh-add (command line suppressed) [2024-08-01T13:13:50.589Z] Identity added: /w/workspace/edgex-go/662@tmp/private_key_14433366736486486800.key (/w/workspace/edgex-go/662@tmp/private_key_14433366736486486800.key) [2024-08-01T13:13:50.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-01T13:13:50.902Z] + git semver tag [2024-08-01T13:13:51.160Z] 2024-08-01 13:13:51,141 [run_tag] DEBUG tag force:False [2024-08-01T13:13:51.160Z] 2024-08-01 13:13:51,141 [check_head_tag] DEBUG check head tag [2024-08-01T13:13:51.161Z] 2024-08-01 13:13:51,143 [execute] INFO git cat-file --batch-check [2024-08-01T13:13:51.161Z] 2024-08-01 13:13:51,143 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=) [2024-08-01T13:13:51.161Z] 2024-08-01 13:13:51,148 [execute] INFO git cat-file --batch [2024-08-01T13:13:51.161Z] 2024-08-01 13:13:51,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=) [2024-08-01T13:13:51.418Z] 2024-08-01 13:13:51,185 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T13:13:51.418Z] 2024-08-01 13:13:51,186 [execute] INFO git tag -a v3.2.0-dev.44 -m v3.2.0-dev.44 [2024-08-01T13:13:51.418Z] 2024-08-01 13:13:51,186 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.44', '-m', 'v3.2.0-dev.44'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=None) [2024-08-01T13:13:51.418Z] 2024-08-01 13:13:51,191 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T13:13:51.418Z] 3.2.0-dev.44 [Pipeline] } [2024-08-01T13:13:51.418Z] $ docker exec --env ******** --env ******** a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d ssh-agent -k [2024-08-01T13:13:51.517Z] unset SSH_AUTH_SOCK; [2024-08-01T13:13:51.517Z] unset SSH_AGENT_PID; [2024-08-01T13:13:51.517Z] echo Agent pid 39 killed; [2024-08-01T13:13:51.534Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-01T13:13:51.849Z] + git semver [Pipeline] } [2024-08-01T13:13:52.109Z] $ docker stop --time=1 a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d [2024-08-01T13:13:53.443Z] $ docker rm -f --volumes a607fbf08db12d31fdcb2fbdf9ddfbd64b6ebc9f5e5abf31a775f345f150644d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:13:53.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-01T13:13:53.864Z] [2024-08-01T13:13:53.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:13:54.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-01T13:13:54.171Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-01T13:13:54.171Z] ab5ef0e58194: Pulling fs layer [2024-08-01T13:13:54.171Z] 9712f1f96733: Pulling fs layer [2024-08-01T13:13:54.171Z] 63f879dbbcfc: Pulling fs layer [2024-08-01T13:13:54.171Z] 0d9ebad4ef96: Pulling fs layer [2024-08-01T13:13:54.171Z] e9a5061849ea: Pulling fs layer [2024-08-01T13:13:54.171Z] d747dcd14b5f: Pulling fs layer [2024-08-01T13:13:54.171Z] 2de7ff778b66: Pulling fs layer [2024-08-01T13:13:54.171Z] d747dcd14b5f: Waiting [2024-08-01T13:13:54.171Z] e9a5061849ea: Waiting [2024-08-01T13:13:54.171Z] 2de7ff778b66: Waiting [2024-08-01T13:13:54.171Z] 0d9ebad4ef96: Waiting [2024-08-01T13:13:54.171Z] 9712f1f96733: Verifying Checksum [2024-08-01T13:13:54.171Z] 9712f1f96733: Download complete [2024-08-01T13:13:54.428Z] 63f879dbbcfc: Verifying Checksum [2024-08-01T13:13:54.428Z] 63f879dbbcfc: Download complete [2024-08-01T13:13:54.687Z] e9a5061849ea: Verifying Checksum [2024-08-01T13:13:54.687Z] e9a5061849ea: Download complete [2024-08-01T13:13:54.687Z] d747dcd14b5f: Download complete [2024-08-01T13:13:54.687Z] 0d9ebad4ef96: Verifying Checksum [2024-08-01T13:13:54.687Z] 0d9ebad4ef96: Download complete [2024-08-01T13:13:54.687Z] ab5ef0e58194: Verifying Checksum [2024-08-01T13:13:54.687Z] ab5ef0e58194: Download complete [2024-08-01T13:13:54.945Z] 2de7ff778b66: Verifying Checksum [2024-08-01T13:13:54.945Z] 2de7ff778b66: Download complete [2024-08-01T13:13:58.284Z] ab5ef0e58194: Pull complete [2024-08-01T13:13:58.284Z] 9712f1f96733: Pull complete [2024-08-01T13:13:58.541Z] 63f879dbbcfc: Pull complete [2024-08-01T13:14:02.720Z] 0d9ebad4ef96: Pull complete [2024-08-01T13:14:03.285Z] e9a5061849ea: Pull complete [2024-08-01T13:14:03.285Z] d747dcd14b5f: Pull complete [2024-08-01T13:14:04.218Z] 2de7ff778b66: Pull complete [2024-08-01T13:14:04.218Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-01T13:14:04.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-01T13:14:04.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:14:04.320Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T13:14:04.335Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:14:14.312Z] $ docker top 288f204ae9c07a7d1c4494393281675e36471e736ca3a5b683153c21841552ac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-01T13:14:14.395Z] provisioning config files... [2024-08-01T13:14:14.402Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/662@tmp/config10554900389152884522tmp [2024-08-01T13:14:14.410Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/662@tmp/config11644372220812620829tmp [2024-08-01T13:14:14.418Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/662@tmp/config5860532205413530499tmp [Pipeline] { [Pipeline] echo [2024-08-01T13:14:14.447Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:14.738Z] ---> sigul-configuration.sh [2024-08-01T13:14:14.738Z] gpg: directory `/root/.gnupg' created [2024-08-01T13:14:14.738Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-01T13:14:14.738Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-01T13:14:14.738Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-01T13:14:14.738Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-01T13:14:14.738Z] gpg: CAST5 encrypted data [2024-08-01T13:14:14.738Z] gpg: encrypted with 1 passphrase [2024-08-01T13:14:14.738Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-01T13:14:15.026Z] + mkdir /home/jenkins [2024-08-01T13:14:15.027Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-01T13:14:15.318Z] + 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-08-01T13:14:15.331Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:15.624Z] ---> sigul-install.sh [2024-08-01T13:14:15.624Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-01T13:14:15.917Z] + git tag --list [2024-08-01T13:14:15.917Z] 0.6.0 [2024-08-01T13:14:15.917Z] 0.6.1 [2024-08-01T13:14:15.917Z] 0.7.0 [2024-08-01T13:14:15.917Z] 0.7.1 [2024-08-01T13:14:15.917Z] v1.0.0 [2024-08-01T13:14:15.917Z] v1.0.1 [2024-08-01T13:14:15.917Z] v1.1.0 [2024-08-01T13:14:15.917Z] v1.2.0 [2024-08-01T13:14:15.917Z] v1.2.1 [2024-08-01T13:14:15.917Z] v1.3.0 [2024-08-01T13:14:15.917Z] v1.3.1 [2024-08-01T13:14:15.917Z] v2.0.0 [2024-08-01T13:14:15.917Z] v2.1.0 [2024-08-01T13:14:15.917Z] v2.1.1 [2024-08-01T13:14:15.917Z] v2.2.0 [2024-08-01T13:14:15.917Z] v2.3.0 [2024-08-01T13:14:15.917Z] v3.0 [2024-08-01T13:14:15.917Z] v3.0.0 [2024-08-01T13:14:15.917Z] v3.1 [2024-08-01T13:14:15.917Z] v3.1.0 [2024-08-01T13:14:15.917Z] v3.1.0-dev.1 [2024-08-01T13:14:15.917Z] v3.1.0-dev.10 [2024-08-01T13:14:15.917Z] v3.1.0-dev.11 [2024-08-01T13:14:15.917Z] v3.1.0-dev.12 [2024-08-01T13:14:15.918Z] v3.1.0-dev.13 [2024-08-01T13:14:15.918Z] v3.1.0-dev.14 [2024-08-01T13:14:15.918Z] v3.1.0-dev.15 [2024-08-01T13:14:15.918Z] v3.1.0-dev.16 [2024-08-01T13:14:15.918Z] v3.1.0-dev.17 [2024-08-01T13:14:15.918Z] v3.1.0-dev.18 [2024-08-01T13:14:15.918Z] v3.1.0-dev.19 [2024-08-01T13:14:15.918Z] v3.1.0-dev.2 [2024-08-01T13:14:15.918Z] v3.1.0-dev.20 [2024-08-01T13:14:15.918Z] v3.1.0-dev.21 [2024-08-01T13:14:15.918Z] v3.1.0-dev.22 [2024-08-01T13:14:15.918Z] v3.1.0-dev.23 [2024-08-01T13:14:15.918Z] v3.1.0-dev.24 [2024-08-01T13:14:15.918Z] v3.1.0-dev.25 [2024-08-01T13:14:15.918Z] v3.1.0-dev.26 [2024-08-01T13:14:15.918Z] v3.1.0-dev.27 [2024-08-01T13:14:15.918Z] v3.1.0-dev.28 [2024-08-01T13:14:15.918Z] v3.1.0-dev.29 [2024-08-01T13:14:15.918Z] v3.1.0-dev.3 [2024-08-01T13:14:15.918Z] v3.1.0-dev.30 [2024-08-01T13:14:15.918Z] v3.1.0-dev.31 [2024-08-01T13:14:15.918Z] v3.1.0-dev.32 [2024-08-01T13:14:15.918Z] v3.1.0-dev.33 [2024-08-01T13:14:15.918Z] v3.1.0-dev.34 [2024-08-01T13:14:15.918Z] v3.1.0-dev.35 [2024-08-01T13:14:15.918Z] v3.1.0-dev.36 [2024-08-01T13:14:15.918Z] v3.1.0-dev.37 [2024-08-01T13:14:15.918Z] v3.1.0-dev.38 [2024-08-01T13:14:15.918Z] v3.1.0-dev.39 [2024-08-01T13:14:15.918Z] v3.1.0-dev.4 [2024-08-01T13:14:15.918Z] v3.1.0-dev.40 [2024-08-01T13:14:15.918Z] v3.1.0-dev.41 [2024-08-01T13:14:15.918Z] v3.1.0-dev.42 [2024-08-01T13:14:15.918Z] v3.1.0-dev.43 [2024-08-01T13:14:15.918Z] v3.1.0-dev.44 [2024-08-01T13:14:15.918Z] v3.1.0-dev.45 [2024-08-01T13:14:15.918Z] v3.1.0-dev.46 [2024-08-01T13:14:15.918Z] v3.1.0-dev.47 [2024-08-01T13:14:15.918Z] v3.1.0-dev.48 [2024-08-01T13:14:15.918Z] v3.1.0-dev.49 [2024-08-01T13:14:15.918Z] v3.1.0-dev.5 [2024-08-01T13:14:15.918Z] v3.1.0-dev.50 [2024-08-01T13:14:15.918Z] v3.1.0-dev.51 [2024-08-01T13:14:15.918Z] v3.1.0-dev.52 [2024-08-01T13:14:15.918Z] v3.1.0-dev.53 [2024-08-01T13:14:15.918Z] v3.1.0-dev.54 [2024-08-01T13:14:15.918Z] v3.1.0-dev.55 [2024-08-01T13:14:15.918Z] v3.1.0-dev.56 [2024-08-01T13:14:15.918Z] v3.1.0-dev.57 [2024-08-01T13:14:15.918Z] v3.1.0-dev.58 [2024-08-01T13:14:15.918Z] v3.1.0-dev.59 [2024-08-01T13:14:15.918Z] v3.1.0-dev.6 [2024-08-01T13:14:15.918Z] v3.1.0-dev.60 [2024-08-01T13:14:15.918Z] v3.1.0-dev.61 [2024-08-01T13:14:15.918Z] v3.1.0-dev.62 [2024-08-01T13:14:15.918Z] v3.1.0-dev.63 [2024-08-01T13:14:15.918Z] v3.1.0-dev.64 [2024-08-01T13:14:15.918Z] v3.1.0-dev.65 [2024-08-01T13:14:15.918Z] v3.1.0-dev.66 [2024-08-01T13:14:15.918Z] v3.1.0-dev.67 [2024-08-01T13:14:15.918Z] v3.1.0-dev.68 [2024-08-01T13:14:15.918Z] v3.1.0-dev.69 [2024-08-01T13:14:15.918Z] v3.1.0-dev.7 [2024-08-01T13:14:15.918Z] v3.1.0-dev.70 [2024-08-01T13:14:15.918Z] v3.1.0-dev.71 [2024-08-01T13:14:15.918Z] v3.1.0-dev.72 [2024-08-01T13:14:15.918Z] v3.1.0-dev.73 [2024-08-01T13:14:15.918Z] v3.1.0-dev.8 [2024-08-01T13:14:15.918Z] v3.1.0-dev.9 [2024-08-01T13:14:15.918Z] v3.1.1 [2024-08-01T13:14:15.918Z] v3.1.1-dev.1 [2024-08-01T13:14:15.918Z] v3.1.1-dev.2 [2024-08-01T13:14:15.918Z] v3.2.0-dev.1 [2024-08-01T13:14:15.918Z] v3.2.0-dev.10 [2024-08-01T13:14:15.918Z] v3.2.0-dev.11 [2024-08-01T13:14:15.918Z] v3.2.0-dev.12 [2024-08-01T13:14:15.918Z] v3.2.0-dev.13 [2024-08-01T13:14:15.918Z] v3.2.0-dev.14 [2024-08-01T13:14:15.918Z] v3.2.0-dev.15 [2024-08-01T13:14:15.918Z] v3.2.0-dev.16 [2024-08-01T13:14:15.918Z] v3.2.0-dev.17 [2024-08-01T13:14:15.918Z] v3.2.0-dev.18 [2024-08-01T13:14:15.918Z] v3.2.0-dev.19 [2024-08-01T13:14:15.918Z] v3.2.0-dev.2 [2024-08-01T13:14:15.918Z] v3.2.0-dev.20 [2024-08-01T13:14:15.918Z] v3.2.0-dev.21 [2024-08-01T13:14:15.918Z] v3.2.0-dev.22 [2024-08-01T13:14:15.918Z] v3.2.0-dev.23 [2024-08-01T13:14:15.918Z] v3.2.0-dev.24 [2024-08-01T13:14:15.918Z] v3.2.0-dev.25 [2024-08-01T13:14:15.918Z] v3.2.0-dev.26 [2024-08-01T13:14:15.918Z] v3.2.0-dev.27 [2024-08-01T13:14:15.918Z] v3.2.0-dev.28 [2024-08-01T13:14:15.918Z] v3.2.0-dev.29 [2024-08-01T13:14:15.918Z] v3.2.0-dev.3 [2024-08-01T13:14:15.918Z] v3.2.0-dev.30 [2024-08-01T13:14:15.918Z] v3.2.0-dev.31 [2024-08-01T13:14:15.918Z] v3.2.0-dev.32 [2024-08-01T13:14:15.918Z] v3.2.0-dev.33 [2024-08-01T13:14:15.918Z] v3.2.0-dev.34 [2024-08-01T13:14:15.918Z] v3.2.0-dev.35 [2024-08-01T13:14:15.918Z] v3.2.0-dev.36 [2024-08-01T13:14:15.918Z] v3.2.0-dev.37 [2024-08-01T13:14:15.918Z] v3.2.0-dev.38 [2024-08-01T13:14:15.918Z] v3.2.0-dev.39 [2024-08-01T13:14:15.918Z] v3.2.0-dev.4 [2024-08-01T13:14:15.918Z] v3.2.0-dev.40 [2024-08-01T13:14:15.918Z] v3.2.0-dev.41 [2024-08-01T13:14:15.918Z] v3.2.0-dev.42 [2024-08-01T13:14:15.918Z] v3.2.0-dev.43 [2024-08-01T13:14:15.918Z] v3.2.0-dev.44 [2024-08-01T13:14:15.918Z] v3.2.0-dev.5 [2024-08-01T13:14:15.918Z] v3.2.0-dev.6 [2024-08-01T13:14:15.918Z] v3.2.0-dev.7 [2024-08-01T13:14:15.918Z] v3.2.0-dev.8 [2024-08-01T13:14:15.918Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-01T13:14:16.209Z] + lftools sign git-tag v3.2.0-dev.44 [2024-08-01T13:14:16.776Z] Signing Git tag with Sigul... [2024-08-01T13:14:16.776Z] Signing v3.2.0-dev.44 [Pipeline] echo [2024-08-01T13:14:17.358Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:17.643Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-01T13:14:17.651Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-01T13:14:17.666Z] $ docker stop --time=1 288f204ae9c07a7d1c4494393281675e36471e736ca3a5b683153c21841552ac [2024-08-01T13:14:19.072Z] $ docker rm -f --volumes 288f204ae9c07a7d1c4494393281675e36471e736ca3a5b683153c21841552ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-01T13:14:19.608Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-01T13:14:19.608Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:14:19.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-01T13:14:19.909Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:14:19.984Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T13:14:20.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:14:20.405Z] $ docker top 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-01T13:14:20.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-01T13:14:20.509Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-01T13:14:20.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-01T13:14:20.608Z] $ docker exec 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 ssh-agent [2024-08-01T13:14:20.785Z] SSH_AUTH_SOCK=/tmp/ssh-ba8YqNcQ5vu5/agent.32 [2024-08-01T13:14:20.785Z] SSH_AGENT_PID=38 [2024-08-01T13:14:20.791Z] Running ssh-add (command line suppressed) [2024-08-01T13:14:20.874Z] Identity added: /w/workspace/edgex-go/662@tmp/private_key_2165537676850049838.key (/w/workspace/edgex-go/662@tmp/private_key_2165537676850049838.key) [2024-08-01T13:14:20.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-01T13:14:21.213Z] + git semver bump pre [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,366 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,366 [bump_version] DEBUG bumping version:3.2.0-dev.44 on axis:pre with prefix:dev [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,366 [bump_version] DEBUG bumped version:3.2.0-dev.45 [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,366 [write_version] DEBUG write version:3.2.0-dev.45 to path:/w/workspace/edgex-go/662/.semver/main with force:True [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,366 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,366 [write_file] DEBUG write to file:/w/workspace/edgex-go/662/.semver/main [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,368 [execute] INFO git cat-file --batch-check [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=) [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,372 [execute] INFO git cat-file --batch [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,372 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=) [2024-08-01T13:14:21.471Z] 2024-08-01 13:14:21,378 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T13:14:21.471Z] 3.2.0-dev.45 [Pipeline] } [2024-08-01T13:14:21.471Z] $ docker exec --env ******** --env ******** 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 ssh-agent -k [2024-08-01T13:14:21.566Z] unset SSH_AUTH_SOCK; [2024-08-01T13:14:21.566Z] unset SSH_AGENT_PID; [2024-08-01T13:14:21.566Z] echo Agent pid 38 killed; [2024-08-01T13:14:21.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-01T13:14:21.910Z] + git semver [Pipeline] } [2024-08-01T13:14:22.174Z] $ docker stop --time=1 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 [2024-08-01T13:14:23.427Z] $ docker rm -f --volumes 50080c4abe3915bb76c173304bc59ddb5226c76adb6c46885626c17c147f74f6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-01T13:14:23.792Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-01T13:14:23.793Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:14:24.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-01T13:14:24.092Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:14:24.167Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T13:14:24.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:14:24.508Z] $ docker top c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 -eo pid,comm [2024-08-01T13:14:24.559Z] 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-08-01T13:14:24.559Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-01T13:14:24.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-01T13:14:24.614Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-01T13:14:24.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-01T13:14:24.710Z] $ docker exec c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 ssh-agent [2024-08-01T13:14:24.821Z] SSH_AUTH_SOCK=/tmp/ssh-VyCz7LOzkbzM/agent.32 [2024-08-01T13:14:24.821Z] SSH_AGENT_PID=38 [2024-08-01T13:14:24.825Z] Running ssh-add (command line suppressed) [2024-08-01T13:14:24.912Z] Identity added: /w/workspace/edgex-go/662@tmp/private_key_440684881983735230.key (/w/workspace/edgex-go/662@tmp/private_key_440684881983735230.key) [2024-08-01T13:14:24.933Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-01T13:14:25.223Z] + git semver push [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,405 [run_push] DEBUG push [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,406 [execute] INFO git cat-file --batch-check [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,406 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=) [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,409 [execute] INFO git rev-list b53ecf977752820bb95293f40b3b9cd808378532 -- [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,409 [execute] DEBUG Popen(['git', 'rev-list', 'b53ecf977752820bb95293f40b3b9cd808378532', '--'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,425 [execute] INFO git fetch -v origin [2024-08-01T13:14:25.481Z] 2024-08-01 13:14:25,425 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-01T13:14:26.049Z] 2024-08-01 13:14:25,843 [run_push] DEBUG no remote changes detected [2024-08-01T13:14:26.049Z] 2024-08-01 13:14:25,843 [execute] INFO git push origin semver [2024-08-01T13:14:26.049Z] 2024-08-01 13:14:25,844 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/662/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-01T13:14:26.616Z] 2024-08-01 13:14:26,585 [run_push] DEBUG push all version tags [2024-08-01T13:14:26.616Z] 2024-08-01 13:14:26,585 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-01T13:14:26.616Z] 2024-08-01 13:14:26,586 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/662, universal_newlines=False, shell=None, istream=None) [2024-08-01T13:14:27.556Z] 2024-08-01 13:14:27,410 [read_version] DEBUG read version from /w/workspace/edgex-go/662/.semver/main [2024-08-01T13:14:27.556Z] 3.2.0-dev.45 [Pipeline] } [2024-08-01T13:14:27.557Z] $ docker exec --env ******** --env ******** c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 ssh-agent -k [2024-08-01T13:14:27.657Z] unset SSH_AUTH_SOCK; [2024-08-01T13:14:27.657Z] unset SSH_AGENT_PID; [2024-08-01T13:14:27.657Z] echo Agent pid 38 killed; [2024-08-01T13:14:27.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-01T13:14:28.000Z] + git semver [Pipeline] } [2024-08-01T13:14:28.572Z] $ docker stop --time=1 c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 [2024-08-01T13:14:30.135Z] $ docker rm -f --volumes c6fae674cdbb8807c6eef535bd4f9da4f452c84733e25f5ec58efd4fc6d5f5b3 [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-08-01T13:14:30.789Z] + [ -d /w/workspace/edgex-go/662/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:31.077Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:31.931Z] ---> package-listing.sh [2024-08-01T13:14:31.931Z] ++ facter osfamily [2024-08-01T13:14:31.931Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-01T13:14:32.191Z] + OS_FAMILY=debian [2024-08-01T13:14:32.191Z] + workspace=/w/workspace/edgex-go/662 [2024-08-01T13:14:32.191Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-01T13:14:32.191Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-01T13:14:32.191Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-01T13:14:32.191Z] + PACKAGES=/tmp/packages_start.txt [2024-08-01T13:14:32.191Z] + '[' /w/workspace/edgex-go/662 ']' [2024-08-01T13:14:32.191Z] + PACKAGES=/tmp/packages_end.txt [2024-08-01T13:14:32.191Z] + case "${OS_FAMILY}" in [2024-08-01T13:14:32.191Z] + dpkg -l [2024-08-01T13:14:32.191Z] + grep '^ii' [2024-08-01T13:14:32.191Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-01T13:14:32.191Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-01T13:14:32.191Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-01T13:14:32.191Z] + '[' /w/workspace/edgex-go/662 ']' [2024-08-01T13:14:32.191Z] + mkdir -p /w/workspace/edgex-go/662/archives/ [2024-08-01T13:14:32.191Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/662/archives/ [Pipeline] echo [2024-08-01T13:14:32.203Z] 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/662/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-01T13:14:32.479Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:14:33.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-01T13:14:33.044Z] [2024-08-01T13:14:33.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-01T13:14:33.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-01T13:14:33.348Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-01T13:14:33.348Z] 5eb5b503b376: Pulling fs layer [2024-08-01T13:14:33.348Z] 5c69ac0246d0: Pulling fs layer [2024-08-01T13:14:33.348Z] ec43610c2a17: Pulling fs layer [2024-08-01T13:14:33.348Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-01T13:14:33.348Z] 33b1e0a273af: Pulling fs layer [2024-08-01T13:14:33.348Z] 5d3b04190fa2: Pulling fs layer [2024-08-01T13:14:33.348Z] 2f39f015ded8: Pulling fs layer [2024-08-01T13:14:33.348Z] 33b1e0a273af: Waiting [2024-08-01T13:14:33.348Z] 3a2ae6a8a46f: Waiting [2024-08-01T13:14:33.348Z] 5d3b04190fa2: Waiting [2024-08-01T13:14:33.348Z] 2f39f015ded8: Waiting [2024-08-01T13:14:33.348Z] 5c69ac0246d0: Download complete [2024-08-01T13:14:33.348Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-01T13:14:33.348Z] 3a2ae6a8a46f: Download complete [2024-08-01T13:14:33.606Z] 33b1e0a273af: Verifying Checksum [2024-08-01T13:14:33.606Z] 33b1e0a273af: Download complete [2024-08-01T13:14:33.606Z] 5d3b04190fa2: Download complete [2024-08-01T13:14:33.606Z] ec43610c2a17: Verifying Checksum [2024-08-01T13:14:33.606Z] ec43610c2a17: Download complete [2024-08-01T13:14:33.606Z] 5eb5b503b376: Verifying Checksum [2024-08-01T13:14:33.606Z] 5eb5b503b376: Download complete [2024-08-01T13:14:34.172Z] 2f39f015ded8: Download complete [2024-08-01T13:14:34.737Z] 5eb5b503b376: Pull complete [2024-08-01T13:14:34.995Z] 5c69ac0246d0: Pull complete [2024-08-01T13:14:35.252Z] ec43610c2a17: Pull complete [2024-08-01T13:14:35.252Z] 3a2ae6a8a46f: Pull complete [2024-08-01T13:14:35.509Z] 33b1e0a273af: Pull complete [2024-08-01T13:14:35.509Z] 5d3b04190fa2: Pull complete [2024-08-01T13:14:39.689Z] 2f39f015ded8: Pull complete [2024-08-01T13:14:39.689Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-01T13:14:39.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-01T13:14:39.689Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-01T13:14:39.782Z] prd-ubuntu20.04-docker-8c-8g-6945 does not seem to be running inside a container [2024-08-01T13:14:39.875Z] $ 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/662/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/662 -v /w/workspace/edgex-go/662:/w/workspace/edgex-go/662:rw,z -v /w/workspace/edgex-go/662@tmp:/w/workspace/edgex-go/662@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-08-01T13:14:46.229Z] $ docker top e88a5cc49ec187149cbccffc2421fa17f7b35736bac400ff666e1383e5d1b439 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-01T13:14:46.625Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-01T13:14:46.911Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-01T13:14:47.195Z] + ls /var/log/sa-host [2024-08-01T13:14:47.196Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-01T13:14:47.351Z] provisioning config files... [2024-08-01T13:14:47.358Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/662@tmp/config6419829249703851387tmp [Pipeline] { [Pipeline] echo [2024-08-01T13:14:47.376Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:47.659Z] ---> create-netrc.sh [Pipeline] } [2024-08-01T13:14:47.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:48.110Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-01T13:14:48.119Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:48.403Z] ---> sudo-logs.sh [2024-08-01T13:14:48.403Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-01T13:14:48.432Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:48.714Z] ---> job-cost.sh [2024-08-01T13:14:48.714Z] lf-activate-venv: SKIPPING [2024-08-01T13:14:48.714Z] DEBUG: total: 0.10999999940395355 [2024-08-01T13:14:48.714Z] INFO: Retrieving Stack Cost... [2024-08-01T13:14:49.281Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-01T13:14:49.539Z] INFO: Archiving Costs [Pipeline] echo [2024-08-01T13:14:49.548Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-01T13:14:49.826Z] ---> logs-deploy.sh [2024-08-01T13:14:49.826Z] lf-activate-venv: SKIPPING [2024-08-01T13:14:49.826Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/662 [2024-08-01T13:14:49.826Z] INFO: archiving workspace using pattern(s): [2024-08-01T13:14:50.768Z] Archives upload complete. [2024-08-01T13:14:50.768Z] INFO: archiving logs to Nexus