Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6ac0180759da1d23d6b313fd49d9fb17c0af6626 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-ssh10919216867711751585.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6322966237282628743.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3350a1713306dce7682ed7e37d5774890d03277 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15217792980670955469.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16739885500017168396.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-ssh3886851323990510457.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 ‘prd-ubuntu20.04-docker-8c-8g-9546’ is offline Running on prd-ubuntu20.04-docker-8c-8g-9549 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/685 [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/685 # 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 6ac0180759da1d23d6b313fd49d9fb17c0af6626 (main) Commit message: "Merge pull request #4888 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.27.0" > 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 6ac0180759da1d23d6b313fd49d9fb17c0af6626 # timeout=10 > git rev-list --no-walk fa8332cd388c6d28d7bc178899488fd81dc21eb0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-09-06T02:55:48.369Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-09-06T02:55:48.447Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-09-06T02:55:48.478Z] ========================================================= [2024-09-06T02:55:48.478Z] EdgeX Global Pipelines Version Info [2024-09-06T02:55:48.478Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-09-06T02:55:49.216Z] ------------------- [2024-09-06T02:55:49.216Z] stable info: [2024-09-06T02:55:49.216Z] ------------------- [2024-09-06T02:55:49.216Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-06T02:55:49.217Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-06T02:55:49.217Z] Message: update stable to v1.0.263 [2024-09-06T02:55:49.786Z] ------------------- [2024-09-06T02:55:49.786Z] experimental info: [2024-09-06T02:55:49.786Z] ------------------- [2024-09-06T02:55:49.786Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-06T02:55:49.786Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-06T02:55:49.786Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-09-06T02:55:49.869Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-09-06T02:55:49.895Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-09-06T02:55:49.912Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-09-06T02:55:49.933Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-09-06T02:55:49.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-09-06T02:55:49.979Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-09-06T02:55:50.005Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-09-06T02:55:50.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-09-06T02:55:50.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-09-06T02:55:50.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-09-06T02:55:50.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-09-06T02:55:50.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-09-06T02:55:50.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-09-06T02:55:50.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-09-06T02:55:50.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-09-06T02:55:50.300Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-09-06T02:55:50.326Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-09-06T02:55:50.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-09-06T02:55:50.371Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-09-06T02:55:50.399Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-09-06T02:55:50.426Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-09-06T02:55:50.455Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-09-06T02:55:50.482Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-09-06T02:55:50.512Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-09-06T02:55:50.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-09-06T02:55:50.569Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-09-06T02:55:50.595Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] echo [2024-09-06T02:55:50.624Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ac0180 [Pipeline] echo [2024-09-06T02:55:50.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-06T02:55:50.712Z] provisioning config files... [2024-09-06T02:55:50.733Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config5542715302225504706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-06T02:55:51.070Z] ---> ****-login.sh [2024-09-06T02:55:51.070Z] nexus3.edgexfoundry.org:10001 [2024-09-06T02:55:51.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:55:51.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:55:51.330Z] Configure a credential helper to remove this warning. See [2024-09-06T02:55:51.330Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:55:51.330Z] [2024-09-06T02:55:51.330Z] Login Succeeded [2024-09-06T02:55:51.330Z] nexus3.edgexfoundry.org:10002 [2024-09-06T02:55:51.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:55:51.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:55:51.590Z] Configure a credential helper to remove this warning. See [2024-09-06T02:55:51.590Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:55:51.590Z] [2024-09-06T02:55:51.590Z] Login Succeeded [2024-09-06T02:55:51.590Z] nexus3.edgexfoundry.org:10003 [2024-09-06T02:55:51.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:55:51.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:55:51.591Z] Configure a credential helper to remove this warning. See [2024-09-06T02:55:51.591Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:55:51.591Z] [2024-09-06T02:55:51.591Z] Login Succeeded [2024-09-06T02:55:51.591Z] nexus3.edgexfoundry.org:10004 [2024-09-06T02:55:51.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:55:51.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:55:51.591Z] Configure a credential helper to remove this warning. See [2024-09-06T02:55:51.591Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:55:51.591Z] [2024-09-06T02:55:51.591Z] Login Succeeded [2024-09-06T02:55:51.591Z] ****.io [2024-09-06T02:55:51.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:55:51.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:55:51.851Z] Configure a credential helper to remove this warning. See [2024-09-06T02:55:51.851Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:55:51.851Z] [2024-09-06T02:55:51.851Z] Login Succeeded [2024-09-06T02:55:51.851Z] ---> ****-login.sh ends [Pipeline] } [2024-09-06T02:55:51.858Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-06T02:55:52.186Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/core-command/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo core-command,cmd/core-command/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-09-06T02:55:52.186Z] + + cut -d/ -f2 [2024-09-06T02:55:52.186Z] dirname cmd/core-data/Dockerfile [2024-09-06T02:55:52.186Z] + echo core-data,cmd/core-data/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/core-keeper/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/core-metadata/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-09-06T02:55:52.186Z] + + dirname cmd/security-proxy-setup/Dockerfile [2024-09-06T02:55:52.186Z] cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-09-06T02:55:52.186Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-09-06T02:55:52.186Z] cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/security-spire-agent/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/security-spire-config/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/security-spire-server/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/support-notifications/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-09-06T02:55:52.186Z] + dirname cmd/support-scheduler/Dockerfile [2024-09-06T02:55:52.186Z] + cut -d/ -f2 [2024-09-06T02:55:52.186Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-09-06T02:55:52.218Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-09-06T02:55:52.582Z] + git rev-list -1 --merges 6ac0180759da1d23d6b313fd49d9fb17c0af6626~1..6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] echo [2024-09-06T02:55:52.598Z] -----------> git rev-list -1 --merges 6ac0180759da1d23d6b313fd49d9fb17c0af6626~1..6ac0180759da1d23d6b313fd49d9fb17c0af6626 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T02:55:52.598Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [false] [Pipeline] sh [2024-09-06T02:55:52.894Z] + git log --format=format:%s -1 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] echo [2024-09-06T02:55:52.912Z] ========================================================= [2024-09-06T02:55:52.912Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-09-06T02:55:52.912Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-09-06T02:55:53.365Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-06T02:55:53.365Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-09-06T02:55:53.365Z] + [ -e /tmp/ssh_known_hosts ] [2024-09-06T02:55:53.365Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-09-06T02:55:53.365Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-09-06T02:55:53.365Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-09-06T02:55:53.365Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T02:55:53.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-06T02:55:53.804Z] [2024-09-06T02:55:53.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T02:55:54.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-06T02:55:54.118Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-09-06T02:55:54.118Z] b85a868b505f: Pulling fs layer [2024-09-06T02:55:54.118Z] e2be974225ed: Pulling fs layer [2024-09-06T02:55:54.118Z] 339a4e72a1f5: Pulling fs layer [2024-09-06T02:55:54.118Z] 988bab9f4d93: Pulling fs layer [2024-09-06T02:55:54.118Z] 1469e6f7b9e6: Pulling fs layer [2024-09-06T02:55:54.118Z] eaf3925da568: Pulling fs layer [2024-09-06T02:55:54.118Z] bab4dde63d76: Pulling fs layer [2024-09-06T02:55:54.118Z] 1469e6f7b9e6: Waiting [2024-09-06T02:55:54.118Z] eaf3925da568: Waiting [2024-09-06T02:55:54.118Z] bde34c3a00c8: Pulling fs layer [2024-09-06T02:55:54.118Z] bab4dde63d76: Waiting [2024-09-06T02:55:54.118Z] b352a97aabf1: Pulling fs layer [2024-09-06T02:55:54.118Z] 4872d77fe225: Pulling fs layer [2024-09-06T02:55:54.118Z] b352a97aabf1: Waiting [2024-09-06T02:55:54.118Z] 5851b861e8e6: Pulling fs layer [2024-09-06T02:55:54.118Z] e2be974225ed: Download complete [2024-09-06T02:55:54.118Z] 988bab9f4d93: Verifying Checksum [2024-09-06T02:55:54.118Z] 988bab9f4d93: Download complete [2024-09-06T02:55:54.377Z] 1469e6f7b9e6: Verifying Checksum [2024-09-06T02:55:54.377Z] 1469e6f7b9e6: Download complete [2024-09-06T02:55:54.377Z] 339a4e72a1f5: Verifying Checksum [2024-09-06T02:55:54.377Z] 339a4e72a1f5: Download complete [2024-09-06T02:55:54.377Z] eaf3925da568: Verifying Checksum [2024-09-06T02:55:54.377Z] eaf3925da568: Download complete [2024-09-06T02:55:54.377Z] bde34c3a00c8: Download complete [2024-09-06T02:55:54.377Z] b352a97aabf1: Download complete [2024-09-06T02:55:54.377Z] 4872d77fe225: Verifying Checksum [2024-09-06T02:55:54.377Z] 4872d77fe225: Download complete [2024-09-06T02:55:54.377Z] 5851b861e8e6: Download complete [2024-09-06T02:55:54.377Z] b85a868b505f: Verifying Checksum [2024-09-06T02:55:54.377Z] b85a868b505f: Download complete [2024-09-06T02:55:54.636Z] bab4dde63d76: Verifying Checksum [2024-09-06T02:55:54.636Z] bab4dde63d76: Download complete [2024-09-06T02:55:55.572Z] b85a868b505f: Pull complete [2024-09-06T02:55:55.830Z] e2be974225ed: Pull complete [2024-09-06T02:55:56.089Z] 339a4e72a1f5: Pull complete [2024-09-06T02:55:56.348Z] 988bab9f4d93: Pull complete [2024-09-06T02:55:56.610Z] 1469e6f7b9e6: Pull complete [2024-09-06T02:55:56.610Z] eaf3925da568: Pull complete [2024-09-06T02:55:58.512Z] bab4dde63d76: Pull complete [2024-09-06T02:55:58.512Z] bde34c3a00c8: Pull complete [2024-09-06T02:55:58.512Z] b352a97aabf1: Pull complete [2024-09-06T02:55:58.512Z] 4872d77fe225: Pull complete [2024-09-06T02:55:58.512Z] 5851b861e8e6: Pull complete [2024-09-06T02:55:58.512Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-09-06T02:55:58.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-06T02:55:58.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T02:55:58.664Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T02:55:58.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-06T02:56:01.894Z] $ docker top aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e -eo pid,comm [2024-09-06T02:56:01.939Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-09-06T02:56:01.939Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-06T02:56:01.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-06T02:56:01.999Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-06T02:56:02.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-06T02:56:02.117Z] $ docker exec aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent [2024-09-06T02:56:02.210Z] SSH_AUTH_SOCK=/tmp/ssh-9XpePZ29IibS/agent.32 [2024-09-06T02:56:02.210Z] SSH_AGENT_PID=38 [2024-09-06T02:56:02.216Z] Running ssh-add (command line suppressed) [2024-09-06T02:56:02.305Z] Identity added: /w/workspace/edgex-go/685@tmp/private_key_15939516805605647617.key (/w/workspace/edgex-go/685@tmp/private_key_15939516805605647617.key) [2024-09-06T02:56:02.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-06T02:56:02.614Z] + git tag --points-at HEAD [Pipeline] } [2024-09-06T02:56:02.627Z] $ docker exec --env ******** --env ******** aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent -k [2024-09-06T02:56:02.718Z] unset SSH_AUTH_SOCK; [2024-09-06T02:56:02.719Z] unset SSH_AGENT_PID; [2024-09-06T02:56:02.719Z] echo Agent pid 38 killed; [2024-09-06T02:56:02.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-09-06T02:56:02.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-06T02:56:02.769Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-06T02:56:02.887Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-06T02:56:02.891Z] $ docker exec aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent [2024-09-06T02:56:02.986Z] SSH_AUTH_SOCK=/tmp/ssh-tBBXGrZ1Exhs/agent.71 [2024-09-06T02:56:02.986Z] SSH_AGENT_PID=77 [2024-09-06T02:56:02.991Z] Running ssh-add (command line suppressed) [2024-09-06T02:56:03.098Z] Identity added: /w/workspace/edgex-go/685@tmp/private_key_16411440417656835051.key (/w/workspace/edgex-go/685@tmp/private_key_16411440417656835051.key) [2024-09-06T02:56:03.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-06T02:56:03.456Z] + git semver init [2024-09-06T02:56:03.721Z] 2024-09-06 02:56:03,620 [run_init] DEBUG init version:0.0.0 force:False [2024-09-06T02:56:03.721Z] 2024-09-06 02:56:03,621 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/685/.semver [2024-09-06T02:56:03.721Z] 2024-09-06 02:56:03,622 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/685/.semver [2024-09-06T02:56:03.721Z] 2024-09-06 02:56:03,622 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/685/.semver'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=None) [2024-09-06T02:56:08.996Z] 2024-09-06 02:56:08,837 [append_file] DEBUG append to file:/w/workspace/edgex-go/685/.git/info/exclude [2024-09-06T02:56:08.996Z] 2024-09-06 02:56:08,838 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/685/.semver/main with force:False [2024-09-06T02:56:08.996Z] 2024-09-06 02:56:08,838 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T02:56:08.996Z] 2024-09-06 02:56:08,838 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T02:56:08.996Z] 3.2.0-dev.64 [Pipeline] } [2024-09-06T02:56:09.006Z] $ docker exec --env ******** --env ******** aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e ssh-agent -k [2024-09-06T02:56:09.099Z] unset SSH_AUTH_SOCK; [2024-09-06T02:56:09.100Z] unset SSH_AGENT_PID; [2024-09-06T02:56:09.100Z] echo Agent pid 77 killed; [2024-09-06T02:56:09.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-06T02:56:09.433Z] + git semver [Pipeline] } [2024-09-06T02:56:09.706Z] $ docker stop --time=1 aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e [2024-09-06T02:56:11.008Z] $ docker rm -f --volumes aa37aad0704cadf2f32a6d68677c1ce9746876fdd29b71b6a9c50c71f068cb7e [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-06T02:56:11.350Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-09-06T02:56:11.595Z] Stashed 1 file(s) [Pipeline] echo [2024-09-06T02:56:11.600Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-06T02:56:12.051Z] + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] echo [2024-09-06T02:56:12.066Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-06T02:56:12.088Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-06T02:56:12.106Z] ========================================================= [2024-09-06T02:56:12.106Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-09-06T02:56:12.106Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-06T02:56:12.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-06T02:56:12.405Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-09-06T02:56:12.405Z] 619be1103602: Pulling fs layer [2024-09-06T02:56:12.405Z] 7862e08f4a3e: Pulling fs layer [2024-09-06T02:56:12.405Z] 5df492c9dc93: Pulling fs layer [2024-09-06T02:56:12.405Z] 7629e6793208: Pulling fs layer [2024-09-06T02:56:12.405Z] 4f4fb700ef54: Pulling fs layer [2024-09-06T02:56:12.405Z] fb5054dd5b73: Pulling fs layer [2024-09-06T02:56:12.405Z] 7629e6793208: Waiting [2024-09-06T02:56:12.405Z] 4f4fb700ef54: Waiting [2024-09-06T02:56:12.405Z] eeca6798cff9: Pulling fs layer [2024-09-06T02:56:12.405Z] aa269ceb94a6: Pulling fs layer [2024-09-06T02:56:12.405Z] ada007ff1a6a: Pulling fs layer [2024-09-06T02:56:12.405Z] fb5054dd5b73: Waiting [2024-09-06T02:56:12.405Z] eeca6798cff9: Waiting [2024-09-06T02:56:12.405Z] ada007ff1a6a: Waiting [2024-09-06T02:56:12.405Z] aa269ceb94a6: Waiting [2024-09-06T02:56:12.405Z] 7862e08f4a3e: Download complete [2024-09-06T02:56:12.405Z] 7629e6793208: Download complete [2024-09-06T02:56:12.405Z] 4f4fb700ef54: Download complete [2024-09-06T02:56:12.405Z] 619be1103602: Download complete [2024-09-06T02:56:12.405Z] fb5054dd5b73: Verifying Checksum [2024-09-06T02:56:12.405Z] fb5054dd5b73: Download complete [2024-09-06T02:56:12.670Z] eeca6798cff9: Verifying Checksum [2024-09-06T02:56:12.670Z] eeca6798cff9: Download complete [2024-09-06T02:56:12.670Z] 619be1103602: Pull complete [2024-09-06T02:56:12.929Z] ada007ff1a6a: Verifying Checksum [2024-09-06T02:56:12.929Z] ada007ff1a6a: Download complete [2024-09-06T02:56:12.929Z] 7862e08f4a3e: Pull complete [2024-09-06T02:56:12.929Z] 5df492c9dc93: Verifying Checksum [2024-09-06T02:56:12.929Z] 5df492c9dc93: Download complete [2024-09-06T02:56:13.503Z] aa269ceb94a6: Verifying Checksum [2024-09-06T02:56:13.503Z] aa269ceb94a6: Download complete [2024-09-06T02:56:16.034Z] 5df492c9dc93: Pull complete [2024-09-06T02:56:16.293Z] 7629e6793208: Pull complete [2024-09-06T02:56:16.293Z] 4f4fb700ef54: Pull complete [2024-09-06T02:56:16.293Z] fb5054dd5b73: Pull complete [2024-09-06T02:56:16.293Z] eeca6798cff9: Pull complete [2024-09-06T02:56:18.827Z] aa269ceb94a6: Pull complete [2024-09-06T02:56:19.396Z] ada007ff1a6a: Pull complete [2024-09-06T02:56:19.396Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-09-06T02:56:19.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-06T02:56:19.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-06T02:56:19.711Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-06T02:56:19.711Z] WORKDIR /edgex [2024-09-06T02:56:19.711Z] COPY go.mod . [2024-09-06T02:56:19.711Z] RUN go mod download [2024-09-06T02:56:19.711Z] + docker build -t ci-base-image-x86_64 -f - . [2024-09-06T02:56:20.285Z] Sending build context to Docker daemon 179.3MB [2024-09-06T02:56:20.285Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-06T02:56:20.285Z] ---> f489d0715acc [2024-09-06T02:56:20.285Z] Step 2/4 : WORKDIR /edgex [2024-09-06T02:56:25.558Z] ---> Running in 27b8e3f1ecaf [2024-09-06T02:56:25.558Z] Removing intermediate container 27b8e3f1ecaf [2024-09-06T02:56:25.558Z] ---> c49c6a925895 [2024-09-06T02:56:25.558Z] Step 3/4 : COPY go.mod . [2024-09-06T02:56:25.817Z] ---> 0007bcd77871 [2024-09-06T02:56:25.817Z] Step 4/4 : RUN go mod download [2024-09-06T02:56:25.817Z] ---> Running in 0309e0ccf164 [2024-09-06T02:56:26.713Z] Still waiting to schedule task [2024-09-06T02:56:26.713Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-9548’ is offline [2024-09-06T02:56:52.413Z] Removing intermediate container 0309e0ccf164 [2024-09-06T02:56:52.413Z] ---> 27888cf27291 [2024-09-06T02:56:52.413Z] Successfully built 27888cf27291 [2024-09-06T02:56:52.413Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T02:56:52.724Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-06T02:56:52.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T02:56:52.803Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T02:56:52.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-09-06T02:56:53.298Z] $ docker top 5be16721b00fc5edcef8b565440c6d3c71b07593a736c889ff5a597d7b147bf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-06T02:56:53.648Z] + go version [2024-09-06T02:56:53.648Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-09-06T02:56:53.658Z] $ docker stop --time=1 5be16721b00fc5edcef8b565440c6d3c71b07593a736c889ff5a597d7b147bf1 [2024-09-06T02:56:54.933Z] $ docker rm -f --volumes 5be16721b00fc5edcef8b565440c6d3c71b07593a736c889ff5a597d7b147bf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T02:56:55.368Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-06T02:56:55.368Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T02:56:55.445Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T02:56:55.471Z] $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-09-06T02:56:55.793Z] $ docker top 5d4b78c7aea26ff2205ea71543108c631e89bda0bcf7cdcd2c53359fdf0e1309 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-09-06T02:56:55.868Z] ========================================================= [2024-09-06T02:56:55.868Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-09-06T02:56:55.868Z] ========================================================= [Pipeline] sh [2024-09-06T02:56:56.149Z] + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] fileExists [Pipeline] sh [2024-09-06T02:56:56.463Z] + make test [2024-09-06T02:56:56.463Z] go test -race -coverprofile=coverage.out ./... [2024-09-06T02:57:04.590Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-09-06T02:57:31.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-09-06T02:57:31.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-09-06T02:57:31.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-09-06T02:57:32.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-09-06T02:57:32.956Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-09-06T02:57:32.956Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-09-06T02:57:32.956Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-09-06T02:57:32.956Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-09-06T02:57:32.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-09-06T02:57:34.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-09-06T02:57:34.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-09-06T02:57:35.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements [2024-09-06T02:57:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-09-06T02:57:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-09-06T02:57:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-09-06T02:57:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-09-06T02:57:36.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-09-06T02:57:36.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-09-06T02:57:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-09-06T02:57:39.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-09-06T02:57:39.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-09-06T02:57:39.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-09-06T02:57:39.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-09-06T02:57:39.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-09-06T02:57:40.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.072s coverage: 69.2% of statements [2024-09-06T02:57:40.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 53.2% of statements [2024-09-06T02:57:40.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-09-06T02:57:40.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-09-06T02:57:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.891s coverage: 93.4% of statements [2024-09-06T02:57:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 91.7% of statements [2024-09-06T02:57:41.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 7.0% of statements [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-09-06T02:57:41.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-09-06T02:57:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] [2024-09-06T02:57:43.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.367s coverage: 95.8% of statements [2024-09-06T02:57:43.355Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2024-09-06T02:57:43.934Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.019s coverage: 0.0% of statements [no tests to run] [2024-09-06T02:57:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-09-06T02:57:43.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-09-06T02:57:45.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.054s coverage: 0.8% of statements [2024-09-06T02:57:45.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 30.7% of statements [2024-09-06T02:57:45.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.039s coverage: 41.7% of statements [2024-09-06T02:57:45.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.039s coverage: 77.8% of statements [2024-09-06T02:57:45.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.029s coverage: 94.1% of statements [2024-09-06T02:57:45.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 96.3% of statements [2024-09-06T02:57:45.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements [2024-09-06T02:57:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-09-06T02:57:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-09-06T02:57:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-09-06T02:57:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-09-06T02:57:46.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-09-06T02:57:46.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-09-06T02:57:46.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-09-06T02:57:46.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-09-06T02:57:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-09-06T02:57:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-09-06T02:57:47.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-09-06T02:57:48.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-09-06T02:57:48.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-09-06T02:57:48.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-09-06T02:57:48.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-09-06T02:57:48.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-09-06T02:57:48.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-09-06T02:57:49.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-09-06T02:57:50.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-09-06T02:57:51.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-09-06T02:57:52.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-09-06T02:57:52.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-09-06T02:57:53.893Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9550 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-09-06T02:57:53.911Z] Running in /w/workspace/edgex-go/685 [Pipeline] { [Pipeline] checkout [2024-09-06T02:57:53.948Z] The recommended git tool is: git [2024-09-06T02:57:55.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-09-06T02:57:55.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-09-06T02:57:55.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-09-06T02:57:56.685Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-09-06T02:57:56.685Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-09-06T02:57:56.685Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-09-06T02:57:56.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.025s coverage: 94.4% of statements [2024-09-06T02:57:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-09-06T02:57:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-09-06T02:57:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-09-06T02:57:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-09-06T02:57:57.893Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-09-06T02:57:57.893Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-09-06T02:57:57.893Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] [2024-09-06T02:57:58.528Z] using credential edgex-jenkins-ssh [2024-09-06T02:57:58.552Z] Cloning the remote Git repository [2024-09-06T02:57:58.590Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-09-06T02:57:58.674Z] > git init /w/workspace/edgex-go/685 # timeout=10 [2024-09-06T02:57:58.794Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-09-06T02:57:58.795Z] > git --version # timeout=10 [2024-09-06T02:57:58.814Z] > git --version # 'git version 2.25.1' [2024-09-06T02:57:58.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-06T02:57:59.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-09-06T02:57:59.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-09-06T02:57:59.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-09-06T02:57:59.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-09-06T02:57:58.952Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-06T02:58:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-09-06T02:58:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-09-06T02:58:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-09-06T02:58:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-09-06T02:58:02.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-09-06T02:58:02.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-09-06T02:58:02.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-09-06T02:58:02.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-09-06T02:58:02.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-09-06T02:58:02.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-09-06T02:58:03.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-09-06T02:58:03.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.223s coverage: 79.9% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.045s coverage: 92.9% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 66.7% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 75.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 20.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.121s coverage: 63.1% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.037s coverage: 73.7% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 36.5% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 89.5% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.028s coverage: 5.2% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.065s coverage: 90.8% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.039s coverage: 19.9% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.115s coverage: 95.7% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements [2024-09-06T02:58:11.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.054s coverage: 98.9% of statements [2024-09-06T02:58:11.389Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-09-06T02:58:11.389Z] running golangci-lint [2024-09-06T02:58:11.389Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-09-06T02:58:11.389Z] go version go1.21.9 linux/amd64 [2024-09-06T02:58:11.389Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-09-06T02:58:11.389Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-09-06T02:58:15.855Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-09-06T02:58:15.879Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-06T02:58:16.724Z] Avoid second fetch [2024-09-06T02:58:16.724Z] Checking out Revision 6ac0180759da1d23d6b313fd49d9fb17c0af6626 (main) [2024-09-06T02:58:17.499Z] Commit message: "Merge pull request #4888 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.27.0" [2024-09-06T02:58:16.739Z] > git config core.sparsecheckout # timeout=10 [2024-09-06T02:58:16.805Z] > git checkout -f 6ac0180759da1d23d6b313fd49d9fb17c0af6626 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-06T02:58:22.498Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-09-06T02:58:22.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T02:58:22.498Z] Dload Upload Total Spent Left Speed [2024-09-06T02:58:22.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 110k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh [2024-09-06T02:58:22.833Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-09-06T02:58:23.158Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-09-06T02:58:23.158Z] + sudo tee /etc/docker/daemon.new [2024-09-06T02:58:23.158Z] { [2024-09-06T02:58:23.158Z] "registry-mirrors": [ [2024-09-06T02:58:23.158Z] "https://nexus3.edgexfoundry.org:10001" [2024-09-06T02:58:23.158Z] ], [2024-09-06T02:58:23.158Z] "bip": "10.250.0.254/24", [2024-09-06T02:58:23.158Z] "hosts": [ [2024-09-06T02:58:23.158Z] "tcp://0.0.0.0:5555", [2024-09-06T02:58:23.158Z] "unix:///var/run/docker.sock" [2024-09-06T02:58:23.158Z] ], [2024-09-06T02:58:23.158Z] "mtu": 1458, [2024-09-06T02:58:23.158Z] "selinux-enabled": true, [2024-09-06T02:58:23.158Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-09-06T02:58:23.158Z] } [Pipeline] sh [2024-09-06T02:58:23.491Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-09-06T02:58:23.835Z] + sudo service docker restart [2024-09-06T02:58:37.934Z] level=info msg="[loader] Go packages loading at mode 575 (deps|imports|name|types_sizes|compiled_files|exports_file|files) took 22.699287134s" [2024-09-06T02:58:37.934Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.069299ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-06T02:58:42.109Z] provisioning config files... [2024-09-06T02:58:42.133Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config9905930198653052152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-06T02:58:42.594Z] ---> ****-login.sh [2024-09-06T02:58:42.595Z] nexus3.edgexfoundry.org:10001 [2024-09-06T02:58:42.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:58:43.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:58:43.137Z] Configure a credential helper to remove this warning. See [2024-09-06T02:58:43.137Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:58:43.137Z] [2024-09-06T02:58:43.137Z] Login Succeeded [2024-09-06T02:58:43.137Z] nexus3.edgexfoundry.org:10002 [2024-09-06T02:58:43.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:58:43.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:58:43.407Z] Configure a credential helper to remove this warning. See [2024-09-06T02:58:43.407Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:58:43.407Z] [2024-09-06T02:58:43.407Z] Login Succeeded [2024-09-06T02:58:43.685Z] nexus3.edgexfoundry.org:10003 [2024-09-06T02:58:43.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:58:43.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:58:43.956Z] Configure a credential helper to remove this warning. See [2024-09-06T02:58:43.957Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:58:43.957Z] [2024-09-06T02:58:43.957Z] Login Succeeded [2024-09-06T02:58:43.957Z] nexus3.edgexfoundry.org:10004 [2024-09-06T02:58:44.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:58:44.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:58:44.228Z] Configure a credential helper to remove this warning. See [2024-09-06T02:58:44.228Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:58:44.228Z] [2024-09-06T02:58:44.228Z] Login Succeeded [2024-09-06T02:58:44.228Z] ****.io [2024-09-06T02:58:44.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T02:58:44.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T02:58:44.762Z] Configure a credential helper to remove this warning. See [2024-09-06T02:58:44.763Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T02:58:44.763Z] [2024-09-06T02:58:44.763Z] Login Succeeded [2024-09-06T02:58:44.763Z] ---> ****-login.sh ends [Pipeline] } [2024-09-06T02:58:44.777Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-09-06T02:58:45.424Z] + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] echo [2024-09-06T02:58:45.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-06T02:58:45.462Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-06T02:58:45.479Z] ========================================================= [2024-09-06T02:58:45.480Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-09-06T02:58:45.480Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-06T02:58:45.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-06T02:58:46.084Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-09-06T02:58:46.084Z] c6b39de5b339: Pulling fs layer [2024-09-06T02:58:46.084Z] a69c41024577: Pulling fs layer [2024-09-06T02:58:46.084Z] d6de4b400683: Pulling fs layer [2024-09-06T02:58:46.084Z] 35cb2a7552d0: Pulling fs layer [2024-09-06T02:58:46.084Z] 4f4fb700ef54: Pulling fs layer [2024-09-06T02:58:46.084Z] 464afbd9ba4c: Pulling fs layer [2024-09-06T02:58:46.084Z] 00f215d4a9da: Pulling fs layer [2024-09-06T02:58:46.084Z] d496ad576159: Pulling fs layer [2024-09-06T02:58:46.084Z] 35cb2a7552d0: Waiting [2024-09-06T02:58:46.084Z] 4f4fb700ef54: Waiting [2024-09-06T02:58:46.084Z] 464afbd9ba4c: Waiting [2024-09-06T02:58:46.084Z] 00f215d4a9da: Waiting [2024-09-06T02:58:46.084Z] d496ad576159: Waiting [2024-09-06T02:58:46.084Z] a69c41024577: Verifying Checksum [2024-09-06T02:58:46.084Z] a69c41024577: Download complete [2024-09-06T02:58:46.084Z] 35cb2a7552d0: Verifying Checksum [2024-09-06T02:58:46.084Z] 35cb2a7552d0: Download complete [2024-09-06T02:58:46.084Z] 4f4fb700ef54: Verifying Checksum [2024-09-06T02:58:46.084Z] 4f4fb700ef54: Download complete [2024-09-06T02:58:46.084Z] c6b39de5b339: Verifying Checksum [2024-09-06T02:58:46.084Z] c6b39de5b339: Download complete [2024-09-06T02:58:46.084Z] 464afbd9ba4c: Verifying Checksum [2024-09-06T02:58:46.084Z] 464afbd9ba4c: Download complete [2024-09-06T02:58:46.673Z] d496ad576159: Verifying Checksum [2024-09-06T02:58:46.673Z] d496ad576159: Download complete [2024-09-06T02:58:47.279Z] c6b39de5b339: Pull complete [2024-09-06T02:58:47.877Z] a69c41024577: Pull complete [2024-09-06T02:58:48.145Z] d6de4b400683: Verifying Checksum [2024-09-06T02:58:48.145Z] d6de4b400683: Download complete [2024-09-06T02:58:48.353Z] level=info msg="[linters_context/goanalysis] analyzers took 1m55.159254623s with top 10 stages: buildir: 1m9.696610555s, gosec: 9.506363198s, inspect: 2.823170912s, fact_deprecated: 2.248585241s, fact_purity: 1.747396204s, printf: 1.727630649s, ctrlflow: 1.720732528s, nilness: 1.344040226s, S1038: 1.225187187s, SA5012: 793.52683ms" [2024-09-06T02:58:48.353Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-09-06T02:58:48.353Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 214/214, exclude-rules: 22/214, filename_unadjuster: 214/214, skip_dirs: 214/214, skip_files: 214/214, autogenerated_exclude: 214/214, identifier_marker: 214/214, nolint: 0/22, cgo: 214/214, path_prettifier: 214/214" [2024-09-06T02:58:48.353Z] level=info msg="[runner] processing took 17.724033ms with stages: nolint: 7.311685ms, identifier_marker: 4.595874ms, autogenerated_exclude: 2.156526ms, path_prettifier: 1.614962ms, exclude-rules: 1.199459ms, skip_dirs: 797.576µs, cgo: 29.301µs, filename_unadjuster: 15.11µs, max_same_issues: 520ns, fixer: 500ns, skip_files: 440ns, uniq_by_line: 330ns, exclude: 300ns, sort_results: 260ns, severity-rules: 250ns, diff: 220ns, source_code: 210ns, max_from_linter: 160ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns, path_shortener: 110ns" [2024-09-06T02:58:48.353Z] level=info msg="[runner] linters took 14.362190274s with stages: goanalysis_metalinter: 14.344370961s" [2024-09-06T02:58:48.353Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-09-06T02:58:48.353Z] level=info msg="Memory: 368 samples, avg is 335.4MB, max is 1417.5MB" [2024-09-06T02:58:48.353Z] level=info msg="Execution took 37.12854879s" [2024-09-06T02:58:48.353Z] go vet ./... [2024-09-06T02:58:49.108Z] 00f215d4a9da: Verifying Checksum [2024-09-06T02:58:49.108Z] 00f215d4a9da: Download complete [2024-09-06T02:58:56.715Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-06T02:58:56.715Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-09-06T02:58:56.715Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-09-06T02:58:56.730Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-09-06T02:58:57.028Z] + ls -al . [2024-09-06T02:58:57.028Z] total 916 [2024-09-06T02:58:57.028Z] drwxrwxr-x 11 1001 1001 4096 Sep 6 02:56 . [2024-09-06T02:58:57.028Z] drwxr-xr-x 4 root root 4096 Sep 6 02:56 .. [2024-09-06T02:58:57.028Z] drwxrwxr-x 2 1001 1001 4096 Sep 6 02:55 .blubracket [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 10 Sep 6 02:55 .dockerignore [2024-09-06T02:58:57.028Z] drwxrwxr-x 8 1001 1001 4096 Sep 6 02:58 .git [2024-09-06T02:58:57.028Z] drwxrwxr-x 3 1001 1001 4096 Sep 6 02:55 .github [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 1102 Sep 6 02:55 .gitignore [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 42 Sep 6 02:55 .golangci.yml [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 100 Sep 6 02:55 .hadolint.yml [2024-09-06T02:58:57.028Z] drwxr-xr-x 3 1001 1001 4096 Sep 6 02:56 .semver [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 155 Sep 6 02:55 .sonarcloud.properties [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 1171 Sep 6 02:55 ADOPTERS.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 21286 Sep 6 02:55 Attribution.txt [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 100284 Sep 6 02:55 CHANGELOG.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 3804 Sep 6 02:55 CONTRIBUTING.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 677 Sep 6 02:55 GOVERNANCE.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 861 Sep 6 02:55 Jenkinsfile [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 10775 Sep 6 02:55 LICENSE [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 16854 Sep 6 02:55 Makefile [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 582 Sep 6 02:55 OWNERS.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 9528 Sep 6 02:55 README.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 789 Sep 6 02:55 SECURITY.md [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 12 Sep 6 02:56 VERSION [2024-09-06T02:58:57.028Z] drwxrwxr-x 2 1001 1001 4096 Sep 6 02:55 bin [2024-09-06T02:58:57.028Z] drwxrwxr-x 20 1001 1001 4096 Sep 6 02:55 cmd [2024-09-06T02:58:57.028Z] -rw-r--r-- 1 root root 545398 Sep 6 02:58 coverage.out [2024-09-06T02:58:57.028Z] drwxrwxr-x 2 1001 1001 4096 Sep 6 02:55 fuzz_test [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 7306 Sep 6 02:55 go.mod [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 102583 Sep 6 02:55 go.sum [2024-09-06T02:58:57.028Z] drwxrwxr-x 7 1001 1001 4096 Sep 6 02:55 internal [2024-09-06T02:58:57.028Z] drwxrwxr-x 3 1001 1001 4096 Sep 6 02:55 openapi [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 584 Sep 6 02:55 security.txt [2024-09-06T02:58:57.028Z] -rw-rw-r-- 1 1001 1001 204 Sep 6 02:55 version.go [Pipeline] sh [2024-09-06T02:58:57.312Z] + '[' -e coverage.out ] [2024-09-06T02:58:57.313Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-09-06T02:58:57.414Z] Stashed 1 file(s) [Pipeline] sh [2024-09-06T02:58:57.697Z] + make build [2024-09-06T02:58:57.697Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-06T02:59:01.464Z] d6de4b400683: Pull complete [2024-09-06T02:59:01.464Z] 35cb2a7552d0: Pull complete [2024-09-06T02:59:01.464Z] 4f4fb700ef54: Pull complete [2024-09-06T02:59:01.464Z] 464afbd9ba4c: Pull complete [2024-09-06T02:59:09.682Z] 00f215d4a9da: Pull complete [2024-09-06T02:59:11.095Z] d496ad576159: Pull complete [2024-09-06T02:59:11.095Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-09-06T02:59:11.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-06T02:59:11.095Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-06T02:59:11.432Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-06T02:59:11.432Z] WORKDIR /edgex [2024-09-06T02:59:11.432Z] COPY go.mod . [2024-09-06T02:59:11.432Z] RUN go mod download [2024-09-06T02:59:11.432Z] + docker build -t ci-base-image-arm64 -f - . [2024-09-06T02:59:12.019Z] Sending build context to Docker daemon 3.532MB [2024-09-06T02:59:12.020Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-06T02:59:12.020Z] ---> f246e2811388 [2024-09-06T02:59:12.020Z] Step 2/4 : WORKDIR /edgex [2024-09-06T02:59:13.958Z] ---> Running in ce34c67f9ff6 [2024-09-06T02:59:14.228Z] Removing intermediate container ce34c67f9ff6 [2024-09-06T02:59:14.228Z] ---> eccb6d7a9cd7 [2024-09-06T02:59:14.228Z] Step 3/4 : COPY go.mod . [2024-09-06T02:59:14.501Z] ---> ff19ba1e92b1 [2024-09-06T02:59:14.501Z] Step 4/4 : RUN go mod download [2024-09-06T02:59:14.772Z] ---> Running in e6a2da91452e [2024-09-06T02:59:24.244Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-06T02:59:24.244Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-06T02:59:24.812Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-06T02:59:25.749Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-06T02:59:27.128Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-06T02:59:32.403Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-06T02:59:33.343Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-06T02:59:35.254Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-06T02:59:37.165Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-06T02:59:38.104Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-06T02:59:38.672Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-06T02:59:39.609Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-06T02:59:40.177Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-09-06T02:59:41.126Z] $ docker stop --time=1 5d4b78c7aea26ff2205ea71543108c631e89bda0bcf7cdcd2c53359fdf0e1309 [2024-09-06T02:59:47.989Z] $ docker rm -f --volumes 5d4b78c7aea26ff2205ea71543108c631e89bda0bcf7cdcd2c53359fdf0e1309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T02:59:49.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-06T02:59:49.281Z] [2024-09-06T02:59:49.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T02:59:49.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-06T02:59:49.587Z] latest: Pulling from edgex-devops/edgex-compose [2024-09-06T02:59:49.587Z] 91d30c5bc195: Pulling fs layer [2024-09-06T02:59:49.587Z] 2e9b0aa3be6d: Pulling fs layer [2024-09-06T02:59:49.587Z] 9c61dcf015f6: Pulling fs layer [2024-09-06T02:59:49.587Z] 4698f68db338: Pulling fs layer [2024-09-06T02:59:49.587Z] 2a2f49069b9e: Pulling fs layer [2024-09-06T02:59:49.587Z] e0025b399a48: Pulling fs layer [2024-09-06T02:59:49.587Z] 4698f68db338: Waiting [2024-09-06T02:59:49.587Z] 2a2f49069b9e: Waiting [2024-09-06T02:59:49.587Z] e0025b399a48: Waiting [2024-09-06T02:59:49.848Z] 91d30c5bc195: Verifying Checksum [2024-09-06T02:59:49.848Z] 91d30c5bc195: Download complete [2024-09-06T02:59:49.848Z] 4698f68db338: Verifying Checksum [2024-09-06T02:59:49.848Z] 4698f68db338: Download complete [2024-09-06T02:59:49.848Z] 2e9b0aa3be6d: Verifying Checksum [2024-09-06T02:59:49.848Z] 2e9b0aa3be6d: Download complete [2024-09-06T02:59:49.848Z] 91d30c5bc195: Pull complete [2024-09-06T02:59:49.848Z] e0025b399a48: Verifying Checksum [2024-09-06T02:59:49.848Z] e0025b399a48: Download complete [2024-09-06T02:59:50.109Z] 2a2f49069b9e: Download complete [2024-09-06T02:59:50.109Z] 2e9b0aa3be6d: Pull complete [2024-09-06T02:59:50.373Z] 9c61dcf015f6: Download complete [2024-09-06T02:59:52.906Z] 9c61dcf015f6: Pull complete [2024-09-06T02:59:52.906Z] 4698f68db338: Pull complete [2024-09-06T02:59:53.164Z] 2a2f49069b9e: Pull complete [2024-09-06T02:59:53.164Z] e0025b399a48: Pull complete [2024-09-06T02:59:53.164Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-09-06T02:59:53.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-06T02:59:53.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T02:59:53.276Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T02:59:53.304Z] $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-09-06T02:59:56.383Z] $ docker top d5ff6d92907faa9d58cafb8d6f0561ddbc380c54365ad7e0e3808953dc05fdc2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-06T02:59:56.736Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-06T02:59:59.271Z] #1 [core-command internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #1 transferring dockerfile: 1.93kB done [2024-09-06T02:59:59.271Z] #1 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #2 transferring dockerfile: 1.89kB done [2024-09-06T02:59:59.271Z] #2 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #3 transferring dockerfile: 1.70kB done [2024-09-06T02:59:59.271Z] #3 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #4 transferring dockerfile: 1.69kB done [2024-09-06T02:59:59.271Z] #4 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #5 [support-notifications internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #5 transferring dockerfile: 1.95kB done [2024-09-06T02:59:59.271Z] #5 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #6 transferring dockerfile: 2.49kB done [2024-09-06T02:59:59.271Z] #6 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #7 transferring dockerfile: 2.23kB done [2024-09-06T02:59:59.271Z] #7 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #8 [support-scheduler internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #8 transferring dockerfile: 1.93kB done [2024-09-06T02:59:59.271Z] #8 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #9 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #9 transferring dockerfile: 1.85kB done [2024-09-06T02:59:59.271Z] #9 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #10 transferring dockerfile: 1.81kB done [2024-09-06T02:59:59.271Z] #10 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #11 [core-command internal] load .dockerignore [2024-09-06T02:59:59.271Z] #11 transferring context: 50B done [2024-09-06T02:59:59.271Z] #11 DONE 0.0s [2024-09-06T02:59:59.271Z] [2024-09-06T02:59:59.271Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-06T02:59:59.271Z] #12 transferring dockerfile: 2.50kB done [2024-09-06T02:59:59.559Z] #12 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-06T02:59:59.559Z] #13 transferring dockerfile: 2.15kB done [2024-09-06T02:59:59.559Z] #13 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #14 [core-metadata internal] load build definition from Dockerfile [2024-09-06T02:59:59.559Z] #14 transferring dockerfile: 2.06kB done [2024-09-06T02:59:59.559Z] #14 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #15 [core-data internal] load build definition from Dockerfile [2024-09-06T02:59:59.559Z] #15 transferring dockerfile: 2.07kB done [2024-09-06T02:59:59.559Z] #15 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-06T02:59:59.559Z] #16 transferring dockerfile: 3.17kB done [2024-09-06T02:59:59.559Z] #16 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #17 [core-keeper internal] load build definition from Dockerfile [2024-09-06T02:59:59.559Z] #17 transferring dockerfile: 2.01kB done [2024-09-06T02:59:59.559Z] #17 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2024-09-06T02:59:59.559Z] #18 transferring context: 50B done [2024-09-06T02:59:59.559Z] #18 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #19 [security-spire-server internal] load .dockerignore [2024-09-06T02:59:59.559Z] #19 transferring context: 50B done [2024-09-06T02:59:59.559Z] #19 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #20 [security-spire-config internal] load .dockerignore [2024-09-06T02:59:59.559Z] #20 transferring context: 50B done [2024-09-06T02:59:59.559Z] #20 DONE 0.0s [2024-09-06T02:59:59.559Z] [2024-09-06T02:59:59.559Z] #21 [support-notifications internal] load .dockerignore [2024-09-06T02:59:59.864Z] #21 transferring context: 50B done [2024-09-06T02:59:59.864Z] #21 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-06T02:59:59.864Z] #22 transferring context: 50B done [2024-09-06T02:59:59.864Z] #22 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-09-06T02:59:59.864Z] #23 transferring context: 50B done [2024-09-06T02:59:59.864Z] #23 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #24 [support-cron-scheduler internal] load .dockerignore [2024-09-06T02:59:59.864Z] #24 transferring context: 50B done [2024-09-06T02:59:59.864Z] #24 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #25 [support-scheduler internal] load .dockerignore [2024-09-06T02:59:59.864Z] #25 transferring context: 50B done [2024-09-06T02:59:59.864Z] #25 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #26 [security-spire-agent internal] load .dockerignore [2024-09-06T02:59:59.864Z] #26 transferring context: 50B done [2024-09-06T02:59:59.864Z] #26 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #27 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T02:59:59.864Z] #27 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #28 [security-proxy-setup internal] load .dockerignore [2024-09-06T02:59:59.864Z] #28 transferring context: 50B done [2024-09-06T02:59:59.864Z] #28 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #29 [security-proxy-auth internal] load .dockerignore [2024-09-06T02:59:59.864Z] #29 transferring context: 50B done [2024-09-06T02:59:59.864Z] #29 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #30 [core-metadata internal] load .dockerignore [2024-09-06T02:59:59.864Z] #30 transferring context: 50B done [2024-09-06T02:59:59.864Z] #30 DONE 0.0s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #31 [core-data internal] load .dockerignore [2024-09-06T02:59:59.864Z] #31 transferring context: 50B done [2024-09-06T02:59:59.864Z] #31 DONE 0.1s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #32 [security-bootstrapper internal] load .dockerignore [2024-09-06T02:59:59.864Z] #32 transferring context: 50B done [2024-09-06T02:59:59.864Z] #32 DONE 0.1s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #33 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T02:59:59.864Z] #33 DONE 0.1s [2024-09-06T02:59:59.864Z] [2024-09-06T02:59:59.864Z] #34 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T02:59:59.864Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:00:00.166Z] #34 ... [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #35 [core-keeper internal] load .dockerignore [2024-09-06T03:00:00.166Z] #35 transferring context: 50B done [2024-09-06T03:00:00.166Z] #35 DONE 0.1s [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #34 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:00:00.166Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:00:00.166Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-09-06T03:00:00.166Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-09-06T03:00:00.166Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-09-06T03:00:00.166Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-09-06T03:00:00.166Z] #34 ... [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T03:00:00.166Z] #27 DONE 0.0s [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #33 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:00:00.166Z] #33 DONE 0.1s [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-06T03:00:00.166Z] #36 DONE 0.5s [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #34 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:00:00.166Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:00:00.166Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:00:00.166Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-09-06T03:00:00.166Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-09-06T03:00:00.166Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-09-06T03:00:00.166Z] #34 ... [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T03:00:00.166Z] #27 DONE 0.0s [2024-09-06T03:00:00.166Z] [2024-09-06T03:00:00.166Z] #34 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:00:00.166Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-09-06T03:00:00.450Z] #34 ... [2024-09-06T03:00:00.450Z] [2024-09-06T03:00:00.450Z] #27 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T03:00:00.450Z] #27 DONE 0.0s [2024-09-06T03:00:00.450Z] [2024-09-06T03:00:00.450Z] #27 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T03:00:00.450Z] #27 DONE 0.0s [2024-09-06T03:00:00.450Z] [2024-09-06T03:00:00.450Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:00:00.450Z] #33 ... [2024-09-06T03:00:00.450Z] [2024-09-06T03:00:00.450Z] #27 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T03:00:00.450Z] #27 DONE 0.0s [2024-09-06T03:00:00.450Z] [2024-09-06T03:00:00.450Z] #33 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:00:00.748Z] #33 ... [2024-09-06T03:00:00.748Z] [2024-09-06T03:00:00.748Z] #27 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-06T03:00:00.748Z] #27 DONE 0.0s [2024-09-06T03:00:00.748Z] [2024-09-06T03:00:00.748Z] #33 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:00:01.381Z] #33 DONE 1.2s [2024-09-06T03:00:01.381Z] [2024-09-06T03:00:01.381Z] #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-06T03:00:01.381Z] #36 DONE 0.5s [2024-09-06T03:00:01.381Z] [2024-09-06T03:00:01.381Z] #37 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-09-06T03:00:01.381Z] #37 DONE 1.2s [2024-09-06T03:00:01.381Z] [2024-09-06T03:00:01.381Z] #34 [support-cron-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:00:01.381Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:00:01.381Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:00:01.381Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-09-06T03:00:01.381Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-09-06T03:00:01.381Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-09-06T03:00:01.381Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-09-06T03:00:01.671Z] #34 DONE 2.1s [2024-09-06T03:00:01.671Z] [2024-09-06T03:00:01.671Z] #38 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:00:02.264Z] #38 ... [2024-09-06T03:00:02.264Z] [2024-09-06T03:00:02.264Z] #34 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:00:02.264Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:00:02.264Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:00:02.264Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-09-06T03:00:02.264Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-09-06T03:00:02.264Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-09-06T03:00:02.264Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-09-06T03:00:02.264Z] #34 DONE 2.1s [2024-09-06T03:00:02.264Z] [2024-09-06T03:00:02.264Z] #39 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-06T03:00:02.264Z] #39 DONE 2.2s [2024-09-06T03:00:02.527Z] [2024-09-06T03:00:02.527Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:02.527Z] #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:07.806Z] #40 ... [2024-09-06T03:00:07.806Z] [2024-09-06T03:00:07.806Z] #41 [core-common-config-bootstrapper internal] load build context [2024-09-06T03:00:07.806Z] #41 transferring context: 224.90MB 6.1s [2024-09-06T03:00:07.806Z] #41 ... [2024-09-06T03:00:07.806Z] [2024-09-06T03:00:07.806Z] #42 [security-proxy-auth internal] load build context [2024-09-06T03:00:07.806Z] #42 ... [2024-09-06T03:00:07.806Z] [2024-09-06T03:00:07.806Z] #41 [core-common-config-bootstrapper internal] load build context [2024-09-06T03:00:10.424Z] #41 ... [2024-09-06T03:00:10.424Z] [2024-09-06T03:00:10.424Z] #43 [core-command internal] load build context [2024-09-06T03:00:10.424Z] #43 ... [2024-09-06T03:00:10.424Z] [2024-09-06T03:00:10.424Z] #41 [core-common-config-bootstrapper internal] load build context [2024-09-06T03:00:10.424Z] #41 ... [2024-09-06T03:00:10.424Z] [2024-09-06T03:00:10.424Z] #44 [support-notifications internal] load build context [2024-09-06T03:00:10.424Z] #44 ... [2024-09-06T03:00:10.424Z] [2024-09-06T03:00:10.424Z] #45 [security-spiffe-token-provider internal] load build context [2024-09-06T03:00:10.424Z] #45 ... [2024-09-06T03:00:10.424Z] [2024-09-06T03:00:10.424Z] #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-06T03:00:10.953Z] #46 ... [2024-09-06T03:00:10.953Z] [2024-09-06T03:00:10.953Z] #47 [core-data internal] load build context [2024-09-06T03:00:11.216Z] #47 ... [2024-09-06T03:00:11.216Z] [2024-09-06T03:00:11.216Z] #48 [support-cron-scheduler internal] load build context [2024-09-06T03:00:11.216Z] #48 ... [2024-09-06T03:00:11.216Z] [2024-09-06T03:00:11.216Z] #49 [support-scheduler internal] load build context [2024-09-06T03:00:11.476Z] #49 ... [2024-09-06T03:00:11.476Z] [2024-09-06T03:00:11.476Z] #50 [security-proxy-setup internal] load build context [2024-09-06T03:00:11.476Z] #50 ... [2024-09-06T03:00:11.476Z] [2024-09-06T03:00:11.476Z] #51 [security-bootstrapper internal] load build context [2024-09-06T03:00:11.734Z] #51 ... [2024-09-06T03:00:11.734Z] [2024-09-06T03:00:11.734Z] #52 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-06T03:00:11.734Z] #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:11.734Z] #0 1.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:11.734Z] #0 1.275 OK: 264 MiB in 52 packages [2024-09-06T03:00:11.734Z] #52 ... [2024-09-06T03:00:11.734Z] [2024-09-06T03:00:11.734Z] #53 [core-keeper internal] load build context [2024-09-06T03:00:11.734Z] #53 ... [2024-09-06T03:00:11.734Z] [2024-09-06T03:00:11.734Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-06T03:00:11.734Z] #0 0.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:11.734Z] #0 0.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:11.734Z] #0 1.214 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:00:11.734Z] #0 1.214 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:00:11.734Z] #0 1.214 OK: 20078 distinct packages available [2024-09-06T03:00:11.734Z] #0 1.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:11.734Z] #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:11.734Z] #0 1.561 OK: 264 MiB in 52 packages [2024-09-06T03:00:12.005Z] #54 ... [2024-09-06T03:00:12.005Z] [2024-09-06T03:00:12.005Z] #55 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-06T03:00:12.005Z] #55 ... [2024-09-06T03:00:12.005Z] [2024-09-06T03:00:12.005Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:00:12.268Z] #56 ... [2024-09-06T03:00:12.268Z] [2024-09-06T03:00:12.268Z] #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:00:12.268Z] #57 ... [2024-09-06T03:00:12.268Z] [2024-09-06T03:00:12.268Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-06T03:00:12.268Z] #58 ... [2024-09-06T03:00:12.268Z] [2024-09-06T03:00:12.268Z] #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:00:12.268Z] #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:12.268Z] #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:12.268Z] #0 1.703 OK: 264 MiB in 52 packages [2024-09-06T03:00:12.548Z] #59 ... [2024-09-06T03:00:12.548Z] [2024-09-06T03:00:12.548Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-06T03:00:12.548Z] #60 ... [2024-09-06T03:00:12.548Z] [2024-09-06T03:00:12.548Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-06T03:00:12.814Z] #61 ... [2024-09-06T03:00:12.814Z] [2024-09-06T03:00:12.814Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:00:12.814Z] #62 ... [2024-09-06T03:00:12.814Z] [2024-09-06T03:00:12.814Z] #63 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:00:12.814Z] #63 ... [2024-09-06T03:00:12.814Z] [2024-09-06T03:00:12.814Z] #64 [security-spire-server internal] load build context [2024-09-06T03:00:13.072Z] #64 ... [2024-09-06T03:00:13.072Z] [2024-09-06T03:00:13.072Z] #65 [core-metadata internal] load build context [2024-09-06T03:00:13.072Z] #65 transferring context: 181.11MB 11.6s [2024-09-06T03:00:13.072Z] #65 ... [2024-09-06T03:00:13.072Z] [2024-09-06T03:00:13.072Z] #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:00:13.072Z] #0 1.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:13.072Z] #0 1.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:13.072Z] #0 1.525 OK: 264 MiB in 52 packages [2024-09-06T03:00:13.072Z] #66 ... [2024-09-06T03:00:13.072Z] [2024-09-06T03:00:13.072Z] #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-06T03:00:13.335Z] #67 ... [2024-09-06T03:00:13.335Z] [2024-09-06T03:00:13.335Z] #68 [security-spire-config internal] load build context [2024-09-06T03:00:13.335Z] #68 ... [2024-09-06T03:00:13.335Z] [2024-09-06T03:00:13.335Z] #69 [security-secretstore-setup internal] load build context [2024-09-06T03:00:13.596Z] #69 ... [2024-09-06T03:00:13.596Z] [2024-09-06T03:00:13.596Z] #65 [core-metadata internal] load build context [2024-09-06T03:00:15.602Z] #65 ... [2024-09-06T03:00:15.602Z] [2024-09-06T03:00:15.602Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-06T03:00:15.861Z] #70 ... [2024-09-06T03:00:15.861Z] [2024-09-06T03:00:15.861Z] #65 [core-metadata internal] load build context [2024-09-06T03:00:18.398Z] #65 transferring context: 485.65MB 16.7s [2024-09-06T03:00:18.398Z] #65 transferring context: 495.52MB 16.8s done [2024-09-06T03:00:18.398Z] #65 ... [2024-09-06T03:00:18.398Z] [2024-09-06T03:00:18.398Z] #42 [security-proxy-auth internal] load build context [2024-09-06T03:00:18.398Z] #42 transferring context: 495.52MB 14.9s done [2024-09-06T03:00:18.398Z] #42 ... [2024-09-06T03:00:18.398Z] [2024-09-06T03:00:18.398Z] #51 [security-bootstrapper internal] load build context [2024-09-06T03:00:18.398Z] #51 transferring context: 495.52MB 16.7s done [2024-09-06T03:00:19.380Z] #51 ... [2024-09-06T03:00:19.380Z] [2024-09-06T03:00:19.380Z] #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:00:19.380Z] #71 ... [2024-09-06T03:00:19.380Z] [2024-09-06T03:00:19.380Z] #68 [security-spire-config internal] load build context [2024-09-06T03:00:19.380Z] #68 transferring context: 25.96kB done [2024-09-06T03:00:20.348Z] #68 ... [2024-09-06T03:00:20.348Z] [2024-09-06T03:00:20.348Z] #43 [core-command internal] load build context [2024-09-06T03:00:20.348Z] #43 transferring context: 495.52MB 12.7s done [2024-09-06T03:00:20.608Z] #43 ... [2024-09-06T03:00:20.608Z] [2024-09-06T03:00:20.608Z] #41 [core-common-config-bootstrapper internal] load build context [2024-09-06T03:00:20.608Z] #41 transferring context: 495.52MB 13.7s done [2024-09-06T03:00:20.608Z] #41 ... [2024-09-06T03:00:20.608Z] [2024-09-06T03:00:20.608Z] #45 [security-spiffe-token-provider internal] load build context [2024-09-06T03:00:20.608Z] #45 transferring context: 495.52MB 14.0s done [2024-09-06T03:00:20.870Z] #45 ... [2024-09-06T03:00:20.870Z] [2024-09-06T03:00:20.870Z] #44 [support-notifications internal] load build context [2024-09-06T03:00:20.870Z] #44 transferring context: 495.52MB 12.2s done [2024-09-06T03:00:20.870Z] #44 ... [2024-09-06T03:00:20.870Z] [2024-09-06T03:00:20.870Z] #49 [support-scheduler internal] load build context [2024-09-06T03:00:20.870Z] #49 transferring context: 495.52MB 16.3s done [2024-09-06T03:00:21.442Z] #49 ... [2024-09-06T03:00:21.442Z] [2024-09-06T03:00:21.442Z] #47 [core-data internal] load build context [2024-09-06T03:00:21.442Z] #47 transferring context: 495.52MB 13.2s done [2024-09-06T03:00:21.442Z] #47 ... [2024-09-06T03:00:21.442Z] [2024-09-06T03:00:21.442Z] #48 [support-cron-scheduler internal] load build context [2024-09-06T03:00:21.442Z] #48 transferring context: 495.52MB 13.0s done [2024-09-06T03:00:21.703Z] #48 ... [2024-09-06T03:00:21.703Z] [2024-09-06T03:00:21.703Z] #50 [security-proxy-setup internal] load build context [2024-09-06T03:00:21.703Z] #50 transferring context: 495.52MB 15.4s done [2024-09-06T03:00:21.963Z] #50 ... [2024-09-06T03:00:21.963Z] [2024-09-06T03:00:21.963Z] #53 [core-keeper internal] load build context [2024-09-06T03:00:21.963Z] #53 transferring context: 495.52MB 15.7s done [2024-09-06T03:00:22.719Z] Removing intermediate container e6a2da91452e [2024-09-06T03:00:22.719Z] ---> d41c2ae345ed [2024-09-06T03:00:22.719Z] Successfully built d41c2ae345ed [2024-09-06T03:00:22.719Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-09-06T03:00:22.752Z] #53 ... [2024-09-06T03:00:22.752Z] [2024-09-06T03:00:22.752Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:22.752Z] #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20.2s done [Pipeline] sh [2024-09-06T03:00:23.061Z] + docker inspect -f . ci-base-image-arm64 [2024-09-06T03:00:23.061Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:00:23.299Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2024-09-06T03:00:23.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-09-06T03:00:23.794Z] #40 ... [2024-09-06T03:00:23.794Z] [2024-09-06T03:00:23.794Z] #69 [security-secretstore-setup internal] load build context [2024-09-06T03:00:23.794Z] #69 transferring context: 495.52MB 14.4s done [2024-09-06T03:00:24.056Z] #69 ... [2024-09-06T03:00:24.056Z] [2024-09-06T03:00:24.056Z] #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-06T03:00:24.056Z] #46 DONE 23.7s [2024-09-06T03:00:24.056Z] [2024-09-06T03:00:24.056Z] #34 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:00:24.056Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:00:24.056Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:00:24.056Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-09-06T03:00:24.056Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-09-06T03:00:24.056Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-09-06T03:00:24.056Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-09-06T03:00:24.056Z] #34 DONE 2.1s [2024-09-06T03:00:24.056Z] [2024-09-06T03:00:24.056Z] #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:00:24.056Z] #72 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:00:24.696Z] $ docker top ddd0a6620149bb742732501fd7d8d76b9d92dffd13b2e584625ac5b9fd3c3157 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-06T03:00:25.573Z] + go version [2024-09-06T03:00:25.573Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-09-06T03:00:25.591Z] $ docker stop --time=1 ddd0a6620149bb742732501fd7d8d76b9d92dffd13b2e584625ac5b9fd3c3157 [2024-09-06T03:00:27.191Z] $ docker rm -f --volumes ddd0a6620149bb742732501fd7d8d76b9d92dffd13b2e584625ac5b9fd3c3157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:00:27.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-06T03:00:27.935Z] [2024-09-06T03:00:27.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:00:28.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-06T03:00:28.286Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-09-06T03:00:28.286Z] 547446be3368: Pulling fs layer [2024-09-06T03:00:28.286Z] d125d8839a47: Pulling fs layer [2024-09-06T03:00:28.286Z] 3e85d5ac6304: Pulling fs layer [2024-09-06T03:00:28.286Z] c3105a71a48b: Pulling fs layer [2024-09-06T03:00:28.286Z] 0f093f025ec4: Pulling fs layer [2024-09-06T03:00:28.286Z] c3106fc0e877: Pulling fs layer [2024-09-06T03:00:28.553Z] c3105a71a48b: Waiting [2024-09-06T03:00:28.553Z] 0f093f025ec4: Waiting [2024-09-06T03:00:28.553Z] c3106fc0e877: Waiting [2024-09-06T03:00:28.553Z] 547446be3368: Verifying Checksum [2024-09-06T03:00:28.553Z] 547446be3368: Download complete [2024-09-06T03:00:28.553Z] c3105a71a48b: Download complete [2024-09-06T03:00:29.137Z] d125d8839a47: Verifying Checksum [2024-09-06T03:00:29.137Z] d125d8839a47: Download complete [2024-09-06T03:00:29.137Z] c3106fc0e877: Verifying Checksum [2024-09-06T03:00:29.137Z] c3106fc0e877: Download complete [2024-09-06T03:00:29.137Z] 0f093f025ec4: Verifying Checksum [2024-09-06T03:00:29.137Z] 0f093f025ec4: Download complete [2024-09-06T03:00:29.403Z] 547446be3368: Pull complete [2024-09-06T03:00:30.361Z] d125d8839a47: Pull complete [2024-09-06T03:00:30.646Z] #72 ... [2024-09-06T03:00:30.646Z] [2024-09-06T03:00:30.646Z] #64 [security-spire-server internal] load build context [2024-09-06T03:00:30.646Z] #64 transferring context: 27.71kB done [2024-09-06T03:00:30.945Z] 3e85d5ac6304: Verifying Checksum [2024-09-06T03:00:30.945Z] 3e85d5ac6304: Download complete [2024-09-06T03:00:34.866Z] #64 ... [2024-09-06T03:00:34.866Z] [2024-09-06T03:00:34.866Z] #73 [security-spire-agent internal] load build context [2024-09-06T03:00:34.866Z] #73 ... [2024-09-06T03:00:34.866Z] [2024-09-06T03:00:34.866Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:34.866Z] #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 20.2s done [2024-09-06T03:00:34.866Z] #40 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-06T03:00:34.866Z] #40 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-09-06T03:00:34.866Z] #40 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-09-06T03:00:34.866Z] #40 ... [2024-09-06T03:00:34.866Z] [2024-09-06T03:00:34.866Z] #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:00:34.866Z] #71 ... [2024-09-06T03:00:34.866Z] [2024-09-06T03:00:34.866Z] #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:00:34.866Z] #72 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 6.5s done [2024-09-06T03:00:34.866Z] #72 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-06T03:00:36.250Z] #72 ... [2024-09-06T03:00:36.250Z] [2024-09-06T03:00:36.250Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:36.250Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 4.2s [2024-09-06T03:00:36.250Z] #40 ... [2024-09-06T03:00:36.250Z] [2024-09-06T03:00:36.250Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-06T03:00:36.250Z] #54 DONE 35.2s [2024-09-06T03:00:36.250Z] [2024-09-06T03:00:36.250Z] #59 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:00:36.250Z] #59 DONE 35.2s [2024-09-06T03:00:36.250Z] [2024-09-06T03:00:36.250Z] #66 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:00:36.250Z] #66 DONE 35.4s [2024-09-06T03:00:36.250Z] [2024-09-06T03:00:36.250Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:36.250Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 4.3s done [2024-09-06T03:00:36.250Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 4.3s [2024-09-06T03:00:36.250Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 4.3s [2024-09-06T03:00:36.509Z] #40 ... [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #52 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-06T03:00:36.509Z] #52 DONE 35.3s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:00:36.509Z] #57 DONE 35.2s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #45 [security-spiffe-token-provider internal] load build context [2024-09-06T03:00:36.509Z] #45 DONE 36.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #44 [support-notifications internal] load build context [2024-09-06T03:00:36.509Z] #44 DONE 36.3s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #48 [support-cron-scheduler internal] load build context [2024-09-06T03:00:36.509Z] #48 DONE 35.3s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #47 [core-data internal] load build context [2024-09-06T03:00:36.509Z] #47 DONE 35.3s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #43 [core-command internal] load build context [2024-09-06T03:00:36.509Z] #43 DONE 36.6s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:36.509Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 4.4s [2024-09-06T03:00:36.509Z] #40 ... [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #41 [core-common-config-bootstrapper internal] load build context [2024-09-06T03:00:36.509Z] #41 DONE 35.3s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #69 [security-secretstore-setup internal] load build context [2024-09-06T03:00:36.509Z] #69 DONE 35.3s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #42 [security-proxy-auth internal] load build context [2024-09-06T03:00:36.509Z] #42 DONE 35.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #50 [security-proxy-setup internal] load build context [2024-09-06T03:00:36.509Z] #50 DONE 35.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #53 [core-keeper internal] load build context [2024-09-06T03:00:36.509Z] #53 DONE 35.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #49 [support-scheduler internal] load build context [2024-09-06T03:00:36.509Z] #49 DONE 35.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #51 [security-bootstrapper internal] load build context [2024-09-06T03:00:36.509Z] #51 DONE 35.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #65 [core-metadata internal] load build context [2024-09-06T03:00:36.509Z] #65 DONE 35.4s [2024-09-06T03:00:36.509Z] [2024-09-06T03:00:36.509Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:36.509Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 4.5s done [2024-09-06T03:00:36.509Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.5s done [2024-09-06T03:00:36.509Z] #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-09-06T03:00:36.781Z] #40 ... [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #68 [security-spire-config internal] load build context [2024-09-06T03:00:36.781Z] #68 DONE 34.3s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #64 [security-spire-server internal] load build context [2024-09-06T03:00:36.781Z] #64 DONE 34.3s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #73 [security-spire-agent internal] load build context [2024-09-06T03:00:36.781Z] #73 transferring context: 27.24kB done [2024-09-06T03:00:36.781Z] #73 DONE 12.7s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:36.781Z] #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-09-06T03:00:36.781Z] #40 ... [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:00:36.781Z] #74 DONE 0.3s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:00:36.781Z] #75 DONE 0.3s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:00:36.781Z] #76 DONE 0.2s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #77 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:00:36.781Z] #77 DONE 0.3s [2024-09-06T03:00:36.781Z] [2024-09-06T03:00:36.781Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:36.781Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 6.29MB / 30.73MB 4.7s [2024-09-06T03:00:36.781Z] #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-09-06T03:00:37.047Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 29.36MB / 30.73MB 4.9s [2024-09-06T03:00:37.371Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 5.0s done [2024-09-06T03:00:37.371Z] #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.1s [2024-09-06T03:00:38.337Z] #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.2s done [2024-09-06T03:00:38.337Z] #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.2s done [2024-09-06T03:00:38.907Z] #40 ... [2024-09-06T03:00:38.907Z] [2024-09-06T03:00:38.907Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-06T03:00:38.907Z] #60 35.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.907Z] #60 35.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.907Z] #60 36.12 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:38.908Z] #60 36.12 (2/2) Installing su-exec (0.2-r3) [2024-09-06T03:00:38.908Z] #60 36.12 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:38.908Z] #60 36.13 OK: 7 MiB in 17 packages [2024-09-06T03:00:38.908Z] #60 DONE 36.8s [2024-09-06T03:00:38.908Z] [2024-09-06T03:00:38.908Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:00:38.908Z] #62 35.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #62 35.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #62 35.71 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:00:38.908Z] #62 35.71 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:00:38.908Z] #62 35.71 OK: 20072 distinct packages available [2024-09-06T03:00:38.908Z] #62 35.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #62 35.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #62 36.13 (1/11) Installing ca-certificates (20240226-r0) [2024-09-06T03:00:38.908Z] #62 36.14 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-06T03:00:38.908Z] #62 36.19 (3/11) Installing libunistring (1.1-r1) [2024-09-06T03:00:38.908Z] #62 36.21 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-06T03:00:38.908Z] #62 36.21 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-06T03:00:38.908Z] #62 36.22 (6/11) Installing libcurl (8.9.0-r0) [2024-09-06T03:00:38.908Z] #62 36.23 (7/11) Installing curl (8.9.0-r0) [2024-09-06T03:00:38.908Z] #62 36.23 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:38.908Z] #62 36.24 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-06T03:00:38.908Z] #62 36.24 (10/11) Installing libucontext (1.2-r2) [2024-09-06T03:00:38.908Z] #62 36.34 (11/11) Installing gcompat (1.1.0-r1) [2024-09-06T03:00:38.908Z] #62 36.35 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:38.908Z] #62 36.36 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:38.908Z] #62 36.43 OK: 12 MiB in 26 packages [2024-09-06T03:00:38.908Z] #62 DONE 36.8s [2024-09-06T03:00:38.908Z] [2024-09-06T03:00:38.908Z] #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-06T03:00:38.908Z] #67 35.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #67 35.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #67 35.67 (1/2) Installing ca-certificates (20240226-r0) [2024-09-06T03:00:38.908Z] #67 35.68 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:38.908Z] #67 35.68 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:38.908Z] #67 35.69 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:38.908Z] #67 35.75 OK: 8 MiB in 17 packages [2024-09-06T03:00:38.908Z] #67 DONE 36.8s [2024-09-06T03:00:38.908Z] [2024-09-06T03:00:38.908Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-06T03:00:38.908Z] #61 35.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #61 36.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #61 36.33 (1/4) Installing ca-certificates (20240226-r0) [2024-09-06T03:00:38.908Z] #61 36.34 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:38.908Z] #61 36.34 (3/4) Installing su-exec (0.2-r3) [2024-09-06T03:00:38.908Z] #61 36.35 (4/4) Installing yq (4.33.3-r5) [2024-09-06T03:00:38.908Z] #61 36.41 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:38.908Z] #61 36.42 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:38.908Z] #61 36.47 OK: 17 MiB in 19 packages [2024-09-06T03:00:38.908Z] #61 DONE 36.8s [2024-09-06T03:00:38.908Z] [2024-09-06T03:00:38.908Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:00:38.908Z] #56 DONE 36.9s [2024-09-06T03:00:38.908Z] [2024-09-06T03:00:38.908Z] #38 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:00:38.908Z] #38 35.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #38 35.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:38.908Z] #38 35.56 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:38.908Z] #38 35.56 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:38.908Z] #38 35.57 OK: 7 MiB in 16 packages [2024-09-06T03:00:38.908Z] #38 DONE 37.1s [2024-09-06T03:00:38.908Z] [2024-09-06T03:00:38.908Z] #78 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:00:39.167Z] #78 ... [2024-09-06T03:00:39.167Z] [2024-09-06T03:00:39.167Z] #72 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:00:39.167Z] #72 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-09-06T03:00:39.167Z] #72 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-09-06T03:00:39.167Z] #72 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-09-06T03:00:39.167Z] #72 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-09-06T03:00:39.167Z] #72 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.4s done [2024-09-06T03:00:39.167Z] #72 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.9s done [2024-09-06T03:00:39.167Z] #72 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-09-06T03:00:39.167Z] #72 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done [2024-09-06T03:00:39.167Z] #72 DONE 15.0s [2024-09-06T03:00:39.167Z] [2024-09-06T03:00:39.167Z] #63 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:00:39.167Z] #63 35.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:39.167Z] #63 36.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:39.167Z] #63 36.70 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:39.167Z] #63 36.76 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:39.167Z] #63 36.79 OK: 7 MiB in 16 packages [2024-09-06T03:00:39.167Z] #63 DONE 37.1s [2024-09-06T03:00:39.167Z] [2024-09-06T03:00:39.167Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:00:39.167Z] #40 DONE 36.8s [2024-09-06T03:00:39.167Z] [2024-09-06T03:00:39.167Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-06T03:00:39.167Z] #58 35.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:39.167Z] #58 36.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:39.167Z] #58 36.87 (1/6) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:39.167Z] #58 36.91 (2/6) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:39.167Z] #58 36.92 (3/6) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:39.167Z] #58 36.93 (4/6) Installing openssl (3.1.7-r0) [2024-09-06T03:00:39.167Z] #58 36.94 (5/6) Installing su-exec (0.2-r3) [2024-09-06T03:00:39.167Z] #58 36.94 (6/6) Installing yq (4.33.3-r5) [2024-09-06T03:00:39.167Z] #58 37.05 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:39.167Z] #58 37.05 OK: 17 MiB in 19 packages [2024-09-06T03:00:39.167Z] #58 DONE 37.3s [2024-09-06T03:00:39.167Z] [2024-09-06T03:00:39.167Z] #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:00:40.548Z] #79 ... [2024-09-06T03:00:40.548Z] [2024-09-06T03:00:40.548Z] #55 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-06T03:00:40.548Z] #55 38.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:40.548Z] #55 38.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:40.548Z] #55 38.39 (1/3) Installing ca-certificates (20240226-r0) [2024-09-06T03:00:40.548Z] #55 38.40 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:40.548Z] #55 38.41 (3/3) Installing tzdata (2024a-r0) [2024-09-06T03:00:40.548Z] #55 38.47 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:40.548Z] #55 38.47 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:40.548Z] #55 38.54 OK: 11 MiB in 18 packages [2024-09-06T03:00:40.548Z] #55 DONE 38.8s [2024-09-06T03:00:40.806Z] [2024-09-06T03:00:40.806Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-06T03:00:40.806Z] #70 34.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:40.806Z] #70 34.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:40.806Z] #70 34.63 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:00:40.806Z] #70 34.63 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:00:40.806Z] #70 34.63 OK: 20072 distinct packages available [2024-09-06T03:00:40.806Z] #70 34.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:40.806Z] #70 34.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:40.806Z] #70 35.02 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:40.806Z] #70 35.02 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-06T03:00:40.806Z] #70 35.02 (3/4) Installing libucontext (1.2-r2) [2024-09-06T03:00:40.806Z] #70 35.02 (4/4) Installing gcompat (1.1.0-r1) [2024-09-06T03:00:40.806Z] #70 35.03 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:40.806Z] #70 35.03 OK: 8 MiB in 19 packages [2024-09-06T03:00:41.034Z] 3e85d5ac6304: Pull complete [2024-09-06T03:00:41.035Z] c3105a71a48b: Pull complete [2024-09-06T03:00:41.065Z] #70 DONE 35.2s [2024-09-06T03:00:41.065Z] [2024-09-06T03:00:41.065Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-06T03:00:42.000Z] #80 ... [2024-09-06T03:00:42.000Z] [2024-09-06T03:00:42.000Z] #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-06T03:00:42.000Z] #0 4.030 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.000Z] #0 4.514 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.000Z] #0 5.159 OK: 264 MiB in 52 packages [2024-09-06T03:00:42.000Z] #81 DONE 5.5s [2024-09-06T03:00:42.000Z] [2024-09-06T03:00:42.000Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:00:42.000Z] #0 2.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.000Z] #0 2.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.000Z] #0 2.824 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.000Z] #0 2.866 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.000Z] #0 2.876 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:42.000Z] #0 2.995 OK: 8 MiB in 17 packages [2024-09-06T03:00:42.000Z] #82 DONE 3.2s [2024-09-06T03:00:42.000Z] [2024-09-06T03:00:42.000Z] #78 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:00:42.000Z] #78 2.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.000Z] #78 2.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.001Z] #78 2.866 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.001Z] #78 2.906 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.001Z] #78 2.922 OK: 7 MiB in 16 packages [2024-09-06T03:00:42.001Z] #78 DONE 3.4s [2024-09-06T03:00:42.001Z] [2024-09-06T03:00:42.001Z] #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:00:42.001Z] #79 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.001Z] #79 2.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.003Z] 0f093f025ec4: Pull complete [2024-09-06T03:00:42.003Z] c3106fc0e877: Pull complete [2024-09-06T03:00:42.262Z] #79 ... [2024-09-06T03:00:42.262Z] [2024-09-06T03:00:42.262Z] #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:00:42.262Z] #71 30.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #71 31.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #71 32.15 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:00:42.262Z] #71 32.15 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:00:42.262Z] #71 32.15 OK: 20072 distinct packages available [2024-09-06T03:00:42.262Z] #71 32.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #71 32.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #71 32.56 (1/7) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #71 32.59 (2/7) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #71 32.60 (3/7) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:42.262Z] #71 32.61 (4/7) Installing musl-obstack (1.2.3-r2) [2024-09-06T03:00:42.262Z] #71 32.62 (5/7) Installing libucontext (1.2-r2) [2024-09-06T03:00:42.262Z] #71 32.65 (6/7) Installing gcompat (1.1.0-r1) [2024-09-06T03:00:42.262Z] #71 32.71 (7/7) Installing openssl (3.1.7-r0) [2024-09-06T03:00:42.262Z] #71 32.75 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:42.262Z] #71 32.76 OK: 8 MiB in 20 packages [2024-09-06T03:00:42.262Z] #71 DONE 32.9s [2024-09-06T03:00:42.262Z] [2024-09-06T03:00:42.262Z] #83 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-06T03:00:42.262Z] #83 DONE 0.2s [2024-09-06T03:00:42.262Z] [2024-09-06T03:00:42.262Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-06T03:00:42.262Z] #0 2.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #0 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #0 3.124 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #0 3.187 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #0 3.199 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:42.262Z] #0 3.299 OK: 17 MiB in 19 packages [2024-09-06T03:00:42.262Z] #84 DONE 3.5s [2024-09-06T03:00:42.262Z] [2024-09-06T03:00:42.262Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:00:42.262Z] #0 2.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #0 2.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.262Z] #0 3.225 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #0 3.305 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #0 3.313 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:42.262Z] #0 3.380 OK: 12 MiB in 26 packages [2024-09-06T03:00:42.262Z] #85 DONE 3.5s [2024-09-06T03:00:42.262Z] [2024-09-06T03:00:42.262Z] #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:00:42.262Z] #79 3.246 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #79 3.278 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:42.262Z] #79 3.289 OK: 7 MiB in 16 packages [2024-09-06T03:00:42.267Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-09-06T03:00:42.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-06T03:00:42.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:00:42.469Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2024-09-06T03:00:42.520Z] #79 DONE 3.4s [2024-09-06T03:00:42.520Z] [2024-09-06T03:00:42.520Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-06T03:00:42.520Z] #0 2.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.520Z] #0 2.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:42.520Z] #0 3.045 OK: 17 MiB in 19 packages [2024-09-06T03:00:42.520Z] #86 DONE 3.2s [2024-09-06T03:00:42.520Z] [2024-09-06T03:00:42.520Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-06T03:00:42.520Z] #87 DONE 0.0s [2024-09-06T03:00:42.520Z] [2024-09-06T03:00:42.520Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-06T03:00:42.533Z] $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-09-06T03:00:43.086Z] #88 ... [2024-09-06T03:00:43.086Z] [2024-09-06T03:00:43.087Z] #89 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-06T03:00:43.087Z] #0 2.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.087Z] #0 3.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.087Z] #0 4.029 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:43.087Z] #0 4.077 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:43.087Z] #0 4.083 OK: 7 MiB in 17 packages [2024-09-06T03:00:43.087Z] #89 DONE 4.3s [2024-09-06T03:00:43.087Z] [2024-09-06T03:00:43.087Z] #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-06T03:00:43.087Z] #0 2.795 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.087Z] #0 3.268 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.087Z] #0 3.902 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-06T03:00:43.087Z] #0 4.235 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:00:43.087Z] #0 4.240 OK: 7 MiB in 16 packages [2024-09-06T03:00:43.087Z] #90 DONE 4.3s [2024-09-06T03:00:43.345Z] [2024-09-06T03:00:43.345Z] #91 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-06T03:00:43.912Z] #91 ... [2024-09-06T03:00:43.912Z] [2024-09-06T03:00:43.912Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-06T03:00:43.912Z] #88 1.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.912Z] #88 1.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.912Z] #88 1.535 OK: 8 MiB in 20 packages [2024-09-06T03:00:43.912Z] #88 DONE 1.8s [2024-09-06T03:00:43.912Z] [2024-09-06T03:00:43.912Z] #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-06T03:00:43.912Z] #80 2.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.912Z] #80 2.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:43.912Z] #80 2.776 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:43.912Z] #80 2.809 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:43.912Z] #80 2.819 OK: 8 MiB in 19 packages [2024-09-06T03:00:43.912Z] #80 DONE 3.0s [2024-09-06T03:00:44.170Z] [2024-09-06T03:00:44.170Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:00:44.702Z] $ docker top 5fde50c872ea14a0f54a1930318f384e1031bc395b4deb3d85f6cb7cb7e3a5d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-06T03:00:45.235Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-06T03:00:45.547Z] #92 ... [2024-09-06T03:00:45.547Z] [2024-09-06T03:00:45.547Z] #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:00:45.547Z] #93 DONE 1.8s [2024-09-06T03:00:45.805Z] [2024-09-06T03:00:45.805Z] #94 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:00:45.805Z] #0 2.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:45.805Z] #0 3.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-06T03:00:45.805Z] #0 3.826 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:45.805Z] #0 4.105 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:00:45.805Z] #0 4.115 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:00:45.805Z] #0 4.159 OK: 11 MiB in 18 packages [2024-09-06T03:00:45.805Z] #94 DONE 5.0s [2024-09-06T03:00:45.805Z] [2024-09-06T03:00:45.805Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-06T03:00:45.805Z] #95 DONE 1.8s [2024-09-06T03:00:45.805Z] [2024-09-06T03:00:45.805Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:00:45.805Z] #92 DONE 1.8s [2024-09-06T03:00:45.805Z] [2024-09-06T03:00:45.805Z] #91 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-06T03:00:45.805Z] #91 DONE 2.7s [2024-09-06T03:00:45.805Z] [2024-09-06T03:00:45.805Z] #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-06T03:00:46.373Z] #96 ... [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-06T03:00:46.373Z] #97 DONE 0.7s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-06T03:00:46.373Z] #96 DONE 0.7s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-06T03:00:46.373Z] #98 DONE 0.7s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:00:46.373Z] #99 DONE 0.7s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-06T03:00:46.373Z] #100 DONE 0.0s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-06T03:00:46.373Z] #101 DONE 0.1s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-06T03:00:46.373Z] #102 DONE 0.1s [2024-09-06T03:00:46.373Z] [2024-09-06T03:00:46.373Z] #103 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-06T03:00:46.633Z] #103 DONE 0.1s [2024-09-06T03:00:46.633Z] [2024-09-06T03:00:46.633Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-06T03:00:46.633Z] #104 DONE 0.1s [2024-09-06T03:00:46.633Z] [2024-09-06T03:00:46.633Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-06T03:00:46.633Z] #105 DONE 0.1s [2024-09-06T03:00:46.633Z] [2024-09-06T03:00:46.633Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-06T03:00:46.633Z] #106 DONE 0.1s [2024-09-06T03:00:46.633Z] [2024-09-06T03:00:46.633Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-06T03:00:46.633Z] #107 DONE 0.1s [2024-09-06T03:00:46.633Z] [2024-09-06T03:00:46.633Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-06T03:00:46.633Z] #108 DONE 0.1s [2024-09-06T03:00:46.633Z] [2024-09-06T03:00:46.633Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-06T03:00:46.891Z] #109 DONE 0.1s [2024-09-06T03:00:46.891Z] [2024-09-06T03:00:46.891Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-06T03:00:46.891Z] #110 DONE 0.1s [2024-09-06T03:00:46.891Z] [2024-09-06T03:00:46.891Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-06T03:00:46.891Z] #111 DONE 0.1s [2024-09-06T03:00:46.891Z] [2024-09-06T03:00:46.891Z] #112 [security-spire-config] exporting to image [2024-09-06T03:00:46.891Z] #112 exporting layers [2024-09-06T03:00:46.891Z] #112 ... [2024-09-06T03:00:46.891Z] [2024-09-06T03:00:46.891Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-06T03:00:46.891Z] #113 DONE 0.1s [2024-09-06T03:00:46.891Z] [2024-09-06T03:00:46.891Z] #112 [security-spire-agent] exporting to image [2024-09-06T03:00:46.891Z] #112 ... [2024-09-06T03:00:46.891Z] [2024-09-06T03:00:46.891Z] #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:00:47.149Z] #114 ... [2024-09-06T03:00:47.149Z] [2024-09-06T03:00:47.149Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:00:47.409Z] #115 ... [2024-09-06T03:00:47.409Z] [2024-09-06T03:00:47.409Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:00:47.409Z] #116 ... [2024-09-06T03:00:47.409Z] [2024-09-06T03:00:47.409Z] #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:00:47.668Z] #117 ... [2024-09-06T03:00:47.668Z] [2024-09-06T03:00:47.668Z] #112 [security-spire-agent] exporting to image [2024-09-06T03:00:47.668Z] #112 exporting layers 0.6s done [2024-09-06T03:00:47.668Z] #112 writing image sha256:b058faf579d45e26d151c29d06f8fc5d6730c3d0e05cd6c202a4ea61dc04aeeb 0.0s done [2024-09-06T03:00:47.668Z] #112 naming to docker.io/library/security-spire-config done [2024-09-06T03:00:47.668Z] #112 writing image sha256:0c33816046afa4cacd9a56f7cb430edccb8507f1801eff7c9f8299d192c2f83e done [2024-09-06T03:00:47.668Z] #112 naming to docker.io/library/security-spire-server done [2024-09-06T03:00:47.668Z] #112 writing image sha256:4bd23ff9d973d692b7c7489a77c2d4d876be92cd401fe29533856833430b6324 done [2024-09-06T03:00:47.668Z] #112 naming to docker.io/library/security-spire-agent done [2024-09-06T03:00:47.668Z] #112 DONE 0.8s [2024-09-06T03:00:47.668Z] [2024-09-06T03:00:47.668Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:00.978Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #1 transferring dockerfile: [2024-09-06T03:01:00.978Z] #1 transferring dockerfile: 2.15kB done [2024-09-06T03:01:00.978Z] #1 DONE 1.0s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #2 [core-command internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #2 transferring dockerfile: 1.93kB done [2024-09-06T03:01:00.978Z] #2 DONE 0.0s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #3 [core-data internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #3 transferring dockerfile: 2.07kB done [2024-09-06T03:01:00.978Z] #3 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #4 transferring dockerfile: 2.50kB done [2024-09-06T03:01:00.978Z] #4 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #5 [security-spire-config internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #5 transferring dockerfile: 1.69kB done [2024-09-06T03:01:00.978Z] #5 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #6 transferring dockerfile: 1.95kB done [2024-09-06T03:01:00.978Z] #6 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #7 transferring dockerfile: 3.17kB done [2024-09-06T03:01:00.978Z] #7 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #8 transferring dockerfile: 1.81kB 0.0s done [2024-09-06T03:01:00.978Z] #8 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #9 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #9 transferring dockerfile: 1.85kB done [2024-09-06T03:01:00.978Z] #9 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #10 [core-keeper internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #10 transferring dockerfile: 2.01kB 0.0s done [2024-09-06T03:01:00.978Z] #10 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #11 transferring dockerfile: 2.23kB 0.0s done [2024-09-06T03:01:00.978Z] #11 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #12 [core-metadata internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #12 transferring dockerfile: 2.06kB done [2024-09-06T03:01:00.978Z] #12 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #13 transferring dockerfile: 2.49kB done [2024-09-06T03:01:00.978Z] #13 DONE 0.0s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #14 [security-spire-server internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #14 transferring dockerfile: 1.70kB done [2024-09-06T03:01:00.978Z] #14 DONE 0.0s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #15 [support-scheduler internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #15 transferring dockerfile: 1.93kB done [2024-09-06T03:01:00.978Z] #15 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #16 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-06T03:01:00.978Z] #16 transferring dockerfile: 1.89kB 0.0s done [2024-09-06T03:01:00.978Z] #16 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #17 [security-proxy-auth internal] load .dockerignore [2024-09-06T03:01:00.978Z] #17 transferring context: 50B 0.0s done [2024-09-06T03:01:00.978Z] #17 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #18 [core-command internal] load .dockerignore [2024-09-06T03:01:00.978Z] #18 transferring context: 50B done [2024-09-06T03:01:00.978Z] #18 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #19 [core-data internal] load .dockerignore [2024-09-06T03:01:00.978Z] #19 transferring context: 50B done [2024-09-06T03:01:00.978Z] #19 DONE 0.0s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #20 [security-proxy-setup internal] load .dockerignore [2024-09-06T03:01:00.978Z] #20 transferring context: 50B 0.0s done [2024-09-06T03:01:00.978Z] #20 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #21 [security-spire-config internal] load .dockerignore [2024-09-06T03:01:00.978Z] #21 transferring context: 50B done [2024-09-06T03:01:00.978Z] #21 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #22 [support-notifications internal] load .dockerignore [2024-09-06T03:01:00.978Z] #22 transferring context: 50B 0.0s done [2024-09-06T03:01:00.978Z] #22 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #23 [security-bootstrapper internal] load .dockerignore [2024-09-06T03:01:00.978Z] #23 transferring context: 50B 0.0s done [2024-09-06T03:01:00.978Z] #23 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #24 [security-spire-agent internal] load .dockerignore [2024-09-06T03:01:00.978Z] #24 transferring context: 50B done [2024-09-06T03:01:00.978Z] #24 DONE 0.1s [2024-09-06T03:01:00.978Z] [2024-09-06T03:01:00.978Z] #25 [support-cron-scheduler internal] load .dockerignore [2024-09-06T03:01:00.978Z] #25 transferring context: 50B done [2024-09-06T03:01:00.979Z] #25 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #26 [core-keeper internal] load .dockerignore [2024-09-06T03:01:00.979Z] #26 transferring context: 50B done [2024-09-06T03:01:00.979Z] #26 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-06T03:01:00.979Z] #27 transferring context: 50B done [2024-09-06T03:01:00.979Z] #27 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #28 [core-metadata internal] load .dockerignore [2024-09-06T03:01:00.979Z] #28 transferring context: 50B done [2024-09-06T03:01:00.979Z] #28 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #29 [security-secretstore-setup internal] load .dockerignore [2024-09-06T03:01:00.979Z] #29 transferring context: 50B done [2024-09-06T03:01:00.979Z] #29 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #30 [security-spire-server internal] load .dockerignore [2024-09-06T03:01:00.979Z] #30 transferring context: 50B done [2024-09-06T03:01:00.979Z] #30 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #31 [support-scheduler internal] load .dockerignore [2024-09-06T03:01:00.979Z] #31 transferring context: 50B 0.0s done [2024-09-06T03:01:00.979Z] #31 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #32 [security-spiffe-token-provider internal] load .dockerignore [2024-09-06T03:01:00.979Z] #32 transferring context: 50B done [2024-09-06T03:01:00.979Z] #32 DONE 0.1s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-06T03:01:00.979Z] #33 DONE 0.0s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:01:00.979Z] #34 ... [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-06T03:01:00.979Z] #33 DONE 0.0s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:01:00.979Z] #34 ... [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-06T03:01:00.979Z] #33 DONE 0.0s [2024-09-06T03:01:00.979Z] [2024-09-06T03:01:00.979Z] #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-06T03:01:01.561Z] #35 ... [2024-09-06T03:01:01.561Z] [2024-09-06T03:01:01.561Z] #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-06T03:01:01.561Z] #34 DONE 3.5s [2024-09-06T03:01:01.561Z] [2024-09-06T03:01:01.561Z] #36 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:01:01.561Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:01:01.561Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:01:01.561Z] #36 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-09-06T03:01:01.828Z] #36 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-09-06T03:01:01.828Z] #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s [2024-09-06T03:01:02.095Z] #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done [2024-09-06T03:01:02.095Z] #36 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-09-06T03:01:02.361Z] #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done [2024-09-06T03:01:02.628Z] #36 ... [2024-09-06T03:01:02.628Z] [2024-09-06T03:01:02.628Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-06T03:01:02.628Z] #37 DONE 2.6s [2024-09-06T03:01:02.628Z] [2024-09-06T03:01:02.628Z] #38 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-06T03:01:02.894Z] #38 ... [2024-09-06T03:01:02.894Z] [2024-09-06T03:01:02.894Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-06T03:01:02.894Z] #35 DONE 3.0s [2024-09-06T03:01:02.894Z] [2024-09-06T03:01:02.894Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:02.894Z] #39 DONE 0.0s [2024-09-06T03:01:02.894Z] [2024-09-06T03:01:02.894Z] #36 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:01:02.894Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:01:02.894Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:01:02.894Z] #36 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-09-06T03:01:02.894Z] #36 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-09-06T03:01:02.894Z] #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done [2024-09-06T03:01:04.106Z] #36 ... [2024-09-06T03:01:04.106Z] [2024-09-06T03:01:04.106Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:01:04.106Z] #40 DONE 0.0s [2024-09-06T03:01:04.106Z] [2024-09-06T03:01:04.106Z] #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:01:04.106Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-09-06T03:01:04.106Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-09-06T03:01:04.106Z] #36 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-09-06T03:01:04.106Z] #36 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-09-06T03:01:04.106Z] #36 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.4s done [2024-09-06T03:01:04.965Z] #36 ... [2024-09-06T03:01:04.965Z] [2024-09-06T03:01:04.965Z] #41 [security-spire-server internal] load build context [2024-09-06T03:01:04.965Z] #41 transferring context: 27.71kB 0.2s done [2024-09-06T03:01:04.965Z] #41 DONE 1.7s [2024-09-06T03:01:04.965Z] [2024-09-06T03:01:04.965Z] #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:01:08.077Z] #36 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 4.1s done [2024-09-06T03:01:08.077Z] #36 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 4.1s done [2024-09-06T03:01:08.077Z] #36 ... [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #42 [security-spire-agent internal] load build context [2024-09-06T03:01:08.077Z] #42 transferring context: 27.24kB 0.3s done [2024-09-06T03:01:08.077Z] #42 DONE 3.5s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #43 [security-spire-config internal] load build context [2024-09-06T03:01:08.077Z] #43 transferring context: 25.96kB 0.3s done [2024-09-06T03:01:08.077Z] #43 DONE 3.6s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:08.077Z] #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.8s done [2024-09-06T03:01:08.077Z] #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-06T03:01:08.077Z] #39 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-06T03:01:08.077Z] #39 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-06T03:01:08.077Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.8s done [2024-09-06T03:01:08.077Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.9s done [2024-09-06T03:01:08.077Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.1s done [2024-09-06T03:01:08.077Z] #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-09-06T03:01:08.077Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 2.2s [2024-09-06T03:01:08.077Z] #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-09-06T03:01:08.077Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 2.3s [2024-09-06T03:01:08.077Z] #39 ... [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #44 [security-spiffe-token-provider internal] load build context [2024-09-06T03:01:08.077Z] #44 transferring context: 3.10MB 3.1s done [2024-09-06T03:01:08.077Z] #44 DONE 5.5s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:08.077Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.84MB / 28.04MB 2.5s [2024-09-06T03:01:08.077Z] #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-09-06T03:01:08.077Z] #39 ... [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #45 [core-keeper internal] load build context [2024-09-06T03:01:08.077Z] #45 transferring context: 3.10MB 3.6s done [2024-09-06T03:01:08.077Z] #45 DONE 5.6s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #46 [core-common-config-bootstrapper internal] load build context [2024-09-06T03:01:08.077Z] #46 transferring context: 3.10MB 4.8s done [2024-09-06T03:01:08.077Z] #46 DONE 5.6s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #47 [support-notifications internal] load build context [2024-09-06T03:01:08.077Z] #47 transferring context: 3.10MB 4.1s done [2024-09-06T03:01:08.077Z] #47 DONE 5.6s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #48 [security-proxy-setup internal] load build context [2024-09-06T03:01:08.077Z] #48 transferring context: 3.10MB 4.9s done [2024-09-06T03:01:08.077Z] #48 DONE 5.7s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #49 [core-data internal] load build context [2024-09-06T03:01:08.077Z] #49 transferring context: 3.10MB 5.0s done [2024-09-06T03:01:08.077Z] #49 DONE 5.7s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #50 [security-proxy-auth internal] load build context [2024-09-06T03:01:08.077Z] #50 transferring context: 3.10MB 4.3s done [2024-09-06T03:01:08.077Z] #50 DONE 5.6s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:08.077Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.06MB / 28.04MB 2.6s [2024-09-06T03:01:08.077Z] #39 ... [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #51 [security-bootstrapper internal] load build context [2024-09-06T03:01:08.077Z] #51 transferring context: 3.10MB 5.1s done [2024-09-06T03:01:08.077Z] #51 DONE 5.7s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:08.077Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.03MB / 28.04MB 2.7s [2024-09-06T03:01:08.077Z] #39 ... [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #52 [support-scheduler internal] load build context [2024-09-06T03:01:08.077Z] #52 transferring context: 3.10MB 5.2s done [2024-09-06T03:01:08.077Z] #52 DONE 5.9s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #53 [security-secretstore-setup internal] load build context [2024-09-06T03:01:08.077Z] #53 transferring context: 3.10MB 5.1s done [2024-09-06T03:01:08.077Z] #53 DONE 5.9s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #54 [core-metadata internal] load build context [2024-09-06T03:01:08.077Z] #54 transferring context: 3.10MB 5.2s done [2024-09-06T03:01:08.077Z] #54 DONE 5.9s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #55 [support-cron-scheduler internal] load build context [2024-09-06T03:01:08.077Z] #55 transferring context: 3.10MB 5.1s done [2024-09-06T03:01:08.077Z] #55 DONE 5.8s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.077Z] #56 [core-command internal] load build context [2024-09-06T03:01:08.077Z] #56 transferring context: 3.10MB 5.1s done [2024-09-06T03:01:08.077Z] #56 DONE 5.8s [2024-09-06T03:01:08.077Z] [2024-09-06T03:01:08.078Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:08.078Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 2.8s [2024-09-06T03:01:08.078Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.26MB / 28.04MB 3.0s [2024-09-06T03:01:08.078Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.1s done [2024-09-06T03:01:08.841Z] #39 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.1s done [2024-09-06T03:01:08.841Z] #39 ... [2024-09-06T03:01:08.841Z] [2024-09-06T03:01:08.841Z] #38 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-06T03:01:08.841Z] #38 DONE 8.5s [2024-09-06T03:01:08.841Z] [2024-09-06T03:01:08.841Z] #57 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-09-06T03:01:09.119Z] #57 DONE 2.3s [2024-09-06T03:01:09.119Z] [2024-09-06T03:01:09.119Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:09.119Z] #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.4s [2024-09-06T03:01:13.403Z] #39 ... [2024-09-06T03:01:13.403Z] [2024-09-06T03:01:13.403Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:01:13.403Z] #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.0s done [2024-09-06T03:01:13.403Z] #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-06T03:01:13.403Z] #40 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-09-06T03:01:13.403Z] #40 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-09-06T03:01:13.403Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-09-06T03:01:13.403Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-09-06T03:01:13.403Z] #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-09-06T03:01:13.403Z] #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.8s done [2024-09-06T03:01:13.403Z] #40 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 2.0s done [2024-09-06T03:01:13.403Z] #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-09-06T03:01:13.403Z] #40 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.7s [2024-09-06T03:01:13.680Z] #40 ... [2024-09-06T03:01:13.680Z] [2024-09-06T03:01:13.680Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:14.354Z] #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.6s [2024-09-06T03:01:17.251Z] #39 ... [2024-09-06T03:01:17.251Z] [2024-09-06T03:01:17.251Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:01:17.251Z] #58 DONE 9.5s [2024-09-06T03:01:17.251Z] [2024-09-06T03:01:17.251Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:17.251Z] #39 ... [2024-09-06T03:01:17.251Z] [2024-09-06T03:01:17.251Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-06T03:01:17.251Z] #0 9.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:17.560Z] #59 ... [2024-09-06T03:01:17.560Z] [2024-09-06T03:01:17.560Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:17.560Z] #60 ... [2024-09-06T03:01:17.560Z] [2024-09-06T03:01:17.560Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-06T03:01:17.560Z] #0 8.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:17.560Z] #0 8.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:17.829Z] #61 ... [2024-09-06T03:01:17.829Z] [2024-09-06T03:01:17.829Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-06T03:01:17.829Z] #0 8.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:17.829Z] #0 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:17.829Z] #62 ... [2024-09-06T03:01:17.829Z] [2024-09-06T03:01:17.829Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:01:18.097Z] #63 ... [2024-09-06T03:01:18.097Z] [2024-09-06T03:01:18.097Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-06T03:01:18.097Z] #0 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.097Z] #64 ... [2024-09-06T03:01:18.097Z] [2024-09-06T03:01:18.097Z] #36 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:01:18.375Z] #36 ... [2024-09-06T03:01:18.375Z] [2024-09-06T03:01:18.375Z] #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-06T03:01:18.375Z] #0 9.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.375Z] #65 ... [2024-09-06T03:01:18.375Z] [2024-09-06T03:01:18.375Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:18.375Z] #0 7.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.375Z] #0 8.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.645Z] #66 ... [2024-09-06T03:01:18.645Z] [2024-09-06T03:01:18.645Z] #67 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:18.645Z] #0 6.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.645Z] #0 7.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.645Z] #0 9.572 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:18.645Z] #0 9.669 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:18.645Z] #0 9.758 OK: 8 MiB in 16 packages [2024-09-06T03:01:18.645Z] #67 ... [2024-09-06T03:01:18.645Z] [2024-09-06T03:01:18.645Z] #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-06T03:01:18.645Z] #0 8.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.645Z] #0 9.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:18.913Z] #68 ... [2024-09-06T03:01:18.913Z] [2024-09-06T03:01:18.913Z] #67 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:18.913Z] #67 DONE 13.1s [2024-09-06T03:01:18.913Z] [2024-09-06T03:01:18.913Z] #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-09-06T03:01:19.504Z] #69 ... [2024-09-06T03:01:19.504Z] [2024-09-06T03:01:19.504Z] #70 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:01:19.504Z] #70 ... [2024-09-06T03:01:19.504Z] [2024-09-06T03:01:19.504Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:01:19.774Z] #71 ... [2024-09-06T03:01:19.774Z] [2024-09-06T03:01:19.774Z] #72 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-06T03:01:19.774Z] #0 9.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:19.774Z] #72 ... [2024-09-06T03:01:19.774Z] [2024-09-06T03:01:19.774Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:01:20.041Z] #73 ... [2024-09-06T03:01:20.041Z] [2024-09-06T03:01:20.041Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-06T03:01:20.041Z] #0 9.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:20.041Z] #74 ... [2024-09-06T03:01:20.041Z] [2024-09-06T03:01:20.041Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:20.041Z] #66 12.67 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:01:20.041Z] #66 12.67 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:01:20.041Z] #66 12.67 OK: 19948 distinct packages available [2024-09-06T03:01:20.630Z] #66 ... [2024-09-06T03:01:20.630Z] [2024-09-06T03:01:20.630Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-06T03:01:20.630Z] #73 DONE 11.1s [2024-09-06T03:01:20.630Z] [2024-09-06T03:01:20.630Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:20.630Z] #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.1s [2024-09-06T03:01:24.010Z] #39 ... [2024-09-06T03:01:24.010Z] [2024-09-06T03:01:24.010Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:01:24.010Z] #40 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.7s done [2024-09-06T03:01:24.010Z] #40 ... [2024-09-06T03:01:24.010Z] [2024-09-06T03:01:24.010Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:01:25.282Z] #118 DONE 39.7s [2024-09-06T03:01:25.282Z] [2024-09-06T03:01:25.282Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:25.282Z] #115 DONE 45.0s [2024-09-06T03:01:25.282Z] [2024-09-06T03:01:25.282Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:25.282Z] #116 DONE 45.0s [2024-09-06T03:01:25.282Z] [2024-09-06T03:01:25.282Z] #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:25.282Z] #114 DONE 45.0s [2024-09-06T03:01:25.282Z] [2024-09-06T03:01:25.282Z] #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:25.282Z] #117 DONE 45.0s [2024-09-06T03:01:25.282Z] [2024-09-06T03:01:25.282Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2024-09-06T03:01:25.967Z] #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.3s [2024-09-06T03:01:25.967Z] #39 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.3s done [2024-09-06T03:01:26.937Z] #39 ... [2024-09-06T03:01:26.937Z] [2024-09-06T03:01:26.937Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-06T03:01:26.937Z] #61 15.89 (1/6) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:26.937Z] #61 16.44 (2/6) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:26.937Z] #61 16.56 (3/6) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:26.937Z] #61 16.58 (4/6) Installing openssl (3.1.7-r0) [2024-09-06T03:01:26.937Z] #61 16.74 (5/6) Installing su-exec (0.2-r3) [2024-09-06T03:01:26.937Z] #61 16.76 (6/6) Installing yq (4.33.3-r5) [2024-09-06T03:01:26.937Z] #61 17.70 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:26.937Z] #61 17.85 OK: 18 MiB in 19 packages [2024-09-06T03:01:26.937Z] #61 DONE 19.4s [2024-09-06T03:01:26.937Z] [2024-09-06T03:01:26.937Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-06T03:01:27.212Z] #75 ... [2024-09-06T03:01:27.212Z] [2024-09-06T03:01:27.212Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:27.212Z] #0 6.189 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:27.212Z] #0 8.258 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:27.212Z] #76 ... [2024-09-06T03:01:27.212Z] [2024-09-06T03:01:27.212Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-06T03:01:27.212Z] #62 16.99 (1/2) Installing ca-certificates (20240226-r0) [2024-09-06T03:01:27.212Z] #62 17.37 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:27.212Z] #62 17.41 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:27.212Z] #62 17.49 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:27.212Z] #62 19.05 OK: 9 MiB in 17 packages [2024-09-06T03:01:27.800Z] #62 ... [2024-09-06T03:01:27.800Z] [2024-09-06T03:01:27.800Z] #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-06T03:01:27.800Z] #65 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:27.800Z] #65 17.86 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:27.800Z] #65 17.90 (2/2) Installing su-exec (0.2-r3) [2024-09-06T03:01:27.800Z] #65 17.92 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:27.800Z] #65 18.17 OK: 8 MiB in 17 packages [2024-09-06T03:01:27.800Z] #65 DONE 20.2s [2024-09-06T03:01:27.800Z] [2024-09-06T03:01:27.800Z] #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-06T03:01:28.071Z] #77 ... [2024-09-06T03:01:28.071Z] [2024-09-06T03:01:28.071Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-06T03:01:28.071Z] #59 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:28.071Z] #59 17.26 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:01:28.071Z] #59 17.26 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:01:28.071Z] #59 17.26 OK: 19948 distinct packages available [2024-09-06T03:01:28.071Z] #59 18.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:28.071Z] #59 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:28.071Z] #59 ... [2024-09-06T03:01:28.071Z] [2024-09-06T03:01:28.071Z] #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-06T03:01:28.071Z] #68 15.46 (1/3) Installing ca-certificates (20240226-r0) [2024-09-06T03:01:28.071Z] #68 16.15 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:28.071Z] #68 16.19 (3/3) Installing tzdata (2024a-r0) [2024-09-06T03:01:28.071Z] #68 19.95 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:28.071Z] #68 20.19 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:29.043Z] #68 ... [2024-09-06T03:01:29.043Z] [2024-09-06T03:01:29.043Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:29.043Z] #60 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:29.043Z] #60 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:29.043Z] #60 18.88 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:29.043Z] #60 18.93 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:29.043Z] #60 19.11 OK: 8 MiB in 16 packages [2024-09-06T03:01:29.043Z] #60 ... [2024-09-06T03:01:29.043Z] [2024-09-06T03:01:29.043Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-06T03:01:29.043Z] #64 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:29.043Z] #64 18.48 (1/4) Installing ca-certificates (20240226-r0) [2024-09-06T03:01:29.043Z] #64 18.97 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:29.043Z] #64 18.98 (3/4) Installing su-exec (0.2-r3) [2024-09-06T03:01:29.043Z] #64 19.02 (4/4) Installing yq (4.33.3-r5) [2024-09-06T03:01:29.043Z] #64 20.84 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:29.043Z] #64 21.00 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:29.043Z] #64 ... [2024-09-06T03:01:29.043Z] [2024-09-06T03:01:29.043Z] #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-06T03:01:29.043Z] #68 21.68 OK: 12 MiB in 18 packages [2024-09-06T03:01:29.320Z] #68 ... [2024-09-06T03:01:29.320Z] [2024-09-06T03:01:29.320Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:29.320Z] #60 DONE 21.9s [2024-09-06T03:01:29.589Z] [2024-09-06T03:01:29.589Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-06T03:01:29.589Z] #62 DONE 22.0s [2024-09-06T03:01:29.589Z] [2024-09-06T03:01:29.589Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:30.219Z] #78 ... [2024-09-06T03:01:30.219Z] [2024-09-06T03:01:30.219Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:01:30.219Z] #63 12.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.219Z] #63 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.219Z] #63 21.26 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:01:30.219Z] #63 21.26 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:01:30.219Z] #63 21.26 OK: 19948 distinct packages available [2024-09-06T03:01:30.219Z] #63 22.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.219Z] #63 ... [2024-09-06T03:01:30.219Z] [2024-09-06T03:01:30.219Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-06T03:01:30.219Z] #64 22.12 OK: 18 MiB in 19 packages [2024-09-06T03:01:30.488Z] #64 ... [2024-09-06T03:01:30.488Z] [2024-09-06T03:01:30.488Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-06T03:01:30.488Z] #0 4.176 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.488Z] #0 6.223 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.488Z] #79 ... [2024-09-06T03:01:30.488Z] [2024-09-06T03:01:30.488Z] #70 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:01:30.488Z] #70 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.488Z] #70 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.488Z] #70 19.65 OK: 266 MiB in 52 packages [2024-09-06T03:01:30.488Z] #70 DONE 23.0s [2024-09-06T03:01:30.488Z] [2024-09-06T03:01:30.488Z] #80 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:30.756Z] #80 ... [2024-09-06T03:01:30.756Z] [2024-09-06T03:01:30.756Z] #72 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-06T03:01:30.757Z] #72 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:30.757Z] #72 19.94 OK: 266 MiB in 52 packages [2024-09-06T03:01:30.757Z] #72 DONE 21.3s [2024-09-06T03:01:30.757Z] [2024-09-06T03:01:30.757Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.359Z] #81 ... [2024-09-06T03:01:31.359Z] [2024-09-06T03:01:31.359Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-06T03:01:31.359Z] #74 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.359Z] #74 16.86 v3.18.8-83-g228cb8cfc65 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-06T03:01:31.359Z] #74 16.86 v3.18.8-82-gcc6dfa5e9e1 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-06T03:01:31.359Z] #74 16.86 OK: 19954 distinct packages available [2024-09-06T03:01:31.359Z] #74 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.359Z] #74 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.359Z] #74 ... [2024-09-06T03:01:31.359Z] [2024-09-06T03:01:31.359Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:31.359Z] #66 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.359Z] #66 16.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.359Z] #66 23.37 (1/11) Installing ca-certificates (20240226-r0) [2024-09-06T03:01:31.632Z] #66 ... [2024-09-06T03:01:31.632Z] [2024-09-06T03:01:31.632Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-06T03:01:31.632Z] #64 DONE 24.0s [2024-09-06T03:01:31.632Z] [2024-09-06T03:01:31.632Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:31.632Z] #66 24.08 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-06T03:01:31.632Z] #66 ... [2024-09-06T03:01:31.632Z] [2024-09-06T03:01:31.632Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:01:31.632Z] #71 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.632Z] #71 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:31.632Z] #71 21.84 OK: 266 MiB in 52 packages [2024-09-06T03:01:31.632Z] #71 ... [2024-09-06T03:01:31.632Z] [2024-09-06T03:01:31.632Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:31.632Z] #66 24.15 (3/11) Installing libunistring (1.1-r1) [2024-09-06T03:01:31.887Z] #119 DONE 8.9s [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-06T03:01:31.887Z] #120 DONE 8.9s [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #121 [core-keeper builder 7/8] COPY . . [2024-09-06T03:01:31.887Z] #121 DONE 8.9s [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #122 [support-cron-scheduler builder 6/7] COPY . . [2024-09-06T03:01:31.887Z] #122 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #123 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.887Z] #123 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #124 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.887Z] #124 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #125 [support-notifications builder 6/7] COPY . . [2024-09-06T03:01:31.887Z] #125 DONE 8.9s [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #126 [security-proxy-auth builder 6/7] COPY . . [2024-09-06T03:01:31.887Z] #126 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.887Z] #127 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.887Z] #128 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.887Z] #129 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #130 [core-metadata builder 6/7] COPY . . [2024-09-06T03:01:31.887Z] #130 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.887Z] #131 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.887Z] #132 CACHED [2024-09-06T03:01:31.887Z] [2024-09-06T03:01:31.887Z] #133 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.887Z] #133 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #134 [core-data builder 6/7] COPY . . [2024-09-06T03:01:31.888Z] #134 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.888Z] #135 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-06T03:01:31.888Z] #136 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.888Z] #137 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #138 [support-scheduler builder 6/7] COPY . . [2024-09-06T03:01:31.888Z] #138 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #139 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.888Z] #139 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #140 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.888Z] #140 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #141 [security-bootstrapper builder 6/7] COPY . . [2024-09-06T03:01:31.888Z] #141 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #142 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.888Z] #142 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.888Z] #143 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:31.888Z] #144 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #145 [security-proxy-setup builder 6/7] COPY . . [2024-09-06T03:01:31.888Z] #145 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #146 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:31.888Z] #146 CACHED [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #147 [core-command builder 6/7] COPY . . [2024-09-06T03:01:31.888Z] #147 DONE 8.9s [2024-09-06T03:01:31.888Z] [2024-09-06T03:01:31.888Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-06T03:01:31.888Z] #148 1.092 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-06T03:01:31.898Z] #66 24.36 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-06T03:01:31.898Z] #66 24.43 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-06T03:01:31.898Z] #66 ... [2024-09-06T03:01:31.898Z] [2024-09-06T03:01:31.898Z] #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-06T03:01:31.898Z] #68 DONE 24.5s [2024-09-06T03:01:31.898Z] [2024-09-06T03:01:31.898Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:31.898Z] #66 24.48 (6/11) Installing libcurl (8.9.0-r0) [2024-09-06T03:01:31.898Z] #66 24.53 (7/11) Installing curl (8.9.0-r0) [2024-09-06T03:01:32.165Z] #66 ... [2024-09-06T03:01:32.165Z] [2024-09-06T03:01:32.165Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:32.165Z] #81 DONE 1.5s [2024-09-06T03:01:32.165Z] [2024-09-06T03:01:32.165Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:32.165Z] #66 24.57 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:32.165Z] #66 24.63 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-06T03:01:32.165Z] #66 24.63 (10/11) Installing libucontext (1.2-r2) [2024-09-06T03:01:32.165Z] #66 24.71 (11/11) Installing gcompat (1.1.0-r1) [2024-09-06T03:01:32.165Z] #66 24.79 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:32.432Z] #66 24.91 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:32.432Z] #66 ... [2024-09-06T03:01:32.432Z] [2024-09-06T03:01:32.432Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-06T03:01:32.432Z] #71 DONE 23.3s [2024-09-06T03:01:32.701Z] [2024-09-06T03:01:32.701Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:01:32.701Z] #63 25.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:32.701Z] #63 ... [2024-09-06T03:01:32.701Z] [2024-09-06T03:01:32.701Z] #80 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:32.701Z] #80 DONE 2.3s [2024-09-06T03:01:32.969Z] [2024-09-06T03:01:32.969Z] #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:34.391Z] #82 ... [2024-09-06T03:01:34.391Z] [2024-09-06T03:01:34.391Z] #83 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:34.391Z] #83 DONE 1.7s [2024-09-06T03:01:34.391Z] [2024-09-06T03:01:34.391Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:34.391Z] #76 15.44 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:34.392Z] #76 16.59 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:34.392Z] #76 16.72 OK: 8 MiB in 16 packages [2024-09-06T03:01:34.661Z] #76 ... [2024-09-06T03:01:34.661Z] [2024-09-06T03:01:34.661Z] #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-09-06T03:01:34.661Z] #69 5.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:34.661Z] #69 7.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:34.661Z] #69 14.20 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:34.661Z] #69 14.85 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:34.661Z] #69 14.97 OK: 8 MiB in 16 packages [2024-09-06T03:01:34.661Z] #69 ... [2024-09-06T03:01:34.661Z] [2024-09-06T03:01:34.661Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-06T03:01:34.661Z] #59 26.20 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:34.661Z] #59 26.21 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-06T03:01:34.661Z] #59 26.25 (3/4) Installing libucontext (1.2-r2) [2024-09-06T03:01:34.661Z] #59 26.28 (4/4) Installing gcompat (1.1.0-r1) [2024-09-06T03:01:34.661Z] #59 26.31 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:34.661Z] #59 26.52 OK: 8 MiB in 19 packages [2024-09-06T03:01:35.281Z] #59 ... [2024-09-06T03:01:35.281Z] [2024-09-06T03:01:35.281Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-06T03:01:35.281Z] #66 26.16 OK: 13 MiB in 26 packages [2024-09-06T03:01:35.281Z] #66 DONE 27.6s [2024-09-06T03:01:35.281Z] [2024-09-06T03:01:35.281Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:35.548Z] #84 ... [2024-09-06T03:01:35.548Z] [2024-09-06T03:01:35.548Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-06T03:01:35.548Z] #59 DONE 28.1s [2024-09-06T03:01:35.817Z] [2024-09-06T03:01:35.817Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-09-06T03:01:35.817Z] #76 DONE 18.7s [2024-09-06T03:01:35.817Z] [2024-09-06T03:01:35.817Z] #69 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-09-06T03:01:35.817Z] #69 DONE 18.6s [2024-09-06T03:01:35.817Z] [2024-09-06T03:01:35.817Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-06T03:01:36.086Z] #85 ... [2024-09-06T03:01:36.086Z] [2024-09-06T03:01:36.086Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-06T03:01:36.086Z] #79 13.52 OK: 266 MiB in 52 packages [2024-09-06T03:01:36.086Z] #79 DONE 15.5s [2024-09-06T03:01:36.086Z] [2024-09-06T03:01:36.086Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-06T03:01:36.354Z] #86 ... [2024-09-06T03:01:36.354Z] [2024-09-06T03:01:36.354Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-06T03:01:36.354Z] #74 26.35 OK: 266 MiB in 52 packages [2024-09-06T03:01:36.354Z] #74 DONE 26.9s [2024-09-06T03:01:36.354Z] [2024-09-06T03:01:36.354Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:37.333Z] #87 ... [2024-09-06T03:01:37.333Z] [2024-09-06T03:01:37.333Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-06T03:01:37.333Z] #75 5.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:37.333Z] #75 7.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:37.333Z] #75 9.894 OK: 18 MiB in 19 packages [2024-09-06T03:01:37.333Z] #75 DONE 10.5s [2024-09-06T03:01:37.605Z] [2024-09-06T03:01:37.605Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:01:37.605Z] #63 29.15 (1/7) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:37.605Z] #63 29.39 (2/7) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:37.605Z] #63 29.43 (3/7) Installing dumb-init (1.2.5-r2) [2024-09-06T03:01:37.605Z] #63 29.46 (4/7) Installing musl-obstack (1.2.3-r2) [2024-09-06T03:01:37.605Z] #63 29.52 (5/7) Installing libucontext (1.2-r2) [2024-09-06T03:01:37.605Z] #63 29.52 (6/7) Installing gcompat (1.1.0-r1) [2024-09-06T03:01:37.605Z] #63 29.55 (7/7) Installing openssl (3.1.7-r0) [2024-09-06T03:01:37.605Z] #63 29.64 Executing busybox-1.36.1-r7.trigger [2024-09-06T03:01:37.605Z] #63 29.68 OK: 9 MiB in 20 packages [2024-09-06T03:01:37.605Z] #63 ... [2024-09-06T03:01:37.605Z] [2024-09-06T03:01:37.605Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-06T03:01:37.605Z] #88 DONE 0.3s [2024-09-06T03:01:37.605Z] [2024-09-06T03:01:37.605Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-06T03:01:37.892Z] #63 DONE 30.4s [2024-09-06T03:01:37.892Z] [2024-09-06T03:01:37.892Z] #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:37.892Z] #89 ... [2024-09-06T03:01:37.892Z] [2024-09-06T03:01:37.892Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:01:37.892Z] #87 DONE 1.8s [2024-09-06T03:01:38.166Z] [2024-09-06T03:01:38.166Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:38.433Z] #90 ... [2024-09-06T03:01:38.433Z] [2024-09-06T03:01:38.433Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-06T03:01:38.433Z] #86 DONE 2.4s [2024-09-06T03:01:38.433Z] [2024-09-06T03:01:38.433Z] #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-06T03:01:38.433Z] #77 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:39.028Z] #77 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:39.612Z] #77 ... [2024-09-06T03:01:39.612Z] [2024-09-06T03:01:39.612Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:01:39.612Z] #0 9.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:39.612Z] #91 ... [2024-09-06T03:01:39.612Z] [2024-09-06T03:01:39.612Z] #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-09-06T03:01:41.572Z] #92 ... [2024-09-06T03:01:41.572Z] [2024-09-06T03:01:41.572Z] #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-06T03:01:41.572Z] #93 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:41.572Z] #93 ... [2024-09-06T03:01:41.572Z] [2024-09-06T03:01:41.572Z] #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-06T03:01:41.572Z] #77 13.20 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:41.572Z] #77 13.36 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:41.572Z] #77 13.41 OK: 8 MiB in 17 packages [2024-09-06T03:01:41.870Z] #148 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-06T03:01:41.870Z] #0 0.510 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-06T03:01:41.870Z] #149 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:01:41.870Z] #0 0.678 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-06T03:01:41.870Z] #150 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:01:41.870Z] #0 0.793 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-06T03:01:41.870Z] #151 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:01:41.870Z] #0 1.510 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-06T03:01:41.870Z] #152 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:01:41.870Z] #0 0.436 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-06T03:01:41.870Z] #153 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-06T03:01:41.870Z] #0 1.541 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-06T03:01:41.870Z] #154 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-06T03:01:41.870Z] #0 1.189 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-06T03:01:41.870Z] #155 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:01:41.870Z] #0 1.607 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-06T03:01:41.870Z] #156 ... [2024-09-06T03:01:41.870Z] [2024-09-06T03:01:41.870Z] #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:01:41.870Z] #0 0.419 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-06T03:01:42.127Z] #157 ... [2024-09-06T03:01:42.127Z] [2024-09-06T03:01:42.127Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-06T03:01:42.127Z] #0 0.797 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-06T03:01:42.127Z] #158 ... [2024-09-06T03:01:42.127Z] [2024-09-06T03:01:42.127Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-06T03:01:42.127Z] #0 1.492 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-06T03:01:42.159Z] #77 DONE 14.4s [2024-09-06T03:01:42.159Z] [2024-09-06T03:01:42.159Z] #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-06T03:01:42.159Z] #94 ... [2024-09-06T03:01:42.159Z] [2024-09-06T03:01:42.159Z] #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:42.385Z] #159 ... [2024-09-06T03:01:42.385Z] [2024-09-06T03:01:42.385Z] #160 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-06T03:01:42.385Z] #0 1.204 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-06T03:01:42.437Z] #95 ... [2024-09-06T03:01:42.437Z] [2024-09-06T03:01:42.437Z] #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:42.705Z] #96 ... [2024-09-06T03:01:42.705Z] [2024-09-06T03:01:42.705Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-06T03:01:42.705Z] #85 6.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:42.972Z] #85 ... [2024-09-06T03:01:42.972Z] [2024-09-06T03:01:42.972Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-06T03:01:42.972Z] #91 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:42.972Z] #91 12.15 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:42.972Z] #91 12.49 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:42.972Z] #91 12.56 OK: 8 MiB in 16 packages [2024-09-06T03:01:42.972Z] #91 DONE 13.6s [2024-09-06T03:01:43.241Z] [2024-09-06T03:01:43.241Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:43.241Z] #84 8.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:45.194Z] #84 9.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:45.194Z] #84 ... [2024-09-06T03:01:45.194Z] [2024-09-06T03:01:45.194Z] #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-06T03:01:45.194Z] #94 DONE 3.0s [2024-09-06T03:01:45.462Z] [2024-09-06T03:01:45.462Z] #97 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-06T03:01:45.462Z] #97 DONE 0.2s [2024-09-06T03:01:45.462Z] [2024-09-06T03:01:45.462Z] #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-09-06T03:01:45.462Z] #92 6.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:45.462Z] #92 7.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:46.918Z] #92 ... [2024-09-06T03:01:46.918Z] [2024-09-06T03:01:46.918Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:46.918Z] #78 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:46.918Z] #78 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:46.918Z] #78 14.49 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:46.918Z] #78 14.97 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:46.918Z] #78 15.07 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:46.918Z] #78 16.22 OK: 9 MiB in 17 packages [2024-09-06T03:01:46.918Z] #78 DONE 17.1s [2024-09-06T03:01:46.918Z] [2024-09-06T03:01:46.919Z] #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:46.919Z] #95 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:46.919Z] #95 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:47.879Z] #95 15.89 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:48.148Z] #95 16.14 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:48.148Z] #95 16.20 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:48.424Z] #95 ... [2024-09-06T03:01:48.424Z] [2024-09-06T03:01:48.424Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:48.424Z] #98 ... [2024-09-06T03:01:48.424Z] [2024-09-06T03:01:48.424Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:48.424Z] #84 12.70 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:48.424Z] #84 13.04 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:48.424Z] #84 13.08 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:49.014Z] #84 ... [2024-09-06T03:01:49.014Z] [2024-09-06T03:01:49.014Z] #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-09-06T03:01:49.014Z] #92 10.27 OK: 9 MiB in 20 packages [2024-09-06T03:01:49.014Z] #92 DONE 11.0s [2024-09-06T03:01:49.014Z] [2024-09-06T03:01:49.014Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-06T03:01:49.014Z] #99 ... [2024-09-06T03:01:49.014Z] [2024-09-06T03:01:49.014Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-06T03:01:49.014Z] #85 8.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:49.014Z] #85 11.96 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:49.014Z] #85 12.19 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:49.014Z] #85 12.24 OK: 8 MiB in 19 packages [2024-09-06T03:01:49.014Z] #85 DONE 13.4s [2024-09-06T03:01:49.286Z] [2024-09-06T03:01:49.286Z] #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:49.286Z] #95 17.26 OK: 12 MiB in 18 packages [2024-09-06T03:01:49.556Z] #95 ... [2024-09-06T03:01:49.556Z] [2024-09-06T03:01:49.556Z] #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-06T03:01:49.556Z] #93 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-06T03:01:49.556Z] #93 15.38 (1/2) Upgrading libcrypto3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:49.556Z] #93 15.67 (2/2) Upgrading libssl3 (3.1.6-r0 -> 3.1.7-r0) [2024-09-06T03:01:49.556Z] #93 15.71 Executing ca-certificates-20240226-r0.trigger [2024-09-06T03:01:49.556Z] #93 16.59 OK: 18 MiB in 19 packages [2024-09-06T03:01:49.556Z] #93 DONE 18.0s [2024-09-06T03:01:49.823Z] [2024-09-06T03:01:49.823Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:01:50.099Z] #100 ... [2024-09-06T03:01:50.099Z] [2024-09-06T03:01:50.100Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:50.100Z] #84 13.90 OK: 13 MiB in 26 packages [2024-09-06T03:01:50.100Z] #84 DONE 15.0s [2024-09-06T03:01:50.100Z] [2024-09-06T03:01:50.100Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:01:50.375Z] #101 ... [2024-09-06T03:01:50.375Z] [2024-09-06T03:01:50.375Z] #95 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-06T03:01:50.375Z] #95 DONE 18.4s [2024-09-06T03:01:50.641Z] [2024-09-06T03:01:50.641Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:01:51.640Z] #90 ... [2024-09-06T03:01:51.640Z] [2024-09-06T03:01:51.640Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-06T03:01:51.640Z] #99 DONE 2.5s [2024-09-06T03:01:51.640Z] [2024-09-06T03:01:51.640Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:01:51.640Z] #101 DONE 2.6s [2024-09-06T03:01:51.640Z] [2024-09-06T03:01:51.640Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:01:51.640Z] #100 DONE 2.5s [2024-09-06T03:01:51.640Z] [2024-09-06T03:01:51.640Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-06T03:01:51.640Z] #102 ... [2024-09-06T03:01:51.640Z] [2024-09-06T03:01:51.640Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-06T03:01:51.640Z] #103 DONE 0.2s [2024-09-06T03:01:51.913Z] [2024-09-06T03:01:51.914Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-06T03:01:51.914Z] #102 DONE 0.2s [2024-09-06T03:01:51.914Z] [2024-09-06T03:01:51.914Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-06T03:01:51.914Z] #104 DONE 0.2s [2024-09-06T03:01:51.914Z] [2024-09-06T03:01:51.914Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-06T03:01:51.914Z] #105 DONE 0.2s [2024-09-06T03:01:51.914Z] [2024-09-06T03:01:51.914Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-06T03:01:52.499Z] #106 DONE 0.2s [2024-09-06T03:01:52.499Z] [2024-09-06T03:01:52.499Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-06T03:01:52.499Z] #107 DONE 0.3s [2024-09-06T03:01:52.499Z] [2024-09-06T03:01:52.499Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-06T03:01:52.768Z] #108 DONE 0.3s [2024-09-06T03:01:52.768Z] [2024-09-06T03:01:52.768Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-06T03:01:52.768Z] #109 DONE 0.4s [2024-09-06T03:01:52.768Z] [2024-09-06T03:01:52.768Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-06T03:01:52.768Z] #110 DONE 0.3s [2024-09-06T03:01:52.768Z] [2024-09-06T03:01:52.768Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-06T03:01:52.768Z] #111 DONE 0.3s [2024-09-06T03:01:52.768Z] [2024-09-06T03:01:52.768Z] #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-06T03:01:54.247Z] #112 DONE 2.7s [2024-09-06T03:01:54.247Z] [2024-09-06T03:01:54.247Z] #113 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-06T03:01:54.514Z] #113 DONE 0.3s [2024-09-06T03:01:54.514Z] [2024-09-06T03:01:54.514Z] #114 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-06T03:01:54.784Z] #114 DONE 0.2s [2024-09-06T03:01:54.784Z] [2024-09-06T03:01:54.784Z] #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-06T03:01:55.052Z] #115 DONE 0.2s [2024-09-06T03:01:55.052Z] [2024-09-06T03:01:55.052Z] #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-06T03:01:55.319Z] #116 DONE 0.2s [2024-09-06T03:01:55.319Z] [2024-09-06T03:01:55.319Z] #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-06T03:01:55.319Z] #117 DONE 0.2s [2024-09-06T03:01:55.319Z] [2024-09-06T03:01:55.319Z] #118 [security-spire-config] exporting to image [2024-09-06T03:01:55.319Z] #118 exporting layers [2024-09-06T03:01:56.287Z] #118 exporting layers 3.2s done [2024-09-06T03:01:56.287Z] #118 writing image sha256:3ee0e8e765b910a218368988abbccdc7ec54b233f0911e903c49e45a6a1f7985 0.1s done [2024-09-06T03:01:56.287Z] #118 naming to docker.io/library/security-spire-server-arm64 [2024-09-06T03:01:56.287Z] #118 exporting layers 3.3s done [2024-09-06T03:01:56.287Z] #118 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-09-06T03:01:56.287Z] #118 writing image sha256:815c29476ffe26662a8097ea2a9d5f1abd65d422d29e22987e27bf60131d443e done [2024-09-06T03:01:56.287Z] #118 naming to docker.io/library/security-spire-config-arm64 [2024-09-06T03:01:56.287Z] #118 naming to docker.io/library/security-spire-config-arm64 done [2024-09-06T03:01:57.272Z] #118 exporting layers 1.7s done [2024-09-06T03:01:57.272Z] #118 writing image sha256:298489ae6f2d6eb7e2215106b933a3df74767e406db1444536ceca3cdfa78800 done [2024-09-06T03:01:57.272Z] #118 naming to docker.io/library/security-spire-agent-arm64 done [2024-09-06T03:01:57.272Z] #118 DONE 4.4s [2024-09-06T03:01:57.272Z] [2024-09-06T03:01:57.272Z] #36 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-09-06T03:03:18.831Z] #160 94.36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-06T03:03:18.992Z] #36 ... [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #82 DONE 104.4s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #98 DONE 98.8s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #119 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #119 ... [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #90 DONE 99.2s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #89 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #89 DONE 102.8s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #96 DONE 105.0s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #120 ... [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #119 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #119 DONE 1.6s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #120 DONE 1.5s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.992Z] #121 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #122 [support-scheduler builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #122 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #123 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #124 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #124 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #125 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.992Z] #125 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #126 [core-metadata builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #126 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #127 [support-notifications builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #127 DONE 1.6s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #128 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.992Z] #128 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #129 [support-cron-scheduler builder 6/7] COPY . . [2024-09-06T03:03:18.992Z] #129 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #130 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.992Z] #130 CACHED [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #131 [core-keeper builder 7/8] COPY . . [2024-09-06T03:03:18.992Z] #131 DONE 1.7s [2024-09-06T03:03:18.992Z] [2024-09-06T03:03:18.992Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.993Z] #132 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #133 [core-data builder 6/7] COPY . . [2024-09-06T03:03:18.993Z] #133 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.993Z] #134 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.993Z] #135 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.993Z] #136 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #137 [core-command builder 6/7] COPY . . [2024-09-06T03:03:18.993Z] #137 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #138 [security-proxy-auth builder 6/7] COPY . . [2024-09-06T03:03:18.993Z] #138 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.993Z] #139 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.993Z] #140 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:03:18.993Z] #141 ... [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.993Z] #142 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.993Z] #143 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #144 [security-secretstore-setup builder 6/7] COPY . . [2024-09-06T03:03:18.993Z] #144 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #145 [security-proxy-setup builder 6/7] COPY . . [2024-09-06T03:03:18.993Z] #145 DONE 1.7s [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #146 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-06T03:03:18.993Z] #146 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #147 [security-bootstrapper builder 6/7] COPY . . [2024-09-06T03:03:18.993Z] #147 CACHED [2024-09-06T03:03:18.993Z] [2024-09-06T03:03:18.993Z] #148 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-06T03:03:18.993Z] #148 CACHED [2024-09-06T03:03:19.263Z] [2024-09-06T03:03:19.263Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-06T03:03:24.624Z] #149 ... [2024-09-06T03:03:24.624Z] [2024-09-06T03:03:24.624Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-06T03:03:24.624Z] #0 5.303 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-06T03:03:25.586Z] #150 ... [2024-09-06T03:03:25.586Z] [2024-09-06T03:03:25.586Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-06T03:03:25.586Z] #0 6.437 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-06T03:03:27.005Z] #151 ... [2024-09-06T03:03:27.005Z] [2024-09-06T03:03:27.005Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-06T03:03:27.005Z] #0 7.790 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-06T03:03:27.005Z] #152 ... [2024-09-06T03:03:27.005Z] [2024-09-06T03:03:27.005Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:03:27.005Z] #141 8.059 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-06T03:03:28.957Z] #141 ... [2024-09-06T03:03:28.957Z] [2024-09-06T03:03:28.957Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:03:28.957Z] #0 6.412 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-06T03:03:28.957Z] #153 ... [2024-09-06T03:03:28.957Z] [2024-09-06T03:03:28.957Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:03:28.957Z] #0 8.116 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-06T03:03:29.227Z] #154 ... [2024-09-06T03:03:29.227Z] [2024-09-06T03:03:29.227Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:03:29.227Z] #0 7.062 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-06T03:03:29.227Z] #155 ... [2024-09-06T03:03:29.227Z] [2024-09-06T03:03:29.227Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:03:29.227Z] #0 8.505 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-06T03:03:29.498Z] #156 ... [2024-09-06T03:03:29.498Z] [2024-09-06T03:03:29.498Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:03:29.498Z] #0 6.658 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-06T03:03:29.498Z] #157 ... [2024-09-06T03:03:29.498Z] [2024-09-06T03:03:29.498Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-06T03:03:29.498Z] #0 7.281 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-06T03:03:29.765Z] #158 ... [2024-09-06T03:03:29.765Z] [2024-09-06T03:03:29.765Z] #159 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-06T03:03:29.765Z] #0 8.468 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-06T03:03:30.040Z] #159 ... [2024-09-06T03:03:30.041Z] [2024-09-06T03:03:30.041Z] #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-06T03:03:30.041Z] #0 6.783 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-06T03:03:30.041Z] #160 ... [2024-09-06T03:03:30.041Z] [2024-09-06T03:03:30.041Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-06T03:03:30.041Z] #149 8.497 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-06T03:04:26.835Z] #160 DONE 165.2s [2024-09-06T03:04:26.835Z] [2024-09-06T03:04:26.835Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:04:26.835Z] #152 DONE 165.2s [2024-09-06T03:04:26.835Z] [2024-09-06T03:04:26.835Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:04:26.835Z] #156 DONE 165.2s [2024-09-06T03:04:26.835Z] [2024-09-06T03:04:26.835Z] #157 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:04:26.835Z] #157 DONE 165.2s [2024-09-06T03:04:26.835Z] [2024-09-06T03:04:26.835Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-06T03:04:26.836Z] #148 DONE 165.2s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:04:26.836Z] #151 DONE 165.2s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-06T03:04:26.836Z] #149 DONE 165.3s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #161 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-06T03:04:26.836Z] #158 DONE 165.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-06T03:04:26.836Z] #154 DONE 165.7s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-06T03:04:26.836Z] #155 DONE 165.7s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #162 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #162 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:04:26.836Z] #153 DONE 165.7s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:04:26.836Z] #150 DONE 165.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-06T03:04:26.836Z] #159 DONE 165.7s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #163 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #161 DONE 0.7s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #164 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #164 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #165 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #165 DONE 1.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #162 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #162 DONE 0.7s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #166 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #166 DONE 0.9s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #167 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #167 DONE 0.9s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #168 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #168 DONE 1.1s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #169 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-06T03:04:26.836Z] #169 DONE 0.6s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #170 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #170 DONE 0.4s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #164 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #164 DONE 0.4s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #163 DONE 0.6s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #171 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #171 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #172 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-06T03:04:26.836Z] #172 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #173 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #174 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #175 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #175 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #176 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #176 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #177 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #177 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #178 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #178 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #179 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #179 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #180 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #180 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #181 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #182 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #183 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-09-06T03:04:26.836Z] #183 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #184 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #185 CACHED [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #186 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #186 DONE 0.8s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #171 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.836Z] #171 DONE 0.9s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-06T03:04:26.836Z] #187 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #188 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #188 DONE 2.2s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-09-06T03:04:26.836Z] #189 DONE 2.2s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #112 [core-keeper] exporting to image [2024-09-06T03:04:26.836Z] #112 exporting layers [2024-09-06T03:04:26.836Z] #112 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-06T03:04:26.836Z] #190 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-09-06T03:04:26.836Z] #191 DONE 2.9s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #192 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-06T03:04:26.836Z] #192 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-06T03:04:26.836Z] #193 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-06T03:04:26.836Z] #194 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #195 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-06T03:04:26.836Z] #195 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #112 [core-keeper] exporting to image [2024-09-06T03:04:26.836Z] #112 exporting layers 0.9s done [2024-09-06T03:04:26.836Z] #112 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #196 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-06T03:04:26.836Z] #196 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-06T03:04:26.836Z] #187 DONE 2.9s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #197 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-09-06T03:04:26.836Z] #197 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #198 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-06T03:04:26.836Z] #198 DONE 3.0s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #199 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-06T03:04:26.836Z] #199 DONE 4.1s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #200 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #201 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #201 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #202 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #202 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #203 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-06T03:04:26.836Z] #203 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #204 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #205 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #206 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #206 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #207 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #207 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #208 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-06T03:04:26.836Z] #208 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #209 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #209 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #210 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #112 [support-scheduler] exporting to image [2024-09-06T03:04:26.836Z] #112 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #200 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:04:26.836Z] #200 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #112 [support-notifications] exporting to image [2024-09-06T03:04:26.836Z] #112 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #211 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:04:26.836Z] #211 DONE 0.6s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-06T03:04:26.836Z] #212 DONE 0.4s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #213 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-06T03:04:26.836Z] #213 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #112 [core-data] exporting to image [2024-09-06T03:04:26.836Z] #112 writing image sha256:325cd0674b95519fbae9dfbb0cf6b378b9d0e0ddddfc899775ab0c0bb7020908 [2024-09-06T03:04:26.836Z] #112 ... [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #214 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-06T03:04:26.836Z] #214 DONE 0.5s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #215 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-06T03:04:26.836Z] #215 DONE 0.6s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.836Z] #216 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-06T03:04:26.836Z] #216 DONE 0.6s [2024-09-06T03:04:26.836Z] [2024-09-06T03:04:26.837Z] #112 [core-keeper] exporting to image [2024-09-06T03:04:26.837Z] #112 exporting layers 0.5s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:325cd0674b95519fbae9dfbb0cf6b378b9d0e0ddddfc899775ab0c0bb7020908 0.1s done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/core-keeper done [2024-09-06T03:04:26.837Z] #112 ... [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #217 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-06T03:04:26.837Z] #217 DONE 0.5s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:04:26.837Z] #218 DONE 0.2s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-06T03:04:26.837Z] #219 DONE 0.2s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [core-keeper] exporting to image [2024-09-06T03:04:26.837Z] #112 exporting layers 0.6s done [2024-09-06T03:04:26.837Z] #112 ... [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #220 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-06T03:04:26.837Z] #220 DONE 0.4s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [core-keeper] exporting to image [2024-09-06T03:04:26.837Z] #112 writing image sha256:ea18846e5b4d7ae433270776f015dedb1f084de66e0a0ef80fbc0a86aed4106a [2024-09-06T03:04:26.837Z] #112 writing image sha256:c2345088c8be5694a2fe5885f600fee9ee89082feebe7895332a0fa933bed613 [2024-09-06T03:04:26.837Z] #112 writing image sha256:dc50ec6bc802c5605070fcc5b32e9a7804a043f5317b35b936d46ae91ad3cbdc [2024-09-06T03:04:26.837Z] #112 ... [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #221 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-06T03:04:26.837Z] #221 DONE 0.3s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [support-scheduler] exporting to image [2024-09-06T03:04:26.837Z] #112 exporting layers 1.0s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:ea18846e5b4d7ae433270776f015dedb1f084de66e0a0ef80fbc0a86aed4106a 0.1s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:c2345088c8be5694a2fe5885f600fee9ee89082feebe7895332a0fa933bed613 0.1s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:dc50ec6bc802c5605070fcc5b32e9a7804a043f5317b35b936d46ae91ad3cbdc 0.1s done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/security-spiffe-token-provider done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/core-command done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/support-scheduler done [2024-09-06T03:04:26.837Z] #112 exporting layers 0.6s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:cad2116845605a02629c1d3aff01b83b3fb74a5f01007069fba1ef8dcc3cff34 done [2024-09-06T03:04:26.837Z] #112 writing image sha256:f0bd28ea495560d8ddd7d6ed8281228f1fc95e68d5e98749a67b2e13c6fad584 done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/core-metadata done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/support-notifications done [2024-09-06T03:04:26.837Z] #112 writing image sha256:89a679a27e00c860c2a880a55d4940df11bd326f2e019f4a5d84664e9c7d253e done [2024-09-06T03:04:26.837Z] #112 writing image sha256:f796618b62976c0259f1c6bb46cd1ae409cc2e5a4346910744f2d8f646a62f7b done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/support-cron-scheduler done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/core-data done [2024-09-06T03:04:26.837Z] #112 DONE 3.3s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #222 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-06T03:04:26.837Z] #222 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-06T03:04:26.837Z] #223 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:04:26.837Z] #224 ... [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #225 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-09-06T03:04:26.837Z] #225 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #226 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:04:26.837Z] #226 DONE 0.7s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:04:26.837Z] #227 DONE 0.8s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #228 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-09-06T03:04:26.837Z] #228 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #229 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:04:26.837Z] #229 DONE 0.7s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #230 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-09-06T03:04:26.837Z] #230 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [security-proxy-setup] exporting to image [2024-09-06T03:04:26.837Z] #112 writing image sha256:13601f72190fa9a457e34dbe8a6147f91c93d32976cf1944868e313d6b993322 0.0s done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/core-common-config-bootstrapper done [2024-09-06T03:04:26.837Z] #112 ... [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #231 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-06T03:04:26.837Z] #231 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #232 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-06T03:04:26.837Z] #232 DONE 0.1s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [security-proxy-auth] exporting to image [2024-09-06T03:04:26.837Z] #112 exporting layers 0.3s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:e6cda61b1d731efda92efda6ba8e559ddb55d6624dbc0db087f095773a0f77a5 0.0s done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/security-proxy-auth done [2024-09-06T03:04:26.837Z] #112 ... [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:04:26.837Z] #224 DONE 0.7s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [security-secretstore-setup] exporting to image [2024-09-06T03:04:26.837Z] #112 writing image sha256:a8861ce35101c1303ce41799e8be543ac3d74a8c2ec684a863ec13585b99ebe9 done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/security-proxy-setup done [2024-09-06T03:04:26.837Z] #112 exporting layers 0.2s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:dedf2f8a3ccec7c0dda0860e74c365913142a3ec8c7dcac79739f95846b6c6f5 done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/security-secretstore-setup done [2024-09-06T03:04:26.837Z] #112 DONE 3.9s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-06T03:04:26.837Z] #233 DONE 0.6s [2024-09-06T03:04:26.837Z] [2024-09-06T03:04:26.837Z] #112 [security-bootstrapper] exporting to image [2024-09-06T03:04:26.837Z] #112 exporting layers 0.2s done [2024-09-06T03:04:26.837Z] #112 writing image sha256:026f1212cf474e568f3bb9400b662d22bef601d9484ac09977bfff2b4bea7839 done [2024-09-06T03:04:26.837Z] #112 naming to docker.io/library/security-bootstrapper done [2024-09-06T03:04:26.837Z] #112 DONE 4.1s [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:04:26.837Z] time="2024-09-06T02:59:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-06T03:04:26.846Z] $ docker stop --time=1 d5ff6d92907faa9d58cafb8d6f0561ddbc380c54365ad7e0e3808953dc05fdc2 [2024-09-06T03:04:28.145Z] $ docker rm -f --volumes d5ff6d92907faa9d58cafb8d6f0561ddbc380c54365ad7e0e3808953dc05fdc2 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-06T03:04:28.498Z] + docker images [2024-09-06T03:04:28.499Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-06T03:04:28.499Z] security-bootstrapper latest 026f1212cf47 5 seconds ago 24MB [2024-09-06T03:04:28.499Z] security-proxy-setup latest a8861ce35101 6 seconds ago 31.3MB [2024-09-06T03:04:28.499Z] security-proxy-auth latest e6cda61b1d73 6 seconds ago 38.1MB [2024-09-06T03:04:28.499Z] core-common-config-bootstrapper latest 13601f72190f 6 seconds ago 20.3MB [2024-09-06T03:04:28.499Z] security-secretstore-setup latest dedf2f8a3cce 6 seconds ago 42.3MB [2024-09-06T03:04:28.499Z] core-metadata latest f0bd28ea4955 7 seconds ago 44.9MB [2024-09-06T03:04:28.499Z] core-command latest ea18846e5b4d 7 seconds ago 40.6MB [2024-09-06T03:04:28.499Z] security-spiffe-token-provider latest c2345088c8be 7 seconds ago 34.1MB [2024-09-06T03:04:28.499Z] core-data latest f796618b6297 7 seconds ago 44.7MB [2024-09-06T03:04:28.499Z] support-cron-scheduler latest 89a679a27e00 7 seconds ago 49.4MB [2024-09-06T03:04:28.499Z] support-notifications latest cad211684560 7 seconds ago 47.8MB [2024-09-06T03:04:28.499Z] support-scheduler latest dc50ec6bc802 7 seconds ago 47MB [2024-09-06T03:04:28.499Z] core-keeper latest 325cd0674b95 9 seconds ago 39.5MB [2024-09-06T03:04:28.499Z] security-spire-config latest b058faf579d4 3 minutes ago 125MB [2024-09-06T03:04:28.499Z] security-spire-agent latest 4bd23ff9d973 3 minutes ago 187MB [2024-09-06T03:04:28.499Z] security-spire-server latest 0c33816046af 3 minutes ago 126MB [2024-09-06T03:04:28.499Z] ci-base-image-x86_64 latest 27888cf27291 7 minutes ago 971MB [2024-09-06T03:04:28.499Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB [2024-09-06T03:04:28.499Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 15 months ago 334MB [2024-09-06T03:04:28.499Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-06T03:04:28.658Z] provisioning config files... [2024-09-06T03:04:28.667Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config11746742514679264270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:04:28.977Z] ---> ****-login.sh [2024-09-06T03:04:28.977Z] nexus3.edgexfoundry.org:10001 [2024-09-06T03:04:28.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:04:28.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:04:28.977Z] Configure a credential helper to remove this warning. See [2024-09-06T03:04:28.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:04:28.977Z] [2024-09-06T03:04:28.977Z] Login Succeeded [2024-09-06T03:04:28.977Z] nexus3.edgexfoundry.org:10002 [2024-09-06T03:04:28.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:04:28.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:04:28.977Z] Configure a credential helper to remove this warning. See [2024-09-06T03:04:28.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:04:28.977Z] [2024-09-06T03:04:28.977Z] Login Succeeded [2024-09-06T03:04:28.977Z] nexus3.edgexfoundry.org:10003 [2024-09-06T03:04:29.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:04:29.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:04:29.246Z] Configure a credential helper to remove this warning. See [2024-09-06T03:04:29.246Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:04:29.246Z] [2024-09-06T03:04:29.246Z] Login Succeeded [2024-09-06T03:04:29.246Z] nexus3.edgexfoundry.org:10004 [2024-09-06T03:04:29.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:04:29.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:04:29.246Z] Configure a credential helper to remove this warning. See [2024-09-06T03:04:29.246Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:04:29.246Z] [2024-09-06T03:04:29.246Z] Login Succeeded [2024-09-06T03:04:29.246Z] ****.io [2024-09-06T03:04:29.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:04:29.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:04:29.505Z] Configure a credential helper to remove this warning. See [2024-09-06T03:04:29.505Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:04:29.505Z] [2024-09-06T03:04:29.505Z] Login Succeeded [2024-09-06T03:04:29.505Z] ---> ****-login.sh ends [Pipeline] } [2024-09-06T03:04:29.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:04:29.556Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-06T03:04:29.691Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-09-06T03:04:29.691Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:29.691Z] latest [2024-09-06T03:04:29.691Z] 3.2.0-dev.64 [2024-09-06T03:04:29.691Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:29.691Z] main [2024-09-06T03:04:29.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:30.042Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:30.358Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:30.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-06T03:04:30.359Z] fb29a5d2e59b: Preparing [2024-09-06T03:04:30.359Z] 8773672cb1ef: Preparing [2024-09-06T03:04:30.359Z] e744a22f553e: Preparing [2024-09-06T03:04:30.359Z] ad3253c6e60b: Preparing [2024-09-06T03:04:30.359Z] 9956371f8c0e: Preparing [2024-09-06T03:04:30.359Z] 235dbefcc197: Preparing [2024-09-06T03:04:30.359Z] ce7f800efff9: Preparing [2024-09-06T03:04:30.359Z] 235dbefcc197: Waiting [2024-09-06T03:04:30.359Z] ce7f800efff9: Waiting [2024-09-06T03:04:30.616Z] e744a22f553e: Pushed [2024-09-06T03:04:30.616Z] ad3253c6e60b: Pushed [2024-09-06T03:04:30.616Z] fb29a5d2e59b: Pushed [2024-09-06T03:04:30.616Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:30.616Z] 235dbefcc197: Pushed [2024-09-06T03:04:30.876Z] 9956371f8c0e: Pushed [2024-09-06T03:04:33.407Z] 8773672cb1ef: Pushed [2024-09-06T03:04:33.407Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:33.739Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:34.069Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-06T03:04:34.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-06T03:04:34.069Z] fb29a5d2e59b: Preparing [2024-09-06T03:04:34.069Z] 8773672cb1ef: Preparing [2024-09-06T03:04:34.069Z] e744a22f553e: Preparing [2024-09-06T03:04:34.069Z] ad3253c6e60b: Preparing [2024-09-06T03:04:34.069Z] 9956371f8c0e: Preparing [2024-09-06T03:04:34.069Z] 235dbefcc197: Preparing [2024-09-06T03:04:34.069Z] ce7f800efff9: Preparing [2024-09-06T03:04:34.069Z] 235dbefcc197: Waiting [2024-09-06T03:04:34.069Z] ce7f800efff9: Waiting [2024-09-06T03:04:34.069Z] 8773672cb1ef: Layer already exists [2024-09-06T03:04:34.069Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:34.069Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:34.069Z] fb29a5d2e59b: Layer already exists [2024-09-06T03:04:34.069Z] e744a22f553e: Layer already exists [2024-09-06T03:04:34.069Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:34.069Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:34.069Z] latest: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:34.416Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:34.746Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.64 [2024-09-06T03:04:34.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-06T03:04:34.746Z] fb29a5d2e59b: Preparing [2024-09-06T03:04:34.746Z] 8773672cb1ef: Preparing [2024-09-06T03:04:34.746Z] e744a22f553e: Preparing [2024-09-06T03:04:34.746Z] ad3253c6e60b: Preparing [2024-09-06T03:04:34.746Z] 9956371f8c0e: Preparing [2024-09-06T03:04:34.746Z] 235dbefcc197: Preparing [2024-09-06T03:04:34.746Z] ce7f800efff9: Preparing [2024-09-06T03:04:34.746Z] ce7f800efff9: Waiting [2024-09-06T03:04:34.746Z] 235dbefcc197: Waiting [2024-09-06T03:04:34.746Z] fb29a5d2e59b: Layer already exists [2024-09-06T03:04:34.746Z] e744a22f553e: Layer already exists [2024-09-06T03:04:34.746Z] 8773672cb1ef: Layer already exists [2024-09-06T03:04:34.746Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:34.746Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:34.746Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:34.746Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:34.746Z] 3.2.0-dev.64: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:35.084Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:35.410Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:35.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-06T03:04:35.410Z] fb29a5d2e59b: Preparing [2024-09-06T03:04:35.410Z] 8773672cb1ef: Preparing [2024-09-06T03:04:35.410Z] e744a22f553e: Preparing [2024-09-06T03:04:35.410Z] ad3253c6e60b: Preparing [2024-09-06T03:04:35.410Z] 9956371f8c0e: Preparing [2024-09-06T03:04:35.410Z] 235dbefcc197: Preparing [2024-09-06T03:04:35.410Z] ce7f800efff9: Preparing [2024-09-06T03:04:35.410Z] 235dbefcc197: Waiting [2024-09-06T03:04:35.410Z] ce7f800efff9: Waiting [2024-09-06T03:04:35.410Z] e744a22f553e: Layer already exists [2024-09-06T03:04:35.410Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:35.410Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:35.410Z] 8773672cb1ef: Layer already exists [2024-09-06T03:04:35.410Z] fb29a5d2e59b: Layer already exists [2024-09-06T03:04:35.410Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:35.410Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:35.410Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:35.735Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:36.060Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-09-06T03:04:36.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-06T03:04:36.060Z] fb29a5d2e59b: Preparing [2024-09-06T03:04:36.060Z] 8773672cb1ef: Preparing [2024-09-06T03:04:36.060Z] e744a22f553e: Preparing [2024-09-06T03:04:36.060Z] ad3253c6e60b: Preparing [2024-09-06T03:04:36.060Z] 9956371f8c0e: Preparing [2024-09-06T03:04:36.060Z] 235dbefcc197: Preparing [2024-09-06T03:04:36.060Z] ce7f800efff9: Preparing [2024-09-06T03:04:36.060Z] 235dbefcc197: Waiting [2024-09-06T03:04:36.060Z] ce7f800efff9: Waiting [2024-09-06T03:04:36.060Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:36.060Z] fb29a5d2e59b: Layer already exists [2024-09-06T03:04:36.060Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:36.060Z] e744a22f553e: Layer already exists [2024-09-06T03:04:36.060Z] 8773672cb1ef: Layer already exists [2024-09-06T03:04:36.060Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:36.060Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:36.060Z] main: digest: sha256:229df6ea645efd99747a39446c951fa43f1cbd9b12bb30c0d78ba7996d79d115 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:04:36.139Z] ===================================================== [Pipeline] echo [2024-09-06T03:04:36.156Z] taggedImages: [2024-09-06T03:04:36.156Z] - nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:36.156Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-06T03:04:36.156Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.64 [2024-09-06T03:04:36.156Z] - nexus3.edgexfoundry.org:10004/core-command:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:36.156Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-09-06T03:04:36.187Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-09-06T03:04:36.187Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:36.187Z] latest [2024-09-06T03:04:36.187Z] 3.2.0-dev.64 [2024-09-06T03:04:36.187Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:36.187Z] main [2024-09-06T03:04:36.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:36.541Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:36.870Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:36.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-06T03:04:36.870Z] ea1c1ee870c8: Preparing [2024-09-06T03:04:36.870Z] 2185a609adfa: Preparing [2024-09-06T03:04:36.870Z] 85d33c34ae97: Preparing [2024-09-06T03:04:36.870Z] 54442b19a923: Preparing [2024-09-06T03:04:36.870Z] e744a22f553e: Preparing [2024-09-06T03:04:36.870Z] ad3253c6e60b: Preparing [2024-09-06T03:04:36.870Z] 9956371f8c0e: Preparing [2024-09-06T03:04:36.870Z] 235dbefcc197: Preparing [2024-09-06T03:04:36.870Z] ce7f800efff9: Preparing [2024-09-06T03:04:36.870Z] ce7f800efff9: Waiting [2024-09-06T03:04:36.870Z] ad3253c6e60b: Waiting [2024-09-06T03:04:36.870Z] 235dbefcc197: Waiting [2024-09-06T03:04:36.870Z] 9956371f8c0e: Waiting [2024-09-06T03:04:36.870Z] e744a22f553e: Layer already exists [2024-09-06T03:04:36.870Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:36.870Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:36.870Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:36.870Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:36.870Z] 2185a609adfa: Pushed [2024-09-06T03:04:36.870Z] ea1c1ee870c8: Pushed [2024-09-06T03:04:36.870Z] 85d33c34ae97: Pushed [2024-09-06T03:04:37.805Z] 54442b19a923: Pushed [2024-09-06T03:04:37.805Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:38.153Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:38.489Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-06T03:04:38.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-06T03:04:38.489Z] ea1c1ee870c8: Preparing [2024-09-06T03:04:38.489Z] 2185a609adfa: Preparing [2024-09-06T03:04:38.489Z] 85d33c34ae97: Preparing [2024-09-06T03:04:38.489Z] 54442b19a923: Preparing [2024-09-06T03:04:38.489Z] e744a22f553e: Preparing [2024-09-06T03:04:38.489Z] ad3253c6e60b: Preparing [2024-09-06T03:04:38.489Z] 9956371f8c0e: Preparing [2024-09-06T03:04:38.489Z] 235dbefcc197: Preparing [2024-09-06T03:04:38.489Z] ce7f800efff9: Preparing [2024-09-06T03:04:38.489Z] 9956371f8c0e: Waiting [2024-09-06T03:04:38.489Z] ad3253c6e60b: Waiting [2024-09-06T03:04:38.489Z] 235dbefcc197: Waiting [2024-09-06T03:04:38.489Z] ce7f800efff9: Waiting [2024-09-06T03:04:38.489Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:04:38.489Z] 2185a609adfa: Layer already exists [2024-09-06T03:04:38.489Z] 85d33c34ae97: Layer already exists [2024-09-06T03:04:38.489Z] 54442b19a923: Layer already exists [2024-09-06T03:04:38.489Z] e744a22f553e: Layer already exists [2024-09-06T03:04:38.489Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:38.489Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:38.489Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:38.489Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:38.489Z] latest: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:38.821Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:39.154Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.64 [2024-09-06T03:04:39.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-06T03:04:39.154Z] ea1c1ee870c8: Preparing [2024-09-06T03:04:39.154Z] 2185a609adfa: Preparing [2024-09-06T03:04:39.154Z] 85d33c34ae97: Preparing [2024-09-06T03:04:39.154Z] 54442b19a923: Preparing [2024-09-06T03:04:39.154Z] e744a22f553e: Preparing [2024-09-06T03:04:39.154Z] ad3253c6e60b: Preparing [2024-09-06T03:04:39.154Z] 9956371f8c0e: Preparing [2024-09-06T03:04:39.154Z] 235dbefcc197: Preparing [2024-09-06T03:04:39.154Z] ce7f800efff9: Preparing [2024-09-06T03:04:39.154Z] 9956371f8c0e: Waiting [2024-09-06T03:04:39.154Z] 235dbefcc197: Waiting [2024-09-06T03:04:39.154Z] ce7f800efff9: Waiting [2024-09-06T03:04:39.154Z] ad3253c6e60b: Waiting [2024-09-06T03:04:39.154Z] 85d33c34ae97: Layer already exists [2024-09-06T03:04:39.154Z] 2185a609adfa: Layer already exists [2024-09-06T03:04:39.154Z] 54442b19a923: Layer already exists [2024-09-06T03:04:39.154Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:04:39.154Z] e744a22f553e: Layer already exists [2024-09-06T03:04:39.154Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:39.154Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:39.154Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:39.154Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:39.154Z] 3.2.0-dev.64: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:39.492Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:39.826Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:39.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-06T03:04:39.827Z] ea1c1ee870c8: Preparing [2024-09-06T03:04:39.827Z] 2185a609adfa: Preparing [2024-09-06T03:04:39.827Z] 85d33c34ae97: Preparing [2024-09-06T03:04:39.827Z] 54442b19a923: Preparing [2024-09-06T03:04:39.827Z] e744a22f553e: Preparing [2024-09-06T03:04:39.827Z] ad3253c6e60b: Preparing [2024-09-06T03:04:39.827Z] 9956371f8c0e: Preparing [2024-09-06T03:04:39.827Z] ad3253c6e60b: Waiting [2024-09-06T03:04:39.827Z] 9956371f8c0e: Waiting [2024-09-06T03:04:39.827Z] 235dbefcc197: Preparing [2024-09-06T03:04:39.827Z] ce7f800efff9: Preparing [2024-09-06T03:04:39.827Z] 235dbefcc197: Waiting [2024-09-06T03:04:39.827Z] ce7f800efff9: Waiting [2024-09-06T03:04:39.827Z] 2185a609adfa: Layer already exists [2024-09-06T03:04:39.827Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:04:39.827Z] 85d33c34ae97: Layer already exists [2024-09-06T03:04:39.827Z] 54442b19a923: Layer already exists [2024-09-06T03:04:39.827Z] e744a22f553e: Layer already exists [2024-09-06T03:04:39.827Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:39.827Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:39.827Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:39.827Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:39.827Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:40.161Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:40.487Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-09-06T03:04:40.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-06T03:04:40.487Z] ea1c1ee870c8: Preparing [2024-09-06T03:04:40.487Z] 2185a609adfa: Preparing [2024-09-06T03:04:40.487Z] 85d33c34ae97: Preparing [2024-09-06T03:04:40.487Z] 54442b19a923: Preparing [2024-09-06T03:04:40.487Z] e744a22f553e: Preparing [2024-09-06T03:04:40.487Z] ad3253c6e60b: Preparing [2024-09-06T03:04:40.487Z] 9956371f8c0e: Preparing [2024-09-06T03:04:40.487Z] 235dbefcc197: Preparing [2024-09-06T03:04:40.488Z] ce7f800efff9: Preparing [2024-09-06T03:04:40.488Z] ad3253c6e60b: Waiting [2024-09-06T03:04:40.488Z] 235dbefcc197: Waiting [2024-09-06T03:04:40.488Z] ce7f800efff9: Waiting [2024-09-06T03:04:40.488Z] 9956371f8c0e: Waiting [2024-09-06T03:04:40.488Z] e744a22f553e: Layer already exists [2024-09-06T03:04:40.488Z] 54442b19a923: Layer already exists [2024-09-06T03:04:40.488Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:04:40.488Z] 85d33c34ae97: Layer already exists [2024-09-06T03:04:40.488Z] 2185a609adfa: Layer already exists [2024-09-06T03:04:40.488Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:40.488Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:40.488Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:40.488Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:40.488Z] main: digest: sha256:28946993e11b087463ed8060c131ccb633acd26f6ccef10e490bce1d9bc43295 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:04:40.568Z] ===================================================== [Pipeline] echo [2024-09-06T03:04:40.584Z] taggedImages: [2024-09-06T03:04:40.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:40.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-06T03:04:40.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.64 [2024-09-06T03:04:40.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:40.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-09-06T03:04:40.611Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-09-06T03:04:40.611Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:40.611Z] latest [2024-09-06T03:04:40.611Z] 3.2.0-dev.64 [2024-09-06T03:04:40.611Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:40.611Z] main [2024-09-06T03:04:40.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:40.959Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:41.288Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:41.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-06T03:04:41.288Z] d5559475591d: Preparing [2024-09-06T03:04:41.288Z] 5bc024093433: Preparing [2024-09-06T03:04:41.288Z] 4a8ffdace602: Preparing [2024-09-06T03:04:41.288Z] e744a22f553e: Preparing [2024-09-06T03:04:41.289Z] ad3253c6e60b: Preparing [2024-09-06T03:04:41.289Z] 19cd4b9cb1ef: Preparing [2024-09-06T03:04:41.289Z] efe3767eff44: Preparing [2024-09-06T03:04:41.289Z] ce7f800efff9: Preparing [2024-09-06T03:04:41.289Z] efe3767eff44: Waiting [2024-09-06T03:04:41.289Z] ce7f800efff9: Waiting [2024-09-06T03:04:41.289Z] e744a22f553e: Layer already exists [2024-09-06T03:04:41.289Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:41.289Z] efe3767eff44: Pushed [2024-09-06T03:04:41.289Z] 5bc024093433: Pushed [2024-09-06T03:04:41.289Z] d5559475591d: Pushed [2024-09-06T03:04:41.289Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:41.855Z] 19cd4b9cb1ef: Pushed [2024-09-06T03:04:44.405Z] 4a8ffdace602: Pushed [2024-09-06T03:04:44.405Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:44.737Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:45.066Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-06T03:04:45.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-06T03:04:45.066Z] d5559475591d: Preparing [2024-09-06T03:04:45.066Z] 5bc024093433: Preparing [2024-09-06T03:04:45.066Z] 4a8ffdace602: Preparing [2024-09-06T03:04:45.066Z] e744a22f553e: Preparing [2024-09-06T03:04:45.066Z] ad3253c6e60b: Preparing [2024-09-06T03:04:45.066Z] 19cd4b9cb1ef: Preparing [2024-09-06T03:04:45.066Z] efe3767eff44: Preparing [2024-09-06T03:04:45.066Z] ce7f800efff9: Preparing [2024-09-06T03:04:45.066Z] 19cd4b9cb1ef: Waiting [2024-09-06T03:04:45.066Z] efe3767eff44: Waiting [2024-09-06T03:04:45.066Z] ce7f800efff9: Waiting [2024-09-06T03:04:45.066Z] 5bc024093433: Layer already exists [2024-09-06T03:04:45.066Z] d5559475591d: Layer already exists [2024-09-06T03:04:45.066Z] 4a8ffdace602: Layer already exists [2024-09-06T03:04:45.066Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:45.066Z] e744a22f553e: Layer already exists [2024-09-06T03:04:45.066Z] efe3767eff44: Layer already exists [2024-09-06T03:04:45.066Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:45.066Z] 19cd4b9cb1ef: Layer already exists [2024-09-06T03:04:45.066Z] latest: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:45.421Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:45.750Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.64 [2024-09-06T03:04:45.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-06T03:04:45.750Z] d5559475591d: Preparing [2024-09-06T03:04:45.750Z] 5bc024093433: Preparing [2024-09-06T03:04:45.750Z] 4a8ffdace602: Preparing [2024-09-06T03:04:45.750Z] e744a22f553e: Preparing [2024-09-06T03:04:45.750Z] ad3253c6e60b: Preparing [2024-09-06T03:04:45.750Z] 19cd4b9cb1ef: Preparing [2024-09-06T03:04:45.750Z] efe3767eff44: Preparing [2024-09-06T03:04:45.750Z] ce7f800efff9: Preparing [2024-09-06T03:04:45.750Z] 19cd4b9cb1ef: Waiting [2024-09-06T03:04:45.750Z] efe3767eff44: Waiting [2024-09-06T03:04:45.750Z] ce7f800efff9: Waiting [2024-09-06T03:04:45.750Z] 5bc024093433: Layer already exists [2024-09-06T03:04:45.750Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:45.750Z] 4a8ffdace602: Layer already exists [2024-09-06T03:04:45.750Z] e744a22f553e: Layer already exists [2024-09-06T03:04:45.750Z] d5559475591d: Layer already exists [2024-09-06T03:04:45.750Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:45.750Z] 19cd4b9cb1ef: Layer already exists [2024-09-06T03:04:45.750Z] efe3767eff44: Layer already exists [2024-09-06T03:04:45.750Z] 3.2.0-dev.64: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:46.105Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:46.436Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:46.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-06T03:04:46.436Z] d5559475591d: Preparing [2024-09-06T03:04:46.436Z] 5bc024093433: Preparing [2024-09-06T03:04:46.436Z] 4a8ffdace602: Preparing [2024-09-06T03:04:46.436Z] e744a22f553e: Preparing [2024-09-06T03:04:46.436Z] ad3253c6e60b: Preparing [2024-09-06T03:04:46.436Z] 19cd4b9cb1ef: Preparing [2024-09-06T03:04:46.436Z] efe3767eff44: Preparing [2024-09-06T03:04:46.436Z] ce7f800efff9: Preparing [2024-09-06T03:04:46.436Z] efe3767eff44: Waiting [2024-09-06T03:04:46.436Z] 19cd4b9cb1ef: Waiting [2024-09-06T03:04:46.436Z] ce7f800efff9: Waiting [2024-09-06T03:04:46.436Z] 5bc024093433: Layer already exists [2024-09-06T03:04:46.436Z] 4a8ffdace602: Layer already exists [2024-09-06T03:04:46.436Z] d5559475591d: Layer already exists [2024-09-06T03:04:46.436Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:46.436Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:46.436Z] efe3767eff44: Layer already exists [2024-09-06T03:04:46.436Z] 19cd4b9cb1ef: Layer already exists [2024-09-06T03:04:46.436Z] e744a22f553e: Layer already exists [2024-09-06T03:04:46.436Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:46.773Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:47.613Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-09-06T03:04:47.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-06T03:04:47.614Z] d5559475591d: Preparing [2024-09-06T03:04:47.614Z] 5bc024093433: Preparing [2024-09-06T03:04:47.614Z] 4a8ffdace602: Preparing [2024-09-06T03:04:47.614Z] e744a22f553e: Preparing [2024-09-06T03:04:47.614Z] ad3253c6e60b: Preparing [2024-09-06T03:04:47.614Z] 19cd4b9cb1ef: Preparing [2024-09-06T03:04:47.614Z] efe3767eff44: Preparing [2024-09-06T03:04:47.614Z] ce7f800efff9: Preparing [2024-09-06T03:04:47.614Z] ce7f800efff9: Waiting [2024-09-06T03:04:47.614Z] efe3767eff44: Waiting [2024-09-06T03:04:47.614Z] 19cd4b9cb1ef: Waiting [2024-09-06T03:04:47.614Z] 5bc024093433: Layer already exists [2024-09-06T03:04:47.614Z] e744a22f553e: Layer already exists [2024-09-06T03:04:47.614Z] 4a8ffdace602: Layer already exists [2024-09-06T03:04:47.614Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:47.614Z] d5559475591d: Layer already exists [2024-09-06T03:04:47.614Z] 19cd4b9cb1ef: Layer already exists [2024-09-06T03:04:47.614Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:47.614Z] efe3767eff44: Layer already exists [2024-09-06T03:04:47.614Z] main: digest: sha256:7d4eaaca1ed289018c841640f95f51bc5bbdfbe0104ce03d3bfc0e6a7656267a size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:04:47.994Z] ===================================================== [Pipeline] echo [2024-09-06T03:04:48.015Z] taggedImages: [2024-09-06T03:04:48.015Z] - nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:48.015Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-06T03:04:48.015Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.64 [2024-09-06T03:04:48.015Z] - nexus3.edgexfoundry.org:10004/core-data:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:48.015Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-09-06T03:04:48.051Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-09-06T03:04:48.051Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:48.051Z] latest [2024-09-06T03:04:48.051Z] 3.2.0-dev.64 [2024-09-06T03:04:48.051Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:48.051Z] main [2024-09-06T03:04:48.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:48.408Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:48.734Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:48.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-06T03:04:48.734Z] 3175f373c94f: Preparing [2024-09-06T03:04:48.734Z] d1e956df7600: Preparing [2024-09-06T03:04:48.734Z] ad3253c6e60b: Preparing [2024-09-06T03:04:48.734Z] a96775cd2c89: Preparing [2024-09-06T03:04:48.734Z] cf6966b4a81d: Preparing [2024-09-06T03:04:48.734Z] ce7f800efff9: Preparing [2024-09-06T03:04:48.734Z] ce7f800efff9: Waiting [2024-09-06T03:04:48.734Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:48.734Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:48.734Z] cf6966b4a81d: Pushed [2024-09-06T03:04:48.734Z] 3175f373c94f: Pushed [2024-09-06T03:04:48.734Z] a96775cd2c89: Pushed [2024-09-06T03:04:52.033Z] d1e956df7600: Pushed [2024-09-06T03:04:52.033Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:52.358Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:52.681Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-06T03:04:52.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-06T03:04:52.681Z] 3175f373c94f: Preparing [2024-09-06T03:04:52.681Z] d1e956df7600: Preparing [2024-09-06T03:04:52.681Z] ad3253c6e60b: Preparing [2024-09-06T03:04:52.681Z] a96775cd2c89: Preparing [2024-09-06T03:04:52.681Z] cf6966b4a81d: Preparing [2024-09-06T03:04:52.681Z] ce7f800efff9: Preparing [2024-09-06T03:04:52.681Z] cf6966b4a81d: Layer already exists [2024-09-06T03:04:52.681Z] a96775cd2c89: Layer already exists [2024-09-06T03:04:52.681Z] 3175f373c94f: Layer already exists [2024-09-06T03:04:52.681Z] d1e956df7600: Layer already exists [2024-09-06T03:04:52.681Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:52.681Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:52.681Z] latest: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:53.014Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:53.333Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.64 [2024-09-06T03:04:53.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-06T03:04:53.333Z] 3175f373c94f: Preparing [2024-09-06T03:04:53.333Z] d1e956df7600: Preparing [2024-09-06T03:04:53.333Z] ad3253c6e60b: Preparing [2024-09-06T03:04:53.333Z] a96775cd2c89: Preparing [2024-09-06T03:04:53.333Z] cf6966b4a81d: Preparing [2024-09-06T03:04:53.333Z] ce7f800efff9: Preparing [2024-09-06T03:04:53.333Z] ce7f800efff9: Waiting [2024-09-06T03:04:53.333Z] 3175f373c94f: Layer already exists [2024-09-06T03:04:53.333Z] d1e956df7600: Layer already exists [2024-09-06T03:04:53.333Z] a96775cd2c89: Layer already exists [2024-09-06T03:04:53.333Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:53.333Z] cf6966b4a81d: Layer already exists [2024-09-06T03:04:53.333Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:53.333Z] 3.2.0-dev.64: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:53.665Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:53.998Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:53.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-06T03:04:53.998Z] 3175f373c94f: Preparing [2024-09-06T03:04:53.998Z] d1e956df7600: Preparing [2024-09-06T03:04:53.998Z] ad3253c6e60b: Preparing [2024-09-06T03:04:53.998Z] a96775cd2c89: Preparing [2024-09-06T03:04:53.998Z] cf6966b4a81d: Preparing [2024-09-06T03:04:53.998Z] ce7f800efff9: Preparing [2024-09-06T03:04:53.998Z] ce7f800efff9: Waiting [2024-09-06T03:04:53.998Z] 3175f373c94f: Layer already exists [2024-09-06T03:04:53.998Z] a96775cd2c89: Layer already exists [2024-09-06T03:04:53.998Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:53.998Z] d1e956df7600: Layer already exists [2024-09-06T03:04:53.998Z] cf6966b4a81d: Layer already exists [2024-09-06T03:04:53.998Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:53.998Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:54.327Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:54.662Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-09-06T03:04:54.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-06T03:04:54.662Z] 3175f373c94f: Preparing [2024-09-06T03:04:54.662Z] d1e956df7600: Preparing [2024-09-06T03:04:54.662Z] ad3253c6e60b: Preparing [2024-09-06T03:04:54.662Z] a96775cd2c89: Preparing [2024-09-06T03:04:54.662Z] cf6966b4a81d: Preparing [2024-09-06T03:04:54.662Z] ce7f800efff9: Preparing [2024-09-06T03:04:54.662Z] ce7f800efff9: Waiting [2024-09-06T03:04:54.662Z] a96775cd2c89: Layer already exists [2024-09-06T03:04:54.662Z] d1e956df7600: Layer already exists [2024-09-06T03:04:54.662Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:54.662Z] cf6966b4a81d: Layer already exists [2024-09-06T03:04:54.662Z] 3175f373c94f: Layer already exists [2024-09-06T03:04:54.662Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:54.662Z] main: digest: sha256:d2f17e6b29097a9dbcf09b6538b452cd20c244dc7b72d751313b6461e3374747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:04:54.744Z] ===================================================== [Pipeline] echo [2024-09-06T03:04:54.758Z] taggedImages: [2024-09-06T03:04:54.758Z] - nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:54.758Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-06T03:04:54.758Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.64 [2024-09-06T03:04:54.758Z] - nexus3.edgexfoundry.org:10004/core-keeper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:54.758Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-09-06T03:04:54.786Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-09-06T03:04:54.786Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:54.786Z] latest [2024-09-06T03:04:54.786Z] 3.2.0-dev.64 [2024-09-06T03:04:54.786Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:04:54.786Z] main [2024-09-06T03:04:54.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:56.111Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:04:56.452Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:04:56.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-06T03:04:56.453Z] f5700c913c8c: Preparing [2024-09-06T03:04:56.453Z] dbe3fe1fdc83: Preparing [2024-09-06T03:04:56.453Z] 9e9053d9e378: Preparing [2024-09-06T03:04:56.453Z] e744a22f553e: Preparing [2024-09-06T03:04:56.453Z] ad3253c6e60b: Preparing [2024-09-06T03:04:56.453Z] 9956371f8c0e: Preparing [2024-09-06T03:04:56.453Z] 235dbefcc197: Preparing [2024-09-06T03:04:56.453Z] ce7f800efff9: Preparing [2024-09-06T03:04:56.453Z] 9956371f8c0e: Waiting [2024-09-06T03:04:56.453Z] 235dbefcc197: Waiting [2024-09-06T03:04:56.453Z] ce7f800efff9: Waiting [2024-09-06T03:04:56.453Z] e744a22f553e: Layer already exists [2024-09-06T03:04:56.453Z] ad3253c6e60b: Layer already exists [2024-09-06T03:04:56.453Z] 9956371f8c0e: Layer already exists [2024-09-06T03:04:56.453Z] 235dbefcc197: Layer already exists [2024-09-06T03:04:56.453Z] ce7f800efff9: Layer already exists [2024-09-06T03:04:56.453Z] dbe3fe1fdc83: Pushed [2024-09-06T03:04:56.453Z] f5700c913c8c: Pushed [2024-09-06T03:04:59.753Z] 9e9053d9e378: Pushed [2024-09-06T03:04:59.753Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:00.091Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:00.419Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-06T03:05:00.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-06T03:05:00.420Z] f5700c913c8c: Preparing [2024-09-06T03:05:00.420Z] dbe3fe1fdc83: Preparing [2024-09-06T03:05:00.420Z] 9e9053d9e378: Preparing [2024-09-06T03:05:00.420Z] e744a22f553e: Preparing [2024-09-06T03:05:00.420Z] ad3253c6e60b: Preparing [2024-09-06T03:05:00.420Z] 9956371f8c0e: Preparing [2024-09-06T03:05:00.420Z] 235dbefcc197: Preparing [2024-09-06T03:05:00.420Z] ce7f800efff9: Preparing [2024-09-06T03:05:00.420Z] ce7f800efff9: Waiting [2024-09-06T03:05:00.420Z] 9956371f8c0e: Waiting [2024-09-06T03:05:00.420Z] 235dbefcc197: Waiting [2024-09-06T03:05:00.420Z] e744a22f553e: Layer already exists [2024-09-06T03:05:00.420Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:00.420Z] dbe3fe1fdc83: Layer already exists [2024-09-06T03:05:00.420Z] 9e9053d9e378: Layer already exists [2024-09-06T03:05:00.420Z] f5700c913c8c: Layer already exists [2024-09-06T03:05:00.420Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:00.420Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:00.420Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:00.420Z] latest: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:00.745Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:01.083Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.64 [2024-09-06T03:05:01.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-06T03:05:01.083Z] f5700c913c8c: Preparing [2024-09-06T03:05:01.083Z] dbe3fe1fdc83: Preparing [2024-09-06T03:05:01.083Z] 9e9053d9e378: Preparing [2024-09-06T03:05:01.083Z] e744a22f553e: Preparing [2024-09-06T03:05:01.083Z] ad3253c6e60b: Preparing [2024-09-06T03:05:01.083Z] 9956371f8c0e: Preparing [2024-09-06T03:05:01.083Z] 235dbefcc197: Preparing [2024-09-06T03:05:01.083Z] ce7f800efff9: Preparing [2024-09-06T03:05:01.083Z] 235dbefcc197: Waiting [2024-09-06T03:05:01.083Z] 9956371f8c0e: Waiting [2024-09-06T03:05:01.083Z] ce7f800efff9: Waiting [2024-09-06T03:05:01.083Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:01.083Z] dbe3fe1fdc83: Layer already exists [2024-09-06T03:05:01.083Z] e744a22f553e: Layer already exists [2024-09-06T03:05:01.083Z] f5700c913c8c: Layer already exists [2024-09-06T03:05:01.083Z] 9e9053d9e378: Layer already exists [2024-09-06T03:05:01.083Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:01.083Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:01.083Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:01.083Z] 3.2.0-dev.64: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:01.416Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:01.742Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:01.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-06T03:05:01.742Z] f5700c913c8c: Preparing [2024-09-06T03:05:01.742Z] dbe3fe1fdc83: Preparing [2024-09-06T03:05:01.742Z] 9e9053d9e378: Preparing [2024-09-06T03:05:01.742Z] e744a22f553e: Preparing [2024-09-06T03:05:01.742Z] ad3253c6e60b: Preparing [2024-09-06T03:05:01.742Z] 9956371f8c0e: Preparing [2024-09-06T03:05:01.742Z] 235dbefcc197: Preparing [2024-09-06T03:05:01.742Z] 9956371f8c0e: Waiting [2024-09-06T03:05:01.742Z] ce7f800efff9: Preparing [2024-09-06T03:05:01.742Z] ce7f800efff9: Waiting [2024-09-06T03:05:01.742Z] dbe3fe1fdc83: Layer already exists [2024-09-06T03:05:01.742Z] f5700c913c8c: Layer already exists [2024-09-06T03:05:01.742Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:01.742Z] e744a22f553e: Layer already exists [2024-09-06T03:05:01.742Z] 9e9053d9e378: Layer already exists [2024-09-06T03:05:01.742Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:01.742Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:01.742Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:01.742Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:02.080Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:02.413Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-09-06T03:05:02.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-06T03:05:02.413Z] f5700c913c8c: Preparing [2024-09-06T03:05:02.413Z] dbe3fe1fdc83: Preparing [2024-09-06T03:05:02.413Z] 9e9053d9e378: Preparing [2024-09-06T03:05:02.413Z] e744a22f553e: Preparing [2024-09-06T03:05:02.413Z] ad3253c6e60b: Preparing [2024-09-06T03:05:02.413Z] 9956371f8c0e: Preparing [2024-09-06T03:05:02.413Z] 235dbefcc197: Preparing [2024-09-06T03:05:02.413Z] ce7f800efff9: Preparing [2024-09-06T03:05:02.413Z] 9956371f8c0e: Waiting [2024-09-06T03:05:02.413Z] 235dbefcc197: Waiting [2024-09-06T03:05:02.413Z] ce7f800efff9: Waiting [2024-09-06T03:05:02.413Z] f5700c913c8c: Layer already exists [2024-09-06T03:05:02.413Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:02.413Z] dbe3fe1fdc83: Layer already exists [2024-09-06T03:05:02.413Z] e744a22f553e: Layer already exists [2024-09-06T03:05:02.413Z] 9e9053d9e378: Layer already exists [2024-09-06T03:05:02.413Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:02.413Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:02.413Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:02.413Z] main: digest: sha256:275518c49ccf7c39707a258eba5cb6fe2b9f794a8c9f52896c1247c5181e3991 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:02.490Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:02.509Z] taggedImages: [2024-09-06T03:05:02.509Z] - nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:02.509Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-06T03:05:02.509Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.64 [2024-09-06T03:05:02.509Z] - nexus3.edgexfoundry.org:10004/core-metadata:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:02.509Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-09-06T03:05:02.538Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-09-06T03:05:02.538Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:02.538Z] latest [2024-09-06T03:05:02.538Z] 3.2.0-dev.64 [2024-09-06T03:05:02.538Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:02.538Z] main [2024-09-06T03:05:02.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:02.886Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:03.206Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:03.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-06T03:05:03.207Z] a5649efe7ea5: Preparing [2024-09-06T03:05:03.207Z] 5e7ea1be3012: Preparing [2024-09-06T03:05:03.207Z] f4a7105a14f2: Preparing [2024-09-06T03:05:03.207Z] bade4afe5ee8: Preparing [2024-09-06T03:05:03.207Z] c88c8a3683b4: Preparing [2024-09-06T03:05:03.207Z] 991c006a73d5: Preparing [2024-09-06T03:05:03.207Z] c3947216240a: Preparing [2024-09-06T03:05:03.207Z] 019ac7299e0e: Preparing [2024-09-06T03:05:03.207Z] 991c006a73d5: Waiting [2024-09-06T03:05:03.207Z] c3947216240a: Waiting [2024-09-06T03:05:03.207Z] e744a22f553e: Preparing [2024-09-06T03:05:03.207Z] ad3253c6e60b: Preparing [2024-09-06T03:05:03.207Z] 8b27baa44bc4: Preparing [2024-09-06T03:05:03.207Z] c69cfe131121: Preparing [2024-09-06T03:05:03.207Z] 5f70bf18a086: Preparing [2024-09-06T03:05:03.207Z] fd39fe38d88a: Preparing [2024-09-06T03:05:03.207Z] 2130bc26f0c0: Preparing [2024-09-06T03:05:03.207Z] 7e32b039cfa0: Preparing [2024-09-06T03:05:03.207Z] ce7f800efff9: Preparing [2024-09-06T03:05:03.207Z] 019ac7299e0e: Waiting [2024-09-06T03:05:03.207Z] e744a22f553e: Waiting [2024-09-06T03:05:03.207Z] ad3253c6e60b: Waiting [2024-09-06T03:05:03.207Z] 8b27baa44bc4: Waiting [2024-09-06T03:05:03.207Z] c69cfe131121: Waiting [2024-09-06T03:05:03.207Z] 5f70bf18a086: Waiting [2024-09-06T03:05:03.207Z] fd39fe38d88a: Waiting [2024-09-06T03:05:03.207Z] 2130bc26f0c0: Waiting [2024-09-06T03:05:03.207Z] 7e32b039cfa0: Waiting [2024-09-06T03:05:03.207Z] ce7f800efff9: Waiting [2024-09-06T03:05:03.207Z] c88c8a3683b4: Pushed [2024-09-06T03:05:03.207Z] f4a7105a14f2: Pushed [2024-09-06T03:05:03.207Z] a5649efe7ea5: Pushed [2024-09-06T03:05:03.207Z] 5e7ea1be3012: Pushed [2024-09-06T03:05:03.207Z] bade4afe5ee8: Pushed [2024-09-06T03:05:03.207Z] e744a22f553e: Layer already exists [2024-09-06T03:05:03.207Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:03.207Z] 991c006a73d5: Pushed [2024-09-06T03:05:03.465Z] c3947216240a: Pushed [2024-09-06T03:05:03.465Z] 5f70bf18a086: Layer already exists [2024-09-06T03:05:03.465Z] 8b27baa44bc4: Pushed [2024-09-06T03:05:03.465Z] c69cfe131121: Pushed [2024-09-06T03:05:03.465Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:03.465Z] fd39fe38d88a: Pushed [2024-09-06T03:05:03.465Z] 7e32b039cfa0: Pushed [2024-09-06T03:05:04.032Z] 2130bc26f0c0: Pushed [2024-09-06T03:05:04.600Z] 019ac7299e0e: Pushed [2024-09-06T03:05:04.860Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:05.201Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:05.601Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-06T03:05:05.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-06T03:05:05.601Z] a5649efe7ea5: Preparing [2024-09-06T03:05:05.601Z] 5e7ea1be3012: Preparing [2024-09-06T03:05:05.601Z] f4a7105a14f2: Preparing [2024-09-06T03:05:05.601Z] bade4afe5ee8: Preparing [2024-09-06T03:05:05.601Z] c88c8a3683b4: Preparing [2024-09-06T03:05:05.601Z] 991c006a73d5: Preparing [2024-09-06T03:05:05.601Z] c3947216240a: Preparing [2024-09-06T03:05:05.601Z] 019ac7299e0e: Preparing [2024-09-06T03:05:05.601Z] e744a22f553e: Preparing [2024-09-06T03:05:05.601Z] ad3253c6e60b: Preparing [2024-09-06T03:05:05.601Z] 8b27baa44bc4: Preparing [2024-09-06T03:05:05.601Z] c69cfe131121: Preparing [2024-09-06T03:05:05.601Z] 5f70bf18a086: Preparing [2024-09-06T03:05:05.601Z] fd39fe38d88a: Preparing [2024-09-06T03:05:05.601Z] 2130bc26f0c0: Preparing [2024-09-06T03:05:05.601Z] 7e32b039cfa0: Preparing [2024-09-06T03:05:05.601Z] ce7f800efff9: Preparing [2024-09-06T03:05:05.601Z] 8b27baa44bc4: Waiting [2024-09-06T03:05:05.601Z] 991c006a73d5: Waiting [2024-09-06T03:05:05.601Z] c69cfe131121: Waiting [2024-09-06T03:05:05.601Z] 5f70bf18a086: Waiting [2024-09-06T03:05:05.601Z] fd39fe38d88a: Waiting [2024-09-06T03:05:05.601Z] 2130bc26f0c0: Waiting [2024-09-06T03:05:05.601Z] c3947216240a: Waiting [2024-09-06T03:05:05.601Z] 019ac7299e0e: Waiting [2024-09-06T03:05:05.601Z] 7e32b039cfa0: Waiting [2024-09-06T03:05:05.601Z] e744a22f553e: Waiting [2024-09-06T03:05:05.601Z] ce7f800efff9: Waiting [2024-09-06T03:05:05.601Z] ad3253c6e60b: Waiting [2024-09-06T03:05:05.601Z] f4a7105a14f2: Layer already exists [2024-09-06T03:05:05.601Z] bade4afe5ee8: Layer already exists [2024-09-06T03:05:05.601Z] a5649efe7ea5: Layer already exists [2024-09-06T03:05:05.601Z] c88c8a3683b4: Layer already exists [2024-09-06T03:05:05.601Z] 5e7ea1be3012: Layer already exists [2024-09-06T03:05:05.601Z] 991c006a73d5: Layer already exists [2024-09-06T03:05:05.601Z] c3947216240a: Layer already exists [2024-09-06T03:05:05.601Z] 019ac7299e0e: Layer already exists [2024-09-06T03:05:05.601Z] e744a22f553e: Layer already exists [2024-09-06T03:05:05.602Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:05.602Z] 8b27baa44bc4: Layer already exists [2024-09-06T03:05:05.602Z] c69cfe131121: Layer already exists [2024-09-06T03:05:05.602Z] 5f70bf18a086: Layer already exists [2024-09-06T03:05:05.602Z] fd39fe38d88a: Layer already exists [2024-09-06T03:05:05.602Z] 7e32b039cfa0: Layer already exists [2024-09-06T03:05:05.602Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:05.602Z] 2130bc26f0c0: Layer already exists [2024-09-06T03:05:05.602Z] latest: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:05.938Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:06.263Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.64 [2024-09-06T03:05:06.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-06T03:05:06.263Z] a5649efe7ea5: Preparing [2024-09-06T03:05:06.263Z] 5e7ea1be3012: Preparing [2024-09-06T03:05:06.263Z] f4a7105a14f2: Preparing [2024-09-06T03:05:06.263Z] bade4afe5ee8: Preparing [2024-09-06T03:05:06.263Z] c88c8a3683b4: Preparing [2024-09-06T03:05:06.263Z] 991c006a73d5: Preparing [2024-09-06T03:05:06.263Z] c3947216240a: Preparing [2024-09-06T03:05:06.263Z] 019ac7299e0e: Preparing [2024-09-06T03:05:06.263Z] e744a22f553e: Preparing [2024-09-06T03:05:06.263Z] ad3253c6e60b: Preparing [2024-09-06T03:05:06.263Z] 8b27baa44bc4: Preparing [2024-09-06T03:05:06.263Z] c69cfe131121: Preparing [2024-09-06T03:05:06.263Z] 5f70bf18a086: Preparing [2024-09-06T03:05:06.263Z] fd39fe38d88a: Preparing [2024-09-06T03:05:06.263Z] 2130bc26f0c0: Preparing [2024-09-06T03:05:06.263Z] 7e32b039cfa0: Preparing [2024-09-06T03:05:06.263Z] ce7f800efff9: Preparing [2024-09-06T03:05:06.263Z] 019ac7299e0e: Waiting [2024-09-06T03:05:06.263Z] e744a22f553e: Waiting [2024-09-06T03:05:06.263Z] ad3253c6e60b: Waiting [2024-09-06T03:05:06.263Z] 8b27baa44bc4: Waiting [2024-09-06T03:05:06.263Z] c69cfe131121: Waiting [2024-09-06T03:05:06.263Z] 5f70bf18a086: Waiting [2024-09-06T03:05:06.263Z] fd39fe38d88a: Waiting [2024-09-06T03:05:06.263Z] 2130bc26f0c0: Waiting [2024-09-06T03:05:06.263Z] 7e32b039cfa0: Waiting [2024-09-06T03:05:06.263Z] ce7f800efff9: Waiting [2024-09-06T03:05:06.263Z] 991c006a73d5: Waiting [2024-09-06T03:05:06.263Z] c3947216240a: Waiting [2024-09-06T03:05:06.263Z] f4a7105a14f2: Layer already exists [2024-09-06T03:05:06.263Z] 5e7ea1be3012: Layer already exists [2024-09-06T03:05:06.263Z] a5649efe7ea5: Layer already exists [2024-09-06T03:05:06.263Z] bade4afe5ee8: Layer already exists [2024-09-06T03:05:06.263Z] c88c8a3683b4: Layer already exists [2024-09-06T03:05:06.263Z] e744a22f553e: Layer already exists [2024-09-06T03:05:06.263Z] 019ac7299e0e: Layer already exists [2024-09-06T03:05:06.264Z] 991c006a73d5: Layer already exists [2024-09-06T03:05:06.264Z] c3947216240a: Layer already exists [2024-09-06T03:05:06.264Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:06.264Z] 8b27baa44bc4: Layer already exists [2024-09-06T03:05:06.264Z] c69cfe131121: Layer already exists [2024-09-06T03:05:06.264Z] 5f70bf18a086: Layer already exists [2024-09-06T03:05:06.264Z] fd39fe38d88a: Layer already exists [2024-09-06T03:05:06.264Z] 2130bc26f0c0: Layer already exists [2024-09-06T03:05:06.264Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:06.264Z] 7e32b039cfa0: Layer already exists [2024-09-06T03:05:06.264Z] 3.2.0-dev.64: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:06.627Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:06.960Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:06.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-06T03:05:06.960Z] a5649efe7ea5: Preparing [2024-09-06T03:05:06.960Z] 5e7ea1be3012: Preparing [2024-09-06T03:05:06.960Z] f4a7105a14f2: Preparing [2024-09-06T03:05:06.960Z] bade4afe5ee8: Preparing [2024-09-06T03:05:06.960Z] c88c8a3683b4: Preparing [2024-09-06T03:05:06.960Z] 991c006a73d5: Preparing [2024-09-06T03:05:06.960Z] c3947216240a: Preparing [2024-09-06T03:05:06.960Z] 019ac7299e0e: Preparing [2024-09-06T03:05:06.960Z] e744a22f553e: Preparing [2024-09-06T03:05:06.960Z] ad3253c6e60b: Preparing [2024-09-06T03:05:06.960Z] 8b27baa44bc4: Preparing [2024-09-06T03:05:06.960Z] c69cfe131121: Preparing [2024-09-06T03:05:06.960Z] 5f70bf18a086: Preparing [2024-09-06T03:05:06.960Z] fd39fe38d88a: Preparing [2024-09-06T03:05:06.960Z] 991c006a73d5: Waiting [2024-09-06T03:05:06.960Z] 2130bc26f0c0: Preparing [2024-09-06T03:05:06.960Z] 7e32b039cfa0: Preparing [2024-09-06T03:05:06.960Z] c3947216240a: Waiting [2024-09-06T03:05:06.960Z] ce7f800efff9: Preparing [2024-09-06T03:05:06.960Z] 019ac7299e0e: Waiting [2024-09-06T03:05:06.960Z] e744a22f553e: Waiting [2024-09-06T03:05:06.960Z] 5f70bf18a086: Waiting [2024-09-06T03:05:06.960Z] fd39fe38d88a: Waiting [2024-09-06T03:05:06.960Z] 2130bc26f0c0: Waiting [2024-09-06T03:05:06.960Z] 7e32b039cfa0: Waiting [2024-09-06T03:05:06.960Z] ce7f800efff9: Waiting [2024-09-06T03:05:06.960Z] ad3253c6e60b: Waiting [2024-09-06T03:05:06.960Z] c69cfe131121: Waiting [2024-09-06T03:05:06.960Z] 8b27baa44bc4: Waiting [2024-09-06T03:05:06.960Z] f4a7105a14f2: Layer already exists [2024-09-06T03:05:06.960Z] a5649efe7ea5: Layer already exists [2024-09-06T03:05:06.960Z] c88c8a3683b4: Layer already exists [2024-09-06T03:05:06.960Z] bade4afe5ee8: Layer already exists [2024-09-06T03:05:06.960Z] 5e7ea1be3012: Layer already exists [2024-09-06T03:05:06.960Z] c3947216240a: Layer already exists [2024-09-06T03:05:06.960Z] 019ac7299e0e: Layer already exists [2024-09-06T03:05:06.960Z] e744a22f553e: Layer already exists [2024-09-06T03:05:06.960Z] 991c006a73d5: Layer already exists [2024-09-06T03:05:06.960Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:06.960Z] c69cfe131121: Layer already exists [2024-09-06T03:05:06.960Z] 8b27baa44bc4: Layer already exists [2024-09-06T03:05:06.960Z] 5f70bf18a086: Layer already exists [2024-09-06T03:05:06.960Z] 2130bc26f0c0: Layer already exists [2024-09-06T03:05:06.960Z] fd39fe38d88a: Layer already exists [2024-09-06T03:05:06.960Z] 7e32b039cfa0: Layer already exists [2024-09-06T03:05:06.960Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:06.960Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:07.295Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:07.624Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-09-06T03:05:07.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-06T03:05:07.624Z] a5649efe7ea5: Preparing [2024-09-06T03:05:07.624Z] 5e7ea1be3012: Preparing [2024-09-06T03:05:07.624Z] f4a7105a14f2: Preparing [2024-09-06T03:05:07.624Z] bade4afe5ee8: Preparing [2024-09-06T03:05:07.624Z] c88c8a3683b4: Preparing [2024-09-06T03:05:07.624Z] 991c006a73d5: Preparing [2024-09-06T03:05:07.624Z] c3947216240a: Preparing [2024-09-06T03:05:07.624Z] 019ac7299e0e: Preparing [2024-09-06T03:05:07.624Z] e744a22f553e: Preparing [2024-09-06T03:05:07.624Z] ad3253c6e60b: Preparing [2024-09-06T03:05:07.624Z] 8b27baa44bc4: Preparing [2024-09-06T03:05:07.624Z] c69cfe131121: Preparing [2024-09-06T03:05:07.624Z] 5f70bf18a086: Preparing [2024-09-06T03:05:07.624Z] fd39fe38d88a: Preparing [2024-09-06T03:05:07.624Z] 2130bc26f0c0: Preparing [2024-09-06T03:05:07.624Z] 7e32b039cfa0: Preparing [2024-09-06T03:05:07.624Z] ce7f800efff9: Preparing [2024-09-06T03:05:07.624Z] 991c006a73d5: Waiting [2024-09-06T03:05:07.624Z] c3947216240a: Waiting [2024-09-06T03:05:07.624Z] 019ac7299e0e: Waiting [2024-09-06T03:05:07.624Z] e744a22f553e: Waiting [2024-09-06T03:05:07.624Z] ad3253c6e60b: Waiting [2024-09-06T03:05:07.624Z] 8b27baa44bc4: Waiting [2024-09-06T03:05:07.624Z] c69cfe131121: Waiting [2024-09-06T03:05:07.624Z] 5f70bf18a086: Waiting [2024-09-06T03:05:07.624Z] ce7f800efff9: Waiting [2024-09-06T03:05:07.624Z] fd39fe38d88a: Waiting [2024-09-06T03:05:07.624Z] 2130bc26f0c0: Waiting [2024-09-06T03:05:07.624Z] f4a7105a14f2: Layer already exists [2024-09-06T03:05:07.624Z] 5e7ea1be3012: Layer already exists [2024-09-06T03:05:07.624Z] bade4afe5ee8: Layer already exists [2024-09-06T03:05:07.624Z] a5649efe7ea5: Layer already exists [2024-09-06T03:05:07.624Z] c88c8a3683b4: Layer already exists [2024-09-06T03:05:07.624Z] 991c006a73d5: Layer already exists [2024-09-06T03:05:07.624Z] 019ac7299e0e: Layer already exists [2024-09-06T03:05:07.624Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:07.624Z] e744a22f553e: Layer already exists [2024-09-06T03:05:07.624Z] c3947216240a: Layer already exists [2024-09-06T03:05:07.624Z] 8b27baa44bc4: Layer already exists [2024-09-06T03:05:07.624Z] fd39fe38d88a: Layer already exists [2024-09-06T03:05:07.624Z] c69cfe131121: Layer already exists [2024-09-06T03:05:07.624Z] 5f70bf18a086: Layer already exists [2024-09-06T03:05:07.624Z] 2130bc26f0c0: Layer already exists [2024-09-06T03:05:07.624Z] 7e32b039cfa0: Layer already exists [2024-09-06T03:05:07.624Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:07.624Z] main: digest: sha256:26a6d9d97312ce2e007fd0efe2ffd0acf5ee73c1754e4afe9e72b34d2d739f06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:07.694Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:07.707Z] taggedImages: [2024-09-06T03:05:07.707Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:07.707Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-06T03:05:07.707Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.64 [2024-09-06T03:05:07.707Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:07.707Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-09-06T03:05:07.732Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-09-06T03:05:07.732Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:07.732Z] latest [2024-09-06T03:05:07.732Z] 3.2.0-dev.64 [2024-09-06T03:05:07.732Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:07.732Z] main [2024-09-06T03:05:07.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:08.091Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:08.425Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:08.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-06T03:05:08.425Z] ea1c1ee870c8: Preparing [2024-09-06T03:05:08.425Z] 2185a609adfa: Preparing [2024-09-06T03:05:08.425Z] 00cd4fbb4d9c: Preparing [2024-09-06T03:05:08.425Z] e0b94c79e815: Preparing [2024-09-06T03:05:08.425Z] e744a22f553e: Preparing [2024-09-06T03:05:08.425Z] ad3253c6e60b: Preparing [2024-09-06T03:05:08.425Z] 9956371f8c0e: Preparing [2024-09-06T03:05:08.425Z] 235dbefcc197: Preparing [2024-09-06T03:05:08.425Z] ce7f800efff9: Preparing [2024-09-06T03:05:08.425Z] ad3253c6e60b: Waiting [2024-09-06T03:05:08.425Z] 9956371f8c0e: Waiting [2024-09-06T03:05:08.425Z] 235dbefcc197: Waiting [2024-09-06T03:05:08.425Z] e744a22f553e: Layer already exists [2024-09-06T03:05:08.425Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:05:08.425Z] 2185a609adfa: Layer already exists [2024-09-06T03:05:08.425Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:08.425Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:08.425Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:08.425Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:08.425Z] 00cd4fbb4d9c: Pushed [2024-09-06T03:05:10.955Z] e0b94c79e815: Pushed [2024-09-06T03:05:10.955Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:11.293Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:11.619Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-06T03:05:11.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-06T03:05:11.619Z] ea1c1ee870c8: Preparing [2024-09-06T03:05:11.619Z] 2185a609adfa: Preparing [2024-09-06T03:05:11.619Z] 00cd4fbb4d9c: Preparing [2024-09-06T03:05:11.619Z] e0b94c79e815: Preparing [2024-09-06T03:05:11.619Z] e744a22f553e: Preparing [2024-09-06T03:05:11.619Z] ad3253c6e60b: Preparing [2024-09-06T03:05:11.619Z] 9956371f8c0e: Preparing [2024-09-06T03:05:11.619Z] 235dbefcc197: Preparing [2024-09-06T03:05:11.619Z] ce7f800efff9: Preparing [2024-09-06T03:05:11.619Z] ad3253c6e60b: Waiting [2024-09-06T03:05:11.619Z] 9956371f8c0e: Waiting [2024-09-06T03:05:11.619Z] 235dbefcc197: Waiting [2024-09-06T03:05:11.619Z] ce7f800efff9: Waiting [2024-09-06T03:05:11.619Z] e0b94c79e815: Layer already exists [2024-09-06T03:05:11.619Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:05:11.619Z] e744a22f553e: Layer already exists [2024-09-06T03:05:11.619Z] 00cd4fbb4d9c: Layer already exists [2024-09-06T03:05:11.619Z] 2185a609adfa: Layer already exists [2024-09-06T03:05:11.619Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:11.619Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:11.619Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:11.619Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:11.619Z] latest: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:11.951Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:12.271Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.64 [2024-09-06T03:05:12.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-06T03:05:12.271Z] ea1c1ee870c8: Preparing [2024-09-06T03:05:12.271Z] 2185a609adfa: Preparing [2024-09-06T03:05:12.271Z] 00cd4fbb4d9c: Preparing [2024-09-06T03:05:12.271Z] e0b94c79e815: Preparing [2024-09-06T03:05:12.271Z] e744a22f553e: Preparing [2024-09-06T03:05:12.271Z] ad3253c6e60b: Preparing [2024-09-06T03:05:12.271Z] ad3253c6e60b: Waiting [2024-09-06T03:05:12.271Z] 9956371f8c0e: Preparing [2024-09-06T03:05:12.271Z] 235dbefcc197: Preparing [2024-09-06T03:05:12.271Z] ce7f800efff9: Preparing [2024-09-06T03:05:12.271Z] 9956371f8c0e: Waiting [2024-09-06T03:05:12.271Z] 235dbefcc197: Waiting [2024-09-06T03:05:12.271Z] e744a22f553e: Layer already exists [2024-09-06T03:05:12.271Z] e0b94c79e815: Layer already exists [2024-09-06T03:05:12.271Z] 00cd4fbb4d9c: Layer already exists [2024-09-06T03:05:12.271Z] 2185a609adfa: Layer already exists [2024-09-06T03:05:12.271Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:05:12.271Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:12.271Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:12.271Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:12.271Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:12.271Z] 3.2.0-dev.64: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:12.704Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:13.082Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:13.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-06T03:05:13.082Z] ea1c1ee870c8: Preparing [2024-09-06T03:05:13.082Z] 2185a609adfa: Preparing [2024-09-06T03:05:13.082Z] 00cd4fbb4d9c: Preparing [2024-09-06T03:05:13.082Z] e0b94c79e815: Preparing [2024-09-06T03:05:13.082Z] e744a22f553e: Preparing [2024-09-06T03:05:13.082Z] ad3253c6e60b: Preparing [2024-09-06T03:05:13.082Z] 9956371f8c0e: Preparing [2024-09-06T03:05:13.082Z] 235dbefcc197: Preparing [2024-09-06T03:05:13.082Z] ce7f800efff9: Preparing [2024-09-06T03:05:13.082Z] ad3253c6e60b: Waiting [2024-09-06T03:05:13.082Z] 235dbefcc197: Waiting [2024-09-06T03:05:13.082Z] 9956371f8c0e: Waiting [2024-09-06T03:05:13.082Z] ce7f800efff9: Waiting [2024-09-06T03:05:13.082Z] e0b94c79e815: Layer already exists [2024-09-06T03:05:13.082Z] 2185a609adfa: Layer already exists [2024-09-06T03:05:13.082Z] 00cd4fbb4d9c: Layer already exists [2024-09-06T03:05:13.082Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:05:13.082Z] e744a22f553e: Layer already exists [2024-09-06T03:05:13.082Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:13.082Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:13.082Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:13.082Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:13.082Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:13.503Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:13.833Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-09-06T03:05:13.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-06T03:05:13.833Z] ea1c1ee870c8: Preparing [2024-09-06T03:05:13.833Z] 2185a609adfa: Preparing [2024-09-06T03:05:13.833Z] 00cd4fbb4d9c: Preparing [2024-09-06T03:05:13.833Z] e0b94c79e815: Preparing [2024-09-06T03:05:13.833Z] e744a22f553e: Preparing [2024-09-06T03:05:13.833Z] ad3253c6e60b: Preparing [2024-09-06T03:05:13.833Z] 9956371f8c0e: Preparing [2024-09-06T03:05:13.833Z] 235dbefcc197: Preparing [2024-09-06T03:05:13.833Z] ce7f800efff9: Preparing [2024-09-06T03:05:13.833Z] ad3253c6e60b: Waiting [2024-09-06T03:05:13.833Z] 9956371f8c0e: Waiting [2024-09-06T03:05:13.833Z] ce7f800efff9: Waiting [2024-09-06T03:05:13.833Z] 235dbefcc197: Waiting [2024-09-06T03:05:13.833Z] ea1c1ee870c8: Layer already exists [2024-09-06T03:05:13.833Z] e0b94c79e815: Layer already exists [2024-09-06T03:05:13.833Z] e744a22f553e: Layer already exists [2024-09-06T03:05:13.833Z] 2185a609adfa: Layer already exists [2024-09-06T03:05:13.833Z] 00cd4fbb4d9c: Layer already exists [2024-09-06T03:05:13.833Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:13.833Z] 9956371f8c0e: Layer already exists [2024-09-06T03:05:13.833Z] 235dbefcc197: Layer already exists [2024-09-06T03:05:13.833Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:13.833Z] main: digest: sha256:e1070de132e0b990882360281a029d28d27509ae4a2ff881db4d7a3b8e62026a size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:13.914Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:13.929Z] taggedImages: [2024-09-06T03:05:13.929Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:13.929Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-06T03:05:13.929Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.64 [2024-09-06T03:05:13.929Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:13.929Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-09-06T03:05:13.955Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-09-06T03:05:13.955Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:13.955Z] latest [2024-09-06T03:05:13.955Z] 3.2.0-dev.64 [2024-09-06T03:05:13.955Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:13.955Z] main [2024-09-06T03:05:13.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:14.317Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:14.644Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:14.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-06T03:05:14.644Z] 9276f26781e8: Preparing [2024-09-06T03:05:14.644Z] 5fcde1d33e42: Preparing [2024-09-06T03:05:14.644Z] 34cab3703214: Preparing [2024-09-06T03:05:14.644Z] e1f2ec3f7f68: Preparing [2024-09-06T03:05:14.644Z] 5a866781c927: Preparing [2024-09-06T03:05:14.644Z] e744a22f553e: Preparing [2024-09-06T03:05:14.644Z] ad3253c6e60b: Preparing [2024-09-06T03:05:14.644Z] 32123590e3af: Preparing [2024-09-06T03:05:14.644Z] 20aa8da7b895: Preparing [2024-09-06T03:05:14.644Z] 42596390982f: Preparing [2024-09-06T03:05:14.644Z] ce7f800efff9: Preparing [2024-09-06T03:05:14.644Z] ad3253c6e60b: Waiting [2024-09-06T03:05:14.644Z] 32123590e3af: Waiting [2024-09-06T03:05:14.644Z] 20aa8da7b895: Waiting [2024-09-06T03:05:14.644Z] 42596390982f: Waiting [2024-09-06T03:05:14.644Z] ce7f800efff9: Waiting [2024-09-06T03:05:14.644Z] e744a22f553e: Waiting [2024-09-06T03:05:14.644Z] 5a866781c927: Pushed [2024-09-06T03:05:14.644Z] 5fcde1d33e42: Pushed [2024-09-06T03:05:14.644Z] e1f2ec3f7f68: Pushed [2024-09-06T03:05:14.904Z] e744a22f553e: Layer already exists [2024-09-06T03:05:14.904Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:14.904Z] 9276f26781e8: Pushed [2024-09-06T03:05:14.904Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:15.163Z] 32123590e3af: Pushed [2024-09-06T03:05:15.163Z] 20aa8da7b895: Pushed [2024-09-06T03:05:15.422Z] 34cab3703214: Pushed [2024-09-06T03:05:16.801Z] 42596390982f: Pushed [2024-09-06T03:05:16.801Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:17.128Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:17.462Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-06T03:05:17.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-06T03:05:17.462Z] 9276f26781e8: Preparing [2024-09-06T03:05:17.462Z] 5fcde1d33e42: Preparing [2024-09-06T03:05:17.462Z] 34cab3703214: Preparing [2024-09-06T03:05:17.462Z] e1f2ec3f7f68: Preparing [2024-09-06T03:05:17.462Z] 5a866781c927: Preparing [2024-09-06T03:05:17.462Z] e744a22f553e: Preparing [2024-09-06T03:05:17.462Z] ad3253c6e60b: Preparing [2024-09-06T03:05:17.462Z] 32123590e3af: Preparing [2024-09-06T03:05:17.462Z] 20aa8da7b895: Preparing [2024-09-06T03:05:17.462Z] 42596390982f: Preparing [2024-09-06T03:05:17.462Z] ce7f800efff9: Preparing [2024-09-06T03:05:17.462Z] ad3253c6e60b: Waiting [2024-09-06T03:05:17.462Z] 32123590e3af: Waiting [2024-09-06T03:05:17.462Z] 20aa8da7b895: Waiting [2024-09-06T03:05:17.462Z] ce7f800efff9: Waiting [2024-09-06T03:05:17.462Z] 42596390982f: Waiting [2024-09-06T03:05:17.462Z] e744a22f553e: Waiting [2024-09-06T03:05:17.462Z] 5fcde1d33e42: Layer already exists [2024-09-06T03:05:17.462Z] 5a866781c927: Layer already exists [2024-09-06T03:05:17.462Z] e1f2ec3f7f68: Layer already exists [2024-09-06T03:05:17.462Z] 9276f26781e8: Layer already exists [2024-09-06T03:05:17.462Z] 34cab3703214: Layer already exists [2024-09-06T03:05:17.462Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:17.462Z] 32123590e3af: Layer already exists [2024-09-06T03:05:17.462Z] 20aa8da7b895: Layer already exists [2024-09-06T03:05:17.462Z] e744a22f553e: Layer already exists [2024-09-06T03:05:17.462Z] 42596390982f: Layer already exists [2024-09-06T03:05:17.462Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:17.462Z] latest: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:17.803Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:18.126Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.64 [2024-09-06T03:05:18.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-06T03:05:18.126Z] 9276f26781e8: Preparing [2024-09-06T03:05:18.126Z] 5fcde1d33e42: Preparing [2024-09-06T03:05:18.126Z] 34cab3703214: Preparing [2024-09-06T03:05:18.126Z] e1f2ec3f7f68: Preparing [2024-09-06T03:05:18.126Z] 5a866781c927: Preparing [2024-09-06T03:05:18.126Z] e744a22f553e: Preparing [2024-09-06T03:05:18.126Z] ad3253c6e60b: Preparing [2024-09-06T03:05:18.126Z] 32123590e3af: Preparing [2024-09-06T03:05:18.126Z] 20aa8da7b895: Preparing [2024-09-06T03:05:18.126Z] 42596390982f: Preparing [2024-09-06T03:05:18.126Z] ce7f800efff9: Preparing [2024-09-06T03:05:18.126Z] ad3253c6e60b: Waiting [2024-09-06T03:05:18.126Z] 32123590e3af: Waiting [2024-09-06T03:05:18.126Z] 20aa8da7b895: Waiting [2024-09-06T03:05:18.126Z] 42596390982f: Waiting [2024-09-06T03:05:18.126Z] ce7f800efff9: Waiting [2024-09-06T03:05:18.126Z] e744a22f553e: Waiting [2024-09-06T03:05:18.126Z] 5fcde1d33e42: Layer already exists [2024-09-06T03:05:18.126Z] 5a866781c927: Layer already exists [2024-09-06T03:05:18.126Z] e1f2ec3f7f68: Layer already exists [2024-09-06T03:05:18.126Z] 34cab3703214: Layer already exists [2024-09-06T03:05:18.126Z] 9276f26781e8: Layer already exists [2024-09-06T03:05:18.126Z] e744a22f553e: Layer already exists [2024-09-06T03:05:18.126Z] 20aa8da7b895: Layer already exists [2024-09-06T03:05:18.126Z] 32123590e3af: Layer already exists [2024-09-06T03:05:18.126Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:18.126Z] 42596390982f: Layer already exists [2024-09-06T03:05:18.126Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:18.126Z] 3.2.0-dev.64: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:18.450Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:18.784Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:18.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-06T03:05:18.784Z] 9276f26781e8: Preparing [2024-09-06T03:05:18.784Z] 5fcde1d33e42: Preparing [2024-09-06T03:05:18.784Z] 34cab3703214: Preparing [2024-09-06T03:05:18.784Z] e1f2ec3f7f68: Preparing [2024-09-06T03:05:18.784Z] 5a866781c927: Preparing [2024-09-06T03:05:18.784Z] e744a22f553e: Preparing [2024-09-06T03:05:18.784Z] ad3253c6e60b: Preparing [2024-09-06T03:05:18.784Z] 32123590e3af: Preparing [2024-09-06T03:05:18.784Z] 20aa8da7b895: Preparing [2024-09-06T03:05:18.784Z] 42596390982f: Preparing [2024-09-06T03:05:18.784Z] ce7f800efff9: Preparing [2024-09-06T03:05:18.784Z] ad3253c6e60b: Waiting [2024-09-06T03:05:18.784Z] 32123590e3af: Waiting [2024-09-06T03:05:18.784Z] 20aa8da7b895: Waiting [2024-09-06T03:05:18.784Z] 42596390982f: Waiting [2024-09-06T03:05:18.784Z] ce7f800efff9: Waiting [2024-09-06T03:05:18.784Z] e744a22f553e: Waiting [2024-09-06T03:05:18.784Z] 9276f26781e8: Layer already exists [2024-09-06T03:05:18.784Z] e1f2ec3f7f68: Layer already exists [2024-09-06T03:05:18.784Z] 5a866781c927: Layer already exists [2024-09-06T03:05:18.784Z] 34cab3703214: Layer already exists [2024-09-06T03:05:18.784Z] 5fcde1d33e42: Layer already exists [2024-09-06T03:05:18.784Z] e744a22f553e: Layer already exists [2024-09-06T03:05:18.784Z] 32123590e3af: Layer already exists [2024-09-06T03:05:18.784Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:18.784Z] 20aa8da7b895: Layer already exists [2024-09-06T03:05:18.784Z] 42596390982f: Layer already exists [2024-09-06T03:05:18.784Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:18.784Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:19.115Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:19.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-09-06T03:05:19.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-06T03:05:19.451Z] 9276f26781e8: Preparing [2024-09-06T03:05:19.451Z] 5fcde1d33e42: Preparing [2024-09-06T03:05:19.451Z] 34cab3703214: Preparing [2024-09-06T03:05:19.451Z] e1f2ec3f7f68: Preparing [2024-09-06T03:05:19.451Z] 5a866781c927: Preparing [2024-09-06T03:05:19.451Z] e744a22f553e: Preparing [2024-09-06T03:05:19.451Z] ad3253c6e60b: Preparing [2024-09-06T03:05:19.451Z] 32123590e3af: Preparing [2024-09-06T03:05:19.451Z] 20aa8da7b895: Preparing [2024-09-06T03:05:19.451Z] 42596390982f: Preparing [2024-09-06T03:05:19.451Z] ce7f800efff9: Preparing [2024-09-06T03:05:19.451Z] ad3253c6e60b: Waiting [2024-09-06T03:05:19.451Z] e744a22f553e: Waiting [2024-09-06T03:05:19.451Z] 20aa8da7b895: Waiting [2024-09-06T03:05:19.451Z] ce7f800efff9: Waiting [2024-09-06T03:05:19.451Z] 42596390982f: Waiting [2024-09-06T03:05:19.451Z] 32123590e3af: Waiting [2024-09-06T03:05:19.451Z] e1f2ec3f7f68: Layer already exists [2024-09-06T03:05:19.451Z] 5a866781c927: Layer already exists [2024-09-06T03:05:19.451Z] 9276f26781e8: Layer already exists [2024-09-06T03:05:19.451Z] 34cab3703214: Layer already exists [2024-09-06T03:05:19.451Z] 5fcde1d33e42: Layer already exists [2024-09-06T03:05:19.451Z] e744a22f553e: Layer already exists [2024-09-06T03:05:19.451Z] 42596390982f: Layer already exists [2024-09-06T03:05:19.451Z] 32123590e3af: Layer already exists [2024-09-06T03:05:19.451Z] 20aa8da7b895: Layer already exists [2024-09-06T03:05:19.451Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:19.451Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:19.451Z] main: digest: sha256:5839ac3053dc959eaa0a65dc9c0c9f97987d8236b2fe3f0016addb16f4076d6f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:19.528Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:19.542Z] taggedImages: [2024-09-06T03:05:19.542Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:19.542Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-06T03:05:19.542Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.64 [2024-09-06T03:05:19.542Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:19.542Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-09-06T03:05:19.572Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-09-06T03:05:19.572Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:19.572Z] latest [2024-09-06T03:05:19.572Z] 3.2.0-dev.64 [2024-09-06T03:05:19.572Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:19.572Z] main [2024-09-06T03:05:19.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:19.929Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:20.525Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:20.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-06T03:05:20.525Z] a798e0aba283: Preparing [2024-09-06T03:05:20.525Z] b99db504a64c: Preparing [2024-09-06T03:05:20.525Z] 85c90880794d: Preparing [2024-09-06T03:05:20.525Z] 3997f1fecedd: Preparing [2024-09-06T03:05:20.525Z] b5aedc3e83f6: Preparing [2024-09-06T03:05:20.525Z] f230e3999670: Preparing [2024-09-06T03:05:20.525Z] 14f57b862860: Preparing [2024-09-06T03:05:20.525Z] e744a22f553e: Preparing [2024-09-06T03:05:20.525Z] ad3253c6e60b: Preparing [2024-09-06T03:05:20.525Z] bd80212d26da: Preparing [2024-09-06T03:05:20.525Z] ce84a9d44a3f: Preparing [2024-09-06T03:05:20.525Z] ce7f800efff9: Preparing [2024-09-06T03:05:20.525Z] ad3253c6e60b: Waiting [2024-09-06T03:05:20.525Z] 14f57b862860: Waiting [2024-09-06T03:05:20.525Z] f230e3999670: Waiting [2024-09-06T03:05:20.525Z] bd80212d26da: Waiting [2024-09-06T03:05:20.525Z] e744a22f553e: Waiting [2024-09-06T03:05:20.525Z] ce84a9d44a3f: Waiting [2024-09-06T03:05:20.525Z] ce7f800efff9: Waiting [2024-09-06T03:05:20.525Z] b99db504a64c: Pushed [2024-09-06T03:05:20.525Z] b5aedc3e83f6: Pushed [2024-09-06T03:05:20.525Z] a798e0aba283: Pushed [2024-09-06T03:05:20.525Z] e744a22f553e: Layer already exists [2024-09-06T03:05:20.525Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:20.784Z] f230e3999670: Pushed [2024-09-06T03:05:20.784Z] 14f57b862860: Pushed [2024-09-06T03:05:20.784Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:21.352Z] bd80212d26da: Pushed [2024-09-06T03:05:21.611Z] 3997f1fecedd: Pushed [2024-09-06T03:05:21.870Z] 85c90880794d: Pushed [2024-09-06T03:05:21.870Z] ce84a9d44a3f: Pushed [2024-09-06T03:05:22.130Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:22.463Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:22.803Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-06T03:05:22.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-06T03:05:22.803Z] a798e0aba283: Preparing [2024-09-06T03:05:22.803Z] b99db504a64c: Preparing [2024-09-06T03:05:22.803Z] 85c90880794d: Preparing [2024-09-06T03:05:22.803Z] 3997f1fecedd: Preparing [2024-09-06T03:05:22.803Z] b5aedc3e83f6: Preparing [2024-09-06T03:05:22.803Z] f230e3999670: Preparing [2024-09-06T03:05:22.803Z] 14f57b862860: Preparing [2024-09-06T03:05:22.803Z] e744a22f553e: Preparing [2024-09-06T03:05:22.803Z] ad3253c6e60b: Preparing [2024-09-06T03:05:22.803Z] bd80212d26da: Preparing [2024-09-06T03:05:22.803Z] ce84a9d44a3f: Preparing [2024-09-06T03:05:22.803Z] ce7f800efff9: Preparing [2024-09-06T03:05:22.803Z] bd80212d26da: Waiting [2024-09-06T03:05:22.803Z] 14f57b862860: Waiting [2024-09-06T03:05:22.803Z] ad3253c6e60b: Waiting [2024-09-06T03:05:22.803Z] f230e3999670: Waiting [2024-09-06T03:05:22.803Z] e744a22f553e: Waiting [2024-09-06T03:05:22.803Z] ce7f800efff9: Waiting [2024-09-06T03:05:22.803Z] ce84a9d44a3f: Waiting [2024-09-06T03:05:22.803Z] 3997f1fecedd: Layer already exists [2024-09-06T03:05:22.803Z] a798e0aba283: Layer already exists [2024-09-06T03:05:22.803Z] b99db504a64c: Layer already exists [2024-09-06T03:05:22.803Z] b5aedc3e83f6: Layer already exists [2024-09-06T03:05:22.803Z] 85c90880794d: Layer already exists [2024-09-06T03:05:22.803Z] 14f57b862860: Layer already exists [2024-09-06T03:05:22.803Z] f230e3999670: Layer already exists [2024-09-06T03:05:22.803Z] e744a22f553e: Layer already exists [2024-09-06T03:05:22.803Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:22.803Z] bd80212d26da: Layer already exists [2024-09-06T03:05:22.803Z] ce84a9d44a3f: Layer already exists [2024-09-06T03:05:22.803Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:22.803Z] latest: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:23.134Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:24.450Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.64 [2024-09-06T03:05:24.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-06T03:05:24.450Z] a798e0aba283: Preparing [2024-09-06T03:05:24.450Z] b99db504a64c: Preparing [2024-09-06T03:05:24.450Z] 85c90880794d: Preparing [2024-09-06T03:05:24.450Z] 3997f1fecedd: Preparing [2024-09-06T03:05:24.450Z] b5aedc3e83f6: Preparing [2024-09-06T03:05:24.450Z] f230e3999670: Preparing [2024-09-06T03:05:24.450Z] 14f57b862860: Preparing [2024-09-06T03:05:24.450Z] e744a22f553e: Preparing [2024-09-06T03:05:24.450Z] ad3253c6e60b: Preparing [2024-09-06T03:05:24.450Z] bd80212d26da: Preparing [2024-09-06T03:05:24.450Z] ce84a9d44a3f: Preparing [2024-09-06T03:05:24.450Z] ce7f800efff9: Preparing [2024-09-06T03:05:24.450Z] e744a22f553e: Waiting [2024-09-06T03:05:24.450Z] ad3253c6e60b: Waiting [2024-09-06T03:05:24.450Z] bd80212d26da: Waiting [2024-09-06T03:05:24.450Z] f230e3999670: Waiting [2024-09-06T03:05:24.450Z] ce84a9d44a3f: Waiting [2024-09-06T03:05:24.450Z] 14f57b862860: Waiting [2024-09-06T03:05:24.450Z] ce7f800efff9: Waiting [2024-09-06T03:05:24.450Z] b5aedc3e83f6: Layer already exists [2024-09-06T03:05:24.450Z] 3997f1fecedd: Layer already exists [2024-09-06T03:05:24.450Z] a798e0aba283: Layer already exists [2024-09-06T03:05:24.450Z] b99db504a64c: Layer already exists [2024-09-06T03:05:24.450Z] 85c90880794d: Layer already exists [2024-09-06T03:05:24.450Z] e744a22f553e: Layer already exists [2024-09-06T03:05:24.450Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:24.450Z] f230e3999670: Layer already exists [2024-09-06T03:05:24.450Z] 14f57b862860: Layer already exists [2024-09-06T03:05:24.450Z] bd80212d26da: Layer already exists [2024-09-06T03:05:24.450Z] ce84a9d44a3f: Layer already exists [2024-09-06T03:05:24.450Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:24.450Z] 3.2.0-dev.64: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:24.788Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:25.115Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:25.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-06T03:05:25.115Z] a798e0aba283: Preparing [2024-09-06T03:05:25.115Z] b99db504a64c: Preparing [2024-09-06T03:05:25.115Z] 85c90880794d: Preparing [2024-09-06T03:05:25.115Z] 3997f1fecedd: Preparing [2024-09-06T03:05:25.115Z] b5aedc3e83f6: Preparing [2024-09-06T03:05:25.115Z] f230e3999670: Preparing [2024-09-06T03:05:25.115Z] 14f57b862860: Preparing [2024-09-06T03:05:25.115Z] e744a22f553e: Preparing [2024-09-06T03:05:25.115Z] ad3253c6e60b: Preparing [2024-09-06T03:05:25.115Z] bd80212d26da: Preparing [2024-09-06T03:05:25.115Z] ce84a9d44a3f: Preparing [2024-09-06T03:05:25.115Z] ce7f800efff9: Preparing [2024-09-06T03:05:25.115Z] 14f57b862860: Waiting [2024-09-06T03:05:25.115Z] ad3253c6e60b: Waiting [2024-09-06T03:05:25.115Z] ce84a9d44a3f: Waiting [2024-09-06T03:05:25.115Z] bd80212d26da: Waiting [2024-09-06T03:05:25.115Z] ce7f800efff9: Waiting [2024-09-06T03:05:25.115Z] e744a22f553e: Waiting [2024-09-06T03:05:25.115Z] f230e3999670: Waiting [2024-09-06T03:05:25.115Z] b5aedc3e83f6: Layer already exists [2024-09-06T03:05:25.115Z] 3997f1fecedd: Layer already exists [2024-09-06T03:05:25.115Z] a798e0aba283: Layer already exists [2024-09-06T03:05:25.115Z] 85c90880794d: Layer already exists [2024-09-06T03:05:25.115Z] b99db504a64c: Layer already exists [2024-09-06T03:05:25.115Z] f230e3999670: Layer already exists [2024-09-06T03:05:25.115Z] 14f57b862860: Layer already exists [2024-09-06T03:05:25.115Z] e744a22f553e: Layer already exists [2024-09-06T03:05:25.115Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:25.115Z] bd80212d26da: Layer already exists [2024-09-06T03:05:25.115Z] ce84a9d44a3f: Layer already exists [2024-09-06T03:05:25.115Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:25.115Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:25.447Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:25.771Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-09-06T03:05:25.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-06T03:05:25.771Z] a798e0aba283: Preparing [2024-09-06T03:05:25.771Z] b99db504a64c: Preparing [2024-09-06T03:05:25.771Z] 85c90880794d: Preparing [2024-09-06T03:05:25.771Z] 3997f1fecedd: Preparing [2024-09-06T03:05:25.771Z] b5aedc3e83f6: Preparing [2024-09-06T03:05:25.771Z] f230e3999670: Preparing [2024-09-06T03:05:25.771Z] 14f57b862860: Preparing [2024-09-06T03:05:25.771Z] e744a22f553e: Preparing [2024-09-06T03:05:25.771Z] ad3253c6e60b: Preparing [2024-09-06T03:05:25.771Z] bd80212d26da: Preparing [2024-09-06T03:05:25.771Z] ce84a9d44a3f: Preparing [2024-09-06T03:05:25.771Z] f230e3999670: Waiting [2024-09-06T03:05:25.771Z] 14f57b862860: Waiting [2024-09-06T03:05:25.771Z] e744a22f553e: Waiting [2024-09-06T03:05:25.771Z] bd80212d26da: Waiting [2024-09-06T03:05:25.771Z] ce7f800efff9: Preparing [2024-09-06T03:05:25.771Z] ce7f800efff9: Waiting [2024-09-06T03:05:25.771Z] ce84a9d44a3f: Waiting [2024-09-06T03:05:25.771Z] b5aedc3e83f6: Layer already exists [2024-09-06T03:05:25.771Z] 85c90880794d: Layer already exists [2024-09-06T03:05:25.771Z] a798e0aba283: Layer already exists [2024-09-06T03:05:25.771Z] b99db504a64c: Layer already exists [2024-09-06T03:05:25.771Z] 3997f1fecedd: Layer already exists [2024-09-06T03:05:25.771Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:25.771Z] e744a22f553e: Layer already exists [2024-09-06T03:05:25.771Z] bd80212d26da: Layer already exists [2024-09-06T03:05:25.771Z] f230e3999670: Layer already exists [2024-09-06T03:05:25.771Z] 14f57b862860: Layer already exists [2024-09-06T03:05:25.771Z] ce84a9d44a3f: Layer already exists [2024-09-06T03:05:25.771Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:25.771Z] main: digest: sha256:bc90a9d5ac1ab765b688975f7d222a0fc9c399c344938731ad121a6aca34dc80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:25.843Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:25.857Z] taggedImages: [2024-09-06T03:05:25.857Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:25.857Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-06T03:05:25.857Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.64 [2024-09-06T03:05:25.857Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:25.857Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-09-06T03:05:25.890Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-09-06T03:05:25.891Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:25.891Z] latest [2024-09-06T03:05:25.891Z] 3.2.0-dev.64 [2024-09-06T03:05:25.891Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:25.891Z] main [2024-09-06T03:05:25.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:26.254Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:26.580Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:26.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-06T03:05:26.580Z] 780b0f9ac642: Preparing [2024-09-06T03:05:26.580Z] a0f5ba66956c: Preparing [2024-09-06T03:05:26.580Z] e744a22f553e: Preparing [2024-09-06T03:05:26.580Z] ad3253c6e60b: Preparing [2024-09-06T03:05:26.580Z] c897ba2180dc: Preparing [2024-09-06T03:05:26.580Z] 387baf234381: Preparing [2024-09-06T03:05:26.580Z] ce7f800efff9: Preparing [2024-09-06T03:05:26.580Z] 387baf234381: Waiting [2024-09-06T03:05:26.580Z] e744a22f553e: Layer already exists [2024-09-06T03:05:26.580Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:26.580Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:26.580Z] 780b0f9ac642: Pushed [2024-09-06T03:05:27.147Z] c897ba2180dc: Pushed [2024-09-06T03:05:27.405Z] 387baf234381: Pushed [2024-09-06T03:05:28.338Z] a0f5ba66956c: Pushed [2024-09-06T03:05:28.597Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:28.924Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:29.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-06T03:05:29.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-06T03:05:29.256Z] 780b0f9ac642: Preparing [2024-09-06T03:05:29.256Z] a0f5ba66956c: Preparing [2024-09-06T03:05:29.256Z] e744a22f553e: Preparing [2024-09-06T03:05:29.256Z] ad3253c6e60b: Preparing [2024-09-06T03:05:29.256Z] c897ba2180dc: Preparing [2024-09-06T03:05:29.256Z] 387baf234381: Preparing [2024-09-06T03:05:29.256Z] ce7f800efff9: Preparing [2024-09-06T03:05:29.256Z] 387baf234381: Waiting [2024-09-06T03:05:29.256Z] ce7f800efff9: Waiting [2024-09-06T03:05:29.256Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:29.256Z] a0f5ba66956c: Layer already exists [2024-09-06T03:05:29.256Z] 780b0f9ac642: Layer already exists [2024-09-06T03:05:29.256Z] c897ba2180dc: Layer already exists [2024-09-06T03:05:29.256Z] e744a22f553e: Layer already exists [2024-09-06T03:05:29.256Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:29.256Z] 387baf234381: Layer already exists [2024-09-06T03:05:29.256Z] latest: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:29.574Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:29.895Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.64 [2024-09-06T03:05:29.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-06T03:05:29.895Z] 780b0f9ac642: Preparing [2024-09-06T03:05:29.895Z] a0f5ba66956c: Preparing [2024-09-06T03:05:29.895Z] e744a22f553e: Preparing [2024-09-06T03:05:29.895Z] ad3253c6e60b: Preparing [2024-09-06T03:05:29.895Z] c897ba2180dc: Preparing [2024-09-06T03:05:29.895Z] 387baf234381: Preparing [2024-09-06T03:05:29.895Z] ce7f800efff9: Preparing [2024-09-06T03:05:29.895Z] 387baf234381: Waiting [2024-09-06T03:05:29.895Z] c897ba2180dc: Layer already exists [2024-09-06T03:05:29.895Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:29.895Z] 780b0f9ac642: Layer already exists [2024-09-06T03:05:29.895Z] a0f5ba66956c: Layer already exists [2024-09-06T03:05:29.895Z] e744a22f553e: Layer already exists [2024-09-06T03:05:29.895Z] 387baf234381: Layer already exists [2024-09-06T03:05:29.895Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:29.895Z] 3.2.0-dev.64: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:30.227Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:30.550Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:30.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-06T03:05:30.550Z] 780b0f9ac642: Preparing [2024-09-06T03:05:30.550Z] a0f5ba66956c: Preparing [2024-09-06T03:05:30.550Z] e744a22f553e: Preparing [2024-09-06T03:05:30.550Z] ad3253c6e60b: Preparing [2024-09-06T03:05:30.550Z] c897ba2180dc: Preparing [2024-09-06T03:05:30.550Z] 387baf234381: Preparing [2024-09-06T03:05:30.550Z] ce7f800efff9: Preparing [2024-09-06T03:05:30.550Z] 387baf234381: Waiting [2024-09-06T03:05:30.550Z] ce7f800efff9: Waiting [2024-09-06T03:05:30.550Z] e744a22f553e: Layer already exists [2024-09-06T03:05:30.550Z] a0f5ba66956c: Layer already exists [2024-09-06T03:05:30.550Z] c897ba2180dc: Layer already exists [2024-09-06T03:05:30.550Z] 780b0f9ac642: Layer already exists [2024-09-06T03:05:30.550Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:30.550Z] 387baf234381: Layer already exists [2024-09-06T03:05:30.550Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:30.550Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:30.872Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:31.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-09-06T03:05:31.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-06T03:05:31.195Z] 780b0f9ac642: Preparing [2024-09-06T03:05:31.195Z] a0f5ba66956c: Preparing [2024-09-06T03:05:31.195Z] e744a22f553e: Preparing [2024-09-06T03:05:31.195Z] ad3253c6e60b: Preparing [2024-09-06T03:05:31.195Z] c897ba2180dc: Preparing [2024-09-06T03:05:31.195Z] 387baf234381: Preparing [2024-09-06T03:05:31.195Z] ce7f800efff9: Preparing [2024-09-06T03:05:31.195Z] ce7f800efff9: Waiting [2024-09-06T03:05:31.195Z] 387baf234381: Waiting [2024-09-06T03:05:31.195Z] 780b0f9ac642: Layer already exists [2024-09-06T03:05:31.195Z] e744a22f553e: Layer already exists [2024-09-06T03:05:31.195Z] c897ba2180dc: Layer already exists [2024-09-06T03:05:31.195Z] a0f5ba66956c: Layer already exists [2024-09-06T03:05:31.195Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:31.195Z] 387baf234381: Layer already exists [2024-09-06T03:05:31.195Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:31.195Z] main: digest: sha256:b94d0a2b43b65837198a41fbd549f332389c5107d6154719ff5a247a289354ab size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:31.260Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:31.273Z] taggedImages: [2024-09-06T03:05:31.273Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:31.273Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-06T03:05:31.273Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.64 [2024-09-06T03:05:31.273Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:31.273Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-09-06T03:05:31.302Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-09-06T03:05:31.302Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:31.302Z] latest [2024-09-06T03:05:31.302Z] 3.2.0-dev.64 [2024-09-06T03:05:31.302Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:31.302Z] main [2024-09-06T03:05:31.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:31.655Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:31.981Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:31.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-06T03:05:31.982Z] 9d42d8238bd1: Preparing [2024-09-06T03:05:31.982Z] faa29f2a916b: Preparing [2024-09-06T03:05:31.982Z] ab9c9f2d5d37: Preparing [2024-09-06T03:05:31.982Z] e744a22f553e: Preparing [2024-09-06T03:05:31.982Z] ad3253c6e60b: Preparing [2024-09-06T03:05:31.982Z] 335bd10fb662: Preparing [2024-09-06T03:05:31.982Z] a59f4aa87136: Preparing [2024-09-06T03:05:31.982Z] d34bc00bc5d7: Preparing [2024-09-06T03:05:31.982Z] f1f355619c68: Preparing [2024-09-06T03:05:31.982Z] ce7f800efff9: Preparing [2024-09-06T03:05:31.982Z] a59f4aa87136: Waiting [2024-09-06T03:05:31.982Z] d34bc00bc5d7: Waiting [2024-09-06T03:05:31.982Z] f1f355619c68: Waiting [2024-09-06T03:05:31.982Z] 335bd10fb662: Waiting [2024-09-06T03:05:31.982Z] ce7f800efff9: Waiting [2024-09-06T03:05:31.982Z] e744a22f553e: Layer already exists [2024-09-06T03:05:31.982Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:31.982Z] 9d42d8238bd1: Pushed [2024-09-06T03:05:31.982Z] faa29f2a916b: Pushed [2024-09-06T03:05:31.982Z] ab9c9f2d5d37: Pushed [2024-09-06T03:05:31.982Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:31.982Z] d34bc00bc5d7: Pushed [2024-09-06T03:05:32.914Z] f1f355619c68: Pushed [2024-09-06T03:05:38.188Z] a59f4aa87136: Pushed [2024-09-06T03:05:41.469Z] 335bd10fb662: Pushed [2024-09-06T03:05:41.469Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:42.058Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:42.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-06T03:05:42.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-06T03:05:42.397Z] 9d42d8238bd1: Preparing [2024-09-06T03:05:42.397Z] faa29f2a916b: Preparing [2024-09-06T03:05:42.397Z] ab9c9f2d5d37: Preparing [2024-09-06T03:05:42.397Z] e744a22f553e: Preparing [2024-09-06T03:05:42.397Z] ad3253c6e60b: Preparing [2024-09-06T03:05:42.397Z] 335bd10fb662: Preparing [2024-09-06T03:05:42.397Z] a59f4aa87136: Preparing [2024-09-06T03:05:42.397Z] d34bc00bc5d7: Preparing [2024-09-06T03:05:42.397Z] f1f355619c68: Preparing [2024-09-06T03:05:42.397Z] ce7f800efff9: Preparing [2024-09-06T03:05:42.397Z] ce7f800efff9: Waiting [2024-09-06T03:05:42.397Z] d34bc00bc5d7: Waiting [2024-09-06T03:05:42.397Z] f1f355619c68: Waiting [2024-09-06T03:05:42.397Z] 335bd10fb662: Waiting [2024-09-06T03:05:42.397Z] a59f4aa87136: Waiting [2024-09-06T03:05:42.397Z] ab9c9f2d5d37: Layer already exists [2024-09-06T03:05:42.397Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:05:42.397Z] e744a22f553e: Layer already exists [2024-09-06T03:05:42.397Z] faa29f2a916b: Layer already exists [2024-09-06T03:05:42.397Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:42.397Z] f1f355619c68: Layer already exists [2024-09-06T03:05:42.397Z] 335bd10fb662: Layer already exists [2024-09-06T03:05:42.397Z] a59f4aa87136: Layer already exists [2024-09-06T03:05:42.397Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:05:42.397Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:42.397Z] latest: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:42.719Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:43.039Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.64 [2024-09-06T03:05:43.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-06T03:05:43.039Z] 9d42d8238bd1: Preparing [2024-09-06T03:05:43.039Z] faa29f2a916b: Preparing [2024-09-06T03:05:43.039Z] ab9c9f2d5d37: Preparing [2024-09-06T03:05:43.039Z] e744a22f553e: Preparing [2024-09-06T03:05:43.039Z] ad3253c6e60b: Preparing [2024-09-06T03:05:43.039Z] 335bd10fb662: Preparing [2024-09-06T03:05:43.039Z] a59f4aa87136: Preparing [2024-09-06T03:05:43.039Z] d34bc00bc5d7: Preparing [2024-09-06T03:05:43.039Z] f1f355619c68: Preparing [2024-09-06T03:05:43.039Z] ce7f800efff9: Preparing [2024-09-06T03:05:43.039Z] d34bc00bc5d7: Waiting [2024-09-06T03:05:43.039Z] f1f355619c68: Waiting [2024-09-06T03:05:43.039Z] 335bd10fb662: Waiting [2024-09-06T03:05:43.039Z] ce7f800efff9: Waiting [2024-09-06T03:05:43.039Z] a59f4aa87136: Waiting [2024-09-06T03:05:43.039Z] ab9c9f2d5d37: Layer already exists [2024-09-06T03:05:43.039Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:43.039Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:05:43.039Z] e744a22f553e: Layer already exists [2024-09-06T03:05:43.039Z] faa29f2a916b: Layer already exists [2024-09-06T03:05:43.039Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:05:43.039Z] a59f4aa87136: Layer already exists [2024-09-06T03:05:43.039Z] 335bd10fb662: Layer already exists [2024-09-06T03:05:43.039Z] f1f355619c68: Layer already exists [2024-09-06T03:05:43.039Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:43.039Z] 3.2.0-dev.64: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:43.365Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:43.695Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:43.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-06T03:05:43.695Z] 9d42d8238bd1: Preparing [2024-09-06T03:05:43.695Z] faa29f2a916b: Preparing [2024-09-06T03:05:43.695Z] ab9c9f2d5d37: Preparing [2024-09-06T03:05:43.695Z] e744a22f553e: Preparing [2024-09-06T03:05:43.695Z] ad3253c6e60b: Preparing [2024-09-06T03:05:43.695Z] 335bd10fb662: Preparing [2024-09-06T03:05:43.695Z] a59f4aa87136: Preparing [2024-09-06T03:05:43.695Z] d34bc00bc5d7: Preparing [2024-09-06T03:05:43.695Z] f1f355619c68: Preparing [2024-09-06T03:05:43.695Z] ce7f800efff9: Preparing [2024-09-06T03:05:43.695Z] d34bc00bc5d7: Waiting [2024-09-06T03:05:43.695Z] 335bd10fb662: Waiting [2024-09-06T03:05:43.695Z] a59f4aa87136: Waiting [2024-09-06T03:05:43.695Z] ce7f800efff9: Waiting [2024-09-06T03:05:43.695Z] f1f355619c68: Waiting [2024-09-06T03:05:43.695Z] ab9c9f2d5d37: Layer already exists [2024-09-06T03:05:43.695Z] faa29f2a916b: Layer already exists [2024-09-06T03:05:43.695Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:05:43.695Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:43.695Z] e744a22f553e: Layer already exists [2024-09-06T03:05:43.695Z] a59f4aa87136: Layer already exists [2024-09-06T03:05:43.695Z] f1f355619c68: Layer already exists [2024-09-06T03:05:43.695Z] 335bd10fb662: Layer already exists [2024-09-06T03:05:43.695Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:43.695Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:05:43.695Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:44.028Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:44.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-09-06T03:05:44.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-06T03:05:44.349Z] 9d42d8238bd1: Preparing [2024-09-06T03:05:44.349Z] faa29f2a916b: Preparing [2024-09-06T03:05:44.349Z] ab9c9f2d5d37: Preparing [2024-09-06T03:05:44.349Z] e744a22f553e: Preparing [2024-09-06T03:05:44.349Z] ad3253c6e60b: Preparing [2024-09-06T03:05:44.349Z] 335bd10fb662: Preparing [2024-09-06T03:05:44.349Z] a59f4aa87136: Preparing [2024-09-06T03:05:44.349Z] d34bc00bc5d7: Preparing [2024-09-06T03:05:44.349Z] f1f355619c68: Preparing [2024-09-06T03:05:44.349Z] ce7f800efff9: Preparing [2024-09-06T03:05:44.349Z] 335bd10fb662: Waiting [2024-09-06T03:05:44.349Z] a59f4aa87136: Waiting [2024-09-06T03:05:44.349Z] d34bc00bc5d7: Waiting [2024-09-06T03:05:44.349Z] f1f355619c68: Waiting [2024-09-06T03:05:44.349Z] ce7f800efff9: Waiting [2024-09-06T03:05:44.349Z] e744a22f553e: Layer already exists [2024-09-06T03:05:44.349Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:05:44.349Z] faa29f2a916b: Layer already exists [2024-09-06T03:05:44.349Z] ab9c9f2d5d37: Layer already exists [2024-09-06T03:05:44.349Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:44.349Z] 335bd10fb662: Layer already exists [2024-09-06T03:05:44.349Z] f1f355619c68: Layer already exists [2024-09-06T03:05:44.349Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:44.349Z] a59f4aa87136: Layer already exists [2024-09-06T03:05:44.349Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:05:44.349Z] main: digest: sha256:70308a9b57f718d87deb13b3cb13fb0fcdecb1a1d7dc832987dfaa2770ca986e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:44.429Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:44.447Z] taggedImages: [2024-09-06T03:05:44.447Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:44.447Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-06T03:05:44.447Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.64 [2024-09-06T03:05:44.447Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:44.447Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-09-06T03:05:44.481Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-09-06T03:05:44.481Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:44.481Z] latest [2024-09-06T03:05:44.481Z] 3.2.0-dev.64 [2024-09-06T03:05:44.481Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:44.481Z] main [2024-09-06T03:05:44.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:44.851Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:45.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:45.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-06T03:05:45.166Z] e5ea342cc0ce: Preparing [2024-09-06T03:05:45.166Z] a870bffe5590: Preparing [2024-09-06T03:05:45.166Z] 6d807a4cdcac: Preparing [2024-09-06T03:05:45.166Z] e744a22f553e: Preparing [2024-09-06T03:05:45.166Z] ad3253c6e60b: Preparing [2024-09-06T03:05:45.166Z] 98e2255adec8: Preparing [2024-09-06T03:05:45.166Z] db466ecb009a: Preparing [2024-09-06T03:05:45.166Z] 916abdca9e2d: Preparing [2024-09-06T03:05:45.166Z] ce7f800efff9: Preparing [2024-09-06T03:05:45.166Z] db466ecb009a: Waiting [2024-09-06T03:05:45.166Z] 916abdca9e2d: Waiting [2024-09-06T03:05:45.166Z] ce7f800efff9: Waiting [2024-09-06T03:05:45.166Z] 98e2255adec8: Waiting [2024-09-06T03:05:45.166Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:45.166Z] e744a22f553e: Layer already exists [2024-09-06T03:05:45.166Z] 6d807a4cdcac: Pushed [2024-09-06T03:05:45.166Z] a870bffe5590: Pushed [2024-09-06T03:05:45.166Z] e5ea342cc0ce: Pushed [2024-09-06T03:05:45.166Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:45.423Z] 916abdca9e2d: Pushed [2024-09-06T03:05:45.682Z] db466ecb009a: Pushed [2024-09-06T03:05:55.659Z] 98e2255adec8: Pushed [2024-09-06T03:05:55.659Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:55.997Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:56.337Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-06T03:05:56.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-06T03:05:56.337Z] e5ea342cc0ce: Preparing [2024-09-06T03:05:56.337Z] a870bffe5590: Preparing [2024-09-06T03:05:56.337Z] 6d807a4cdcac: Preparing [2024-09-06T03:05:56.337Z] e744a22f553e: Preparing [2024-09-06T03:05:56.337Z] ad3253c6e60b: Preparing [2024-09-06T03:05:56.337Z] 98e2255adec8: Preparing [2024-09-06T03:05:56.337Z] db466ecb009a: Preparing [2024-09-06T03:05:56.337Z] 916abdca9e2d: Preparing [2024-09-06T03:05:56.337Z] ce7f800efff9: Preparing [2024-09-06T03:05:56.337Z] 98e2255adec8: Waiting [2024-09-06T03:05:56.337Z] db466ecb009a: Waiting [2024-09-06T03:05:56.337Z] ce7f800efff9: Waiting [2024-09-06T03:05:56.337Z] 916abdca9e2d: Waiting [2024-09-06T03:05:56.337Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:56.337Z] 6d807a4cdcac: Layer already exists [2024-09-06T03:05:56.337Z] e744a22f553e: Layer already exists [2024-09-06T03:05:56.337Z] a870bffe5590: Layer already exists [2024-09-06T03:05:56.337Z] e5ea342cc0ce: Layer already exists [2024-09-06T03:05:56.337Z] 98e2255adec8: Layer already exists [2024-09-06T03:05:56.337Z] db466ecb009a: Layer already exists [2024-09-06T03:05:56.337Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:56.337Z] 916abdca9e2d: Layer already exists [2024-09-06T03:05:56.337Z] latest: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:56.671Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:57.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.64 [2024-09-06T03:05:57.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-06T03:05:57.007Z] e5ea342cc0ce: Preparing [2024-09-06T03:05:57.007Z] a870bffe5590: Preparing [2024-09-06T03:05:57.007Z] 6d807a4cdcac: Preparing [2024-09-06T03:05:57.007Z] e744a22f553e: Preparing [2024-09-06T03:05:57.007Z] ad3253c6e60b: Preparing [2024-09-06T03:05:57.007Z] 98e2255adec8: Preparing [2024-09-06T03:05:57.007Z] db466ecb009a: Preparing [2024-09-06T03:05:57.007Z] 916abdca9e2d: Preparing [2024-09-06T03:05:57.007Z] ce7f800efff9: Preparing [2024-09-06T03:05:57.007Z] 98e2255adec8: Waiting [2024-09-06T03:05:57.007Z] db466ecb009a: Waiting [2024-09-06T03:05:57.007Z] 916abdca9e2d: Waiting [2024-09-06T03:05:57.007Z] ce7f800efff9: Waiting [2024-09-06T03:05:57.007Z] e5ea342cc0ce: Layer already exists [2024-09-06T03:05:57.007Z] 6d807a4cdcac: Layer already exists [2024-09-06T03:05:57.007Z] e744a22f553e: Layer already exists [2024-09-06T03:05:57.007Z] a870bffe5590: Layer already exists [2024-09-06T03:05:57.007Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:57.007Z] 916abdca9e2d: Layer already exists [2024-09-06T03:05:57.007Z] db466ecb009a: Layer already exists [2024-09-06T03:05:57.007Z] 98e2255adec8: Layer already exists [2024-09-06T03:05:57.007Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:57.007Z] 3.2.0-dev.64: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:57.335Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:57.669Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:57.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-06T03:05:57.669Z] e5ea342cc0ce: Preparing [2024-09-06T03:05:57.669Z] a870bffe5590: Preparing [2024-09-06T03:05:57.669Z] 6d807a4cdcac: Preparing [2024-09-06T03:05:57.669Z] e744a22f553e: Preparing [2024-09-06T03:05:57.669Z] ad3253c6e60b: Preparing [2024-09-06T03:05:57.669Z] 98e2255adec8: Preparing [2024-09-06T03:05:57.669Z] db466ecb009a: Preparing [2024-09-06T03:05:57.669Z] 916abdca9e2d: Preparing [2024-09-06T03:05:57.669Z] ce7f800efff9: Preparing [2024-09-06T03:05:57.669Z] 98e2255adec8: Waiting [2024-09-06T03:05:57.669Z] db466ecb009a: Waiting [2024-09-06T03:05:57.669Z] 916abdca9e2d: Waiting [2024-09-06T03:05:57.669Z] ce7f800efff9: Waiting [2024-09-06T03:05:57.669Z] a870bffe5590: Layer already exists [2024-09-06T03:05:57.669Z] e744a22f553e: Layer already exists [2024-09-06T03:05:57.669Z] 6d807a4cdcac: Layer already exists [2024-09-06T03:05:57.669Z] e5ea342cc0ce: Layer already exists [2024-09-06T03:05:57.669Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:57.669Z] 98e2255adec8: Layer already exists [2024-09-06T03:05:57.669Z] db466ecb009a: Layer already exists [2024-09-06T03:05:57.669Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:57.669Z] 916abdca9e2d: Layer already exists [2024-09-06T03:05:57.669Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:58.007Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:58.343Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-09-06T03:05:58.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-06T03:05:58.343Z] e5ea342cc0ce: Preparing [2024-09-06T03:05:58.343Z] a870bffe5590: Preparing [2024-09-06T03:05:58.343Z] 6d807a4cdcac: Preparing [2024-09-06T03:05:58.343Z] e744a22f553e: Preparing [2024-09-06T03:05:58.343Z] ad3253c6e60b: Preparing [2024-09-06T03:05:58.343Z] 98e2255adec8: Preparing [2024-09-06T03:05:58.343Z] db466ecb009a: Preparing [2024-09-06T03:05:58.343Z] 916abdca9e2d: Preparing [2024-09-06T03:05:58.343Z] ce7f800efff9: Preparing [2024-09-06T03:05:58.343Z] 98e2255adec8: Waiting [2024-09-06T03:05:58.343Z] db466ecb009a: Waiting [2024-09-06T03:05:58.343Z] 916abdca9e2d: Waiting [2024-09-06T03:05:58.343Z] ce7f800efff9: Waiting [2024-09-06T03:05:58.343Z] 6d807a4cdcac: Layer already exists [2024-09-06T03:05:58.343Z] e5ea342cc0ce: Layer already exists [2024-09-06T03:05:58.343Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:58.343Z] e744a22f553e: Layer already exists [2024-09-06T03:05:58.343Z] a870bffe5590: Layer already exists [2024-09-06T03:05:58.343Z] 916abdca9e2d: Layer already exists [2024-09-06T03:05:58.343Z] db466ecb009a: Layer already exists [2024-09-06T03:05:58.343Z] 98e2255adec8: Layer already exists [2024-09-06T03:05:58.343Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:58.343Z] main: digest: sha256:f3dd7fcad0c33e9087156176e9b36ca613880cb48f3a64b575329e56f33919be size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:05:58.429Z] ===================================================== [Pipeline] echo [2024-09-06T03:05:58.445Z] taggedImages: [2024-09-06T03:05:58.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:58.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-06T03:05:58.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.64 [2024-09-06T03:05:58.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:58.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-09-06T03:05:58.476Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-09-06T03:05:58.476Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:58.476Z] latest [2024-09-06T03:05:58.476Z] 3.2.0-dev.64 [2024-09-06T03:05:58.476Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:05:58.476Z] main [2024-09-06T03:05:58.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:58.839Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:59.172Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:05:59.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-06T03:05:59.172Z] 9d42d8238bd1: Preparing [2024-09-06T03:05:59.172Z] 51a418dc8ff5: Preparing [2024-09-06T03:05:59.172Z] e44ce043efea: Preparing [2024-09-06T03:05:59.172Z] e744a22f553e: Preparing [2024-09-06T03:05:59.172Z] ad3253c6e60b: Preparing [2024-09-06T03:05:59.172Z] 98e2255adec8: Preparing [2024-09-06T03:05:59.172Z] d34bc00bc5d7: Preparing [2024-09-06T03:05:59.172Z] f1f355619c68: Preparing [2024-09-06T03:05:59.172Z] ce7f800efff9: Preparing [2024-09-06T03:05:59.172Z] 98e2255adec8: Waiting [2024-09-06T03:05:59.172Z] d34bc00bc5d7: Waiting [2024-09-06T03:05:59.172Z] f1f355619c68: Waiting [2024-09-06T03:05:59.172Z] ce7f800efff9: Waiting [2024-09-06T03:05:59.172Z] e744a22f553e: Layer already exists [2024-09-06T03:05:59.172Z] ad3253c6e60b: Layer already exists [2024-09-06T03:05:59.172Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:05:59.172Z] 98e2255adec8: Layer already exists [2024-09-06T03:05:59.172Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:05:59.172Z] f1f355619c68: Layer already exists [2024-09-06T03:05:59.172Z] ce7f800efff9: Layer already exists [2024-09-06T03:05:59.172Z] 51a418dc8ff5: Pushed [2024-09-06T03:05:59.172Z] e44ce043efea: Pushed [2024-09-06T03:05:59.432Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:05:59.769Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:00.106Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-06T03:06:00.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-06T03:06:00.106Z] 9d42d8238bd1: Preparing [2024-09-06T03:06:00.106Z] 51a418dc8ff5: Preparing [2024-09-06T03:06:00.106Z] e44ce043efea: Preparing [2024-09-06T03:06:00.106Z] e744a22f553e: Preparing [2024-09-06T03:06:00.106Z] ad3253c6e60b: Preparing [2024-09-06T03:06:00.106Z] 98e2255adec8: Preparing [2024-09-06T03:06:00.106Z] d34bc00bc5d7: Preparing [2024-09-06T03:06:00.106Z] f1f355619c68: Preparing [2024-09-06T03:06:00.106Z] 98e2255adec8: Waiting [2024-09-06T03:06:00.106Z] d34bc00bc5d7: Waiting [2024-09-06T03:06:00.106Z] ce7f800efff9: Preparing [2024-09-06T03:06:00.106Z] f1f355619c68: Waiting [2024-09-06T03:06:00.106Z] ce7f800efff9: Waiting [2024-09-06T03:06:00.106Z] e44ce043efea: Layer already exists [2024-09-06T03:06:00.106Z] e744a22f553e: Layer already exists [2024-09-06T03:06:00.106Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:06:00.106Z] 51a418dc8ff5: Layer already exists [2024-09-06T03:06:00.106Z] f1f355619c68: Layer already exists [2024-09-06T03:06:00.106Z] 98e2255adec8: Layer already exists [2024-09-06T03:06:00.106Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:06:00.106Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:00.106Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:00.106Z] latest: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:00.440Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:00.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.64 [2024-09-06T03:06:00.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-06T03:06:00.763Z] 9d42d8238bd1: Preparing [2024-09-06T03:06:00.763Z] 51a418dc8ff5: Preparing [2024-09-06T03:06:00.763Z] e44ce043efea: Preparing [2024-09-06T03:06:00.763Z] e744a22f553e: Preparing [2024-09-06T03:06:00.763Z] ad3253c6e60b: Preparing [2024-09-06T03:06:00.763Z] 98e2255adec8: Preparing [2024-09-06T03:06:00.763Z] d34bc00bc5d7: Preparing [2024-09-06T03:06:00.763Z] f1f355619c68: Preparing [2024-09-06T03:06:00.763Z] ce7f800efff9: Preparing [2024-09-06T03:06:00.763Z] f1f355619c68: Waiting [2024-09-06T03:06:00.763Z] ce7f800efff9: Waiting [2024-09-06T03:06:00.763Z] 98e2255adec8: Waiting [2024-09-06T03:06:00.763Z] e744a22f553e: Layer already exists [2024-09-06T03:06:00.763Z] 51a418dc8ff5: Layer already exists [2024-09-06T03:06:00.763Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:06:00.763Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:00.763Z] e44ce043efea: Layer already exists [2024-09-06T03:06:00.763Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:00.763Z] 98e2255adec8: Layer already exists [2024-09-06T03:06:00.763Z] f1f355619c68: Layer already exists [2024-09-06T03:06:00.763Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:06:00.763Z] 3.2.0-dev.64: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:01.168Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:01.502Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:01.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-06T03:06:01.503Z] 9d42d8238bd1: Preparing [2024-09-06T03:06:01.503Z] 51a418dc8ff5: Preparing [2024-09-06T03:06:01.503Z] e44ce043efea: Preparing [2024-09-06T03:06:01.503Z] e744a22f553e: Preparing [2024-09-06T03:06:01.503Z] ad3253c6e60b: Preparing [2024-09-06T03:06:01.503Z] 98e2255adec8: Preparing [2024-09-06T03:06:01.503Z] d34bc00bc5d7: Preparing [2024-09-06T03:06:01.503Z] f1f355619c68: Preparing [2024-09-06T03:06:01.503Z] ce7f800efff9: Preparing [2024-09-06T03:06:01.503Z] 98e2255adec8: Waiting [2024-09-06T03:06:01.503Z] d34bc00bc5d7: Waiting [2024-09-06T03:06:01.503Z] f1f355619c68: Waiting [2024-09-06T03:06:01.503Z] 51a418dc8ff5: Layer already exists [2024-09-06T03:06:01.503Z] e744a22f553e: Layer already exists [2024-09-06T03:06:01.503Z] e44ce043efea: Layer already exists [2024-09-06T03:06:01.503Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:06:01.503Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:01.503Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:06:01.503Z] f1f355619c68: Layer already exists [2024-09-06T03:06:01.503Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:01.503Z] 98e2255adec8: Layer already exists [2024-09-06T03:06:01.503Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:01.824Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:02.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-09-06T03:06:02.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-06T03:06:02.151Z] 9d42d8238bd1: Preparing [2024-09-06T03:06:02.151Z] 51a418dc8ff5: Preparing [2024-09-06T03:06:02.151Z] e44ce043efea: Preparing [2024-09-06T03:06:02.151Z] e744a22f553e: Preparing [2024-09-06T03:06:02.151Z] ad3253c6e60b: Preparing [2024-09-06T03:06:02.151Z] 98e2255adec8: Preparing [2024-09-06T03:06:02.151Z] d34bc00bc5d7: Preparing [2024-09-06T03:06:02.151Z] f1f355619c68: Preparing [2024-09-06T03:06:02.151Z] ce7f800efff9: Preparing [2024-09-06T03:06:02.151Z] f1f355619c68: Waiting [2024-09-06T03:06:02.151Z] 98e2255adec8: Waiting [2024-09-06T03:06:02.151Z] d34bc00bc5d7: Waiting [2024-09-06T03:06:02.151Z] ce7f800efff9: Waiting [2024-09-06T03:06:02.151Z] 9d42d8238bd1: Layer already exists [2024-09-06T03:06:02.151Z] e744a22f553e: Layer already exists [2024-09-06T03:06:02.151Z] 51a418dc8ff5: Layer already exists [2024-09-06T03:06:02.151Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:02.151Z] e44ce043efea: Layer already exists [2024-09-06T03:06:02.151Z] f1f355619c68: Layer already exists [2024-09-06T03:06:02.151Z] d34bc00bc5d7: Layer already exists [2024-09-06T03:06:02.151Z] 98e2255adec8: Layer already exists [2024-09-06T03:06:02.151Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:02.151Z] main: digest: sha256:a771f37624b059dd951a1481c42e641665d2ad4a3f81f0da317238ee7396709b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:06:02.217Z] ===================================================== [Pipeline] echo [2024-09-06T03:06:02.233Z] taggedImages: [2024-09-06T03:06:02.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:02.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-06T03:06:02.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.64 [2024-09-06T03:06:02.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:02.233Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-09-06T03:06:02.268Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-09-06T03:06:02.268Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:02.268Z] latest [2024-09-06T03:06:02.268Z] 3.2.0-dev.64 [2024-09-06T03:06:02.268Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:02.268Z] main [2024-09-06T03:06:02.268Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:02.625Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:02.947Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:02.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-06T03:06:02.947Z] cef4b19ac813: Preparing [2024-09-06T03:06:02.947Z] 144f41f9c37d: Preparing [2024-09-06T03:06:02.947Z] e744a22f553e: Preparing [2024-09-06T03:06:02.947Z] ad3253c6e60b: Preparing [2024-09-06T03:06:02.947Z] efa3cb7a4313: Preparing [2024-09-06T03:06:02.947Z] 81bc9323ffca: Preparing [2024-09-06T03:06:02.947Z] ce7f800efff9: Preparing [2024-09-06T03:06:02.947Z] ce7f800efff9: Waiting [2024-09-06T03:06:02.947Z] 81bc9323ffca: Waiting [2024-09-06T03:06:02.947Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:02.947Z] e744a22f553e: Layer already exists [2024-09-06T03:06:02.947Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:02.947Z] cef4b19ac813: Pushed [2024-09-06T03:06:03.206Z] 81bc9323ffca: Pushed [2024-09-06T03:06:03.467Z] efa3cb7a4313: Pushed [2024-09-06T03:06:06.770Z] 144f41f9c37d: Pushed [2024-09-06T03:06:06.770Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:07.098Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:07.423Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-06T03:06:07.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-06T03:06:07.423Z] cef4b19ac813: Preparing [2024-09-06T03:06:07.423Z] 144f41f9c37d: Preparing [2024-09-06T03:06:07.423Z] e744a22f553e: Preparing [2024-09-06T03:06:07.423Z] ad3253c6e60b: Preparing [2024-09-06T03:06:07.423Z] efa3cb7a4313: Preparing [2024-09-06T03:06:07.423Z] 81bc9323ffca: Preparing [2024-09-06T03:06:07.423Z] ce7f800efff9: Preparing [2024-09-06T03:06:07.423Z] 81bc9323ffca: Waiting [2024-09-06T03:06:07.423Z] ce7f800efff9: Waiting [2024-09-06T03:06:07.423Z] 144f41f9c37d: Layer already exists [2024-09-06T03:06:07.423Z] efa3cb7a4313: Layer already exists [2024-09-06T03:06:07.423Z] e744a22f553e: Layer already exists [2024-09-06T03:06:07.423Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:07.423Z] cef4b19ac813: Layer already exists [2024-09-06T03:06:07.423Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:07.423Z] 81bc9323ffca: Layer already exists [2024-09-06T03:06:07.423Z] latest: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:07.770Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:08.098Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.64 [2024-09-06T03:06:08.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-06T03:06:08.098Z] cef4b19ac813: Preparing [2024-09-06T03:06:08.098Z] 144f41f9c37d: Preparing [2024-09-06T03:06:08.098Z] e744a22f553e: Preparing [2024-09-06T03:06:08.098Z] ad3253c6e60b: Preparing [2024-09-06T03:06:08.098Z] efa3cb7a4313: Preparing [2024-09-06T03:06:08.098Z] 81bc9323ffca: Preparing [2024-09-06T03:06:08.098Z] ce7f800efff9: Preparing [2024-09-06T03:06:08.098Z] 81bc9323ffca: Waiting [2024-09-06T03:06:08.098Z] ce7f800efff9: Waiting [2024-09-06T03:06:08.098Z] efa3cb7a4313: Layer already exists [2024-09-06T03:06:08.098Z] e744a22f553e: Layer already exists [2024-09-06T03:06:08.098Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:08.098Z] 144f41f9c37d: Layer already exists [2024-09-06T03:06:08.098Z] cef4b19ac813: Layer already exists [2024-09-06T03:06:08.098Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:08.098Z] 81bc9323ffca: Layer already exists [2024-09-06T03:06:08.098Z] 3.2.0-dev.64: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:08.426Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:08.772Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:08.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-06T03:06:08.773Z] cef4b19ac813: Preparing [2024-09-06T03:06:08.773Z] 144f41f9c37d: Preparing [2024-09-06T03:06:08.773Z] e744a22f553e: Preparing [2024-09-06T03:06:08.773Z] ad3253c6e60b: Preparing [2024-09-06T03:06:08.773Z] efa3cb7a4313: Preparing [2024-09-06T03:06:08.773Z] 81bc9323ffca: Preparing [2024-09-06T03:06:08.773Z] ce7f800efff9: Preparing [2024-09-06T03:06:08.773Z] 81bc9323ffca: Waiting [2024-09-06T03:06:08.773Z] ce7f800efff9: Waiting [2024-09-06T03:06:08.773Z] 144f41f9c37d: Layer already exists [2024-09-06T03:06:08.773Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:08.773Z] e744a22f553e: Layer already exists [2024-09-06T03:06:08.773Z] efa3cb7a4313: Layer already exists [2024-09-06T03:06:08.773Z] cef4b19ac813: Layer already exists [2024-09-06T03:06:08.773Z] 81bc9323ffca: Layer already exists [2024-09-06T03:06:08.773Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:08.773Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:09.103Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:09.436Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-09-06T03:06:09.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-06T03:06:09.436Z] cef4b19ac813: Preparing [2024-09-06T03:06:09.436Z] 144f41f9c37d: Preparing [2024-09-06T03:06:09.436Z] e744a22f553e: Preparing [2024-09-06T03:06:09.436Z] ad3253c6e60b: Preparing [2024-09-06T03:06:09.436Z] efa3cb7a4313: Preparing [2024-09-06T03:06:09.436Z] 81bc9323ffca: Preparing [2024-09-06T03:06:09.436Z] ce7f800efff9: Preparing [2024-09-06T03:06:09.436Z] 81bc9323ffca: Waiting [2024-09-06T03:06:09.436Z] ce7f800efff9: Waiting [2024-09-06T03:06:09.436Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:09.436Z] 144f41f9c37d: Layer already exists [2024-09-06T03:06:09.436Z] e744a22f553e: Layer already exists [2024-09-06T03:06:09.436Z] cef4b19ac813: Layer already exists [2024-09-06T03:06:09.436Z] efa3cb7a4313: Layer already exists [2024-09-06T03:06:09.436Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:09.436Z] 81bc9323ffca: Layer already exists [2024-09-06T03:06:09.436Z] main: digest: sha256:11f68b7bc511b7d7a352100dad758ab51e1530217a48010c3ebc764c3a22e6be size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:06:09.513Z] ===================================================== [Pipeline] echo [2024-09-06T03:06:09.526Z] taggedImages: [2024-09-06T03:06:09.527Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:09.527Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-06T03:06:09.527Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.64 [2024-09-06T03:06:09.527Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:09.527Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-09-06T03:06:09.550Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-09-06T03:06:09.550Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:09.550Z] latest [2024-09-06T03:06:09.550Z] 3.2.0-dev.64 [2024-09-06T03:06:09.550Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:09.550Z] main [2024-09-06T03:06:09.550Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:09.884Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:10.219Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:10.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-06T03:06:10.219Z] 709e20ab1a32: Preparing [2024-09-06T03:06:10.219Z] 4f6e99e50aca: Preparing [2024-09-06T03:06:10.219Z] e744a22f553e: Preparing [2024-09-06T03:06:10.219Z] ad3253c6e60b: Preparing [2024-09-06T03:06:10.219Z] 3802daf41f90: Preparing [2024-09-06T03:06:10.219Z] d4f90ca05da8: Preparing [2024-09-06T03:06:10.219Z] ce7f800efff9: Preparing [2024-09-06T03:06:10.219Z] d4f90ca05da8: Waiting [2024-09-06T03:06:10.219Z] ce7f800efff9: Waiting [2024-09-06T03:06:10.219Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:10.219Z] e744a22f553e: Layer already exists [2024-09-06T03:06:10.219Z] 709e20ab1a32: Pushed [2024-09-06T03:06:10.489Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:10.489Z] d4f90ca05da8: Pushed [2024-09-06T03:06:10.747Z] 3802daf41f90: Pushed [2024-09-06T03:06:14.745Z] 4f6e99e50aca: Pushed [2024-09-06T03:06:14.745Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:15.074Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:15.396Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-06T03:06:15.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-06T03:06:15.397Z] 709e20ab1a32: Preparing [2024-09-06T03:06:15.397Z] 4f6e99e50aca: Preparing [2024-09-06T03:06:15.397Z] e744a22f553e: Preparing [2024-09-06T03:06:15.397Z] ad3253c6e60b: Preparing [2024-09-06T03:06:15.397Z] 3802daf41f90: Preparing [2024-09-06T03:06:15.397Z] d4f90ca05da8: Preparing [2024-09-06T03:06:15.397Z] ce7f800efff9: Preparing [2024-09-06T03:06:15.397Z] d4f90ca05da8: Waiting [2024-09-06T03:06:15.397Z] ce7f800efff9: Waiting [2024-09-06T03:06:15.397Z] 709e20ab1a32: Layer already exists [2024-09-06T03:06:15.397Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:15.397Z] e744a22f553e: Layer already exists [2024-09-06T03:06:15.397Z] 3802daf41f90: Layer already exists [2024-09-06T03:06:15.397Z] 4f6e99e50aca: Layer already exists [2024-09-06T03:06:15.397Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:15.397Z] d4f90ca05da8: Layer already exists [2024-09-06T03:06:15.397Z] latest: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:15.731Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:16.056Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.64 [2024-09-06T03:06:16.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-06T03:06:16.056Z] 709e20ab1a32: Preparing [2024-09-06T03:06:16.056Z] 4f6e99e50aca: Preparing [2024-09-06T03:06:16.056Z] e744a22f553e: Preparing [2024-09-06T03:06:16.056Z] ad3253c6e60b: Preparing [2024-09-06T03:06:16.056Z] 3802daf41f90: Preparing [2024-09-06T03:06:16.056Z] d4f90ca05da8: Preparing [2024-09-06T03:06:16.056Z] ce7f800efff9: Preparing [2024-09-06T03:06:16.056Z] d4f90ca05da8: Waiting [2024-09-06T03:06:16.056Z] ce7f800efff9: Waiting [2024-09-06T03:06:16.056Z] 709e20ab1a32: Layer already exists [2024-09-06T03:06:16.056Z] 4f6e99e50aca: Layer already exists [2024-09-06T03:06:16.056Z] e744a22f553e: Layer already exists [2024-09-06T03:06:16.056Z] 3802daf41f90: Layer already exists [2024-09-06T03:06:16.056Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:16.056Z] d4f90ca05da8: Layer already exists [2024-09-06T03:06:16.056Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:16.056Z] 3.2.0-dev.64: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:16.385Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:16.721Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:16.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-06T03:06:16.721Z] 709e20ab1a32: Preparing [2024-09-06T03:06:16.721Z] 4f6e99e50aca: Preparing [2024-09-06T03:06:16.721Z] e744a22f553e: Preparing [2024-09-06T03:06:16.721Z] ad3253c6e60b: Preparing [2024-09-06T03:06:16.721Z] 3802daf41f90: Preparing [2024-09-06T03:06:16.721Z] d4f90ca05da8: Preparing [2024-09-06T03:06:16.721Z] ce7f800efff9: Preparing [2024-09-06T03:06:16.721Z] d4f90ca05da8: Waiting [2024-09-06T03:06:16.721Z] ce7f800efff9: Waiting [2024-09-06T03:06:16.721Z] 709e20ab1a32: Layer already exists [2024-09-06T03:06:16.721Z] e744a22f553e: Layer already exists [2024-09-06T03:06:16.721Z] 4f6e99e50aca: Layer already exists [2024-09-06T03:06:16.721Z] 3802daf41f90: Layer already exists [2024-09-06T03:06:16.721Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:16.721Z] d4f90ca05da8: Layer already exists [2024-09-06T03:06:16.721Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:16.721Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:17.058Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:17.384Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-09-06T03:06:17.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-06T03:06:17.384Z] 709e20ab1a32: Preparing [2024-09-06T03:06:17.384Z] 4f6e99e50aca: Preparing [2024-09-06T03:06:17.384Z] e744a22f553e: Preparing [2024-09-06T03:06:17.384Z] ad3253c6e60b: Preparing [2024-09-06T03:06:17.384Z] 3802daf41f90: Preparing [2024-09-06T03:06:17.384Z] d4f90ca05da8: Preparing [2024-09-06T03:06:17.384Z] ce7f800efff9: Preparing [2024-09-06T03:06:17.384Z] ce7f800efff9: Waiting [2024-09-06T03:06:17.384Z] d4f90ca05da8: Waiting [2024-09-06T03:06:17.384Z] 709e20ab1a32: Layer already exists [2024-09-06T03:06:17.384Z] 4f6e99e50aca: Layer already exists [2024-09-06T03:06:17.384Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:17.384Z] e744a22f553e: Layer already exists [2024-09-06T03:06:17.384Z] 3802daf41f90: Layer already exists [2024-09-06T03:06:17.384Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:17.384Z] d4f90ca05da8: Layer already exists [2024-09-06T03:06:17.384Z] main: digest: sha256:f38412817dc0247cf9292166149ff848cbeb032515bc07ae54fce220fc6bc56f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:06:17.456Z] ===================================================== [Pipeline] echo [2024-09-06T03:06:17.471Z] taggedImages: [2024-09-06T03:06:17.471Z] - nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:17.471Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-06T03:06:17.471Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.64 [2024-09-06T03:06:17.471Z] - nexus3.edgexfoundry.org:10004/support-notifications:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:17.471Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-09-06T03:06:17.507Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-09-06T03:06:17.507Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:17.507Z] latest [2024-09-06T03:06:17.507Z] 3.2.0-dev.64 [2024-09-06T03:06:17.507Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:17.507Z] main [2024-09-06T03:06:17.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:17.856Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:18.193Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:18.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-06T03:06:18.193Z] 54985f75e219: Preparing [2024-09-06T03:06:18.193Z] b66c1eb0de49: Preparing [2024-09-06T03:06:18.193Z] e744a22f553e: Preparing [2024-09-06T03:06:18.193Z] ad3253c6e60b: Preparing [2024-09-06T03:06:18.193Z] 9956371f8c0e: Preparing [2024-09-06T03:06:18.193Z] 235dbefcc197: Preparing [2024-09-06T03:06:18.193Z] ce7f800efff9: Preparing [2024-09-06T03:06:18.193Z] 235dbefcc197: Waiting [2024-09-06T03:06:18.193Z] ce7f800efff9: Waiting [2024-09-06T03:06:18.193Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:18.193Z] 9956371f8c0e: Layer already exists [2024-09-06T03:06:18.193Z] e744a22f553e: Layer already exists [2024-09-06T03:06:18.193Z] 235dbefcc197: Layer already exists [2024-09-06T03:06:18.193Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:18.193Z] 54985f75e219: Pushed [2024-09-06T03:06:21.481Z] b66c1eb0de49: Pushed [2024-09-06T03:06:21.481Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:21.827Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:22.161Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-06T03:06:22.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-06T03:06:22.161Z] 54985f75e219: Preparing [2024-09-06T03:06:22.161Z] b66c1eb0de49: Preparing [2024-09-06T03:06:22.161Z] e744a22f553e: Preparing [2024-09-06T03:06:22.161Z] ad3253c6e60b: Preparing [2024-09-06T03:06:22.161Z] 9956371f8c0e: Preparing [2024-09-06T03:06:22.161Z] 235dbefcc197: Preparing [2024-09-06T03:06:22.161Z] ce7f800efff9: Preparing [2024-09-06T03:06:22.161Z] 235dbefcc197: Waiting [2024-09-06T03:06:22.161Z] ce7f800efff9: Waiting [2024-09-06T03:06:22.161Z] 54985f75e219: Layer already exists [2024-09-06T03:06:22.161Z] 9956371f8c0e: Layer already exists [2024-09-06T03:06:22.161Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:22.161Z] e744a22f553e: Layer already exists [2024-09-06T03:06:22.161Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:22.161Z] b66c1eb0de49: Layer already exists [2024-09-06T03:06:22.161Z] 235dbefcc197: Layer already exists [2024-09-06T03:06:22.161Z] latest: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:22.503Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:22.845Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.64 [2024-09-06T03:06:22.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-06T03:06:22.845Z] 54985f75e219: Preparing [2024-09-06T03:06:22.845Z] b66c1eb0de49: Preparing [2024-09-06T03:06:22.845Z] e744a22f553e: Preparing [2024-09-06T03:06:22.845Z] ad3253c6e60b: Preparing [2024-09-06T03:06:22.846Z] 9956371f8c0e: Preparing [2024-09-06T03:06:22.846Z] 235dbefcc197: Preparing [2024-09-06T03:06:22.846Z] ce7f800efff9: Preparing [2024-09-06T03:06:22.846Z] 235dbefcc197: Waiting [2024-09-06T03:06:22.846Z] ce7f800efff9: Waiting [2024-09-06T03:06:22.846Z] 54985f75e219: Layer already exists [2024-09-06T03:06:22.846Z] 9956371f8c0e: Layer already exists [2024-09-06T03:06:22.846Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:22.846Z] e744a22f553e: Layer already exists [2024-09-06T03:06:22.846Z] b66c1eb0de49: Layer already exists [2024-09-06T03:06:22.846Z] 235dbefcc197: Layer already exists [2024-09-06T03:06:22.846Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:22.846Z] 3.2.0-dev.64: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:23.343Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:23.979Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:23.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-06T03:06:23.979Z] 54985f75e219: Preparing [2024-09-06T03:06:23.979Z] b66c1eb0de49: Preparing [2024-09-06T03:06:23.979Z] e744a22f553e: Preparing [2024-09-06T03:06:23.979Z] ad3253c6e60b: Preparing [2024-09-06T03:06:23.979Z] 9956371f8c0e: Preparing [2024-09-06T03:06:23.979Z] 235dbefcc197: Preparing [2024-09-06T03:06:23.979Z] ce7f800efff9: Preparing [2024-09-06T03:06:23.979Z] ce7f800efff9: Waiting [2024-09-06T03:06:23.979Z] 235dbefcc197: Waiting [2024-09-06T03:06:23.979Z] e744a22f553e: Layer already exists [2024-09-06T03:06:23.979Z] b66c1eb0de49: Layer already exists [2024-09-06T03:06:23.979Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:23.979Z] 9956371f8c0e: Layer already exists [2024-09-06T03:06:23.979Z] 54985f75e219: Layer already exists [2024-09-06T03:06:23.979Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:23.979Z] 235dbefcc197: Layer already exists [2024-09-06T03:06:23.979Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:24.317Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:06:24.640Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-09-06T03:06:24.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-06T03:06:24.640Z] 54985f75e219: Preparing [2024-09-06T03:06:24.640Z] b66c1eb0de49: Preparing [2024-09-06T03:06:24.640Z] e744a22f553e: Preparing [2024-09-06T03:06:24.640Z] ad3253c6e60b: Preparing [2024-09-06T03:06:24.640Z] 9956371f8c0e: Preparing [2024-09-06T03:06:24.640Z] 235dbefcc197: Preparing [2024-09-06T03:06:24.640Z] ce7f800efff9: Preparing [2024-09-06T03:06:24.640Z] ce7f800efff9: Waiting [2024-09-06T03:06:24.640Z] 235dbefcc197: Waiting [2024-09-06T03:06:24.640Z] b66c1eb0de49: Layer already exists [2024-09-06T03:06:24.640Z] e744a22f553e: Layer already exists [2024-09-06T03:06:24.640Z] ad3253c6e60b: Layer already exists [2024-09-06T03:06:24.640Z] 9956371f8c0e: Layer already exists [2024-09-06T03:06:24.640Z] 54985f75e219: Layer already exists [2024-09-06T03:06:24.640Z] 235dbefcc197: Layer already exists [2024-09-06T03:06:24.640Z] ce7f800efff9: Layer already exists [2024-09-06T03:06:24.640Z] main: digest: sha256:442b8245a4b3df4962495e8a6f50fdf378fe132d63ec78dc097c95f3755ec80e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:06:24.714Z] ===================================================== [Pipeline] echo [2024-09-06T03:06:24.725Z] taggedImages: [2024-09-06T03:06:24.725Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:06:24.725Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-06T03:06:24.725Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.64 [2024-09-06T03:06:24.725Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:06:24.725Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-09-06T03:23:08.409Z] #149 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-06T03:23:08.409Z] #152 DONE 1176.6s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:23:08.409Z] #156 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:23:08.409Z] #161 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:23:08.409Z] #39 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:23:08.409Z] #162 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-09-06T03:23:08.409Z] #163 DONE 0.3s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-06T03:23:08.409Z] #164 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-06T03:23:08.409Z] #165 DONE 0.4s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-06T03:23:08.409Z] #166 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:23:08.409Z] #153 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:23:08.409Z] #167 DONE 2.3s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #118 [security-proxy-setup] exporting to image [2024-09-06T03:23:08.409Z] #118 exporting layers [2024-09-06T03:23:08.409Z] #118 exporting layers 1.0s done [2024-09-06T03:23:08.409Z] #118 writing image sha256:f7c30ae49a752304b2ee9576305d98c5f19477ce8a246f433805763e452adac7 done [2024-09-06T03:23:08.409Z] #118 naming to docker.io/library/security-proxy-setup-arm64 done [2024-09-06T03:23:08.409Z] #118 DONE 5.4s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-06T03:23:08.409Z] #149 1180.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.64" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-06T03:23:08.409Z] #149 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #159 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-06T03:23:08.409Z] #159 DONE 1183.5s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:23:08.409Z] #153 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-06T03:23:08.409Z] #168 DONE 0.3s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:23:08.409Z] #141 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-06T03:23:08.409Z] #169 DONE 2.7s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:23:08.409Z] #170 DONE 0.1s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:23:08.409Z] #171 DONE 0.3s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:23:08.409Z] #156 ... [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-06T03:23:08.409Z] #172 DONE 0.4s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-06T03:23:08.409Z] #173 DONE 0.1s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #174 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-09-06T03:23:08.409Z] #174 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #175 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-09-06T03:23:08.409Z] #175 DONE 0.1s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #176 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-09-06T03:23:08.409Z] #176 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-06T03:23:08.409Z] #177 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-06T03:23:08.409Z] #178 DONE 0.2s [2024-09-06T03:23:08.409Z] [2024-09-06T03:23:08.409Z] #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-06T03:23:09.609Z] #179 DONE 1.9s [2024-09-06T03:23:09.609Z] [2024-09-06T03:23:09.609Z] #118 [security-bootstrapper] exporting to image [2024-09-06T03:23:09.609Z] #118 exporting layers [2024-09-06T03:23:11.102Z] #118 exporting layers 1.4s done [2024-09-06T03:23:11.103Z] #118 writing image sha256:c6c03e301f2b88d258c9403b63570bb090646cef1aeedf4b21b741f54ae54004 0.0s done [2024-09-06T03:23:11.103Z] #118 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2024-09-06T03:23:11.103Z] #118 DONE 6.9s [2024-09-06T03:23:11.103Z] [2024-09-06T03:23:11.103Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:23:19.390Z] #153 ... [2024-09-06T03:23:19.390Z] [2024-09-06T03:23:19.390Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-06T03:23:19.390Z] #149 DONE 1199.9s [2024-09-06T03:23:19.390Z] [2024-09-06T03:23:19.390Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:23:19.390Z] #156 ... [2024-09-06T03:23:19.390Z] [2024-09-06T03:23:19.390Z] #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:23:19.390Z] #180 DONE 0.1s [2024-09-06T03:23:19.390Z] [2024-09-06T03:23:19.390Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:23:19.390Z] #156 ... [2024-09-06T03:23:19.390Z] [2024-09-06T03:23:19.390Z] #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:23:19.661Z] #181 DONE 0.3s [2024-09-06T03:23:19.661Z] [2024-09-06T03:23:19.661Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:23:19.938Z] #155 ... [2024-09-06T03:23:19.938Z] [2024-09-06T03:23:19.938Z] #182 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-09-06T03:23:20.208Z] #182 DONE 0.1s [2024-09-06T03:23:20.208Z] [2024-09-06T03:23:20.208Z] #183 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-09-06T03:23:20.208Z] #183 DONE 0.2s [2024-09-06T03:23:20.208Z] [2024-09-06T03:23:20.208Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:23:20.485Z] #184 DONE 0.1s [2024-09-06T03:23:20.485Z] [2024-09-06T03:23:20.485Z] #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-06T03:23:20.753Z] #185 DONE 0.3s [2024-09-06T03:23:20.753Z] [2024-09-06T03:23:20.753Z] #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-06T03:23:21.022Z] #186 DONE 0.3s [2024-09-06T03:23:21.022Z] [2024-09-06T03:23:21.022Z] #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-06T03:23:21.022Z] #187 DONE 0.1s [2024-09-06T03:23:21.022Z] [2024-09-06T03:23:21.022Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:23:21.022Z] #154 ... [2024-09-06T03:23:21.022Z] [2024-09-06T03:23:21.022Z] #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:23:23.617Z] #188 DONE 2.2s [2024-09-06T03:23:23.617Z] [2024-09-06T03:23:23.617Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:23:23.617Z] #153 ... [2024-09-06T03:23:23.617Z] [2024-09-06T03:23:23.617Z] #118 [security-secretstore-setup] exporting to image [2024-09-06T03:23:23.617Z] #118 exporting layers [2024-09-06T03:23:24.601Z] #118 exporting layers 1.2s done [2024-09-06T03:23:24.601Z] #118 writing image sha256:57856cf14317be7f5231b47d557128f3702fca74dd3bc7d2d1ff0fb6fa33b8d7 done [2024-09-06T03:23:24.601Z] #118 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-09-06T03:23:24.601Z] #118 DONE 8.1s [2024-09-06T03:23:24.601Z] [2024-09-06T03:23:24.601Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:24:20.993Z] #154 ... [2024-09-06T03:24:20.993Z] [2024-09-06T03:24:20.993Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-06T03:24:20.993Z] #153 DONE 1257.3s [2024-09-06T03:24:20.993Z] [2024-09-06T03:24:20.994Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:24:20.994Z] #154 ... [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:24:20.994Z] #189 DONE 0.2s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:24:20.994Z] #156 ... [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:24:20.994Z] #190 DONE 0.2s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-09-06T03:24:20.994Z] #191 DONE 0.3s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-06T03:24:20.994Z] #151 ... [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:24:20.994Z] #192 DONE 0.2s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-09-06T03:24:20.994Z] #193 DONE 0.3s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:24:20.994Z] #157 ... [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:24:20.994Z] #194 DONE 2.3s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #118 [core-common-config-bootstrapper] exporting to image [2024-09-06T03:24:20.994Z] #118 exporting layers [2024-09-06T03:24:20.994Z] #118 exporting layers 0.7s done [2024-09-06T03:24:20.994Z] #118 writing image sha256:01a494c60e87a6319ca27f4562579b286ec33c40a38bef93dc70c755430f2742 done [2024-09-06T03:24:20.994Z] #118 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-09-06T03:24:20.994Z] #118 DONE 8.9s [2024-09-06T03:24:20.994Z] [2024-09-06T03:24:20.994Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:26:27.634Z] #156 ... [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-06T03:26:27.634Z] #151 DONE 1387.7s [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:26:27.634Z] #157 ... [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:26:27.634Z] #195 DONE 0.2s [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:26:27.634Z] #157 ... [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:26:27.634Z] #196 DONE 0.2s [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-06T03:26:27.634Z] #197 DONE 0.3s [2024-09-06T03:26:27.634Z] [2024-09-06T03:26:27.634Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:26:27.900Z] #155 ... [2024-09-06T03:26:27.900Z] [2024-09-06T03:26:27.900Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:26:27.900Z] #198 DONE 0.1s [2024-09-06T03:26:27.900Z] [2024-09-06T03:26:27.900Z] #118 [security-spiffe-token-provider] exporting to image [2024-09-06T03:26:27.900Z] #118 exporting layers [2024-09-06T03:26:28.479Z] #118 exporting layers 0.7s done [2024-09-06T03:26:28.743Z] #118 writing image sha256:a3aab86d68c7d9a4815ec082de8a7ecc36f8723385e7d17f225316b70cc8b064 done [2024-09-06T03:26:28.743Z] #118 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-09-06T03:26:28.743Z] #118 DONE 9.6s [2024-09-06T03:26:28.743Z] [2024-09-06T03:26:28.743Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-06T03:34:20.756Z] #40 ... [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-06T03:34:20.756Z] #157 DONE 1848.1s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:34:20.756Z] #156 ... [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:34:20.756Z] #199 DONE 0.2s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:34:20.756Z] #200 DONE 0.3s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-06T03:34:20.756Z] #158 ... [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-06T03:34:20.756Z] #201 DONE 0.3s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:34:20.756Z] #202 DONE 0.1s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-06T03:34:20.756Z] #203 DONE 0.2s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-06T03:34:20.756Z] #204 DONE 1.9s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:34:20.756Z] #154 ... [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #118 [security-proxy-auth] exporting to image [2024-09-06T03:34:20.756Z] #118 exporting layers [2024-09-06T03:34:20.756Z] #118 exporting layers 0.7s done [2024-09-06T03:34:20.756Z] #118 writing image sha256:7b9fc9ca74f42b1ff75793ecdd9110b6f78c9efdb8252024c83f946aa140c184 done [2024-09-06T03:34:20.756Z] #118 naming to docker.io/library/security-proxy-auth-arm64 done [2024-09-06T03:34:20.756Z] #118 DONE 10.2s [2024-09-06T03:34:20.756Z] [2024-09-06T03:34:20.756Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:35:17.128Z] #156 ... [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-06T03:35:17.128Z] #158 DONE 1911.9s [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:35:17.128Z] #155 ... [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:35:17.128Z] #205 DONE 0.1s [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:35:17.128Z] #154 ... [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:35:17.128Z] #206 DONE 0.2s [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-06T03:35:17.128Z] #207 DONE 0.4s [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:35:17.128Z] #39 ... [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:35:17.128Z] #208 DONE 0.1s [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #118 [core-command] exporting to image [2024-09-06T03:35:17.128Z] #118 exporting layers [2024-09-06T03:35:17.128Z] #118 exporting layers 0.4s done [2024-09-06T03:35:17.128Z] #118 writing image sha256:fa05b3f29c5969888f7d0a13681854b29f08994fff1e77dcc4051fedd4b70a7f done [2024-09-06T03:35:17.128Z] #118 naming to docker.io/library/core-command-arm64 done [2024-09-06T03:35:17.128Z] #118 DONE 10.6s [2024-09-06T03:35:17.128Z] [2024-09-06T03:35:17.128Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-06T03:37:23.780Z] #150 ... [2024-09-06T03:37:23.780Z] [2024-09-06T03:37:23.780Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-06T03:37:23.780Z] #155 DONE 2043.5s [2024-09-06T03:37:23.780Z] [2024-09-06T03:37:23.780Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:37:23.780Z] #154 ... [2024-09-06T03:37:23.780Z] [2024-09-06T03:37:23.780Z] #209 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:37:23.780Z] #209 DONE 0.2s [2024-09-06T03:37:23.780Z] [2024-09-06T03:37:23.780Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:37:23.780Z] #39 ... [2024-09-06T03:37:23.780Z] [2024-09-06T03:37:23.780Z] #210 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:37:23.780Z] #210 DONE 0.1s [2024-09-06T03:37:23.780Z] [2024-09-06T03:37:23.780Z] #211 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-06T03:37:24.055Z] #211 DONE 0.5s [2024-09-06T03:37:24.055Z] [2024-09-06T03:37:24.055Z] #212 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:37:24.055Z] #212 DONE 0.1s [2024-09-06T03:37:24.055Z] [2024-09-06T03:37:24.055Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:37:24.323Z] #39 ... [2024-09-06T03:37:24.323Z] [2024-09-06T03:37:24.323Z] #213 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-06T03:37:24.323Z] #213 DONE 0.2s [2024-09-06T03:37:24.323Z] [2024-09-06T03:37:24.323Z] #118 [core-data] exporting to image [2024-09-06T03:37:24.323Z] #118 exporting layers [2024-09-06T03:37:24.902Z] #118 exporting layers 0.6s done [2024-09-06T03:37:24.902Z] #118 writing image sha256:3d61090bb0cfa3c7dd3b0ca4d1a55477d24eaa6f41e332ae2d851dc520fd64a5 done [2024-09-06T03:37:24.902Z] #118 naming to docker.io/library/core-data-arm64 done [2024-09-06T03:37:24.902Z] #118 DONE 11.2s [2024-09-06T03:37:24.902Z] [2024-09-06T03:37:24.902Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:37:26.836Z] #156 ... [2024-09-06T03:37:26.836Z] [2024-09-06T03:37:26.836Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-06T03:37:26.836Z] #150 DONE 2047.6s [2024-09-06T03:37:26.836Z] [2024-09-06T03:37:26.836Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:37:26.836Z] #141 ... [2024-09-06T03:37:26.836Z] [2024-09-06T03:37:26.836Z] #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:37:27.102Z] #214 DONE 0.3s [2024-09-06T03:37:27.102Z] [2024-09-06T03:37:27.102Z] #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:37:27.408Z] #215 DONE 0.2s [2024-09-06T03:37:27.408Z] [2024-09-06T03:37:27.408Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:37:27.675Z] #39 ... [2024-09-06T03:37:27.675Z] [2024-09-06T03:37:27.675Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-06T03:37:27.675Z] #216 ... [2024-09-06T03:37:27.675Z] [2024-09-06T03:37:27.675Z] #141 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-06T03:37:27.675Z] #141 DONE 2048.7s [2024-09-06T03:37:27.942Z] [2024-09-06T03:37:27.942Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:37:28.909Z] #154 ... [2024-09-06T03:37:28.909Z] [2024-09-06T03:37:28.909Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-06T03:37:28.909Z] #216 DONE 0.9s [2024-09-06T03:37:28.909Z] [2024-09-06T03:37:28.909Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:37:28.909Z] #217 DONE 0.3s [2024-09-06T03:37:28.909Z] [2024-09-06T03:37:28.909Z] #218 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:37:28.909Z] #218 DONE 0.2s [2024-09-06T03:37:28.909Z] [2024-09-06T03:37:28.909Z] #219 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-06T03:37:29.177Z] #219 ... [2024-09-06T03:37:29.177Z] [2024-09-06T03:37:29.177Z] #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-06T03:37:29.177Z] #220 DONE 0.2s [2024-09-06T03:37:29.177Z] [2024-09-06T03:37:29.177Z] #118 [core-metadata] exporting to image [2024-09-06T03:37:29.764Z] #118 ... [2024-09-06T03:37:29.764Z] [2024-09-06T03:37:29.764Z] #219 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-06T03:37:29.764Z] #219 DONE 0.7s [2024-09-06T03:37:29.764Z] [2024-09-06T03:37:29.764Z] #118 [core-metadata] exporting to image [2024-09-06T03:37:29.764Z] #118 exporting layers 0.6s done [2024-09-06T03:37:29.764Z] #118 writing image sha256:764600d1dc6d099428c57ff30d83e0f91ace5d41ce1e2c946a396fb15fe3557a done [2024-09-06T03:37:29.764Z] #118 naming to docker.io/library/core-metadata-arm64 0.0s done [2024-09-06T03:37:29.764Z] #118 DONE 11.9s [2024-09-06T03:37:29.764Z] [2024-09-06T03:37:29.764Z] #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:37:30.031Z] #221 DONE 0.2s [2024-09-06T03:37:30.031Z] [2024-09-06T03:37:30.031Z] #118 [core-keeper] exporting to image [2024-09-06T03:37:30.615Z] #118 exporting layers 0.6s done [2024-09-06T03:37:30.615Z] #118 writing image sha256:1158d843b595a3fcb8dff2f7fe0b7c48b8969da82b84b8e882b94ca63fce295d done [2024-09-06T03:37:30.615Z] #118 naming to docker.io/library/core-keeper-arm64 done [2024-09-06T03:37:30.615Z] #118 DONE 12.5s [2024-09-06T03:37:30.615Z] [2024-09-06T03:37:30.615Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:38:02.837Z] #39 ... [2024-09-06T03:38:02.837Z] [2024-09-06T03:38:02.837Z] #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-06T03:38:02.837Z] #160 DONE 2082.6s [2024-09-06T03:38:02.837Z] [2024-09-06T03:38:02.837Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:38:02.837Z] #156 ... [2024-09-06T03:38:02.837Z] [2024-09-06T03:38:02.837Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-06T03:38:02.837Z] #154 DONE 2083.2s [2024-09-06T03:38:02.837Z] [2024-09-06T03:38:02.837Z] #222 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:38:02.837Z] #222 DONE 0.3s [2024-09-06T03:38:02.837Z] [2024-09-06T03:38:02.837Z] #223 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:38:02.837Z] #223 DONE 0.3s [2024-09-06T03:38:02.837Z] [2024-09-06T03:38:02.837Z] #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:38:03.111Z] #224 DONE 0.2s [2024-09-06T03:38:03.111Z] [2024-09-06T03:38:03.111Z] #225 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:38:03.111Z] #225 DONE 0.2s [2024-09-06T03:38:03.111Z] [2024-09-06T03:38:03.111Z] #226 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-06T03:38:03.704Z] #226 DONE 0.7s [2024-09-06T03:38:03.704Z] [2024-09-06T03:38:03.704Z] #156 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-06T03:38:03.704Z] #156 DONE 2084.7s [2024-09-06T03:38:03.704Z] [2024-09-06T03:38:03.704Z] #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-06T03:38:03.704Z] #227 DONE 0.6s [2024-09-06T03:38:03.704Z] [2024-09-06T03:38:03.704Z] #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:38:03.704Z] #228 ... [2024-09-06T03:38:03.704Z] [2024-09-06T03:38:03.704Z] #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:38:03.704Z] #229 DONE 0.2s [2024-09-06T03:38:03.975Z] [2024-09-06T03:38:03.975Z] #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-06T03:38:03.975Z] #228 DONE 0.2s [2024-09-06T03:38:03.975Z] [2024-09-06T03:38:03.975Z] #118 [support-scheduler] exporting to image [2024-09-06T03:38:03.975Z] #118 exporting layers [2024-09-06T03:38:03.975Z] #118 ... [2024-09-06T03:38:03.975Z] [2024-09-06T03:38:03.975Z] #230 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-06T03:38:03.975Z] #230 DONE 0.3s [2024-09-06T03:38:04.242Z] [2024-09-06T03:38:04.242Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:38:04.242Z] #39 ... [2024-09-06T03:38:04.242Z] [2024-09-06T03:38:04.242Z] #231 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-06T03:38:04.242Z] #231 DONE 0.1s [2024-09-06T03:38:04.510Z] [2024-09-06T03:38:04.510Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-06T03:38:04.776Z] #232 ... [2024-09-06T03:38:04.776Z] [2024-09-06T03:38:04.776Z] #118 [support-scheduler] exporting to image [2024-09-06T03:38:04.776Z] #118 exporting layers 0.7s done [2024-09-06T03:38:04.776Z] #118 writing image sha256:65d538230819b41fc2a8c51a357f08f5ed7b8c9a77418e9c5580ebaad3e5e0a7 0.0s done [2024-09-06T03:38:04.776Z] #118 naming to docker.io/library/support-notifications-arm64 done [2024-09-06T03:38:04.776Z] #118 writing image sha256:52fa225ffc0740d8f5b9d1f7172d1e4ebbe07d959f5246f115f7cd9cf7c8809d done [2024-09-06T03:38:04.776Z] #118 naming to docker.io/library/support-scheduler-arm64 done [2024-09-06T03:38:04.776Z] #118 DONE 13.4s [2024-09-06T03:38:05.045Z] [2024-09-06T03:38:05.046Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-06T03:38:05.046Z] #232 DONE 0.5s [2024-09-06T03:38:05.046Z] [2024-09-06T03:38:05.046Z] #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-06T03:38:05.046Z] #233 DONE 0.1s [2024-09-06T03:38:05.046Z] [2024-09-06T03:38:05.046Z] #118 [support-cron-scheduler] exporting to image [2024-09-06T03:38:06.007Z] #118 exporting layers 1.1s done [2024-09-06T03:38:06.007Z] #118 writing image sha256:a700ae9e5661b1ab11b73fdc080a5fc8abbaab0197dd3b30a621a73fe9c4aee0 done [2024-09-06T03:38:06.007Z] #118 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-09-06T03:38:06.007Z] #118 DONE 14.5s [2024-09-06T03:38:06.007Z] [2024-09-06T03:38:06.007Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-06T03:38:06.007Z] time="2024-09-06T03:00:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-06T03:38:06.282Z] $ docker stop --time=1 5fde50c872ea14a0f54a1930318f384e1031bc395b4deb3d85f6cb7cb7e3a5d1 [2024-09-06T03:38:07.947Z] $ docker rm -f --volumes 5fde50c872ea14a0f54a1930318f384e1031bc395b4deb3d85f6cb7cb7e3a5d1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-06T03:38:08.450Z] + docker images [2024-09-06T03:38:08.450Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-06T03:38:08.450Z] support-cron-scheduler-arm64 latest a700ae9e5661 4 seconds ago 48.7MB [2024-09-06T03:38:08.450Z] support-notifications-arm64 latest 65d538230819 5 seconds ago 47.1MB [2024-09-06T03:38:08.450Z] support-scheduler-arm64 latest 52fa225ffc07 5 seconds ago 46.2MB [2024-09-06T03:38:08.450Z] core-keeper-arm64 latest 1158d843b595 39 seconds ago 39MB [2024-09-06T03:38:08.450Z] core-metadata-arm64 latest 764600d1dc6d 40 seconds ago 44.1MB [2024-09-06T03:38:08.450Z] core-data-arm64 latest 3d61090bb0cf 44 seconds ago 44MB [2024-09-06T03:38:08.450Z] core-command-arm64 latest fa05b3f29c59 2 minutes ago 39.9MB [2024-09-06T03:38:08.450Z] security-proxy-auth-arm64 latest 7b9fc9ca74f4 3 minutes ago 37.6MB [2024-09-06T03:38:08.450Z] security-spiffe-token-provider-arm64 latest a3aab86d68c7 11 minutes ago 34.2MB [2024-09-06T03:38:08.450Z] core-common-config-bootstrapper-arm64 latest 01a494c60e87 13 minutes ago 20.2MB [2024-09-06T03:38:08.450Z] security-secretstore-setup-arm64 latest 57856cf14317 14 minutes ago 41.5MB [2024-09-06T03:38:08.450Z] security-bootstrapper-arm64 latest c6c03e301f2b 14 minutes ago 23.8MB [2024-09-06T03:38:08.450Z] security-proxy-setup-arm64 latest f7c30ae49a75 15 minutes ago 31MB [2024-09-06T03:38:08.450Z] security-spire-agent-arm64 latest 298489ae6f2d 36 minutes ago 179MB [2024-09-06T03:38:08.450Z] security-spire-config-arm64 latest 815c29476ffe 36 minutes ago 120MB [2024-09-06T03:38:08.450Z] security-spire-server-arm64 latest 3ee0e8e765b9 36 minutes ago 121MB [2024-09-06T03:38:08.450Z] ci-base-image-arm64 latest d41c2ae345ed 38 minutes ago 967MB [2024-09-06T03:38:08.450Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB [2024-09-06T03:38:08.450Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 15 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-06T03:38:08.601Z] provisioning config files... [2024-09-06T03:38:08.615Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/685@tmp/config3981173794014131555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:38:08.966Z] ---> ****-login.sh [2024-09-06T03:38:08.966Z] nexus3.edgexfoundry.org:10001 [2024-09-06T03:38:08.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:38:09.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:38:09.235Z] Configure a credential helper to remove this warning. See [2024-09-06T03:38:09.235Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:38:09.235Z] [2024-09-06T03:38:09.235Z] Login Succeeded [2024-09-06T03:38:09.235Z] nexus3.edgexfoundry.org:10002 [2024-09-06T03:38:09.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:38:09.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:38:09.772Z] Configure a credential helper to remove this warning. See [2024-09-06T03:38:09.772Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:38:09.772Z] [2024-09-06T03:38:09.772Z] Login Succeeded [2024-09-06T03:38:09.772Z] nexus3.edgexfoundry.org:10003 [2024-09-06T03:38:10.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:38:10.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:38:10.039Z] Configure a credential helper to remove this warning. See [2024-09-06T03:38:10.039Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:38:10.039Z] [2024-09-06T03:38:10.039Z] Login Succeeded [2024-09-06T03:38:10.039Z] nexus3.edgexfoundry.org:10004 [2024-09-06T03:38:10.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:38:10.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:38:10.304Z] Configure a credential helper to remove this warning. See [2024-09-06T03:38:10.304Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:38:10.304Z] [2024-09-06T03:38:10.304Z] Login Succeeded [2024-09-06T03:38:10.304Z] ****.io [2024-09-06T03:38:10.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-06T03:38:11.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-06T03:38:11.147Z] Configure a credential helper to remove this warning. See [2024-09-06T03:38:11.148Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-06T03:38:11.148Z] [2024-09-06T03:38:11.148Z] Login Succeeded [2024-09-06T03:38:11.148Z] ---> ****-login.sh ends [Pipeline] } [2024-09-06T03:38:11.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:38:11.213Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-06T03:38:11.247Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-09-06T03:38:11.247Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:11.247Z] latest [2024-09-06T03:38:11.247Z] 3.2.0-dev.64 [2024-09-06T03:38:11.247Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:11.247Z] main [2024-09-06T03:38:11.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:11.625Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:11.980Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:11.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-06T03:38:11.980Z] a1487c792781: Preparing [2024-09-06T03:38:11.980Z] b2a92cacc13f: Preparing [2024-09-06T03:38:11.980Z] d91bdc103c45: Preparing [2024-09-06T03:38:11.980Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:11.980Z] 1232201b9821: Preparing [2024-09-06T03:38:11.980Z] 2e5983a92857: Preparing [2024-09-06T03:38:11.980Z] 3c20671a5817: Preparing [2024-09-06T03:38:11.980Z] 2e5983a92857: Waiting [2024-09-06T03:38:11.980Z] 3c20671a5817: Waiting [2024-09-06T03:38:38.605Z] b2a92cacc13f: Pushed [2024-09-06T03:38:38.605Z] 3424c6e5bc59: Pushed [2024-09-06T03:38:38.605Z] 1232201b9821: Pushed [2024-09-06T03:38:38.605Z] a1487c792781: Pushed [2024-09-06T03:38:38.605Z] d91bdc103c45: Pushed [2024-09-06T03:38:38.605Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:38.605Z] 2e5983a92857: Pushed [2024-09-06T03:38:38.605Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:38.949Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:39.293Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-06T03:38:39.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-06T03:38:39.293Z] a1487c792781: Preparing [2024-09-06T03:38:39.293Z] b2a92cacc13f: Preparing [2024-09-06T03:38:39.293Z] d91bdc103c45: Preparing [2024-09-06T03:38:39.293Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:39.293Z] 1232201b9821: Preparing [2024-09-06T03:38:39.293Z] 2e5983a92857: Preparing [2024-09-06T03:38:39.293Z] 3c20671a5817: Preparing [2024-09-06T03:38:39.293Z] 2e5983a92857: Waiting [2024-09-06T03:38:39.293Z] 3c20671a5817: Waiting [2024-09-06T03:38:39.293Z] 1232201b9821: Layer already exists [2024-09-06T03:38:39.293Z] b2a92cacc13f: Layer already exists [2024-09-06T03:38:39.293Z] a1487c792781: Layer already exists [2024-09-06T03:38:39.293Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:39.293Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:39.293Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:39.293Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:39.556Z] latest: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:39.913Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:40.267Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.64 [2024-09-06T03:38:40.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-06T03:38:40.267Z] a1487c792781: Preparing [2024-09-06T03:38:40.267Z] b2a92cacc13f: Preparing [2024-09-06T03:38:40.267Z] d91bdc103c45: Preparing [2024-09-06T03:38:40.267Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:40.267Z] 1232201b9821: Preparing [2024-09-06T03:38:40.267Z] 2e5983a92857: Preparing [2024-09-06T03:38:40.267Z] 3c20671a5817: Preparing [2024-09-06T03:38:40.267Z] 2e5983a92857: Waiting [2024-09-06T03:38:40.267Z] 3c20671a5817: Waiting [2024-09-06T03:38:40.267Z] 1232201b9821: Layer already exists [2024-09-06T03:38:40.267Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:40.267Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:40.267Z] a1487c792781: Layer already exists [2024-09-06T03:38:40.267Z] b2a92cacc13f: Layer already exists [2024-09-06T03:38:40.267Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:40.267Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:40.267Z] 3.2.0-dev.64: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:40.882Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:41.239Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:41.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-06T03:38:41.240Z] a1487c792781: Preparing [2024-09-06T03:38:41.240Z] b2a92cacc13f: Preparing [2024-09-06T03:38:41.240Z] d91bdc103c45: Preparing [2024-09-06T03:38:41.240Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:41.240Z] 1232201b9821: Preparing [2024-09-06T03:38:41.240Z] 2e5983a92857: Preparing [2024-09-06T03:38:41.240Z] 3c20671a5817: Preparing [2024-09-06T03:38:41.240Z] 2e5983a92857: Waiting [2024-09-06T03:38:41.240Z] 3c20671a5817: Waiting [2024-09-06T03:38:41.240Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:41.240Z] b2a92cacc13f: Layer already exists [2024-09-06T03:38:41.240Z] a1487c792781: Layer already exists [2024-09-06T03:38:41.240Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:41.240Z] 1232201b9821: Layer already exists [2024-09-06T03:38:41.240Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:41.240Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:41.240Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:41.859Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:42.209Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-09-06T03:38:42.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-06T03:38:42.209Z] a1487c792781: Preparing [2024-09-06T03:38:42.209Z] b2a92cacc13f: Preparing [2024-09-06T03:38:42.209Z] d91bdc103c45: Preparing [2024-09-06T03:38:42.209Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:42.209Z] 1232201b9821: Preparing [2024-09-06T03:38:42.209Z] 2e5983a92857: Preparing [2024-09-06T03:38:42.209Z] 3c20671a5817: Preparing [2024-09-06T03:38:42.209Z] 2e5983a92857: Waiting [2024-09-06T03:38:42.209Z] 3c20671a5817: Waiting [2024-09-06T03:38:42.209Z] a1487c792781: Layer already exists [2024-09-06T03:38:42.209Z] b2a92cacc13f: Layer already exists [2024-09-06T03:38:42.209Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:42.209Z] 1232201b9821: Layer already exists [2024-09-06T03:38:42.209Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:42.209Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:42.209Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:42.209Z] main: digest: sha256:c1e6a1730e838649d2815a8a5fe46026d60c7e1f136d8ea9a4a9c681fe70706a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:38:42.549Z] ===================================================== [Pipeline] echo [2024-09-06T03:38:42.564Z] taggedImages: [2024-09-06T03:38:42.564Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:42.564Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-06T03:38:42.564Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.64 [2024-09-06T03:38:42.564Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:42.564Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-09-06T03:38:42.597Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-09-06T03:38:42.597Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:42.597Z] latest [2024-09-06T03:38:42.597Z] 3.2.0-dev.64 [2024-09-06T03:38:42.597Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:42.597Z] main [2024-09-06T03:38:42.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:42.962Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:43.324Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:43.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-06T03:38:43.324Z] 69db88f55c01: Preparing [2024-09-06T03:38:43.324Z] 169571fd5ab1: Preparing [2024-09-06T03:38:43.324Z] a0b3112d1699: Preparing [2024-09-06T03:38:43.324Z] 926dfaf56eb2: Preparing [2024-09-06T03:38:43.324Z] d91bdc103c45: Preparing [2024-09-06T03:38:43.324Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:43.324Z] 1232201b9821: Preparing [2024-09-06T03:38:43.324Z] 2e5983a92857: Preparing [2024-09-06T03:38:43.324Z] 3c20671a5817: Preparing [2024-09-06T03:38:43.324Z] 3424c6e5bc59: Waiting [2024-09-06T03:38:43.324Z] 1232201b9821: Waiting [2024-09-06T03:38:43.324Z] 2e5983a92857: Waiting [2024-09-06T03:38:43.324Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:43.588Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:43.588Z] 1232201b9821: Layer already exists [2024-09-06T03:38:43.588Z] a0b3112d1699: Pushed [2024-09-06T03:38:43.588Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:43.588Z] 169571fd5ab1: Pushed [2024-09-06T03:38:43.588Z] 69db88f55c01: Pushed [2024-09-06T03:38:43.588Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:45.516Z] 926dfaf56eb2: Pushed [2024-09-06T03:38:45.516Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:45.865Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:46.216Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-06T03:38:46.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-06T03:38:46.216Z] 69db88f55c01: Preparing [2024-09-06T03:38:46.216Z] 169571fd5ab1: Preparing [2024-09-06T03:38:46.216Z] a0b3112d1699: Preparing [2024-09-06T03:38:46.216Z] 926dfaf56eb2: Preparing [2024-09-06T03:38:46.216Z] d91bdc103c45: Preparing [2024-09-06T03:38:46.216Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:46.216Z] 1232201b9821: Preparing [2024-09-06T03:38:46.216Z] 2e5983a92857: Preparing [2024-09-06T03:38:46.216Z] 3c20671a5817: Preparing [2024-09-06T03:38:46.216Z] 3424c6e5bc59: Waiting [2024-09-06T03:38:46.216Z] 1232201b9821: Waiting [2024-09-06T03:38:46.216Z] 2e5983a92857: Waiting [2024-09-06T03:38:46.216Z] 3c20671a5817: Waiting [2024-09-06T03:38:46.216Z] 926dfaf56eb2: Layer already exists [2024-09-06T03:38:46.216Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:46.216Z] 169571fd5ab1: Layer already exists [2024-09-06T03:38:46.216Z] a0b3112d1699: Layer already exists [2024-09-06T03:38:46.216Z] 69db88f55c01: Layer already exists [2024-09-06T03:38:46.216Z] 1232201b9821: Layer already exists [2024-09-06T03:38:46.216Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:46.216Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:46.216Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:46.480Z] latest: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:46.844Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:47.204Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.64 [2024-09-06T03:38:47.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-06T03:38:47.204Z] 69db88f55c01: Preparing [2024-09-06T03:38:47.204Z] 169571fd5ab1: Preparing [2024-09-06T03:38:47.204Z] a0b3112d1699: Preparing [2024-09-06T03:38:47.204Z] 926dfaf56eb2: Preparing [2024-09-06T03:38:47.204Z] d91bdc103c45: Preparing [2024-09-06T03:38:47.204Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:47.204Z] 1232201b9821: Preparing [2024-09-06T03:38:47.204Z] 2e5983a92857: Preparing [2024-09-06T03:38:47.204Z] 3c20671a5817: Preparing [2024-09-06T03:38:47.204Z] 3424c6e5bc59: Waiting [2024-09-06T03:38:47.204Z] 1232201b9821: Waiting [2024-09-06T03:38:47.204Z] 2e5983a92857: Waiting [2024-09-06T03:38:47.204Z] 3c20671a5817: Waiting [2024-09-06T03:38:47.204Z] a0b3112d1699: Layer already exists [2024-09-06T03:38:47.204Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:47.204Z] 926dfaf56eb2: Layer already exists [2024-09-06T03:38:47.204Z] 69db88f55c01: Layer already exists [2024-09-06T03:38:47.204Z] 169571fd5ab1: Layer already exists [2024-09-06T03:38:47.204Z] 1232201b9821: Layer already exists [2024-09-06T03:38:47.204Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:47.204Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:47.204Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:47.467Z] 3.2.0-dev.64: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:47.825Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:48.167Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:48.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-06T03:38:48.167Z] 69db88f55c01: Preparing [2024-09-06T03:38:48.167Z] 169571fd5ab1: Preparing [2024-09-06T03:38:48.167Z] a0b3112d1699: Preparing [2024-09-06T03:38:48.167Z] 926dfaf56eb2: Preparing [2024-09-06T03:38:48.167Z] d91bdc103c45: Preparing [2024-09-06T03:38:48.167Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:48.167Z] 1232201b9821: Preparing [2024-09-06T03:38:48.167Z] 2e5983a92857: Preparing [2024-09-06T03:38:48.167Z] 3c20671a5817: Preparing [2024-09-06T03:38:48.167Z] 3424c6e5bc59: Waiting [2024-09-06T03:38:48.167Z] 1232201b9821: Waiting [2024-09-06T03:38:48.167Z] 2e5983a92857: Waiting [2024-09-06T03:38:48.167Z] 3c20671a5817: Waiting [2024-09-06T03:38:48.167Z] a0b3112d1699: Layer already exists [2024-09-06T03:38:48.167Z] 169571fd5ab1: Layer already exists [2024-09-06T03:38:48.167Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:48.167Z] 926dfaf56eb2: Layer already exists [2024-09-06T03:38:48.167Z] 69db88f55c01: Layer already exists [2024-09-06T03:38:48.167Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:48.167Z] 1232201b9821: Layer already exists [2024-09-06T03:38:48.167Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:48.167Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:48.167Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:48.781Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:49.127Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-09-06T03:38:49.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-06T03:38:49.127Z] 69db88f55c01: Preparing [2024-09-06T03:38:49.127Z] 169571fd5ab1: Preparing [2024-09-06T03:38:49.127Z] a0b3112d1699: Preparing [2024-09-06T03:38:49.127Z] 926dfaf56eb2: Preparing [2024-09-06T03:38:49.127Z] d91bdc103c45: Preparing [2024-09-06T03:38:49.127Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:49.127Z] 1232201b9821: Preparing [2024-09-06T03:38:49.127Z] 2e5983a92857: Preparing [2024-09-06T03:38:49.127Z] 3c20671a5817: Preparing [2024-09-06T03:38:49.127Z] 3424c6e5bc59: Waiting [2024-09-06T03:38:49.127Z] 1232201b9821: Waiting [2024-09-06T03:38:49.127Z] 2e5983a92857: Waiting [2024-09-06T03:38:49.127Z] 3c20671a5817: Waiting [2024-09-06T03:38:49.127Z] 69db88f55c01: Layer already exists [2024-09-06T03:38:49.127Z] a0b3112d1699: Layer already exists [2024-09-06T03:38:49.127Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:49.127Z] 169571fd5ab1: Layer already exists [2024-09-06T03:38:49.127Z] 926dfaf56eb2: Layer already exists [2024-09-06T03:38:49.127Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:49.127Z] 2e5983a92857: Layer already exists [2024-09-06T03:38:49.127Z] 1232201b9821: Layer already exists [2024-09-06T03:38:49.127Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:49.390Z] main: digest: sha256:e9f748febc84232351963bfba167dc8cfd150d7d434ed9605bf34a7cd58faaa7 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:38:49.551Z] ===================================================== [Pipeline] echo [2024-09-06T03:38:49.567Z] taggedImages: [2024-09-06T03:38:49.567Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:49.567Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-06T03:38:49.567Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.64 [2024-09-06T03:38:49.567Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:49.567Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-09-06T03:38:49.592Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-09-06T03:38:49.592Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:49.592Z] latest [2024-09-06T03:38:49.592Z] 3.2.0-dev.64 [2024-09-06T03:38:49.592Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:38:49.592Z] main [2024-09-06T03:38:49.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:50.060Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:50.438Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:38:50.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-06T03:38:50.439Z] 17832c7319c3: Preparing [2024-09-06T03:38:50.439Z] 5df4fe43266b: Preparing [2024-09-06T03:38:50.439Z] 8290f06b4d3b: Preparing [2024-09-06T03:38:50.439Z] d91bdc103c45: Preparing [2024-09-06T03:38:50.439Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:50.439Z] 35de3f9ac9e4: Preparing [2024-09-06T03:38:50.439Z] ddfefd369866: Preparing [2024-09-06T03:38:50.439Z] 35de3f9ac9e4: Waiting [2024-09-06T03:38:50.439Z] 3c20671a5817: Preparing [2024-09-06T03:38:50.439Z] ddfefd369866: Waiting [2024-09-06T03:38:50.439Z] 3c20671a5817: Waiting [2024-09-06T03:38:50.439Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:50.711Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:50.711Z] 17832c7319c3: Pushed [2024-09-06T03:38:50.711Z] 5df4fe43266b: Pushed [2024-09-06T03:38:50.711Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:50.711Z] ddfefd369866: Pushed [2024-09-06T03:38:52.159Z] 35de3f9ac9e4: Pushed [2024-09-06T03:38:57.505Z] 8290f06b4d3b: Pushed [2024-09-06T03:38:57.505Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:57.852Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:58.214Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-06T03:38:58.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-06T03:38:58.214Z] 17832c7319c3: Preparing [2024-09-06T03:38:58.214Z] 5df4fe43266b: Preparing [2024-09-06T03:38:58.214Z] 8290f06b4d3b: Preparing [2024-09-06T03:38:58.214Z] d91bdc103c45: Preparing [2024-09-06T03:38:58.214Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:58.214Z] 35de3f9ac9e4: Preparing [2024-09-06T03:38:58.214Z] ddfefd369866: Preparing [2024-09-06T03:38:58.214Z] 3c20671a5817: Preparing [2024-09-06T03:38:58.214Z] 35de3f9ac9e4: Waiting [2024-09-06T03:38:58.214Z] ddfefd369866: Waiting [2024-09-06T03:38:58.214Z] 3c20671a5817: Waiting [2024-09-06T03:38:58.214Z] 8290f06b4d3b: Layer already exists [2024-09-06T03:38:58.214Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:58.214Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:58.214Z] 17832c7319c3: Layer already exists [2024-09-06T03:38:58.214Z] 5df4fe43266b: Layer already exists [2024-09-06T03:38:58.214Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:58.214Z] ddfefd369866: Layer already exists [2024-09-06T03:38:58.214Z] 35de3f9ac9e4: Layer already exists [2024-09-06T03:38:58.476Z] latest: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:58.821Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:59.164Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.64 [2024-09-06T03:38:59.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-06T03:38:59.164Z] 17832c7319c3: Preparing [2024-09-06T03:38:59.164Z] 5df4fe43266b: Preparing [2024-09-06T03:38:59.164Z] 8290f06b4d3b: Preparing [2024-09-06T03:38:59.164Z] d91bdc103c45: Preparing [2024-09-06T03:38:59.164Z] 3424c6e5bc59: Preparing [2024-09-06T03:38:59.164Z] 35de3f9ac9e4: Preparing [2024-09-06T03:38:59.164Z] ddfefd369866: Preparing [2024-09-06T03:38:59.164Z] 35de3f9ac9e4: Waiting [2024-09-06T03:38:59.164Z] 3c20671a5817: Preparing [2024-09-06T03:38:59.164Z] ddfefd369866: Waiting [2024-09-06T03:38:59.164Z] 3c20671a5817: Waiting [2024-09-06T03:38:59.164Z] d91bdc103c45: Layer already exists [2024-09-06T03:38:59.164Z] 17832c7319c3: Layer already exists [2024-09-06T03:38:59.164Z] 5df4fe43266b: Layer already exists [2024-09-06T03:38:59.164Z] 8290f06b4d3b: Layer already exists [2024-09-06T03:38:59.164Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:38:59.164Z] 35de3f9ac9e4: Layer already exists [2024-09-06T03:38:59.164Z] ddfefd369866: Layer already exists [2024-09-06T03:38:59.164Z] 3c20671a5817: Layer already exists [2024-09-06T03:38:59.428Z] 3.2.0-dev.64: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:38:59.778Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:00.128Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:00.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-06T03:39:00.128Z] 17832c7319c3: Preparing [2024-09-06T03:39:00.128Z] 5df4fe43266b: Preparing [2024-09-06T03:39:00.128Z] 8290f06b4d3b: Preparing [2024-09-06T03:39:00.128Z] d91bdc103c45: Preparing [2024-09-06T03:39:00.128Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:00.128Z] 35de3f9ac9e4: Preparing [2024-09-06T03:39:00.128Z] ddfefd369866: Preparing [2024-09-06T03:39:00.128Z] 35de3f9ac9e4: Waiting [2024-09-06T03:39:00.128Z] 3c20671a5817: Preparing [2024-09-06T03:39:00.128Z] ddfefd369866: Waiting [2024-09-06T03:39:00.128Z] 17832c7319c3: Layer already exists [2024-09-06T03:39:00.128Z] 5df4fe43266b: Layer already exists [2024-09-06T03:39:00.128Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:00.128Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:00.128Z] 8290f06b4d3b: Layer already exists [2024-09-06T03:39:00.128Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:00.128Z] ddfefd369866: Layer already exists [2024-09-06T03:39:00.128Z] 35de3f9ac9e4: Layer already exists [2024-09-06T03:39:00.392Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:00.740Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:01.079Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-09-06T03:39:01.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-06T03:39:01.079Z] 17832c7319c3: Preparing [2024-09-06T03:39:01.079Z] 5df4fe43266b: Preparing [2024-09-06T03:39:01.079Z] 8290f06b4d3b: Preparing [2024-09-06T03:39:01.079Z] d91bdc103c45: Preparing [2024-09-06T03:39:01.079Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:01.079Z] 35de3f9ac9e4: Preparing [2024-09-06T03:39:01.079Z] ddfefd369866: Preparing [2024-09-06T03:39:01.079Z] 3c20671a5817: Preparing [2024-09-06T03:39:01.079Z] ddfefd369866: Waiting [2024-09-06T03:39:01.079Z] 35de3f9ac9e4: Waiting [2024-09-06T03:39:01.079Z] 3c20671a5817: Waiting [2024-09-06T03:39:01.079Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:01.079Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:01.079Z] 17832c7319c3: Layer already exists [2024-09-06T03:39:01.079Z] 5df4fe43266b: Layer already exists [2024-09-06T03:39:01.079Z] 8290f06b4d3b: Layer already exists [2024-09-06T03:39:01.079Z] 35de3f9ac9e4: Layer already exists [2024-09-06T03:39:01.079Z] ddfefd369866: Layer already exists [2024-09-06T03:39:01.079Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:01.343Z] main: digest: sha256:b43778b7e10194dd889365f36144ceb81983ed4007bbce8661da0b0b7cb3cf54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:39:01.427Z] ===================================================== [Pipeline] echo [2024-09-06T03:39:01.442Z] taggedImages: [2024-09-06T03:39:01.442Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:01.442Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-06T03:39:01.442Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.64 [2024-09-06T03:39:01.442Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:01.442Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-09-06T03:39:01.471Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-09-06T03:39:01.471Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:01.471Z] latest [2024-09-06T03:39:01.471Z] 3.2.0-dev.64 [2024-09-06T03:39:01.471Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:01.471Z] main [2024-09-06T03:39:01.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:01.840Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:02.201Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:02.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-06T03:39:02.201Z] 77b1feda09d8: Preparing [2024-09-06T03:39:02.201Z] b35daa4ac422: Preparing [2024-09-06T03:39:02.201Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:02.201Z] 727aeb882810: Preparing [2024-09-06T03:39:02.201Z] 188ae907edc7: Preparing [2024-09-06T03:39:02.201Z] 3c20671a5817: Preparing [2024-09-06T03:39:02.201Z] 3c20671a5817: Waiting [2024-09-06T03:39:02.201Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:02.465Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:02.465Z] 77b1feda09d8: Pushed [2024-09-06T03:39:02.465Z] 188ae907edc7: Pushed [2024-09-06T03:39:02.465Z] 727aeb882810: Pushed [2024-09-06T03:39:09.078Z] b35daa4ac422: Pushed [2024-09-06T03:39:09.078Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:09.443Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:09.791Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-06T03:39:09.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-06T03:39:09.791Z] 77b1feda09d8: Preparing [2024-09-06T03:39:09.791Z] b35daa4ac422: Preparing [2024-09-06T03:39:09.791Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:09.791Z] 727aeb882810: Preparing [2024-09-06T03:39:09.791Z] 188ae907edc7: Preparing [2024-09-06T03:39:09.791Z] 3c20671a5817: Preparing [2024-09-06T03:39:09.791Z] 3c20671a5817: Waiting [2024-09-06T03:39:09.791Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:09.791Z] 77b1feda09d8: Layer already exists [2024-09-06T03:39:09.791Z] 188ae907edc7: Layer already exists [2024-09-06T03:39:09.791Z] 727aeb882810: Layer already exists [2024-09-06T03:39:09.791Z] b35daa4ac422: Layer already exists [2024-09-06T03:39:09.791Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:10.055Z] latest: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:10.396Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:10.742Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.64 [2024-09-06T03:39:10.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-06T03:39:10.742Z] 77b1feda09d8: Preparing [2024-09-06T03:39:10.742Z] b35daa4ac422: Preparing [2024-09-06T03:39:10.742Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:10.742Z] 727aeb882810: Preparing [2024-09-06T03:39:10.742Z] 188ae907edc7: Preparing [2024-09-06T03:39:10.742Z] 3c20671a5817: Preparing [2024-09-06T03:39:10.742Z] 3c20671a5817: Waiting [2024-09-06T03:39:10.742Z] 188ae907edc7: Layer already exists [2024-09-06T03:39:10.742Z] b35daa4ac422: Layer already exists [2024-09-06T03:39:10.742Z] 77b1feda09d8: Layer already exists [2024-09-06T03:39:10.742Z] 727aeb882810: Layer already exists [2024-09-06T03:39:10.742Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:10.742Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:11.006Z] 3.2.0-dev.64: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:11.353Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:11.711Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:11.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-06T03:39:11.711Z] 77b1feda09d8: Preparing [2024-09-06T03:39:11.711Z] b35daa4ac422: Preparing [2024-09-06T03:39:11.711Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:11.711Z] 727aeb882810: Preparing [2024-09-06T03:39:11.711Z] 188ae907edc7: Preparing [2024-09-06T03:39:11.711Z] 3c20671a5817: Preparing [2024-09-06T03:39:11.711Z] 3c20671a5817: Waiting [2024-09-06T03:39:11.711Z] 188ae907edc7: Layer already exists [2024-09-06T03:39:11.711Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:11.711Z] 77b1feda09d8: Layer already exists [2024-09-06T03:39:11.711Z] b35daa4ac422: Layer already exists [2024-09-06T03:39:11.711Z] 727aeb882810: Layer already exists [2024-09-06T03:39:11.711Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:11.977Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:12.331Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:12.696Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-09-06T03:39:12.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-06T03:39:12.696Z] 77b1feda09d8: Preparing [2024-09-06T03:39:12.696Z] b35daa4ac422: Preparing [2024-09-06T03:39:12.696Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:12.696Z] 727aeb882810: Preparing [2024-09-06T03:39:12.696Z] 188ae907edc7: Preparing [2024-09-06T03:39:12.696Z] 3c20671a5817: Preparing [2024-09-06T03:39:12.696Z] 3c20671a5817: Waiting [2024-09-06T03:39:12.696Z] 77b1feda09d8: Layer already exists [2024-09-06T03:39:12.696Z] b35daa4ac422: Layer already exists [2024-09-06T03:39:12.696Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:12.696Z] 727aeb882810: Layer already exists [2024-09-06T03:39:12.696Z] 188ae907edc7: Layer already exists [2024-09-06T03:39:12.696Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:12.696Z] main: digest: sha256:dcbd69d772bca5a915e912e7af1b4d3bab2240d1694eb379f4afbc92c5d41d4c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:39:13.037Z] ===================================================== [Pipeline] echo [2024-09-06T03:39:13.053Z] taggedImages: [2024-09-06T03:39:13.053Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:13.053Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-06T03:39:13.053Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.64 [2024-09-06T03:39:13.053Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:13.053Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-09-06T03:39:13.085Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-09-06T03:39:13.085Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:13.085Z] latest [2024-09-06T03:39:13.085Z] 3.2.0-dev.64 [2024-09-06T03:39:13.085Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:13.085Z] main [2024-09-06T03:39:13.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:13.463Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:13.809Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:13.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-06T03:39:13.809Z] 3b71c2298cc8: Preparing [2024-09-06T03:39:13.809Z] 0a7fbb1e3b49: Preparing [2024-09-06T03:39:13.809Z] 77260eca9aec: Preparing [2024-09-06T03:39:13.809Z] d91bdc103c45: Preparing [2024-09-06T03:39:13.809Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:13.809Z] 1232201b9821: Preparing [2024-09-06T03:39:13.809Z] 2e5983a92857: Preparing [2024-09-06T03:39:13.809Z] 3c20671a5817: Preparing [2024-09-06T03:39:13.809Z] 1232201b9821: Waiting [2024-09-06T03:39:13.809Z] 2e5983a92857: Waiting [2024-09-06T03:39:13.809Z] 3c20671a5817: Waiting [2024-09-06T03:39:13.809Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:14.074Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:14.074Z] 1232201b9821: Layer already exists [2024-09-06T03:39:14.074Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:14.074Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:14.074Z] 0a7fbb1e3b49: Pushed [2024-09-06T03:39:14.074Z] 3b71c2298cc8: Pushed [2024-09-06T03:39:20.693Z] 77260eca9aec: Pushed [2024-09-06T03:39:20.958Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:21.308Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:21.650Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-06T03:39:21.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-06T03:39:21.650Z] 3b71c2298cc8: Preparing [2024-09-06T03:39:21.650Z] 0a7fbb1e3b49: Preparing [2024-09-06T03:39:21.650Z] 77260eca9aec: Preparing [2024-09-06T03:39:21.650Z] d91bdc103c45: Preparing [2024-09-06T03:39:21.650Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:21.650Z] 1232201b9821: Preparing [2024-09-06T03:39:21.650Z] 2e5983a92857: Preparing [2024-09-06T03:39:21.650Z] 3c20671a5817: Preparing [2024-09-06T03:39:21.650Z] 1232201b9821: Waiting [2024-09-06T03:39:21.650Z] 2e5983a92857: Waiting [2024-09-06T03:39:21.650Z] 3c20671a5817: Waiting [2024-09-06T03:39:21.650Z] 3b71c2298cc8: Layer already exists [2024-09-06T03:39:21.650Z] 77260eca9aec: Layer already exists [2024-09-06T03:39:21.650Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:21.650Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:21.650Z] 0a7fbb1e3b49: Layer already exists [2024-09-06T03:39:21.650Z] 1232201b9821: Layer already exists [2024-09-06T03:39:21.650Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:21.650Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:21.913Z] latest: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:22.263Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:22.609Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.64 [2024-09-06T03:39:22.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-06T03:39:22.609Z] 3b71c2298cc8: Preparing [2024-09-06T03:39:22.609Z] 0a7fbb1e3b49: Preparing [2024-09-06T03:39:22.609Z] 77260eca9aec: Preparing [2024-09-06T03:39:22.609Z] d91bdc103c45: Preparing [2024-09-06T03:39:22.609Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:22.609Z] 1232201b9821: Preparing [2024-09-06T03:39:22.609Z] 2e5983a92857: Preparing [2024-09-06T03:39:22.609Z] 3c20671a5817: Preparing [2024-09-06T03:39:22.609Z] 1232201b9821: Waiting [2024-09-06T03:39:22.609Z] 2e5983a92857: Waiting [2024-09-06T03:39:22.609Z] 3c20671a5817: Waiting [2024-09-06T03:39:22.609Z] 0a7fbb1e3b49: Layer already exists [2024-09-06T03:39:22.609Z] 77260eca9aec: Layer already exists [2024-09-06T03:39:22.609Z] 3b71c2298cc8: Layer already exists [2024-09-06T03:39:22.609Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:22.609Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:22.609Z] 1232201b9821: Layer already exists [2024-09-06T03:39:22.609Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:22.609Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:22.609Z] 3.2.0-dev.64: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:23.219Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:23.559Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:23.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-06T03:39:23.559Z] 3b71c2298cc8: Preparing [2024-09-06T03:39:23.559Z] 0a7fbb1e3b49: Preparing [2024-09-06T03:39:23.559Z] 77260eca9aec: Preparing [2024-09-06T03:39:23.559Z] d91bdc103c45: Preparing [2024-09-06T03:39:23.559Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:23.559Z] 1232201b9821: Preparing [2024-09-06T03:39:23.559Z] 2e5983a92857: Preparing [2024-09-06T03:39:23.559Z] 3c20671a5817: Preparing [2024-09-06T03:39:23.559Z] 1232201b9821: Waiting [2024-09-06T03:39:23.559Z] 2e5983a92857: Waiting [2024-09-06T03:39:23.559Z] 3c20671a5817: Waiting [2024-09-06T03:39:23.559Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:23.559Z] 3b71c2298cc8: Layer already exists [2024-09-06T03:39:23.559Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:23.559Z] 1232201b9821: Layer already exists [2024-09-06T03:39:23.559Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:23.559Z] 0a7fbb1e3b49: Layer already exists [2024-09-06T03:39:23.559Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:23.559Z] 77260eca9aec: Layer already exists [2024-09-06T03:39:23.822Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:24.172Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:24.513Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-09-06T03:39:24.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-06T03:39:24.514Z] 3b71c2298cc8: Preparing [2024-09-06T03:39:24.514Z] 0a7fbb1e3b49: Preparing [2024-09-06T03:39:24.514Z] 77260eca9aec: Preparing [2024-09-06T03:39:24.514Z] d91bdc103c45: Preparing [2024-09-06T03:39:24.514Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:24.514Z] 1232201b9821: Preparing [2024-09-06T03:39:24.514Z] 2e5983a92857: Preparing [2024-09-06T03:39:24.514Z] 3c20671a5817: Preparing [2024-09-06T03:39:24.514Z] 2e5983a92857: Waiting [2024-09-06T03:39:24.514Z] 3c20671a5817: Waiting [2024-09-06T03:39:24.514Z] 1232201b9821: Waiting [2024-09-06T03:39:24.514Z] 0a7fbb1e3b49: Layer already exists [2024-09-06T03:39:24.514Z] 77260eca9aec: Layer already exists [2024-09-06T03:39:24.514Z] 3b71c2298cc8: Layer already exists [2024-09-06T03:39:24.514Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:24.514Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:24.514Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:24.514Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:24.514Z] 1232201b9821: Layer already exists [2024-09-06T03:39:24.776Z] main: digest: sha256:f30c9875048d87c55ffae87cc155bf5cfc92be9d90e43269b01ffbc47ffb33eb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:39:24.858Z] ===================================================== [Pipeline] echo [2024-09-06T03:39:24.871Z] taggedImages: [2024-09-06T03:39:24.871Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:24.871Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-06T03:39:24.871Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.64 [2024-09-06T03:39:24.871Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:24.871Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-09-06T03:39:24.902Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-09-06T03:39:24.902Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:24.902Z] latest [2024-09-06T03:39:24.902Z] 3.2.0-dev.64 [2024-09-06T03:39:24.902Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:24.902Z] main [2024-09-06T03:39:24.902Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:25.261Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:25.600Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:25.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-06T03:39:25.600Z] 30ff41eaaf33: Preparing [2024-09-06T03:39:25.600Z] ba898db01ff5: Preparing [2024-09-06T03:39:25.600Z] 953379723165: Preparing [2024-09-06T03:39:25.600Z] 5b4eb61ef92b: Preparing [2024-09-06T03:39:25.600Z] 97ef1301e51c: Preparing [2024-09-06T03:39:25.600Z] fd31e1ca2f28: Preparing [2024-09-06T03:39:25.600Z] 0b6e55635fe7: Preparing [2024-09-06T03:39:25.600Z] 18ab7d68861f: Preparing [2024-09-06T03:39:25.600Z] d91bdc103c45: Preparing [2024-09-06T03:39:25.600Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:25.600Z] 1aadbf1a691c: Preparing [2024-09-06T03:39:25.600Z] 8c03dc5d3069: Preparing [2024-09-06T03:39:25.600Z] 5f70bf18a086: Preparing [2024-09-06T03:39:25.600Z] 3e4c28a4b97f: Preparing [2024-09-06T03:39:25.600Z] a1c1f3a7a0fa: Preparing [2024-09-06T03:39:25.600Z] a03c5ced8f43: Preparing [2024-09-06T03:39:25.600Z] 3c20671a5817: Preparing [2024-09-06T03:39:25.600Z] fd31e1ca2f28: Waiting [2024-09-06T03:39:25.600Z] 0b6e55635fe7: Waiting [2024-09-06T03:39:25.600Z] 18ab7d68861f: Waiting [2024-09-06T03:39:25.600Z] d91bdc103c45: Waiting [2024-09-06T03:39:25.600Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:25.600Z] 1aadbf1a691c: Waiting [2024-09-06T03:39:25.600Z] a03c5ced8f43: Waiting [2024-09-06T03:39:25.600Z] 8c03dc5d3069: Waiting [2024-09-06T03:39:25.600Z] 3c20671a5817: Waiting [2024-09-06T03:39:25.600Z] 5f70bf18a086: Waiting [2024-09-06T03:39:25.600Z] a1c1f3a7a0fa: Waiting [2024-09-06T03:39:25.600Z] 3e4c28a4b97f: Waiting [2024-09-06T03:39:25.864Z] ba898db01ff5: Pushed [2024-09-06T03:39:25.864Z] 5b4eb61ef92b: Pushed [2024-09-06T03:39:25.864Z] 953379723165: Pushed [2024-09-06T03:39:25.864Z] 30ff41eaaf33: Pushed [2024-09-06T03:39:25.864Z] 97ef1301e51c: Pushed [2024-09-06T03:39:25.864Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:25.864Z] fd31e1ca2f28: Pushed [2024-09-06T03:39:25.864Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:26.128Z] 5f70bf18a086: Layer already exists [2024-09-06T03:39:26.128Z] 0b6e55635fe7: Pushed [2024-09-06T03:39:26.128Z] 8c03dc5d3069: Pushed [2024-09-06T03:39:26.128Z] 1aadbf1a691c: Pushed [2024-09-06T03:39:26.128Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:26.128Z] 3e4c28a4b97f: Pushed [2024-09-06T03:39:26.128Z] a03c5ced8f43: Pushed [2024-09-06T03:39:27.523Z] a1c1f3a7a0fa: Pushed [2024-09-06T03:39:28.923Z] 18ab7d68861f: Pushed [2024-09-06T03:39:28.923Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:29.263Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:29.615Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-06T03:39:29.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-06T03:39:29.616Z] 30ff41eaaf33: Preparing [2024-09-06T03:39:29.616Z] ba898db01ff5: Preparing [2024-09-06T03:39:29.616Z] 953379723165: Preparing [2024-09-06T03:39:29.616Z] 5b4eb61ef92b: Preparing [2024-09-06T03:39:29.616Z] 97ef1301e51c: Preparing [2024-09-06T03:39:29.616Z] fd31e1ca2f28: Preparing [2024-09-06T03:39:29.616Z] 0b6e55635fe7: Preparing [2024-09-06T03:39:29.616Z] 18ab7d68861f: Preparing [2024-09-06T03:39:29.616Z] d91bdc103c45: Preparing [2024-09-06T03:39:29.616Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:29.616Z] 1aadbf1a691c: Preparing [2024-09-06T03:39:29.616Z] 8c03dc5d3069: Preparing [2024-09-06T03:39:29.616Z] 5f70bf18a086: Preparing [2024-09-06T03:39:29.616Z] 3e4c28a4b97f: Preparing [2024-09-06T03:39:29.616Z] a1c1f3a7a0fa: Preparing [2024-09-06T03:39:29.616Z] a03c5ced8f43: Preparing [2024-09-06T03:39:29.616Z] 3c20671a5817: Preparing [2024-09-06T03:39:29.616Z] 0b6e55635fe7: Waiting [2024-09-06T03:39:29.616Z] 18ab7d68861f: Waiting [2024-09-06T03:39:29.616Z] d91bdc103c45: Waiting [2024-09-06T03:39:29.616Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:29.616Z] 3e4c28a4b97f: Waiting [2024-09-06T03:39:29.616Z] 1aadbf1a691c: Waiting [2024-09-06T03:39:29.616Z] 8c03dc5d3069: Waiting [2024-09-06T03:39:29.616Z] a1c1f3a7a0fa: Waiting [2024-09-06T03:39:29.616Z] fd31e1ca2f28: Waiting [2024-09-06T03:39:29.616Z] a03c5ced8f43: Waiting [2024-09-06T03:39:29.616Z] 5f70bf18a086: Waiting [2024-09-06T03:39:29.616Z] 3c20671a5817: Waiting [2024-09-06T03:39:29.616Z] 5b4eb61ef92b: Layer already exists [2024-09-06T03:39:29.616Z] 953379723165: Layer already exists [2024-09-06T03:39:29.616Z] ba898db01ff5: Layer already exists [2024-09-06T03:39:29.616Z] 97ef1301e51c: Layer already exists [2024-09-06T03:39:29.616Z] 30ff41eaaf33: Layer already exists [2024-09-06T03:39:29.616Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:29.616Z] 0b6e55635fe7: Layer already exists [2024-09-06T03:39:29.616Z] fd31e1ca2f28: Layer already exists [2024-09-06T03:39:29.616Z] 18ab7d68861f: Layer already exists [2024-09-06T03:39:29.616Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:29.616Z] 8c03dc5d3069: Layer already exists [2024-09-06T03:39:29.616Z] 3e4c28a4b97f: Layer already exists [2024-09-06T03:39:29.616Z] a1c1f3a7a0fa: Layer already exists [2024-09-06T03:39:29.616Z] 1aadbf1a691c: Layer already exists [2024-09-06T03:39:29.616Z] 5f70bf18a086: Layer already exists [2024-09-06T03:39:29.616Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:29.616Z] a03c5ced8f43: Layer already exists [2024-09-06T03:39:29.880Z] latest: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:30.231Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:30.579Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.64 [2024-09-06T03:39:30.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-06T03:39:30.579Z] 30ff41eaaf33: Preparing [2024-09-06T03:39:30.579Z] ba898db01ff5: Preparing [2024-09-06T03:39:30.579Z] 953379723165: Preparing [2024-09-06T03:39:30.579Z] 5b4eb61ef92b: Preparing [2024-09-06T03:39:30.579Z] 97ef1301e51c: Preparing [2024-09-06T03:39:30.579Z] fd31e1ca2f28: Preparing [2024-09-06T03:39:30.579Z] 0b6e55635fe7: Preparing [2024-09-06T03:39:30.579Z] 18ab7d68861f: Preparing [2024-09-06T03:39:30.579Z] d91bdc103c45: Preparing [2024-09-06T03:39:30.579Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:30.579Z] 1aadbf1a691c: Preparing [2024-09-06T03:39:30.579Z] 8c03dc5d3069: Preparing [2024-09-06T03:39:30.579Z] 5f70bf18a086: Preparing [2024-09-06T03:39:30.579Z] 3e4c28a4b97f: Preparing [2024-09-06T03:39:30.579Z] a1c1f3a7a0fa: Preparing [2024-09-06T03:39:30.579Z] a03c5ced8f43: Preparing [2024-09-06T03:39:30.579Z] 3c20671a5817: Preparing [2024-09-06T03:39:30.579Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:30.579Z] 1aadbf1a691c: Waiting [2024-09-06T03:39:30.579Z] fd31e1ca2f28: Waiting [2024-09-06T03:39:30.579Z] 8c03dc5d3069: Waiting [2024-09-06T03:39:30.579Z] 5f70bf18a086: Waiting [2024-09-06T03:39:30.579Z] 0b6e55635fe7: Waiting [2024-09-06T03:39:30.579Z] d91bdc103c45: Waiting [2024-09-06T03:39:30.579Z] 3e4c28a4b97f: Waiting [2024-09-06T03:39:30.579Z] a1c1f3a7a0fa: Waiting [2024-09-06T03:39:30.579Z] 18ab7d68861f: Waiting [2024-09-06T03:39:30.579Z] a03c5ced8f43: Waiting [2024-09-06T03:39:30.579Z] 3c20671a5817: Waiting [2024-09-06T03:39:30.579Z] 953379723165: Layer already exists [2024-09-06T03:39:30.579Z] 5b4eb61ef92b: Layer already exists [2024-09-06T03:39:30.579Z] 30ff41eaaf33: Layer already exists [2024-09-06T03:39:30.579Z] ba898db01ff5: Layer already exists [2024-09-06T03:39:30.579Z] 97ef1301e51c: Layer already exists [2024-09-06T03:39:30.579Z] fd31e1ca2f28: Layer already exists [2024-09-06T03:39:30.579Z] 0b6e55635fe7: Layer already exists [2024-09-06T03:39:30.579Z] 18ab7d68861f: Layer already exists [2024-09-06T03:39:30.579Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:30.579Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:30.579Z] 1aadbf1a691c: Layer already exists [2024-09-06T03:39:30.579Z] 8c03dc5d3069: Layer already exists [2024-09-06T03:39:30.579Z] 5f70bf18a086: Layer already exists [2024-09-06T03:39:30.579Z] 3e4c28a4b97f: Layer already exists [2024-09-06T03:39:30.579Z] a1c1f3a7a0fa: Layer already exists [2024-09-06T03:39:30.579Z] a03c5ced8f43: Layer already exists [2024-09-06T03:39:30.579Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:30.841Z] 3.2.0-dev.64: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:31.191Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:31.536Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:31.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-06T03:39:31.536Z] 30ff41eaaf33: Preparing [2024-09-06T03:39:31.536Z] ba898db01ff5: Preparing [2024-09-06T03:39:31.536Z] 953379723165: Preparing [2024-09-06T03:39:31.536Z] 5b4eb61ef92b: Preparing [2024-09-06T03:39:31.536Z] 97ef1301e51c: Preparing [2024-09-06T03:39:31.536Z] fd31e1ca2f28: Preparing [2024-09-06T03:39:31.536Z] 0b6e55635fe7: Preparing [2024-09-06T03:39:31.536Z] 18ab7d68861f: Preparing [2024-09-06T03:39:31.536Z] d91bdc103c45: Preparing [2024-09-06T03:39:31.536Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:31.536Z] 1aadbf1a691c: Preparing [2024-09-06T03:39:31.536Z] 8c03dc5d3069: Preparing [2024-09-06T03:39:31.536Z] 5f70bf18a086: Preparing [2024-09-06T03:39:31.536Z] 3e4c28a4b97f: Preparing [2024-09-06T03:39:31.536Z] a1c1f3a7a0fa: Preparing [2024-09-06T03:39:31.536Z] a03c5ced8f43: Preparing [2024-09-06T03:39:31.536Z] 3c20671a5817: Preparing [2024-09-06T03:39:31.536Z] 1aadbf1a691c: Waiting [2024-09-06T03:39:31.536Z] 8c03dc5d3069: Waiting [2024-09-06T03:39:31.536Z] fd31e1ca2f28: Waiting [2024-09-06T03:39:31.536Z] 0b6e55635fe7: Waiting [2024-09-06T03:39:31.536Z] 5f70bf18a086: Waiting [2024-09-06T03:39:31.536Z] 18ab7d68861f: Waiting [2024-09-06T03:39:31.536Z] 3e4c28a4b97f: Waiting [2024-09-06T03:39:31.536Z] a1c1f3a7a0fa: Waiting [2024-09-06T03:39:31.536Z] d91bdc103c45: Waiting [2024-09-06T03:39:31.536Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:31.536Z] 3c20671a5817: Waiting [2024-09-06T03:39:31.536Z] a03c5ced8f43: Waiting [2024-09-06T03:39:31.536Z] 953379723165: Layer already exists [2024-09-06T03:39:31.536Z] 5b4eb61ef92b: Layer already exists [2024-09-06T03:39:31.536Z] ba898db01ff5: Layer already exists [2024-09-06T03:39:31.536Z] 30ff41eaaf33: Layer already exists [2024-09-06T03:39:31.536Z] 97ef1301e51c: Layer already exists [2024-09-06T03:39:31.536Z] 18ab7d68861f: Layer already exists [2024-09-06T03:39:31.536Z] 0b6e55635fe7: Layer already exists [2024-09-06T03:39:31.536Z] fd31e1ca2f28: Layer already exists [2024-09-06T03:39:31.536Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:31.536Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:31.536Z] 8c03dc5d3069: Layer already exists [2024-09-06T03:39:31.536Z] 1aadbf1a691c: Layer already exists [2024-09-06T03:39:31.536Z] 5f70bf18a086: Layer already exists [2024-09-06T03:39:31.536Z] 3e4c28a4b97f: Layer already exists [2024-09-06T03:39:31.536Z] a1c1f3a7a0fa: Layer already exists [2024-09-06T03:39:31.536Z] a03c5ced8f43: Layer already exists [2024-09-06T03:39:31.536Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:31.799Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:32.143Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:32.493Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-09-06T03:39:32.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-06T03:39:32.493Z] 30ff41eaaf33: Preparing [2024-09-06T03:39:32.493Z] ba898db01ff5: Preparing [2024-09-06T03:39:32.493Z] 953379723165: Preparing [2024-09-06T03:39:32.493Z] 5b4eb61ef92b: Preparing [2024-09-06T03:39:32.493Z] 97ef1301e51c: Preparing [2024-09-06T03:39:32.493Z] fd31e1ca2f28: Preparing [2024-09-06T03:39:32.493Z] 0b6e55635fe7: Preparing [2024-09-06T03:39:32.493Z] 18ab7d68861f: Preparing [2024-09-06T03:39:32.493Z] d91bdc103c45: Preparing [2024-09-06T03:39:32.493Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:32.493Z] 1aadbf1a691c: Preparing [2024-09-06T03:39:32.493Z] 8c03dc5d3069: Preparing [2024-09-06T03:39:32.493Z] 5f70bf18a086: Preparing [2024-09-06T03:39:32.493Z] 3e4c28a4b97f: Preparing [2024-09-06T03:39:32.493Z] a1c1f3a7a0fa: Preparing [2024-09-06T03:39:32.493Z] a03c5ced8f43: Preparing [2024-09-06T03:39:32.493Z] 3c20671a5817: Preparing [2024-09-06T03:39:32.493Z] 1aadbf1a691c: Waiting [2024-09-06T03:39:32.493Z] 8c03dc5d3069: Waiting [2024-09-06T03:39:32.493Z] 5f70bf18a086: Waiting [2024-09-06T03:39:32.493Z] 3e4c28a4b97f: Waiting [2024-09-06T03:39:32.493Z] a1c1f3a7a0fa: Waiting [2024-09-06T03:39:32.493Z] a03c5ced8f43: Waiting [2024-09-06T03:39:32.493Z] 3c20671a5817: Waiting [2024-09-06T03:39:32.493Z] fd31e1ca2f28: Waiting [2024-09-06T03:39:32.493Z] 18ab7d68861f: Waiting [2024-09-06T03:39:32.493Z] d91bdc103c45: Waiting [2024-09-06T03:39:32.493Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:32.493Z] 0b6e55635fe7: Waiting [2024-09-06T03:39:32.493Z] 5b4eb61ef92b: Layer already exists [2024-09-06T03:39:32.493Z] 953379723165: Layer already exists [2024-09-06T03:39:32.493Z] 30ff41eaaf33: Layer already exists [2024-09-06T03:39:32.493Z] ba898db01ff5: Layer already exists [2024-09-06T03:39:32.493Z] 97ef1301e51c: Layer already exists [2024-09-06T03:39:32.493Z] 0b6e55635fe7: Layer already exists [2024-09-06T03:39:32.493Z] fd31e1ca2f28: Layer already exists [2024-09-06T03:39:32.493Z] 18ab7d68861f: Layer already exists [2024-09-06T03:39:32.493Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:32.493Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:32.493Z] 5f70bf18a086: Layer already exists [2024-09-06T03:39:32.493Z] 1aadbf1a691c: Layer already exists [2024-09-06T03:39:32.493Z] 8c03dc5d3069: Layer already exists [2024-09-06T03:39:32.493Z] a1c1f3a7a0fa: Layer already exists [2024-09-06T03:39:32.493Z] 3e4c28a4b97f: Layer already exists [2024-09-06T03:39:32.493Z] a03c5ced8f43: Layer already exists [2024-09-06T03:39:32.493Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:32.758Z] main: digest: sha256:2e59eb4ead8ab62d1caae3415a55174bd5d976941181f27725cba12664dc8d18 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:39:32.835Z] ===================================================== [Pipeline] echo [2024-09-06T03:39:32.848Z] taggedImages: [2024-09-06T03:39:32.848Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:32.848Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-06T03:39:32.848Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.64 [2024-09-06T03:39:32.848Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:32.848Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-09-06T03:39:32.878Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-09-06T03:39:32.878Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:32.878Z] latest [2024-09-06T03:39:32.878Z] 3.2.0-dev.64 [2024-09-06T03:39:32.878Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:32.878Z] main [2024-09-06T03:39:32.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:33.236Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:33.589Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:33.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-06T03:39:33.589Z] 8a8464a7cd6d: Preparing [2024-09-06T03:39:33.589Z] fc53648cac34: Preparing [2024-09-06T03:39:33.589Z] f4302b5a53f1: Preparing [2024-09-06T03:39:33.589Z] af67eefada0b: Preparing [2024-09-06T03:39:33.589Z] d91bdc103c45: Preparing [2024-09-06T03:39:33.589Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:33.589Z] 1232201b9821: Preparing [2024-09-06T03:39:33.589Z] 2e5983a92857: Preparing [2024-09-06T03:39:33.589Z] 3c20671a5817: Preparing [2024-09-06T03:39:33.589Z] 1232201b9821: Waiting [2024-09-06T03:39:33.589Z] 2e5983a92857: Waiting [2024-09-06T03:39:33.589Z] 3c20671a5817: Waiting [2024-09-06T03:39:33.589Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:33.589Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:33.853Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:33.853Z] 1232201b9821: Layer already exists [2024-09-06T03:39:33.853Z] fc53648cac34: Pushed [2024-09-06T03:39:33.853Z] f4302b5a53f1: Pushed [2024-09-06T03:39:33.853Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:33.853Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:33.853Z] 8a8464a7cd6d: Pushed [2024-09-06T03:39:39.167Z] af67eefada0b: Pushed [2024-09-06T03:39:39.432Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:39.786Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:40.135Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-06T03:39:40.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-06T03:39:40.135Z] 8a8464a7cd6d: Preparing [2024-09-06T03:39:40.135Z] fc53648cac34: Preparing [2024-09-06T03:39:40.135Z] f4302b5a53f1: Preparing [2024-09-06T03:39:40.135Z] af67eefada0b: Preparing [2024-09-06T03:39:40.135Z] d91bdc103c45: Preparing [2024-09-06T03:39:40.135Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:40.135Z] 1232201b9821: Preparing [2024-09-06T03:39:40.135Z] 2e5983a92857: Preparing [2024-09-06T03:39:40.135Z] 3c20671a5817: Preparing [2024-09-06T03:39:40.135Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:40.135Z] 1232201b9821: Waiting [2024-09-06T03:39:40.135Z] 3c20671a5817: Waiting [2024-09-06T03:39:40.135Z] 2e5983a92857: Waiting [2024-09-06T03:39:40.135Z] fc53648cac34: Layer already exists [2024-09-06T03:39:40.135Z] 8a8464a7cd6d: Layer already exists [2024-09-06T03:39:40.135Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:40.135Z] f4302b5a53f1: Layer already exists [2024-09-06T03:39:40.135Z] af67eefada0b: Layer already exists [2024-09-06T03:39:40.135Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:40.135Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:40.135Z] 1232201b9821: Layer already exists [2024-09-06T03:39:40.135Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:40.399Z] latest: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:40.748Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:41.096Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.64 [2024-09-06T03:39:41.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-06T03:39:41.096Z] 8a8464a7cd6d: Preparing [2024-09-06T03:39:41.096Z] fc53648cac34: Preparing [2024-09-06T03:39:41.096Z] f4302b5a53f1: Preparing [2024-09-06T03:39:41.096Z] af67eefada0b: Preparing [2024-09-06T03:39:41.096Z] d91bdc103c45: Preparing [2024-09-06T03:39:41.096Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:41.096Z] 1232201b9821: Preparing [2024-09-06T03:39:41.096Z] 2e5983a92857: Preparing [2024-09-06T03:39:41.096Z] 3c20671a5817: Preparing [2024-09-06T03:39:41.096Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:41.096Z] 2e5983a92857: Waiting [2024-09-06T03:39:41.096Z] 1232201b9821: Waiting [2024-09-06T03:39:41.096Z] 3c20671a5817: Waiting [2024-09-06T03:39:41.096Z] 8a8464a7cd6d: Layer already exists [2024-09-06T03:39:41.096Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:41.096Z] af67eefada0b: Layer already exists [2024-09-06T03:39:41.096Z] f4302b5a53f1: Layer already exists [2024-09-06T03:39:41.096Z] fc53648cac34: Layer already exists [2024-09-06T03:39:41.096Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:41.096Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:41.096Z] 1232201b9821: Layer already exists [2024-09-06T03:39:41.096Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:41.359Z] 3.2.0-dev.64: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:41.757Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:42.096Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:42.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-06T03:39:42.096Z] 8a8464a7cd6d: Preparing [2024-09-06T03:39:42.096Z] fc53648cac34: Preparing [2024-09-06T03:39:42.096Z] f4302b5a53f1: Preparing [2024-09-06T03:39:42.096Z] af67eefada0b: Preparing [2024-09-06T03:39:42.096Z] d91bdc103c45: Preparing [2024-09-06T03:39:42.096Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:42.096Z] 1232201b9821: Preparing [2024-09-06T03:39:42.096Z] 2e5983a92857: Preparing [2024-09-06T03:39:42.097Z] 3c20671a5817: Preparing [2024-09-06T03:39:42.097Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:42.097Z] 1232201b9821: Waiting [2024-09-06T03:39:42.097Z] 2e5983a92857: Waiting [2024-09-06T03:39:42.097Z] 8a8464a7cd6d: Layer already exists [2024-09-06T03:39:42.097Z] f4302b5a53f1: Layer already exists [2024-09-06T03:39:42.097Z] af67eefada0b: Layer already exists [2024-09-06T03:39:42.097Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:42.097Z] fc53648cac34: Layer already exists [2024-09-06T03:39:42.097Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:42.097Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:42.097Z] 1232201b9821: Layer already exists [2024-09-06T03:39:42.097Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:42.097Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:42.712Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:43.055Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-09-06T03:39:43.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-06T03:39:43.055Z] 8a8464a7cd6d: Preparing [2024-09-06T03:39:43.055Z] fc53648cac34: Preparing [2024-09-06T03:39:43.055Z] f4302b5a53f1: Preparing [2024-09-06T03:39:43.055Z] af67eefada0b: Preparing [2024-09-06T03:39:43.055Z] d91bdc103c45: Preparing [2024-09-06T03:39:43.055Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:43.055Z] 1232201b9821: Preparing [2024-09-06T03:39:43.055Z] 2e5983a92857: Preparing [2024-09-06T03:39:43.055Z] 3c20671a5817: Preparing [2024-09-06T03:39:43.055Z] 1232201b9821: Waiting [2024-09-06T03:39:43.055Z] 2e5983a92857: Waiting [2024-09-06T03:39:43.055Z] 3c20671a5817: Waiting [2024-09-06T03:39:43.055Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:43.055Z] fc53648cac34: Layer already exists [2024-09-06T03:39:43.055Z] f4302b5a53f1: Layer already exists [2024-09-06T03:39:43.055Z] af67eefada0b: Layer already exists [2024-09-06T03:39:43.055Z] 8a8464a7cd6d: Layer already exists [2024-09-06T03:39:43.055Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:43.055Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:43.055Z] 2e5983a92857: Layer already exists [2024-09-06T03:39:43.055Z] 1232201b9821: Layer already exists [2024-09-06T03:39:43.055Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:43.318Z] main: digest: sha256:eb8d56526a30ad085fe0166ec5fb7d046c4699d7621c942cc0af576df959ee30 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:39:43.389Z] ===================================================== [Pipeline] echo [2024-09-06T03:39:43.404Z] taggedImages: [2024-09-06T03:39:43.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:43.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-06T03:39:43.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.64 [2024-09-06T03:39:43.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:43.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-09-06T03:39:43.430Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-09-06T03:39:43.430Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:43.430Z] latest [2024-09-06T03:39:43.430Z] 3.2.0-dev.64 [2024-09-06T03:39:43.430Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:43.430Z] main [2024-09-06T03:39:43.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:43.795Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:44.136Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:44.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-06T03:39:44.136Z] ba87d1873b47: Preparing [2024-09-06T03:39:44.136Z] 1a091452bf18: Preparing [2024-09-06T03:39:44.136Z] aa7524eaddfd: Preparing [2024-09-06T03:39:44.136Z] f461036b1ad1: Preparing [2024-09-06T03:39:44.136Z] 0f2f6b2012ee: Preparing [2024-09-06T03:39:44.136Z] d91bdc103c45: Preparing [2024-09-06T03:39:44.136Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:44.136Z] d91bdc103c45: Waiting [2024-09-06T03:39:44.136Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:44.136Z] 9ffee2f046d6: Preparing [2024-09-06T03:39:44.136Z] fa3e9d8033e5: Preparing [2024-09-06T03:39:44.136Z] 9ffee2f046d6: Waiting [2024-09-06T03:39:44.136Z] fa3e9d8033e5: Waiting [2024-09-06T03:39:44.136Z] efbbbcfce9e7: Preparing [2024-09-06T03:39:44.136Z] 3c20671a5817: Preparing [2024-09-06T03:39:44.136Z] efbbbcfce9e7: Waiting [2024-09-06T03:39:44.400Z] 1a091452bf18: Pushed [2024-09-06T03:39:44.400Z] ba87d1873b47: Pushed [2024-09-06T03:39:44.400Z] f461036b1ad1: Pushed [2024-09-06T03:39:44.400Z] 0f2f6b2012ee: Pushed [2024-09-06T03:39:44.400Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:44.400Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:44.400Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:44.400Z] fa3e9d8033e5: Pushed [2024-09-06T03:39:44.725Z] 9ffee2f046d6: Pushed [2024-09-06T03:39:46.735Z] aa7524eaddfd: Pushed [2024-09-06T03:39:48.164Z] efbbbcfce9e7: Pushed [2024-09-06T03:39:48.164Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:48.769Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:50.066Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-06T03:39:50.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-06T03:39:50.066Z] ba87d1873b47: Preparing [2024-09-06T03:39:50.066Z] 1a091452bf18: Preparing [2024-09-06T03:39:50.066Z] aa7524eaddfd: Preparing [2024-09-06T03:39:50.066Z] f461036b1ad1: Preparing [2024-09-06T03:39:50.066Z] 0f2f6b2012ee: Preparing [2024-09-06T03:39:50.066Z] d91bdc103c45: Preparing [2024-09-06T03:39:50.066Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:50.066Z] 9ffee2f046d6: Preparing [2024-09-06T03:39:50.066Z] fa3e9d8033e5: Preparing [2024-09-06T03:39:50.066Z] d91bdc103c45: Waiting [2024-09-06T03:39:50.066Z] efbbbcfce9e7: Preparing [2024-09-06T03:39:50.066Z] 3c20671a5817: Preparing [2024-09-06T03:39:50.066Z] 9ffee2f046d6: Waiting [2024-09-06T03:39:50.066Z] fa3e9d8033e5: Waiting [2024-09-06T03:39:50.066Z] efbbbcfce9e7: Waiting [2024-09-06T03:39:50.066Z] 3c20671a5817: Waiting [2024-09-06T03:39:50.066Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:50.066Z] f461036b1ad1: Layer already exists [2024-09-06T03:39:50.066Z] 1a091452bf18: Layer already exists [2024-09-06T03:39:50.066Z] aa7524eaddfd: Layer already exists [2024-09-06T03:39:50.066Z] 0f2f6b2012ee: Layer already exists [2024-09-06T03:39:50.066Z] ba87d1873b47: Layer already exists [2024-09-06T03:39:50.066Z] 9ffee2f046d6: Layer already exists [2024-09-06T03:39:50.066Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:50.066Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:50.066Z] efbbbcfce9e7: Layer already exists [2024-09-06T03:39:50.066Z] fa3e9d8033e5: Layer already exists [2024-09-06T03:39:50.066Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:50.331Z] latest: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:50.680Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:51.025Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.64 [2024-09-06T03:39:51.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-06T03:39:51.025Z] ba87d1873b47: Preparing [2024-09-06T03:39:51.025Z] 1a091452bf18: Preparing [2024-09-06T03:39:51.025Z] aa7524eaddfd: Preparing [2024-09-06T03:39:51.025Z] f461036b1ad1: Preparing [2024-09-06T03:39:51.025Z] 0f2f6b2012ee: Preparing [2024-09-06T03:39:51.025Z] d91bdc103c45: Preparing [2024-09-06T03:39:51.025Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:51.025Z] 9ffee2f046d6: Preparing [2024-09-06T03:39:51.025Z] fa3e9d8033e5: Preparing [2024-09-06T03:39:51.025Z] efbbbcfce9e7: Preparing [2024-09-06T03:39:51.025Z] 3c20671a5817: Preparing [2024-09-06T03:39:51.025Z] d91bdc103c45: Waiting [2024-09-06T03:39:51.025Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:51.025Z] fa3e9d8033e5: Waiting [2024-09-06T03:39:51.025Z] efbbbcfce9e7: Waiting [2024-09-06T03:39:51.025Z] 9ffee2f046d6: Waiting [2024-09-06T03:39:51.025Z] 3c20671a5817: Waiting [2024-09-06T03:39:51.025Z] f461036b1ad1: Layer already exists [2024-09-06T03:39:51.025Z] ba87d1873b47: Layer already exists [2024-09-06T03:39:51.025Z] 1a091452bf18: Layer already exists [2024-09-06T03:39:51.025Z] 0f2f6b2012ee: Layer already exists [2024-09-06T03:39:51.025Z] aa7524eaddfd: Layer already exists [2024-09-06T03:39:51.025Z] 9ffee2f046d6: Layer already exists [2024-09-06T03:39:51.025Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:51.025Z] fa3e9d8033e5: Layer already exists [2024-09-06T03:39:51.025Z] efbbbcfce9e7: Layer already exists [2024-09-06T03:39:51.025Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:51.025Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:51.288Z] 3.2.0-dev.64: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:51.634Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:51.982Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:51.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-06T03:39:51.982Z] ba87d1873b47: Preparing [2024-09-06T03:39:51.982Z] 1a091452bf18: Preparing [2024-09-06T03:39:51.982Z] aa7524eaddfd: Preparing [2024-09-06T03:39:51.982Z] f461036b1ad1: Preparing [2024-09-06T03:39:51.982Z] 0f2f6b2012ee: Preparing [2024-09-06T03:39:51.982Z] d91bdc103c45: Preparing [2024-09-06T03:39:51.982Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:51.982Z] 9ffee2f046d6: Preparing [2024-09-06T03:39:51.982Z] fa3e9d8033e5: Preparing [2024-09-06T03:39:51.982Z] efbbbcfce9e7: Preparing [2024-09-06T03:39:51.982Z] 3c20671a5817: Preparing [2024-09-06T03:39:51.982Z] d91bdc103c45: Waiting [2024-09-06T03:39:51.982Z] fa3e9d8033e5: Waiting [2024-09-06T03:39:51.982Z] efbbbcfce9e7: Waiting [2024-09-06T03:39:51.983Z] 3c20671a5817: Waiting [2024-09-06T03:39:51.983Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:51.983Z] 9ffee2f046d6: Waiting [2024-09-06T03:39:51.983Z] 1a091452bf18: Layer already exists [2024-09-06T03:39:51.983Z] ba87d1873b47: Layer already exists [2024-09-06T03:39:51.983Z] 0f2f6b2012ee: Layer already exists [2024-09-06T03:39:51.983Z] aa7524eaddfd: Layer already exists [2024-09-06T03:39:51.983Z] f461036b1ad1: Layer already exists [2024-09-06T03:39:51.983Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:51.983Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:51.983Z] 9ffee2f046d6: Layer already exists [2024-09-06T03:39:51.983Z] efbbbcfce9e7: Layer already exists [2024-09-06T03:39:51.983Z] fa3e9d8033e5: Layer already exists [2024-09-06T03:39:51.983Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:52.247Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:52.596Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:52.946Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-09-06T03:39:52.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-06T03:39:52.946Z] ba87d1873b47: Preparing [2024-09-06T03:39:52.946Z] 1a091452bf18: Preparing [2024-09-06T03:39:52.946Z] aa7524eaddfd: Preparing [2024-09-06T03:39:52.946Z] f461036b1ad1: Preparing [2024-09-06T03:39:52.946Z] 0f2f6b2012ee: Preparing [2024-09-06T03:39:52.946Z] d91bdc103c45: Preparing [2024-09-06T03:39:52.946Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:52.946Z] 9ffee2f046d6: Preparing [2024-09-06T03:39:52.946Z] fa3e9d8033e5: Preparing [2024-09-06T03:39:52.946Z] efbbbcfce9e7: Preparing [2024-09-06T03:39:52.946Z] 3c20671a5817: Preparing [2024-09-06T03:39:52.946Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:52.946Z] 9ffee2f046d6: Waiting [2024-09-06T03:39:52.946Z] fa3e9d8033e5: Waiting [2024-09-06T03:39:52.946Z] efbbbcfce9e7: Waiting [2024-09-06T03:39:52.946Z] 3c20671a5817: Waiting [2024-09-06T03:39:52.946Z] d91bdc103c45: Waiting [2024-09-06T03:39:52.946Z] 0f2f6b2012ee: Layer already exists [2024-09-06T03:39:52.946Z] 1a091452bf18: Layer already exists [2024-09-06T03:39:52.946Z] ba87d1873b47: Layer already exists [2024-09-06T03:39:52.946Z] aa7524eaddfd: Layer already exists [2024-09-06T03:39:52.946Z] f461036b1ad1: Layer already exists [2024-09-06T03:39:52.946Z] 9ffee2f046d6: Layer already exists [2024-09-06T03:39:52.946Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:52.946Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:52.946Z] fa3e9d8033e5: Layer already exists [2024-09-06T03:39:52.946Z] efbbbcfce9e7: Layer already exists [2024-09-06T03:39:52.946Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:53.208Z] main: digest: sha256:9afbd3f24dbc3653b45be73a05dc08d43244a1e7517398845108b07aae584a44 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:39:53.276Z] ===================================================== [Pipeline] echo [2024-09-06T03:39:53.289Z] taggedImages: [2024-09-06T03:39:53.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:53.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-06T03:39:53.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.64 [2024-09-06T03:39:53.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:53.289Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-09-06T03:39:53.314Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-09-06T03:39:53.314Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:53.314Z] latest [2024-09-06T03:39:53.314Z] 3.2.0-dev.64 [2024-09-06T03:39:53.314Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:53.314Z] main [2024-09-06T03:39:53.314Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:53.667Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:54.006Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:39:54.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-06T03:39:54.006Z] c76d08952b54: Preparing [2024-09-06T03:39:54.006Z] 8112fb7343f5: Preparing [2024-09-06T03:39:54.006Z] f8c1d003c4f0: Preparing [2024-09-06T03:39:54.006Z] b8f4c021f304: Preparing [2024-09-06T03:39:54.006Z] f4b6c7bbe42d: Preparing [2024-09-06T03:39:54.006Z] e551abad134e: Preparing [2024-09-06T03:39:54.006Z] ef6cac765072: Preparing [2024-09-06T03:39:54.006Z] d91bdc103c45: Preparing [2024-09-06T03:39:54.006Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:54.006Z] b72961918bc1: Preparing [2024-09-06T03:39:54.006Z] 9ace33cebe14: Preparing [2024-09-06T03:39:54.006Z] 3c20671a5817: Preparing [2024-09-06T03:39:54.006Z] e551abad134e: Waiting [2024-09-06T03:39:54.006Z] ef6cac765072: Waiting [2024-09-06T03:39:54.006Z] d91bdc103c45: Waiting [2024-09-06T03:39:54.006Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:54.006Z] b72961918bc1: Waiting [2024-09-06T03:39:54.006Z] 9ace33cebe14: Waiting [2024-09-06T03:39:54.006Z] 3c20671a5817: Waiting [2024-09-06T03:39:54.271Z] c76d08952b54: Pushed [2024-09-06T03:39:54.271Z] f4b6c7bbe42d: Pushed [2024-09-06T03:39:54.271Z] 8112fb7343f5: Pushed [2024-09-06T03:39:54.271Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:54.271Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:54.536Z] e551abad134e: Pushed [2024-09-06T03:39:54.536Z] ef6cac765072: Pushed [2024-09-06T03:39:54.536Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:55.936Z] b72961918bc1: Pushed [2024-09-06T03:39:56.200Z] b8f4c021f304: Pushed [2024-09-06T03:39:56.783Z] f8c1d003c4f0: Pushed [2024-09-06T03:39:57.048Z] 9ace33cebe14: Pushed [2024-09-06T03:39:57.312Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:57.653Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:57.989Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-06T03:39:57.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-06T03:39:57.989Z] c76d08952b54: Preparing [2024-09-06T03:39:57.989Z] 8112fb7343f5: Preparing [2024-09-06T03:39:57.989Z] f8c1d003c4f0: Preparing [2024-09-06T03:39:57.989Z] b8f4c021f304: Preparing [2024-09-06T03:39:57.989Z] f4b6c7bbe42d: Preparing [2024-09-06T03:39:57.989Z] e551abad134e: Preparing [2024-09-06T03:39:57.989Z] ef6cac765072: Preparing [2024-09-06T03:39:57.989Z] d91bdc103c45: Preparing [2024-09-06T03:39:57.989Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:57.989Z] b72961918bc1: Preparing [2024-09-06T03:39:57.989Z] 9ace33cebe14: Preparing [2024-09-06T03:39:57.989Z] 3c20671a5817: Preparing [2024-09-06T03:39:57.989Z] ef6cac765072: Waiting [2024-09-06T03:39:57.989Z] d91bdc103c45: Waiting [2024-09-06T03:39:57.989Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:57.989Z] b72961918bc1: Waiting [2024-09-06T03:39:57.989Z] e551abad134e: Waiting [2024-09-06T03:39:57.989Z] 9ace33cebe14: Waiting [2024-09-06T03:39:57.989Z] 3c20671a5817: Waiting [2024-09-06T03:39:57.989Z] c76d08952b54: Layer already exists [2024-09-06T03:39:57.989Z] f8c1d003c4f0: Layer already exists [2024-09-06T03:39:57.989Z] b8f4c021f304: Layer already exists [2024-09-06T03:39:57.989Z] f4b6c7bbe42d: Layer already exists [2024-09-06T03:39:57.989Z] 8112fb7343f5: Layer already exists [2024-09-06T03:39:57.989Z] e551abad134e: Layer already exists [2024-09-06T03:39:57.989Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:57.989Z] ef6cac765072: Layer already exists [2024-09-06T03:39:57.989Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:57.989Z] b72961918bc1: Layer already exists [2024-09-06T03:39:57.989Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:57.989Z] 9ace33cebe14: Layer already exists [2024-09-06T03:39:58.260Z] latest: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:58.616Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:58.959Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.64 [2024-09-06T03:39:58.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-06T03:39:58.959Z] c76d08952b54: Preparing [2024-09-06T03:39:58.959Z] 8112fb7343f5: Preparing [2024-09-06T03:39:58.959Z] f8c1d003c4f0: Preparing [2024-09-06T03:39:58.959Z] b8f4c021f304: Preparing [2024-09-06T03:39:58.959Z] f4b6c7bbe42d: Preparing [2024-09-06T03:39:58.959Z] e551abad134e: Preparing [2024-09-06T03:39:58.959Z] ef6cac765072: Preparing [2024-09-06T03:39:58.959Z] d91bdc103c45: Preparing [2024-09-06T03:39:58.959Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:58.959Z] b72961918bc1: Preparing [2024-09-06T03:39:58.959Z] 9ace33cebe14: Preparing [2024-09-06T03:39:58.959Z] 3c20671a5817: Preparing [2024-09-06T03:39:58.959Z] ef6cac765072: Waiting [2024-09-06T03:39:58.959Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:58.959Z] b72961918bc1: Waiting [2024-09-06T03:39:58.959Z] 9ace33cebe14: Waiting [2024-09-06T03:39:58.959Z] d91bdc103c45: Waiting [2024-09-06T03:39:58.959Z] 3c20671a5817: Waiting [2024-09-06T03:39:58.959Z] e551abad134e: Waiting [2024-09-06T03:39:58.959Z] c76d08952b54: Layer already exists [2024-09-06T03:39:58.959Z] f8c1d003c4f0: Layer already exists [2024-09-06T03:39:58.959Z] b8f4c021f304: Layer already exists [2024-09-06T03:39:58.959Z] f4b6c7bbe42d: Layer already exists [2024-09-06T03:39:58.959Z] 8112fb7343f5: Layer already exists [2024-09-06T03:39:58.959Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:58.959Z] e551abad134e: Layer already exists [2024-09-06T03:39:58.959Z] ef6cac765072: Layer already exists [2024-09-06T03:39:58.959Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:58.959Z] b72961918bc1: Layer already exists [2024-09-06T03:39:58.959Z] 3c20671a5817: Layer already exists [2024-09-06T03:39:58.959Z] 9ace33cebe14: Layer already exists [2024-09-06T03:39:59.223Z] 3.2.0-dev.64: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:59.565Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:39:59.908Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:39:59.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-06T03:39:59.908Z] c76d08952b54: Preparing [2024-09-06T03:39:59.908Z] 8112fb7343f5: Preparing [2024-09-06T03:39:59.908Z] f8c1d003c4f0: Preparing [2024-09-06T03:39:59.908Z] b8f4c021f304: Preparing [2024-09-06T03:39:59.908Z] f4b6c7bbe42d: Preparing [2024-09-06T03:39:59.908Z] e551abad134e: Preparing [2024-09-06T03:39:59.908Z] ef6cac765072: Preparing [2024-09-06T03:39:59.908Z] d91bdc103c45: Preparing [2024-09-06T03:39:59.908Z] 3424c6e5bc59: Preparing [2024-09-06T03:39:59.908Z] b72961918bc1: Preparing [2024-09-06T03:39:59.908Z] 9ace33cebe14: Preparing [2024-09-06T03:39:59.908Z] 3c20671a5817: Preparing [2024-09-06T03:39:59.908Z] 3424c6e5bc59: Waiting [2024-09-06T03:39:59.908Z] b72961918bc1: Waiting [2024-09-06T03:39:59.908Z] 9ace33cebe14: Waiting [2024-09-06T03:39:59.908Z] 3c20671a5817: Waiting [2024-09-06T03:39:59.908Z] e551abad134e: Waiting [2024-09-06T03:39:59.908Z] ef6cac765072: Waiting [2024-09-06T03:39:59.908Z] d91bdc103c45: Waiting [2024-09-06T03:39:59.908Z] f8c1d003c4f0: Layer already exists [2024-09-06T03:39:59.908Z] 8112fb7343f5: Layer already exists [2024-09-06T03:39:59.908Z] f4b6c7bbe42d: Layer already exists [2024-09-06T03:39:59.908Z] b8f4c021f304: Layer already exists [2024-09-06T03:39:59.908Z] c76d08952b54: Layer already exists [2024-09-06T03:39:59.908Z] ef6cac765072: Layer already exists [2024-09-06T03:39:59.908Z] e551abad134e: Layer already exists [2024-09-06T03:39:59.908Z] d91bdc103c45: Layer already exists [2024-09-06T03:39:59.908Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:39:59.908Z] b72961918bc1: Layer already exists [2024-09-06T03:39:59.908Z] 9ace33cebe14: Layer already exists [2024-09-06T03:39:59.908Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:00.173Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:00.519Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:00.863Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-09-06T03:40:00.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-06T03:40:00.863Z] c76d08952b54: Preparing [2024-09-06T03:40:00.863Z] 8112fb7343f5: Preparing [2024-09-06T03:40:00.863Z] f8c1d003c4f0: Preparing [2024-09-06T03:40:00.863Z] b8f4c021f304: Preparing [2024-09-06T03:40:00.863Z] f4b6c7bbe42d: Preparing [2024-09-06T03:40:00.863Z] e551abad134e: Preparing [2024-09-06T03:40:00.863Z] ef6cac765072: Preparing [2024-09-06T03:40:00.863Z] d91bdc103c45: Preparing [2024-09-06T03:40:00.863Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:00.863Z] b72961918bc1: Preparing [2024-09-06T03:40:00.863Z] 9ace33cebe14: Preparing [2024-09-06T03:40:00.863Z] 3c20671a5817: Preparing [2024-09-06T03:40:00.863Z] d91bdc103c45: Waiting [2024-09-06T03:40:00.863Z] 3424c6e5bc59: Waiting [2024-09-06T03:40:00.863Z] b72961918bc1: Waiting [2024-09-06T03:40:00.863Z] 9ace33cebe14: Waiting [2024-09-06T03:40:00.863Z] 3c20671a5817: Waiting [2024-09-06T03:40:00.863Z] ef6cac765072: Waiting [2024-09-06T03:40:00.863Z] e551abad134e: Waiting [2024-09-06T03:40:00.863Z] 8112fb7343f5: Layer already exists [2024-09-06T03:40:00.863Z] f8c1d003c4f0: Layer already exists [2024-09-06T03:40:00.863Z] f4b6c7bbe42d: Layer already exists [2024-09-06T03:40:00.863Z] c76d08952b54: Layer already exists [2024-09-06T03:40:00.863Z] b8f4c021f304: Layer already exists [2024-09-06T03:40:00.863Z] e551abad134e: Layer already exists [2024-09-06T03:40:00.863Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:00.863Z] ef6cac765072: Layer already exists [2024-09-06T03:40:00.863Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:00.863Z] b72961918bc1: Layer already exists [2024-09-06T03:40:00.863Z] 9ace33cebe14: Layer already exists [2024-09-06T03:40:00.863Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:01.144Z] main: digest: sha256:b7504a623ca0a736e6ace227db8325f0740cc05bb48c9180b77f47fc6bee1734 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:40:01.265Z] ===================================================== [Pipeline] echo [2024-09-06T03:40:01.279Z] taggedImages: [2024-09-06T03:40:01.279Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:01.279Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-06T03:40:01.279Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.64 [2024-09-06T03:40:01.279Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:01.279Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-09-06T03:40:01.303Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-09-06T03:40:01.303Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:01.303Z] latest [2024-09-06T03:40:01.303Z] 3.2.0-dev.64 [2024-09-06T03:40:01.303Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:01.303Z] main [2024-09-06T03:40:01.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:01.658Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:02.013Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:02.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-06T03:40:02.013Z] 21c61aef6f62: Preparing [2024-09-06T03:40:02.013Z] d030d4e8fda8: Preparing [2024-09-06T03:40:02.013Z] d91bdc103c45: Preparing [2024-09-06T03:40:02.013Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:02.013Z] a8d61ee5dfc3: Preparing [2024-09-06T03:40:02.013Z] d2dae2e46f74: Preparing [2024-09-06T03:40:02.013Z] 3c20671a5817: Preparing [2024-09-06T03:40:02.013Z] d2dae2e46f74: Waiting [2024-09-06T03:40:02.013Z] 3c20671a5817: Waiting [2024-09-06T03:40:02.013Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:02.013Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:02.281Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:02.281Z] 21c61aef6f62: Pushed [2024-09-06T03:40:03.677Z] a8d61ee5dfc3: Pushed [2024-09-06T03:40:03.677Z] d2dae2e46f74: Pushed [2024-09-06T03:40:05.603Z] d030d4e8fda8: Pushed [2024-09-06T03:40:05.867Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:06.228Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:06.569Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-06T03:40:06.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-06T03:40:06.569Z] 21c61aef6f62: Preparing [2024-09-06T03:40:06.569Z] d030d4e8fda8: Preparing [2024-09-06T03:40:06.569Z] d91bdc103c45: Preparing [2024-09-06T03:40:06.569Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:06.569Z] a8d61ee5dfc3: Preparing [2024-09-06T03:40:06.569Z] d2dae2e46f74: Preparing [2024-09-06T03:40:06.569Z] 3c20671a5817: Preparing [2024-09-06T03:40:06.569Z] d2dae2e46f74: Waiting [2024-09-06T03:40:06.569Z] 3c20671a5817: Waiting [2024-09-06T03:40:06.569Z] a8d61ee5dfc3: Layer already exists [2024-09-06T03:40:06.569Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:06.569Z] 21c61aef6f62: Layer already exists [2024-09-06T03:40:06.569Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:06.569Z] d030d4e8fda8: Layer already exists [2024-09-06T03:40:06.569Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:06.569Z] d2dae2e46f74: Layer already exists [2024-09-06T03:40:06.833Z] latest: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:07.180Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:07.523Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.64 [2024-09-06T03:40:07.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-06T03:40:07.523Z] 21c61aef6f62: Preparing [2024-09-06T03:40:07.523Z] d030d4e8fda8: Preparing [2024-09-06T03:40:07.523Z] d91bdc103c45: Preparing [2024-09-06T03:40:07.523Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:07.523Z] a8d61ee5dfc3: Preparing [2024-09-06T03:40:07.523Z] d2dae2e46f74: Preparing [2024-09-06T03:40:07.523Z] 3c20671a5817: Preparing [2024-09-06T03:40:07.523Z] d2dae2e46f74: Waiting [2024-09-06T03:40:07.523Z] 3c20671a5817: Waiting [2024-09-06T03:40:07.523Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:07.523Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:07.523Z] 21c61aef6f62: Layer already exists [2024-09-06T03:40:07.523Z] a8d61ee5dfc3: Layer already exists [2024-09-06T03:40:07.523Z] d030d4e8fda8: Layer already exists [2024-09-06T03:40:07.523Z] d2dae2e46f74: Layer already exists [2024-09-06T03:40:07.523Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:07.785Z] 3.2.0-dev.64: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:08.139Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:08.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:08.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-06T03:40:08.484Z] 21c61aef6f62: Preparing [2024-09-06T03:40:08.484Z] d030d4e8fda8: Preparing [2024-09-06T03:40:08.484Z] d91bdc103c45: Preparing [2024-09-06T03:40:08.484Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:08.484Z] a8d61ee5dfc3: Preparing [2024-09-06T03:40:08.484Z] d2dae2e46f74: Preparing [2024-09-06T03:40:08.484Z] 3c20671a5817: Preparing [2024-09-06T03:40:08.484Z] 3c20671a5817: Waiting [2024-09-06T03:40:08.484Z] d2dae2e46f74: Waiting [2024-09-06T03:40:08.484Z] 21c61aef6f62: Layer already exists [2024-09-06T03:40:08.484Z] a8d61ee5dfc3: Layer already exists [2024-09-06T03:40:08.484Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:08.484Z] d030d4e8fda8: Layer already exists [2024-09-06T03:40:08.484Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:08.484Z] d2dae2e46f74: Layer already exists [2024-09-06T03:40:08.484Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:08.484Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:09.090Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:09.428Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-09-06T03:40:09.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-06T03:40:09.428Z] 21c61aef6f62: Preparing [2024-09-06T03:40:09.428Z] d030d4e8fda8: Preparing [2024-09-06T03:40:09.428Z] d91bdc103c45: Preparing [2024-09-06T03:40:09.428Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:09.428Z] a8d61ee5dfc3: Preparing [2024-09-06T03:40:09.428Z] d2dae2e46f74: Preparing [2024-09-06T03:40:09.428Z] 3c20671a5817: Preparing [2024-09-06T03:40:09.428Z] d2dae2e46f74: Waiting [2024-09-06T03:40:09.428Z] 21c61aef6f62: Layer already exists [2024-09-06T03:40:09.428Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:09.428Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:09.428Z] a8d61ee5dfc3: Layer already exists [2024-09-06T03:40:09.428Z] d030d4e8fda8: Layer already exists [2024-09-06T03:40:09.428Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:09.428Z] d2dae2e46f74: Layer already exists [2024-09-06T03:40:09.692Z] main: digest: sha256:a5ce02e210d0f220b7b358598985f516ea52e7f67e9ed1e70cba2ca7006799ce size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:40:09.766Z] ===================================================== [Pipeline] echo [2024-09-06T03:40:09.780Z] taggedImages: [2024-09-06T03:40:09.780Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:09.780Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-06T03:40:09.780Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.64 [2024-09-06T03:40:09.780Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:09.780Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-09-06T03:40:09.810Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-09-06T03:40:09.810Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:09.810Z] latest [2024-09-06T03:40:09.810Z] 3.2.0-dev.64 [2024-09-06T03:40:09.810Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:09.810Z] main [2024-09-06T03:40:09.810Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:10.171Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:10.507Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:10.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-06T03:40:10.507Z] 2ed2646bb107: Preparing [2024-09-06T03:40:10.507Z] d0c572672388: Preparing [2024-09-06T03:40:10.507Z] eb5ce49f37d1: Preparing [2024-09-06T03:40:10.507Z] d91bdc103c45: Preparing [2024-09-06T03:40:10.507Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:10.507Z] 8f0f0720c7f0: Preparing [2024-09-06T03:40:10.507Z] 78dee5c57a97: Preparing [2024-09-06T03:40:10.507Z] d617ff10e86c: Preparing [2024-09-06T03:40:10.507Z] b7e9969fc958: Preparing [2024-09-06T03:40:10.507Z] 3c20671a5817: Preparing [2024-09-06T03:40:10.507Z] 8f0f0720c7f0: Waiting [2024-09-06T03:40:10.507Z] 78dee5c57a97: Waiting [2024-09-06T03:40:10.507Z] d617ff10e86c: Waiting [2024-09-06T03:40:10.507Z] b7e9969fc958: Waiting [2024-09-06T03:40:10.507Z] 3c20671a5817: Waiting [2024-09-06T03:40:10.507Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:10.507Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:10.771Z] eb5ce49f37d1: Pushed [2024-09-06T03:40:10.771Z] d0c572672388: Pushed [2024-09-06T03:40:10.771Z] 2ed2646bb107: Pushed [2024-09-06T03:40:10.771Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:10.771Z] d617ff10e86c: Pushed [2024-09-06T03:40:12.700Z] b7e9969fc958: Pushed [2024-09-06T03:40:24.974Z] 78dee5c57a97: Pushed [2024-09-06T03:40:31.588Z] 8f0f0720c7f0: Pushed [2024-09-06T03:40:31.588Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:31.940Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:32.285Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-06T03:40:32.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-06T03:40:32.285Z] 2ed2646bb107: Preparing [2024-09-06T03:40:32.285Z] d0c572672388: Preparing [2024-09-06T03:40:32.285Z] eb5ce49f37d1: Preparing [2024-09-06T03:40:32.285Z] d91bdc103c45: Preparing [2024-09-06T03:40:32.285Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:32.285Z] 8f0f0720c7f0: Preparing [2024-09-06T03:40:32.285Z] 78dee5c57a97: Preparing [2024-09-06T03:40:32.285Z] d617ff10e86c: Preparing [2024-09-06T03:40:32.285Z] b7e9969fc958: Preparing [2024-09-06T03:40:32.285Z] 3c20671a5817: Preparing [2024-09-06T03:40:32.285Z] 78dee5c57a97: Waiting [2024-09-06T03:40:32.285Z] d617ff10e86c: Waiting [2024-09-06T03:40:32.285Z] b7e9969fc958: Waiting [2024-09-06T03:40:32.285Z] 3c20671a5817: Waiting [2024-09-06T03:40:32.285Z] 8f0f0720c7f0: Waiting [2024-09-06T03:40:32.285Z] eb5ce49f37d1: Layer already exists [2024-09-06T03:40:32.285Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:32.285Z] d0c572672388: Layer already exists [2024-09-06T03:40:32.285Z] 2ed2646bb107: Layer already exists [2024-09-06T03:40:32.285Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:32.285Z] d617ff10e86c: Layer already exists [2024-09-06T03:40:32.285Z] 8f0f0720c7f0: Layer already exists [2024-09-06T03:40:32.285Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:32.285Z] b7e9969fc958: Layer already exists [2024-09-06T03:40:32.285Z] 78dee5c57a97: Layer already exists [2024-09-06T03:40:32.548Z] latest: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:32.893Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:33.244Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.64 [2024-09-06T03:40:33.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-06T03:40:33.244Z] 2ed2646bb107: Preparing [2024-09-06T03:40:33.244Z] d0c572672388: Preparing [2024-09-06T03:40:33.244Z] eb5ce49f37d1: Preparing [2024-09-06T03:40:33.244Z] d91bdc103c45: Preparing [2024-09-06T03:40:33.244Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:33.244Z] 8f0f0720c7f0: Preparing [2024-09-06T03:40:33.244Z] 78dee5c57a97: Preparing [2024-09-06T03:40:33.244Z] d617ff10e86c: Preparing [2024-09-06T03:40:33.244Z] b7e9969fc958: Preparing [2024-09-06T03:40:33.244Z] 3c20671a5817: Preparing [2024-09-06T03:40:33.244Z] 78dee5c57a97: Waiting [2024-09-06T03:40:33.244Z] d617ff10e86c: Waiting [2024-09-06T03:40:33.244Z] b7e9969fc958: Waiting [2024-09-06T03:40:33.244Z] 3c20671a5817: Waiting [2024-09-06T03:40:33.244Z] 8f0f0720c7f0: Waiting [2024-09-06T03:40:33.244Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:33.244Z] d0c572672388: Layer already exists [2024-09-06T03:40:33.244Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:33.244Z] 2ed2646bb107: Layer already exists [2024-09-06T03:40:33.244Z] eb5ce49f37d1: Layer already exists [2024-09-06T03:40:33.244Z] 78dee5c57a97: Layer already exists [2024-09-06T03:40:33.244Z] b7e9969fc958: Layer already exists [2024-09-06T03:40:33.244Z] d617ff10e86c: Layer already exists [2024-09-06T03:40:33.244Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:33.244Z] 8f0f0720c7f0: Layer already exists [2024-09-06T03:40:33.508Z] 3.2.0-dev.64: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:33.858Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:34.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:34.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-06T03:40:34.478Z] 2ed2646bb107: Preparing [2024-09-06T03:40:34.478Z] d0c572672388: Preparing [2024-09-06T03:40:34.478Z] eb5ce49f37d1: Preparing [2024-09-06T03:40:34.478Z] d91bdc103c45: Preparing [2024-09-06T03:40:34.478Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:34.478Z] 8f0f0720c7f0: Preparing [2024-09-06T03:40:34.478Z] 78dee5c57a97: Preparing [2024-09-06T03:40:34.478Z] d617ff10e86c: Preparing [2024-09-06T03:40:34.478Z] b7e9969fc958: Preparing [2024-09-06T03:40:34.478Z] 3c20671a5817: Preparing [2024-09-06T03:40:34.478Z] 78dee5c57a97: Waiting [2024-09-06T03:40:34.478Z] b7e9969fc958: Waiting [2024-09-06T03:40:34.478Z] 3c20671a5817: Waiting [2024-09-06T03:40:34.478Z] d617ff10e86c: Waiting [2024-09-06T03:40:34.478Z] 8f0f0720c7f0: Waiting [2024-09-06T03:40:34.478Z] eb5ce49f37d1: Layer already exists [2024-09-06T03:40:34.478Z] d0c572672388: Layer already exists [2024-09-06T03:40:34.478Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:34.478Z] 2ed2646bb107: Layer already exists [2024-09-06T03:40:34.478Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:34.478Z] 78dee5c57a97: Layer already exists [2024-09-06T03:40:34.478Z] 8f0f0720c7f0: Layer already exists [2024-09-06T03:40:34.478Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:34.478Z] d617ff10e86c: Layer already exists [2024-09-06T03:40:34.478Z] b7e9969fc958: Layer already exists [2024-09-06T03:40:34.478Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:35.099Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:35.442Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-09-06T03:40:35.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-06T03:40:35.442Z] 2ed2646bb107: Preparing [2024-09-06T03:40:35.442Z] d0c572672388: Preparing [2024-09-06T03:40:35.442Z] eb5ce49f37d1: Preparing [2024-09-06T03:40:35.442Z] d91bdc103c45: Preparing [2024-09-06T03:40:35.442Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:35.442Z] 8f0f0720c7f0: Preparing [2024-09-06T03:40:35.442Z] 78dee5c57a97: Preparing [2024-09-06T03:40:35.442Z] 8f0f0720c7f0: Waiting [2024-09-06T03:40:35.442Z] d617ff10e86c: Preparing [2024-09-06T03:40:35.442Z] 78dee5c57a97: Waiting [2024-09-06T03:40:35.442Z] b7e9969fc958: Preparing [2024-09-06T03:40:35.442Z] d617ff10e86c: Waiting [2024-09-06T03:40:35.442Z] b7e9969fc958: Waiting [2024-09-06T03:40:35.442Z] 3c20671a5817: Preparing [2024-09-06T03:40:35.442Z] 3c20671a5817: Waiting [2024-09-06T03:40:35.442Z] eb5ce49f37d1: Layer already exists [2024-09-06T03:40:35.442Z] d0c572672388: Layer already exists [2024-09-06T03:40:35.442Z] 2ed2646bb107: Layer already exists [2024-09-06T03:40:35.442Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:35.442Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:35.442Z] 78dee5c57a97: Layer already exists [2024-09-06T03:40:35.442Z] b7e9969fc958: Layer already exists [2024-09-06T03:40:35.442Z] 8f0f0720c7f0: Layer already exists [2024-09-06T03:40:35.442Z] d617ff10e86c: Layer already exists [2024-09-06T03:40:35.442Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:35.706Z] main: digest: sha256:fcf86ad12a7afc9e902be29ea4e5762cf09216a50efc1ce9ba81631f036b763c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:40:35.785Z] ===================================================== [Pipeline] echo [2024-09-06T03:40:35.799Z] taggedImages: [2024-09-06T03:40:35.799Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:35.799Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-06T03:40:35.799Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.64 [2024-09-06T03:40:35.799Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:35.799Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-09-06T03:40:35.825Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-09-06T03:40:35.825Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:35.825Z] latest [2024-09-06T03:40:35.825Z] 3.2.0-dev.64 [2024-09-06T03:40:35.825Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:40:35.825Z] main [2024-09-06T03:40:35.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:36.200Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:40:36.552Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:40:36.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-06T03:40:36.552Z] c9c1d2a554b2: Preparing [2024-09-06T03:40:36.552Z] 6a3d47b15282: Preparing [2024-09-06T03:40:36.552Z] 2ff4a742c83e: Preparing [2024-09-06T03:40:36.552Z] d91bdc103c45: Preparing [2024-09-06T03:40:36.552Z] 3424c6e5bc59: Preparing [2024-09-06T03:40:36.552Z] 835e7922227a: Preparing [2024-09-06T03:40:36.552Z] 3148f72e4789: Preparing [2024-09-06T03:40:36.552Z] 1c6d210c8537: Preparing [2024-09-06T03:40:36.552Z] 3c20671a5817: Preparing [2024-09-06T03:40:36.552Z] 835e7922227a: Waiting [2024-09-06T03:40:36.552Z] 3148f72e4789: Waiting [2024-09-06T03:40:36.552Z] 1c6d210c8537: Waiting [2024-09-06T03:40:36.552Z] 3c20671a5817: Waiting [2024-09-06T03:40:36.552Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:40:36.552Z] d91bdc103c45: Layer already exists [2024-09-06T03:40:36.816Z] 2ff4a742c83e: Pushed [2024-09-06T03:40:36.816Z] 6a3d47b15282: Pushed [2024-09-06T03:40:36.816Z] c9c1d2a554b2: Pushed [2024-09-06T03:40:36.816Z] 3c20671a5817: Layer already exists [2024-09-06T03:40:37.392Z] 1c6d210c8537: Pushed [2024-09-06T03:40:37.971Z] 3148f72e4789: Pushed [2024-09-06T03:40:59.987Z] 835e7922227a: Pushed [2024-09-06T03:40:59.987Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:00.349Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:00.694Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-06T03:41:00.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-06T03:41:00.694Z] c9c1d2a554b2: Preparing [2024-09-06T03:41:00.694Z] 6a3d47b15282: Preparing [2024-09-06T03:41:00.694Z] 2ff4a742c83e: Preparing [2024-09-06T03:41:00.694Z] d91bdc103c45: Preparing [2024-09-06T03:41:00.694Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:00.694Z] 835e7922227a: Preparing [2024-09-06T03:41:00.694Z] 3148f72e4789: Preparing [2024-09-06T03:41:00.694Z] 1c6d210c8537: Preparing [2024-09-06T03:41:00.694Z] 3c20671a5817: Preparing [2024-09-06T03:41:00.694Z] 3148f72e4789: Waiting [2024-09-06T03:41:00.694Z] 3c20671a5817: Waiting [2024-09-06T03:41:00.694Z] 1c6d210c8537: Waiting [2024-09-06T03:41:00.694Z] 835e7922227a: Waiting [2024-09-06T03:41:00.694Z] 2ff4a742c83e: Layer already exists [2024-09-06T03:41:00.694Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:00.694Z] c9c1d2a554b2: Layer already exists [2024-09-06T03:41:00.694Z] 6a3d47b15282: Layer already exists [2024-09-06T03:41:00.694Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:00.694Z] 3148f72e4789: Layer already exists [2024-09-06T03:41:00.694Z] 835e7922227a: Layer already exists [2024-09-06T03:41:00.694Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:00.694Z] 1c6d210c8537: Layer already exists [2024-09-06T03:41:00.958Z] latest: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:01.357Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:01.697Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.64 [2024-09-06T03:41:01.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-06T03:41:01.697Z] c9c1d2a554b2: Preparing [2024-09-06T03:41:01.697Z] 6a3d47b15282: Preparing [2024-09-06T03:41:01.697Z] 2ff4a742c83e: Preparing [2024-09-06T03:41:01.697Z] d91bdc103c45: Preparing [2024-09-06T03:41:01.697Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:01.697Z] 835e7922227a: Preparing [2024-09-06T03:41:01.697Z] 3148f72e4789: Preparing [2024-09-06T03:41:01.697Z] 1c6d210c8537: Preparing [2024-09-06T03:41:01.697Z] 3c20671a5817: Preparing [2024-09-06T03:41:01.697Z] 1c6d210c8537: Waiting [2024-09-06T03:41:01.697Z] 835e7922227a: Waiting [2024-09-06T03:41:01.697Z] 3148f72e4789: Waiting [2024-09-06T03:41:01.697Z] 3c20671a5817: Waiting [2024-09-06T03:41:01.697Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:01.697Z] c9c1d2a554b2: Layer already exists [2024-09-06T03:41:01.697Z] 2ff4a742c83e: Layer already exists [2024-09-06T03:41:01.697Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:01.697Z] 6a3d47b15282: Layer already exists [2024-09-06T03:41:01.697Z] 1c6d210c8537: Layer already exists [2024-09-06T03:41:01.697Z] 835e7922227a: Layer already exists [2024-09-06T03:41:01.697Z] 3148f72e4789: Layer already exists [2024-09-06T03:41:01.697Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:01.697Z] 3.2.0-dev.64: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:02.308Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:02.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:02.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-06T03:41:02.661Z] c9c1d2a554b2: Preparing [2024-09-06T03:41:02.661Z] 6a3d47b15282: Preparing [2024-09-06T03:41:02.661Z] 2ff4a742c83e: Preparing [2024-09-06T03:41:02.661Z] d91bdc103c45: Preparing [2024-09-06T03:41:02.661Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:02.661Z] 835e7922227a: Preparing [2024-09-06T03:41:02.661Z] 3148f72e4789: Preparing [2024-09-06T03:41:02.661Z] 1c6d210c8537: Preparing [2024-09-06T03:41:02.661Z] 3c20671a5817: Preparing [2024-09-06T03:41:02.661Z] 3148f72e4789: Waiting [2024-09-06T03:41:02.661Z] 1c6d210c8537: Waiting [2024-09-06T03:41:02.661Z] 3c20671a5817: Waiting [2024-09-06T03:41:02.661Z] 835e7922227a: Waiting [2024-09-06T03:41:02.661Z] 2ff4a742c83e: Layer already exists [2024-09-06T03:41:02.661Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:02.661Z] 6a3d47b15282: Layer already exists [2024-09-06T03:41:02.661Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:02.661Z] c9c1d2a554b2: Layer already exists [2024-09-06T03:41:02.661Z] 1c6d210c8537: Layer already exists [2024-09-06T03:41:02.661Z] 3148f72e4789: Layer already exists [2024-09-06T03:41:02.661Z] 835e7922227a: Layer already exists [2024-09-06T03:41:02.661Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:02.928Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:03.360Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:03.700Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-09-06T03:41:03.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-06T03:41:03.700Z] c9c1d2a554b2: Preparing [2024-09-06T03:41:03.700Z] 6a3d47b15282: Preparing [2024-09-06T03:41:03.700Z] 2ff4a742c83e: Preparing [2024-09-06T03:41:03.700Z] d91bdc103c45: Preparing [2024-09-06T03:41:03.700Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:03.700Z] 835e7922227a: Preparing [2024-09-06T03:41:03.700Z] 3148f72e4789: Preparing [2024-09-06T03:41:03.700Z] 1c6d210c8537: Preparing [2024-09-06T03:41:03.700Z] 3c20671a5817: Preparing [2024-09-06T03:41:03.700Z] 835e7922227a: Waiting [2024-09-06T03:41:03.700Z] 3148f72e4789: Waiting [2024-09-06T03:41:03.700Z] 1c6d210c8537: Waiting [2024-09-06T03:41:03.700Z] 3c20671a5817: Waiting [2024-09-06T03:41:03.700Z] c9c1d2a554b2: Layer already exists [2024-09-06T03:41:03.700Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:03.700Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:03.700Z] 2ff4a742c83e: Layer already exists [2024-09-06T03:41:03.700Z] 6a3d47b15282: Layer already exists [2024-09-06T03:41:03.700Z] 1c6d210c8537: Layer already exists [2024-09-06T03:41:03.700Z] 3148f72e4789: Layer already exists [2024-09-06T03:41:03.700Z] 835e7922227a: Layer already exists [2024-09-06T03:41:03.700Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:03.700Z] main: digest: sha256:1fdacbb5377e2f3931268f15b68cae3b3400048cb3429c063fb4ddd07918f256 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:41:04.042Z] ===================================================== [Pipeline] echo [2024-09-06T03:41:04.054Z] taggedImages: [2024-09-06T03:41:04.054Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:04.054Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-06T03:41:04.054Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.64 [2024-09-06T03:41:04.054Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:04.054Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-09-06T03:41:04.079Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-09-06T03:41:04.079Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:04.079Z] latest [2024-09-06T03:41:04.079Z] 3.2.0-dev.64 [2024-09-06T03:41:04.079Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:04.079Z] main [2024-09-06T03:41:04.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:04.446Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:04.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:04.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-06T03:41:04.792Z] b511e550a91b: Preparing [2024-09-06T03:41:04.792Z] 2efa506cc6f2: Preparing [2024-09-06T03:41:04.792Z] bb1dd7fbc525: Preparing [2024-09-06T03:41:04.792Z] d91bdc103c45: Preparing [2024-09-06T03:41:04.792Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:04.792Z] 835e7922227a: Preparing [2024-09-06T03:41:04.792Z] d617ff10e86c: Preparing [2024-09-06T03:41:04.792Z] b7e9969fc958: Preparing [2024-09-06T03:41:04.792Z] 3c20671a5817: Preparing [2024-09-06T03:41:04.792Z] 835e7922227a: Waiting [2024-09-06T03:41:04.792Z] d617ff10e86c: Waiting [2024-09-06T03:41:04.792Z] b7e9969fc958: Waiting [2024-09-06T03:41:04.792Z] 3c20671a5817: Waiting [2024-09-06T03:41:04.792Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:04.792Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:05.055Z] 835e7922227a: Layer already exists [2024-09-06T03:41:05.055Z] d617ff10e86c: Layer already exists [2024-09-06T03:41:05.055Z] b7e9969fc958: Layer already exists [2024-09-06T03:41:05.055Z] 2efa506cc6f2: Pushed [2024-09-06T03:41:05.055Z] bb1dd7fbc525: Pushed [2024-09-06T03:41:05.055Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:05.055Z] b511e550a91b: Pushed [2024-09-06T03:41:05.055Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:05.668Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:06.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-06T03:41:06.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-06T03:41:06.020Z] b511e550a91b: Preparing [2024-09-06T03:41:06.020Z] 2efa506cc6f2: Preparing [2024-09-06T03:41:06.020Z] bb1dd7fbc525: Preparing [2024-09-06T03:41:06.020Z] d91bdc103c45: Preparing [2024-09-06T03:41:06.020Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:06.020Z] 835e7922227a: Preparing [2024-09-06T03:41:06.020Z] d617ff10e86c: Preparing [2024-09-06T03:41:06.020Z] b7e9969fc958: Preparing [2024-09-06T03:41:06.020Z] 3c20671a5817: Preparing [2024-09-06T03:41:06.020Z] 835e7922227a: Waiting [2024-09-06T03:41:06.020Z] d617ff10e86c: Waiting [2024-09-06T03:41:06.020Z] b7e9969fc958: Waiting [2024-09-06T03:41:06.020Z] 3c20671a5817: Waiting [2024-09-06T03:41:06.020Z] 2efa506cc6f2: Layer already exists [2024-09-06T03:41:06.020Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:06.020Z] b511e550a91b: Layer already exists [2024-09-06T03:41:06.020Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:06.020Z] bb1dd7fbc525: Layer already exists [2024-09-06T03:41:06.020Z] d617ff10e86c: Layer already exists [2024-09-06T03:41:06.020Z] 835e7922227a: Layer already exists [2024-09-06T03:41:06.020Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:06.020Z] b7e9969fc958: Layer already exists [2024-09-06T03:41:06.020Z] latest: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:06.631Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:06.975Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.64 [2024-09-06T03:41:06.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-06T03:41:06.976Z] b511e550a91b: Preparing [2024-09-06T03:41:06.976Z] 2efa506cc6f2: Preparing [2024-09-06T03:41:06.976Z] bb1dd7fbc525: Preparing [2024-09-06T03:41:06.976Z] d91bdc103c45: Preparing [2024-09-06T03:41:06.976Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:06.976Z] 835e7922227a: Preparing [2024-09-06T03:41:06.976Z] d617ff10e86c: Preparing [2024-09-06T03:41:06.976Z] b7e9969fc958: Preparing [2024-09-06T03:41:06.976Z] 3c20671a5817: Preparing [2024-09-06T03:41:06.976Z] 835e7922227a: Waiting [2024-09-06T03:41:06.976Z] d617ff10e86c: Waiting [2024-09-06T03:41:06.976Z] b7e9969fc958: Waiting [2024-09-06T03:41:06.976Z] 3c20671a5817: Waiting [2024-09-06T03:41:06.976Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:06.976Z] 2efa506cc6f2: Layer already exists [2024-09-06T03:41:06.976Z] b511e550a91b: Layer already exists [2024-09-06T03:41:06.976Z] bb1dd7fbc525: Layer already exists [2024-09-06T03:41:06.976Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:06.976Z] 835e7922227a: Layer already exists [2024-09-06T03:41:06.976Z] d617ff10e86c: Layer already exists [2024-09-06T03:41:06.976Z] b7e9969fc958: Layer already exists [2024-09-06T03:41:06.976Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:07.240Z] 3.2.0-dev.64: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:07.647Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:08.006Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:08.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-06T03:41:08.006Z] b511e550a91b: Preparing [2024-09-06T03:41:08.006Z] 2efa506cc6f2: Preparing [2024-09-06T03:41:08.006Z] bb1dd7fbc525: Preparing [2024-09-06T03:41:08.006Z] d91bdc103c45: Preparing [2024-09-06T03:41:08.006Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:08.006Z] 835e7922227a: Preparing [2024-09-06T03:41:08.006Z] d617ff10e86c: Preparing [2024-09-06T03:41:08.006Z] b7e9969fc958: Preparing [2024-09-06T03:41:08.006Z] 3c20671a5817: Preparing [2024-09-06T03:41:08.006Z] 3c20671a5817: Waiting [2024-09-06T03:41:08.006Z] b7e9969fc958: Waiting [2024-09-06T03:41:08.006Z] 835e7922227a: Waiting [2024-09-06T03:41:08.006Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:08.006Z] bb1dd7fbc525: Layer already exists [2024-09-06T03:41:08.006Z] 2efa506cc6f2: Layer already exists [2024-09-06T03:41:08.006Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:08.006Z] b511e550a91b: Layer already exists [2024-09-06T03:41:08.006Z] 835e7922227a: Layer already exists [2024-09-06T03:41:08.006Z] b7e9969fc958: Layer already exists [2024-09-06T03:41:08.006Z] d617ff10e86c: Layer already exists [2024-09-06T03:41:08.006Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:08.969Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:09.334Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:09.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-09-06T03:41:09.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-06T03:41:09.698Z] b511e550a91b: Preparing [2024-09-06T03:41:09.698Z] 2efa506cc6f2: Preparing [2024-09-06T03:41:09.698Z] bb1dd7fbc525: Preparing [2024-09-06T03:41:09.698Z] d91bdc103c45: Preparing [2024-09-06T03:41:09.698Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:09.698Z] 835e7922227a: Preparing [2024-09-06T03:41:09.698Z] d617ff10e86c: Preparing [2024-09-06T03:41:09.698Z] b7e9969fc958: Preparing [2024-09-06T03:41:09.698Z] 3c20671a5817: Preparing [2024-09-06T03:41:09.698Z] d617ff10e86c: Waiting [2024-09-06T03:41:09.698Z] b7e9969fc958: Waiting [2024-09-06T03:41:09.698Z] 3c20671a5817: Waiting [2024-09-06T03:41:09.698Z] 835e7922227a: Waiting [2024-09-06T03:41:09.698Z] bb1dd7fbc525: Layer already exists [2024-09-06T03:41:09.698Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:09.698Z] 2efa506cc6f2: Layer already exists [2024-09-06T03:41:09.698Z] b511e550a91b: Layer already exists [2024-09-06T03:41:09.698Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:09.698Z] 835e7922227a: Layer already exists [2024-09-06T03:41:09.698Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:09.698Z] b7e9969fc958: Layer already exists [2024-09-06T03:41:09.698Z] d617ff10e86c: Layer already exists [2024-09-06T03:41:09.960Z] main: digest: sha256:1e7bc2839be99d4b23d8e1f94bb36370cb4ea570f6ea2e4158610edb0c6ed17e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:41:10.027Z] ===================================================== [Pipeline] echo [2024-09-06T03:41:10.044Z] taggedImages: [2024-09-06T03:41:10.045Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:10.045Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-06T03:41:10.045Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.64 [2024-09-06T03:41:10.045Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:10.045Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-09-06T03:41:10.073Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-09-06T03:41:10.073Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:10.073Z] latest [2024-09-06T03:41:10.073Z] 3.2.0-dev.64 [2024-09-06T03:41:10.073Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:10.073Z] main [2024-09-06T03:41:10.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:10.433Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:10.784Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:10.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-06T03:41:10.784Z] c94615d687a2: Preparing [2024-09-06T03:41:10.784Z] 71b1fb37cc32: Preparing [2024-09-06T03:41:10.784Z] d91bdc103c45: Preparing [2024-09-06T03:41:10.784Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:10.784Z] 20190859139f: Preparing [2024-09-06T03:41:10.784Z] 05766046758a: Preparing [2024-09-06T03:41:10.784Z] 3c20671a5817: Preparing [2024-09-06T03:41:10.784Z] 05766046758a: Waiting [2024-09-06T03:41:10.784Z] 3c20671a5817: Waiting [2024-09-06T03:41:10.784Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:11.047Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:11.047Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:11.047Z] c94615d687a2: Pushed [2024-09-06T03:41:11.995Z] 05766046758a: Pushed [2024-09-06T03:41:12.260Z] 20190859139f: Pushed [2024-09-06T03:41:18.865Z] 71b1fb37cc32: Pushed [2024-09-06T03:41:18.865Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:19.203Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:19.546Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-06T03:41:19.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-06T03:41:19.546Z] c94615d687a2: Preparing [2024-09-06T03:41:19.546Z] 71b1fb37cc32: Preparing [2024-09-06T03:41:19.546Z] d91bdc103c45: Preparing [2024-09-06T03:41:19.546Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:19.546Z] 20190859139f: Preparing [2024-09-06T03:41:19.546Z] 05766046758a: Preparing [2024-09-06T03:41:19.546Z] 3c20671a5817: Preparing [2024-09-06T03:41:19.546Z] 05766046758a: Waiting [2024-09-06T03:41:19.546Z] 3c20671a5817: Waiting [2024-09-06T03:41:19.546Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:19.546Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:19.546Z] 20190859139f: Layer already exists [2024-09-06T03:41:19.546Z] 71b1fb37cc32: Layer already exists [2024-09-06T03:41:19.546Z] c94615d687a2: Layer already exists [2024-09-06T03:41:19.546Z] 05766046758a: Layer already exists [2024-09-06T03:41:19.546Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:19.809Z] latest: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:20.156Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:20.499Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.64 [2024-09-06T03:41:20.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-06T03:41:20.499Z] c94615d687a2: Preparing [2024-09-06T03:41:20.499Z] 71b1fb37cc32: Preparing [2024-09-06T03:41:20.499Z] d91bdc103c45: Preparing [2024-09-06T03:41:20.499Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:20.499Z] 20190859139f: Preparing [2024-09-06T03:41:20.499Z] 05766046758a: Preparing [2024-09-06T03:41:20.499Z] 3c20671a5817: Preparing [2024-09-06T03:41:20.499Z] 05766046758a: Waiting [2024-09-06T03:41:20.499Z] 3c20671a5817: Waiting [2024-09-06T03:41:20.499Z] c94615d687a2: Layer already exists [2024-09-06T03:41:20.499Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:20.499Z] 20190859139f: Layer already exists [2024-09-06T03:41:20.499Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:20.499Z] 71b1fb37cc32: Layer already exists [2024-09-06T03:41:20.499Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:20.499Z] 05766046758a: Layer already exists [2024-09-06T03:41:20.499Z] 3.2.0-dev.64: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:21.115Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:21.460Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:21.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-06T03:41:21.460Z] c94615d687a2: Preparing [2024-09-06T03:41:21.460Z] 71b1fb37cc32: Preparing [2024-09-06T03:41:21.460Z] d91bdc103c45: Preparing [2024-09-06T03:41:21.460Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:21.460Z] 20190859139f: Preparing [2024-09-06T03:41:21.460Z] 05766046758a: Preparing [2024-09-06T03:41:21.460Z] 3c20671a5817: Preparing [2024-09-06T03:41:21.460Z] 05766046758a: Waiting [2024-09-06T03:41:21.460Z] 3c20671a5817: Waiting [2024-09-06T03:41:21.460Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:21.460Z] 20190859139f: Layer already exists [2024-09-06T03:41:21.460Z] 71b1fb37cc32: Layer already exists [2024-09-06T03:41:21.460Z] c94615d687a2: Layer already exists [2024-09-06T03:41:21.460Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:21.461Z] 05766046758a: Layer already exists [2024-09-06T03:41:21.461Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:21.461Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:21.808Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:22.151Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-09-06T03:41:22.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-06T03:41:22.151Z] c94615d687a2: Preparing [2024-09-06T03:41:22.151Z] 71b1fb37cc32: Preparing [2024-09-06T03:41:22.151Z] d91bdc103c45: Preparing [2024-09-06T03:41:22.151Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:22.151Z] 20190859139f: Preparing [2024-09-06T03:41:22.151Z] 05766046758a: Preparing [2024-09-06T03:41:22.151Z] 3c20671a5817: Preparing [2024-09-06T03:41:22.151Z] 05766046758a: Waiting [2024-09-06T03:41:22.151Z] 3c20671a5817: Waiting [2024-09-06T03:41:22.151Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:22.151Z] 71b1fb37cc32: Layer already exists [2024-09-06T03:41:22.151Z] c94615d687a2: Layer already exists [2024-09-06T03:41:22.151Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:22.151Z] 20190859139f: Layer already exists [2024-09-06T03:41:22.151Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:22.151Z] 05766046758a: Layer already exists [2024-09-06T03:41:22.415Z] main: digest: sha256:da3387c5b58dee60ec4d011a4564700a22e7083a0ad8ff37c562efee92986ec5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:41:22.494Z] ===================================================== [Pipeline] echo [2024-09-06T03:41:22.509Z] taggedImages: [2024-09-06T03:41:22.509Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:22.509Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-06T03:41:22.509Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.64 [2024-09-06T03:41:22.509Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:22.509Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-09-06T03:41:22.535Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-09-06T03:41:22.535Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:22.535Z] latest [2024-09-06T03:41:22.535Z] 3.2.0-dev.64 [2024-09-06T03:41:22.535Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:22.535Z] main [2024-09-06T03:41:22.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:22.891Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:23.237Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:23.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-06T03:41:23.237Z] 8183cdad0d55: Preparing [2024-09-06T03:41:23.237Z] 09ade7fb6148: Preparing [2024-09-06T03:41:23.237Z] d91bdc103c45: Preparing [2024-09-06T03:41:23.237Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:23.237Z] 62ddb85eb50a: Preparing [2024-09-06T03:41:23.237Z] df726e9409a8: Preparing [2024-09-06T03:41:23.237Z] 3c20671a5817: Preparing [2024-09-06T03:41:23.237Z] df726e9409a8: Waiting [2024-09-06T03:41:23.237Z] 3c20671a5817: Waiting [2024-09-06T03:41:23.237Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:23.237Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:23.502Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:23.502Z] 8183cdad0d55: Pushed [2024-09-06T03:41:23.765Z] df726e9409a8: Pushed [2024-09-06T03:41:24.716Z] 62ddb85eb50a: Pushed [2024-09-06T03:41:31.320Z] 09ade7fb6148: Pushed [2024-09-06T03:41:31.320Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:31.664Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:32.011Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-06T03:41:32.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-06T03:41:32.011Z] 8183cdad0d55: Preparing [2024-09-06T03:41:32.011Z] 09ade7fb6148: Preparing [2024-09-06T03:41:32.011Z] d91bdc103c45: Preparing [2024-09-06T03:41:32.011Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:32.011Z] 62ddb85eb50a: Preparing [2024-09-06T03:41:32.011Z] df726e9409a8: Preparing [2024-09-06T03:41:32.011Z] 3c20671a5817: Preparing [2024-09-06T03:41:32.011Z] df726e9409a8: Waiting [2024-09-06T03:41:32.011Z] 3c20671a5817: Waiting [2024-09-06T03:41:32.011Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:32.011Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:32.011Z] 62ddb85eb50a: Layer already exists [2024-09-06T03:41:32.011Z] 09ade7fb6148: Layer already exists [2024-09-06T03:41:32.011Z] 8183cdad0d55: Layer already exists [2024-09-06T03:41:32.011Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:32.011Z] df726e9409a8: Layer already exists [2024-09-06T03:41:32.275Z] latest: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:32.628Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:32.972Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.64 [2024-09-06T03:41:32.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-06T03:41:32.972Z] 8183cdad0d55: Preparing [2024-09-06T03:41:32.972Z] 09ade7fb6148: Preparing [2024-09-06T03:41:32.972Z] d91bdc103c45: Preparing [2024-09-06T03:41:32.972Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:32.972Z] 62ddb85eb50a: Preparing [2024-09-06T03:41:32.972Z] df726e9409a8: Preparing [2024-09-06T03:41:32.972Z] 3c20671a5817: Preparing [2024-09-06T03:41:32.972Z] df726e9409a8: Waiting [2024-09-06T03:41:32.972Z] 3c20671a5817: Waiting [2024-09-06T03:41:32.972Z] 09ade7fb6148: Layer already exists [2024-09-06T03:41:32.972Z] 8183cdad0d55: Layer already exists [2024-09-06T03:41:32.972Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:32.972Z] 62ddb85eb50a: Layer already exists [2024-09-06T03:41:32.972Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:32.972Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:32.972Z] df726e9409a8: Layer already exists [2024-09-06T03:41:33.236Z] 3.2.0-dev.64: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:33.588Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:33.928Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:33.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-06T03:41:33.928Z] 8183cdad0d55: Preparing [2024-09-06T03:41:33.928Z] 09ade7fb6148: Preparing [2024-09-06T03:41:33.928Z] d91bdc103c45: Preparing [2024-09-06T03:41:33.928Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:33.928Z] 62ddb85eb50a: Preparing [2024-09-06T03:41:33.928Z] df726e9409a8: Preparing [2024-09-06T03:41:33.928Z] 3c20671a5817: Preparing [2024-09-06T03:41:33.928Z] df726e9409a8: Waiting [2024-09-06T03:41:33.928Z] 3c20671a5817: Waiting [2024-09-06T03:41:33.928Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:33.928Z] 62ddb85eb50a: Layer already exists [2024-09-06T03:41:33.928Z] 09ade7fb6148: Layer already exists [2024-09-06T03:41:33.928Z] 8183cdad0d55: Layer already exists [2024-09-06T03:41:33.928Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:33.928Z] df726e9409a8: Layer already exists [2024-09-06T03:41:33.928Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:34.191Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:34.536Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:34.872Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-09-06T03:41:34.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-06T03:41:34.872Z] 8183cdad0d55: Preparing [2024-09-06T03:41:34.872Z] 09ade7fb6148: Preparing [2024-09-06T03:41:34.872Z] d91bdc103c45: Preparing [2024-09-06T03:41:34.872Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:34.872Z] 62ddb85eb50a: Preparing [2024-09-06T03:41:34.872Z] df726e9409a8: Preparing [2024-09-06T03:41:34.872Z] 3c20671a5817: Preparing [2024-09-06T03:41:34.872Z] df726e9409a8: Waiting [2024-09-06T03:41:34.872Z] 3c20671a5817: Waiting [2024-09-06T03:41:34.872Z] 8183cdad0d55: Layer already exists [2024-09-06T03:41:34.872Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:34.872Z] 09ade7fb6148: Layer already exists [2024-09-06T03:41:34.872Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:34.872Z] 62ddb85eb50a: Layer already exists [2024-09-06T03:41:34.872Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:34.872Z] df726e9409a8: Layer already exists [2024-09-06T03:41:35.134Z] main: digest: sha256:5e424d667f3c06aa15e6825da2aa5c6f0e493f6411ee61cc6a58bd257a16d7d1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:41:35.219Z] ===================================================== [Pipeline] echo [2024-09-06T03:41:35.233Z] taggedImages: [2024-09-06T03:41:35.233Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:35.233Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-06T03:41:35.233Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.64 [2024-09-06T03:41:35.233Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:35.233Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-09-06T03:41:35.262Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-09-06T03:41:35.262Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:35.262Z] latest [2024-09-06T03:41:35.262Z] 3.2.0-dev.64 [2024-09-06T03:41:35.262Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:35.262Z] main [2024-09-06T03:41:35.262Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:35.610Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:35.949Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:35.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-06T03:41:35.949Z] a382a5882d2b: Preparing [2024-09-06T03:41:35.949Z] 5449cb85edfc: Preparing [2024-09-06T03:41:35.949Z] d91bdc103c45: Preparing [2024-09-06T03:41:35.949Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:35.949Z] 1232201b9821: Preparing [2024-09-06T03:41:35.949Z] 2e5983a92857: Preparing [2024-09-06T03:41:35.949Z] 3c20671a5817: Preparing [2024-09-06T03:41:35.949Z] 2e5983a92857: Waiting [2024-09-06T03:41:35.949Z] 3c20671a5817: Waiting [2024-09-06T03:41:35.949Z] 1232201b9821: Layer already exists [2024-09-06T03:41:35.949Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:35.949Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:36.212Z] 2e5983a92857: Layer already exists [2024-09-06T03:41:36.212Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:36.212Z] a382a5882d2b: Pushed [2024-09-06T03:41:44.380Z] 5449cb85edfc: Pushed [2024-09-06T03:41:44.380Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:44.724Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:45.071Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-06T03:41:45.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-06T03:41:45.071Z] a382a5882d2b: Preparing [2024-09-06T03:41:45.071Z] 5449cb85edfc: Preparing [2024-09-06T03:41:45.071Z] d91bdc103c45: Preparing [2024-09-06T03:41:45.071Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:45.071Z] 1232201b9821: Preparing [2024-09-06T03:41:45.071Z] 2e5983a92857: Preparing [2024-09-06T03:41:45.071Z] 3c20671a5817: Preparing [2024-09-06T03:41:45.071Z] 2e5983a92857: Waiting [2024-09-06T03:41:45.071Z] 3c20671a5817: Waiting [2024-09-06T03:41:45.071Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:45.071Z] 5449cb85edfc: Layer already exists [2024-09-06T03:41:45.071Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:45.071Z] a382a5882d2b: Layer already exists [2024-09-06T03:41:45.071Z] 1232201b9821: Layer already exists [2024-09-06T03:41:45.071Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:45.071Z] 2e5983a92857: Layer already exists [2024-09-06T03:41:45.071Z] latest: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:45.686Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:46.026Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.64 [2024-09-06T03:41:46.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-06T03:41:46.026Z] a382a5882d2b: Preparing [2024-09-06T03:41:46.026Z] 5449cb85edfc: Preparing [2024-09-06T03:41:46.026Z] d91bdc103c45: Preparing [2024-09-06T03:41:46.026Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:46.026Z] 1232201b9821: Preparing [2024-09-06T03:41:46.026Z] 2e5983a92857: Preparing [2024-09-06T03:41:46.026Z] 3c20671a5817: Preparing [2024-09-06T03:41:46.026Z] 2e5983a92857: Waiting [2024-09-06T03:41:46.026Z] 3c20671a5817: Waiting [2024-09-06T03:41:46.026Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:46.026Z] a382a5882d2b: Layer already exists [2024-09-06T03:41:46.026Z] 5449cb85edfc: Layer already exists [2024-09-06T03:41:46.026Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:46.026Z] 1232201b9821: Layer already exists [2024-09-06T03:41:46.026Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:46.026Z] 2e5983a92857: Layer already exists [2024-09-06T03:41:46.026Z] 3.2.0-dev.64: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:46.640Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:46.986Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:46.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-06T03:41:46.986Z] a382a5882d2b: Preparing [2024-09-06T03:41:46.986Z] 5449cb85edfc: Preparing [2024-09-06T03:41:46.986Z] d91bdc103c45: Preparing [2024-09-06T03:41:46.986Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:46.986Z] 1232201b9821: Preparing [2024-09-06T03:41:46.986Z] 2e5983a92857: Preparing [2024-09-06T03:41:46.986Z] 3c20671a5817: Preparing [2024-09-06T03:41:46.986Z] 2e5983a92857: Waiting [2024-09-06T03:41:46.986Z] 3c20671a5817: Waiting [2024-09-06T03:41:46.986Z] 1232201b9821: Layer already exists [2024-09-06T03:41:46.986Z] a382a5882d2b: Layer already exists [2024-09-06T03:41:46.986Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:46.986Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:46.986Z] 5449cb85edfc: Layer already exists [2024-09-06T03:41:46.986Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:46.986Z] 2e5983a92857: Layer already exists [2024-09-06T03:41:47.249Z] 6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:47.603Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:47.947Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-09-06T03:41:47.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-06T03:41:47.947Z] a382a5882d2b: Preparing [2024-09-06T03:41:47.947Z] 5449cb85edfc: Preparing [2024-09-06T03:41:47.947Z] d91bdc103c45: Preparing [2024-09-06T03:41:47.947Z] 3424c6e5bc59: Preparing [2024-09-06T03:41:47.947Z] 1232201b9821: Preparing [2024-09-06T03:41:47.947Z] 2e5983a92857: Preparing [2024-09-06T03:41:47.947Z] 3c20671a5817: Preparing [2024-09-06T03:41:47.947Z] 2e5983a92857: Waiting [2024-09-06T03:41:47.947Z] 3c20671a5817: Waiting [2024-09-06T03:41:47.947Z] 3424c6e5bc59: Layer already exists [2024-09-06T03:41:47.947Z] 5449cb85edfc: Layer already exists [2024-09-06T03:41:47.947Z] a382a5882d2b: Layer already exists [2024-09-06T03:41:47.947Z] 1232201b9821: Layer already exists [2024-09-06T03:41:47.947Z] d91bdc103c45: Layer already exists [2024-09-06T03:41:47.947Z] 2e5983a92857: Layer already exists [2024-09-06T03:41:47.947Z] 3c20671a5817: Layer already exists [2024-09-06T03:41:48.210Z] main: digest: sha256:54b0d81fd0a180c087e02f1d5d8745de4ee8b21d38576e46ba7577172c5a12b1 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-06T03:41:48.284Z] ===================================================== [Pipeline] echo [2024-09-06T03:41:48.295Z] taggedImages: [2024-09-06T03:41:48.295Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626 [2024-09-06T03:41:48.295Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-06T03:41:48.295Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.64 [2024-09-06T03:41:48.295Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6ac0180759da1d23d6b313fd49d9fb17c0af6626-3.2.0-dev.64 [2024-09-06T03:41:48.295Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:48.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-06T03:41:48.688Z] [2024-09-06T03:41:48.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:41:49.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-06T03:41:49.019Z] arm64: Pulling from edgex-lftools-log-publisher [2024-09-06T03:41:49.019Z] 8998bd30e6a1: Pulling fs layer [2024-09-06T03:41:49.019Z] 04944245beec: Pulling fs layer [2024-09-06T03:41:49.019Z] 699f458cf7ca: Pulling fs layer [2024-09-06T03:41:49.019Z] 765212b225bb: Pulling fs layer [2024-09-06T03:41:49.019Z] f23df028b6ca: Pulling fs layer [2024-09-06T03:41:49.019Z] d65c8cfc05b1: Pulling fs layer [2024-09-06T03:41:49.019Z] 765212b225bb: Waiting [2024-09-06T03:41:49.019Z] 2437ff75d9bd: Pulling fs layer [2024-09-06T03:41:49.019Z] f23df028b6ca: Waiting [2024-09-06T03:41:49.019Z] 2437ff75d9bd: Waiting [2024-09-06T03:41:49.019Z] d65c8cfc05b1: Waiting [2024-09-06T03:41:49.284Z] 04944245beec: Verifying Checksum [2024-09-06T03:41:49.284Z] 04944245beec: Download complete [2024-09-06T03:41:49.284Z] 765212b225bb: Verifying Checksum [2024-09-06T03:41:49.284Z] 765212b225bb: Download complete [2024-09-06T03:41:49.284Z] f23df028b6ca: Verifying Checksum [2024-09-06T03:41:49.284Z] d65c8cfc05b1: Verifying Checksum [2024-09-06T03:41:49.284Z] d65c8cfc05b1: Download complete [2024-09-06T03:41:49.549Z] 699f458cf7ca: Verifying Checksum [2024-09-06T03:41:49.549Z] 699f458cf7ca: Download complete [2024-09-06T03:41:49.814Z] 8998bd30e6a1: Verifying Checksum [2024-09-06T03:41:49.814Z] 8998bd30e6a1: Download complete [2024-09-06T03:41:52.385Z] 2437ff75d9bd: Verifying Checksum [2024-09-06T03:41:52.385Z] 2437ff75d9bd: Download complete [2024-09-06T03:41:54.957Z] 8998bd30e6a1: Pull complete [2024-09-06T03:41:54.957Z] 04944245beec: Pull complete [2024-09-06T03:41:56.360Z] 699f458cf7ca: Pull complete [2024-09-06T03:41:56.625Z] 765212b225bb: Pull complete [2024-09-06T03:41:57.579Z] f23df028b6ca: Pull complete [2024-09-06T03:41:57.845Z] d65c8cfc05b1: Pull complete [2024-09-06T03:42:16.015Z] 2437ff75d9bd: Pull complete [2024-09-06T03:42:16.015Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-09-06T03:42:16.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-06T03:42:16.015Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:42:16.217Z] prd-ubuntu20.04-docker-arm64-4c-16g-9550 does not seem to be running inside a container [2024-09-06T03:42:16.263Z] $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-09-06T03:42:19.114Z] $ docker top b70595563a8ff9fe63ba2180c3626c3029f796a7448e06fbb7b9919658e8246f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:42:20.095Z] ---> job-cost.sh [2024-09-06T03:42:20.095Z] lf-activate-venv: SKIPPING [2024-09-06T03:42:20.095Z] INFO: No Stack... [2024-09-06T03:42:20.359Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-09-06T03:42:21.313Z] INFO: Archiving Costs [Pipeline] sh [2024-09-06T03:42:21.944Z] + cat /w/workspace/edgex-go/685/archives/cost.csv [2024-09-06T03:42:21.944Z] + cut -d, -f6 [Pipeline] lock [2024-09-06T03:42:21.981Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-685-stack-cost] [2024-09-06T03:42:21.994Z] Resource [jenkins-edgexfoundry-edgex-go-main-685-stack-cost] did not exist. Created. [2024-09-06T03:42:22.001Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-685-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-06T03:42:22.648Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-09-06T03:42:23.255Z] Stashed 1 file(s) [Pipeline] } [2024-09-06T03:42:23.268Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-685-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-06T03:42:23.284Z] $ docker stop --time=1 b70595563a8ff9fe63ba2180c3626c3029f796a7448e06fbb7b9919658e8246f [2024-09-06T03:42:24.788Z] $ docker rm -f --volumes b70595563a8ff9fe63ba2180c3626c3029f796a7448e06fbb7b9919658e8246f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-09-06T03:42:25.369Z] provisioning config files... [2024-09-06T03:42:25.375Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/685@tmp/config12857840711588151184tmp [Pipeline] { [Pipeline] sh [2024-09-06T03:42:25.678Z] + set +x [2024-09-06T03:42:25.678Z] + curl -s https://codecov.io/bash [2024-09-06T03:42:25.678Z] + bash -s -- [2024-09-06T03:42:25.678Z] [2024-09-06T03:42:25.678Z] _____ _ [2024-09-06T03:42:25.678Z] / ____| | | [2024-09-06T03:42:25.678Z] | | ___ __| | ___ ___ _____ __ [2024-09-06T03:42:25.678Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-09-06T03:42:25.678Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-09-06T03:42:25.678Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-09-06T03:42:25.678Z] Bash-1.0.6 [2024-09-06T03:42:25.678Z] [2024-09-06T03:42:25.678Z] [2024-09-06T03:42:25.678Z] ==> git version 2.25.1 found [2024-09-06T03:42:25.678Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-09-06T03:42:25.678Z] Release-Date: 2020-01-08 [2024-09-06T03:42:25.678Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-09-06T03:42:25.678Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-09-06T03:42:25.678Z] ==> Jenkins CI detected. [2024-09-06T03:42:25.678Z] current dir:  /w/workspace/edgex-go/685 [2024-09-06T03:42:25.678Z] project root: . [2024-09-06T03:42:25.678Z] --> token set from env [2024-09-06T03:42:25.678Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-09-06T03:42:25.678Z] ==> Running gcov in . (disable via -X gcov) [2024-09-06T03:42:25.678Z] ==> Python coveragepy not found [2024-09-06T03:42:25.678Z] ==> Searching for coverage reports in: [2024-09-06T03:42:25.678Z] + . [2024-09-06T03:42:25.937Z] -> Found 1 reports [2024-09-06T03:42:25.937Z] ==> Detecting git/mercurial file structure [2024-09-06T03:42:25.937Z] ==> Reading reports [2024-09-06T03:42:25.937Z] + ./coverage.out bytes=545398 [2024-09-06T03:42:25.937Z] ==> Appending adjustments [2024-09-06T03:42:25.937Z] https://docs.codecov.io/docs/fixing-reports [2024-09-06T03:42:27.313Z] + Found adjustments [2024-09-06T03:42:27.313Z] ==> Gzipping contents [2024-09-06T03:42:27.313Z] 68K /tmp/codecov.UlxliL.gz [2024-09-06T03:42:27.313Z] ==> Uploading reports [2024-09-06T03:42:27.313Z] url: https://codecov.io [2024-09-06T03:42:27.313Z] query: branch=main&commit=6ac0180759da1d23d6b313fd49d9fb17c0af6626&build=685&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F685%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-06T03:42:27.313Z] -> Pinging Codecov [2024-09-06T03:42:27.313Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=6ac0180759da1d23d6b313fd49d9fb17c0af6626&build=685&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F685%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-06T03:42:27.313Z] -> Uploading to [2024-09-06T03:42:27.313Z] https://storage.googleapis.com/codecov/v4/raw/2024-09-06/00271124DB129430A58F1EEE437C3FCB/6ac0180759da1d23d6b313fd49d9fb17c0af6626/8e199683-b4b0-47c6-99e0-90842aa6786c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240906%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240906T034227Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7ea02d4039a4a8a2933d630064c17b53a516f28d9dd0ed810d2deadd149cc9ad [2024-09-06T03:42:27.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:27.313Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:27.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68093 0 0 100 68093 0 226k --:--:-- --:--:-- --:--:-- 227k [2024-09-06T03:42:27.573Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6ac0180759da1d23d6b313fd49d9fb17c0af6626 [Pipeline] } [2024-09-06T03:42:27.580Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-09-06T03:42:27.812Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-09-06T03:42:27.830Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:42:28.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-06T03:42:28.139Z] [2024-09-06T03:42:28.139Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:42:28.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-06T03:42:28.445Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-09-06T03:42:28.445Z] 619be1103602: Already exists [2024-09-06T03:42:28.445Z] f8ea3408117e: Pulling fs layer [2024-09-06T03:42:28.445Z] 91320369b822: Pulling fs layer [2024-09-06T03:42:28.445Z] 0406650e8295: Pulling fs layer [2024-09-06T03:42:28.445Z] 4f4fb700ef54: Pulling fs layer [2024-09-06T03:42:28.445Z] 96d80e3f36e1: Pulling fs layer [2024-09-06T03:42:28.445Z] bcf3aedb951c: Pulling fs layer [2024-09-06T03:42:28.445Z] 4f4fb700ef54: Waiting [2024-09-06T03:42:28.445Z] 96d80e3f36e1: Waiting [2024-09-06T03:42:28.445Z] bcf3aedb951c: Waiting [2024-09-06T03:42:28.445Z] 0406650e8295: Download complete [2024-09-06T03:42:28.445Z] f8ea3408117e: Verifying Checksum [2024-09-06T03:42:28.445Z] 4f4fb700ef54: Verifying Checksum [2024-09-06T03:42:28.445Z] 4f4fb700ef54: Download complete [2024-09-06T03:42:28.445Z] f8ea3408117e: Pull complete [2024-09-06T03:42:28.702Z] 96d80e3f36e1: Verifying Checksum [2024-09-06T03:42:28.702Z] 96d80e3f36e1: Download complete [2024-09-06T03:42:28.959Z] 91320369b822: Verifying Checksum [2024-09-06T03:42:28.959Z] 91320369b822: Download complete [2024-09-06T03:42:29.542Z] bcf3aedb951c: Verifying Checksum [2024-09-06T03:42:29.542Z] bcf3aedb951c: Download complete [2024-09-06T03:42:32.068Z] 91320369b822: Pull complete [2024-09-06T03:42:32.068Z] 0406650e8295: Pull complete [2024-09-06T03:42:32.068Z] 4f4fb700ef54: Pull complete [2024-09-06T03:42:32.631Z] 96d80e3f36e1: Pull complete [2024-09-06T03:42:35.907Z] bcf3aedb951c: Pull complete [2024-09-06T03:42:35.907Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-09-06T03:42:35.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-06T03:42:35.907Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:42:36.007Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T03:42:36.022Z] $ 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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-09-06T03:42:40.174Z] $ docker top f79f3afdbc40bdf52e4813849ccec95cbd31e1c581e1508e27fe571a54042adb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-06T03:42:40.539Z] + git config --global --add safe.directory /w/workspace/edgex-go/685 [Pipeline] echo [2024-09-06T03:42:40.547Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-09-06T03:42:40.824Z] + set -o pipefail [2024-09-06T03:42:40.824Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-09-06T03:42:48.936Z] [2024-09-06T03:42:48.936Z] Monitoring /w/workspace/edgex-go/685 (github.com/edgexfoundry/edgex-go)... [2024-09-06T03:42:48.936Z] [2024-09-06T03:42:48.936Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/b0335587-2d0e-4559-afde-84e88f78e3ac [2024-09-06T03:42:48.936Z] [2024-09-06T03:42:48.936Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-09-06T03:42:48.936Z] [2024-09-06T03:42:49.501Z] [2024-09-06T03:42:49.502Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-09-06T03:42:49.502Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-09-06T03:42:49.497Z] $ docker stop --time=1 f79f3afdbc40bdf52e4813849ccec95cbd31e1c581e1508e27fe571a54042adb [2024-09-06T03:42:54.377Z] $ docker rm -f --volumes f79f3afdbc40bdf52e4813849ccec95cbd31e1c581e1508e27fe571a54042adb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-09-06T03:42:54.980Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-06T03:42:55.003Z] provisioning config files... [2024-09-06T03:42:55.011Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/685@tmp/config6659175021397054627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:42:55.315Z] --> edgex-publish-swagger.sh [2024-09-06T03:42:55.315Z] === Publish openapi/v3 API === [2024-09-06T03:42:55.315Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-09-06T03:42:55.315Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/685/openapi/v3/core-command.yaml] [2024-09-06T03:42:55.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:55.315Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:55.574Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 67591 --:--:-- --:--:-- --:--:-- 67591 [2024-09-06T03:42:55.574Z] [2024-09-06T03:42:55.574Z] [2024-09-06T03:42:55.574Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/685/openapi/v3/core-data.yaml] [2024-09-06T03:42:55.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:55.833Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:56.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 167k --:--:-- --:--:-- --:--:-- 167k [2024-09-06T03:42:56.092Z] [2024-09-06T03:42:56.092Z] [2024-09-06T03:42:56.092Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/685/openapi/v3/core-keeper.yaml] [2024-09-06T03:42:56.092Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:56.092Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:56.352Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 240 116k --:--:-- --:--:-- --:--:-- 116k [2024-09-06T03:42:56.352Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-06T03:42:56.352Z] [2024-09-06T03:42:56.352Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/685/openapi/v3/core-metadata.yaml] [2024-09-06T03:42:56.352Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:56.352Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:56.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 438 418k --:--:-- --:--:-- --:--:-- 418k [2024-09-06T03:42:56.920Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-06T03:42:56.920Z] [2024-09-06T03:42:56.920Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/685/openapi/v3/support-cron-scheduler.yaml] [2024-09-06T03:42:56.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:56.920Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:56.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46622 100 66 100 46556 290 200k --:--:-- --:--:-- --:--:-- 200k [2024-09-06T03:42:56.920Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-06T03:42:56.920Z] [2024-09-06T03:42:56.920Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/685/openapi/v3/support-notifications.yaml] [2024-09-06T03:42:57.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:57.180Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:57.440Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 419k --:--:-- --:--:-- --:--:-- 417k 100 87457 100 156 100 87301 496 271k --:--:-- --:--:-- --:--:-- 271k [2024-09-06T03:42:57.440Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-06T03:42:57.440Z] [2024-09-06T03:42:57.440Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/685/openapi/v3/support-scheduler.yaml] [2024-09-06T03:42:57.440Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-06T03:42:57.440Z] Dload Upload Total Spent Left Speed [2024-09-06T03:42:57.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 422 97k --:--:-- --:--:-- --:--:-- 98k [2024-09-06T03:42:57.699Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-06T03:42:57.699Z] [Pipeline] } [2024-09-06T03:42:57.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-09-06T03:42:58.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-06T03:42:58.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:42:58.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-06T03:42:58.441Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:42:58.521Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T03:42:58.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-06T03:42:59.073Z] $ docker top b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c -eo pid,comm [2024-09-06T03:42:59.135Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-09-06T03:42:59.135Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-06T03:42:59.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-06T03:42:59.191Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-06T03:42:59.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-06T03:42:59.298Z] $ docker exec b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c ssh-agent [2024-09-06T03:42:59.426Z] SSH_AUTH_SOCK=/tmp/ssh-9QDDIT1PFmgt/agent.34 [2024-09-06T03:42:59.426Z] SSH_AGENT_PID=40 [2024-09-06T03:42:59.430Z] Running ssh-add (command line suppressed) [2024-09-06T03:42:59.516Z] Identity added: /w/workspace/edgex-go/685@tmp/private_key_14385281741315976613.key (/w/workspace/edgex-go/685@tmp/private_key_14385281741315976613.key) [2024-09-06T03:42:59.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-06T03:42:59.842Z] + git semver tag [2024-09-06T03:43:00.101Z] 2024-09-06 03:42:59,990 [run_tag] DEBUG tag force:False [2024-09-06T03:43:00.101Z] 2024-09-06 03:42:59,990 [check_head_tag] DEBUG check head tag [2024-09-06T03:43:00.101Z] 2024-09-06 03:42:59,992 [execute] INFO git cat-file --batch-check [2024-09-06T03:43:00.101Z] 2024-09-06 03:42:59,992 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=) [2024-09-06T03:43:00.101Z] 2024-09-06 03:42:59,996 [execute] INFO git cat-file --batch [2024-09-06T03:43:00.101Z] 2024-09-06 03:42:59,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=) [2024-09-06T03:43:00.101Z] 2024-09-06 03:43:00,040 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:00.101Z] 2024-09-06 03:43:00,040 [execute] INFO git tag -a v3.2.0-dev.64 -m v3.2.0-dev.64 [2024-09-06T03:43:00.101Z] 2024-09-06 03:43:00,040 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.64', '-m', 'v3.2.0-dev.64'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=None) [2024-09-06T03:43:00.101Z] 2024-09-06 03:43:00,044 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:00.101Z] 3.2.0-dev.64 [Pipeline] } [2024-09-06T03:43:00.097Z] $ docker exec --env ******** --env ******** b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c ssh-agent -k [2024-09-06T03:43:00.204Z] unset SSH_AUTH_SOCK; [2024-09-06T03:43:00.205Z] unset SSH_AGENT_PID; [2024-09-06T03:43:00.205Z] echo Agent pid 40 killed; [2024-09-06T03:43:00.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-06T03:43:00.543Z] + git semver [Pipeline] } [2024-09-06T03:43:00.801Z] $ docker stop --time=1 b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c [2024-09-06T03:43:02.097Z] $ docker rm -f --volumes b455d3180b5aa8cf40391f14c84070f77e6a1744fde3163b1a5ce651e3bd395c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:43:02.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-06T03:43:02.505Z] [2024-09-06T03:43:02.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:43:02.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-06T03:43:02.809Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-09-06T03:43:02.809Z] ab5ef0e58194: Pulling fs layer [2024-09-06T03:43:02.809Z] 9712f1f96733: Pulling fs layer [2024-09-06T03:43:02.809Z] 63f879dbbcfc: Pulling fs layer [2024-09-06T03:43:02.809Z] 0d9ebad4ef96: Pulling fs layer [2024-09-06T03:43:02.809Z] e9a5061849ea: Pulling fs layer [2024-09-06T03:43:02.809Z] d747dcd14b5f: Pulling fs layer [2024-09-06T03:43:02.809Z] 2de7ff778b66: Pulling fs layer [2024-09-06T03:43:02.809Z] 0d9ebad4ef96: Waiting [2024-09-06T03:43:02.809Z] e9a5061849ea: Waiting [2024-09-06T03:43:02.809Z] d747dcd14b5f: Waiting [2024-09-06T03:43:02.809Z] 2de7ff778b66: Waiting [2024-09-06T03:43:02.809Z] 9712f1f96733: Verifying Checksum [2024-09-06T03:43:02.809Z] 9712f1f96733: Download complete [2024-09-06T03:43:03.067Z] 63f879dbbcfc: Verifying Checksum [2024-09-06T03:43:03.067Z] 63f879dbbcfc: Download complete [2024-09-06T03:43:03.067Z] e9a5061849ea: Verifying Checksum [2024-09-06T03:43:03.067Z] e9a5061849ea: Download complete [2024-09-06T03:43:03.324Z] d747dcd14b5f: Verifying Checksum [2024-09-06T03:43:03.324Z] d747dcd14b5f: Download complete [2024-09-06T03:43:03.324Z] 0d9ebad4ef96: Verifying Checksum [2024-09-06T03:43:03.324Z] 0d9ebad4ef96: Download complete [2024-09-06T03:43:03.324Z] ab5ef0e58194: Verifying Checksum [2024-09-06T03:43:03.324Z] ab5ef0e58194: Download complete [2024-09-06T03:43:03.324Z] 2de7ff778b66: Verifying Checksum [2024-09-06T03:43:03.324Z] 2de7ff778b66: Download complete [2024-09-06T03:43:05.853Z] ab5ef0e58194: Pull complete [2024-09-06T03:43:05.853Z] 9712f1f96733: Pull complete [2024-09-06T03:43:06.419Z] 63f879dbbcfc: Pull complete [2024-09-06T03:43:10.606Z] 0d9ebad4ef96: Pull complete [2024-09-06T03:43:10.606Z] e9a5061849ea: Pull complete [2024-09-06T03:43:10.865Z] d747dcd14b5f: Pull complete [2024-09-06T03:43:11.800Z] 2de7ff778b66: Pull complete [2024-09-06T03:43:11.800Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-09-06T03:43:11.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-06T03:43:11.800Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:43:11.906Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T03:43:11.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-09-06T03:43:18.061Z] $ docker top 759220059a17d9dafb9b547e614b0c8dfb74f1a95f8d487de2c65595d32c69ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-09-06T03:43:18.160Z] provisioning config files... [2024-09-06T03:43:18.167Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/685@tmp/config9248524706920271981tmp [2024-09-06T03:43:18.176Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/685@tmp/config2118353451090404255tmp [2024-09-06T03:43:18.185Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/685@tmp/config3151902782023918556tmp [Pipeline] { [Pipeline] echo [2024-09-06T03:43:18.212Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:18.505Z] ---> sigul-configuration.sh [2024-09-06T03:43:18.505Z] gpg: directory `/root/.gnupg' created [2024-09-06T03:43:18.505Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-09-06T03:43:18.505Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-09-06T03:43:18.505Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-09-06T03:43:18.505Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-09-06T03:43:18.505Z] gpg: CAST5 encrypted data [2024-09-06T03:43:18.505Z] gpg: encrypted with 1 passphrase [2024-09-06T03:43:18.505Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-09-06T03:43:18.798Z] + mkdir /home/jenkins [2024-09-06T03:43:18.798Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-09-06T03:43:19.092Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-09-06T03:43:19.104Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:19.395Z] ---> sigul-install.sh [2024-09-06T03:43:19.395Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-09-06T03:43:19.693Z] + git tag --list [2024-09-06T03:43:19.693Z] 0.6.0 [2024-09-06T03:43:19.693Z] 0.6.1 [2024-09-06T03:43:19.693Z] 0.7.0 [2024-09-06T03:43:19.693Z] 0.7.1 [2024-09-06T03:43:19.693Z] v1.0.0 [2024-09-06T03:43:19.693Z] v1.0.1 [2024-09-06T03:43:19.693Z] v1.1.0 [2024-09-06T03:43:19.693Z] v1.2.0 [2024-09-06T03:43:19.693Z] v1.2.1 [2024-09-06T03:43:19.693Z] v1.3.0 [2024-09-06T03:43:19.693Z] v1.3.1 [2024-09-06T03:43:19.693Z] v2.0.0 [2024-09-06T03:43:19.693Z] v2.1.0 [2024-09-06T03:43:19.693Z] v2.1.1 [2024-09-06T03:43:19.693Z] v2.2.0 [2024-09-06T03:43:19.693Z] v2.3.0 [2024-09-06T03:43:19.693Z] v3.0 [2024-09-06T03:43:19.693Z] v3.0.0 [2024-09-06T03:43:19.693Z] v3.1 [2024-09-06T03:43:19.693Z] v3.1.0 [2024-09-06T03:43:19.693Z] v3.1.0-dev.1 [2024-09-06T03:43:19.693Z] v3.1.0-dev.10 [2024-09-06T03:43:19.693Z] v3.1.0-dev.11 [2024-09-06T03:43:19.693Z] v3.1.0-dev.12 [2024-09-06T03:43:19.693Z] v3.1.0-dev.13 [2024-09-06T03:43:19.693Z] v3.1.0-dev.14 [2024-09-06T03:43:19.693Z] v3.1.0-dev.15 [2024-09-06T03:43:19.693Z] v3.1.0-dev.16 [2024-09-06T03:43:19.693Z] v3.1.0-dev.17 [2024-09-06T03:43:19.693Z] v3.1.0-dev.18 [2024-09-06T03:43:19.693Z] v3.1.0-dev.19 [2024-09-06T03:43:19.693Z] v3.1.0-dev.2 [2024-09-06T03:43:19.693Z] v3.1.0-dev.20 [2024-09-06T03:43:19.693Z] v3.1.0-dev.21 [2024-09-06T03:43:19.693Z] v3.1.0-dev.22 [2024-09-06T03:43:19.693Z] v3.1.0-dev.23 [2024-09-06T03:43:19.693Z] v3.1.0-dev.24 [2024-09-06T03:43:19.693Z] v3.1.0-dev.25 [2024-09-06T03:43:19.693Z] v3.1.0-dev.26 [2024-09-06T03:43:19.693Z] v3.1.0-dev.27 [2024-09-06T03:43:19.693Z] v3.1.0-dev.28 [2024-09-06T03:43:19.693Z] v3.1.0-dev.29 [2024-09-06T03:43:19.693Z] v3.1.0-dev.3 [2024-09-06T03:43:19.693Z] v3.1.0-dev.30 [2024-09-06T03:43:19.693Z] v3.1.0-dev.31 [2024-09-06T03:43:19.693Z] v3.1.0-dev.32 [2024-09-06T03:43:19.693Z] v3.1.0-dev.33 [2024-09-06T03:43:19.693Z] v3.1.0-dev.34 [2024-09-06T03:43:19.693Z] v3.1.0-dev.35 [2024-09-06T03:43:19.693Z] v3.1.0-dev.36 [2024-09-06T03:43:19.693Z] v3.1.0-dev.37 [2024-09-06T03:43:19.693Z] v3.1.0-dev.38 [2024-09-06T03:43:19.693Z] v3.1.0-dev.39 [2024-09-06T03:43:19.693Z] v3.1.0-dev.4 [2024-09-06T03:43:19.693Z] v3.1.0-dev.40 [2024-09-06T03:43:19.693Z] v3.1.0-dev.41 [2024-09-06T03:43:19.693Z] v3.1.0-dev.42 [2024-09-06T03:43:19.693Z] v3.1.0-dev.43 [2024-09-06T03:43:19.693Z] v3.1.0-dev.44 [2024-09-06T03:43:19.693Z] v3.1.0-dev.45 [2024-09-06T03:43:19.693Z] v3.1.0-dev.46 [2024-09-06T03:43:19.693Z] v3.1.0-dev.47 [2024-09-06T03:43:19.693Z] v3.1.0-dev.48 [2024-09-06T03:43:19.693Z] v3.1.0-dev.49 [2024-09-06T03:43:19.693Z] v3.1.0-dev.5 [2024-09-06T03:43:19.693Z] v3.1.0-dev.50 [2024-09-06T03:43:19.693Z] v3.1.0-dev.51 [2024-09-06T03:43:19.693Z] v3.1.0-dev.52 [2024-09-06T03:43:19.693Z] v3.1.0-dev.53 [2024-09-06T03:43:19.693Z] v3.1.0-dev.54 [2024-09-06T03:43:19.693Z] v3.1.0-dev.55 [2024-09-06T03:43:19.693Z] v3.1.0-dev.56 [2024-09-06T03:43:19.693Z] v3.1.0-dev.57 [2024-09-06T03:43:19.693Z] v3.1.0-dev.58 [2024-09-06T03:43:19.693Z] v3.1.0-dev.59 [2024-09-06T03:43:19.693Z] v3.1.0-dev.6 [2024-09-06T03:43:19.693Z] v3.1.0-dev.60 [2024-09-06T03:43:19.693Z] v3.1.0-dev.61 [2024-09-06T03:43:19.693Z] v3.1.0-dev.62 [2024-09-06T03:43:19.693Z] v3.1.0-dev.63 [2024-09-06T03:43:19.693Z] v3.1.0-dev.64 [2024-09-06T03:43:19.693Z] v3.1.0-dev.65 [2024-09-06T03:43:19.693Z] v3.1.0-dev.66 [2024-09-06T03:43:19.693Z] v3.1.0-dev.67 [2024-09-06T03:43:19.693Z] v3.1.0-dev.68 [2024-09-06T03:43:19.693Z] v3.1.0-dev.69 [2024-09-06T03:43:19.693Z] v3.1.0-dev.7 [2024-09-06T03:43:19.693Z] v3.1.0-dev.70 [2024-09-06T03:43:19.693Z] v3.1.0-dev.71 [2024-09-06T03:43:19.693Z] v3.1.0-dev.72 [2024-09-06T03:43:19.693Z] v3.1.0-dev.73 [2024-09-06T03:43:19.693Z] v3.1.0-dev.8 [2024-09-06T03:43:19.693Z] v3.1.0-dev.9 [2024-09-06T03:43:19.693Z] v3.1.1 [2024-09-06T03:43:19.693Z] v3.1.1-dev.1 [2024-09-06T03:43:19.693Z] v3.1.1-dev.2 [2024-09-06T03:43:19.693Z] v3.2.0-dev.1 [2024-09-06T03:43:19.693Z] v3.2.0-dev.10 [2024-09-06T03:43:19.693Z] v3.2.0-dev.11 [2024-09-06T03:43:19.693Z] v3.2.0-dev.12 [2024-09-06T03:43:19.693Z] v3.2.0-dev.13 [2024-09-06T03:43:19.693Z] v3.2.0-dev.14 [2024-09-06T03:43:19.693Z] v3.2.0-dev.15 [2024-09-06T03:43:19.693Z] v3.2.0-dev.16 [2024-09-06T03:43:19.693Z] v3.2.0-dev.17 [2024-09-06T03:43:19.693Z] v3.2.0-dev.18 [2024-09-06T03:43:19.693Z] v3.2.0-dev.19 [2024-09-06T03:43:19.693Z] v3.2.0-dev.2 [2024-09-06T03:43:19.693Z] v3.2.0-dev.20 [2024-09-06T03:43:19.693Z] v3.2.0-dev.21 [2024-09-06T03:43:19.693Z] v3.2.0-dev.22 [2024-09-06T03:43:19.693Z] v3.2.0-dev.23 [2024-09-06T03:43:19.693Z] v3.2.0-dev.24 [2024-09-06T03:43:19.693Z] v3.2.0-dev.25 [2024-09-06T03:43:19.693Z] v3.2.0-dev.26 [2024-09-06T03:43:19.693Z] v3.2.0-dev.27 [2024-09-06T03:43:19.693Z] v3.2.0-dev.28 [2024-09-06T03:43:19.693Z] v3.2.0-dev.29 [2024-09-06T03:43:19.693Z] v3.2.0-dev.3 [2024-09-06T03:43:19.693Z] v3.2.0-dev.30 [2024-09-06T03:43:19.693Z] v3.2.0-dev.31 [2024-09-06T03:43:19.693Z] v3.2.0-dev.32 [2024-09-06T03:43:19.693Z] v3.2.0-dev.33 [2024-09-06T03:43:19.693Z] v3.2.0-dev.34 [2024-09-06T03:43:19.693Z] v3.2.0-dev.35 [2024-09-06T03:43:19.693Z] v3.2.0-dev.36 [2024-09-06T03:43:19.693Z] v3.2.0-dev.37 [2024-09-06T03:43:19.694Z] v3.2.0-dev.38 [2024-09-06T03:43:19.694Z] v3.2.0-dev.39 [2024-09-06T03:43:19.694Z] v3.2.0-dev.4 [2024-09-06T03:43:19.694Z] v3.2.0-dev.40 [2024-09-06T03:43:19.694Z] v3.2.0-dev.41 [2024-09-06T03:43:19.694Z] v3.2.0-dev.42 [2024-09-06T03:43:19.694Z] v3.2.0-dev.43 [2024-09-06T03:43:19.694Z] v3.2.0-dev.44 [2024-09-06T03:43:19.694Z] v3.2.0-dev.45 [2024-09-06T03:43:19.694Z] v3.2.0-dev.46 [2024-09-06T03:43:19.694Z] v3.2.0-dev.47 [2024-09-06T03:43:19.694Z] v3.2.0-dev.48 [2024-09-06T03:43:19.694Z] v3.2.0-dev.49 [2024-09-06T03:43:19.694Z] v3.2.0-dev.5 [2024-09-06T03:43:19.694Z] v3.2.0-dev.50 [2024-09-06T03:43:19.694Z] v3.2.0-dev.51 [2024-09-06T03:43:19.694Z] v3.2.0-dev.52 [2024-09-06T03:43:19.694Z] v3.2.0-dev.53 [2024-09-06T03:43:19.694Z] v3.2.0-dev.54 [2024-09-06T03:43:19.694Z] v3.2.0-dev.55 [2024-09-06T03:43:19.694Z] v3.2.0-dev.56 [2024-09-06T03:43:19.694Z] v3.2.0-dev.57 [2024-09-06T03:43:19.694Z] v3.2.0-dev.58 [2024-09-06T03:43:19.694Z] v3.2.0-dev.59 [2024-09-06T03:43:19.694Z] v3.2.0-dev.6 [2024-09-06T03:43:19.694Z] v3.2.0-dev.60 [2024-09-06T03:43:19.694Z] v3.2.0-dev.61 [2024-09-06T03:43:19.694Z] v3.2.0-dev.62 [2024-09-06T03:43:19.694Z] v3.2.0-dev.63 [2024-09-06T03:43:19.694Z] v3.2.0-dev.64 [2024-09-06T03:43:19.694Z] v3.2.0-dev.7 [2024-09-06T03:43:19.694Z] v3.2.0-dev.8 [2024-09-06T03:43:19.694Z] v3.2.0-dev.9 [Pipeline] sh [2024-09-06T03:43:19.987Z] + lftools sign git-tag v3.2.0-dev.64 [2024-09-06T03:43:20.556Z] Signing Git tag with Sigul... [2024-09-06T03:43:20.556Z] Signing v3.2.0-dev.64 [Pipeline] echo [2024-09-06T03:43:20.830Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:21.121Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-09-06T03:43:21.128Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-09-06T03:43:21.142Z] $ docker stop --time=1 759220059a17d9dafb9b547e614b0c8dfb74f1a95f8d487de2c65595d32c69ef [2024-09-06T03:43:22.437Z] $ docker rm -f --volumes 759220059a17d9dafb9b547e614b0c8dfb74f1a95f8d487de2c65595d32c69ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-09-06T03:43:22.886Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-06T03:43:22.887Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:43:23.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-06T03:43:23.199Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:43:23.270Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T03:43:23.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-06T03:43:23.611Z] $ docker top 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad -eo pid,comm [2024-09-06T03:43:23.669Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-09-06T03:43:23.669Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-06T03:43:23.730Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-06T03:43:23.730Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-06T03:43:23.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-06T03:43:23.842Z] $ docker exec 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad ssh-agent [2024-09-06T03:43:23.962Z] SSH_AUTH_SOCK=/tmp/ssh-hOe3atRolbB0/agent.32 [2024-09-06T03:43:23.962Z] SSH_AGENT_PID=38 [2024-09-06T03:43:23.967Z] Running ssh-add (command line suppressed) [2024-09-06T03:43:24.049Z] Identity added: /w/workspace/edgex-go/685@tmp/private_key_8439377027928406309.key (/w/workspace/edgex-go/685@tmp/private_key_8439377027928406309.key) [2024-09-06T03:43:24.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-06T03:43:24.361Z] + git semver bump pre [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,510 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,510 [bump_version] DEBUG bumping version:3.2.0-dev.64 on axis:pre with prefix:dev [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,510 [bump_version] DEBUG bumped version:3.2.0-dev.65 [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,510 [write_version] DEBUG write version:3.2.0-dev.65 to path:/w/workspace/edgex-go/685/.semver/main with force:True [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,510 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,510 [write_file] DEBUG write to file:/w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,512 [execute] INFO git cat-file --batch-check [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,512 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=) [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,517 [execute] INFO git cat-file --batch [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=) [2024-09-06T03:43:24.621Z] 2024-09-06 03:43:24,522 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:24.621Z] 3.2.0-dev.65 [Pipeline] } [2024-09-06T03:43:24.617Z] $ docker exec --env ******** --env ******** 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad ssh-agent -k [2024-09-06T03:43:24.702Z] unset SSH_AUTH_SOCK; [2024-09-06T03:43:24.702Z] unset SSH_AGENT_PID; [2024-09-06T03:43:24.702Z] echo Agent pid 38 killed; [2024-09-06T03:43:24.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-06T03:43:25.051Z] + git semver [Pipeline] } [2024-09-06T03:43:25.308Z] $ docker stop --time=1 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad [2024-09-06T03:43:26.568Z] $ docker rm -f --volumes 7cb725fcaa74fe7b64ca5308fb512b5e77344766c66fd25e9ecaf81c5454b1ad [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-06T03:43:26.939Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-06T03:43:26.939Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:43:27.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-06T03:43:27.248Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:43:27.327Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T03:43:27.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-09-06T03:43:27.644Z] $ docker top c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 -eo pid,comm [2024-09-06T03:43:27.703Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-09-06T03:43:27.703Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-06T03:43:27.763Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-06T03:43:27.763Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-06T03:43:27.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-06T03:43:27.858Z] $ docker exec c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 ssh-agent [2024-09-06T03:43:27.989Z] SSH_AUTH_SOCK=/tmp/ssh-tramVuUAZLVC/agent.33 [2024-09-06T03:43:27.989Z] SSH_AGENT_PID=39 [2024-09-06T03:43:27.993Z] Running ssh-add (command line suppressed) [2024-09-06T03:43:28.069Z] Identity added: /w/workspace/edgex-go/685@tmp/private_key_493476995358517521.key (/w/workspace/edgex-go/685@tmp/private_key_493476995358517521.key) [2024-09-06T03:43:28.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-06T03:43:28.383Z] + git semver push [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,545 [run_push] DEBUG push [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,546 [execute] INFO git cat-file --batch-check [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,547 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=) [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,550 [execute] INFO git rev-list cfcd3bf5cf98b2ffe0da6aa00b9917788fbf0822 -- [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,550 [execute] DEBUG Popen(['git', 'rev-list', 'cfcd3bf5cf98b2ffe0da6aa00b9917788fbf0822', '--'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,568 [execute] INFO git fetch -v origin [2024-09-06T03:43:28.642Z] 2024-09-06 03:43:28,569 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=True, shell=None, istream=None) [2024-09-06T03:43:29.211Z] 2024-09-06 03:43:29,050 [run_push] DEBUG no remote changes detected [2024-09-06T03:43:29.211Z] 2024-09-06 03:43:29,050 [execute] INFO git push origin semver [2024-09-06T03:43:29.211Z] 2024-09-06 03:43:29,051 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/685/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-06T03:43:30.147Z] 2024-09-06 03:43:29,790 [run_push] DEBUG push all version tags [2024-09-06T03:43:30.147Z] 2024-09-06 03:43:29,791 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-09-06T03:43:30.147Z] 2024-09-06 03:43:29,791 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/685, universal_newlines=False, shell=None, istream=None) [2024-09-06T03:43:30.715Z] 2024-09-06 03:43:30,438 [read_version] DEBUG read version from /w/workspace/edgex-go/685/.semver/main [2024-09-06T03:43:30.715Z] 3.2.0-dev.65 [Pipeline] } [2024-09-06T03:43:30.712Z] $ docker exec --env ******** --env ******** c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 ssh-agent -k [2024-09-06T03:43:30.818Z] unset SSH_AUTH_SOCK; [2024-09-06T03:43:30.818Z] unset SSH_AGENT_PID; [2024-09-06T03:43:30.818Z] echo Agent pid 39 killed; [2024-09-06T03:43:30.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-06T03:43:31.167Z] + git semver [Pipeline] } [2024-09-06T03:43:31.423Z] $ docker stop --time=1 c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 [2024-09-06T03:43:32.714Z] $ docker rm -f --volumes c452ebdc8cec51b0beb91acb2507a78442146fd3d2b54bec05da8a8d3453a834 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-09-06T03:43:33.342Z] + [ -d /w/workspace/edgex-go/685/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:33.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:34.488Z] ---> package-listing.sh [2024-09-06T03:43:34.488Z] ++ facter osfamily [2024-09-06T03:43:34.488Z] ++ tr '[:upper:]' '[:lower:]' [2024-09-06T03:43:34.748Z] + OS_FAMILY=debian [2024-09-06T03:43:34.748Z] + workspace=/w/workspace/edgex-go/685 [2024-09-06T03:43:34.748Z] + START_PACKAGES=/tmp/packages_start.txt [2024-09-06T03:43:34.748Z] + END_PACKAGES=/tmp/packages_end.txt [2024-09-06T03:43:34.748Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-09-06T03:43:34.748Z] + PACKAGES=/tmp/packages_start.txt [2024-09-06T03:43:34.748Z] + '[' /w/workspace/edgex-go/685 ']' [2024-09-06T03:43:34.748Z] + PACKAGES=/tmp/packages_end.txt [2024-09-06T03:43:34.748Z] + case "${OS_FAMILY}" in [2024-09-06T03:43:34.748Z] + dpkg -l [2024-09-06T03:43:34.748Z] + grep '^ii' [2024-09-06T03:43:34.748Z] + '[' -f /tmp/packages_start.txt ']' [2024-09-06T03:43:34.748Z] + '[' -f /tmp/packages_end.txt ']' [2024-09-06T03:43:34.748Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-09-06T03:43:34.748Z] + '[' /w/workspace/edgex-go/685 ']' [2024-09-06T03:43:34.748Z] + mkdir -p /w/workspace/edgex-go/685/archives/ [2024-09-06T03:43:34.748Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/685/archives/ [Pipeline] echo [2024-09-06T03:43:34.761Z] 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/685/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-09-06T03:43:35.043Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:43:35.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-06T03:43:35.609Z] [2024-09-06T03:43:35.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-06T03:43:35.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-06T03:43:35.911Z] latest: Pulling from edgex-lftools-log-publisher [2024-09-06T03:43:35.911Z] 5eb5b503b376: Pulling fs layer [2024-09-06T03:43:35.911Z] 5c69ac0246d0: Pulling fs layer [2024-09-06T03:43:35.911Z] ec43610c2a17: Pulling fs layer [2024-09-06T03:43:35.911Z] 3a2ae6a8a46f: Pulling fs layer [2024-09-06T03:43:35.911Z] 33b1e0a273af: Pulling fs layer [2024-09-06T03:43:35.911Z] 5d3b04190fa2: Pulling fs layer [2024-09-06T03:43:35.911Z] 2f39f015ded8: Pulling fs layer [2024-09-06T03:43:35.911Z] 33b1e0a273af: Waiting [2024-09-06T03:43:35.911Z] 5d3b04190fa2: Waiting [2024-09-06T03:43:35.911Z] 3a2ae6a8a46f: Waiting [2024-09-06T03:43:35.911Z] 2f39f015ded8: Waiting [2024-09-06T03:43:35.911Z] 5c69ac0246d0: Download complete [2024-09-06T03:43:36.170Z] ec43610c2a17: Verifying Checksum [2024-09-06T03:43:36.170Z] ec43610c2a17: Download complete [2024-09-06T03:43:36.170Z] 33b1e0a273af: Verifying Checksum [2024-09-06T03:43:36.170Z] 33b1e0a273af: Download complete [2024-09-06T03:43:36.170Z] 5d3b04190fa2: Download complete [2024-09-06T03:43:36.170Z] 5eb5b503b376: Verifying Checksum [2024-09-06T03:43:36.170Z] 5eb5b503b376: Download complete [2024-09-06T03:43:36.738Z] 2f39f015ded8: Verifying Checksum [2024-09-06T03:43:36.738Z] 2f39f015ded8: Download complete [2024-09-06T03:43:37.673Z] 5eb5b503b376: Pull complete [2024-09-06T03:43:37.673Z] 5c69ac0246d0: Pull complete [2024-09-06T03:43:38.255Z] ec43610c2a17: Pull complete [2024-09-06T03:43:38.255Z] 3a2ae6a8a46f: Pull complete [2024-09-06T03:43:38.513Z] 33b1e0a273af: Pull complete [2024-09-06T03:43:38.513Z] 5d3b04190fa2: Pull complete [2024-09-06T03:43:42.697Z] 2f39f015ded8: Pull complete [2024-09-06T03:43:42.697Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-09-06T03:43:42.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-06T03:43:42.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-06T03:43:42.800Z] prd-ubuntu20.04-docker-8c-8g-9549 does not seem to be running inside a container [2024-09-06T03:43:42.817Z] $ 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/685/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/685 -v /w/workspace/edgex-go/685:/w/workspace/edgex-go/685:rw,z -v /w/workspace/edgex-go/685@tmp:/w/workspace/edgex-go/685@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-09-06T03:43:50.018Z] $ docker top 49f4278017f5aece5ab70ffa25db2322ae1b10f9ea553c470fc71cfa950c5f1f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-06T03:43:50.378Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-09-06T03:43:50.666Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-09-06T03:43:50.953Z] + ls /var/log/sa-host [2024-09-06T03:43:50.953Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-06T03:43:51.118Z] provisioning config files... [2024-09-06T03:43:51.126Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/685@tmp/config11580741418793712475tmp [Pipeline] { [Pipeline] echo [2024-09-06T03:43:51.144Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:51.426Z] ---> create-netrc.sh [Pipeline] } [2024-09-06T03:43:51.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:51.855Z] ---> python-tools-install.sh [Pipeline] echo [2024-09-06T03:43:51.908Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:52.256Z] ---> sudo-logs.sh [2024-09-06T03:43:52.256Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-09-06T03:43:52.303Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:52.607Z] ---> job-cost.sh [2024-09-06T03:43:52.607Z] lf-activate-venv: SKIPPING [2024-09-06T03:43:52.607Z] DEBUG: total: 0.10999999940395355 [2024-09-06T03:43:52.607Z] INFO: Retrieving Stack Cost... [2024-09-06T03:43:53.175Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-06T03:43:53.433Z] INFO: Archiving Costs [Pipeline] echo [2024-09-06T03:43:53.448Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-06T03:43:53.730Z] ---> logs-deploy.sh [2024-09-06T03:43:53.730Z] lf-activate-venv: SKIPPING [2024-09-06T03:43:53.730Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/685 [2024-09-06T03:43:53.730Z] INFO: archiving workspace using pattern(s): [2024-09-06T03:43:54.667Z] Archives upload complete. [2024-09-06T03:43:54.667Z] INFO: archiving logs to Nexus