Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 08e30e9824952b0f8cde611c7e69c4c853d0027d 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-ssh336705965747016792.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-ssh12247070650667296812.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-ssh8332514749624590003.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-ssh2712700902066990068.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-ssh7409571784763461544.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10986 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/703 [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/703 # 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 08e30e9824952b0f8cde611c7e69c4c853d0027d (main) Commit message: "Merge pull request #4922 from jackchenjc/issue-4910" > 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 08e30e9824952b0f8cde611c7e69c4c853d0027d # timeout=10 > git rev-list --no-walk 3e97884d0537eb476c5355c3438fc2fb2246485e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-09-24T10:29:36.901Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-09-24T10:29:36.979Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-09-24T10:29:37.010Z] ========================================================= [2024-09-24T10:29:37.010Z] EdgeX Global Pipelines Version Info [2024-09-24T10:29:37.010Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-09-24T10:29:38.113Z] ------------------- [2024-09-24T10:29:38.113Z] stable info: [2024-09-24T10:29:38.113Z] ------------------- [2024-09-24T10:29:38.113Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-24T10:29:38.113Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-24T10:29:38.113Z] Message: update stable to v1.0.263 [2024-09-24T10:29:38.373Z] ------------------- [2024-09-24T10:29:38.373Z] experimental info: [2024-09-24T10:29:38.373Z] ------------------- [2024-09-24T10:29:38.373Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-24T10:29:38.373Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-24T10:29:38.373Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-09-24T10:29:38.456Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-09-24T10:29:38.479Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-09-24T10:29:38.499Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-09-24T10:29:38.519Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-09-24T10:29:38.543Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-09-24T10:29:38.565Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-09-24T10:29:38.590Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-09-24T10:29:38.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-09-24T10:29:38.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-09-24T10:29:38.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-09-24T10:29:38.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-09-24T10:29:38.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-09-24T10:29:38.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-09-24T10:29:38.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-09-24T10:29:38.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-09-24T10:29:38.809Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-09-24T10:29:38.836Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-09-24T10:29:38.858Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-09-24T10:29:38.876Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-09-24T10:29:38.895Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-09-24T10:29:38.917Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-09-24T10:29:38.937Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-09-24T10:29:38.959Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-09-24T10:29:38.982Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-09-24T10:29:39.004Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-09-24T10:29:39.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-09-24T10:29:39.061Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] echo [2024-09-24T10:29:39.091Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 08e30e9 [Pipeline] echo [2024-09-24T10:29:39.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-24T10:29:39.180Z] provisioning config files... [2024-09-24T10:29:39.193Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config18074711813371049439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-24T10:29:39.528Z] ---> ****-login.sh [2024-09-24T10:29:39.528Z] nexus3.edgexfoundry.org:10001 [2024-09-24T10:29:40.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:29:40.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:29:40.470Z] Configure a credential helper to remove this warning. See [2024-09-24T10:29:40.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:29:40.471Z] [2024-09-24T10:29:40.471Z] Login Succeeded [2024-09-24T10:29:40.471Z] nexus3.edgexfoundry.org:10002 [2024-09-24T10:29:40.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:29:40.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:29:40.471Z] Configure a credential helper to remove this warning. See [2024-09-24T10:29:40.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:29:40.471Z] [2024-09-24T10:29:40.471Z] Login Succeeded [2024-09-24T10:29:40.471Z] nexus3.edgexfoundry.org:10003 [2024-09-24T10:29:40.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:29:40.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:29:40.731Z] Configure a credential helper to remove this warning. See [2024-09-24T10:29:40.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:29:40.731Z] [2024-09-24T10:29:40.731Z] Login Succeeded [2024-09-24T10:29:40.731Z] nexus3.edgexfoundry.org:10004 [2024-09-24T10:29:40.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:29:40.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:29:40.731Z] Configure a credential helper to remove this warning. See [2024-09-24T10:29:40.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:29:40.731Z] [2024-09-24T10:29:40.731Z] Login Succeeded [2024-09-24T10:29:40.731Z] ****.io [2024-09-24T10:29:40.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:29:40.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:29:40.991Z] Configure a credential helper to remove this warning. See [2024-09-24T10:29:40.991Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:29:40.991Z] [2024-09-24T10:29:40.991Z] Login Succeeded [2024-09-24T10:29:40.991Z] ---> ****-login.sh ends [Pipeline] } [2024-09-24T10:29:40.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-24T10:29:41.333Z] + 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-24T10:29:41.333Z] + + dirname cmd/core-command/Dockerfile [2024-09-24T10:29:41.333Z] cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo core-command,cmd/core-command/Dockerfile [2024-09-24T10:29:41.333Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-09-24T10:29:41.333Z] cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + dirname cmd/core-data/Dockerfile [2024-09-24T10:29:41.333Z] + echo core-data,cmd/core-data/Dockerfile [2024-09-24T10:29:41.333Z] + dirname+ cmd/core-keeper/Dockerfile [2024-09-24T10:29:41.333Z] cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-09-24T10:29:41.333Z] + + cut -d/ -f2dirname [2024-09-24T10:29:41.333Z] cmd/core-metadata/Dockerfile [2024-09-24T10:29:41.333Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-09-24T10:29:41.333Z] + + cut -d/ -f2 [2024-09-24T10:29:41.333Z] dirname cmd/security-proxy-auth/Dockerfile [2024-09-24T10:29:41.333Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-09-24T10:29:41.333Z] + + dirname cmd/security-proxy-setup/Dockerfile [2024-09-24T10:29:41.333Z] cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/security-spire-agent/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-09-24T10:29:41.333Z] + + cutdirname -d/ cmd/security-spire-config/Dockerfile -f2 [2024-09-24T10:29:41.333Z] [2024-09-24T10:29:41.333Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-09-24T10:29:41.333Z] + + dirname cmd/security-spire-server/Dockerfile [2024-09-24T10:29:41.333Z] cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/support-notifications/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-09-24T10:29:41.333Z] + dirname cmd/support-scheduler/Dockerfile [2024-09-24T10:29:41.333Z] + cut -d/ -f2 [2024-09-24T10:29:41.333Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-09-24T10:29:41.371Z] 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-24T10:29:41.752Z] + git rev-list -1 --merges 08e30e9824952b0f8cde611c7e69c4c853d0027d~1..08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] echo [2024-09-24T10:29:41.764Z] -----------> git rev-list -1 --merges 08e30e9824952b0f8cde611c7e69c4c853d0027d~1..08e30e9824952b0f8cde611c7e69c4c853d0027d 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:29:41.764Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [false] [Pipeline] sh [2024-09-24T10:29:42.066Z] + git log --format=format:%s -1 08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] echo [2024-09-24T10:29:42.082Z] ========================================================= [2024-09-24T10:29:42.082Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-09-24T10:29:42.082Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-09-24T10:29:42.547Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-24T10:29:42.547Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-09-24T10:29:42.547Z] + [ -e /tmp/ssh_known_hosts ] [2024-09-24T10:29:42.547Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-09-24T10:29:42.547Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-09-24T10:29:42.547Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-09-24T10:29:42.547Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:29:42.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-24T10:29:42.978Z] [2024-09-24T10:29:42.978Z] 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-24T10:29:43.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-24T10:29:43.552Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-09-24T10:29:43.552Z] b85a868b505f: Pulling fs layer [2024-09-24T10:29:43.552Z] e2be974225ed: Pulling fs layer [2024-09-24T10:29:43.552Z] 339a4e72a1f5: Pulling fs layer [2024-09-24T10:29:43.552Z] 988bab9f4d93: Pulling fs layer [2024-09-24T10:29:43.552Z] 1469e6f7b9e6: Pulling fs layer [2024-09-24T10:29:43.552Z] eaf3925da568: Pulling fs layer [2024-09-24T10:29:43.552Z] bab4dde63d76: Pulling fs layer [2024-09-24T10:29:43.552Z] 988bab9f4d93: Waiting [2024-09-24T10:29:43.552Z] 1469e6f7b9e6: Waiting [2024-09-24T10:29:43.552Z] bde34c3a00c8: Pulling fs layer [2024-09-24T10:29:43.552Z] eaf3925da568: Waiting [2024-09-24T10:29:43.552Z] bab4dde63d76: Waiting [2024-09-24T10:29:43.552Z] bde34c3a00c8: Waiting [2024-09-24T10:29:43.552Z] b352a97aabf1: Pulling fs layer [2024-09-24T10:29:43.552Z] b352a97aabf1: Waiting [2024-09-24T10:29:43.552Z] 4872d77fe225: Pulling fs layer [2024-09-24T10:29:43.552Z] 5851b861e8e6: Pulling fs layer [2024-09-24T10:29:43.552Z] e2be974225ed: Download complete [2024-09-24T10:29:43.552Z] 988bab9f4d93: Verifying Checksum [2024-09-24T10:29:43.552Z] 988bab9f4d93: Download complete [2024-09-24T10:29:43.552Z] 1469e6f7b9e6: Verifying Checksum [2024-09-24T10:29:43.552Z] 1469e6f7b9e6: Download complete [2024-09-24T10:29:43.552Z] 339a4e72a1f5: Download complete [2024-09-24T10:29:43.552Z] eaf3925da568: Verifying Checksum [2024-09-24T10:29:43.552Z] eaf3925da568: Download complete [2024-09-24T10:29:43.552Z] bde34c3a00c8: Download complete [2024-09-24T10:29:43.552Z] b352a97aabf1: Verifying Checksum [2024-09-24T10:29:43.552Z] b352a97aabf1: Download complete [2024-09-24T10:29:43.552Z] 4872d77fe225: Download complete [2024-09-24T10:29:43.811Z] 5851b861e8e6: Download complete [2024-09-24T10:29:43.811Z] b85a868b505f: Verifying Checksum [2024-09-24T10:29:43.811Z] b85a868b505f: Download complete [2024-09-24T10:29:44.070Z] bab4dde63d76: Verifying Checksum [2024-09-24T10:29:44.070Z] bab4dde63d76: Download complete [2024-09-24T10:29:45.008Z] b85a868b505f: Pull complete [2024-09-24T10:29:45.266Z] e2be974225ed: Pull complete [2024-09-24T10:29:45.835Z] 339a4e72a1f5: Pull complete [2024-09-24T10:29:45.835Z] 988bab9f4d93: Pull complete [2024-09-24T10:29:46.094Z] 1469e6f7b9e6: Pull complete [2024-09-24T10:29:46.094Z] eaf3925da568: Pull complete [2024-09-24T10:29:47.996Z] bab4dde63d76: Pull complete [2024-09-24T10:29:47.996Z] bde34c3a00c8: Pull complete [2024-09-24T10:29:47.996Z] b352a97aabf1: Pull complete [2024-09-24T10:29:47.996Z] 4872d77fe225: Pull complete [2024-09-24T10:29:48.256Z] 5851b861e8e6: Pull complete [2024-09-24T10:29:48.256Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-09-24T10:29:48.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-24T10:29:48.256Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T10:29:48.400Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T10:29:48.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T10:29:52.092Z] $ docker top f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 -eo pid,comm [2024-09-24T10:29:52.146Z] 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-24T10:29:52.146Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-24T10:29:52.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-24T10:29:52.214Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-24T10:29:52.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-24T10:29:52.324Z] $ docker exec f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent [2024-09-24T10:29:52.422Z] SSH_AUTH_SOCK=/tmp/ssh-jKgH7Zrhxb39/agent.33 [2024-09-24T10:29:52.422Z] SSH_AGENT_PID=39 [2024-09-24T10:29:52.429Z] Running ssh-add (command line suppressed) [2024-09-24T10:29:52.526Z] Identity added: /w/workspace/edgex-go/703@tmp/private_key_5017135058946148307.key (/w/workspace/edgex-go/703@tmp/private_key_5017135058946148307.key) [2024-09-24T10:29:52.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-24T10:29:52.840Z] + git tag --points-at HEAD [Pipeline] } [2024-09-24T10:29:52.849Z] $ docker exec --env ******** --env ******** f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent -k [2024-09-24T10:29:52.942Z] unset SSH_AUTH_SOCK; [2024-09-24T10:29:52.942Z] unset SSH_AGENT_PID; [2024-09-24T10:29:52.942Z] echo Agent pid 39 killed; [2024-09-24T10:29:52.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-09-24T10:29:53.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-24T10:29:53.010Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-24T10:29:53.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-24T10:29:53.110Z] $ docker exec f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent [2024-09-24T10:29:53.213Z] SSH_AUTH_SOCK=/tmp/ssh-76dbni7zrBAL/agent.72 [2024-09-24T10:29:53.213Z] SSH_AGENT_PID=78 [2024-09-24T10:29:53.218Z] Running ssh-add (command line suppressed) [2024-09-24T10:29:53.315Z] Identity added: /w/workspace/edgex-go/703@tmp/private_key_5145555819647826849.key (/w/workspace/edgex-go/703@tmp/private_key_5145555819647826849.key) [2024-09-24T10:29:53.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-24T10:29:53.628Z] + git semver init [2024-09-24T10:29:53.887Z] 2024-09-24 10:29:53,798 [run_init] DEBUG init version:0.0.0 force:False [2024-09-24T10:29:53.887Z] 2024-09-24 10:29:53,799 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/703/.semver [2024-09-24T10:29:53.887Z] 2024-09-24 10:29:53,800 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/703/.semver [2024-09-24T10:29:53.887Z] 2024-09-24 10:29:53,800 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/703/.semver'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=None) [2024-09-24T10:30:00.475Z] 2024-09-24 10:29:59,284 [append_file] DEBUG append to file:/w/workspace/edgex-go/703/.git/info/exclude [2024-09-24T10:30:00.475Z] 2024-09-24 10:29:59,285 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/703/.semver/main with force:False [2024-09-24T10:30:00.475Z] 2024-09-24 10:29:59,285 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T10:30:00.475Z] 2024-09-24 10:29:59,285 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T10:30:00.475Z] 3.2.0-dev.81 [Pipeline] } [2024-09-24T10:30:00.485Z] $ docker exec --env ******** --env ******** f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 ssh-agent -k [2024-09-24T10:30:00.579Z] unset SSH_AUTH_SOCK; [2024-09-24T10:30:00.579Z] unset SSH_AGENT_PID; [2024-09-24T10:30:00.579Z] echo Agent pid 78 killed; [2024-09-24T10:30:00.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-24T10:30:00.914Z] + git semver [Pipeline] } [2024-09-24T10:30:01.188Z] $ docker stop --time=1 f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 [2024-09-24T10:30:02.497Z] $ docker rm -f --volumes f6097c7791e7a9b84e797255056fa015b03b2ccbf2df677f6111c4704c3923d8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-24T10:30:02.909Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-09-24T10:30:03.206Z] Stashed 1 file(s) [Pipeline] echo [2024-09-24T10:30:03.211Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.81 [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-24T10:30:03.675Z] + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] echo [2024-09-24T10:30:03.689Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-24T10:30:03.712Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-24T10:30:03.727Z] ========================================================= [2024-09-24T10:30:03.727Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-09-24T10:30:03.727Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-24T10:30:04.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-24T10:30:04.030Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-09-24T10:30:04.030Z] 619be1103602: Pulling fs layer [2024-09-24T10:30:04.030Z] 7862e08f4a3e: Pulling fs layer [2024-09-24T10:30:04.030Z] 5df492c9dc93: Pulling fs layer [2024-09-24T10:30:04.030Z] 7629e6793208: Pulling fs layer [2024-09-24T10:30:04.030Z] 4f4fb700ef54: Pulling fs layer [2024-09-24T10:30:04.030Z] fb5054dd5b73: Pulling fs layer [2024-09-24T10:30:04.030Z] eeca6798cff9: Pulling fs layer [2024-09-24T10:30:04.030Z] aa269ceb94a6: Pulling fs layer [2024-09-24T10:30:04.030Z] ada007ff1a6a: Pulling fs layer [2024-09-24T10:30:04.030Z] 7629e6793208: Waiting [2024-09-24T10:30:04.030Z] 4f4fb700ef54: Waiting [2024-09-24T10:30:04.030Z] aa269ceb94a6: Waiting [2024-09-24T10:30:04.030Z] fb5054dd5b73: Waiting [2024-09-24T10:30:04.030Z] eeca6798cff9: Waiting [2024-09-24T10:30:04.030Z] ada007ff1a6a: Waiting [2024-09-24T10:30:04.030Z] 7862e08f4a3e: Download complete [2024-09-24T10:30:04.030Z] 7629e6793208: Download complete [2024-09-24T10:30:04.030Z] 4f4fb700ef54: Verifying Checksum [2024-09-24T10:30:04.030Z] 4f4fb700ef54: Download complete [2024-09-24T10:30:04.030Z] fb5054dd5b73: Download complete [2024-09-24T10:30:04.030Z] 619be1103602: Verifying Checksum [2024-09-24T10:30:04.030Z] 619be1103602: Download complete [2024-09-24T10:30:04.030Z] eeca6798cff9: Verifying Checksum [2024-09-24T10:30:04.030Z] eeca6798cff9: Download complete [2024-09-24T10:30:04.290Z] 619be1103602: Pull complete [2024-09-24T10:30:04.290Z] ada007ff1a6a: Verifying Checksum [2024-09-24T10:30:04.290Z] ada007ff1a6a: Download complete [2024-09-24T10:30:04.290Z] 7862e08f4a3e: Pull complete [2024-09-24T10:30:04.548Z] 5df492c9dc93: Verifying Checksum [2024-09-24T10:30:04.548Z] 5df492c9dc93: Download complete [2024-09-24T10:30:04.806Z] aa269ceb94a6: Verifying Checksum [2024-09-24T10:30:04.806Z] aa269ceb94a6: Download complete [2024-09-24T10:30:07.337Z] 5df492c9dc93: Pull complete [2024-09-24T10:30:07.596Z] 7629e6793208: Pull complete [2024-09-24T10:30:07.596Z] 4f4fb700ef54: Pull complete [2024-09-24T10:30:07.596Z] fb5054dd5b73: Pull complete [2024-09-24T10:30:07.856Z] eeca6798cff9: Pull complete [2024-09-24T10:30:10.387Z] aa269ceb94a6: Pull complete [2024-09-24T10:30:10.954Z] ada007ff1a6a: Pull complete [2024-09-24T10:30:10.954Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-09-24T10:30:10.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-24T10:30:10.954Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-24T10:30:11.253Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-24T10:30:11.253Z] WORKDIR /edgex [2024-09-24T10:30:11.253Z] COPY go.mod . [2024-09-24T10:30:11.253Z] RUN go mod download build [2024-09-24T10:30:11.253Z] -t ci-base-image-x86_64 -f - . [2024-09-24T10:30:11.821Z] Sending build context to Docker daemon 179.4MB [2024-09-24T10:30:11.821Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-24T10:30:11.821Z] ---> f489d0715acc [2024-09-24T10:30:11.821Z] Step 2/4 : WORKDIR /edgex [2024-09-24T10:30:18.323Z] Still waiting to schedule task [2024-09-24T10:30:18.323Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-09-24T10:30:18.395Z] ---> Running in 4914dba40133 [2024-09-24T10:30:18.395Z] Removing intermediate container 4914dba40133 [2024-09-24T10:30:18.395Z] ---> f3638e11f350 [2024-09-24T10:30:18.395Z] Step 3/4 : COPY go.mod . [2024-09-24T10:30:18.395Z] ---> a7e3a09acad4 [2024-09-24T10:30:18.395Z] Step 4/4 : RUN go mod download [2024-09-24T10:30:18.395Z] ---> Running in c71864ef43b1 [2024-09-24T10:30:44.944Z] Removing intermediate container c71864ef43b1 [2024-09-24T10:30:44.944Z] ---> 83a99856dca1 [2024-09-24T10:30:44.944Z] Successfully built 83a99856dca1 [2024-09-24T10:30:44.944Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:30:45.408Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-24T10:30:45.408Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T10:30:45.499Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T10:30:45.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T10:30:45.980Z] $ docker top b4d7144b2d753d6903037fe5e6e733d5f9801fc5bb955d85a4a36efd08ccf7e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-24T10:30:46.324Z] + go version [2024-09-24T10:30:46.324Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-09-24T10:30:46.342Z] $ docker stop --time=1 b4d7144b2d753d6903037fe5e6e733d5f9801fc5bb955d85a4a36efd08ccf7e7 [2024-09-24T10:30:47.603Z] $ docker rm -f --volumes b4d7144b2d753d6903037fe5e6e733d5f9801fc5bb955d85a4a36efd08ccf7e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:30:48.033Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-24T10:30:48.033Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T10:30:48.102Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T10:30:48.136Z] $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T10:30:48.473Z] $ docker top f2cf38633e5c58f80fe3da04db5d4ceea1c6e937e251e9322ea05d9a74ab2f2e -eo pid,comm [Pipeline] { [Pipeline] echo [2024-09-24T10:30:48.539Z] ========================================================= [2024-09-24T10:30:48.539Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-09-24T10:30:48.539Z] ========================================================= [Pipeline] sh [2024-09-24T10:30:48.818Z] + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] fileExists [Pipeline] sh [2024-09-24T10:30:49.128Z] + make test [2024-09-24T10:30:49.128Z] go test -race -coverprofile=coverage.out ./... [2024-09-24T10:30:55.702Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-09-24T10:31:22.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-09-24T10:31:22.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-09-24T10:31:22.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-09-24T10:31:23.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-09-24T10:31:23.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-09-24T10:31:23.890Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-09-24T10:31:23.890Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-09-24T10:31:23.890Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-09-24T10:31:23.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-09-24T10:31:25.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-09-24T10:31:25.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-09-24T10:31:26.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.020s coverage: 28.7% of statements [2024-09-24T10:31:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-09-24T10:31:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-09-24T10:31:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-09-24T10:31:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-09-24T10:31:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-09-24T10:31:27.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-09-24T10:31:28.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-09-24T10:31:29.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-09-24T10:31:29.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-09-24T10:31:29.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-09-24T10:31:29.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-09-24T10:31:29.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-09-24T10:31:30.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-09-24T10:31:30.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-09-24T10:31:30.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.2% of statements [2024-09-24T10:31:30.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.038s coverage: 53.2% of statements [2024-09-24T10:31:30.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.272s coverage: 93.4% of statements [2024-09-24T10:31:30.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 91.7% of statements [2024-09-24T10:31:31.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-09-24T10:31:31.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-09-24T10:31:31.373Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-09-24T10:31:31.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 7.0% of statements [2024-09-24T10:31:32.746Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] [2024-09-24T10:31:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.388s coverage: 95.8% of statements [2024-09-24T10:31:32.746Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.020s coverage: 72.2% of statements [2024-09-24T10:31:33.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-09-24T10:31:33.005Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-09-24T10:31:33.573Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.031s coverage: 0.0% of statements [no tests to run] [2024-09-24T10:31:34.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements [2024-09-24T10:31:34.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 30.9% of statements [2024-09-24T10:31:34.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements [2024-09-24T10:31:34.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.021s coverage: 77.8% of statements [2024-09-24T10:31:34.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.012s coverage: 94.1% of statements [2024-09-24T10:31:34.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements [2024-09-24T10:31:34.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements [2024-09-24T10:31:35.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-09-24T10:31:35.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-09-24T10:31:35.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-09-24T10:31:35.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-09-24T10:31:35.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-09-24T10:31:35.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-09-24T10:31:35.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-09-24T10:31:35.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-09-24T10:31:36.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-09-24T10:31:36.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-09-24T10:31:36.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-09-24T10:31:37.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-09-24T10:31:37.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-09-24T10:31:37.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-09-24T10:31:37.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-09-24T10:31:37.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-09-24T10:31:37.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-09-24T10:31:38.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-09-24T10:31:39.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-09-24T10:31:40.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-09-24T10:31:41.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-09-24T10:31:41.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-09-24T10:31:43.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-09-24T10:31:43.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-09-24T10:31:43.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-09-24T10:31:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-09-24T10:31:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-09-24T10:31:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-09-24T10:31:45.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-09-24T10:31:45.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-09-24T10:31:45.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-09-24T10:31:45.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-09-24T10:31:46.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-09-24T10:31:46.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] [2024-09-24T10:31:46.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-09-24T10:31:47.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2024-09-24T10:31:47.383Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10987 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-09-24T10:31:47.400Z] Running in /w/workspace/edgex-go/703 [Pipeline] { [Pipeline] checkout [2024-09-24T10:31:47.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-09-24T10:31:47.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-09-24T10:31:47.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-09-24T10:31:48.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-09-24T10:31:48.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-09-24T10:31:48.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-09-24T10:31:48.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-09-24T10:31:49.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-09-24T10:31:49.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-09-24T10:31:49.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-09-24T10:31:49.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-09-24T10:31:50.470Z] The recommended git tool is: git [2024-09-24T10:31:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-09-24T10:31:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-09-24T10:31:51.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-09-24T10:31:51.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-09-24T10:31:54.978Z] using credential edgex-jenkins-ssh [2024-09-24T10:31:55.004Z] Cloning the remote Git repository [2024-09-24T10:31:55.040Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-09-24T10:31:55.121Z] > git init /w/workspace/edgex-go/703 # timeout=10 [2024-09-24T10:31:55.267Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-09-24T10:31:55.268Z] > git --version # timeout=10 [2024-09-24T10:31:55.290Z] > git --version # 'git version 2.25.1' [2024-09-24T10:31:55.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-24T10:31:55.433Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.241s coverage: 79.9% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.045s coverage: 92.9% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 66.7% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.024s coverage: 62.3% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 75.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.015s coverage: 20.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.060s coverage: 81.8% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.063s coverage: 82.1% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 86.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.129s coverage: 63.1% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.019s coverage: 100.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.030s coverage: 73.7% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 36.5% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 89.5% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 84.8% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.022s coverage: 4.9% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.069s coverage: 97.1% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.024s coverage: 35.9% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 95.7% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements [2024-09-24T10:31:59.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.055s coverage: 98.9% of statements [2024-09-24T10:31:59.649Z] 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-24T10:31:59.907Z] running golangci-lint [2024-09-24T10:31:59.907Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-09-24T10:31:59.907Z] go version go1.21.9 linux/amd64 [2024-09-24T10:32:00.165Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-09-24T10:32:00.165Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-09-24T10:32:14.200Z] Avoid second fetch [2024-09-24T10:32:14.200Z] Checking out Revision 08e30e9824952b0f8cde611c7e69c4c853d0027d (main) [2024-09-24T10:32:13.359Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-09-24T10:32:13.389Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-24T10:32:14.213Z] > git config core.sparsecheckout # timeout=10 [2024-09-24T10:32:14.270Z] > git checkout -f 08e30e9824952b0f8cde611c7e69c4c853d0027d # timeout=10 [2024-09-24T10:32:14.979Z] Commit message: "Merge pull request #4922 from jackchenjc/issue-4910" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-24T10:32:19.660Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-09-24T10:32:19.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T10:32:19.660Z] Dload Upload Total Spent Left Speed [2024-09-24T10:32:19.660Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh [2024-09-24T10:32:19.994Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-09-24T10:32:20.324Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-09-24T10:32:20.324Z] + sudo tee /etc/docker/daemon.new [2024-09-24T10:32:20.324Z] { [2024-09-24T10:32:20.324Z] "registry-mirrors": [ [2024-09-24T10:32:20.324Z] "https://nexus3.edgexfoundry.org:10001" [2024-09-24T10:32:20.324Z] ], [2024-09-24T10:32:20.324Z] "bip": "10.250.0.254/24", [2024-09-24T10:32:20.324Z] "hosts": [ [2024-09-24T10:32:20.324Z] "tcp://0.0.0.0:5555", [2024-09-24T10:32:20.324Z] "unix:///var/run/docker.sock" [2024-09-24T10:32:20.324Z] ], [2024-09-24T10:32:20.324Z] "mtu": 1458, [2024-09-24T10:32:20.324Z] "selinux-enabled": true, [2024-09-24T10:32:20.324Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-09-24T10:32:20.324Z] } [Pipeline] sh [2024-09-24T10:32:20.652Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-09-24T10:32:20.988Z] + sudo service docker restart [2024-09-24T10:32:22.093Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|exports_file|imports|files|name|compiled_files|deps) took 21.104000655s" [2024-09-24T10:32:22.093Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 32.366545ms" [2024-09-24T10:32:32.064Z] level=info msg="[linters_context/goanalysis] analyzers took 1m38.712239324s with top 10 stages: buildir: 48.350529795s, gosec: 7.546334548s, inspect: 2.222415932s, printf: 1.908956623s, ctrlflow: 1.807413201s, fact_deprecated: 1.747844664s, S1038: 1.280258319s, fact_purity: 1.118449894s, nilness: 953.327214ms, directives: 788.742997ms" [2024-09-24T10:32:32.064Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-09-24T10:32:32.064Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 214/214, exclude: 214/214, filename_unadjuster: 214/214, path_prettifier: 214/214, cgo: 214/214, autogenerated_exclude: 214/214, exclude-rules: 22/214, skip_files: 214/214, skip_dirs: 214/214, nolint: 0/22" [2024-09-24T10:32:32.064Z] level=info msg="[runner] processing took 19.119694ms with stages: nolint: 9.082946ms, identifier_marker: 4.762294ms, exclude-rules: 1.649437ms, path_prettifier: 1.520725ms, autogenerated_exclude: 1.314486ms, skip_dirs: 745.031µs, cgo: 26.752µs, filename_unadjuster: 13.962µs, max_same_issues: 650ns, severity-rules: 520ns, fixer: 511ns, uniq_by_line: 400ns, skip_files: 400ns, diff: 330ns, exclude: 330ns, path_shortener: 200ns, max_from_linter: 180ns, source_code: 150ns, sort_results: 150ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns" [2024-09-24T10:32:32.064Z] level=info msg="[runner] linters took 10.348664591s with stages: goanalysis_metalinter: 10.329452989s" [2024-09-24T10:32:32.064Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-09-24T10:32:32.064Z] level=info msg="Memory: 313 samples, avg is 270.5MB, max is 1218.4MB" [2024-09-24T10:32:32.064Z] level=info msg="Execution took 31.495575805s" [2024-09-24T10:32:32.064Z] go vet ./... [2024-09-24T10:32:38.621Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-24T10:32:38.621Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-09-24T10:32:38.621Z] ./bin/test-attribution-txt.sh [2024-09-24T10:32:38.621Z] An attribution for github.com/openziti/channel/v3 is missing from Attribution.txt, please add [2024-09-24T10:32:38.621Z] An attribution for gopkg.in/go-jose/go-jose.v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-09-24T10:32:38.637Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-09-24T10:32:38.930Z] + ls -al . [2024-09-24T10:32:38.930Z] total 968 [2024-09-24T10:32:38.930Z] drwxrwxr-x 11 1001 1001 4096 Sep 24 10:30 . [2024-09-24T10:32:38.930Z] drwxr-xr-x 4 root root 4096 Sep 24 10:30 .. [2024-09-24T10:32:38.930Z] drwxrwxr-x 2 1001 1001 4096 Sep 24 10:29 .blubracket [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 10 Sep 24 10:29 .dockerignore [2024-09-24T10:32:38.930Z] drwxrwxr-x 8 1001 1001 4096 Sep 24 10:32 .git [2024-09-24T10:32:38.930Z] drwxrwxr-x 3 1001 1001 4096 Sep 24 10:29 .github [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 1102 Sep 24 10:29 .gitignore [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 42 Sep 24 10:29 .golangci.yml [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 100 Sep 24 10:29 .hadolint.yml [2024-09-24T10:32:38.930Z] drwxr-xr-x 3 1001 1001 4096 Sep 24 10:29 .semver [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 155 Sep 24 10:29 .sonarcloud.properties [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 1171 Sep 24 10:29 ADOPTERS.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 21286 Sep 24 10:29 Attribution.txt [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 100284 Sep 24 10:29 CHANGELOG.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 3804 Sep 24 10:29 CONTRIBUTING.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 677 Sep 24 10:29 GOVERNANCE.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 861 Sep 24 10:29 Jenkinsfile [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 10775 Sep 24 10:29 LICENSE [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 16854 Sep 24 10:29 Makefile [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 582 Sep 24 10:29 OWNERS.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 9528 Sep 24 10:29 README.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 789 Sep 24 10:29 SECURITY.md [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 12 Sep 24 10:30 VERSION [2024-09-24T10:32:38.930Z] drwxrwxr-x 2 1001 1001 4096 Sep 24 10:29 bin [2024-09-24T10:32:38.930Z] drwxrwxr-x 20 1001 1001 4096 Sep 24 10:29 cmd [2024-09-24T10:32:38.930Z] -rw-r--r-- 1 root root 601312 Sep 24 10:31 coverage.out [2024-09-24T10:32:38.930Z] drwxrwxr-x 2 1001 1001 4096 Sep 24 10:29 fuzz_test [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 7305 Sep 24 10:29 go.mod [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 102748 Sep 24 10:29 go.sum [2024-09-24T10:32:38.930Z] drwxrwxr-x 7 1001 1001 4096 Sep 24 10:29 internal [2024-09-24T10:32:38.930Z] drwxrwxr-x 3 1001 1001 4096 Sep 24 10:29 openapi [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 584 Sep 24 10:29 security.txt [2024-09-24T10:32:38.930Z] -rw-rw-r-- 1 1001 1001 204 Sep 24 10:29 version.go [Pipeline] sh [2024-09-24T10:32:39.220Z] + '[' -e coverage.out ] [2024-09-24T10:32:39.220Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-24T10:32:39.291Z] provisioning config files... [2024-09-24T10:32:39.316Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config14888039537729406428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-24T10:32:39.379Z] Stashed 1 file(s) [Pipeline] sh [2024-09-24T10:32:39.748Z] ---> ****-login.sh [2024-09-24T10:32:39.749Z] nexus3.edgexfoundry.org:10001 [2024-09-24T10:32:39.782Z] + make build [2024-09-24T10:32:39.782Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-24T10:32:40.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:32:40.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:32:40.295Z] Configure a credential helper to remove this warning. See [2024-09-24T10:32:40.295Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:32:40.295Z] [2024-09-24T10:32:40.295Z] Login Succeeded [2024-09-24T10:32:40.295Z] nexus3.edgexfoundry.org:10002 [2024-09-24T10:32:40.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:32:40.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:32:40.836Z] Configure a credential helper to remove this warning. See [2024-09-24T10:32:40.836Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:32:40.836Z] [2024-09-24T10:32:40.836Z] Login Succeeded [2024-09-24T10:32:40.836Z] nexus3.edgexfoundry.org:10003 [2024-09-24T10:32:41.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:32:41.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:32:41.113Z] Configure a credential helper to remove this warning. See [2024-09-24T10:32:41.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:32:41.113Z] [2024-09-24T10:32:41.113Z] Login Succeeded [2024-09-24T10:32:41.113Z] nexus3.edgexfoundry.org:10004 [2024-09-24T10:32:41.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:32:41.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:32:41.385Z] Configure a credential helper to remove this warning. See [2024-09-24T10:32:41.385Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:32:41.385Z] [2024-09-24T10:32:41.385Z] Login Succeeded [2024-09-24T10:32:41.385Z] ****.io [2024-09-24T10:32:41.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:32:41.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:32:41.930Z] Configure a credential helper to remove this warning. See [2024-09-24T10:32:41.930Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:32:41.930Z] [2024-09-24T10:32:41.930Z] Login Succeeded [2024-09-24T10:32:41.930Z] ---> ****-login.sh ends [Pipeline] } [2024-09-24T10:32:41.948Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-09-24T10:32:42.598Z] + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] echo [2024-09-24T10:32:42.619Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-24T10:32:42.636Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-24T10:32:42.657Z] ========================================================= [2024-09-24T10:32:42.657Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-09-24T10:32:42.657Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-09-24T10:32:43.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-24T10:32:43.270Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-09-24T10:32:43.270Z] c6b39de5b339: Pulling fs layer [2024-09-24T10:32:43.270Z] a69c41024577: Pulling fs layer [2024-09-24T10:32:43.270Z] d6de4b400683: Pulling fs layer [2024-09-24T10:32:43.270Z] 35cb2a7552d0: Pulling fs layer [2024-09-24T10:32:43.270Z] 4f4fb700ef54: Pulling fs layer [2024-09-24T10:32:43.270Z] 464afbd9ba4c: Pulling fs layer [2024-09-24T10:32:43.270Z] 00f215d4a9da: Pulling fs layer [2024-09-24T10:32:43.270Z] d496ad576159: Pulling fs layer [2024-09-24T10:32:43.270Z] 35cb2a7552d0: Waiting [2024-09-24T10:32:43.270Z] 4f4fb700ef54: Waiting [2024-09-24T10:32:43.270Z] 464afbd9ba4c: Waiting [2024-09-24T10:32:43.270Z] 00f215d4a9da: Waiting [2024-09-24T10:32:43.270Z] d496ad576159: Waiting [2024-09-24T10:32:43.270Z] a69c41024577: Verifying Checksum [2024-09-24T10:32:43.270Z] a69c41024577: Download complete [2024-09-24T10:32:43.270Z] 35cb2a7552d0: Verifying Checksum [2024-09-24T10:32:43.270Z] 35cb2a7552d0: Download complete [2024-09-24T10:32:43.270Z] 4f4fb700ef54: Verifying Checksum [2024-09-24T10:32:43.270Z] 4f4fb700ef54: Download complete [2024-09-24T10:32:43.270Z] 464afbd9ba4c: Verifying Checksum [2024-09-24T10:32:43.270Z] 464afbd9ba4c: Download complete [2024-09-24T10:32:43.270Z] c6b39de5b339: Verifying Checksum [2024-09-24T10:32:43.270Z] c6b39de5b339: Download complete [2024-09-24T10:32:43.540Z] d496ad576159: Verifying Checksum [2024-09-24T10:32:43.540Z] d496ad576159: Download complete [2024-09-24T10:32:44.155Z] c6b39de5b339: Pull complete [2024-09-24T10:32:44.748Z] a69c41024577: Pull complete [2024-09-24T10:32:45.032Z] d6de4b400683: Verifying Checksum [2024-09-24T10:32:45.032Z] d6de4b400683: Download complete [2024-09-24T10:32:46.006Z] 00f215d4a9da: Verifying Checksum [2024-09-24T10:32:46.006Z] 00f215d4a9da: Download complete [2024-09-24T10:32:58.349Z] d6de4b400683: Pull complete [2024-09-24T10:32:58.349Z] 35cb2a7552d0: Pull complete [2024-09-24T10:32:58.349Z] 4f4fb700ef54: Pull complete [2024-09-24T10:32:58.349Z] 464afbd9ba4c: Pull complete [2024-09-24T10:33:06.338Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-24T10:33:06.338Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-24T10:33:06.338Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-24T10:33:06.338Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-24T10:33:06.597Z] 00f215d4a9da: Pull complete [2024-09-24T10:33:07.711Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-24T10:33:08.014Z] d496ad576159: Pull complete [2024-09-24T10:33:08.282Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-09-24T10:33:08.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-24T10:33:08.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-09-24T10:33:08.625Z] + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-24T10:33:08.625Z] WORKDIR /edgex [2024-09-24T10:33:08.625Z] COPY go.mod . [2024-09-24T10:33:08.625Z] RUN go mod download ci-base-image-arm64 [2024-09-24T10:33:08.625Z] -f - . [2024-09-24T10:33:10.565Z] Sending build context to Docker daemon 3.643MB [2024-09-24T10:33:10.565Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-24T10:33:10.565Z] ---> f246e2811388 [2024-09-24T10:33:10.565Z] Step 2/4 : WORKDIR /edgex [2024-09-24T10:33:11.901Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-24T10:33:12.500Z] ---> Running in 7f5c36f8d29a [2024-09-24T10:33:12.500Z] Removing intermediate container 7f5c36f8d29a [2024-09-24T10:33:12.500Z] ---> 74daa4e8c2fb [2024-09-24T10:33:12.500Z] Step 3/4 : COPY go.mod . [2024-09-24T10:33:12.766Z] ---> f8b9e5ec57c5 [2024-09-24T10:33:12.766Z] Step 4/4 : RUN go mod download [2024-09-24T10:33:12.837Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-24T10:33:13.036Z] ---> Running in bcb46cdc6446 [2024-09-24T10:33:14.747Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-24T10:33:16.653Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-24T10:33:17.588Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-24T10:33:18.155Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-24T10:33:18.728Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-24T10:33:19.664Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-09-24T10:33:21.061Z] $ docker stop --time=1 f2cf38633e5c58f80fe3da04db5d4ceea1c6e937e251e9322ea05d9a74ab2f2e [2024-09-24T10:33:28.538Z] $ docker rm -f --volumes f2cf38633e5c58f80fe3da04db5d4ceea1c6e937e251e9322ea05d9a74ab2f2e [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-24T10:33:29.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-24T10:33:29.795Z] [2024-09-24T10:33:29.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:33:30.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-24T10:33:30.362Z] latest: Pulling from edgex-devops/edgex-compose [2024-09-24T10:33:30.362Z] 91d30c5bc195: Pulling fs layer [2024-09-24T10:33:30.362Z] 2e9b0aa3be6d: Pulling fs layer [2024-09-24T10:33:30.362Z] 9c61dcf015f6: Pulling fs layer [2024-09-24T10:33:30.362Z] 4698f68db338: Pulling fs layer [2024-09-24T10:33:30.362Z] 2a2f49069b9e: Pulling fs layer [2024-09-24T10:33:30.362Z] e0025b399a48: Pulling fs layer [2024-09-24T10:33:30.362Z] 4698f68db338: Waiting [2024-09-24T10:33:30.362Z] 2a2f49069b9e: Waiting [2024-09-24T10:33:30.362Z] e0025b399a48: Waiting [2024-09-24T10:33:30.362Z] 91d30c5bc195: Verifying Checksum [2024-09-24T10:33:30.362Z] 91d30c5bc195: Download complete [2024-09-24T10:33:30.362Z] 4698f68db338: Verifying Checksum [2024-09-24T10:33:30.362Z] 4698f68db338: Download complete [2024-09-24T10:33:30.362Z] 2e9b0aa3be6d: Verifying Checksum [2024-09-24T10:33:30.362Z] 2e9b0aa3be6d: Download complete [2024-09-24T10:33:30.620Z] e0025b399a48: Verifying Checksum [2024-09-24T10:33:30.620Z] e0025b399a48: Download complete [2024-09-24T10:33:30.620Z] 91d30c5bc195: Pull complete [2024-09-24T10:33:30.620Z] 2a2f49069b9e: Download complete [2024-09-24T10:33:30.879Z] 2e9b0aa3be6d: Pull complete [2024-09-24T10:33:31.137Z] 9c61dcf015f6: Verifying Checksum [2024-09-24T10:33:31.137Z] 9c61dcf015f6: Download complete [2024-09-24T10:33:33.668Z] 9c61dcf015f6: Pull complete [2024-09-24T10:33:33.668Z] 4698f68db338: Pull complete [2024-09-24T10:33:33.927Z] 2a2f49069b9e: Pull complete [2024-09-24T10:33:34.186Z] e0025b399a48: Pull complete [2024-09-24T10:33:34.186Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-09-24T10:33:34.186Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-09-24T10:33:34.186Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T10:33:34.284Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T10:33:34.322Z] $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T10:33:38.019Z] $ docker top f0e9ecbab862da4fb1a7182512799ee2695f8af3eb363c6786c22e5056dfb2ee -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-24T10:33:38.357Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-24T10:33:40.896Z] #1 [security-spire-server internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #1 transferring dockerfile: [2024-09-24T10:33:40.896Z] #1 transferring dockerfile: 1.70kB done [2024-09-24T10:33:40.896Z] #1 DONE 0.0s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #2 transferring dockerfile: 2.49kB done [2024-09-24T10:33:40.896Z] #2 DONE 0.0s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #3 [core-command internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #3 transferring dockerfile: 1.93kB done [2024-09-24T10:33:40.896Z] #3 DONE 0.1s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #4 transferring dockerfile: 1.89kB done [2024-09-24T10:33:40.896Z] #4 DONE 0.0s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #5 transferring dockerfile: 3.17kB done [2024-09-24T10:33:40.896Z] #5 DONE 0.1s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #6 [core-keeper internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #6 transferring dockerfile: 2.07kB done [2024-09-24T10:33:40.896Z] #6 DONE 0.1s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #7 transferring dockerfile: 2.15kB done [2024-09-24T10:33:40.896Z] #7 DONE 0.1s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #8 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #8 transferring dockerfile: 1.85kB done [2024-09-24T10:33:40.896Z] #8 DONE 0.1s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #9 transferring dockerfile: 2.23kB done [2024-09-24T10:33:40.896Z] #9 DONE 0.1s [2024-09-24T10:33:40.896Z] [2024-09-24T10:33:40.896Z] #10 [support-notifications internal] load build definition from Dockerfile [2024-09-24T10:33:40.896Z] #10 transferring dockerfile: 2.02kB done [2024-09-24T10:33:41.155Z] #10 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #11 [support-scheduler internal] load build definition from Dockerfile [2024-09-24T10:33:41.155Z] #11 transferring dockerfile: 1.93kB done [2024-09-24T10:33:41.155Z] #11 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-09-24T10:33:41.155Z] #12 transferring dockerfile: 1.69kB done [2024-09-24T10:33:41.155Z] #12 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #13 [core-data internal] load build definition from Dockerfile [2024-09-24T10:33:41.155Z] #13 transferring dockerfile: 2.07kB done [2024-09-24T10:33:41.155Z] #13 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #14 [core-metadata internal] load build definition from Dockerfile [2024-09-24T10:33:41.155Z] #14 transferring dockerfile: 2.13kB done [2024-09-24T10:33:41.155Z] #14 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-24T10:33:41.155Z] #15 transferring dockerfile: 2.50kB done [2024-09-24T10:33:41.155Z] #15 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-09-24T10:33:41.155Z] #16 transferring dockerfile: 1.81kB done [2024-09-24T10:33:41.155Z] #16 DONE 0.1s [2024-09-24T10:33:41.155Z] [2024-09-24T10:33:41.155Z] #17 [security-spire-server internal] load .dockerignore [2024-09-24T10:33:41.155Z] #17 transferring context: 50B done [2024-09-24T10:33:41.156Z] #17 DONE 0.1s [2024-09-24T10:33:41.156Z] [2024-09-24T10:33:41.156Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-09-24T10:33:41.156Z] #18 transferring context: 50B done [2024-09-24T10:33:41.156Z] #18 DONE 0.0s [2024-09-24T10:33:41.156Z] [2024-09-24T10:33:41.156Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2024-09-24T10:33:41.156Z] #19 transferring context: 50B done [2024-09-24T10:33:41.156Z] #19 DONE 0.0s [2024-09-24T10:33:41.156Z] [2024-09-24T10:33:41.156Z] #20 [security-bootstrapper internal] load .dockerignore [2024-09-24T10:33:41.156Z] #20 transferring context: 50B done [2024-09-24T10:33:41.156Z] #20 DONE 0.0s [2024-09-24T10:33:41.156Z] [2024-09-24T10:33:41.156Z] #21 [core-keeper internal] load .dockerignore [2024-09-24T10:33:41.417Z] #21 transferring context: 50B done [2024-09-24T10:33:41.417Z] #21 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #22 [core-command internal] load .dockerignore [2024-09-24T10:33:41.417Z] #22 transferring context: 50B done [2024-09-24T10:33:41.417Z] #22 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #23 [security-proxy-auth internal] load .dockerignore [2024-09-24T10:33:41.417Z] #23 transferring context: 50B done [2024-09-24T10:33:41.417Z] #23 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #24 [support-cron-scheduler internal] load .dockerignore [2024-09-24T10:33:41.417Z] #24 transferring context: 50B done [2024-09-24T10:33:41.417Z] #24 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-24T10:33:41.417Z] #25 transferring context: 50B done [2024-09-24T10:33:41.417Z] #25 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #26 [security-spire-config internal] load .dockerignore [2024-09-24T10:33:41.417Z] #26 transferring context: 50B done [2024-09-24T10:33:41.417Z] #26 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #27 [security-spire-agent internal] load .dockerignore [2024-09-24T10:33:41.417Z] #27 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #28 [core-metadata internal] load .dockerignore [2024-09-24T10:33:41.417Z] #28 transferring context: 50B done [2024-09-24T10:33:41.417Z] #28 DONE 0.1s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #29 [support-notifications internal] load .dockerignore [2024-09-24T10:33:41.417Z] #29 transferring context: 50B done [2024-09-24T10:33:41.417Z] #29 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #30 [support-scheduler internal] load .dockerignore [2024-09-24T10:33:41.417Z] #30 transferring context: 50B done [2024-09-24T10:33:41.417Z] #30 DONE 0.1s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #31 [core-data internal] load .dockerignore [2024-09-24T10:33:41.417Z] #31 transferring context: 50B done [2024-09-24T10:33:41.417Z] #31 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #32 [security-proxy-setup internal] load .dockerignore [2024-09-24T10:33:41.417Z] #32 transferring context: 50B done [2024-09-24T10:33:41.417Z] #32 DONE 0.0s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #27 [security-spire-agent internal] load .dockerignore [2024-09-24T10:33:41.417Z] #27 transferring context: 50B done [2024-09-24T10:33:41.417Z] #27 DONE 0.1s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #33 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:33:41.417Z] #33 DONE 0.1s [2024-09-24T10:33:41.417Z] [2024-09-24T10:33:41.417Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-24T10:33:41.675Z] #34 ... [2024-09-24T10:33:41.675Z] [2024-09-24T10:33:41.675Z] #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-24T10:33:41.675Z] #35 DONE 0.0s [2024-09-24T10:33:41.675Z] [2024-09-24T10:33:41.675Z] #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-24T10:33:41.675Z] #35 DONE 0.0s [2024-09-24T10:33:41.675Z] [2024-09-24T10:33:41.675Z] #36 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:33:41.675Z] #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:33:41.675Z] #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-24T10:33:41.675Z] #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.1s [2024-09-24T10:33:41.675Z] #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:33:41.675Z] #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-24T10:33:41.675Z] #36 ... [2024-09-24T10:33:41.675Z] [2024-09-24T10:33:41.675Z] #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-24T10:33:41.675Z] #35 DONE 0.0s [2024-09-24T10:33:41.675Z] [2024-09-24T10:33:41.675Z] #36 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:33:41.675Z] #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:33:41.675Z] #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-24T10:33:41.675Z] #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-24T10:33:41.675Z] #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:33:41.675Z] #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-24T10:33:41.675Z] #36 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 [2024-09-24T10:33:41.933Z] #36 ... [2024-09-24T10:33:41.933Z] [2024-09-24T10:33:41.933Z] #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-09-24T10:33:41.933Z] #35 DONE 0.0s [2024-09-24T10:33:41.933Z] [2024-09-24T10:33:41.933Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:33:41.933Z] #33 DONE 0.3s [2024-09-24T10:33:41.933Z] [2024-09-24T10:33:41.933Z] #36 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:33:41.933Z] #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:33:41.933Z] #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-24T10:33:41.933Z] #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-24T10:33:41.933Z] #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:33:41.933Z] #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-24T10:33:42.194Z] #36 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.3s done [2024-09-24T10:33:42.194Z] #36 ... [2024-09-24T10:33:42.194Z] [2024-09-24T10:33:42.194Z] #33 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:33:42.194Z] #33 DONE 0.5s [2024-09-24T10:33:42.194Z] [2024-09-24T10:33:42.194Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-24T10:33:42.194Z] #34 DONE 0.9s [2024-09-24T10:33:42.194Z] [2024-09-24T10:33:42.194Z] #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-24T10:33:42.763Z] #37 ... [2024-09-24T10:33:42.763Z] [2024-09-24T10:33:42.763Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-24T10:33:42.763Z] #38 DONE 0.8s [2024-09-24T10:33:42.763Z] [2024-09-24T10:33:42.763Z] #39 [security-spire-agent internal] load build context [2024-09-24T10:33:42.763Z] #39 DONE 0.0s [2024-09-24T10:33:42.763Z] [2024-09-24T10:33:42.763Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:33:42.763Z] #40 DONE 0.0s [2024-09-24T10:33:42.763Z] [2024-09-24T10:33:42.763Z] #36 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:33:42.763Z] #36 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:33:42.763Z] #36 sha256:2c64cf60f6f05256c049f58403d0c3b33f2145a70830cb8e24efa826854c1a46 1.47kB / 1.47kB done [2024-09-24T10:33:42.763Z] #36 sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 3.42MB / 3.42MB 0.2s done [2024-09-24T10:33:42.763Z] #36 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:33:42.763Z] #36 sha256:6dd50001b9e79cb29144ca095f5910367fc0b867d321bd0e788dd32dcfd8f945 528B / 528B done [2024-09-24T10:33:42.763Z] #36 extracting sha256:1cc3d825d8b2468ef662a8b631220516f492e24232477209fe863836d2d2ed44 0.3s done [2024-09-24T10:33:42.763Z] #36 DONE 1.4s [2024-09-24T10:33:42.763Z] [2024-09-24T10:33:42.763Z] #41 [security-spire-server internal] load build context [2024-09-24T10:33:42.763Z] #41 transferring context: 27.71kB 0.0s done [2024-09-24T10:33:42.763Z] #41 DONE 0.5s [2024-09-24T10:33:42.763Z] [2024-09-24T10:33:42.763Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:33:42.763Z] #42 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.2s done [2024-09-24T10:33:42.763Z] #42 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-24T10:33:42.763Z] #42 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-09-24T10:33:42.763Z] #42 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-09-24T10:33:43.031Z] #42 ... [2024-09-24T10:33:43.031Z] [2024-09-24T10:33:43.031Z] #43 [security-spire-config internal] load build context [2024-09-24T10:33:43.031Z] #43 transferring context: 25.96kB 0.1s done [2024-09-24T10:33:43.031Z] #43 DONE 0.5s [2024-09-24T10:33:43.031Z] [2024-09-24T10:33:43.031Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:33:43.031Z] #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.2s [2024-09-24T10:33:43.031Z] #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s [2024-09-24T10:33:43.031Z] #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s [2024-09-24T10:33:43.031Z] #42 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s [2024-09-24T10:33:43.031Z] #42 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-09-24T10:33:43.290Z] #42 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done [2024-09-24T10:33:43.290Z] #42 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s done [2024-09-24T10:33:43.290Z] #42 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.4s done [2024-09-24T10:33:43.290Z] #42 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-09-24T10:33:43.599Z] #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.6s [2024-09-24T10:33:43.599Z] #42 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-09-24T10:33:43.599Z] #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12.58MB / 30.73MB 0.9s [2024-09-24T10:33:43.868Z] #42 ... [2024-09-24T10:33:43.868Z] [2024-09-24T10:33:43.868Z] #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-09-24T10:33:43.868Z] #37 DONE 2.3s [2024-09-24T10:33:43.868Z] [2024-09-24T10:33:43.868Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:33:43.868Z] #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 23.07MB / 30.73MB 1.0s [2024-09-24T10:33:43.868Z] #42 ... [2024-09-24T10:33:43.868Z] [2024-09-24T10:33:43.868Z] #39 [security-spire-agent internal] load build context [2024-09-24T10:33:43.868Z] #39 transferring context: 27.24kB 0.0s done [2024-09-24T10:33:43.868Z] #39 DONE 1.1s [2024-09-24T10:33:43.868Z] [2024-09-24T10:33:43.868Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:33:43.868Z] #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 1.1s [2024-09-24T10:33:48.018Z] #42 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 3.6s done [2024-09-24T10:33:48.277Z] #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-09-24T10:33:50.188Z] #42 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.7s done [2024-09-24T10:33:51.584Z] #42 ... [2024-09-24T10:33:51.584Z] [2024-09-24T10:33:51.584Z] #44 [security-secretstore-setup internal] load build context [2024-09-24T10:33:51.584Z] #44 transferring context: 350.91MB 9.9s [2024-09-24T10:33:51.584Z] #44 ... [2024-09-24T10:33:51.584Z] [2024-09-24T10:33:51.584Z] #45 [security-bootstrapper internal] load build context [2024-09-24T10:33:51.843Z] #45 ... [2024-09-24T10:33:51.843Z] [2024-09-24T10:33:51.843Z] #46 [core-command internal] load build context [2024-09-24T10:33:51.843Z] #46 ... [2024-09-24T10:33:51.843Z] [2024-09-24T10:33:51.843Z] #47 [security-proxy-auth internal] load build context [2024-09-24T10:33:51.843Z] #47 ... [2024-09-24T10:33:51.843Z] [2024-09-24T10:33:51.843Z] #48 [support-scheduler internal] load build context [2024-09-24T10:33:52.102Z] #48 ... [2024-09-24T10:33:52.102Z] [2024-09-24T10:33:52.102Z] #49 [security-spiffe-token-provider internal] load build context [2024-09-24T10:33:52.102Z] #49 ... [2024-09-24T10:33:52.102Z] [2024-09-24T10:33:52.102Z] #50 [core-data internal] load build context [2024-09-24T10:33:52.361Z] #50 ... [2024-09-24T10:33:52.361Z] [2024-09-24T10:33:52.361Z] #51 [security-proxy-setup internal] load build context [2024-09-24T10:33:52.361Z] #51 ... [2024-09-24T10:33:52.361Z] [2024-09-24T10:33:52.361Z] #52 [core-metadata internal] load build context [2024-09-24T10:33:52.619Z] #52 ... [2024-09-24T10:33:52.619Z] [2024-09-24T10:33:52.619Z] #53 [core-keeper internal] load build context [2024-09-24T10:33:52.619Z] #53 ... [2024-09-24T10:33:52.619Z] [2024-09-24T10:33:52.619Z] #54 [core-common-config-bootstrapper internal] load build context [2024-09-24T10:33:52.619Z] #54 ... [2024-09-24T10:33:52.619Z] [2024-09-24T10:33:52.619Z] #55 [support-notifications internal] load build context [2024-09-24T10:33:52.913Z] #55 ... [2024-09-24T10:33:52.913Z] [2024-09-24T10:33:52.913Z] #56 [support-cron-scheduler internal] load build context [2024-09-24T10:33:52.913Z] #56 ... [2024-09-24T10:33:52.913Z] [2024-09-24T10:33:52.913Z] #57 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-24T10:33:52.913Z] #57 ... [2024-09-24T10:33:52.913Z] [2024-09-24T10:33:52.913Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-24T10:33:53.197Z] #58 ... [2024-09-24T10:33:53.197Z] [2024-09-24T10:33:53.197Z] #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-24T10:33:53.197Z] #59 ... [2024-09-24T10:33:53.197Z] [2024-09-24T10:33:53.197Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:33:53.197Z] #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done [2024-09-24T10:33:53.197Z] #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-24T10:33:53.197Z] #40 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-09-24T10:33:53.197Z] #40 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-09-24T10:33:53.197Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-09-24T10:33:53.197Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-09-24T10:33:53.197Z] #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.3s done [2024-09-24T10:33:53.197Z] #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-09-24T10:33:53.197Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 9.8s [2024-09-24T10:33:53.469Z] #40 ... [2024-09-24T10:33:53.469Z] [2024-09-24T10:33:53.469Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-24T10:33:53.469Z] #60 ... [2024-09-24T10:33:53.469Z] [2024-09-24T10:33:53.469Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-24T10:33:53.469Z] #61 ... [2024-09-24T10:33:53.469Z] [2024-09-24T10:33:53.469Z] #62 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-24T10:33:54.412Z] #62 ... [2024-09-24T10:33:54.412Z] [2024-09-24T10:33:54.412Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-24T10:33:54.412Z] #0 5.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:33:54.412Z] #0 5.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:33:54.412Z] #0 5.548 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-24T10:33:54.412Z] #0 5.552 (2/2) Installing su-exec (0.2-r3) [2024-09-24T10:33:54.412Z] #0 5.636 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:33:54.412Z] #0 5.653 OK: 7 MiB in 17 packages [2024-09-24T10:33:54.412Z] #63 ... [2024-09-24T10:33:54.412Z] [2024-09-24T10:33:54.412Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-24T10:33:54.412Z] #64 ... [2024-09-24T10:33:54.412Z] [2024-09-24T10:33:54.412Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:33:54.412Z] #65 ... [2024-09-24T10:33:54.412Z] [2024-09-24T10:33:54.412Z] #66 [core-data builder 2/7] WORKDIR /edgex-go [2024-09-24T10:33:54.672Z] #66 ... [2024-09-24T10:33:54.672Z] [2024-09-24T10:33:54.672Z] #67 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:33:54.672Z] #67 ... [2024-09-24T10:33:54.672Z] [2024-09-24T10:33:54.672Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-24T10:33:54.935Z] #68 ... [2024-09-24T10:33:54.935Z] [2024-09-24T10:33:54.935Z] #44 [security-secretstore-setup internal] load build context [2024-09-24T10:33:55.624Z] #44 transferring context: 497.27MB 14.0s done [2024-09-24T10:33:57.666Z] #44 ... [2024-09-24T10:33:57.666Z] [2024-09-24T10:33:57.666Z] #50 [core-data internal] load build context [2024-09-24T10:33:57.666Z] #50 transferring context: 497.27MB 14.5s done [2024-09-24T10:33:57.947Z] #50 ... [2024-09-24T10:33:57.947Z] [2024-09-24T10:33:57.947Z] #54 [core-common-config-bootstrapper internal] load build context [2024-09-24T10:33:58.380Z] #54 transferring context: 497.27MB 16.2s done [2024-09-24T10:33:58.641Z] #54 ... [2024-09-24T10:33:58.641Z] [2024-09-24T10:33:58.641Z] #52 [core-metadata internal] load build context [2024-09-24T10:33:58.641Z] #52 transferring context: 497.27MB 16.2s done [2024-09-24T10:34:02.084Z] #52 ... [2024-09-24T10:34:02.084Z] [2024-09-24T10:34:02.084Z] #46 [core-command internal] load build context [2024-09-24T10:34:02.084Z] #46 transferring context: 497.27MB 14.0s done [2024-09-24T10:34:02.084Z] #46 ... [2024-09-24T10:34:02.084Z] [2024-09-24T10:34:02.084Z] #45 [security-bootstrapper internal] load build context [2024-09-24T10:34:02.084Z] #45 transferring context: 497.27MB 12.7s done [2024-09-24T10:34:02.344Z] #45 ... [2024-09-24T10:34:02.344Z] [2024-09-24T10:34:02.344Z] #47 [security-proxy-auth internal] load build context [2024-09-24T10:34:02.344Z] #47 transferring context: 497.27MB 14.6s done [2024-09-24T10:34:02.344Z] #47 ... [2024-09-24T10:34:02.344Z] [2024-09-24T10:34:02.344Z] #48 [support-scheduler internal] load build context [2024-09-24T10:34:02.344Z] #48 transferring context: 497.27MB 14.4s done [2024-09-24T10:34:02.604Z] #48 ... [2024-09-24T10:34:02.604Z] [2024-09-24T10:34:02.604Z] #49 [security-spiffe-token-provider internal] load build context [2024-09-24T10:34:02.604Z] #49 transferring context: 497.27MB 15.8s done [2024-09-24T10:34:02.604Z] #49 ... [2024-09-24T10:34:02.604Z] [2024-09-24T10:34:02.604Z] #51 [security-proxy-setup internal] load build context [2024-09-24T10:34:02.604Z] #51 transferring context: 497.27MB 15.0s done [2024-09-24T10:34:02.863Z] #51 ... [2024-09-24T10:34:02.863Z] [2024-09-24T10:34:02.863Z] #53 [core-keeper internal] load build context [2024-09-24T10:34:02.863Z] #53 transferring context: 497.27MB 13.9s done [2024-09-24T10:34:02.863Z] #53 ... [2024-09-24T10:34:02.863Z] [2024-09-24T10:34:02.863Z] #55 [support-notifications internal] load build context [2024-09-24T10:34:02.863Z] #55 transferring context: 497.27MB 14.4s done [2024-09-24T10:34:03.141Z] #55 ... [2024-09-24T10:34:03.141Z] [2024-09-24T10:34:03.141Z] #56 [support-cron-scheduler internal] load build context [2024-09-24T10:34:03.141Z] #56 transferring context: 497.27MB 13.8s done [2024-09-24T10:34:03.709Z] #56 ... [2024-09-24T10:34:03.709Z] [2024-09-24T10:34:03.709Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:34:03.709Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 10.8s done [2024-09-24T10:34:03.709Z] #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.4s done [2024-09-24T10:34:20.921Z] Removing intermediate container bcb46cdc6446 [2024-09-24T10:34:20.921Z] ---> 656e1913c61c [2024-09-24T10:34:20.921Z] Successfully built 656e1913c61c [2024-09-24T10:34:20.921Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:34:21.261Z] + docker inspect -f . ci-base-image-arm64 [2024-09-24T10:34:21.261Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T10:34:21.457Z] prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container [2024-09-24T10:34:21.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T10:34:22.693Z] $ docker top a78f850180da76f3c98da786bd26282576211bc6296e0a01933138db44863b80 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-24T10:34:23.546Z] + go version [2024-09-24T10:34:23.546Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-09-24T10:34:23.565Z] $ docker stop --time=1 a78f850180da76f3c98da786bd26282576211bc6296e0a01933138db44863b80 [2024-09-24T10:34:25.166Z] $ docker rm -f --volumes a78f850180da76f3c98da786bd26282576211bc6296e0a01933138db44863b80 [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-24T10:34:25.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-24T10:34:25.872Z] [2024-09-24T10:34:25.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:34:26.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-24T10:34:26.204Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-09-24T10:34:26.204Z] 547446be3368: Pulling fs layer [2024-09-24T10:34:26.204Z] d125d8839a47: Pulling fs layer [2024-09-24T10:34:26.204Z] 3e85d5ac6304: Pulling fs layer [2024-09-24T10:34:26.205Z] c3105a71a48b: Pulling fs layer [2024-09-24T10:34:26.205Z] 0f093f025ec4: Pulling fs layer [2024-09-24T10:34:26.205Z] c3106fc0e877: Pulling fs layer [2024-09-24T10:34:26.205Z] c3105a71a48b: Waiting [2024-09-24T10:34:26.205Z] c3106fc0e877: Waiting [2024-09-24T10:34:26.205Z] 0f093f025ec4: Waiting [2024-09-24T10:34:26.472Z] 547446be3368: Download complete [2024-09-24T10:34:26.472Z] c3105a71a48b: Download complete [2024-09-24T10:34:26.739Z] d125d8839a47: Verifying Checksum [2024-09-24T10:34:26.739Z] d125d8839a47: Download complete [2024-09-24T10:34:26.739Z] c3106fc0e877: Verifying Checksum [2024-09-24T10:34:26.739Z] c3106fc0e877: Download complete [2024-09-24T10:34:27.008Z] 0f093f025ec4: Verifying Checksum [2024-09-24T10:34:27.008Z] 0f093f025ec4: Download complete [2024-09-24T10:34:27.593Z] 547446be3368: Pull complete [2024-09-24T10:34:28.552Z] d125d8839a47: Pull complete [2024-09-24T10:34:28.818Z] 3e85d5ac6304: Verifying Checksum [2024-09-24T10:34:28.818Z] 3e85d5ac6304: Download complete [2024-09-24T10:34:35.889Z] #40 ... [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #45 [security-bootstrapper internal] load build context [2024-09-24T10:34:35.889Z] #45 DONE 49.1s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #44 [security-secretstore-setup internal] load build context [2024-09-24T10:34:35.889Z] #44 DONE 49.3s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #53 [core-keeper internal] load build context [2024-09-24T10:34:35.889Z] #53 DONE 49.2s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #46 [core-command internal] load build context [2024-09-24T10:34:35.889Z] #46 DONE 49.2s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #56 [support-cron-scheduler internal] load build context [2024-09-24T10:34:35.889Z] #56 DONE 49.1s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:34:35.889Z] #65 ... [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #47 [security-proxy-auth internal] load build context [2024-09-24T10:34:35.889Z] #47 DONE 49.2s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #55 [support-notifications internal] load build context [2024-09-24T10:34:35.889Z] #55 DONE 49.1s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #48 [support-scheduler internal] load build context [2024-09-24T10:34:35.889Z] #48 DONE 49.1s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #50 [core-data internal] load build context [2024-09-24T10:34:35.889Z] #50 DONE 49.1s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #51 [security-proxy-setup internal] load build context [2024-09-24T10:34:35.889Z] #51 DONE 49.0s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.889Z] #49 [security-spiffe-token-provider internal] load build context [2024-09-24T10:34:35.889Z] #49 DONE 49.3s [2024-09-24T10:34:35.889Z] [2024-09-24T10:34:35.890Z] #54 [core-common-config-bootstrapper internal] load build context [2024-09-24T10:34:35.890Z] #54 DONE 49.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-24T10:34:35.890Z] #63 DONE 48.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #57 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-24T10:34:35.890Z] #57 DONE 48.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #66 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-09-24T10:34:35.890Z] #66 DONE 47.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #69 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-24T10:34:35.890Z] #69 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #52 [core-metadata internal] load build context [2024-09-24T10:34:35.890Z] #52 DONE 49.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:34:35.890Z] #40 DONE 48.3s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-24T10:34:35.890Z] #69 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #64 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-24T10:34:35.890Z] #64 48.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #64 48.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #64 48.92 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #64 48.92 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #64 48.94 OK: 7 MiB in 16 packages [2024-09-24T10:34:35.890Z] #64 DONE 49.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-24T10:34:35.890Z] #58 48.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #58 48.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #58 49.00 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #58 49.00 (2/4) Installing openssl (3.1.7-r0) [2024-09-24T10:34:35.890Z] #58 49.12 (3/4) Installing su-exec (0.2-r3) [2024-09-24T10:34:35.890Z] #58 49.29 (4/4) Installing yq (4.33.3-r5) [2024-09-24T10:34:35.890Z] #58 49.41 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #58 49.42 OK: 17 MiB in 19 packages [2024-09-24T10:34:35.890Z] #58 DONE 49.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-24T10:34:35.890Z] #59 48.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #59 48.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #59 48.94 (1/2) Installing ca-certificates (20240226-r0) [2024-09-24T10:34:35.890Z] #59 48.96 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #59 48.97 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #59 48.97 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:34:35.890Z] #59 49.44 OK: 8 MiB in 17 packages [2024-09-24T10:34:35.890Z] #59 DONE 49.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:34:35.890Z] #65 48.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #65 48.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #65 48.97 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:34:35.890Z] #65 48.97 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:34:35.890Z] #65 48.97 OK: 20070 distinct packages available [2024-09-24T10:34:35.890Z] #65 49.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #65 49.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #65 49.42 (1/11) Installing ca-certificates (20240226-r0) [2024-09-24T10:34:35.890Z] #65 49.44 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-24T10:34:35.890Z] #65 49.45 (3/11) Installing libunistring (1.1-r1) [2024-09-24T10:34:35.890Z] #65 49.46 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-24T10:34:35.890Z] #65 49.47 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-24T10:34:35.890Z] #65 49.47 (6/11) Installing libcurl (8.9.1-r0) [2024-09-24T10:34:35.890Z] #65 49.48 (7/11) Installing curl (8.9.1-r0) [2024-09-24T10:34:35.890Z] #65 49.48 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #65 49.49 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-24T10:34:35.890Z] #65 49.49 (10/11) Installing libucontext (1.2-r2) [2024-09-24T10:34:35.890Z] #65 49.49 (11/11) Installing gcompat (1.1.0-r1) [2024-09-24T10:34:35.890Z] #65 49.49 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #65 49.50 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:34:35.890Z] #65 49.56 OK: 12 MiB in 26 packages [2024-09-24T10:34:35.890Z] #65 DONE 49.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-24T10:34:35.890Z] #68 48.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #68 48.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #68 48.96 (1/4) Installing ca-certificates (20240226-r0) [2024-09-24T10:34:35.890Z] #68 48.98 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #68 48.98 (3/4) Installing su-exec (0.2-r3) [2024-09-24T10:34:35.890Z] #68 48.99 (4/4) Installing yq (4.33.3-r5) [2024-09-24T10:34:35.890Z] #68 49.45 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #68 49.46 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:34:35.890Z] #68 49.51 OK: 17 MiB in 19 packages [2024-09-24T10:34:35.890Z] #68 DONE 49.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-24T10:34:35.890Z] #69 1.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #69 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #67 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:34:35.890Z] #67 48.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #67 48.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #67 48.98 (1/3) Installing ca-certificates (20240226-r0) [2024-09-24T10:34:35.890Z] #67 49.00 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #67 49.01 (3/3) Installing tzdata (2024a-r0) [2024-09-24T10:34:35.890Z] #67 49.49 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #67 49.50 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:34:35.890Z] #67 49.55 OK: 11 MiB in 18 packages [2024-09-24T10:34:35.890Z] #67 DONE 50.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-24T10:34:35.890Z] #62 49.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #62 49.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #62 49.42 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #62 49.43 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #62 49.47 OK: 7 MiB in 16 packages [2024-09-24T10:34:35.890Z] #62 DONE 50.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-24T10:34:35.890Z] #61 48.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #61 48.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #61 49.04 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:34:35.890Z] #61 49.04 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:34:35.890Z] #61 49.04 OK: 20070 distinct packages available [2024-09-24T10:34:35.890Z] #61 49.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #61 49.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #61 49.44 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #61 49.44 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-24T10:34:35.890Z] #61 49.44 (3/4) Installing libucontext (1.2-r2) [2024-09-24T10:34:35.890Z] #61 49.45 (4/4) Installing gcompat (1.1.0-r1) [2024-09-24T10:34:35.890Z] #61 49.45 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #61 49.46 OK: 8 MiB in 19 packages [2024-09-24T10:34:35.890Z] #61 DONE 50.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-24T10:34:35.890Z] #60 48.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #60 48.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #60 49.19 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:34:35.890Z] #60 49.19 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:34:35.890Z] #60 49.19 OK: 20070 distinct packages available [2024-09-24T10:34:35.890Z] #60 49.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #60 49.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #60 49.64 (1/5) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #60 49.65 (2/5) Installing musl-obstack (1.2.3-r2) [2024-09-24T10:34:35.890Z] #60 49.65 (3/5) Installing libucontext (1.2-r2) [2024-09-24T10:34:35.890Z] #60 49.65 (4/5) Installing gcompat (1.1.0-r1) [2024-09-24T10:34:35.890Z] #60 49.65 (5/5) Installing openssl (3.1.7-r0) [2024-09-24T10:34:35.890Z] #60 49.66 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #60 49.67 OK: 8 MiB in 20 packages [2024-09-24T10:34:35.890Z] #60 DONE 50.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-24T10:34:35.890Z] #69 1.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #69 2.172 OK: 264 MiB in 52 packages [2024-09-24T10:34:35.890Z] #69 DONE 2.5s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #70 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 1.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 1.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.177 OK: 7 MiB in 17 packages [2024-09-24T10:34:35.890Z] #70 DONE 2.5s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:34:35.890Z] #71 DONE 0.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #72 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-24T10:34:35.890Z] #72 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-24T10:34:35.890Z] #0 3.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 3.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 3.276 OK: 264 MiB in 52 packages [2024-09-24T10:34:35.890Z] #73 DONE 3.4s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:34:35.890Z] #74 DONE 0.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-24T10:34:35.890Z] #75 DONE 3.4s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #76 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-09-24T10:34:35.890Z] #0 1.863 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.419 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 3.059 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-24T10:34:35.890Z] #0 3.367 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:34:35.890Z] #0 3.373 OK: 7 MiB in 16 packages [2024-09-24T10:34:35.890Z] #76 DONE 3.5s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-24T10:34:35.890Z] #77 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #78 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-09-24T10:34:35.890Z] #0 3.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 3.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 3.669 OK: 264 MiB in 52 packages [2024-09-24T10:34:35.890Z] #78 DONE 3.8s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #79 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:34:35.890Z] #79 DONE 0.1s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:34:35.890Z] #80 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #81 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 2.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.457 OK: 7 MiB in 16 packages [2024-09-24T10:34:35.890Z] #81 DONE 2.6s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 2.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.470 OK: 17 MiB in 19 packages [2024-09-24T10:34:35.890Z] #82 DONE 2.6s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-24T10:34:35.890Z] #83 DONE 0.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #84 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #84 ... [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 2.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.703 OK: 12 MiB in 26 packages [2024-09-24T10:34:35.890Z] #85 DONE 2.8s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 2.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.824 OK: 17 MiB in 19 packages [2024-09-24T10:34:35.890Z] #86 DONE 2.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #87 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 2.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.862 OK: 8 MiB in 17 packages [2024-09-24T10:34:35.890Z] #87 DONE 3.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #88 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-24T10:34:35.890Z] #0 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 4.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 4.433 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:34:35.890Z] #0 4.433 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:34:35.890Z] #0 4.433 OK: 20079 distinct packages available [2024-09-24T10:34:35.890Z] #0 4.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 4.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 4.811 OK: 264 MiB in 52 packages [2024-09-24T10:34:35.890Z] #88 DONE 4.9s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #89 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:34:35.890Z] #0 2.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:35.890Z] #0 2.848 OK: 11 MiB in 18 packages [2024-09-24T10:34:35.890Z] #89 DONE 3.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:34:35.890Z] #90 DONE 0.0s [2024-09-24T10:34:35.890Z] [2024-09-24T10:34:35.890Z] #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:34:36.461Z] #91 ... [2024-09-24T10:34:36.461Z] [2024-09-24T10:34:36.461Z] #72 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-24T10:34:36.461Z] #72 DONE 3.0s [2024-09-24T10:34:36.461Z] [2024-09-24T10:34:36.461Z] #92 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-24T10:34:36.461Z] #92 DONE 0.0s [2024-09-24T10:34:36.461Z] [2024-09-24T10:34:36.461Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-24T10:34:36.461Z] #0 3.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:36.461Z] #0 3.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:36.461Z] #0 3.637 OK: 8 MiB in 20 packages [2024-09-24T10:34:36.461Z] #93 DONE 3.9s [2024-09-24T10:34:36.461Z] [2024-09-24T10:34:36.461Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-24T10:34:38.374Z] #94 DONE 1.8s [2024-09-24T10:34:38.374Z] [2024-09-24T10:34:38.374Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-24T10:34:38.374Z] #0 3.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:38.374Z] #0 3.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:38.374Z] #0 3.777 OK: 8 MiB in 19 packages [2024-09-24T10:34:38.374Z] #95 DONE 5.5s [2024-09-24T10:34:38.374Z] [2024-09-24T10:34:38.374Z] #84 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-09-24T10:34:38.374Z] #84 3.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:38.374Z] #84 3.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:38.374Z] #84 4.017 OK: 7 MiB in 16 packages [2024-09-24T10:34:38.374Z] #84 DONE 5.5s [2024-09-24T10:34:38.374Z] [2024-09-24T10:34:38.374Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:34:38.374Z] #96 DONE 1.8s [2024-09-24T10:34:38.374Z] [2024-09-24T10:34:38.374Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-24T10:34:38.635Z] #97 DONE 0.1s [2024-09-24T10:34:38.635Z] [2024-09-24T10:34:38.635Z] #98 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-24T10:34:38.884Z] 3e85d5ac6304: Pull complete [2024-09-24T10:34:38.884Z] c3105a71a48b: Pull complete [2024-09-24T10:34:39.469Z] 0f093f025ec4: Pull complete [2024-09-24T10:34:39.738Z] c3106fc0e877: Pull complete [2024-09-24T10:34:39.738Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-09-24T10:34:39.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-09-24T10:34:39.738Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T10:34:39.944Z] prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container [2024-09-24T10:34:40.005Z] $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T10:34:40.037Z] #98 ... [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:34:40.037Z] #99 DONE 1.5s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:34:40.037Z] #100 DONE 1.6s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-24T10:34:40.037Z] #101 DONE 0.1s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #98 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-24T10:34:40.037Z] #98 DONE 1.5s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-24T10:34:40.037Z] #102 DONE 0.1s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #103 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-24T10:34:40.037Z] #103 DONE 0.1s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-24T10:34:40.037Z] #104 DONE 0.1s [2024-09-24T10:34:40.037Z] [2024-09-24T10:34:40.037Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-24T10:34:40.038Z] #105 DONE 0.1s [2024-09-24T10:34:40.038Z] [2024-09-24T10:34:40.038Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-24T10:34:40.297Z] #106 DONE 0.1s [2024-09-24T10:34:40.297Z] [2024-09-24T10:34:40.297Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-24T10:34:40.297Z] #107 DONE 0.1s [2024-09-24T10:34:40.297Z] [2024-09-24T10:34:40.297Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-24T10:34:40.297Z] #108 DONE 0.1s [2024-09-24T10:34:40.297Z] [2024-09-24T10:34:40.297Z] #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-24T10:34:40.297Z] #109 DONE 0.1s [2024-09-24T10:34:40.297Z] [2024-09-24T10:34:40.297Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-24T10:34:40.297Z] #110 DONE 0.1s [2024-09-24T10:34:40.297Z] [2024-09-24T10:34:40.297Z] #111 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-24T10:34:40.297Z] #111 DONE 0.1s [2024-09-24T10:34:40.297Z] [2024-09-24T10:34:40.297Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-24T10:34:40.567Z] #112 DONE 0.1s [2024-09-24T10:34:40.567Z] [2024-09-24T10:34:40.567Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-24T10:34:40.567Z] #113 DONE 0.0s [2024-09-24T10:34:40.567Z] [2024-09-24T10:34:40.567Z] #114 [security-spire-config] exporting to image [2024-09-24T10:34:40.567Z] #114 exporting layers [2024-09-24T10:34:41.143Z] #114 exporting layers 0.6s done [2024-09-24T10:34:41.143Z] #114 writing image sha256:872984e93ab4f79d1be4760d2f804d577ff1060f56a2723d89eceacdbb11e54a done [2024-09-24T10:34:41.143Z] #114 naming to docker.io/library/security-spire-server done [2024-09-24T10:34:41.143Z] #114 exporting layers 0.6s done [2024-09-24T10:34:41.143Z] #114 writing image sha256:d7ced4a3335218d1524dedf19e5961435af65ee2cca7550eada0a987ede94d0e done [2024-09-24T10:34:41.143Z] #114 naming to docker.io/library/security-spire-config done [2024-09-24T10:34:41.143Z] #114 writing image sha256:18f13f3ad3688f4f2077a487a2c851761ee134bef549ee20167e59c63512cb90 done [2024-09-24T10:34:41.143Z] #114 naming to docker.io/library/security-spire-agent done [2024-09-24T10:34:41.143Z] #114 DONE 0.7s [2024-09-24T10:34:41.143Z] [2024-09-24T10:34:41.143Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-24T10:34:41.143Z] #77 5.909 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:41.143Z] #77 6.395 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-09-24T10:34:41.403Z] #77 ... [2024-09-24T10:34:41.403Z] [2024-09-24T10:34:41.403Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:41.403Z] #42 ... [2024-09-24T10:34:41.403Z] [2024-09-24T10:34:41.403Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-24T10:34:41.403Z] #77 7.030 OK: 264 MiB in 52 packages [2024-09-24T10:34:41.971Z] #77 DONE 7.4s [2024-09-24T10:34:41.971Z] [2024-09-24T10:34:41.971Z] #115 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-24T10:34:41.971Z] #115 DONE 0.2s [2024-09-24T10:34:41.971Z] [2024-09-24T10:34:41.971Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:34:42.174Z] $ docker top 2ae448409a8f41a172e91d67ec6d107dcc42424756c34358ebc6a55804f1bd7f -eo pid,comm [2024-09-24T10:34:42.232Z] #116 ... [2024-09-24T10:34:42.232Z] [2024-09-24T10:34:42.232Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] { [Pipeline] sh [2024-09-24T10:34:42.997Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-09-24T10:34:43.611Z] #117 ... [2024-09-24T10:34:43.611Z] [2024-09-24T10:34:43.611Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:34:53.094Z] #1 [security-spire-server internal] load build definition from Dockerfile [2024-09-24T10:34:53.094Z] #1 transferring dockerfile: 1.70kB 0.0s done [2024-09-24T10:34:53.094Z] #1 DONE 0.1s [2024-09-24T10:34:53.094Z] [2024-09-24T10:34:53.094Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2024-09-24T10:34:53.094Z] #2 transferring dockerfile: 2.50kB done [2024-09-24T10:34:53.094Z] #2 DONE 0.0s [2024-09-24T10:34:53.094Z] [2024-09-24T10:34:53.094Z] #3 [core-data internal] load build definition from Dockerfile [2024-09-24T10:34:53.094Z] #3 transferring dockerfile: 2.07kB done [2024-09-24T10:34:53.094Z] #3 DONE 0.0s [2024-09-24T10:34:53.094Z] [2024-09-24T10:34:53.094Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-09-24T10:34:53.094Z] #4 transferring dockerfile: 1.81kB done [2024-09-24T10:34:53.094Z] #4 DONE 0.1s [2024-09-24T10:34:53.094Z] [2024-09-24T10:34:53.094Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-09-24T10:34:53.366Z] #5 transferring dockerfile: 3.17kB 0.0s done [2024-09-24T10:34:53.366Z] #5 DONE 0.1s [2024-09-24T10:34:53.366Z] [2024-09-24T10:34:53.366Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-09-24T10:34:53.366Z] #6 transferring dockerfile: 2.23kB done [2024-09-24T10:34:53.366Z] #6 DONE 0.1s [2024-09-24T10:34:53.366Z] [2024-09-24T10:34:53.366Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2024-09-24T10:34:53.366Z] #7 transferring dockerfile: 2.15kB done [2024-09-24T10:34:53.366Z] #7 DONE 0.1s [2024-09-24T10:34:53.366Z] [2024-09-24T10:34:53.366Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2024-09-24T10:34:53.366Z] #8 transferring dockerfile: 2.49kB done [2024-09-24T10:34:53.366Z] #8 DONE 0.0s [2024-09-24T10:34:53.366Z] [2024-09-24T10:34:53.366Z] #9 [support-notifications internal] load build definition from Dockerfile [2024-09-24T10:34:53.366Z] #9 transferring dockerfile: 2.02kB done [2024-09-24T10:34:53.366Z] #9 DONE 0.1s [2024-09-24T10:34:53.366Z] [2024-09-24T10:34:53.366Z] #10 [core-metadata internal] load build definition from Dockerfile [2024-09-24T10:34:53.638Z] #10 transferring dockerfile: 2.13kB 0.0s done [2024-09-24T10:34:53.638Z] #10 DONE 0.1s [2024-09-24T10:34:53.638Z] [2024-09-24T10:34:53.638Z] #11 [support-cron-scheduler internal] load build definition from Dockerfile [2024-09-24T10:34:53.638Z] #11 transferring dockerfile: 1.85kB done [2024-09-24T10:34:53.638Z] #11 DONE 0.1s [2024-09-24T10:34:53.638Z] [2024-09-24T10:34:53.638Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-09-24T10:34:53.638Z] #12 transferring dockerfile: 1.69kB 0.0s done [2024-09-24T10:34:53.638Z] #12 DONE 0.1s [2024-09-24T10:34:53.638Z] [2024-09-24T10:34:53.638Z] #13 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-09-24T10:34:53.638Z] #13 transferring dockerfile: 1.89kB done [2024-09-24T10:34:53.907Z] #13 DONE 0.1s [2024-09-24T10:34:53.907Z] [2024-09-24T10:34:53.907Z] #14 [core-command internal] load build definition from Dockerfile [2024-09-24T10:34:53.907Z] #14 transferring dockerfile: 1.93kB 0.0s done [2024-09-24T10:34:53.907Z] #14 DONE 0.1s [2024-09-24T10:34:53.907Z] [2024-09-24T10:34:53.907Z] #15 [support-scheduler internal] load build definition from Dockerfile [2024-09-24T10:34:53.907Z] #15 transferring dockerfile: 1.93kB 0.0s done [2024-09-24T10:34:53.907Z] #15 DONE 0.1s [2024-09-24T10:34:53.907Z] [2024-09-24T10:34:53.907Z] #16 [core-keeper internal] load build definition from Dockerfile [2024-09-24T10:34:53.907Z] #16 transferring dockerfile: 2.07kB 0.0s done [2024-09-24T10:34:53.907Z] #16 DONE 0.1s [2024-09-24T10:34:53.907Z] [2024-09-24T10:34:53.907Z] #17 [security-spire-server internal] load .dockerignore [2024-09-24T10:34:53.907Z] #17 transferring context: [2024-09-24T10:34:54.174Z] #17 transferring context: 50B 0.0s done [2024-09-24T10:34:54.174Z] #17 DONE 0.1s [2024-09-24T10:34:54.761Z] [2024-09-24T10:34:54.761Z] #18 [security-proxy-setup internal] load .dockerignore [2024-09-24T10:34:54.761Z] #18 transferring context: 50B done [2024-09-24T10:34:54.761Z] #18 DONE 0.0s [2024-09-24T10:34:55.031Z] [2024-09-24T10:34:55.031Z] #19 [core-data internal] load .dockerignore [2024-09-24T10:34:55.031Z] #19 transferring context: 50B done [2024-09-24T10:34:55.031Z] #19 DONE 0.0s [2024-09-24T10:34:55.031Z] [2024-09-24T10:34:55.031Z] #20 [security-spire-agent internal] load .dockerignore [2024-09-24T10:34:55.031Z] #20 transferring context: 50B 0.0s done [2024-09-24T10:34:55.031Z] #20 DONE 0.1s [2024-09-24T10:34:55.031Z] [2024-09-24T10:34:55.031Z] #21 [security-bootstrapper internal] load .dockerignore [2024-09-24T10:34:55.031Z] #21 transferring context: 50B done [2024-09-24T10:34:55.031Z] #21 DONE 0.1s [2024-09-24T10:34:55.031Z] [2024-09-24T10:34:55.031Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2024-09-24T10:34:55.031Z] #22 transferring context: 50B done [2024-09-24T10:34:55.031Z] #22 DONE 0.1s [2024-09-24T10:34:55.031Z] [2024-09-24T10:34:55.031Z] #23 [security-proxy-auth internal] load .dockerignore [2024-09-24T10:34:55.031Z] #23 transferring context: 50B done [2024-09-24T10:34:55.031Z] #23 DONE 0.1s [2024-09-24T10:34:55.031Z] [2024-09-24T10:34:55.031Z] #24 [security-secretstore-setup internal] load .dockerignore [2024-09-24T10:34:55.300Z] #24 transferring context: 50B done [2024-09-24T10:34:55.300Z] #24 DONE 0.1s [2024-09-24T10:34:55.300Z] [2024-09-24T10:34:55.300Z] #25 [support-notifications internal] load .dockerignore [2024-09-24T10:34:55.300Z] #25 transferring context: 50B done [2024-09-24T10:34:55.300Z] #25 DONE 0.1s [2024-09-24T10:34:55.300Z] [2024-09-24T10:34:55.300Z] #26 [core-metadata internal] load .dockerignore [2024-09-24T10:34:55.300Z] #26 transferring context: 50B done [2024-09-24T10:34:55.300Z] #26 DONE 0.1s [2024-09-24T10:34:55.300Z] [2024-09-24T10:34:55.300Z] #27 [support-cron-scheduler internal] load .dockerignore [2024-09-24T10:34:55.300Z] #27 transferring context: 50B done [2024-09-24T10:34:55.300Z] #27 DONE 0.0s [2024-09-24T10:34:55.300Z] [2024-09-24T10:34:55.300Z] #28 [security-spire-config internal] load .dockerignore [2024-09-24T10:34:55.571Z] #28 transferring context: 50B 0.0s done [2024-09-24T10:34:55.571Z] #28 DONE 0.1s [2024-09-24T10:34:55.571Z] [2024-09-24T10:34:55.571Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2024-09-24T10:34:55.571Z] #29 transferring context: 50B 0.0s done [2024-09-24T10:34:55.571Z] #29 DONE 0.1s [2024-09-24T10:34:55.571Z] [2024-09-24T10:34:55.571Z] #30 [core-command internal] load .dockerignore [2024-09-24T10:34:55.571Z] #30 transferring context: 50B 0.0s done [2024-09-24T10:34:55.571Z] #30 DONE 0.1s [2024-09-24T10:34:55.571Z] [2024-09-24T10:34:55.571Z] #31 [support-scheduler internal] load .dockerignore [2024-09-24T10:34:55.837Z] #31 transferring context: 50B 0.0s done [2024-09-24T10:34:55.837Z] #31 DONE 0.1s [2024-09-24T10:34:55.837Z] [2024-09-24T10:34:55.837Z] #32 [core-keeper internal] load .dockerignore [2024-09-24T10:34:55.837Z] #32 transferring context: 50B 0.0s done [2024-09-24T10:34:55.837Z] #32 DONE 0.1s [2024-09-24T10:34:55.837Z] [2024-09-24T10:34:55.837Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-24T10:34:55.837Z] #33 ... [2024-09-24T10:34:55.837Z] [2024-09-24T10:34:55.837Z] #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:34:55.837Z] #34 DONE 0.2s [2024-09-24T10:34:56.103Z] [2024-09-24T10:34:56.103Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-24T10:34:56.372Z] #33 DONE 0.6s [2024-09-24T10:34:56.372Z] [2024-09-24T10:34:56.372Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:56.372Z] #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:56.372Z] #35 ... [2024-09-24T10:34:56.372Z] [2024-09-24T10:34:56.372Z] #36 [security-spire-server internal] load build context [2024-09-24T10:34:56.372Z] #36 transferring context: 27.71kB 0.0s done [2024-09-24T10:34:56.372Z] #36 DONE 0.1s [2024-09-24T10:34:56.372Z] [2024-09-24T10:34:56.372Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:56.372Z] #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-09-24T10:34:56.372Z] #35 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-24T10:34:56.372Z] #35 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-24T10:34:56.372Z] #35 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-24T10:34:56.372Z] #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-09-24T10:34:56.372Z] #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s [2024-09-24T10:34:56.372Z] #35 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-24T10:34:56.640Z] #35 ... [2024-09-24T10:34:56.640Z] [2024-09-24T10:34:56.640Z] #37 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:56.640Z] #37 DONE 0.0s [2024-09-24T10:34:56.640Z] [2024-09-24T10:34:56.640Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:56.640Z] #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-09-24T10:34:56.640Z] #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-09-24T10:34:56.640Z] #35 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-09-24T10:34:56.640Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.2s [2024-09-24T10:34:56.640Z] #35 ... [2024-09-24T10:34:56.640Z] [2024-09-24T10:34:56.640Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:34:56.640Z] #34 DONE 0.2s [2024-09-24T10:34:56.909Z] [2024-09-24T10:34:56.909Z] #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:34:56.909Z] #34 DONE 0.3s [2024-09-24T10:34:56.909Z] [2024-09-24T10:34:56.909Z] #38 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:56.909Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:34:56.909Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:34:56.909Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:34:56.909Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:34:56.909Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:34:56.909Z] #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c [2024-09-24T10:34:56.909Z] #38 ... [2024-09-24T10:34:56.909Z] [2024-09-24T10:34:56.909Z] #37 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:56.909Z] #37 DONE 0.0s [2024-09-24T10:34:56.909Z] [2024-09-24T10:34:56.909Z] #38 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:57.184Z] #38 ... [2024-09-24T10:34:57.184Z] [2024-09-24T10:34:57.184Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-24T10:34:57.184Z] #33 DONE 0.6s [2024-09-24T10:34:57.184Z] [2024-09-24T10:34:57.184Z] #37 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:57.184Z] #37 DONE 0.0s [2024-09-24T10:34:57.184Z] [2024-09-24T10:34:57.184Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:34:57.184Z] #34 DONE 0.5s [2024-09-24T10:34:57.184Z] [2024-09-24T10:34:57.184Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:57.184Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.68MB / 28.04MB 0.8s [2024-09-24T10:34:57.184Z] #35 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-24T10:34:57.454Z] #35 ... [2024-09-24T10:34:57.454Z] [2024-09-24T10:34:57.454Z] #37 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:57.454Z] #37 DONE 0.0s [2024-09-24T10:34:57.454Z] [2024-09-24T10:34:57.454Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-09-24T10:34:57.454Z] #39 DONE 0.8s [2024-09-24T10:34:57.454Z] [2024-09-24T10:34:57.454Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:57.454Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 1.2s [2024-09-24T10:34:57.722Z] #35 ... [2024-09-24T10:34:57.722Z] [2024-09-24T10:34:57.722Z] #37 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:57.722Z] #37 DONE 0.0s [2024-09-24T10:34:57.722Z] [2024-09-24T10:34:57.722Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:57.722Z] #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-09-24T10:34:57.722Z] #35 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-24T10:34:57.722Z] #35 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-24T10:34:57.722Z] #35 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-24T10:34:57.722Z] #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-09-24T10:34:57.722Z] #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-09-24T10:34:57.722Z] #35 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-24T10:34:57.722Z] #35 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-09-24T10:34:57.722Z] #35 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-24T10:34:57.722Z] #35 ... [2024-09-24T10:34:57.722Z] [2024-09-24T10:34:57.722Z] #37 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:57.722Z] #37 DONE 0.0s [2024-09-24T10:34:57.722Z] [2024-09-24T10:34:57.722Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:57.722Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.29MB / 28.04MB 1.4s [2024-09-24T10:34:57.995Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 1.6s [2024-09-24T10:34:57.995Z] #35 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-09-24T10:34:57.995Z] #35 ... [2024-09-24T10:34:57.995Z] [2024-09-24T10:34:57.995Z] #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:34:57.995Z] #34 DONE 1.0s [2024-09-24T10:34:57.995Z] [2024-09-24T10:34:57.995Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:34:57.995Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.27MB / 28.04MB 1.7s [2024-09-24T10:34:57.995Z] #35 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-09-24T10:34:58.265Z] #35 ... [2024-09-24T10:34:58.265Z] [2024-09-24T10:34:58.265Z] #37 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:58.265Z] #37 DONE 0.0s [2024-09-24T10:34:58.265Z] [2024-09-24T10:34:58.265Z] #38 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:58.265Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:34:58.265Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:34:58.265Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:34:58.265Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:34:58.265Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:34:58.534Z] #38 ... [2024-09-24T10:34:58.534Z] [2024-09-24T10:34:58.534Z] #37 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:58.534Z] #37 DONE 0.0s [2024-09-24T10:34:58.534Z] [2024-09-24T10:34:58.534Z] #38 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:59.217Z] #38 ... [2024-09-24T10:34:59.217Z] [2024-09-24T10:34:59.217Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:34:59.217Z] #34 DONE 1.7s [2024-09-24T10:34:59.217Z] [2024-09-24T10:34:59.217Z] #38 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:59.217Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:34:59.217Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:34:59.217Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:34:59.217Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:34:59.217Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:34:59.217Z] #38 ... [2024-09-24T10:34:59.217Z] [2024-09-24T10:34:59.217Z] #37 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:59.217Z] #37 DONE 0.0s [2024-09-24T10:34:59.217Z] [2024-09-24T10:34:59.217Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-09-24T10:34:59.217Z] #33 DONE 0.9s [2024-09-24T10:34:59.217Z] [2024-09-24T10:34:59.217Z] #40 [security-spire-agent internal] load build context [2024-09-24T10:34:59.217Z] #40 transferring context: 27.24kB 0.2s done [2024-09-24T10:34:59.217Z] #40 DONE 1.4s [2024-09-24T10:34:59.217Z] [2024-09-24T10:34:59.217Z] #38 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:59.217Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:34:59.217Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:34:59.217Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:34:59.217Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:34:59.217Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:34:59.518Z] #38 ... [2024-09-24T10:34:59.518Z] [2024-09-24T10:34:59.518Z] #37 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:59.518Z] #37 DONE 0.0s [2024-09-24T10:34:59.797Z] [2024-09-24T10:34:59.797Z] #38 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:34:59.797Z] #38 ... [2024-09-24T10:34:59.797Z] [2024-09-24T10:34:59.797Z] #37 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:34:59.797Z] #37 DONE 0.0s [2024-09-24T10:34:59.797Z] [2024-09-24T10:34:59.797Z] #38 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:35:00.078Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:35:00.078Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:35:00.078Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:35:00.078Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:35:00.078Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:35:00.078Z] #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.2s done [2024-09-24T10:35:00.078Z] #38 ... [2024-09-24T10:35:00.078Z] [2024-09-24T10:35:00.078Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:35:00.078Z] #34 DONE 2.7s [2024-09-24T10:35:00.363Z] [2024-09-24T10:35:00.363Z] #37 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-09-24T10:35:00.363Z] #37 DONE 0.0s [2024-09-24T10:35:00.363Z] [2024-09-24T10:35:00.363Z] #38 [support-scheduler stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:35:00.363Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:35:00.363Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:35:00.364Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:35:00.364Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:35:00.364Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:35:00.364Z] #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.2s done [2024-09-24T10:35:00.364Z] #38 ... [2024-09-24T10:35:00.364Z] [2024-09-24T10:35:00.364Z] #41 [core-data internal] load build context [2024-09-24T10:35:00.364Z] #41 transferring context: 3.19MB 2.7s done [2024-09-24T10:35:00.364Z] #41 DONE 3.6s [2024-09-24T10:35:00.364Z] [2024-09-24T10:35:00.364Z] #42 [security-bootstrapper internal] load build context [2024-09-24T10:35:00.364Z] #42 transferring context: 3.19MB 2.3s done [2024-09-24T10:35:00.364Z] #42 DONE 3.1s [2024-09-24T10:35:00.364Z] [2024-09-24T10:35:00.364Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-09-24T10:35:00.364Z] #34 DONE 2.9s [2024-09-24T10:35:00.364Z] [2024-09-24T10:35:00.364Z] #43 [core-keeper internal] load build context [2024-09-24T10:35:00.364Z] #43 DONE 0.0s [2024-09-24T10:35:00.364Z] [2024-09-24T10:35:00.364Z] #38 [core-keeper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:35:00.364Z] #38 resolve docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 0.0s done [2024-09-24T10:35:00.364Z] #38 sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 1.64kB / 1.64kB done [2024-09-24T10:35:00.364Z] #38 sha256:9a651613a55c2a201ba444dbbbcbd8e8fca855e681b746afe59b9e248742b81b 528B / 528B done [2024-09-24T10:35:00.364Z] #38 sha256:3e834921e3678b9f27c1f2e94f5945b63aab1c68cdf944dad109daded06c1f2b 1.49kB / 1.49kB done [2024-09-24T10:35:00.364Z] #38 sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.34MB / 3.34MB 0.4s done [2024-09-24T10:35:00.364Z] #38 extracting sha256:720f3032cd1105e6311c8adee3ee0f3b6827bec2c48f1cfff486a347ad22f05c 3.2s done [2024-09-24T10:35:00.671Z] #38 ... [2024-09-24T10:35:00.671Z] [2024-09-24T10:35:00.671Z] #44 [core-common-config-bootstrapper internal] load build context [2024-09-24T10:35:00.671Z] #44 transferring context: 3.19MB 2.3s done [2024-09-24T10:35:00.671Z] #44 DONE 3.3s [2024-09-24T10:35:00.671Z] [2024-09-24T10:35:00.671Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:35:00.671Z] #35 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-09-24T10:35:00.671Z] #35 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-09-24T10:35:00.671Z] #35 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-09-24T10:35:00.671Z] #35 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-09-24T10:35:00.671Z] #35 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-09-24T10:35:00.671Z] #35 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-09-24T10:35:00.671Z] #35 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-09-24T10:35:00.671Z] #35 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-09-24T10:35:00.671Z] #35 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 2.6s done [2024-09-24T10:35:00.671Z] #35 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-09-24T10:35:00.671Z] #35 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-09-24T10:35:00.671Z] #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.3s [2024-09-24T10:35:01.667Z] #35 ... [2024-09-24T10:35:01.667Z] [2024-09-24T10:35:01.667Z] #45 [security-proxy-setup internal] load build context [2024-09-24T10:35:01.667Z] #45 transferring context: 3.19MB 3.6s done [2024-09-24T10:35:01.667Z] #45 DONE 4.8s [2024-09-24T10:35:01.667Z] [2024-09-24T10:35:01.667Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:35:01.937Z] #35 ... [2024-09-24T10:35:01.937Z] [2024-09-24T10:35:01.937Z] #46 [support-notifications internal] load build context [2024-09-24T10:35:01.937Z] #46 transferring context: 3.19MB 2.5s done [2024-09-24T10:35:01.937Z] #46 DONE 3.8s [2024-09-24T10:35:02.208Z] [2024-09-24T10:35:02.208Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:02.208Z] #47 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done [2024-09-24T10:35:02.208Z] #47 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-09-24T10:35:02.208Z] #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-09-24T10:35:02.208Z] #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-09-24T10:35:02.208Z] #47 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-09-24T10:35:02.208Z] #47 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-09-24T10:35:02.208Z] #47 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.6s done [2024-09-24T10:35:02.208Z] #47 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 2.9s done [2024-09-24T10:35:02.208Z] #47 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-09-24T10:35:02.208Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 0.9s [2024-09-24T10:35:02.476Z] #47 ... [2024-09-24T10:35:02.476Z] [2024-09-24T10:35:02.476Z] #48 [security-spire-config internal] load build context [2024-09-24T10:35:02.476Z] #48 transferring context: 25.96kB 0.1s done [2024-09-24T10:35:02.476Z] #48 DONE 3.0s [2024-09-24T10:35:02.476Z] [2024-09-24T10:35:02.476Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:02.749Z] #47 ... [2024-09-24T10:35:02.749Z] [2024-09-24T10:35:02.749Z] #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-24T10:35:02.749Z] #49 ... [2024-09-24T10:35:02.749Z] [2024-09-24T10:35:02.749Z] #50 [security-secretstore-setup internal] load build context [2024-09-24T10:35:02.749Z] #50 transferring context: 3.19MB 3.0s done [2024-09-24T10:35:02.749Z] #50 DONE 4.9s [2024-09-24T10:35:03.020Z] [2024-09-24T10:35:03.020Z] #51 [security-proxy-auth internal] load build context [2024-09-24T10:35:03.020Z] #51 transferring context: 3.19MB 3.3s done [2024-09-24T10:35:03.020Z] #51 DONE 5.1s [2024-09-24T10:35:03.020Z] [2024-09-24T10:35:03.020Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:35:03.020Z] #38 ... [2024-09-24T10:35:03.020Z] [2024-09-24T10:35:03.020Z] #52 [support-cron-scheduler internal] load build context [2024-09-24T10:35:03.020Z] #52 transferring context: 3.19MB 2.0s done [2024-09-24T10:35:03.020Z] #52 DONE 4.2s [2024-09-24T10:35:03.288Z] [2024-09-24T10:35:03.288Z] #53 [core-metadata internal] load build context [2024-09-24T10:35:03.288Z] #53 transferring context: 3.19MB 2.0s done [2024-09-24T10:35:03.288Z] #53 DONE 4.2s [2024-09-24T10:35:03.288Z] [2024-09-24T10:35:03.288Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:35:04.707Z] #35 ... [2024-09-24T10:35:04.707Z] [2024-09-24T10:35:04.707Z] #54 [support-scheduler internal] load build context [2024-09-24T10:35:04.707Z] #54 transferring context: 3.19MB 1.8s done [2024-09-24T10:35:04.707Z] #54 DONE 4.2s [2024-09-24T10:35:04.707Z] [2024-09-24T10:35:04.707Z] #55 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-09-24T10:35:04.707Z] #55 DONE 8.1s [2024-09-24T10:35:04.707Z] [2024-09-24T10:35:04.707Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:04.975Z] #47 ... [2024-09-24T10:35:04.975Z] [2024-09-24T10:35:04.975Z] #56 [core-command internal] load build context [2024-09-24T10:35:04.975Z] #56 transferring context: 3.19MB 1.8s done [2024-09-24T10:35:04.975Z] #56 DONE 4.9s [2024-09-24T10:35:04.975Z] [2024-09-24T10:35:04.975Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:05.248Z] #47 ... [2024-09-24T10:35:05.248Z] [2024-09-24T10:35:05.248Z] #57 [security-spiffe-token-provider internal] load build context [2024-09-24T10:35:05.248Z] #57 transferring context: 3.19MB 1.9s done [2024-09-24T10:35:05.248Z] #57 DONE 5.1s [2024-09-24T10:35:05.248Z] [2024-09-24T10:35:05.248Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:06.234Z] #47 ... [2024-09-24T10:35:06.234Z] [2024-09-24T10:35:06.234Z] #58 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-09-24T10:35:06.234Z] #58 DONE 1.5s [2024-09-24T10:35:06.234Z] [2024-09-24T10:35:06.234Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:07.213Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.0s [2024-09-24T10:35:07.796Z] #47 ... [2024-09-24T10:35:07.796Z] [2024-09-24T10:35:07.796Z] #43 [core-keeper internal] load build context [2024-09-24T10:35:07.797Z] #43 transferring context: 3.19MB 3.2s done [2024-09-24T10:35:07.797Z] #43 DONE 7.1s [2024-09-24T10:35:07.797Z] [2024-09-24T10:35:07.797Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:12.082Z] #47 ... [2024-09-24T10:35:12.082Z] [2024-09-24T10:35:12.082Z] #59 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-24T10:35:12.082Z] #59 DONE 9.7s [2024-09-24T10:35:12.082Z] [2024-09-24T10:35:12.082Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:12.684Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.2s [2024-09-24T10:35:12.684Z] #47 ... [2024-09-24T10:35:12.684Z] [2024-09-24T10:35:12.684Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-24T10:35:12.684Z] #0 8.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:12.684Z] #0 8.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:12.684Z] #0 9.834 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:35:12.684Z] #0 9.834 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:35:12.684Z] #0 9.834 OK: 19946 distinct packages available [2024-09-24T10:35:12.684Z] #0 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:12.684Z] #60 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:12.684Z] #60 ... [2024-09-24T10:35:12.684Z] [2024-09-24T10:35:12.684Z] #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:12.952Z] #61 ... [2024-09-24T10:35:12.952Z] [2024-09-24T10:35:12.952Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:35:12.952Z] #62 ... [2024-09-24T10:35:12.952Z] [2024-09-24T10:35:12.952Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-24T10:35:12.952Z] #0 9.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:12.952Z] #0 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:13.221Z] #63 ... [2024-09-24T10:35:13.221Z] [2024-09-24T10:35:13.221Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:35:13.221Z] #64 ... [2024-09-24T10:35:13.221Z] [2024-09-24T10:35:13.221Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:13.494Z] #65 ... [2024-09-24T10:35:13.494Z] [2024-09-24T10:35:13.494Z] #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-24T10:35:13.494Z] #66 ... [2024-09-24T10:35:13.494Z] [2024-09-24T10:35:13.494Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-24T10:35:13.761Z] #67 ... [2024-09-24T10:35:13.762Z] [2024-09-24T10:35:13.762Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-24T10:35:13.762Z] #0 9.248 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:13.762Z] #0 9.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:13.762Z] #68 ... [2024-09-24T10:35:13.762Z] [2024-09-24T10:35:13.762Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:35:13.762Z] #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.7s [2024-09-24T10:35:14.031Z] #35 ... [2024-09-24T10:35:14.031Z] [2024-09-24T10:35:14.031Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:14.031Z] #65 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:15.985Z] #65 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:16.252Z] #65 ... [2024-09-24T10:35:16.252Z] [2024-09-24T10:35:16.252Z] #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-09-24T10:35:16.252Z] #69 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:16.252Z] #69 ... [2024-09-24T10:35:16.252Z] [2024-09-24T10:35:16.252Z] #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-24T10:35:16.252Z] #0 9.935 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:16.520Z] #70 ... [2024-09-24T10:35:16.520Z] [2024-09-24T10:35:16.520Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-24T10:35:16.520Z] #71 ... [2024-09-24T10:35:16.520Z] [2024-09-24T10:35:16.520Z] #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-09-24T10:35:16.788Z] #72 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:16.788Z] #72 ... [2024-09-24T10:35:16.788Z] [2024-09-24T10:35:16.788Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-24T10:35:16.788Z] #0 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:16.788Z] #73 ... [2024-09-24T10:35:16.788Z] [2024-09-24T10:35:16.788Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-09-24T10:35:16.788Z] #71 DONE 10.7s [2024-09-24T10:35:16.788Z] [2024-09-24T10:35:16.788Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-24T10:35:16.788Z] #63 13.97 (1/2) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:16.788Z] #63 13.99 (2/2) Installing su-exec (0.2-r3) [2024-09-24T10:35:16.788Z] #63 14.05 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:17.061Z] #63 14.30 OK: 8 MiB in 17 packages [2024-09-24T10:35:17.655Z] #63 ... [2024-09-24T10:35:17.655Z] [2024-09-24T10:35:17.655Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-09-24T10:35:17.655Z] #60 13.62 (1/5) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:17.655Z] #60 13.69 (2/5) Installing musl-obstack (1.2.3-r2) [2024-09-24T10:35:17.655Z] #60 13.69 (3/5) Installing libucontext (1.2-r2) [2024-09-24T10:35:17.655Z] #60 13.72 (4/5) Installing gcompat (1.1.0-r1) [2024-09-24T10:35:17.655Z] #60 13.80 (5/5) Installing openssl (3.1.7-r0) [2024-09-24T10:35:17.655Z] #60 14.05 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:17.655Z] #60 14.23 OK: 9 MiB in 20 packages [2024-09-24T10:35:17.655Z] #60 DONE 15.8s [2024-09-24T10:35:17.920Z] [2024-09-24T10:35:17.920Z] #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-24T10:35:19.872Z] #74 ... [2024-09-24T10:35:19.872Z] [2024-09-24T10:35:19.872Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-09-24T10:35:19.872Z] #63 DONE 16.7s [2024-09-24T10:35:19.872Z] [2024-09-24T10:35:19.872Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:35:19.872Z] #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.5s [2024-09-24T10:35:21.280Z] #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.1s done [2024-09-24T10:35:21.280Z] #35 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.1s done [2024-09-24T10:35:21.860Z] #35 ... [2024-09-24T10:35:21.860Z] [2024-09-24T10:35:21.860Z] #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-24T10:35:21.860Z] #74 4.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:22.125Z] #74 ... [2024-09-24T10:35:22.125Z] [2024-09-24T10:35:22.125Z] #75 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:22.125Z] #0 6.392 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:22.125Z] #0 8.840 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:22.419Z] #75 ... [2024-09-24T10:35:22.419Z] [2024-09-24T10:35:22.419Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:35:22.419Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 14.0s done [2024-09-24T10:35:23.001Z] #47 ... [2024-09-24T10:35:23.001Z] [2024-09-24T10:35:23.001Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:23.001Z] #65 20.30 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:23.001Z] #65 20.34 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:23.267Z] #65 20.47 OK: 8 MiB in 16 packages [2024-09-24T10:35:23.535Z] #65 ... [2024-09-24T10:35:23.535Z] [2024-09-24T10:35:23.535Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:35:23.535Z] #62 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:23.535Z] #62 11.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:23.535Z] #62 17.83 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:35:23.535Z] #62 17.83 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:35:23.535Z] #62 17.83 OK: 19946 distinct packages available [2024-09-24T10:35:23.535Z] #62 19.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:23.535Z] #62 ... [2024-09-24T10:35:23.535Z] [2024-09-24T10:35:23.535Z] #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-24T10:35:23.535Z] #66 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:23.535Z] #66 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:23.535Z] #66 19.91 (1/2) Installing ca-certificates (20240226-r0) [2024-09-24T10:35:23.535Z] #66 20.23 (2/2) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:23.535Z] #66 20.25 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:23.535Z] #66 20.42 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:35:23.808Z] #66 ... [2024-09-24T10:35:23.808Z] [2024-09-24T10:35:23.808Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:35:23.808Z] #62 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:24.394Z] #62 ... [2024-09-24T10:35:24.394Z] [2024-09-24T10:35:24.394Z] #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:24.394Z] #65 DONE 21.7s [2024-09-24T10:35:24.664Z] [2024-09-24T10:35:24.664Z] #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-24T10:35:24.664Z] #66 21.67 OK: 9 MiB in 17 packages [2024-09-24T10:35:24.664Z] #66 ... [2024-09-24T10:35:24.664Z] [2024-09-24T10:35:24.664Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:35:24.664Z] #64 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:24.664Z] #64 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:24.664Z] #64 20.69 (1/3) Installing ca-certificates (20240226-r0) [2024-09-24T10:35:24.664Z] #64 21.12 (2/3) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:24.664Z] #64 21.15 (3/3) Installing tzdata (2024a-r0) [2024-09-24T10:35:24.967Z] #64 ... [2024-09-24T10:35:24.967Z] [2024-09-24T10:35:24.967Z] #76 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:25.237Z] #76 ... [2024-09-24T10:35:25.237Z] [2024-09-24T10:35:25.237Z] #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-24T10:35:25.237Z] #49 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.237Z] #49 14.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.237Z] #49 21.03 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:25.237Z] #49 21.06 (2/4) Installing openssl (3.1.7-r0) [2024-09-24T10:35:25.237Z] #49 21.15 (3/4) Installing su-exec (0.2-r3) [2024-09-24T10:35:25.237Z] #49 21.18 (4/4) Installing yq (4.33.3-r5) [2024-09-24T10:35:25.237Z] #49 22.49 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:25.539Z] #49 ... [2024-09-24T10:35:25.539Z] [2024-09-24T10:35:25.539Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-24T10:35:25.539Z] #68 12.38 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:35:25.539Z] #68 12.38 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:35:25.539Z] #68 12.38 OK: 19946 distinct packages available [2024-09-24T10:35:25.539Z] #68 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.539Z] #68 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.539Z] #68 21.34 (1/4) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:25.539Z] #68 21.39 (2/4) Installing musl-obstack (1.2.3-r2) [2024-09-24T10:35:25.539Z] #68 21.41 (3/4) Installing libucontext (1.2-r2) [2024-09-24T10:35:25.539Z] #68 21.42 (4/4) Installing gcompat (1.1.0-r1) [2024-09-24T10:35:25.539Z] #68 21.50 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:25.539Z] #68 21.71 OK: 8 MiB in 19 packages [2024-09-24T10:35:25.539Z] #68 ... [2024-09-24T10:35:25.539Z] [2024-09-24T10:35:25.539Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-09-24T10:35:25.539Z] #70 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.539Z] #70 17.98 OK: 266 MiB in 52 packages [2024-09-24T10:35:25.539Z] #70 DONE 19.4s [2024-09-24T10:35:25.539Z] [2024-09-24T10:35:25.539Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-24T10:35:25.539Z] #67 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.539Z] #67 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:25.539Z] #67 20.93 (1/4) Installing ca-certificates (20240226-r0) [2024-09-24T10:35:25.539Z] #67 21.40 (2/4) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:25.539Z] #67 21.43 (3/4) Installing su-exec (0.2-r3) [2024-09-24T10:35:25.539Z] #67 21.45 (4/4) Installing yq (4.33.3-r5) [2024-09-24T10:35:25.816Z] #67 ... [2024-09-24T10:35:25.816Z] [2024-09-24T10:35:25.816Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:26.110Z] #77 ... [2024-09-24T10:35:26.110Z] [2024-09-24T10:35:26.110Z] #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:26.110Z] #61 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:26.110Z] #61 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:26.110Z] #61 21.90 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:26.110Z] #61 21.99 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:26.110Z] #61 22.07 OK: 8 MiB in 16 packages [2024-09-24T10:35:26.110Z] #61 ... [2024-09-24T10:35:26.110Z] [2024-09-24T10:35:26.110Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:26.110Z] #77 DONE 0.7s [2024-09-24T10:35:26.110Z] [2024-09-24T10:35:26.110Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:26.735Z] #78 ... [2024-09-24T10:35:26.735Z] [2024-09-24T10:35:26.735Z] #66 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-09-24T10:35:26.735Z] #66 DONE 23.9s [2024-09-24T10:35:27.004Z] [2024-09-24T10:35:27.004Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:27.004Z] #79 ... [2024-09-24T10:35:27.004Z] [2024-09-24T10:35:27.004Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-09-24T10:35:27.004Z] #69 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:27.004Z] #69 18.43 OK: 266 MiB in 52 packages [2024-09-24T10:35:27.004Z] #69 DONE 21.1s [2024-09-24T10:35:27.004Z] [2024-09-24T10:35:27.004Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-24T10:35:27.004Z] #0 5.172 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:27.004Z] #0 7.177 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:27.277Z] #80 ... [2024-09-24T10:35:27.277Z] [2024-09-24T10:35:27.277Z] #81 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:28.249Z] #81 ... [2024-09-24T10:35:28.249Z] [2024-09-24T10:35:28.249Z] #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-09-24T10:35:28.249Z] #72 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:28.249Z] #72 19.09 OK: 266 MiB in 52 packages [2024-09-24T10:35:28.249Z] #72 DONE 22.0s [2024-09-24T10:35:28.249Z] [2024-09-24T10:35:28.249Z] #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-09-24T10:35:28.249Z] #49 22.74 OK: 18 MiB in 19 packages [2024-09-24T10:35:28.249Z] #49 DONE 25.3s [2024-09-24T10:35:28.249Z] [2024-09-24T10:35:28.249Z] #61 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:28.249Z] #61 DONE 25.6s [2024-09-24T10:35:28.249Z] [2024-09-24T10:35:28.249Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:35:28.249Z] #64 25.41 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:28.249Z] #64 ... [2024-09-24T10:35:28.249Z] [2024-09-24T10:35:28.249Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-09-24T10:35:28.249Z] #68 DONE 25.5s [2024-09-24T10:35:28.249Z] [2024-09-24T10:35:28.249Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:35:28.249Z] #64 25.48 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:35:28.850Z] #64 ... [2024-09-24T10:35:28.850Z] [2024-09-24T10:35:28.850Z] #81 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:28.850Z] #81 DONE 2.0s [2024-09-24T10:35:29.115Z] [2024-09-24T10:35:29.115Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-24T10:35:29.115Z] #67 23.32 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:29.115Z] #67 23.55 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:35:29.115Z] #67 25.35 OK: 18 MiB in 19 packages [2024-09-24T10:35:29.115Z] #67 ... [2024-09-24T10:35:29.115Z] [2024-09-24T10:35:29.115Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-24T10:35:29.115Z] #73 12.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:29.115Z] #73 18.35 v3.18.9-38-g539b2ef8f71 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-09-24T10:35:29.115Z] #73 18.35 v3.18.9-37-g2fe93f3963e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-09-24T10:35:29.115Z] #73 18.35 OK: 19955 distinct packages available [2024-09-24T10:35:29.115Z] #73 20.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:29.381Z] #73 ... [2024-09-24T10:35:29.381Z] [2024-09-24T10:35:29.381Z] #82 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-09-24T10:35:29.647Z] #82 ... [2024-09-24T10:35:29.647Z] [2024-09-24T10:35:29.647Z] #83 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-24T10:35:29.647Z] #0 3.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:29.647Z] #0 5.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:29.647Z] #83 ... [2024-09-24T10:35:29.647Z] [2024-09-24T10:35:29.647Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-24T10:35:29.647Z] #73 23.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:29.912Z] #73 ... [2024-09-24T10:35:29.912Z] [2024-09-24T10:35:29.912Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-09-24T10:35:29.912Z] #67 DONE 27.1s [2024-09-24T10:35:30.181Z] [2024-09-24T10:35:30.181Z] #84 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:30.181Z] #84 DONE 1.9s [2024-09-24T10:35:30.181Z] [2024-09-24T10:35:30.181Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-24T10:35:30.448Z] #85 ... [2024-09-24T10:35:30.448Z] [2024-09-24T10:35:30.448Z] #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-09-24T10:35:30.448Z] #74 6.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:30.448Z] #74 10.93 OK: 9 MiB in 20 packages [2024-09-24T10:35:30.448Z] #74 DONE 13.3s [2024-09-24T10:35:30.448Z] [2024-09-24T10:35:30.448Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:35:30.448Z] #62 27.57 (1/11) Installing ca-certificates (20240226-r0) [2024-09-24T10:35:30.733Z] #62 27.81 (2/11) Installing brotli-libs (1.0.9-r14) [2024-09-24T10:35:30.733Z] #62 27.91 (3/11) Installing libunistring (1.1-r1) [2024-09-24T10:35:30.733Z] #62 28.01 (4/11) Installing libidn2 (2.3.4-r1) [2024-09-24T10:35:30.733Z] #62 28.01 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-09-24T10:35:30.733Z] #62 28.01 (6/11) Installing libcurl (8.9.1-r0) [2024-09-24T10:35:31.000Z] #62 28.11 (7/11) Installing curl (8.9.1-r0) [2024-09-24T10:35:31.000Z] #62 28.21 (8/11) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:31.000Z] #62 28.30 (9/11) Installing musl-obstack (1.2.3-r2) [2024-09-24T10:35:31.000Z] #62 28.30 (10/11) Installing libucontext (1.2-r2) [2024-09-24T10:35:31.000Z] #62 28.30 (11/11) Installing gcompat (1.1.0-r1) [2024-09-24T10:35:31.000Z] #62 28.30 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:31.270Z] #62 28.40 Executing ca-certificates-20240226-r0.trigger [2024-09-24T10:35:31.270Z] #62 ... [2024-09-24T10:35:31.270Z] [2024-09-24T10:35:31.270Z] #75 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-09-24T10:35:31.270Z] #75 16.32 (1/1) Installing dumb-init (1.2.5-r2) [2024-09-24T10:35:31.270Z] #75 17.56 Executing busybox-1.36.1-r7.trigger [2024-09-24T10:35:31.270Z] #75 17.69 OK: 8 MiB in 16 packages [2024-09-24T10:35:31.270Z] #75 DONE 19.1s [2024-09-24T10:35:31.537Z] [2024-09-24T10:35:31.537Z] #83 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-24T10:35:31.537Z] #83 11.34 OK: 8 MiB in 17 packages [2024-09-24T10:35:31.537Z] #83 ... [2024-09-24T10:35:31.537Z] [2024-09-24T10:35:31.537Z] #64 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-09-24T10:35:31.537Z] #64 27.02 OK: 12 MiB in 18 packages [2024-09-24T10:35:31.537Z] #64 DONE 28.8s [2024-09-24T10:35:31.803Z] [2024-09-24T10:35:31.803Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:31.803Z] #86 ... [2024-09-24T10:35:31.803Z] [2024-09-24T10:35:31.803Z] #83 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-09-24T10:35:31.803Z] #83 DONE 12.3s [2024-09-24T10:35:32.081Z] [2024-09-24T10:35:32.081Z] #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-24T10:35:32.348Z] #87 ... [2024-09-24T10:35:32.348Z] [2024-09-24T10:35:32.348Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-09-24T10:35:32.348Z] #80 14.82 OK: 266 MiB in 52 packages [2024-09-24T10:35:32.348Z] #80 DONE 15.6s [2024-09-24T10:35:32.615Z] [2024-09-24T10:35:32.615Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-24T10:35:32.615Z] #88 ... [2024-09-24T10:35:32.615Z] [2024-09-24T10:35:32.615Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-09-24T10:35:32.615Z] #73 26.26 OK: 266 MiB in 52 packages [2024-09-24T10:35:32.615Z] #73 DONE 26.7s [2024-09-24T10:35:32.890Z] [2024-09-24T10:35:32.890Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-09-24T10:35:32.890Z] #62 28.95 OK: 13 MiB in 26 packages [2024-09-24T10:35:32.890Z] #62 DONE 30.0s [2024-09-24T10:35:32.890Z] [2024-09-24T10:35:32.890Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:34.863Z] #89 ... [2024-09-24T10:35:34.863Z] [2024-09-24T10:35:34.863Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:34.863Z] #90 DONE 1.9s [2024-09-24T10:35:34.863Z] [2024-09-24T10:35:34.863Z] #76 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:34.863Z] #76 10.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:34.863Z] #76 ... [2024-09-24T10:35:34.863Z] [2024-09-24T10:35:34.863Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-09-24T10:35:34.863Z] #88 DONE 2.4s [2024-09-24T10:35:35.143Z] [2024-09-24T10:35:35.143Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:37.722Z] #91 ... [2024-09-24T10:35:37.722Z] [2024-09-24T10:35:37.722Z] #76 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:37.722Z] #76 11.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:37.722Z] #76 12.36 OK: 8 MiB in 16 packages [2024-09-24T10:35:37.722Z] #76 DONE 12.9s [2024-09-24T10:35:37.722Z] [2024-09-24T10:35:37.722Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:37.722Z] #79 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:37.987Z] #79 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:38.253Z] #79 ... [2024-09-24T10:35:38.253Z] [2024-09-24T10:35:38.253Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-24T10:35:38.253Z] #92 ... [2024-09-24T10:35:38.253Z] [2024-09-24T10:35:38.253Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-24T10:35:38.525Z] #93 ... [2024-09-24T10:35:38.525Z] [2024-09-24T10:35:38.525Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-24T10:35:38.525Z] #92 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:39.110Z] #92 ... [2024-09-24T10:35:39.110Z] [2024-09-24T10:35:39.110Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-09-24T10:35:39.110Z] #94 DONE 8.8s [2024-09-24T10:35:39.110Z] [2024-09-24T10:35:39.110Z] #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:39.110Z] #95 ... [2024-09-24T10:35:39.110Z] [2024-09-24T10:35:39.110Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:35:39.963Z] #118 ... [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:39.964Z] #91 DONE 60.2s [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:39.964Z] #80 DONE 61.4s [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:39.964Z] #116 DONE 61.8s [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #119 [core-command builder 6/7] COPY . . [2024-09-24T10:35:39.964Z] #119 ... [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:39.964Z] #118 DONE 62.7s [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:39.964Z] #117 DONE 54.2s [2024-09-24T10:35:39.964Z] [2024-09-24T10:35:39.964Z] #120 [core-keeper builder 7/8] COPY . . [2024-09-24T10:35:40.068Z] #96 ... [2024-09-24T10:35:40.068Z] [2024-09-24T10:35:40.068Z] #87 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-09-24T10:35:40.068Z] #87 DONE 8.0s [2024-09-24T10:35:40.068Z] [2024-09-24T10:35:40.068Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:40.068Z] #86 8.400 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:40.343Z] #86 ... [2024-09-24T10:35:40.343Z] [2024-09-24T10:35:40.343Z] #97 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-09-24T10:35:40.343Z] #97 DONE 0.3s [2024-09-24T10:35:40.343Z] [2024-09-24T10:35:40.343Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:35:40.343Z] #98 DONE 10.2s [2024-09-24T10:35:40.343Z] [2024-09-24T10:35:40.343Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:40.343Z] #79 13.34 OK: 9 MiB in 17 packages [2024-09-24T10:35:40.613Z] #79 ... [2024-09-24T10:35:40.613Z] [2024-09-24T10:35:40.613Z] #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:40.613Z] #99 ... [2024-09-24T10:35:40.613Z] [2024-09-24T10:35:40.613Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-09-24T10:35:40.880Z] #100 DONE 0.3s [2024-09-24T10:35:40.880Z] [2024-09-24T10:35:40.880Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2024-09-24T10:35:41.154Z] #101 DONE 0.3s [2024-09-24T10:35:41.154Z] [2024-09-24T10:35:41.154Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-09-24T10:35:41.423Z] #102 DONE 0.3s [2024-09-24T10:35:41.423Z] [2024-09-24T10:35:41.423Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-09-24T10:35:41.423Z] #79 DONE 14.6s [2024-09-24T10:35:41.423Z] [2024-09-24T10:35:41.423Z] #82 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-09-24T10:35:41.423Z] #82 11.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:41.423Z] #82 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:41.689Z] #82 ... [2024-09-24T10:35:41.689Z] [2024-09-24T10:35:41.689Z] #103 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-09-24T10:35:41.689Z] #103 DONE 0.4s [2024-09-24T10:35:41.956Z] [2024-09-24T10:35:41.956Z] #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-09-24T10:35:41.956Z] #104 DONE 0.2s [2024-09-24T10:35:41.956Z] [2024-09-24T10:35:41.956Z] #105 [security-spire-server] exporting to image [2024-09-24T10:35:41.956Z] #105 exporting layers [2024-09-24T10:35:42.221Z] #105 ... [2024-09-24T10:35:42.221Z] [2024-09-24T10:35:42.221Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:35:42.221Z] #96 DONE 3.3s [2024-09-24T10:35:42.487Z] [2024-09-24T10:35:42.487Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-09-24T10:35:42.487Z] #106 DONE 0.1s [2024-09-24T10:35:42.487Z] [2024-09-24T10:35:42.487Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:42.487Z] #86 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:42.753Z] #86 ... [2024-09-24T10:35:42.754Z] [2024-09-24T10:35:42.754Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-09-24T10:35:42.754Z] #107 DONE 0.2s [2024-09-24T10:35:43.022Z] [2024-09-24T10:35:43.022Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-09-24T10:35:43.022Z] #108 DONE 0.2s [2024-09-24T10:35:43.022Z] [2024-09-24T10:35:43.022Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-09-24T10:35:43.288Z] #109 DONE 0.1s [2024-09-24T10:35:43.288Z] [2024-09-24T10:35:43.288Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-09-24T10:35:43.288Z] #110 DONE 0.2s [2024-09-24T10:35:43.288Z] [2024-09-24T10:35:43.288Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:43.288Z] #89 7.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:43.288Z] #89 9.295 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:44.697Z] #89 ... [2024-09-24T10:35:44.697Z] [2024-09-24T10:35:44.697Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:44.965Z] #111 ... [2024-09-24T10:35:44.965Z] [2024-09-24T10:35:44.965Z] #105 [security-spire-agent] exporting to image [2024-09-24T10:35:44.965Z] #105 exporting layers 3.0s done [2024-09-24T10:35:44.965Z] #105 writing image sha256:c8331d0abb64a20c4bb7b5da77c861e9709b1d5aed50df9285c644b3967ca168 [2024-09-24T10:35:45.232Z] #105 writing image sha256:c8331d0abb64a20c4bb7b5da77c861e9709b1d5aed50df9285c644b3967ca168 0.0s done [2024-09-24T10:35:45.232Z] #105 naming to docker.io/library/security-spire-server-arm64 done [2024-09-24T10:35:45.513Z] #105 ... [2024-09-24T10:35:45.513Z] [2024-09-24T10:35:45.513Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-09-24T10:35:45.513Z] #93 11.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:45.513Z] #93 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:45.513Z] #93 16.21 OK: 8 MiB in 19 packages [2024-09-24T10:35:45.513Z] #93 DONE 17.2s [2024-09-24T10:35:45.782Z] [2024-09-24T10:35:45.782Z] #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:35:46.056Z] #112 ... [2024-09-24T10:35:46.056Z] [2024-09-24T10:35:46.056Z] #105 [security-spire-agent] exporting to image [2024-09-24T10:35:46.056Z] #105 exporting layers 2.7s done [2024-09-24T10:35:46.056Z] #105 writing image sha256:a635b77970344569c0ccf0836b5caf45e68334dd564dc9518fd2c4f0130dd740 done [2024-09-24T10:35:46.056Z] #105 naming to docker.io/library/security-spire-agent-arm64 done [2024-09-24T10:35:46.056Z] #105 DONE 3.3s [2024-09-24T10:35:46.340Z] [2024-09-24T10:35:46.340Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-09-24T10:35:46.340Z] #92 11.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:46.340Z] #92 16.86 OK: 18 MiB in 19 packages [2024-09-24T10:35:46.340Z] #92 DONE 18.2s [2024-09-24T10:35:46.340Z] [2024-09-24T10:35:46.340Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-24T10:35:46.340Z] #85 9.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:46.340Z] #85 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-09-24T10:35:46.340Z] #85 15.47 OK: 18 MiB in 19 packages [2024-09-24T10:35:46.340Z] #85 ... [2024-09-24T10:35:46.340Z] [2024-09-24T10:35:46.340Z] #113 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-09-24T10:35:46.588Z] #120 ... [2024-09-24T10:35:46.588Z] [2024-09-24T10:35:46.588Z] #121 [support-notifications builder 6/7] COPY . . [2024-09-24T10:35:46.588Z] #121 ... [2024-09-24T10:35:46.588Z] [2024-09-24T10:35:46.588Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-24T10:35:46.588Z] #122 ... [2024-09-24T10:35:46.588Z] [2024-09-24T10:35:46.588Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2024-09-24T10:35:46.921Z] #113 DONE 0.4s [2024-09-24T10:35:46.921Z] [2024-09-24T10:35:46.921Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-09-24T10:35:46.921Z] #85 DONE 16.7s [2024-09-24T10:35:46.921Z] [2024-09-24T10:35:46.921Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:46.921Z] #89 13.85 OK: 13 MiB in 26 packages [2024-09-24T10:35:47.895Z] #89 ... [2024-09-24T10:35:47.895Z] [2024-09-24T10:35:47.895Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:47.895Z] #86 15.17 OK: 12 MiB in 18 packages [2024-09-24T10:35:47.895Z] #86 DONE 16.0s [2024-09-24T10:35:47.895Z] [2024-09-24T10:35:47.895Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-09-24T10:35:47.895Z] #89 DONE 15.1s [2024-09-24T10:35:47.895Z] [2024-09-24T10:35:47.895Z] #82 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-09-24T10:35:47.895Z] #82 18.73 OK: 8 MiB in 16 packages [2024-09-24T10:35:47.895Z] #82 DONE 19.8s [2024-09-24T10:35:47.895Z] [2024-09-24T10:35:47.895Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:48.163Z] #91 ... [2024-09-24T10:35:48.163Z] [2024-09-24T10:35:48.163Z] #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-09-24T10:35:48.163Z] #112 DONE 2.4s [2024-09-24T10:35:48.163Z] [2024-09-24T10:35:48.163Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-09-24T10:35:48.429Z] #114 DONE 0.3s [2024-09-24T10:35:48.429Z] [2024-09-24T10:35:48.429Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:48.429Z] #78 ... [2024-09-24T10:35:48.429Z] [2024-09-24T10:35:48.429Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2024-09-24T10:35:48.704Z] #115 DONE 0.2s [2024-09-24T10:35:48.704Z] [2024-09-24T10:35:48.704Z] #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:48.704Z] #95 ... [2024-09-24T10:35:48.704Z] [2024-09-24T10:35:48.704Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-09-24T10:35:48.973Z] #116 DONE 0.1s [2024-09-24T10:35:48.973Z] [2024-09-24T10:35:48.973Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-09-24T10:35:48.973Z] #117 DONE 0.1s [2024-09-24T10:35:48.973Z] [2024-09-24T10:35:48.973Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:48.973Z] #111 ... [2024-09-24T10:35:48.973Z] [2024-09-24T10:35:48.973Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-09-24T10:35:48.973Z] #118 DONE 0.1s [2024-09-24T10:35:48.973Z] [2024-09-24T10:35:48.973Z] #105 [security-spire-config] exporting to image [2024-09-24T10:35:50.937Z] #105 exporting layers 1.5s done [2024-09-24T10:35:50.937Z] #105 writing image sha256:7b2d9238aa307a2106b56dd51b82f3c3c34ebfde67047a7dabdd7f793958299f done [2024-09-24T10:35:50.937Z] #105 naming to docker.io/library/security-spire-config-arm64 done [2024-09-24T10:35:50.937Z] #105 DONE 4.9s [2024-09-24T10:35:50.937Z] [2024-09-24T10:35:50.937Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.215Z] #123 ... [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #121 [support-notifications builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #121 DONE 16.5s [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #124 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #124 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #125 [support-cron-scheduler builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #125 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #126 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #126 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-24T10:35:53.216Z] #127 ... [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #123 DONE 16.6s [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #128 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #129 [security-proxy-setup builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #129 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #130 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #130 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #131 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #132 [security-bootstrapper builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #132 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #133 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #133 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #122 DONE 16.7s [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #119 [core-command builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #119 DONE 16.9s [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-24T10:35:53.216Z] #134 ... [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #135 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #135 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #136 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #136 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #137 [support-scheduler builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #137 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #138 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #138 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #139 [core-data builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #139 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #140 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #141 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #141 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #142 [core-metadata builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #142 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #143 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #144 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #144 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #145 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #145 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #146 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #146 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #147 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:35:53.216Z] #147 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #148 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:35:53.216Z] #148 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #149 [security-proxy-auth builder 6/7] COPY . . [2024-09-24T10:35:53.216Z] #149 CACHED [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #120 [core-keeper builder 7/8] COPY . . [2024-09-24T10:35:53.216Z] #120 DONE 17.1s [2024-09-24T10:35:53.216Z] [2024-09-24T10:35:53.216Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:35:57.441Z] #150 3.370 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-24T10:35:58.835Z] #150 ... [2024-09-24T10:35:58.835Z] [2024-09-24T10:35:58.835Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-24T10:35:58.835Z] #134 5.876 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-24T10:36:03.036Z] #134 ... [2024-09-24T10:36:03.036Z] [2024-09-24T10:36:03.036Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-24T10:36:03.036Z] #0 2.115 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-24T10:36:03.036Z] #151 ... [2024-09-24T10:36:03.036Z] [2024-09-24T10:36:03.036Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-24T10:36:03.036Z] #0 2.936 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-24T10:36:03.681Z] #152 ... [2024-09-24T10:36:03.681Z] [2024-09-24T10:36:03.681Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-24T10:36:03.681Z] #0 5.774 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-24T10:36:03.681Z] #153 ... [2024-09-24T10:36:03.681Z] [2024-09-24T10:36:03.681Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-24T10:36:03.681Z] #0 2.071 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-24T10:36:04.057Z] #154 ... [2024-09-24T10:36:04.057Z] [2024-09-24T10:36:04.057Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-24T10:36:04.057Z] #0 4.944 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-24T10:36:04.057Z] #155 ... [2024-09-24T10:36:04.057Z] [2024-09-24T10:36:04.057Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-24T10:36:04.057Z] #0 4.351 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-24T10:36:04.317Z] #156 ... [2024-09-24T10:36:04.317Z] [2024-09-24T10:36:04.317Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-24T10:36:04.317Z] #0 5.396 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-24T10:36:04.317Z] #157 ... [2024-09-24T10:36:04.317Z] [2024-09-24T10:36:04.317Z] #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T10:36:04.317Z] #0 5.651 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-24T10:36:04.317Z] #158 ... [2024-09-24T10:36:04.317Z] [2024-09-24T10:36:04.317Z] #159 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-24T10:36:04.317Z] #0 5.845 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-24T10:36:04.578Z] #159 ... [2024-09-24T10:36:04.578Z] [2024-09-24T10:36:04.578Z] #160 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-24T10:36:04.578Z] #0 3.085 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-24T10:36:05.957Z] #160 ... [2024-09-24T10:36:05.957Z] [2024-09-24T10:36:05.957Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-24T10:36:05.957Z] #127 3.026 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-24T10:37:27.545Z] #78 DONE 107.6s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.545Z] #111 DONE 99.1s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #119 [support-notifications builder 6/7] COPY . . [2024-09-24T10:37:27.545Z] #119 ... [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.545Z] #91 DONE 98.9s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.545Z] #95 DONE 104.8s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.545Z] #99 DONE 103.7s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #120 [security-proxy-setup builder 6/7] COPY . . [2024-09-24T10:37:27.545Z] #120 ... [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #121 [core-keeper builder 7/8] COPY . . [2024-09-24T10:37:27.545Z] #121 DONE 1.8s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #122 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.545Z] #122 CACHED [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.545Z] #123 CACHED [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #124 [core-command builder 6/7] COPY . . [2024-09-24T10:37:27.545Z] #124 CACHED [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #125 [core-data builder 6/7] COPY . . [2024-09-24T10:37:27.545Z] #125 DONE 1.9s [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #126 [support-scheduler builder 6/7] COPY . . [2024-09-24T10:37:27.545Z] #126 CACHED [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #127 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.545Z] #127 CACHED [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.545Z] #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.545Z] #128 CACHED [2024-09-24T10:37:27.545Z] [2024-09-24T10:37:27.546Z] #129 [security-spiffe-token-provider builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #129 DONE 2.0s [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #130 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.546Z] #130 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #131 [support-cron-scheduler builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #131 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #132 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.546Z] #132 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.546Z] #133 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #134 [core-metadata builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #134 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.546Z] #135 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #119 [support-notifications builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #119 DONE 1.9s [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.546Z] #136 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #137 [security-proxy-auth builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #137 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.546Z] #138 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #139 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.546Z] #140 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #141 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.546Z] #141 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.546Z] #142 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #143 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #143 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #144 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.546Z] #144 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #145 [security-bootstrapper builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #145 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #146 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-09-24T10:37:27.546Z] #146 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #147 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-09-24T10:37:27.546Z] #147 CACHED [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #120 [security-proxy-setup builder 6/7] COPY . . [2024-09-24T10:37:27.546Z] #120 DONE 1.8s [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-24T10:37:27.546Z] #148 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-24T10:37:27.546Z] #0 5.260 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-09-24T10:37:27.546Z] #149 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-24T10:37:27.546Z] #0 7.053 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-09-24T10:37:27.546Z] #150 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-24T10:37:27.546Z] #0 8.114 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-09-24T10:37:27.546Z] #151 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-24T10:37:27.546Z] #148 8.528 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-09-24T10:37:27.546Z] #148 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-24T10:37:27.546Z] #0 8.899 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-09-24T10:37:27.546Z] #152 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-24T10:37:27.546Z] #0 9.202 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-09-24T10:37:27.546Z] #153 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-24T10:37:27.546Z] #0 8.649 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-09-24T10:37:27.546Z] #154 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-24T10:37:27.546Z] #0 7.915 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-09-24T10:37:27.546Z] #155 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-24T10:37:27.546Z] #0 8.363 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-09-24T10:37:27.546Z] #156 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T10:37:27.546Z] #0 7.285 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-09-24T10:37:27.546Z] #157 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-24T10:37:27.546Z] #0 9.219 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-09-24T10:37:27.546Z] #158 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-24T10:37:27.546Z] #0 7.175 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-09-24T10:37:27.546Z] #159 ... [2024-09-24T10:37:27.546Z] [2024-09-24T10:37:27.546Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:37:27.546Z] #0 6.559 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-09-24T10:37:27.550Z] #127 ... [2024-09-24T10:37:27.550Z] [2024-09-24T10:37:27.550Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-24T10:37:27.550Z] #151 89.99 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-24T10:38:49.108Z] #151 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-24T10:38:49.108Z] #152 DONE 168.9s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #160 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-24T10:38:49.108Z] #160 DONE 169.0s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:38:49.108Z] #150 DONE 168.5s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-24T10:38:49.108Z] #155 DONE 168.7s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-24T10:38:49.108Z] #161 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-24T10:38:49.108Z] #134 DONE 169.0s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #162 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #162 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #159 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-24T10:38:49.108Z] #159 DONE 169.0s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-24T10:38:49.108Z] #154 DONE 169.5s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-24T10:38:49.108Z] #156 DONE 169.1s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #163 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-24T10:38:49.108Z] #153 DONE 169.2s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T10:38:49.108Z] #158 DONE 169.2s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #127 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-24T10:38:49.108Z] #127 DONE 169.7s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-24T10:38:49.108Z] #157 DONE 169.3s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-24T10:38:49.108Z] #151 DONE 169.6s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #164 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #164 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-24T10:38:49.108Z] #161 DONE 1.1s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #165 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #165 DONE 1.1s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #166 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #166 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #167 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #167 DONE 0.9s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #162 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #162 DONE 1.2s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #168 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #168 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #169 DONE 1.1s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #163 DONE 1.0s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #170 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #170 DONE 1.0s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #164 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #164 DONE 0.9s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #171 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #171 DONE 0.7s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #172 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #172 ... [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #166 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #166 DONE 0.8s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #173 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #173 CACHED [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #174 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #174 CACHED [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #175 DONE 0.5s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #176 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #176 CACHED [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #177 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #177 CACHED [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #168 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #168 DONE 0.7s [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #178 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.108Z] #178 CACHED [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.108Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.108Z] #179 CACHED [2024-09-24T10:38:49.108Z] [2024-09-24T10:38:49.109Z] #180 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.109Z] #180 CACHED [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #181 CACHED [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #182 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-24T10:38:49.109Z] #182 DONE 0.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #183 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #183 DONE 0.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #184 DONE 0.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #185 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-24T10:38:49.109Z] #185 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #172 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #172 DONE 0.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #186 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #186 DONE 0.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #187 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-24T10:38:49.109Z] #187 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #188 [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-24T10:38:49.109Z] #188 DONE 2.1s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #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-24T10:38:49.109Z] #189 DONE 2.1s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-09-24T10:38:49.109Z] #190 DONE 2.1s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #191 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-24T10:38:49.109Z] #191 DONE 2.2s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-24T10:38:49.109Z] #192 DONE 2.2s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-24T10:38:49.109Z] #193 DONE 2.3s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #185 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-24T10:38:49.109Z] #185 DONE 2.2s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #194 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #194 DONE 2.3s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #195 [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-24T10:38:49.109Z] #195 DONE 2.3s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #196 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-09-24T10:38:49.109Z] #196 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #197 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-24T10:38:49.109Z] #197 DONE 2.4s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #198 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-24T10:38:49.109Z] #198 DONE 2.3s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #187 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-24T10:38:49.109Z] #187 DONE 2.3s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #199 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-24T10:38:49.109Z] #199 DONE 3.5s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #200 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.109Z] #200 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #201 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-24T10:38:49.109Z] #201 DONE 0.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #202 [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-24T10:38:49.109Z] #202 DONE 0.7s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #203 [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-24T10:38:49.109Z] #203 DONE 0.7s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-24T10:38:49.109Z] #204 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #205 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #205 DONE 0.7s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #206 DONE 0.7s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #207 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #207 DONE 0.7s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #208 DONE 0.8s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #209 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-24T10:38:49.109Z] #209 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #196 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-09-24T10:38:49.109Z] #196 DONE 0.9s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #210 [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-24T10:38:49.109Z] #210 DONE 0.9s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #211 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #211 DONE 1.0s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #114 [core-keeper] exporting to image [2024-09-24T10:38:49.109Z] #114 exporting layers [2024-09-24T10:38:49.109Z] #114 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #212 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #212 DONE 1.0s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #213 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-24T10:38:49.109Z] #213 DONE 1.1s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #114 [support-cron-scheduler] exporting to image [2024-09-24T10:38:49.109Z] #114 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #200 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:38:49.109Z] #200 DONE 1.1s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #214 [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-24T10:38:49.109Z] #214 DONE 1.1s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #215 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #215 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #204 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-24T10:38:49.109Z] #204 DONE 1.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-24T10:38:49.109Z] #216 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #209 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-24T10:38:49.109Z] #209 DONE 1.5s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #217 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-24T10:38:49.109Z] #217 DONE 1.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-24T10:38:49.109Z] #218 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #219 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:38:49.109Z] #219 DONE 1.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #220 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-09-24T10:38:49.109Z] #220 DONE 1.3s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #114 [support-notifications] exporting to image [2024-09-24T10:38:49.109Z] #114 writing image sha256:8d6be52ab830a0269d6177f14323adcf7dc4ddb0e5534ea16745b3be75a9ad54 0.3s done [2024-09-24T10:38:49.109Z] #114 naming to docker.io/library/support-scheduler 0.0s done [2024-09-24T10:38:49.109Z] #114 writing image sha256:0de5c779605d6ddb41e8a070b84b70e3142639acfb28707db1e5069ae2bf0c19 0.0s done [2024-09-24T10:38:49.109Z] #114 naming to docker.io/library/core-command done [2024-09-24T10:38:49.109Z] #114 ... [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #221 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-24T10:38:49.109Z] #221 DONE 1.6s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #215 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:38:49.109Z] #215 DONE 1.4s [2024-09-24T10:38:49.109Z] [2024-09-24T10:38:49.109Z] #114 [support-notifications] exporting to image [2024-09-24T10:38:49.109Z] #114 exporting layers 1.9s done [2024-09-24T10:38:49.109Z] #114 writing image sha256:f49821f569094cd62f3cf9593197ed6f174a060b40068a4b99e99c70b39c34df 0.1s done [2024-09-24T10:38:49.109Z] #114 naming to docker.io/library/security-spiffe-token-provider [2024-09-24T10:38:49.109Z] #114 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2024-09-24T10:38:49.381Z] #114 ... [2024-09-24T10:38:49.381Z] [2024-09-24T10:38:49.381Z] #222 [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-24T10:38:49.381Z] #222 DONE 1.7s [2024-09-24T10:38:49.381Z] [2024-09-24T10:38:49.381Z] #114 [security-spiffe-token-provider] exporting to image [2024-09-24T10:38:49.381Z] #114 exporting layers 2.0s done [2024-09-24T10:38:50.016Z] #114 writing image sha256:c3411374e0f59929709a172e720cf529ca8e43f94f3deb1eec65d49535b71030 [2024-09-24T10:38:50.016Z] #114 writing image sha256:c3411374e0f59929709a172e720cf529ca8e43f94f3deb1eec65d49535b71030 0.1s done [2024-09-24T10:38:50.016Z] #114 naming to docker.io/library/core-keeper 0.0s done [2024-09-24T10:38:50.584Z] #114 ... [2024-09-24T10:38:50.584Z] [2024-09-24T10:38:50.584Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-24T10:38:50.584Z] #216 DONE 2.3s [2024-09-24T10:38:50.584Z] [2024-09-24T10:38:50.584Z] #114 [core-keeper] exporting to image [2024-09-24T10:38:50.584Z] #114 writing image sha256:7d49b3fb44ebe07cca6d44c3a1a8084d5871d8663868ff00e7e367a2d86cba4e [2024-09-24T10:38:50.584Z] #114 ... [2024-09-24T10:38:50.584Z] [2024-09-24T10:38:50.584Z] #223 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-24T10:38:50.584Z] #223 DONE 1.9s [2024-09-24T10:38:50.584Z] [2024-09-24T10:38:50.584Z] #224 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-09-24T10:38:50.584Z] #224 DONE 1.8s [2024-09-24T10:38:50.843Z] [2024-09-24T10:38:50.843Z] #114 [core-metadata] exporting to image [2024-09-24T10:38:50.843Z] #114 writing image sha256:7d49b3fb44ebe07cca6d44c3a1a8084d5871d8663868ff00e7e367a2d86cba4e 0.3s done [2024-09-24T10:38:50.843Z] #114 naming to docker.io/library/support-cron-scheduler done [2024-09-24T10:38:51.102Z] #114 exporting layers 2.4s done [2024-09-24T10:38:51.102Z] #114 ... [2024-09-24T10:38:51.102Z] [2024-09-24T10:38:51.102Z] #225 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-24T10:38:51.102Z] #225 DONE 2.1s [2024-09-24T10:38:51.102Z] [2024-09-24T10:38:51.102Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-24T10:38:51.102Z] #218 DONE 2.5s [2024-09-24T10:38:51.102Z] [2024-09-24T10:38:51.102Z] #114 [security-proxy-auth] exporting to image [2024-09-24T10:38:52.039Z] #114 writing image sha256:7bfb51accead6b70c0cdf4b15cb0d6a13e461b1dcfeb850a81340f7b2eee2510 [2024-09-24T10:38:52.299Z] #114 writing image sha256:ce16e4ecc78bd09d160a2c5114db1c4d63110cebcb70a53d8f9461b4d5cdcdc7 [2024-09-24T10:38:52.299Z] #114 writing image sha256:e8eaa818cfec53ac92f9b32597e822c4e947dcda1c1d48c7098cd1aa90da0552 [2024-09-24T10:38:52.556Z] #114 exporting layers 1.7s done [2024-09-24T10:38:52.556Z] #114 writing image sha256:7bfb51accead6b70c0cdf4b15cb0d6a13e461b1dcfeb850a81340f7b2eee2510 0.3s done [2024-09-24T10:38:52.556Z] #114 naming to docker.io/library/core-data 0.0s done [2024-09-24T10:38:52.814Z] #114 writing image sha256:ce16e4ecc78bd09d160a2c5114db1c4d63110cebcb70a53d8f9461b4d5cdcdc7 0.6s done [2024-09-24T10:38:52.814Z] #114 naming to docker.io/library/support-notifications [2024-09-24T10:38:52.814Z] #114 ... [2024-09-24T10:38:52.814Z] [2024-09-24T10:38:52.814Z] #226 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-24T10:38:52.814Z] #226 DONE 2.2s [2024-09-24T10:38:52.814Z] [2024-09-24T10:38:52.814Z] #114 [core-common-config-bootstrapper] exporting to image [2024-09-24T10:38:52.814Z] #114 writing image sha256:e8eaa818cfec53ac92f9b32597e822c4e947dcda1c1d48c7098cd1aa90da0552 0.6s done [2024-09-24T10:38:52.814Z] #114 naming to docker.io/library/support-notifications 0.1s done [2024-09-24T10:38:52.814Z] #114 naming to docker.io/library/core-common-config-bootstrapper 0.1s done [2024-09-24T10:38:52.814Z] #114 writing image sha256:d3b36e15377f91d1e469c3165b1bf8e8ff7fa1dcc1ca1af68205ffb76d8d4959 [2024-09-24T10:38:52.814Z] #114 writing image sha256:d3b36e15377f91d1e469c3165b1bf8e8ff7fa1dcc1ca1af68205ffb76d8d4959 0.2s done [2024-09-24T10:38:52.814Z] #114 naming to docker.io/library/core-metadata [2024-09-24T10:38:53.072Z] #114 ... [2024-09-24T10:38:53.072Z] [2024-09-24T10:38:53.072Z] #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-24T10:38:53.072Z] #227 DONE 2.4s [2024-09-24T10:38:53.072Z] [2024-09-24T10:38:53.072Z] #114 [core-metadata] exporting to image [2024-09-24T10:38:53.072Z] #114 naming to docker.io/library/core-metadata 0.0s done [2024-09-24T10:38:53.638Z] #114 exporting layers 2.6s done [2024-09-24T10:38:53.897Z] #114 ... [2024-09-24T10:38:53.897Z] [2024-09-24T10:38:53.897Z] #228 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-24T10:38:53.897Z] #228 DONE 2.8s [2024-09-24T10:38:54.156Z] [2024-09-24T10:38:54.156Z] #229 [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-24T10:38:55.094Z] #229 DONE 0.9s [2024-09-24T10:38:55.094Z] [2024-09-24T10:38:55.094Z] #230 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-24T10:38:55.094Z] #230 DONE 1.8s [2024-09-24T10:38:55.094Z] [2024-09-24T10:38:55.094Z] #114 [security-proxy-auth] exporting to image [2024-09-24T10:38:55.094Z] #114 exporting layers 2.1s done [2024-09-24T10:38:55.094Z] #114 writing image sha256:3945d4f182393dbd63de402ee8036011086e344915f79e283b8d35b337f2412a 0.0s done [2024-09-24T10:38:55.094Z] #114 naming to docker.io/library/security-proxy-auth done [2024-09-24T10:38:55.661Z] #114 writing image sha256:d2cc69f53ffb5f2b9b6f35ecd52869826313793bec1adabfff9a58f028b52f5f 0.0s done [2024-09-24T10:38:55.661Z] #114 naming to docker.io/library/security-proxy-setup 0.1s done [2024-09-24T10:38:55.661Z] #114 DONE 9.5s [2024-09-24T10:38:55.661Z] [2024-09-24T10:38:55.661Z] #231 [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-24T10:38:55.920Z] #231 DONE 0.8s [2024-09-24T10:38:55.920Z] [2024-09-24T10:38:55.920Z] #232 [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-24T10:38:55.920Z] #232 ... [2024-09-24T10:38:55.920Z] [2024-09-24T10:38:55.920Z] #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-09-24T10:38:55.920Z] #233 DONE 1.1s [2024-09-24T10:38:56.181Z] [2024-09-24T10:38:56.181Z] #114 [security-secretstore-setup] exporting to image [2024-09-24T10:38:56.444Z] #114 ... [2024-09-24T10:38:56.444Z] [2024-09-24T10:38:56.444Z] #232 [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-24T10:38:56.444Z] #232 DONE 0.6s [2024-09-24T10:38:56.444Z] [2024-09-24T10:38:56.444Z] #234 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-24T10:38:56.710Z] #234 DONE 0.4s [2024-09-24T10:38:56.710Z] [2024-09-24T10:38:56.710Z] #235 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-24T10:38:57.647Z] #235 DONE 0.6s [2024-09-24T10:38:57.647Z] [2024-09-24T10:38:57.647Z] #114 [security-secretstore-setup] exporting to image [2024-09-24T10:38:58.216Z] #114 exporting layers 2.1s done [2024-09-24T10:38:58.216Z] #114 writing image sha256:13d1b10137fa8a8086c376768b45990a601d533061b9814c366fae7185ae5265 0.0s done [2024-09-24T10:38:58.216Z] #114 naming to docker.io/library/security-secretstore-setup [2024-09-24T10:38:58.216Z] #114 naming to docker.io/library/security-secretstore-setup 0.1s done [2024-09-24T10:38:58.216Z] #114 DONE 11.7s [2024-09-24T10:38:58.216Z] [2024-09-24T10:38:58.216Z] #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-24T10:38:58.476Z] #236 DONE 1.0s [2024-09-24T10:38:58.476Z] [2024-09-24T10:38:58.476Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:38:58.476Z] #42 ... [2024-09-24T10:38:58.476Z] [2024-09-24T10:38:58.476Z] #114 [security-bootstrapper] exporting to image [2024-09-24T10:38:59.411Z] #114 exporting layers 1.1s done [2024-09-24T10:38:59.411Z] #114 writing image sha256:55f7eaf66efdd02981fd1b622824fb9d033bb70c2bb543ab754d7f9b86af7200 done [2024-09-24T10:38:59.411Z] #114 naming to docker.io/library/security-bootstrapper done [2024-09-24T10:38:59.411Z] #114 DONE 12.8s [2024-09-24T10:38:59.411Z] [2024-09-24T10:38:59.411Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.411Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T10:38:59.412Z] time="2024-09-24T10:33:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-24T10:38:59.436Z] $ docker stop --time=1 f0e9ecbab862da4fb1a7182512799ee2695f8af3eb363c6786c22e5056dfb2ee [2024-09-24T10:39:00.863Z] $ docker rm -f --volumes f0e9ecbab862da4fb1a7182512799ee2695f8af3eb363c6786c22e5056dfb2ee [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-24T10:39:01.226Z] + docker images [2024-09-24T10:39:01.226Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-24T10:39:01.226Z] security-bootstrapper latest 55f7eaf66efd 3 seconds ago 19MB [2024-09-24T10:39:01.226Z] security-secretstore-setup latest 13d1b10137fa 6 seconds ago 37MB [2024-09-24T10:39:01.226Z] security-proxy-setup latest d2cc69f53ffb 9 seconds ago 26.2MB [2024-09-24T10:39:01.226Z] core-metadata latest d3b36e15377f 11 seconds ago 40.1MB [2024-09-24T10:39:01.226Z] security-proxy-auth latest 3945d4f18239 11 seconds ago 33.1MB [2024-09-24T10:39:01.226Z] core-common-config-bootstrapper latest e8eaa818cfec 12 seconds ago 15.2MB [2024-09-24T10:39:01.226Z] support-notifications latest ce16e4ecc78b 13 seconds ago 42.8MB [2024-09-24T10:39:01.226Z] core-data latest 7bfb51accead 13 seconds ago 39.9MB [2024-09-24T10:39:01.226Z] support-cron-scheduler latest 7d49b3fb44eb 14 seconds ago 44.4MB [2024-09-24T10:39:01.226Z] core-command latest 0de5c779605d 15 seconds ago 35.5MB [2024-09-24T10:39:01.226Z] support-scheduler latest 8d6be52ab830 15 seconds ago 42.2MB [2024-09-24T10:39:01.226Z] security-spiffe-token-provider latest f49821f56909 15 seconds ago 28.9MB [2024-09-24T10:39:01.226Z] core-keeper latest c3411374e0f5 15 seconds ago 39.8MB [2024-09-24T10:39:01.226Z] security-spire-server latest 872984e93ab4 4 minutes ago 121MB [2024-09-24T10:39:01.226Z] security-spire-agent latest 18f13f3ad368 4 minutes ago 182MB [2024-09-24T10:39:01.226Z] security-spire-config latest d7ced4a33352 4 minutes ago 120MB [2024-09-24T10:39:01.226Z] ci-base-image-x86_64 latest 83a99856dca1 8 minutes ago 971MB [2024-09-24T10:39:01.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 5 months ago 565MB [2024-09-24T10:39:01.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB [2024-09-24T10:39:01.226Z] 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-24T10:39:01.353Z] provisioning config files... [2024-09-24T10:39:01.370Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config16110593248018907248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-24T10:39:01.675Z] ---> ****-login.sh [2024-09-24T10:39:01.675Z] nexus3.edgexfoundry.org:10001 [2024-09-24T10:39:01.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:39:01.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:39:01.675Z] Configure a credential helper to remove this warning. See [2024-09-24T10:39:01.675Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:39:01.675Z] [2024-09-24T10:39:01.675Z] Login Succeeded [2024-09-24T10:39:01.675Z] nexus3.edgexfoundry.org:10002 [2024-09-24T10:39:01.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:39:01.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:39:01.675Z] Configure a credential helper to remove this warning. See [2024-09-24T10:39:01.675Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:39:01.675Z] [2024-09-24T10:39:01.675Z] Login Succeeded [2024-09-24T10:39:01.675Z] nexus3.edgexfoundry.org:10003 [2024-09-24T10:39:02.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:39:02.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:39:02.462Z] Configure a credential helper to remove this warning. See [2024-09-24T10:39:02.463Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:39:02.463Z] [2024-09-24T10:39:02.463Z] Login Succeeded [2024-09-24T10:39:02.463Z] nexus3.edgexfoundry.org:10004 [2024-09-24T10:39:02.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:39:03.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:39:03.407Z] Configure a credential helper to remove this warning. See [2024-09-24T10:39:03.407Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:39:03.407Z] [2024-09-24T10:39:03.407Z] Login Succeeded [2024-09-24T10:39:03.407Z] ****.io [2024-09-24T10:39:03.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T10:39:03.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T10:39:03.407Z] Configure a credential helper to remove this warning. See [2024-09-24T10:39:03.407Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T10:39:03.407Z] [2024-09-24T10:39:03.407Z] Login Succeeded [2024-09-24T10:39:03.407Z] ---> ****-login.sh ends [Pipeline] } [2024-09-24T10:39:03.414Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:03.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-24T10:39:03.512Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-09-24T10:39:03.512Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:03.512Z] latest [2024-09-24T10:39:03.512Z] 3.2.0-dev.81 [2024-09-24T10:39:03.512Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:03.512Z] main [2024-09-24T10:39:03.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:03.857Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:04.242Z] + docker push nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:04.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-24T10:39:04.242Z] 612a21aea30b: Preparing [2024-09-24T10:39:04.242Z] c876e64c0df7: Preparing [2024-09-24T10:39:04.242Z] 2c8f24279f52: Preparing [2024-09-24T10:39:04.242Z] 00c00723fc10: Preparing [2024-09-24T10:39:04.242Z] b196b8ad3526: Preparing [2024-09-24T10:39:04.242Z] 4989c7050fb1: Preparing [2024-09-24T10:39:04.242Z] d62a02444d39: Preparing [2024-09-24T10:39:04.242Z] 4989c7050fb1: Waiting [2024-09-24T10:39:04.242Z] d62a02444d39: Waiting [2024-09-24T10:39:04.242Z] 00c00723fc10: Pushed [2024-09-24T10:39:04.242Z] b196b8ad3526: Pushed [2024-09-24T10:39:04.242Z] 2c8f24279f52: Pushed [2024-09-24T10:39:05.179Z] 612a21aea30b: Pushed [2024-09-24T10:39:05.179Z] 4989c7050fb1: Pushed [2024-09-24T10:39:05.438Z] d62a02444d39: Layer already exists [2024-09-24T10:39:06.824Z] c876e64c0df7: Pushed [2024-09-24T10:39:06.824Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:07.146Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:07.470Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-24T10:39:07.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-24T10:39:07.470Z] 612a21aea30b: Preparing [2024-09-24T10:39:07.470Z] c876e64c0df7: Preparing [2024-09-24T10:39:07.470Z] 2c8f24279f52: Preparing [2024-09-24T10:39:07.470Z] 00c00723fc10: Preparing [2024-09-24T10:39:07.470Z] b196b8ad3526: Preparing [2024-09-24T10:39:07.470Z] 4989c7050fb1: Preparing [2024-09-24T10:39:07.470Z] d62a02444d39: Preparing [2024-09-24T10:39:07.470Z] 4989c7050fb1: Waiting [2024-09-24T10:39:07.470Z] 612a21aea30b: Layer already exists [2024-09-24T10:39:07.470Z] c876e64c0df7: Layer already exists [2024-09-24T10:39:07.470Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:07.470Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:07.470Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:07.470Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:07.470Z] d62a02444d39: Layer already exists [2024-09-24T10:39:07.470Z] latest: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:07.792Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:08.128Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.81 [2024-09-24T10:39:08.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-24T10:39:08.128Z] 612a21aea30b: Preparing [2024-09-24T10:39:08.128Z] c876e64c0df7: Preparing [2024-09-24T10:39:08.128Z] 2c8f24279f52: Preparing [2024-09-24T10:39:08.128Z] 00c00723fc10: Preparing [2024-09-24T10:39:08.128Z] b196b8ad3526: Preparing [2024-09-24T10:39:08.128Z] 4989c7050fb1: Preparing [2024-09-24T10:39:08.128Z] d62a02444d39: Preparing [2024-09-24T10:39:08.128Z] d62a02444d39: Waiting [2024-09-24T10:39:08.128Z] 4989c7050fb1: Waiting [2024-09-24T10:39:08.128Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:08.128Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:08.128Z] 612a21aea30b: Layer already exists [2024-09-24T10:39:08.128Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:08.128Z] c876e64c0df7: Layer already exists [2024-09-24T10:39:08.128Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:08.128Z] d62a02444d39: Layer already exists [2024-09-24T10:39:08.128Z] 3.2.0-dev.81: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:08.456Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:08.782Z] + docker push nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:08.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-24T10:39:08.782Z] 612a21aea30b: Preparing [2024-09-24T10:39:08.782Z] c876e64c0df7: Preparing [2024-09-24T10:39:08.782Z] 2c8f24279f52: Preparing [2024-09-24T10:39:08.782Z] 00c00723fc10: Preparing [2024-09-24T10:39:08.782Z] b196b8ad3526: Preparing [2024-09-24T10:39:08.782Z] 4989c7050fb1: Preparing [2024-09-24T10:39:08.782Z] d62a02444d39: Preparing [2024-09-24T10:39:08.782Z] 4989c7050fb1: Waiting [2024-09-24T10:39:08.782Z] d62a02444d39: Waiting [2024-09-24T10:39:08.782Z] c876e64c0df7: Layer already exists [2024-09-24T10:39:08.782Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:08.782Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:08.782Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:08.782Z] 612a21aea30b: Layer already exists [2024-09-24T10:39:08.782Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:08.782Z] d62a02444d39: Layer already exists [2024-09-24T10:39:08.782Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:09.122Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:09.441Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-09-24T10:39:09.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-09-24T10:39:09.441Z] 612a21aea30b: Preparing [2024-09-24T10:39:09.441Z] c876e64c0df7: Preparing [2024-09-24T10:39:09.441Z] 2c8f24279f52: Preparing [2024-09-24T10:39:09.441Z] 00c00723fc10: Preparing [2024-09-24T10:39:09.441Z] b196b8ad3526: Preparing [2024-09-24T10:39:09.441Z] 4989c7050fb1: Preparing [2024-09-24T10:39:09.441Z] d62a02444d39: Preparing [2024-09-24T10:39:09.441Z] 4989c7050fb1: Waiting [2024-09-24T10:39:09.441Z] d62a02444d39: Waiting [2024-09-24T10:39:09.441Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:09.441Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:09.441Z] 612a21aea30b: Layer already exists [2024-09-24T10:39:09.441Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:09.441Z] c876e64c0df7: Layer already exists [2024-09-24T10:39:09.441Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:09.441Z] d62a02444d39: Layer already exists [2024-09-24T10:39:09.441Z] main: digest: sha256:88aef80c0924892e01c920c9fbc50d410022452d4346dbbb2f071392b77c0383 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:09.516Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:09.533Z] taggedImages: [2024-09-24T10:39:09.533Z] - nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:09.533Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-09-24T10:39:09.533Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.81 [2024-09-24T10:39:09.533Z] - nexus3.edgexfoundry.org:10004/core-command:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:09.533Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-09-24T10:39:09.565Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-09-24T10:39:09.565Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:09.565Z] latest [2024-09-24T10:39:09.565Z] 3.2.0-dev.81 [2024-09-24T10:39:09.565Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:09.565Z] main [2024-09-24T10:39:09.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:09.907Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:10.239Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:10.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-24T10:39:10.239Z] 85c96cd346fb: Preparing [2024-09-24T10:39:10.239Z] 02be4e0432c4: Preparing [2024-09-24T10:39:10.239Z] 38c9c7b29b15: Preparing [2024-09-24T10:39:10.239Z] 6713416e0708: Preparing [2024-09-24T10:39:10.239Z] 2c8f24279f52: Preparing [2024-09-24T10:39:10.239Z] 00c00723fc10: Preparing [2024-09-24T10:39:10.239Z] b196b8ad3526: Preparing [2024-09-24T10:39:10.239Z] 4989c7050fb1: Preparing [2024-09-24T10:39:10.239Z] d62a02444d39: Preparing [2024-09-24T10:39:10.239Z] 00c00723fc10: Waiting [2024-09-24T10:39:10.239Z] b196b8ad3526: Waiting [2024-09-24T10:39:10.239Z] d62a02444d39: Waiting [2024-09-24T10:39:10.239Z] 4989c7050fb1: Waiting [2024-09-24T10:39:10.239Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:10.239Z] 02be4e0432c4: Pushed [2024-09-24T10:39:10.239Z] 38c9c7b29b15: Pushed [2024-09-24T10:39:11.183Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:11.183Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:11.183Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:11.183Z] d62a02444d39: Layer already exists [2024-09-24T10:39:11.183Z] 85c96cd346fb: Pushed [2024-09-24T10:39:11.183Z] 6713416e0708: Pushed [2024-09-24T10:39:11.183Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:11.765Z] + 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-24T10:39:12.161Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-24T10:39:12.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-24T10:39:12.161Z] 85c96cd346fb: Preparing [2024-09-24T10:39:12.161Z] 02be4e0432c4: Preparing [2024-09-24T10:39:12.161Z] 38c9c7b29b15: Preparing [2024-09-24T10:39:12.161Z] 6713416e0708: Preparing [2024-09-24T10:39:12.161Z] 2c8f24279f52: Preparing [2024-09-24T10:39:12.161Z] 00c00723fc10: Preparing [2024-09-24T10:39:12.161Z] b196b8ad3526: Preparing [2024-09-24T10:39:12.161Z] 4989c7050fb1: Preparing [2024-09-24T10:39:12.161Z] d62a02444d39: Preparing [2024-09-24T10:39:12.161Z] 00c00723fc10: Waiting [2024-09-24T10:39:12.161Z] b196b8ad3526: Waiting [2024-09-24T10:39:12.161Z] 4989c7050fb1: Waiting [2024-09-24T10:39:12.161Z] d62a02444d39: Waiting [2024-09-24T10:39:12.161Z] 38c9c7b29b15: Layer already exists [2024-09-24T10:39:12.161Z] 85c96cd346fb: Layer already exists [2024-09-24T10:39:12.161Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:12.161Z] 6713416e0708: Layer already exists [2024-09-24T10:39:12.161Z] 02be4e0432c4: Layer already exists [2024-09-24T10:39:12.161Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:12.161Z] d62a02444d39: Layer already exists [2024-09-24T10:39:12.161Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:12.161Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:12.161Z] latest: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:12.486Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:12.810Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.81 [2024-09-24T10:39:12.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-24T10:39:12.810Z] 85c96cd346fb: Preparing [2024-09-24T10:39:12.810Z] 02be4e0432c4: Preparing [2024-09-24T10:39:12.810Z] 38c9c7b29b15: Preparing [2024-09-24T10:39:12.810Z] 6713416e0708: Preparing [2024-09-24T10:39:12.810Z] 2c8f24279f52: Preparing [2024-09-24T10:39:12.810Z] 00c00723fc10: Preparing [2024-09-24T10:39:12.810Z] b196b8ad3526: Preparing [2024-09-24T10:39:12.810Z] 4989c7050fb1: Preparing [2024-09-24T10:39:12.810Z] d62a02444d39: Preparing [2024-09-24T10:39:12.810Z] d62a02444d39: Waiting [2024-09-24T10:39:12.810Z] 4989c7050fb1: Waiting [2024-09-24T10:39:12.810Z] 00c00723fc10: Waiting [2024-09-24T10:39:12.810Z] b196b8ad3526: Waiting [2024-09-24T10:39:12.810Z] 6713416e0708: Layer already exists [2024-09-24T10:39:12.810Z] 38c9c7b29b15: Layer already exists [2024-09-24T10:39:12.810Z] 02be4e0432c4: Layer already exists [2024-09-24T10:39:12.810Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:12.810Z] 85c96cd346fb: Layer already exists [2024-09-24T10:39:12.810Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:12.810Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:12.810Z] d62a02444d39: Layer already exists [2024-09-24T10:39:12.810Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:12.810Z] 3.2.0-dev.81: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:13.134Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:13.454Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:13.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-24T10:39:13.454Z] 85c96cd346fb: Preparing [2024-09-24T10:39:13.454Z] 02be4e0432c4: Preparing [2024-09-24T10:39:13.454Z] 38c9c7b29b15: Preparing [2024-09-24T10:39:13.454Z] 6713416e0708: Preparing [2024-09-24T10:39:13.454Z] 2c8f24279f52: Preparing [2024-09-24T10:39:13.454Z] 00c00723fc10: Preparing [2024-09-24T10:39:13.454Z] b196b8ad3526: Preparing [2024-09-24T10:39:13.454Z] 4989c7050fb1: Preparing [2024-09-24T10:39:13.454Z] d62a02444d39: Preparing [2024-09-24T10:39:13.454Z] 00c00723fc10: Waiting [2024-09-24T10:39:13.454Z] b196b8ad3526: Waiting [2024-09-24T10:39:13.454Z] 4989c7050fb1: Waiting [2024-09-24T10:39:13.454Z] d62a02444d39: Waiting [2024-09-24T10:39:13.454Z] 02be4e0432c4: Layer already exists [2024-09-24T10:39:13.454Z] 85c96cd346fb: Layer already exists [2024-09-24T10:39:13.454Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:13.454Z] 6713416e0708: Layer already exists [2024-09-24T10:39:13.454Z] 38c9c7b29b15: Layer already exists [2024-09-24T10:39:13.454Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:13.454Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:13.454Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:13.454Z] d62a02444d39: Layer already exists [2024-09-24T10:39:13.454Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:13.786Z] + 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-24T10:39:14.101Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-09-24T10:39:14.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-09-24T10:39:14.101Z] 85c96cd346fb: Preparing [2024-09-24T10:39:14.101Z] 02be4e0432c4: Preparing [2024-09-24T10:39:14.101Z] 38c9c7b29b15: Preparing [2024-09-24T10:39:14.101Z] 6713416e0708: Preparing [2024-09-24T10:39:14.101Z] 2c8f24279f52: Preparing [2024-09-24T10:39:14.101Z] 00c00723fc10: Preparing [2024-09-24T10:39:14.101Z] b196b8ad3526: Preparing [2024-09-24T10:39:14.101Z] 4989c7050fb1: Preparing [2024-09-24T10:39:14.101Z] d62a02444d39: Preparing [2024-09-24T10:39:14.101Z] 00c00723fc10: Waiting [2024-09-24T10:39:14.101Z] b196b8ad3526: Waiting [2024-09-24T10:39:14.101Z] 4989c7050fb1: Waiting [2024-09-24T10:39:14.101Z] d62a02444d39: Waiting [2024-09-24T10:39:14.101Z] 6713416e0708: Layer already exists [2024-09-24T10:39:14.101Z] 38c9c7b29b15: Layer already exists [2024-09-24T10:39:14.101Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:14.101Z] 02be4e0432c4: Layer already exists [2024-09-24T10:39:14.101Z] 85c96cd346fb: Layer already exists [2024-09-24T10:39:14.101Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:14.101Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:14.101Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:14.101Z] d62a02444d39: Layer already exists [2024-09-24T10:39:14.101Z] main: digest: sha256:63f6fcae92d937fe03d1bb81da7be8ff35702711338a4144fa2e884cf3b6a5de size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:14.163Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:14.173Z] taggedImages: [2024-09-24T10:39:14.173Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:14.173Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-09-24T10:39:14.173Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.81 [2024-09-24T10:39:14.173Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:14.173Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-09-24T10:39:14.198Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-09-24T10:39:14.199Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:14.199Z] latest [2024-09-24T10:39:14.199Z] 3.2.0-dev.81 [2024-09-24T10:39:14.199Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:14.199Z] main [2024-09-24T10:39:14.199Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:14.531Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:14.849Z] + docker push nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:14.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-24T10:39:14.849Z] 3ff790cfdb27: Preparing [2024-09-24T10:39:14.849Z] d7381fc17e28: Preparing [2024-09-24T10:39:14.849Z] 87410d9ee87d: Preparing [2024-09-24T10:39:14.849Z] 2c8f24279f52: Preparing [2024-09-24T10:39:14.849Z] 00c00723fc10: Preparing [2024-09-24T10:39:14.849Z] 9ab75d5e46eb: Preparing [2024-09-24T10:39:14.849Z] c12d055b3ca0: Preparing [2024-09-24T10:39:14.849Z] d62a02444d39: Preparing [2024-09-24T10:39:14.849Z] c12d055b3ca0: Waiting [2024-09-24T10:39:14.849Z] d62a02444d39: Waiting [2024-09-24T10:39:14.849Z] 9ab75d5e46eb: Waiting [2024-09-24T10:39:14.849Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:14.849Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:14.849Z] 3ff790cfdb27: Pushed [2024-09-24T10:39:14.849Z] c12d055b3ca0: Pushed [2024-09-24T10:39:14.849Z] d7381fc17e28: Pushed [2024-09-24T10:39:14.849Z] d62a02444d39: Layer already exists [2024-09-24T10:39:14.849Z] 9ab75d5e46eb: Pushed [2024-09-24T10:39:18.141Z] 87410d9ee87d: Pushed [2024-09-24T10:39:18.141Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:18.466Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:18.794Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-24T10:39:18.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-24T10:39:18.794Z] 3ff790cfdb27: Preparing [2024-09-24T10:39:18.794Z] d7381fc17e28: Preparing [2024-09-24T10:39:18.794Z] 87410d9ee87d: Preparing [2024-09-24T10:39:18.794Z] 2c8f24279f52: Preparing [2024-09-24T10:39:18.794Z] 00c00723fc10: Preparing [2024-09-24T10:39:18.794Z] 9ab75d5e46eb: Preparing [2024-09-24T10:39:18.794Z] c12d055b3ca0: Preparing [2024-09-24T10:39:18.794Z] d62a02444d39: Preparing [2024-09-24T10:39:18.794Z] 9ab75d5e46eb: Waiting [2024-09-24T10:39:18.794Z] c12d055b3ca0: Waiting [2024-09-24T10:39:18.794Z] d62a02444d39: Waiting [2024-09-24T10:39:18.794Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:18.794Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:18.794Z] d7381fc17e28: Layer already exists [2024-09-24T10:39:18.794Z] 87410d9ee87d: Layer already exists [2024-09-24T10:39:18.794Z] 3ff790cfdb27: Layer already exists [2024-09-24T10:39:18.794Z] c12d055b3ca0: Layer already exists [2024-09-24T10:39:18.794Z] 9ab75d5e46eb: Layer already exists [2024-09-24T10:39:18.794Z] d62a02444d39: Layer already exists [2024-09-24T10:39:18.794Z] latest: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:19.116Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:19.442Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.81 [2024-09-24T10:39:19.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-24T10:39:19.442Z] 3ff790cfdb27: Preparing [2024-09-24T10:39:19.442Z] d7381fc17e28: Preparing [2024-09-24T10:39:19.442Z] 87410d9ee87d: Preparing [2024-09-24T10:39:19.442Z] 2c8f24279f52: Preparing [2024-09-24T10:39:19.442Z] 00c00723fc10: Preparing [2024-09-24T10:39:19.442Z] 9ab75d5e46eb: Preparing [2024-09-24T10:39:19.442Z] c12d055b3ca0: Preparing [2024-09-24T10:39:19.442Z] d62a02444d39: Preparing [2024-09-24T10:39:19.442Z] 9ab75d5e46eb: Waiting [2024-09-24T10:39:19.442Z] c12d055b3ca0: Waiting [2024-09-24T10:39:19.442Z] d62a02444d39: Waiting [2024-09-24T10:39:19.442Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:19.442Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:19.442Z] 3ff790cfdb27: Layer already exists [2024-09-24T10:39:19.442Z] 87410d9ee87d: Layer already exists [2024-09-24T10:39:19.442Z] d7381fc17e28: Layer already exists [2024-09-24T10:39:19.442Z] c12d055b3ca0: Layer already exists [2024-09-24T10:39:19.442Z] 9ab75d5e46eb: Layer already exists [2024-09-24T10:39:19.442Z] d62a02444d39: Layer already exists [2024-09-24T10:39:19.442Z] 3.2.0-dev.81: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:19.769Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:20.085Z] + docker push nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:20.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-24T10:39:20.085Z] 3ff790cfdb27: Preparing [2024-09-24T10:39:20.085Z] d7381fc17e28: Preparing [2024-09-24T10:39:20.085Z] 87410d9ee87d: Preparing [2024-09-24T10:39:20.085Z] 2c8f24279f52: Preparing [2024-09-24T10:39:20.085Z] 00c00723fc10: Preparing [2024-09-24T10:39:20.085Z] 9ab75d5e46eb: Preparing [2024-09-24T10:39:20.085Z] c12d055b3ca0: Preparing [2024-09-24T10:39:20.085Z] d62a02444d39: Preparing [2024-09-24T10:39:20.085Z] 9ab75d5e46eb: Waiting [2024-09-24T10:39:20.085Z] c12d055b3ca0: Waiting [2024-09-24T10:39:20.085Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:20.085Z] 3ff790cfdb27: Layer already exists [2024-09-24T10:39:20.085Z] 87410d9ee87d: Layer already exists [2024-09-24T10:39:20.085Z] d7381fc17e28: Layer already exists [2024-09-24T10:39:20.085Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:20.085Z] c12d055b3ca0: Layer already exists [2024-09-24T10:39:20.085Z] d62a02444d39: Layer already exists [2024-09-24T10:39:20.085Z] 9ab75d5e46eb: Layer already exists [2024-09-24T10:39:20.085Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:20.425Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:20.747Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-09-24T10:39:20.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-09-24T10:39:20.747Z] 3ff790cfdb27: Preparing [2024-09-24T10:39:20.747Z] d7381fc17e28: Preparing [2024-09-24T10:39:20.747Z] 87410d9ee87d: Preparing [2024-09-24T10:39:20.747Z] 2c8f24279f52: Preparing [2024-09-24T10:39:20.747Z] 00c00723fc10: Preparing [2024-09-24T10:39:20.747Z] 9ab75d5e46eb: Preparing [2024-09-24T10:39:20.747Z] c12d055b3ca0: Preparing [2024-09-24T10:39:20.747Z] d62a02444d39: Preparing [2024-09-24T10:39:20.747Z] c12d055b3ca0: Waiting [2024-09-24T10:39:20.747Z] 9ab75d5e46eb: Waiting [2024-09-24T10:39:20.747Z] d62a02444d39: Waiting [2024-09-24T10:39:20.747Z] 3ff790cfdb27: Layer already exists [2024-09-24T10:39:20.747Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:20.747Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:20.747Z] 87410d9ee87d: Layer already exists [2024-09-24T10:39:20.747Z] d7381fc17e28: Layer already exists [2024-09-24T10:39:20.747Z] d62a02444d39: Layer already exists [2024-09-24T10:39:20.747Z] 9ab75d5e46eb: Layer already exists [2024-09-24T10:39:20.747Z] c12d055b3ca0: Layer already exists [2024-09-24T10:39:20.747Z] main: digest: sha256:331744ef6c74487ea362a861f357a16eb107513109a9cfc45077a734772cf204 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:20.821Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:20.834Z] taggedImages: [2024-09-24T10:39:20.834Z] - nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:20.834Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-09-24T10:39:20.834Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.81 [2024-09-24T10:39:20.834Z] - nexus3.edgexfoundry.org:10004/core-data:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:20.834Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-09-24T10:39:20.859Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-09-24T10:39:20.859Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:20.859Z] latest [2024-09-24T10:39:20.859Z] 3.2.0-dev.81 [2024-09-24T10:39:20.859Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:20.859Z] main [2024-09-24T10:39:20.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:21.202Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:21.527Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:21.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-24T10:39:21.527Z] e3bb24833b84: Preparing [2024-09-24T10:39:21.527Z] b61b04f2d546: Preparing [2024-09-24T10:39:21.527Z] d3b5c2e58b0a: Preparing [2024-09-24T10:39:21.527Z] 00c00723fc10: Preparing [2024-09-24T10:39:21.527Z] e83355cf369d: Preparing [2024-09-24T10:39:21.527Z] 259b4b454020: Preparing [2024-09-24T10:39:21.527Z] d62a02444d39: Preparing [2024-09-24T10:39:21.527Z] 259b4b454020: Waiting [2024-09-24T10:39:21.527Z] d62a02444d39: Waiting [2024-09-24T10:39:21.527Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:21.527Z] e3bb24833b84: Pushed [2024-09-24T10:39:21.527Z] e83355cf369d: Pushed [2024-09-24T10:39:21.527Z] 259b4b454020: Pushed [2024-09-24T10:39:21.527Z] b61b04f2d546: Pushed [2024-09-24T10:39:21.527Z] d62a02444d39: Layer already exists [2024-09-24T10:39:24.820Z] d3b5c2e58b0a: Pushed [2024-09-24T10:39:24.820Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:25.154Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:25.482Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-24T10:39:25.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-24T10:39:25.482Z] e3bb24833b84: Preparing [2024-09-24T10:39:25.482Z] b61b04f2d546: Preparing [2024-09-24T10:39:25.482Z] d3b5c2e58b0a: Preparing [2024-09-24T10:39:25.482Z] 00c00723fc10: Preparing [2024-09-24T10:39:25.482Z] e83355cf369d: Preparing [2024-09-24T10:39:25.482Z] 259b4b454020: Preparing [2024-09-24T10:39:25.482Z] d62a02444d39: Preparing [2024-09-24T10:39:25.482Z] 259b4b454020: Waiting [2024-09-24T10:39:25.482Z] e3bb24833b84: Layer already exists [2024-09-24T10:39:25.482Z] b61b04f2d546: Layer already exists [2024-09-24T10:39:25.482Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:25.482Z] d3b5c2e58b0a: Layer already exists [2024-09-24T10:39:25.482Z] e83355cf369d: Layer already exists [2024-09-24T10:39:25.482Z] d62a02444d39: Layer already exists [2024-09-24T10:39:25.482Z] 259b4b454020: Layer already exists [2024-09-24T10:39:25.482Z] latest: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:25.806Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:26.136Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.81 [2024-09-24T10:39:26.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-24T10:39:26.136Z] e3bb24833b84: Preparing [2024-09-24T10:39:26.136Z] b61b04f2d546: Preparing [2024-09-24T10:39:26.136Z] d3b5c2e58b0a: Preparing [2024-09-24T10:39:26.136Z] 00c00723fc10: Preparing [2024-09-24T10:39:26.136Z] e83355cf369d: Preparing [2024-09-24T10:39:26.136Z] 259b4b454020: Preparing [2024-09-24T10:39:26.136Z] d62a02444d39: Preparing [2024-09-24T10:39:26.136Z] 259b4b454020: Waiting [2024-09-24T10:39:26.136Z] d62a02444d39: Waiting [2024-09-24T10:39:26.136Z] e83355cf369d: Layer already exists [2024-09-24T10:39:26.136Z] b61b04f2d546: Layer already exists [2024-09-24T10:39:26.136Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:26.136Z] e3bb24833b84: Layer already exists [2024-09-24T10:39:26.136Z] d3b5c2e58b0a: Layer already exists [2024-09-24T10:39:26.136Z] 259b4b454020: Layer already exists [2024-09-24T10:39:26.136Z] d62a02444d39: Layer already exists [2024-09-24T10:39:26.136Z] 3.2.0-dev.81: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:26.470Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:26.803Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:26.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-24T10:39:26.803Z] e3bb24833b84: Preparing [2024-09-24T10:39:26.803Z] b61b04f2d546: Preparing [2024-09-24T10:39:26.803Z] d3b5c2e58b0a: Preparing [2024-09-24T10:39:26.803Z] 00c00723fc10: Preparing [2024-09-24T10:39:26.803Z] e83355cf369d: Preparing [2024-09-24T10:39:26.803Z] 259b4b454020: Preparing [2024-09-24T10:39:26.803Z] d62a02444d39: Preparing [2024-09-24T10:39:26.803Z] 259b4b454020: Waiting [2024-09-24T10:39:26.803Z] d62a02444d39: Waiting [2024-09-24T10:39:26.803Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:26.803Z] b61b04f2d546: Layer already exists [2024-09-24T10:39:26.803Z] e83355cf369d: Layer already exists [2024-09-24T10:39:26.803Z] e3bb24833b84: Layer already exists [2024-09-24T10:39:26.803Z] d3b5c2e58b0a: Layer already exists [2024-09-24T10:39:26.803Z] d62a02444d39: Layer already exists [2024-09-24T10:39:26.803Z] 259b4b454020: Layer already exists [2024-09-24T10:39:26.803Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:27.140Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:27.469Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-09-24T10:39:27.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-09-24T10:39:27.469Z] e3bb24833b84: Preparing [2024-09-24T10:39:27.469Z] b61b04f2d546: Preparing [2024-09-24T10:39:27.469Z] d3b5c2e58b0a: Preparing [2024-09-24T10:39:27.469Z] 00c00723fc10: Preparing [2024-09-24T10:39:27.469Z] e83355cf369d: Preparing [2024-09-24T10:39:27.469Z] 259b4b454020: Preparing [2024-09-24T10:39:27.469Z] d62a02444d39: Preparing [2024-09-24T10:39:27.469Z] 259b4b454020: Waiting [2024-09-24T10:39:27.469Z] d62a02444d39: Waiting [2024-09-24T10:39:27.469Z] b61b04f2d546: Layer already exists [2024-09-24T10:39:27.469Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:27.469Z] e83355cf369d: Layer already exists [2024-09-24T10:39:27.469Z] d3b5c2e58b0a: Layer already exists [2024-09-24T10:39:27.469Z] e3bb24833b84: Layer already exists [2024-09-24T10:39:27.469Z] d62a02444d39: Layer already exists [2024-09-24T10:39:27.469Z] 259b4b454020: Layer already exists [2024-09-24T10:39:27.469Z] main: digest: sha256:bb993a0362dda572522e63b402a2abb7156e9f82f588033f1bc6a7d5f68ddb7a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:27.543Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:27.558Z] taggedImages: [2024-09-24T10:39:27.558Z] - nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:27.558Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-09-24T10:39:27.558Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.81 [2024-09-24T10:39:27.558Z] - nexus3.edgexfoundry.org:10004/core-keeper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:27.558Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-09-24T10:39:27.580Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-09-24T10:39:27.580Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:27.580Z] latest [2024-09-24T10:39:27.580Z] 3.2.0-dev.81 [2024-09-24T10:39:27.580Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:27.580Z] main [2024-09-24T10:39:27.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:27.911Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:28.241Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:28.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-24T10:39:28.241Z] dc7660cc2ca1: Preparing [2024-09-24T10:39:28.241Z] 66a16a2243bc: Preparing [2024-09-24T10:39:28.241Z] 125357aed292: Preparing [2024-09-24T10:39:28.241Z] d701f9f2e7e2: Preparing [2024-09-24T10:39:28.241Z] 2c8f24279f52: Preparing [2024-09-24T10:39:28.241Z] 00c00723fc10: Preparing [2024-09-24T10:39:28.241Z] b196b8ad3526: Preparing [2024-09-24T10:39:28.241Z] 4989c7050fb1: Preparing [2024-09-24T10:39:28.241Z] d62a02444d39: Preparing [2024-09-24T10:39:28.241Z] 00c00723fc10: Waiting [2024-09-24T10:39:28.241Z] b196b8ad3526: Waiting [2024-09-24T10:39:28.241Z] 4989c7050fb1: Waiting [2024-09-24T10:39:28.241Z] d62a02444d39: Waiting [2024-09-24T10:39:28.241Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:28.241Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:28.241Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:28.241Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:28.241Z] d62a02444d39: Layer already exists [2024-09-24T10:39:28.241Z] dc7660cc2ca1: Pushed [2024-09-24T10:39:28.241Z] 66a16a2243bc: Pushed [2024-09-24T10:39:28.241Z] 125357aed292: Pushed [2024-09-24T10:39:31.536Z] d701f9f2e7e2: Pushed [2024-09-24T10:39:31.536Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:31.870Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:32.194Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-24T10:39:32.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-24T10:39:32.194Z] dc7660cc2ca1: Preparing [2024-09-24T10:39:32.194Z] 66a16a2243bc: Preparing [2024-09-24T10:39:32.194Z] 125357aed292: Preparing [2024-09-24T10:39:32.194Z] d701f9f2e7e2: Preparing [2024-09-24T10:39:32.194Z] 2c8f24279f52: Preparing [2024-09-24T10:39:32.194Z] 00c00723fc10: Preparing [2024-09-24T10:39:32.194Z] b196b8ad3526: Preparing [2024-09-24T10:39:32.194Z] 4989c7050fb1: Preparing [2024-09-24T10:39:32.194Z] d62a02444d39: Preparing [2024-09-24T10:39:32.194Z] b196b8ad3526: Waiting [2024-09-24T10:39:32.194Z] 4989c7050fb1: Waiting [2024-09-24T10:39:32.194Z] d62a02444d39: Waiting [2024-09-24T10:39:32.194Z] 00c00723fc10: Waiting [2024-09-24T10:39:32.194Z] d701f9f2e7e2: Layer already exists [2024-09-24T10:39:32.194Z] 66a16a2243bc: Layer already exists [2024-09-24T10:39:32.194Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:32.194Z] dc7660cc2ca1: Layer already exists [2024-09-24T10:39:32.194Z] 125357aed292: Layer already exists [2024-09-24T10:39:32.194Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:32.194Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:32.194Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:32.194Z] d62a02444d39: Layer already exists [2024-09-24T10:39:32.194Z] latest: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:32.531Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:32.856Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.81 [2024-09-24T10:39:32.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-24T10:39:32.857Z] dc7660cc2ca1: Preparing [2024-09-24T10:39:32.857Z] 66a16a2243bc: Preparing [2024-09-24T10:39:32.857Z] 125357aed292: Preparing [2024-09-24T10:39:32.857Z] d701f9f2e7e2: Preparing [2024-09-24T10:39:32.857Z] 2c8f24279f52: Preparing [2024-09-24T10:39:32.857Z] 00c00723fc10: Preparing [2024-09-24T10:39:32.857Z] b196b8ad3526: Preparing [2024-09-24T10:39:32.857Z] 4989c7050fb1: Preparing [2024-09-24T10:39:32.857Z] d62a02444d39: Preparing [2024-09-24T10:39:32.857Z] 00c00723fc10: Waiting [2024-09-24T10:39:32.857Z] b196b8ad3526: Waiting [2024-09-24T10:39:32.857Z] 4989c7050fb1: Waiting [2024-09-24T10:39:32.857Z] d62a02444d39: Waiting [2024-09-24T10:39:32.857Z] 125357aed292: Layer already exists [2024-09-24T10:39:32.857Z] d701f9f2e7e2: Layer already exists [2024-09-24T10:39:32.857Z] dc7660cc2ca1: Layer already exists [2024-09-24T10:39:32.857Z] 66a16a2243bc: Layer already exists [2024-09-24T10:39:32.857Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:32.857Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:32.857Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:32.857Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:32.857Z] d62a02444d39: Layer already exists [2024-09-24T10:39:32.857Z] 3.2.0-dev.81: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:33.192Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:33.524Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:33.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-24T10:39:33.524Z] dc7660cc2ca1: Preparing [2024-09-24T10:39:33.524Z] 66a16a2243bc: Preparing [2024-09-24T10:39:33.524Z] 125357aed292: Preparing [2024-09-24T10:39:33.524Z] d701f9f2e7e2: Preparing [2024-09-24T10:39:33.524Z] 2c8f24279f52: Preparing [2024-09-24T10:39:33.524Z] 00c00723fc10: Preparing [2024-09-24T10:39:33.524Z] b196b8ad3526: Preparing [2024-09-24T10:39:33.524Z] 4989c7050fb1: Preparing [2024-09-24T10:39:33.524Z] d62a02444d39: Preparing [2024-09-24T10:39:33.524Z] b196b8ad3526: Waiting [2024-09-24T10:39:33.524Z] d62a02444d39: Waiting [2024-09-24T10:39:33.524Z] 4989c7050fb1: Waiting [2024-09-24T10:39:33.524Z] 00c00723fc10: Waiting [2024-09-24T10:39:33.524Z] 125357aed292: Layer already exists [2024-09-24T10:39:33.524Z] d701f9f2e7e2: Layer already exists [2024-09-24T10:39:33.524Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:33.524Z] 66a16a2243bc: Layer already exists [2024-09-24T10:39:33.524Z] dc7660cc2ca1: Layer already exists [2024-09-24T10:39:33.524Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:33.524Z] d62a02444d39: Layer already exists [2024-09-24T10:39:33.524Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:33.524Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:33.524Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:33.849Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:34.173Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-09-24T10:39:34.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-09-24T10:39:34.173Z] dc7660cc2ca1: Preparing [2024-09-24T10:39:34.173Z] 66a16a2243bc: Preparing [2024-09-24T10:39:34.173Z] 125357aed292: Preparing [2024-09-24T10:39:34.173Z] d701f9f2e7e2: Preparing [2024-09-24T10:39:34.173Z] 2c8f24279f52: Preparing [2024-09-24T10:39:34.173Z] 00c00723fc10: Preparing [2024-09-24T10:39:34.173Z] b196b8ad3526: Preparing [2024-09-24T10:39:34.173Z] 4989c7050fb1: Preparing [2024-09-24T10:39:34.173Z] d62a02444d39: Preparing [2024-09-24T10:39:34.173Z] b196b8ad3526: Waiting [2024-09-24T10:39:34.173Z] 4989c7050fb1: Waiting [2024-09-24T10:39:34.173Z] d62a02444d39: Waiting [2024-09-24T10:39:34.173Z] 00c00723fc10: Waiting [2024-09-24T10:39:34.173Z] 125357aed292: Layer already exists [2024-09-24T10:39:34.173Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:34.173Z] 66a16a2243bc: Layer already exists [2024-09-24T10:39:34.173Z] d701f9f2e7e2: Layer already exists [2024-09-24T10:39:34.173Z] dc7660cc2ca1: Layer already exists [2024-09-24T10:39:34.173Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:34.173Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:34.173Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:34.173Z] d62a02444d39: Layer already exists [2024-09-24T10:39:34.173Z] main: digest: sha256:b8cb6e5c99ea74ccd3e33f27cb326d30306d460618306243502d342ff0e78f74 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:34.245Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:34.263Z] taggedImages: [2024-09-24T10:39:34.263Z] - nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:34.263Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-09-24T10:39:34.263Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.81 [2024-09-24T10:39:34.263Z] - nexus3.edgexfoundry.org:10004/core-metadata:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:34.263Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-09-24T10:39:34.296Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-09-24T10:39:34.296Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:34.296Z] latest [2024-09-24T10:39:34.296Z] 3.2.0-dev.81 [2024-09-24T10:39:34.296Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:34.296Z] main [2024-09-24T10:39:34.296Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:34.633Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:34.958Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:34.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-24T10:39:34.958Z] cff4023964ea: Preparing [2024-09-24T10:39:34.958Z] 023cda3b29fa: Preparing [2024-09-24T10:39:34.958Z] 4c1a660833ec: Preparing [2024-09-24T10:39:34.958Z] af40623ee8d0: Preparing [2024-09-24T10:39:34.958Z] 2dd92aa16193: Preparing [2024-09-24T10:39:34.958Z] 9e547074229b: Preparing [2024-09-24T10:39:34.958Z] 5e065f055e44: Preparing [2024-09-24T10:39:34.958Z] f048e345357f: Preparing [2024-09-24T10:39:34.958Z] 2c8f24279f52: Preparing [2024-09-24T10:39:34.958Z] 00c00723fc10: Preparing [2024-09-24T10:39:34.958Z] 0cdc434331e5: Preparing [2024-09-24T10:39:34.958Z] 5fa8e9de9989: Preparing [2024-09-24T10:39:34.958Z] 5f70bf18a086: Preparing [2024-09-24T10:39:34.958Z] a2e0b5ca8b0c: Preparing [2024-09-24T10:39:34.958Z] 5cefb789e8b2: Preparing [2024-09-24T10:39:34.958Z] 63399b9247c1: Preparing [2024-09-24T10:39:34.958Z] d62a02444d39: Preparing [2024-09-24T10:39:34.958Z] 9e547074229b: Waiting [2024-09-24T10:39:34.958Z] 2c8f24279f52: Waiting [2024-09-24T10:39:34.958Z] 00c00723fc10: Waiting [2024-09-24T10:39:34.958Z] 0cdc434331e5: Waiting [2024-09-24T10:39:34.958Z] 5e065f055e44: Waiting [2024-09-24T10:39:34.958Z] 5fa8e9de9989: Waiting [2024-09-24T10:39:34.958Z] 5f70bf18a086: Waiting [2024-09-24T10:39:34.958Z] f048e345357f: Waiting [2024-09-24T10:39:34.958Z] d62a02444d39: Waiting [2024-09-24T10:39:34.958Z] 63399b9247c1: Waiting [2024-09-24T10:39:34.958Z] a2e0b5ca8b0c: Waiting [2024-09-24T10:39:34.958Z] af40623ee8d0: Pushed [2024-09-24T10:39:34.958Z] 023cda3b29fa: Pushed [2024-09-24T10:39:34.958Z] 2dd92aa16193: Pushed [2024-09-24T10:39:34.958Z] 4c1a660833ec: Pushed [2024-09-24T10:39:34.958Z] cff4023964ea: Pushed [2024-09-24T10:39:35.215Z] 9e547074229b: Pushed [2024-09-24T10:39:35.215Z] 5e065f055e44: Pushed [2024-09-24T10:39:35.215Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:35.215Z] 0cdc434331e5: Pushed [2024-09-24T10:39:35.215Z] 5fa8e9de9989: Pushed [2024-09-24T10:39:35.472Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:35.472Z] 5f70bf18a086: Layer already exists [2024-09-24T10:39:35.472Z] a2e0b5ca8b0c: Pushed [2024-09-24T10:39:35.472Z] 5cefb789e8b2: Pushed [2024-09-24T10:39:35.472Z] d62a02444d39: Layer already exists [2024-09-24T10:39:35.472Z] 63399b9247c1: Pushed [2024-09-24T10:39:36.404Z] f048e345357f: Pushed [2024-09-24T10:39:36.404Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:36.725Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:37.043Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-24T10:39:37.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-24T10:39:37.043Z] cff4023964ea: Preparing [2024-09-24T10:39:37.043Z] 023cda3b29fa: Preparing [2024-09-24T10:39:37.043Z] 4c1a660833ec: Preparing [2024-09-24T10:39:37.043Z] af40623ee8d0: Preparing [2024-09-24T10:39:37.043Z] 2dd92aa16193: Preparing [2024-09-24T10:39:37.043Z] 9e547074229b: Preparing [2024-09-24T10:39:37.043Z] 5e065f055e44: Preparing [2024-09-24T10:39:37.043Z] f048e345357f: Preparing [2024-09-24T10:39:37.043Z] 2c8f24279f52: Preparing [2024-09-24T10:39:37.043Z] 00c00723fc10: Preparing [2024-09-24T10:39:37.043Z] 0cdc434331e5: Preparing [2024-09-24T10:39:37.043Z] 5fa8e9de9989: Preparing [2024-09-24T10:39:37.043Z] 5f70bf18a086: Preparing [2024-09-24T10:39:37.043Z] a2e0b5ca8b0c: Preparing [2024-09-24T10:39:37.043Z] 5cefb789e8b2: Preparing [2024-09-24T10:39:37.043Z] 63399b9247c1: Preparing [2024-09-24T10:39:37.043Z] d62a02444d39: Preparing [2024-09-24T10:39:37.043Z] f048e345357f: Waiting [2024-09-24T10:39:37.043Z] 2c8f24279f52: Waiting [2024-09-24T10:39:37.043Z] 00c00723fc10: Waiting [2024-09-24T10:39:37.043Z] 0cdc434331e5: Waiting [2024-09-24T10:39:37.043Z] 5fa8e9de9989: Waiting [2024-09-24T10:39:37.043Z] 5f70bf18a086: Waiting [2024-09-24T10:39:37.043Z] a2e0b5ca8b0c: Waiting [2024-09-24T10:39:37.043Z] 5cefb789e8b2: Waiting [2024-09-24T10:39:37.043Z] 63399b9247c1: Waiting [2024-09-24T10:39:37.043Z] d62a02444d39: Waiting [2024-09-24T10:39:37.043Z] 9e547074229b: Waiting [2024-09-24T10:39:37.043Z] 5e065f055e44: Waiting [2024-09-24T10:39:37.043Z] 2dd92aa16193: Layer already exists [2024-09-24T10:39:37.043Z] cff4023964ea: Layer already exists [2024-09-24T10:39:37.043Z] 023cda3b29fa: Layer already exists [2024-09-24T10:39:37.043Z] af40623ee8d0: Layer already exists [2024-09-24T10:39:37.043Z] 4c1a660833ec: Layer already exists [2024-09-24T10:39:37.043Z] f048e345357f: Layer already exists [2024-09-24T10:39:37.043Z] 9e547074229b: Layer already exists [2024-09-24T10:39:37.043Z] 5e065f055e44: Layer already exists [2024-09-24T10:39:37.043Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:37.043Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:37.043Z] 5fa8e9de9989: Layer already exists [2024-09-24T10:39:37.043Z] 0cdc434331e5: Layer already exists [2024-09-24T10:39:37.043Z] 5f70bf18a086: Layer already exists [2024-09-24T10:39:37.043Z] 5cefb789e8b2: Layer already exists [2024-09-24T10:39:37.043Z] a2e0b5ca8b0c: Layer already exists [2024-09-24T10:39:37.043Z] 63399b9247c1: Layer already exists [2024-09-24T10:39:37.043Z] d62a02444d39: Layer already exists [2024-09-24T10:39:37.043Z] latest: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:37.362Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:37.683Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.81 [2024-09-24T10:39:37.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-24T10:39:37.683Z] cff4023964ea: Preparing [2024-09-24T10:39:37.683Z] 023cda3b29fa: Preparing [2024-09-24T10:39:37.683Z] 4c1a660833ec: Preparing [2024-09-24T10:39:37.683Z] af40623ee8d0: Preparing [2024-09-24T10:39:37.683Z] 2dd92aa16193: Preparing [2024-09-24T10:39:37.683Z] 9e547074229b: Preparing [2024-09-24T10:39:37.683Z] 5e065f055e44: Preparing [2024-09-24T10:39:37.683Z] f048e345357f: Preparing [2024-09-24T10:39:37.683Z] 2c8f24279f52: Preparing [2024-09-24T10:39:37.683Z] 00c00723fc10: Preparing [2024-09-24T10:39:37.683Z] 9e547074229b: Waiting [2024-09-24T10:39:37.683Z] 0cdc434331e5: Preparing [2024-09-24T10:39:37.683Z] 5e065f055e44: Waiting [2024-09-24T10:39:37.683Z] 5fa8e9de9989: Preparing [2024-09-24T10:39:37.683Z] 5f70bf18a086: Preparing [2024-09-24T10:39:37.683Z] a2e0b5ca8b0c: Preparing [2024-09-24T10:39:37.683Z] f048e345357f: Waiting [2024-09-24T10:39:37.683Z] 5cefb789e8b2: Preparing [2024-09-24T10:39:37.683Z] 63399b9247c1: Preparing [2024-09-24T10:39:37.683Z] d62a02444d39: Preparing [2024-09-24T10:39:37.683Z] 2c8f24279f52: Waiting [2024-09-24T10:39:37.683Z] a2e0b5ca8b0c: Waiting [2024-09-24T10:39:37.683Z] 5cefb789e8b2: Waiting [2024-09-24T10:39:37.683Z] 63399b9247c1: Waiting [2024-09-24T10:39:37.683Z] d62a02444d39: Waiting [2024-09-24T10:39:37.683Z] 00c00723fc10: Waiting [2024-09-24T10:39:37.683Z] 0cdc434331e5: Waiting [2024-09-24T10:39:37.683Z] 5fa8e9de9989: Waiting [2024-09-24T10:39:37.683Z] 5f70bf18a086: Waiting [2024-09-24T10:39:37.683Z] 4c1a660833ec: Layer already exists [2024-09-24T10:39:37.683Z] af40623ee8d0: Layer already exists [2024-09-24T10:39:37.683Z] 023cda3b29fa: Layer already exists [2024-09-24T10:39:37.683Z] 2dd92aa16193: Layer already exists [2024-09-24T10:39:37.683Z] cff4023964ea: Layer already exists [2024-09-24T10:39:37.683Z] f048e345357f: Layer already exists [2024-09-24T10:39:37.683Z] 9e547074229b: Layer already exists [2024-09-24T10:39:37.683Z] 5e065f055e44: Layer already exists [2024-09-24T10:39:37.683Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:37.683Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:37.683Z] 0cdc434331e5: Layer already exists [2024-09-24T10:39:37.683Z] 5f70bf18a086: Layer already exists [2024-09-24T10:39:37.683Z] 5fa8e9de9989: Layer already exists [2024-09-24T10:39:37.683Z] 5cefb789e8b2: Layer already exists [2024-09-24T10:39:37.683Z] a2e0b5ca8b0c: Layer already exists [2024-09-24T10:39:37.683Z] d62a02444d39: Layer already exists [2024-09-24T10:39:37.683Z] 63399b9247c1: Layer already exists [2024-09-24T10:39:37.683Z] 3.2.0-dev.81: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:38.008Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:38.330Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:38.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-24T10:39:38.330Z] cff4023964ea: Preparing [2024-09-24T10:39:38.330Z] 023cda3b29fa: Preparing [2024-09-24T10:39:38.330Z] 4c1a660833ec: Preparing [2024-09-24T10:39:38.330Z] af40623ee8d0: Preparing [2024-09-24T10:39:38.330Z] 2dd92aa16193: Preparing [2024-09-24T10:39:38.330Z] 9e547074229b: Preparing [2024-09-24T10:39:38.330Z] 5e065f055e44: Preparing [2024-09-24T10:39:38.330Z] f048e345357f: Preparing [2024-09-24T10:39:38.330Z] 2c8f24279f52: Preparing [2024-09-24T10:39:38.330Z] 00c00723fc10: Preparing [2024-09-24T10:39:38.330Z] 0cdc434331e5: Preparing [2024-09-24T10:39:38.330Z] 5fa8e9de9989: Preparing [2024-09-24T10:39:38.330Z] 5f70bf18a086: Preparing [2024-09-24T10:39:38.330Z] a2e0b5ca8b0c: Preparing [2024-09-24T10:39:38.330Z] 5cefb789e8b2: Preparing [2024-09-24T10:39:38.330Z] 63399b9247c1: Preparing [2024-09-24T10:39:38.330Z] d62a02444d39: Preparing [2024-09-24T10:39:38.330Z] 9e547074229b: Waiting [2024-09-24T10:39:38.330Z] 5e065f055e44: Waiting [2024-09-24T10:39:38.330Z] f048e345357f: Waiting [2024-09-24T10:39:38.330Z] 00c00723fc10: Waiting [2024-09-24T10:39:38.330Z] 0cdc434331e5: Waiting [2024-09-24T10:39:38.330Z] 5fa8e9de9989: Waiting [2024-09-24T10:39:38.330Z] 5f70bf18a086: Waiting [2024-09-24T10:39:38.330Z] a2e0b5ca8b0c: Waiting [2024-09-24T10:39:38.330Z] 5cefb789e8b2: Waiting [2024-09-24T10:39:38.330Z] 63399b9247c1: Waiting [2024-09-24T10:39:38.330Z] d62a02444d39: Waiting [2024-09-24T10:39:38.330Z] 2c8f24279f52: Waiting [2024-09-24T10:39:38.330Z] 023cda3b29fa: Layer already exists [2024-09-24T10:39:38.330Z] 4c1a660833ec: Layer already exists [2024-09-24T10:39:38.330Z] cff4023964ea: Layer already exists [2024-09-24T10:39:38.330Z] af40623ee8d0: Layer already exists [2024-09-24T10:39:38.330Z] 2dd92aa16193: Layer already exists [2024-09-24T10:39:38.330Z] 9e547074229b: Layer already exists [2024-09-24T10:39:38.330Z] f048e345357f: Layer already exists [2024-09-24T10:39:38.330Z] 5e065f055e44: Layer already exists [2024-09-24T10:39:38.330Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:38.330Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:38.330Z] 0cdc434331e5: Layer already exists [2024-09-24T10:39:38.330Z] 5fa8e9de9989: Layer already exists [2024-09-24T10:39:38.330Z] 5f70bf18a086: Layer already exists [2024-09-24T10:39:38.330Z] a2e0b5ca8b0c: Layer already exists [2024-09-24T10:39:38.330Z] 5cefb789e8b2: Layer already exists [2024-09-24T10:39:38.330Z] 63399b9247c1: Layer already exists [2024-09-24T10:39:38.330Z] d62a02444d39: Layer already exists [2024-09-24T10:39:38.330Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:38.657Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:38.973Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-09-24T10:39:38.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-09-24T10:39:38.973Z] cff4023964ea: Preparing [2024-09-24T10:39:38.973Z] 023cda3b29fa: Preparing [2024-09-24T10:39:38.973Z] 4c1a660833ec: Preparing [2024-09-24T10:39:38.973Z] af40623ee8d0: Preparing [2024-09-24T10:39:38.973Z] 2dd92aa16193: Preparing [2024-09-24T10:39:38.973Z] 9e547074229b: Preparing [2024-09-24T10:39:38.973Z] 5e065f055e44: Preparing [2024-09-24T10:39:38.973Z] f048e345357f: Preparing [2024-09-24T10:39:38.973Z] 2c8f24279f52: Preparing [2024-09-24T10:39:38.973Z] 00c00723fc10: Preparing [2024-09-24T10:39:38.973Z] 0cdc434331e5: Preparing [2024-09-24T10:39:38.973Z] 5fa8e9de9989: Preparing [2024-09-24T10:39:38.973Z] 5f70bf18a086: Preparing [2024-09-24T10:39:38.973Z] a2e0b5ca8b0c: Preparing [2024-09-24T10:39:38.973Z] 5cefb789e8b2: Preparing [2024-09-24T10:39:38.973Z] 63399b9247c1: Preparing [2024-09-24T10:39:38.973Z] d62a02444d39: Preparing [2024-09-24T10:39:38.973Z] 0cdc434331e5: Waiting [2024-09-24T10:39:38.973Z] 5fa8e9de9989: Waiting [2024-09-24T10:39:38.973Z] 5f70bf18a086: Waiting [2024-09-24T10:39:38.973Z] a2e0b5ca8b0c: Waiting [2024-09-24T10:39:38.973Z] 9e547074229b: Waiting [2024-09-24T10:39:38.973Z] 5cefb789e8b2: Waiting [2024-09-24T10:39:38.973Z] 5e065f055e44: Waiting [2024-09-24T10:39:38.973Z] f048e345357f: Waiting [2024-09-24T10:39:38.973Z] 63399b9247c1: Waiting [2024-09-24T10:39:38.973Z] 2c8f24279f52: Waiting [2024-09-24T10:39:38.973Z] 00c00723fc10: Waiting [2024-09-24T10:39:38.973Z] d62a02444d39: Waiting [2024-09-24T10:39:38.973Z] 2dd92aa16193: Layer already exists [2024-09-24T10:39:38.973Z] 4c1a660833ec: Layer already exists [2024-09-24T10:39:38.973Z] cff4023964ea: Layer already exists [2024-09-24T10:39:38.973Z] 023cda3b29fa: Layer already exists [2024-09-24T10:39:38.973Z] 5e065f055e44: Layer already exists [2024-09-24T10:39:38.973Z] f048e345357f: Layer already exists [2024-09-24T10:39:38.973Z] 9e547074229b: Layer already exists [2024-09-24T10:39:38.973Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:38.973Z] af40623ee8d0: Layer already exists [2024-09-24T10:39:38.973Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:38.973Z] 5fa8e9de9989: Layer already exists [2024-09-24T10:39:38.973Z] 0cdc434331e5: Layer already exists [2024-09-24T10:39:38.973Z] 5f70bf18a086: Layer already exists [2024-09-24T10:39:38.973Z] a2e0b5ca8b0c: Layer already exists [2024-09-24T10:39:38.973Z] 5cefb789e8b2: Layer already exists [2024-09-24T10:39:38.973Z] 63399b9247c1: Layer already exists [2024-09-24T10:39:38.973Z] d62a02444d39: Layer already exists [2024-09-24T10:39:38.973Z] main: digest: sha256:915aeec8ee54237d85e72406ed319fb6458a855fb50ffa4797f8349830ad4caa size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:39.037Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:39.047Z] taggedImages: [2024-09-24T10:39:39.047Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:39.047Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-09-24T10:39:39.047Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.81 [2024-09-24T10:39:39.047Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:39.047Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-09-24T10:39:39.069Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-09-24T10:39:39.069Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:39.069Z] latest [2024-09-24T10:39:39.069Z] 3.2.0-dev.81 [2024-09-24T10:39:39.069Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:39.069Z] main [2024-09-24T10:39:39.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:39.408Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:39.724Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:39.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-24T10:39:39.725Z] 5c824e311435: Preparing [2024-09-24T10:39:39.725Z] 27ab7ee61f04: Preparing [2024-09-24T10:39:39.725Z] 2c31218e0167: Preparing [2024-09-24T10:39:39.725Z] 5c6a5362637d: Preparing [2024-09-24T10:39:39.725Z] 2c8f24279f52: Preparing [2024-09-24T10:39:39.725Z] 00c00723fc10: Preparing [2024-09-24T10:39:39.725Z] b196b8ad3526: Preparing [2024-09-24T10:39:39.725Z] 4989c7050fb1: Preparing [2024-09-24T10:39:39.725Z] d62a02444d39: Preparing [2024-09-24T10:39:39.725Z] 00c00723fc10: Waiting [2024-09-24T10:39:39.725Z] b196b8ad3526: Waiting [2024-09-24T10:39:39.725Z] d62a02444d39: Waiting [2024-09-24T10:39:39.725Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:39.725Z] 27ab7ee61f04: Pushed [2024-09-24T10:39:39.725Z] 2c31218e0167: Pushed [2024-09-24T10:39:39.725Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:39.725Z] 5c824e311435: Pushed [2024-09-24T10:39:39.725Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:39.725Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:39.725Z] d62a02444d39: Layer already exists [2024-09-24T10:39:42.264Z] 5c6a5362637d: Pushed [2024-09-24T10:39:42.264Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:42.597Z] + 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-24T10:39:42.932Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-24T10:39:42.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-24T10:39:42.933Z] 5c824e311435: Preparing [2024-09-24T10:39:42.933Z] 27ab7ee61f04: Preparing [2024-09-24T10:39:42.933Z] 2c31218e0167: Preparing [2024-09-24T10:39:42.933Z] 5c6a5362637d: Preparing [2024-09-24T10:39:42.933Z] 2c8f24279f52: Preparing [2024-09-24T10:39:42.933Z] 00c00723fc10: Preparing [2024-09-24T10:39:42.933Z] b196b8ad3526: Preparing [2024-09-24T10:39:42.933Z] 4989c7050fb1: Preparing [2024-09-24T10:39:42.933Z] d62a02444d39: Preparing [2024-09-24T10:39:42.933Z] b196b8ad3526: Waiting [2024-09-24T10:39:42.933Z] 4989c7050fb1: Waiting [2024-09-24T10:39:42.933Z] d62a02444d39: Waiting [2024-09-24T10:39:42.933Z] 00c00723fc10: Waiting [2024-09-24T10:39:42.933Z] 5c6a5362637d: Layer already exists [2024-09-24T10:39:42.933Z] 27ab7ee61f04: Layer already exists [2024-09-24T10:39:42.933Z] 5c824e311435: Layer already exists [2024-09-24T10:39:42.933Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:42.933Z] 2c31218e0167: Layer already exists [2024-09-24T10:39:42.933Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:42.933Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:42.933Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:42.933Z] d62a02444d39: Layer already exists [2024-09-24T10:39:42.933Z] latest: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:43.276Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:43.599Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.81 [2024-09-24T10:39:43.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-24T10:39:43.599Z] 5c824e311435: Preparing [2024-09-24T10:39:43.599Z] 27ab7ee61f04: Preparing [2024-09-24T10:39:43.599Z] 2c31218e0167: Preparing [2024-09-24T10:39:43.599Z] 5c6a5362637d: Preparing [2024-09-24T10:39:43.599Z] 2c8f24279f52: Preparing [2024-09-24T10:39:43.599Z] 00c00723fc10: Preparing [2024-09-24T10:39:43.599Z] b196b8ad3526: Preparing [2024-09-24T10:39:43.599Z] 4989c7050fb1: Preparing [2024-09-24T10:39:43.599Z] d62a02444d39: Preparing [2024-09-24T10:39:43.599Z] 4989c7050fb1: Waiting [2024-09-24T10:39:43.599Z] d62a02444d39: Waiting [2024-09-24T10:39:43.599Z] 00c00723fc10: Waiting [2024-09-24T10:39:43.599Z] b196b8ad3526: Waiting [2024-09-24T10:39:43.599Z] 27ab7ee61f04: Layer already exists [2024-09-24T10:39:43.599Z] 5c824e311435: Layer already exists [2024-09-24T10:39:43.599Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:43.599Z] 2c31218e0167: Layer already exists [2024-09-24T10:39:43.599Z] 5c6a5362637d: Layer already exists [2024-09-24T10:39:43.599Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:43.599Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:43.599Z] d62a02444d39: Layer already exists [2024-09-24T10:39:43.599Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:43.599Z] 3.2.0-dev.81: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:43.930Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:44.311Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:44.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-24T10:39:44.311Z] 5c824e311435: Preparing [2024-09-24T10:39:44.311Z] 27ab7ee61f04: Preparing [2024-09-24T10:39:44.311Z] 2c31218e0167: Preparing [2024-09-24T10:39:44.311Z] 5c6a5362637d: Preparing [2024-09-24T10:39:44.311Z] 2c8f24279f52: Preparing [2024-09-24T10:39:44.311Z] 00c00723fc10: Preparing [2024-09-24T10:39:44.311Z] b196b8ad3526: Preparing [2024-09-24T10:39:44.311Z] 4989c7050fb1: Preparing [2024-09-24T10:39:44.311Z] d62a02444d39: Preparing [2024-09-24T10:39:44.311Z] 00c00723fc10: Waiting [2024-09-24T10:39:44.311Z] b196b8ad3526: Waiting [2024-09-24T10:39:44.311Z] 4989c7050fb1: Waiting [2024-09-24T10:39:44.311Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:44.311Z] 27ab7ee61f04: Layer already exists [2024-09-24T10:39:44.311Z] 5c6a5362637d: Layer already exists [2024-09-24T10:39:44.311Z] 5c824e311435: Layer already exists [2024-09-24T10:39:44.311Z] 2c31218e0167: Layer already exists [2024-09-24T10:39:44.311Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:44.311Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:44.311Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:44.311Z] d62a02444d39: Layer already exists [2024-09-24T10:39:44.311Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:44.843Z] + 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-24T10:39:45.224Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-09-24T10:39:45.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-09-24T10:39:45.224Z] 5c824e311435: Preparing [2024-09-24T10:39:45.224Z] 27ab7ee61f04: Preparing [2024-09-24T10:39:45.224Z] 2c31218e0167: Preparing [2024-09-24T10:39:45.224Z] 5c6a5362637d: Preparing [2024-09-24T10:39:45.224Z] 2c8f24279f52: Preparing [2024-09-24T10:39:45.224Z] 00c00723fc10: Preparing [2024-09-24T10:39:45.224Z] b196b8ad3526: Preparing [2024-09-24T10:39:45.224Z] 4989c7050fb1: Preparing [2024-09-24T10:39:45.224Z] d62a02444d39: Preparing [2024-09-24T10:39:45.224Z] 00c00723fc10: Waiting [2024-09-24T10:39:45.224Z] b196b8ad3526: Waiting [2024-09-24T10:39:45.224Z] 4989c7050fb1: Waiting [2024-09-24T10:39:45.224Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:45.224Z] 2c31218e0167: Layer already exists [2024-09-24T10:39:45.224Z] 5c824e311435: Layer already exists [2024-09-24T10:39:45.224Z] 27ab7ee61f04: Layer already exists [2024-09-24T10:39:45.224Z] 5c6a5362637d: Layer already exists [2024-09-24T10:39:45.224Z] b196b8ad3526: Layer already exists [2024-09-24T10:39:45.224Z] d62a02444d39: Layer already exists [2024-09-24T10:39:45.224Z] 4989c7050fb1: Layer already exists [2024-09-24T10:39:45.224Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:45.224Z] main: digest: sha256:1d222024fa59d53d44b0e4583dfe0ec1134fc783db0b54e1e4849147d1f6e0ad size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:45.290Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:45.300Z] taggedImages: [2024-09-24T10:39:45.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:45.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-09-24T10:39:45.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.81 [2024-09-24T10:39:45.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:45.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-09-24T10:39:45.324Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-09-24T10:39:45.324Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:45.324Z] latest [2024-09-24T10:39:45.324Z] 3.2.0-dev.81 [2024-09-24T10:39:45.324Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:45.324Z] main [2024-09-24T10:39:45.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:45.670Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:45.996Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:45.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-24T10:39:45.996Z] cd0b4b67c625: Preparing [2024-09-24T10:39:45.996Z] d2c43097f0f3: Preparing [2024-09-24T10:39:45.996Z] a21a874dc6fe: Preparing [2024-09-24T10:39:45.996Z] 2580a56fd174: Preparing [2024-09-24T10:39:45.996Z] bbeaec518d63: Preparing [2024-09-24T10:39:45.996Z] 2c8f24279f52: Preparing [2024-09-24T10:39:45.996Z] 00c00723fc10: Preparing [2024-09-24T10:39:45.996Z] 74a247efcb3a: Preparing [2024-09-24T10:39:45.996Z] 0220cca3d42d: Preparing [2024-09-24T10:39:45.996Z] c2309aab6137: Preparing [2024-09-24T10:39:45.996Z] d62a02444d39: Preparing [2024-09-24T10:39:45.996Z] 74a247efcb3a: Waiting [2024-09-24T10:39:45.996Z] 0220cca3d42d: Waiting [2024-09-24T10:39:45.996Z] d62a02444d39: Waiting [2024-09-24T10:39:45.996Z] c2309aab6137: Waiting [2024-09-24T10:39:45.996Z] 2c8f24279f52: Waiting [2024-09-24T10:39:45.996Z] 00c00723fc10: Waiting [2024-09-24T10:39:45.996Z] d2c43097f0f3: Pushed [2024-09-24T10:39:45.996Z] cd0b4b67c625: Pushed [2024-09-24T10:39:45.996Z] 2580a56fd174: Pushed [2024-09-24T10:39:45.996Z] bbeaec518d63: Pushed [2024-09-24T10:39:45.996Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:45.996Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:45.996Z] d62a02444d39: Layer already exists [2024-09-24T10:39:46.255Z] 0220cca3d42d: Pushed [2024-09-24T10:39:46.255Z] 74a247efcb3a: Pushed [2024-09-24T10:39:46.825Z] a21a874dc6fe: Pushed [2024-09-24T10:39:47.393Z] c2309aab6137: Pushed [2024-09-24T10:39:47.393Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:47.732Z] + 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-24T10:39:48.057Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-24T10:39:48.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-24T10:39:48.057Z] cd0b4b67c625: Preparing [2024-09-24T10:39:48.057Z] d2c43097f0f3: Preparing [2024-09-24T10:39:48.057Z] a21a874dc6fe: Preparing [2024-09-24T10:39:48.057Z] 2580a56fd174: Preparing [2024-09-24T10:39:48.057Z] bbeaec518d63: Preparing [2024-09-24T10:39:48.057Z] 2c8f24279f52: Preparing [2024-09-24T10:39:48.057Z] 00c00723fc10: Preparing [2024-09-24T10:39:48.057Z] 74a247efcb3a: Preparing [2024-09-24T10:39:48.057Z] 0220cca3d42d: Preparing [2024-09-24T10:39:48.057Z] c2309aab6137: Preparing [2024-09-24T10:39:48.057Z] 00c00723fc10: Waiting [2024-09-24T10:39:48.057Z] 74a247efcb3a: Waiting [2024-09-24T10:39:48.057Z] 0220cca3d42d: Waiting [2024-09-24T10:39:48.057Z] 2c8f24279f52: Waiting [2024-09-24T10:39:48.057Z] d62a02444d39: Preparing [2024-09-24T10:39:48.057Z] c2309aab6137: Waiting [2024-09-24T10:39:48.057Z] d62a02444d39: Waiting [2024-09-24T10:39:48.057Z] bbeaec518d63: Layer already exists [2024-09-24T10:39:48.057Z] d2c43097f0f3: Layer already exists [2024-09-24T10:39:48.057Z] 2580a56fd174: Layer already exists [2024-09-24T10:39:48.057Z] cd0b4b67c625: Layer already exists [2024-09-24T10:39:48.057Z] a21a874dc6fe: Layer already exists [2024-09-24T10:39:48.057Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:48.057Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:48.057Z] 0220cca3d42d: Layer already exists [2024-09-24T10:39:48.057Z] 74a247efcb3a: Layer already exists [2024-09-24T10:39:48.057Z] d62a02444d39: Layer already exists [2024-09-24T10:39:48.057Z] c2309aab6137: Layer already exists [2024-09-24T10:39:48.057Z] latest: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:48.385Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:48.712Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.81 [2024-09-24T10:39:48.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-24T10:39:48.713Z] cd0b4b67c625: Preparing [2024-09-24T10:39:48.713Z] d2c43097f0f3: Preparing [2024-09-24T10:39:48.713Z] a21a874dc6fe: Preparing [2024-09-24T10:39:48.713Z] 2580a56fd174: Preparing [2024-09-24T10:39:48.713Z] bbeaec518d63: Preparing [2024-09-24T10:39:48.713Z] 2c8f24279f52: Preparing [2024-09-24T10:39:48.713Z] 00c00723fc10: Preparing [2024-09-24T10:39:48.713Z] 74a247efcb3a: Preparing [2024-09-24T10:39:48.713Z] 0220cca3d42d: Preparing [2024-09-24T10:39:48.713Z] 00c00723fc10: Waiting [2024-09-24T10:39:48.713Z] 74a247efcb3a: Waiting [2024-09-24T10:39:48.713Z] 2c8f24279f52: Waiting [2024-09-24T10:39:48.713Z] c2309aab6137: Preparing [2024-09-24T10:39:48.713Z] d62a02444d39: Preparing [2024-09-24T10:39:48.713Z] 0220cca3d42d: Waiting [2024-09-24T10:39:48.713Z] c2309aab6137: Waiting [2024-09-24T10:39:48.713Z] cd0b4b67c625: Layer already exists [2024-09-24T10:39:48.713Z] bbeaec518d63: Layer already exists [2024-09-24T10:39:48.713Z] a21a874dc6fe: Layer already exists [2024-09-24T10:39:48.713Z] 2580a56fd174: Layer already exists [2024-09-24T10:39:48.713Z] d2c43097f0f3: Layer already exists [2024-09-24T10:39:48.713Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:48.713Z] 0220cca3d42d: Layer already exists [2024-09-24T10:39:48.713Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:48.713Z] 74a247efcb3a: Layer already exists [2024-09-24T10:39:48.713Z] c2309aab6137: Layer already exists [2024-09-24T10:39:48.713Z] d62a02444d39: Layer already exists [2024-09-24T10:39:48.713Z] 3.2.0-dev.81: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:49.043Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:49.366Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:49.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-24T10:39:49.366Z] cd0b4b67c625: Preparing [2024-09-24T10:39:49.366Z] d2c43097f0f3: Preparing [2024-09-24T10:39:49.366Z] a21a874dc6fe: Preparing [2024-09-24T10:39:49.366Z] 2580a56fd174: Preparing [2024-09-24T10:39:49.366Z] bbeaec518d63: Preparing [2024-09-24T10:39:49.366Z] 2c8f24279f52: Preparing [2024-09-24T10:39:49.366Z] 00c00723fc10: Preparing [2024-09-24T10:39:49.366Z] 74a247efcb3a: Preparing [2024-09-24T10:39:49.366Z] 0220cca3d42d: Preparing [2024-09-24T10:39:49.366Z] 00c00723fc10: Waiting [2024-09-24T10:39:49.366Z] 74a247efcb3a: Waiting [2024-09-24T10:39:49.366Z] 2c8f24279f52: Waiting [2024-09-24T10:39:49.366Z] 0220cca3d42d: Waiting [2024-09-24T10:39:49.366Z] c2309aab6137: Preparing [2024-09-24T10:39:49.366Z] d62a02444d39: Preparing [2024-09-24T10:39:49.366Z] c2309aab6137: Waiting [2024-09-24T10:39:49.366Z] d62a02444d39: Waiting [2024-09-24T10:39:49.366Z] 2580a56fd174: Layer already exists [2024-09-24T10:39:49.366Z] a21a874dc6fe: Layer already exists [2024-09-24T10:39:49.366Z] d2c43097f0f3: Layer already exists [2024-09-24T10:39:49.366Z] bbeaec518d63: Layer already exists [2024-09-24T10:39:49.366Z] cd0b4b67c625: Layer already exists [2024-09-24T10:39:49.366Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:49.366Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:49.366Z] 0220cca3d42d: Layer already exists [2024-09-24T10:39:49.366Z] 74a247efcb3a: Layer already exists [2024-09-24T10:39:49.366Z] c2309aab6137: Layer already exists [2024-09-24T10:39:49.366Z] d62a02444d39: Layer already exists [2024-09-24T10:39:49.366Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:49.697Z] + 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-24T10:39:50.016Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-09-24T10:39:50.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-09-24T10:39:50.016Z] cd0b4b67c625: Preparing [2024-09-24T10:39:50.016Z] d2c43097f0f3: Preparing [2024-09-24T10:39:50.016Z] a21a874dc6fe: Preparing [2024-09-24T10:39:50.016Z] 2580a56fd174: Preparing [2024-09-24T10:39:50.016Z] bbeaec518d63: Preparing [2024-09-24T10:39:50.016Z] 2c8f24279f52: Preparing [2024-09-24T10:39:50.016Z] 00c00723fc10: Preparing [2024-09-24T10:39:50.016Z] 74a247efcb3a: Preparing [2024-09-24T10:39:50.016Z] 0220cca3d42d: Preparing [2024-09-24T10:39:50.016Z] c2309aab6137: Preparing [2024-09-24T10:39:50.016Z] d62a02444d39: Preparing [2024-09-24T10:39:50.016Z] 0220cca3d42d: Waiting [2024-09-24T10:39:50.016Z] 74a247efcb3a: Waiting [2024-09-24T10:39:50.016Z] d62a02444d39: Waiting [2024-09-24T10:39:50.016Z] 2c8f24279f52: Waiting [2024-09-24T10:39:50.016Z] c2309aab6137: Waiting [2024-09-24T10:39:50.016Z] 00c00723fc10: Waiting [2024-09-24T10:39:50.016Z] cd0b4b67c625: Layer already exists [2024-09-24T10:39:50.016Z] 2580a56fd174: Layer already exists [2024-09-24T10:39:50.016Z] d2c43097f0f3: Layer already exists [2024-09-24T10:39:50.016Z] a21a874dc6fe: Layer already exists [2024-09-24T10:39:50.016Z] bbeaec518d63: Layer already exists [2024-09-24T10:39:50.016Z] 74a247efcb3a: Layer already exists [2024-09-24T10:39:50.016Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:50.016Z] c2309aab6137: Layer already exists [2024-09-24T10:39:50.016Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:50.016Z] 0220cca3d42d: Layer already exists [2024-09-24T10:39:50.016Z] d62a02444d39: Layer already exists [2024-09-24T10:39:50.016Z] main: digest: sha256:af2883dd821b8277d3fc80b98432e9a6c2cfcb4ff8925a5c5e9abb1de9ec95f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:50.093Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:50.108Z] taggedImages: [2024-09-24T10:39:50.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:50.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-09-24T10:39:50.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.81 [2024-09-24T10:39:50.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:50.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-09-24T10:39:50.136Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-09-24T10:39:50.136Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:50.136Z] latest [2024-09-24T10:39:50.136Z] 3.2.0-dev.81 [2024-09-24T10:39:50.136Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:50.136Z] main [2024-09-24T10:39:50.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:50.480Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:50.801Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:50.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-24T10:39:50.801Z] 6c6a32b09481: Preparing [2024-09-24T10:39:50.801Z] 04547b930ddc: Preparing [2024-09-24T10:39:50.801Z] 4118b0787c97: Preparing [2024-09-24T10:39:50.801Z] 2fabcb5209d1: Preparing [2024-09-24T10:39:50.801Z] c1a9bac58ca0: Preparing [2024-09-24T10:39:50.801Z] 34c1a2e568b8: Preparing [2024-09-24T10:39:50.801Z] b9b6c65fcf3b: Preparing [2024-09-24T10:39:50.801Z] 2c8f24279f52: Preparing [2024-09-24T10:39:50.801Z] 00c00723fc10: Preparing [2024-09-24T10:39:50.801Z] 33887ae18038: Preparing [2024-09-24T10:39:50.801Z] 66efbf47d9b7: Preparing [2024-09-24T10:39:50.801Z] d62a02444d39: Preparing [2024-09-24T10:39:50.801Z] 00c00723fc10: Waiting [2024-09-24T10:39:50.801Z] 33887ae18038: Waiting [2024-09-24T10:39:50.801Z] 66efbf47d9b7: Waiting [2024-09-24T10:39:50.801Z] b9b6c65fcf3b: Waiting [2024-09-24T10:39:50.801Z] 34c1a2e568b8: Waiting [2024-09-24T10:39:50.801Z] 2c8f24279f52: Waiting [2024-09-24T10:39:50.801Z] 04547b930ddc: Pushed [2024-09-24T10:39:50.801Z] 6c6a32b09481: Pushed [2024-09-24T10:39:50.801Z] c1a9bac58ca0: Pushed [2024-09-24T10:39:50.801Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:50.801Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:50.801Z] 34c1a2e568b8: Pushed [2024-09-24T10:39:50.801Z] b9b6c65fcf3b: Pushed [2024-09-24T10:39:51.066Z] d62a02444d39: Layer already exists [2024-09-24T10:39:51.066Z] 33887ae18038: Pushed [2024-09-24T10:39:51.633Z] 2fabcb5209d1: Pushed [2024-09-24T10:39:51.893Z] 4118b0787c97: Pushed [2024-09-24T10:39:52.155Z] 66efbf47d9b7: Pushed [2024-09-24T10:39:52.155Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:52.496Z] + 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-24T10:39:52.819Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-24T10:39:52.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-24T10:39:52.819Z] 6c6a32b09481: Preparing [2024-09-24T10:39:52.819Z] 04547b930ddc: Preparing [2024-09-24T10:39:52.819Z] 4118b0787c97: Preparing [2024-09-24T10:39:52.819Z] 2fabcb5209d1: Preparing [2024-09-24T10:39:52.819Z] c1a9bac58ca0: Preparing [2024-09-24T10:39:52.819Z] 34c1a2e568b8: Preparing [2024-09-24T10:39:52.819Z] b9b6c65fcf3b: Preparing [2024-09-24T10:39:52.819Z] 2c8f24279f52: Preparing [2024-09-24T10:39:52.819Z] 00c00723fc10: Preparing [2024-09-24T10:39:52.819Z] 33887ae18038: Preparing [2024-09-24T10:39:52.819Z] 66efbf47d9b7: Preparing [2024-09-24T10:39:52.819Z] d62a02444d39: Preparing [2024-09-24T10:39:52.819Z] 66efbf47d9b7: Waiting [2024-09-24T10:39:52.819Z] b9b6c65fcf3b: Waiting [2024-09-24T10:39:52.819Z] 33887ae18038: Waiting [2024-09-24T10:39:52.819Z] 2c8f24279f52: Waiting [2024-09-24T10:39:52.819Z] 00c00723fc10: Waiting [2024-09-24T10:39:52.819Z] d62a02444d39: Waiting [2024-09-24T10:39:52.819Z] 34c1a2e568b8: Waiting [2024-09-24T10:39:52.819Z] c1a9bac58ca0: Layer already exists [2024-09-24T10:39:52.819Z] 04547b930ddc: Layer already exists [2024-09-24T10:39:52.819Z] 4118b0787c97: Layer already exists [2024-09-24T10:39:52.819Z] 2fabcb5209d1: Layer already exists [2024-09-24T10:39:52.819Z] 6c6a32b09481: Layer already exists [2024-09-24T10:39:52.819Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:52.819Z] 34c1a2e568b8: Layer already exists [2024-09-24T10:39:52.819Z] 33887ae18038: Layer already exists [2024-09-24T10:39:52.819Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:52.819Z] b9b6c65fcf3b: Layer already exists [2024-09-24T10:39:52.819Z] 66efbf47d9b7: Layer already exists [2024-09-24T10:39:52.819Z] d62a02444d39: Layer already exists [2024-09-24T10:39:52.819Z] latest: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:53.144Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:53.463Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.81 [2024-09-24T10:39:53.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-24T10:39:53.463Z] 6c6a32b09481: Preparing [2024-09-24T10:39:53.463Z] 04547b930ddc: Preparing [2024-09-24T10:39:53.463Z] 4118b0787c97: Preparing [2024-09-24T10:39:53.463Z] 2fabcb5209d1: Preparing [2024-09-24T10:39:53.463Z] c1a9bac58ca0: Preparing [2024-09-24T10:39:53.463Z] 34c1a2e568b8: Preparing [2024-09-24T10:39:53.463Z] b9b6c65fcf3b: Preparing [2024-09-24T10:39:53.463Z] 2c8f24279f52: Preparing [2024-09-24T10:39:53.463Z] 00c00723fc10: Preparing [2024-09-24T10:39:53.463Z] 33887ae18038: Preparing [2024-09-24T10:39:53.463Z] 66efbf47d9b7: Preparing [2024-09-24T10:39:53.463Z] d62a02444d39: Preparing [2024-09-24T10:39:53.463Z] 34c1a2e568b8: Waiting [2024-09-24T10:39:53.463Z] b9b6c65fcf3b: Waiting [2024-09-24T10:39:53.463Z] 00c00723fc10: Waiting [2024-09-24T10:39:53.463Z] 33887ae18038: Waiting [2024-09-24T10:39:53.463Z] 2c8f24279f52: Waiting [2024-09-24T10:39:53.463Z] d62a02444d39: Waiting [2024-09-24T10:39:53.463Z] 2fabcb5209d1: Layer already exists [2024-09-24T10:39:53.463Z] 04547b930ddc: Layer already exists [2024-09-24T10:39:53.463Z] 6c6a32b09481: Layer already exists [2024-09-24T10:39:53.463Z] c1a9bac58ca0: Layer already exists [2024-09-24T10:39:53.463Z] 4118b0787c97: Layer already exists [2024-09-24T10:39:53.463Z] 34c1a2e568b8: Layer already exists [2024-09-24T10:39:53.463Z] b9b6c65fcf3b: Layer already exists [2024-09-24T10:39:53.463Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:53.463Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:53.463Z] 33887ae18038: Layer already exists [2024-09-24T10:39:53.463Z] 66efbf47d9b7: Layer already exists [2024-09-24T10:39:53.463Z] d62a02444d39: Layer already exists [2024-09-24T10:39:53.463Z] 3.2.0-dev.81: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:53.806Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:54.136Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:54.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-24T10:39:54.136Z] 6c6a32b09481: Preparing [2024-09-24T10:39:54.136Z] 04547b930ddc: Preparing [2024-09-24T10:39:54.136Z] 4118b0787c97: Preparing [2024-09-24T10:39:54.136Z] 2fabcb5209d1: Preparing [2024-09-24T10:39:54.136Z] c1a9bac58ca0: Preparing [2024-09-24T10:39:54.136Z] 34c1a2e568b8: Preparing [2024-09-24T10:39:54.136Z] b9b6c65fcf3b: Preparing [2024-09-24T10:39:54.136Z] 2c8f24279f52: Preparing [2024-09-24T10:39:54.136Z] 00c00723fc10: Preparing [2024-09-24T10:39:54.136Z] 33887ae18038: Preparing [2024-09-24T10:39:54.136Z] 66efbf47d9b7: Preparing [2024-09-24T10:39:54.136Z] d62a02444d39: Preparing [2024-09-24T10:39:54.136Z] 34c1a2e568b8: Waiting [2024-09-24T10:39:54.136Z] b9b6c65fcf3b: Waiting [2024-09-24T10:39:54.136Z] 2c8f24279f52: Waiting [2024-09-24T10:39:54.136Z] 33887ae18038: Waiting [2024-09-24T10:39:54.136Z] 66efbf47d9b7: Waiting [2024-09-24T10:39:54.136Z] d62a02444d39: Waiting [2024-09-24T10:39:54.136Z] 00c00723fc10: Waiting [2024-09-24T10:39:54.136Z] 6c6a32b09481: Layer already exists [2024-09-24T10:39:54.136Z] 04547b930ddc: Layer already exists [2024-09-24T10:39:54.136Z] c1a9bac58ca0: Layer already exists [2024-09-24T10:39:54.136Z] 2fabcb5209d1: Layer already exists [2024-09-24T10:39:54.136Z] 4118b0787c97: Layer already exists [2024-09-24T10:39:54.136Z] b9b6c65fcf3b: Layer already exists [2024-09-24T10:39:54.136Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:54.136Z] 34c1a2e568b8: Layer already exists [2024-09-24T10:39:54.136Z] 33887ae18038: Layer already exists [2024-09-24T10:39:54.136Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:54.136Z] 66efbf47d9b7: Layer already exists [2024-09-24T10:39:54.136Z] d62a02444d39: Layer already exists [2024-09-24T10:39:54.136Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:54.464Z] + 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-24T10:39:54.790Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-09-24T10:39:54.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-09-24T10:39:54.790Z] 6c6a32b09481: Preparing [2024-09-24T10:39:54.790Z] 04547b930ddc: Preparing [2024-09-24T10:39:54.790Z] 4118b0787c97: Preparing [2024-09-24T10:39:54.790Z] 2fabcb5209d1: Preparing [2024-09-24T10:39:54.790Z] c1a9bac58ca0: Preparing [2024-09-24T10:39:54.790Z] 34c1a2e568b8: Preparing [2024-09-24T10:39:54.790Z] b9b6c65fcf3b: Preparing [2024-09-24T10:39:54.790Z] 2c8f24279f52: Preparing [2024-09-24T10:39:54.790Z] 00c00723fc10: Preparing [2024-09-24T10:39:54.790Z] 33887ae18038: Preparing [2024-09-24T10:39:54.790Z] 66efbf47d9b7: Preparing [2024-09-24T10:39:54.790Z] d62a02444d39: Preparing [2024-09-24T10:39:54.790Z] 2c8f24279f52: Waiting [2024-09-24T10:39:54.790Z] 00c00723fc10: Waiting [2024-09-24T10:39:54.790Z] 33887ae18038: Waiting [2024-09-24T10:39:54.790Z] 66efbf47d9b7: Waiting [2024-09-24T10:39:54.790Z] d62a02444d39: Waiting [2024-09-24T10:39:54.790Z] 34c1a2e568b8: Waiting [2024-09-24T10:39:54.790Z] b9b6c65fcf3b: Waiting [2024-09-24T10:39:54.790Z] 2fabcb5209d1: Layer already exists [2024-09-24T10:39:54.790Z] 04547b930ddc: Layer already exists [2024-09-24T10:39:54.790Z] 4118b0787c97: Layer already exists [2024-09-24T10:39:54.790Z] c1a9bac58ca0: Layer already exists [2024-09-24T10:39:54.790Z] 6c6a32b09481: Layer already exists [2024-09-24T10:39:54.790Z] b9b6c65fcf3b: Layer already exists [2024-09-24T10:39:54.790Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:54.790Z] 34c1a2e568b8: Layer already exists [2024-09-24T10:39:54.790Z] 33887ae18038: Layer already exists [2024-09-24T10:39:54.790Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:54.790Z] d62a02444d39: Layer already exists [2024-09-24T10:39:54.790Z] 66efbf47d9b7: Layer already exists [2024-09-24T10:39:54.790Z] main: digest: sha256:335627f0587acfed1e8f9dd86ce790520a3bd5b4980d1126a0489cc431ed5342 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:39:54.867Z] ===================================================== [Pipeline] echo [2024-09-24T10:39:54.885Z] taggedImages: [2024-09-24T10:39:54.885Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:54.885Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-09-24T10:39:54.885Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.81 [2024-09-24T10:39:54.885Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:54.885Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-09-24T10:39:54.913Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-09-24T10:39:54.913Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:54.913Z] latest [2024-09-24T10:39:54.913Z] 3.2.0-dev.81 [2024-09-24T10:39:54.913Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:54.913Z] main [2024-09-24T10:39:54.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:55.308Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:55.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:39:55.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-24T10:39:55.634Z] 9e74ac7e938c: Preparing [2024-09-24T10:39:55.634Z] 93f88041594d: Preparing [2024-09-24T10:39:55.634Z] 2c8f24279f52: Preparing [2024-09-24T10:39:55.634Z] 00c00723fc10: Preparing [2024-09-24T10:39:55.634Z] ff4cdd21d9c9: Preparing [2024-09-24T10:39:55.634Z] 3eedcb5bd72b: Preparing [2024-09-24T10:39:55.634Z] d62a02444d39: Preparing [2024-09-24T10:39:55.634Z] 3eedcb5bd72b: Waiting [2024-09-24T10:39:55.634Z] d62a02444d39: Waiting [2024-09-24T10:39:55.634Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:55.634Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:55.634Z] d62a02444d39: Layer already exists [2024-09-24T10:39:55.634Z] ff4cdd21d9c9: Pushed [2024-09-24T10:39:55.634Z] 9e74ac7e938c: Pushed [2024-09-24T10:39:56.574Z] 3eedcb5bd72b: Pushed [2024-09-24T10:39:57.517Z] 93f88041594d: Pushed [2024-09-24T10:39:57.517Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:57.848Z] + 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-24T10:39:58.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-24T10:39:58.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-24T10:39:58.177Z] 9e74ac7e938c: Preparing [2024-09-24T10:39:58.177Z] 93f88041594d: Preparing [2024-09-24T10:39:58.177Z] 2c8f24279f52: Preparing [2024-09-24T10:39:58.177Z] 00c00723fc10: Preparing [2024-09-24T10:39:58.177Z] ff4cdd21d9c9: Preparing [2024-09-24T10:39:58.177Z] 3eedcb5bd72b: Preparing [2024-09-24T10:39:58.177Z] d62a02444d39: Preparing [2024-09-24T10:39:58.177Z] 3eedcb5bd72b: Waiting [2024-09-24T10:39:58.177Z] d62a02444d39: Waiting [2024-09-24T10:39:58.177Z] ff4cdd21d9c9: Layer already exists [2024-09-24T10:39:58.177Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:58.177Z] 9e74ac7e938c: Layer already exists [2024-09-24T10:39:58.177Z] 93f88041594d: Layer already exists [2024-09-24T10:39:58.177Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:58.177Z] 3eedcb5bd72b: Layer already exists [2024-09-24T10:39:58.177Z] d62a02444d39: Layer already exists [2024-09-24T10:39:58.177Z] latest: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:58.503Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:58.841Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.81 [2024-09-24T10:39:58.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-24T10:39:58.841Z] 9e74ac7e938c: Preparing [2024-09-24T10:39:58.841Z] 93f88041594d: Preparing [2024-09-24T10:39:58.841Z] 2c8f24279f52: Preparing [2024-09-24T10:39:58.841Z] 00c00723fc10: Preparing [2024-09-24T10:39:58.841Z] ff4cdd21d9c9: Preparing [2024-09-24T10:39:58.841Z] 3eedcb5bd72b: Preparing [2024-09-24T10:39:58.841Z] d62a02444d39: Preparing [2024-09-24T10:39:58.841Z] 3eedcb5bd72b: Waiting [2024-09-24T10:39:58.841Z] d62a02444d39: Waiting [2024-09-24T10:39:58.841Z] 93f88041594d: Layer already exists [2024-09-24T10:39:58.841Z] 9e74ac7e938c: Layer already exists [2024-09-24T10:39:58.841Z] ff4cdd21d9c9: Layer already exists [2024-09-24T10:39:58.841Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:58.841Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:58.841Z] d62a02444d39: Layer already exists [2024-09-24T10:39:58.841Z] 3eedcb5bd72b: Layer already exists [2024-09-24T10:39:58.841Z] 3.2.0-dev.81: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:59.171Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:59.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:39:59.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-24T10:39:59.485Z] 9e74ac7e938c: Preparing [2024-09-24T10:39:59.485Z] 93f88041594d: Preparing [2024-09-24T10:39:59.485Z] 2c8f24279f52: Preparing [2024-09-24T10:39:59.485Z] 00c00723fc10: Preparing [2024-09-24T10:39:59.485Z] ff4cdd21d9c9: Preparing [2024-09-24T10:39:59.485Z] 3eedcb5bd72b: Preparing [2024-09-24T10:39:59.485Z] d62a02444d39: Preparing [2024-09-24T10:39:59.485Z] d62a02444d39: Waiting [2024-09-24T10:39:59.485Z] 3eedcb5bd72b: Waiting [2024-09-24T10:39:59.485Z] ff4cdd21d9c9: Layer already exists [2024-09-24T10:39:59.485Z] 00c00723fc10: Layer already exists [2024-09-24T10:39:59.485Z] 93f88041594d: Layer already exists [2024-09-24T10:39:59.485Z] 9e74ac7e938c: Layer already exists [2024-09-24T10:39:59.485Z] 2c8f24279f52: Layer already exists [2024-09-24T10:39:59.485Z] d62a02444d39: Layer already exists [2024-09-24T10:39:59.485Z] 3eedcb5bd72b: Layer already exists [2024-09-24T10:39:59.485Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:39:59.809Z] + 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-24T10:40:00.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-09-24T10:40:00.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-09-24T10:40:00.145Z] 9e74ac7e938c: Preparing [2024-09-24T10:40:00.145Z] 93f88041594d: Preparing [2024-09-24T10:40:00.145Z] 2c8f24279f52: Preparing [2024-09-24T10:40:00.145Z] 00c00723fc10: Preparing [2024-09-24T10:40:00.145Z] ff4cdd21d9c9: Preparing [2024-09-24T10:40:00.145Z] 3eedcb5bd72b: Preparing [2024-09-24T10:40:00.145Z] d62a02444d39: Preparing [2024-09-24T10:40:00.145Z] 3eedcb5bd72b: Waiting [2024-09-24T10:40:00.145Z] d62a02444d39: Waiting [2024-09-24T10:40:00.145Z] 93f88041594d: Layer already exists [2024-09-24T10:40:00.145Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:00.145Z] ff4cdd21d9c9: Layer already exists [2024-09-24T10:40:00.145Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:00.145Z] 9e74ac7e938c: Layer already exists [2024-09-24T10:40:00.145Z] 3eedcb5bd72b: Layer already exists [2024-09-24T10:40:00.145Z] d62a02444d39: Layer already exists [2024-09-24T10:40:00.145Z] main: digest: sha256:dd75fa667bce1fd55ea8d76ae497ab7824709961ea7425afdd5ef44294ed6e38 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:00.220Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:00.236Z] taggedImages: [2024-09-24T10:40:00.236Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:00.236Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-09-24T10:40:00.236Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.81 [2024-09-24T10:40:00.236Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:00.236Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-09-24T10:40:00.258Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-09-24T10:40:00.258Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:00.258Z] latest [2024-09-24T10:40:00.258Z] 3.2.0-dev.81 [2024-09-24T10:40:00.258Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:00.258Z] main [2024-09-24T10:40:00.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:00.873Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:01.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:01.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-24T10:40:01.203Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:01.203Z] 9c70e3456fab: Preparing [2024-09-24T10:40:01.203Z] b1852f189dcf: Preparing [2024-09-24T10:40:01.203Z] 2c8f24279f52: Preparing [2024-09-24T10:40:01.203Z] 00c00723fc10: Preparing [2024-09-24T10:40:01.203Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:01.203Z] 0d0006429136: Preparing [2024-09-24T10:40:01.203Z] abf113695fdf: Preparing [2024-09-24T10:40:01.203Z] 2c5faf263c54: Preparing [2024-09-24T10:40:01.203Z] d62a02444d39: Preparing [2024-09-24T10:40:01.203Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:01.203Z] abf113695fdf: Waiting [2024-09-24T10:40:01.203Z] 0d0006429136: Waiting [2024-09-24T10:40:01.203Z] 2c5faf263c54: Waiting [2024-09-24T10:40:01.203Z] d62a02444d39: Waiting [2024-09-24T10:40:01.203Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:01.203Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:01.203Z] 0eae9ff096bd: Pushed [2024-09-24T10:40:01.203Z] 9c70e3456fab: Pushed [2024-09-24T10:40:01.203Z] b1852f189dcf: Pushed [2024-09-24T10:40:01.203Z] d62a02444d39: Layer already exists [2024-09-24T10:40:01.203Z] abf113695fdf: Pushed [2024-09-24T10:40:01.775Z] 2c5faf263c54: Pushed [2024-09-24T10:40:07.061Z] 0d0006429136: Pushed [2024-09-24T10:40:12.510Z] 0bfda12a33e5: Pushed [2024-09-24T10:40:12.510Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:12.835Z] + 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-24T10:40:13.152Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-24T10:40:13.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-24T10:40:13.152Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:13.152Z] 9c70e3456fab: Preparing [2024-09-24T10:40:13.152Z] b1852f189dcf: Preparing [2024-09-24T10:40:13.152Z] 2c8f24279f52: Preparing [2024-09-24T10:40:13.152Z] 00c00723fc10: Preparing [2024-09-24T10:40:13.152Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:13.152Z] 0d0006429136: Preparing [2024-09-24T10:40:13.152Z] abf113695fdf: Preparing [2024-09-24T10:40:13.152Z] 2c5faf263c54: Preparing [2024-09-24T10:40:13.152Z] d62a02444d39: Preparing [2024-09-24T10:40:13.152Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:13.152Z] 0d0006429136: Waiting [2024-09-24T10:40:13.152Z] abf113695fdf: Waiting [2024-09-24T10:40:13.152Z] 2c5faf263c54: Waiting [2024-09-24T10:40:13.152Z] d62a02444d39: Waiting [2024-09-24T10:40:13.152Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:13.152Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:13.152Z] b1852f189dcf: Layer already exists [2024-09-24T10:40:13.152Z] 9c70e3456fab: Layer already exists [2024-09-24T10:40:13.152Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:13.152Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:13.152Z] 0d0006429136: Layer already exists [2024-09-24T10:40:13.152Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:13.152Z] d62a02444d39: Layer already exists [2024-09-24T10:40:13.152Z] abf113695fdf: Layer already exists [2024-09-24T10:40:13.152Z] latest: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:13.477Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:13.807Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.81 [2024-09-24T10:40:13.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-24T10:40:13.807Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:13.807Z] 9c70e3456fab: Preparing [2024-09-24T10:40:13.807Z] b1852f189dcf: Preparing [2024-09-24T10:40:13.807Z] 2c8f24279f52: Preparing [2024-09-24T10:40:13.807Z] 00c00723fc10: Preparing [2024-09-24T10:40:13.807Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:13.807Z] 0d0006429136: Preparing [2024-09-24T10:40:13.807Z] abf113695fdf: Preparing [2024-09-24T10:40:13.807Z] 2c5faf263c54: Preparing [2024-09-24T10:40:13.808Z] d62a02444d39: Preparing [2024-09-24T10:40:13.808Z] abf113695fdf: Waiting [2024-09-24T10:40:13.808Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:13.808Z] 2c5faf263c54: Waiting [2024-09-24T10:40:13.808Z] 0d0006429136: Waiting [2024-09-24T10:40:13.808Z] d62a02444d39: Waiting [2024-09-24T10:40:13.808Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:13.808Z] 9c70e3456fab: Layer already exists [2024-09-24T10:40:13.808Z] b1852f189dcf: Layer already exists [2024-09-24T10:40:13.808Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:13.808Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:13.808Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:13.808Z] 0d0006429136: Layer already exists [2024-09-24T10:40:13.808Z] abf113695fdf: Layer already exists [2024-09-24T10:40:13.808Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:13.808Z] d62a02444d39: Layer already exists [2024-09-24T10:40:13.808Z] 3.2.0-dev.81: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:14.135Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:14.455Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:14.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-24T10:40:14.455Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:14.455Z] 9c70e3456fab: Preparing [2024-09-24T10:40:14.455Z] b1852f189dcf: Preparing [2024-09-24T10:40:14.455Z] 2c8f24279f52: Preparing [2024-09-24T10:40:14.455Z] 00c00723fc10: Preparing [2024-09-24T10:40:14.455Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:14.455Z] 0d0006429136: Preparing [2024-09-24T10:40:14.455Z] abf113695fdf: Preparing [2024-09-24T10:40:14.455Z] 2c5faf263c54: Preparing [2024-09-24T10:40:14.455Z] d62a02444d39: Preparing [2024-09-24T10:40:14.455Z] 0d0006429136: Waiting [2024-09-24T10:40:14.455Z] abf113695fdf: Waiting [2024-09-24T10:40:14.455Z] 2c5faf263c54: Waiting [2024-09-24T10:40:14.455Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:14.455Z] d62a02444d39: Waiting [2024-09-24T10:40:14.455Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:14.455Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:14.455Z] b1852f189dcf: Layer already exists [2024-09-24T10:40:14.455Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:14.455Z] 9c70e3456fab: Layer already exists [2024-09-24T10:40:14.455Z] 0d0006429136: Layer already exists [2024-09-24T10:40:14.455Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:14.455Z] abf113695fdf: Layer already exists [2024-09-24T10:40:14.455Z] d62a02444d39: Layer already exists [2024-09-24T10:40:14.455Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:14.455Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:14.793Z] + 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-24T10:40:15.113Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-09-24T10:40:15.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-09-24T10:40:15.113Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:15.113Z] 9c70e3456fab: Preparing [2024-09-24T10:40:15.113Z] b1852f189dcf: Preparing [2024-09-24T10:40:15.113Z] 2c8f24279f52: Preparing [2024-09-24T10:40:15.113Z] 00c00723fc10: Preparing [2024-09-24T10:40:15.113Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:15.113Z] 0d0006429136: Preparing [2024-09-24T10:40:15.113Z] abf113695fdf: Preparing [2024-09-24T10:40:15.113Z] 2c5faf263c54: Preparing [2024-09-24T10:40:15.113Z] d62a02444d39: Preparing [2024-09-24T10:40:15.113Z] 0d0006429136: Waiting [2024-09-24T10:40:15.113Z] abf113695fdf: Waiting [2024-09-24T10:40:15.113Z] 2c5faf263c54: Waiting [2024-09-24T10:40:15.113Z] d62a02444d39: Waiting [2024-09-24T10:40:15.113Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:15.113Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:15.113Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:15.113Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:15.113Z] b1852f189dcf: Layer already exists [2024-09-24T10:40:15.113Z] 9c70e3456fab: Layer already exists [2024-09-24T10:40:15.113Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:15.113Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:15.113Z] 0d0006429136: Layer already exists [2024-09-24T10:40:15.113Z] d62a02444d39: Layer already exists [2024-09-24T10:40:15.113Z] abf113695fdf: Layer already exists [2024-09-24T10:40:15.113Z] main: digest: sha256:701196ecbe841c0de2c7d80a569a395ba2a9db35e444d2cee72c588228c4fed8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:15.186Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:15.203Z] taggedImages: [2024-09-24T10:40:15.203Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:15.203Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-09-24T10:40:15.203Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.81 [2024-09-24T10:40:15.203Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:15.203Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-09-24T10:40:15.234Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-09-24T10:40:15.234Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:15.234Z] latest [2024-09-24T10:40:15.234Z] 3.2.0-dev.81 [2024-09-24T10:40:15.234Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:15.234Z] main [2024-09-24T10:40:15.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:15.586Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:15.920Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:15.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-24T10:40:15.920Z] b8b614e70b98: Preparing [2024-09-24T10:40:15.920Z] 066c002ac259: Preparing [2024-09-24T10:40:15.920Z] f74a8241cb4c: Preparing [2024-09-24T10:40:15.920Z] 2c8f24279f52: Preparing [2024-09-24T10:40:15.920Z] 00c00723fc10: Preparing [2024-09-24T10:40:15.920Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:15.920Z] 3fc1dc7f7731: Preparing [2024-09-24T10:40:15.920Z] 653a08dd9b18: Preparing [2024-09-24T10:40:15.920Z] d62a02444d39: Preparing [2024-09-24T10:40:15.920Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:15.920Z] 3fc1dc7f7731: Waiting [2024-09-24T10:40:15.920Z] 653a08dd9b18: Waiting [2024-09-24T10:40:15.920Z] d62a02444d39: Waiting [2024-09-24T10:40:15.920Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:15.920Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:15.920Z] 066c002ac259: Pushed [2024-09-24T10:40:15.920Z] f74a8241cb4c: Pushed [2024-09-24T10:40:15.920Z] b8b614e70b98: Pushed [2024-09-24T10:40:15.920Z] 3fc1dc7f7731: Pushed [2024-09-24T10:40:15.920Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:16.184Z] d62a02444d39: Layer already exists [2024-09-24T10:40:16.184Z] 653a08dd9b18: Pushed [2024-09-24T10:40:16.444Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:16.764Z] + 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-24T10:40:17.084Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-24T10:40:17.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-24T10:40:17.084Z] b8b614e70b98: Preparing [2024-09-24T10:40:17.084Z] 066c002ac259: Preparing [2024-09-24T10:40:17.084Z] f74a8241cb4c: Preparing [2024-09-24T10:40:17.084Z] 2c8f24279f52: Preparing [2024-09-24T10:40:17.084Z] 00c00723fc10: Preparing [2024-09-24T10:40:17.084Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:17.084Z] 3fc1dc7f7731: Preparing [2024-09-24T10:40:17.084Z] 653a08dd9b18: Preparing [2024-09-24T10:40:17.084Z] d62a02444d39: Preparing [2024-09-24T10:40:17.084Z] 3fc1dc7f7731: Waiting [2024-09-24T10:40:17.084Z] 653a08dd9b18: Waiting [2024-09-24T10:40:17.084Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:17.084Z] d62a02444d39: Waiting [2024-09-24T10:40:17.084Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:17.084Z] 066c002ac259: Layer already exists [2024-09-24T10:40:17.084Z] b8b614e70b98: Layer already exists [2024-09-24T10:40:17.084Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:17.084Z] f74a8241cb4c: Layer already exists [2024-09-24T10:40:17.084Z] 3fc1dc7f7731: Layer already exists [2024-09-24T10:40:17.084Z] 653a08dd9b18: Layer already exists [2024-09-24T10:40:17.084Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:17.084Z] d62a02444d39: Layer already exists [2024-09-24T10:40:17.084Z] latest: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:17.411Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:17.741Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.81 [2024-09-24T10:40:17.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-24T10:40:17.741Z] b8b614e70b98: Preparing [2024-09-24T10:40:17.741Z] 066c002ac259: Preparing [2024-09-24T10:40:17.741Z] f74a8241cb4c: Preparing [2024-09-24T10:40:17.741Z] 2c8f24279f52: Preparing [2024-09-24T10:40:17.741Z] 00c00723fc10: Preparing [2024-09-24T10:40:17.741Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:17.741Z] 3fc1dc7f7731: Preparing [2024-09-24T10:40:17.741Z] 653a08dd9b18: Preparing [2024-09-24T10:40:17.741Z] d62a02444d39: Preparing [2024-09-24T10:40:17.741Z] 3fc1dc7f7731: Waiting [2024-09-24T10:40:17.741Z] 653a08dd9b18: Waiting [2024-09-24T10:40:17.741Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:17.741Z] d62a02444d39: Waiting [2024-09-24T10:40:17.741Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:17.741Z] b8b614e70b98: Layer already exists [2024-09-24T10:40:17.741Z] 066c002ac259: Layer already exists [2024-09-24T10:40:17.741Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:17.741Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:17.741Z] d62a02444d39: Layer already exists [2024-09-24T10:40:17.741Z] f74a8241cb4c: Layer already exists [2024-09-24T10:40:17.741Z] 3fc1dc7f7731: Layer already exists [2024-09-24T10:40:17.741Z] 653a08dd9b18: Layer already exists [2024-09-24T10:40:17.741Z] 3.2.0-dev.81: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:18.158Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:18.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:18.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-24T10:40:18.479Z] b8b614e70b98: Preparing [2024-09-24T10:40:18.479Z] 066c002ac259: Preparing [2024-09-24T10:40:18.479Z] f74a8241cb4c: Preparing [2024-09-24T10:40:18.479Z] 2c8f24279f52: Preparing [2024-09-24T10:40:18.479Z] 00c00723fc10: Preparing [2024-09-24T10:40:18.479Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:18.479Z] 3fc1dc7f7731: Preparing [2024-09-24T10:40:18.479Z] 653a08dd9b18: Preparing [2024-09-24T10:40:18.479Z] d62a02444d39: Preparing [2024-09-24T10:40:18.479Z] 3fc1dc7f7731: Waiting [2024-09-24T10:40:18.479Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:18.479Z] 653a08dd9b18: Waiting [2024-09-24T10:40:18.479Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:18.479Z] b8b614e70b98: Layer already exists [2024-09-24T10:40:18.479Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:18.479Z] f74a8241cb4c: Layer already exists [2024-09-24T10:40:18.479Z] 066c002ac259: Layer already exists [2024-09-24T10:40:18.479Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:18.479Z] 3fc1dc7f7731: Layer already exists [2024-09-24T10:40:18.479Z] 653a08dd9b18: Layer already exists [2024-09-24T10:40:18.479Z] d62a02444d39: Layer already exists [2024-09-24T10:40:18.479Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:18.805Z] + 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-24T10:40:19.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-09-24T10:40:19.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-09-24T10:40:19.112Z] b8b614e70b98: Preparing [2024-09-24T10:40:19.112Z] 066c002ac259: Preparing [2024-09-24T10:40:19.112Z] f74a8241cb4c: Preparing [2024-09-24T10:40:19.112Z] 2c8f24279f52: Preparing [2024-09-24T10:40:19.112Z] 00c00723fc10: Preparing [2024-09-24T10:40:19.112Z] 0bfda12a33e5: Preparing [2024-09-24T10:40:19.112Z] 3fc1dc7f7731: Preparing [2024-09-24T10:40:19.112Z] 653a08dd9b18: Preparing [2024-09-24T10:40:19.112Z] d62a02444d39: Preparing [2024-09-24T10:40:19.112Z] d62a02444d39: Waiting [2024-09-24T10:40:19.112Z] 0bfda12a33e5: Waiting [2024-09-24T10:40:19.112Z] 653a08dd9b18: Waiting [2024-09-24T10:40:19.112Z] b8b614e70b98: Layer already exists [2024-09-24T10:40:19.112Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:19.112Z] 066c002ac259: Layer already exists [2024-09-24T10:40:19.112Z] f74a8241cb4c: Layer already exists [2024-09-24T10:40:19.112Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:19.112Z] 3fc1dc7f7731: Layer already exists [2024-09-24T10:40:19.112Z] 0bfda12a33e5: Layer already exists [2024-09-24T10:40:19.112Z] d62a02444d39: Layer already exists [2024-09-24T10:40:19.112Z] 653a08dd9b18: Layer already exists [2024-09-24T10:40:19.112Z] main: digest: sha256:b28892a31aaa3463e22783c51cc42634bcc7a3d17d814598296fa509fce09c1f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:19.190Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:19.201Z] taggedImages: [2024-09-24T10:40:19.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:19.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-09-24T10:40:19.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.81 [2024-09-24T10:40:19.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:19.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-09-24T10:40:19.223Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-09-24T10:40:19.223Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:19.223Z] latest [2024-09-24T10:40:19.223Z] 3.2.0-dev.81 [2024-09-24T10:40:19.223Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:19.223Z] main [2024-09-24T10:40:19.223Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:19.574Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:19.900Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:19.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-24T10:40:19.900Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:19.900Z] 4f67edfba2de: Preparing [2024-09-24T10:40:19.900Z] 5156b5bf59b5: Preparing [2024-09-24T10:40:19.900Z] 2c8f24279f52: Preparing [2024-09-24T10:40:19.900Z] 00c00723fc10: Preparing [2024-09-24T10:40:19.900Z] eaed4406939a: Preparing [2024-09-24T10:40:19.900Z] abf113695fdf: Preparing [2024-09-24T10:40:19.900Z] 2c5faf263c54: Preparing [2024-09-24T10:40:19.900Z] d62a02444d39: Preparing [2024-09-24T10:40:19.900Z] eaed4406939a: Waiting [2024-09-24T10:40:19.900Z] 2c5faf263c54: Waiting [2024-09-24T10:40:19.900Z] abf113695fdf: Waiting [2024-09-24T10:40:19.900Z] 4f67edfba2de: Pushed [2024-09-24T10:40:19.900Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:19.900Z] 5156b5bf59b5: Pushed [2024-09-24T10:40:19.900Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:19.900Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:19.900Z] abf113695fdf: Layer already exists [2024-09-24T10:40:19.900Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:19.900Z] d62a02444d39: Layer already exists [2024-09-24T10:40:29.963Z] eaed4406939a: Pushed [2024-09-24T10:40:29.963Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:30.287Z] + 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-24T10:40:30.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-24T10:40:30.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-24T10:40:30.614Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:30.614Z] 4f67edfba2de: Preparing [2024-09-24T10:40:30.614Z] 5156b5bf59b5: Preparing [2024-09-24T10:40:30.614Z] 2c8f24279f52: Preparing [2024-09-24T10:40:30.614Z] 00c00723fc10: Preparing [2024-09-24T10:40:30.614Z] eaed4406939a: Preparing [2024-09-24T10:40:30.614Z] abf113695fdf: Preparing [2024-09-24T10:40:30.614Z] 2c5faf263c54: Preparing [2024-09-24T10:40:30.614Z] d62a02444d39: Preparing [2024-09-24T10:40:30.614Z] abf113695fdf: Waiting [2024-09-24T10:40:30.614Z] eaed4406939a: Waiting [2024-09-24T10:40:30.614Z] 2c5faf263c54: Waiting [2024-09-24T10:40:30.614Z] d62a02444d39: Waiting [2024-09-24T10:40:30.614Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:30.614Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:30.614Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:30.614Z] 4f67edfba2de: Layer already exists [2024-09-24T10:40:30.614Z] 5156b5bf59b5: Layer already exists [2024-09-24T10:40:30.614Z] abf113695fdf: Layer already exists [2024-09-24T10:40:30.614Z] eaed4406939a: Layer already exists [2024-09-24T10:40:30.614Z] d62a02444d39: Layer already exists [2024-09-24T10:40:30.614Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:30.614Z] latest: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:30.945Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:31.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.81 [2024-09-24T10:40:31.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-24T10:40:31.271Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:31.271Z] 4f67edfba2de: Preparing [2024-09-24T10:40:31.271Z] 5156b5bf59b5: Preparing [2024-09-24T10:40:31.271Z] 2c8f24279f52: Preparing [2024-09-24T10:40:31.271Z] 00c00723fc10: Preparing [2024-09-24T10:40:31.271Z] eaed4406939a: Preparing [2024-09-24T10:40:31.271Z] abf113695fdf: Preparing [2024-09-24T10:40:31.271Z] 2c5faf263c54: Preparing [2024-09-24T10:40:31.271Z] d62a02444d39: Preparing [2024-09-24T10:40:31.271Z] eaed4406939a: Waiting [2024-09-24T10:40:31.271Z] abf113695fdf: Waiting [2024-09-24T10:40:31.271Z] 2c5faf263c54: Waiting [2024-09-24T10:40:31.271Z] d62a02444d39: Waiting [2024-09-24T10:40:31.271Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:31.271Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:31.271Z] 4f67edfba2de: Layer already exists [2024-09-24T10:40:31.271Z] 5156b5bf59b5: Layer already exists [2024-09-24T10:40:31.271Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:31.271Z] eaed4406939a: Layer already exists [2024-09-24T10:40:31.271Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:31.271Z] abf113695fdf: Layer already exists [2024-09-24T10:40:31.271Z] d62a02444d39: Layer already exists [2024-09-24T10:40:31.271Z] 3.2.0-dev.81: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:31.597Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:31.918Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:31.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-24T10:40:31.918Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:31.918Z] 4f67edfba2de: Preparing [2024-09-24T10:40:31.918Z] 5156b5bf59b5: Preparing [2024-09-24T10:40:31.918Z] 2c8f24279f52: Preparing [2024-09-24T10:40:31.918Z] 00c00723fc10: Preparing [2024-09-24T10:40:31.918Z] eaed4406939a: Preparing [2024-09-24T10:40:31.918Z] abf113695fdf: Preparing [2024-09-24T10:40:31.918Z] 2c5faf263c54: Preparing [2024-09-24T10:40:31.918Z] d62a02444d39: Preparing [2024-09-24T10:40:31.918Z] eaed4406939a: Waiting [2024-09-24T10:40:31.918Z] abf113695fdf: Waiting [2024-09-24T10:40:31.918Z] 2c5faf263c54: Waiting [2024-09-24T10:40:31.918Z] d62a02444d39: Waiting [2024-09-24T10:40:31.918Z] 5156b5bf59b5: Layer already exists [2024-09-24T10:40:31.918Z] 4f67edfba2de: Layer already exists [2024-09-24T10:40:31.918Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:31.918Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:31.918Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:31.918Z] abf113695fdf: Layer already exists [2024-09-24T10:40:31.918Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:31.918Z] eaed4406939a: Layer already exists [2024-09-24T10:40:31.918Z] d62a02444d39: Layer already exists [2024-09-24T10:40:31.918Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:32.248Z] + 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-24T10:40:32.582Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-09-24T10:40:32.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-09-24T10:40:32.582Z] 0eae9ff096bd: Preparing [2024-09-24T10:40:32.582Z] 4f67edfba2de: Preparing [2024-09-24T10:40:32.582Z] 5156b5bf59b5: Preparing [2024-09-24T10:40:32.582Z] 2c8f24279f52: Preparing [2024-09-24T10:40:32.582Z] 00c00723fc10: Preparing [2024-09-24T10:40:32.582Z] eaed4406939a: Preparing [2024-09-24T10:40:32.582Z] abf113695fdf: Preparing [2024-09-24T10:40:32.582Z] 2c5faf263c54: Preparing [2024-09-24T10:40:32.582Z] d62a02444d39: Preparing [2024-09-24T10:40:32.582Z] eaed4406939a: Waiting [2024-09-24T10:40:32.582Z] d62a02444d39: Waiting [2024-09-24T10:40:32.582Z] abf113695fdf: Waiting [2024-09-24T10:40:32.582Z] 2c5faf263c54: Waiting [2024-09-24T10:40:32.582Z] 0eae9ff096bd: Layer already exists [2024-09-24T10:40:32.582Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:32.582Z] 4f67edfba2de: Layer already exists [2024-09-24T10:40:32.582Z] 5156b5bf59b5: Layer already exists [2024-09-24T10:40:32.582Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:32.582Z] abf113695fdf: Layer already exists [2024-09-24T10:40:32.582Z] eaed4406939a: Layer already exists [2024-09-24T10:40:32.582Z] 2c5faf263c54: Layer already exists [2024-09-24T10:40:32.582Z] d62a02444d39: Layer already exists [2024-09-24T10:40:32.582Z] main: digest: sha256:64c197246dfd5fe6854f9156172cbf2c87d781be4d12a5f6d89e861c6d8596a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:32.670Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:32.688Z] taggedImages: [2024-09-24T10:40:32.688Z] - nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:32.688Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-09-24T10:40:32.688Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.81 [2024-09-24T10:40:32.688Z] - nexus3.edgexfoundry.org:10004/security-spire-server:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:32.688Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-09-24T10:40:32.724Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-09-24T10:40:32.724Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:32.724Z] latest [2024-09-24T10:40:32.724Z] 3.2.0-dev.81 [2024-09-24T10:40:32.724Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:32.724Z] main [2024-09-24T10:40:32.724Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:33.086Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:33.405Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:33.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-24T10:40:33.405Z] c82f539a97b7: Preparing [2024-09-24T10:40:33.405Z] 753834b3132f: Preparing [2024-09-24T10:40:33.405Z] 2c8f24279f52: Preparing [2024-09-24T10:40:33.405Z] 00c00723fc10: Preparing [2024-09-24T10:40:33.405Z] ce0e7c76b647: Preparing [2024-09-24T10:40:33.405Z] e95bbcd8c7f2: Preparing [2024-09-24T10:40:33.405Z] d62a02444d39: Preparing [2024-09-24T10:40:33.405Z] e95bbcd8c7f2: Waiting [2024-09-24T10:40:33.405Z] d62a02444d39: Waiting [2024-09-24T10:40:33.405Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:33.405Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:33.405Z] d62a02444d39: Layer already exists [2024-09-24T10:40:33.405Z] c82f539a97b7: Pushed [2024-09-24T10:40:33.405Z] ce0e7c76b647: Pushed [2024-09-24T10:40:33.662Z] e95bbcd8c7f2: Pushed [2024-09-24T10:40:36.950Z] 753834b3132f: Pushed [2024-09-24T10:40:36.950Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:37.290Z] + 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-24T10:40:37.618Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-24T10:40:37.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-24T10:40:37.618Z] c82f539a97b7: Preparing [2024-09-24T10:40:37.618Z] 753834b3132f: Preparing [2024-09-24T10:40:37.618Z] 2c8f24279f52: Preparing [2024-09-24T10:40:37.618Z] 00c00723fc10: Preparing [2024-09-24T10:40:37.618Z] ce0e7c76b647: Preparing [2024-09-24T10:40:37.618Z] e95bbcd8c7f2: Preparing [2024-09-24T10:40:37.618Z] d62a02444d39: Preparing [2024-09-24T10:40:37.618Z] d62a02444d39: Waiting [2024-09-24T10:40:37.618Z] e95bbcd8c7f2: Waiting [2024-09-24T10:40:37.618Z] 753834b3132f: Layer already exists [2024-09-24T10:40:37.618Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:37.618Z] ce0e7c76b647: Layer already exists [2024-09-24T10:40:37.618Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:37.618Z] c82f539a97b7: Layer already exists [2024-09-24T10:40:37.618Z] e95bbcd8c7f2: Layer already exists [2024-09-24T10:40:37.618Z] d62a02444d39: Layer already exists [2024-09-24T10:40:37.618Z] latest: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:37.934Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:38.249Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.81 [2024-09-24T10:40:38.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-24T10:40:38.249Z] c82f539a97b7: Preparing [2024-09-24T10:40:38.249Z] 753834b3132f: Preparing [2024-09-24T10:40:38.249Z] 2c8f24279f52: Preparing [2024-09-24T10:40:38.249Z] 00c00723fc10: Preparing [2024-09-24T10:40:38.249Z] ce0e7c76b647: Preparing [2024-09-24T10:40:38.249Z] e95bbcd8c7f2: Preparing [2024-09-24T10:40:38.249Z] d62a02444d39: Preparing [2024-09-24T10:40:38.249Z] e95bbcd8c7f2: Waiting [2024-09-24T10:40:38.249Z] d62a02444d39: Waiting [2024-09-24T10:40:38.249Z] c82f539a97b7: Layer already exists [2024-09-24T10:40:38.249Z] ce0e7c76b647: Layer already exists [2024-09-24T10:40:38.249Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:38.249Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:38.249Z] 753834b3132f: Layer already exists [2024-09-24T10:40:38.249Z] e95bbcd8c7f2: Layer already exists [2024-09-24T10:40:38.249Z] d62a02444d39: Layer already exists [2024-09-24T10:40:38.249Z] 3.2.0-dev.81: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:38.581Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:38.897Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:38.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-24T10:40:38.897Z] c82f539a97b7: Preparing [2024-09-24T10:40:38.897Z] 753834b3132f: Preparing [2024-09-24T10:40:38.897Z] 2c8f24279f52: Preparing [2024-09-24T10:40:38.897Z] 00c00723fc10: Preparing [2024-09-24T10:40:38.897Z] ce0e7c76b647: Preparing [2024-09-24T10:40:38.897Z] e95bbcd8c7f2: Preparing [2024-09-24T10:40:38.897Z] d62a02444d39: Preparing [2024-09-24T10:40:38.897Z] e95bbcd8c7f2: Waiting [2024-09-24T10:40:38.897Z] d62a02444d39: Waiting [2024-09-24T10:40:38.897Z] 753834b3132f: Layer already exists [2024-09-24T10:40:38.897Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:38.897Z] ce0e7c76b647: Layer already exists [2024-09-24T10:40:38.897Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:38.897Z] c82f539a97b7: Layer already exists [2024-09-24T10:40:38.897Z] e95bbcd8c7f2: Layer already exists [2024-09-24T10:40:38.897Z] d62a02444d39: Layer already exists [2024-09-24T10:40:38.897Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:39.224Z] + 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-24T10:40:39.539Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-09-24T10:40:39.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-09-24T10:40:39.539Z] c82f539a97b7: Preparing [2024-09-24T10:40:39.539Z] 753834b3132f: Preparing [2024-09-24T10:40:39.539Z] 2c8f24279f52: Preparing [2024-09-24T10:40:39.539Z] 00c00723fc10: Preparing [2024-09-24T10:40:39.539Z] ce0e7c76b647: Preparing [2024-09-24T10:40:39.539Z] e95bbcd8c7f2: Preparing [2024-09-24T10:40:39.539Z] d62a02444d39: Preparing [2024-09-24T10:40:39.539Z] d62a02444d39: Waiting [2024-09-24T10:40:39.539Z] e95bbcd8c7f2: Waiting [2024-09-24T10:40:39.539Z] ce0e7c76b647: Layer already exists [2024-09-24T10:40:39.539Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:39.539Z] c82f539a97b7: Layer already exists [2024-09-24T10:40:39.539Z] 753834b3132f: Layer already exists [2024-09-24T10:40:39.539Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:39.539Z] e95bbcd8c7f2: Layer already exists [2024-09-24T10:40:39.539Z] d62a02444d39: Layer already exists [2024-09-24T10:40:39.539Z] main: digest: sha256:abdf6cddd4ff220823cdffe463e9e23ad9512c2ea1579e1a80ffc338a39e3982 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:39.612Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:39.627Z] taggedImages: [2024-09-24T10:40:39.627Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:39.627Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-09-24T10:40:39.627Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.81 [2024-09-24T10:40:39.627Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:39.627Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-09-24T10:40:39.658Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-09-24T10:40:39.658Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:39.658Z] latest [2024-09-24T10:40:39.658Z] 3.2.0-dev.81 [2024-09-24T10:40:39.658Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:39.658Z] main [2024-09-24T10:40:39.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:40.004Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:40.325Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:40.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-24T10:40:40.325Z] b528fb63717e: Preparing [2024-09-24T10:40:40.325Z] 50f5a481b411: Preparing [2024-09-24T10:40:40.325Z] cf051087ad5a: Preparing [2024-09-24T10:40:40.325Z] 2c8f24279f52: Preparing [2024-09-24T10:40:40.325Z] 00c00723fc10: Preparing [2024-09-24T10:40:40.325Z] ce9f1da6200e: Preparing [2024-09-24T10:40:40.325Z] 47f3a8967f62: Preparing [2024-09-24T10:40:40.325Z] d62a02444d39: Preparing [2024-09-24T10:40:40.325Z] d62a02444d39: Waiting [2024-09-24T10:40:40.325Z] ce9f1da6200e: Waiting [2024-09-24T10:40:40.325Z] 47f3a8967f62: Waiting [2024-09-24T10:40:40.325Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:40.325Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:40.325Z] 50f5a481b411: Pushed [2024-09-24T10:40:40.325Z] b528fb63717e: Pushed [2024-09-24T10:40:40.325Z] ce9f1da6200e: Pushed [2024-09-24T10:40:40.325Z] d62a02444d39: Layer already exists [2024-09-24T10:40:40.325Z] 47f3a8967f62: Pushed [2024-09-24T10:40:43.613Z] cf051087ad5a: Pushed [2024-09-24T10:40:43.613Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:43.935Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:44.252Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-24T10:40:44.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-24T10:40:44.252Z] b528fb63717e: Preparing [2024-09-24T10:40:44.252Z] 50f5a481b411: Preparing [2024-09-24T10:40:44.252Z] cf051087ad5a: Preparing [2024-09-24T10:40:44.252Z] 2c8f24279f52: Preparing [2024-09-24T10:40:44.252Z] 00c00723fc10: Preparing [2024-09-24T10:40:44.252Z] ce9f1da6200e: Preparing [2024-09-24T10:40:44.252Z] 47f3a8967f62: Preparing [2024-09-24T10:40:44.252Z] d62a02444d39: Preparing [2024-09-24T10:40:44.252Z] 47f3a8967f62: Waiting [2024-09-24T10:40:44.252Z] d62a02444d39: Waiting [2024-09-24T10:40:44.252Z] ce9f1da6200e: Waiting [2024-09-24T10:40:44.252Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:44.252Z] cf051087ad5a: Layer already exists [2024-09-24T10:40:44.252Z] 50f5a481b411: Layer already exists [2024-09-24T10:40:44.252Z] b528fb63717e: Layer already exists [2024-09-24T10:40:44.252Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:44.252Z] ce9f1da6200e: Layer already exists [2024-09-24T10:40:44.252Z] 47f3a8967f62: Layer already exists [2024-09-24T10:40:44.252Z] d62a02444d39: Layer already exists [2024-09-24T10:40:44.252Z] latest: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:44.567Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:44.889Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.81 [2024-09-24T10:40:44.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-24T10:40:44.889Z] b528fb63717e: Preparing [2024-09-24T10:40:44.889Z] 50f5a481b411: Preparing [2024-09-24T10:40:44.889Z] cf051087ad5a: Preparing [2024-09-24T10:40:44.889Z] 2c8f24279f52: Preparing [2024-09-24T10:40:44.889Z] 00c00723fc10: Preparing [2024-09-24T10:40:44.889Z] ce9f1da6200e: Preparing [2024-09-24T10:40:44.889Z] 47f3a8967f62: Preparing [2024-09-24T10:40:44.889Z] d62a02444d39: Preparing [2024-09-24T10:40:44.889Z] 47f3a8967f62: Waiting [2024-09-24T10:40:44.889Z] d62a02444d39: Waiting [2024-09-24T10:40:44.889Z] ce9f1da6200e: Waiting [2024-09-24T10:40:44.889Z] 50f5a481b411: Layer already exists [2024-09-24T10:40:44.889Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:44.889Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:44.889Z] b528fb63717e: Layer already exists [2024-09-24T10:40:44.889Z] cf051087ad5a: Layer already exists [2024-09-24T10:40:44.889Z] d62a02444d39: Layer already exists [2024-09-24T10:40:44.889Z] 47f3a8967f62: Layer already exists [2024-09-24T10:40:44.889Z] ce9f1da6200e: Layer already exists [2024-09-24T10:40:44.889Z] 3.2.0-dev.81: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:45.229Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:45.558Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:45.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-24T10:40:45.558Z] b528fb63717e: Preparing [2024-09-24T10:40:45.558Z] 50f5a481b411: Preparing [2024-09-24T10:40:45.558Z] cf051087ad5a: Preparing [2024-09-24T10:40:45.558Z] 2c8f24279f52: Preparing [2024-09-24T10:40:45.558Z] 00c00723fc10: Preparing [2024-09-24T10:40:45.558Z] ce9f1da6200e: Preparing [2024-09-24T10:40:45.558Z] 47f3a8967f62: Preparing [2024-09-24T10:40:45.558Z] d62a02444d39: Preparing [2024-09-24T10:40:45.558Z] ce9f1da6200e: Waiting [2024-09-24T10:40:45.558Z] 47f3a8967f62: Waiting [2024-09-24T10:40:45.558Z] d62a02444d39: Waiting [2024-09-24T10:40:45.558Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:45.558Z] b528fb63717e: Layer already exists [2024-09-24T10:40:45.558Z] cf051087ad5a: Layer already exists [2024-09-24T10:40:45.558Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:45.558Z] 50f5a481b411: Layer already exists [2024-09-24T10:40:45.558Z] ce9f1da6200e: Layer already exists [2024-09-24T10:40:45.558Z] 47f3a8967f62: Layer already exists [2024-09-24T10:40:45.558Z] d62a02444d39: Layer already exists [2024-09-24T10:40:45.559Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:45.874Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:46.182Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-09-24T10:40:46.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-09-24T10:40:46.182Z] b528fb63717e: Preparing [2024-09-24T10:40:46.182Z] 50f5a481b411: Preparing [2024-09-24T10:40:46.182Z] cf051087ad5a: Preparing [2024-09-24T10:40:46.182Z] 2c8f24279f52: Preparing [2024-09-24T10:40:46.182Z] 00c00723fc10: Preparing [2024-09-24T10:40:46.182Z] ce9f1da6200e: Preparing [2024-09-24T10:40:46.182Z] 47f3a8967f62: Preparing [2024-09-24T10:40:46.182Z] d62a02444d39: Preparing [2024-09-24T10:40:46.182Z] ce9f1da6200e: Waiting [2024-09-24T10:40:46.182Z] 47f3a8967f62: Waiting [2024-09-24T10:40:46.182Z] d62a02444d39: Waiting [2024-09-24T10:40:46.182Z] 50f5a481b411: Layer already exists [2024-09-24T10:40:46.182Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:46.182Z] b528fb63717e: Layer already exists [2024-09-24T10:40:46.182Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:46.182Z] cf051087ad5a: Layer already exists [2024-09-24T10:40:46.182Z] ce9f1da6200e: Layer already exists [2024-09-24T10:40:46.182Z] 47f3a8967f62: Layer already exists [2024-09-24T10:40:46.182Z] d62a02444d39: Layer already exists [2024-09-24T10:40:46.182Z] main: digest: sha256:8e3c01afab1a47bbf2b57c5dfed2c44313fa58ebfd97e806e57db97f96960bbe size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:46.255Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:46.269Z] taggedImages: [2024-09-24T10:40:46.269Z] - nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:46.269Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-09-24T10:40:46.269Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.81 [2024-09-24T10:40:46.269Z] - nexus3.edgexfoundry.org:10004/support-notifications:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:46.269Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-09-24T10:40:46.310Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-09-24T10:40:46.310Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:46.310Z] latest [2024-09-24T10:40:46.310Z] 3.2.0-dev.81 [2024-09-24T10:40:46.310Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:46.310Z] main [2024-09-24T10:40:46.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:46.652Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:46.973Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:46.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-24T10:40:46.973Z] fc5d7e5a2df8: Preparing [2024-09-24T10:40:46.973Z] eb84c4ee3257: Preparing [2024-09-24T10:40:46.973Z] 2c8f24279f52: Preparing [2024-09-24T10:40:46.973Z] 00c00723fc10: Preparing [2024-09-24T10:40:46.973Z] b196b8ad3526: Preparing [2024-09-24T10:40:46.973Z] 4989c7050fb1: Preparing [2024-09-24T10:40:46.973Z] d62a02444d39: Preparing [2024-09-24T10:40:46.973Z] d62a02444d39: Waiting [2024-09-24T10:40:46.973Z] 4989c7050fb1: Waiting [2024-09-24T10:40:46.973Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:47.233Z] fc5d7e5a2df8: Pushed [2024-09-24T10:40:47.233Z] b196b8ad3526: Layer already exists [2024-09-24T10:40:47.233Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:47.233Z] 4989c7050fb1: Layer already exists [2024-09-24T10:40:47.233Z] d62a02444d39: Layer already exists [2024-09-24T10:40:50.574Z] eb84c4ee3257: Pushed [2024-09-24T10:40:50.574Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:50.903Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:51.219Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-24T10:40:51.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-24T10:40:51.219Z] fc5d7e5a2df8: Preparing [2024-09-24T10:40:51.219Z] eb84c4ee3257: Preparing [2024-09-24T10:40:51.219Z] 2c8f24279f52: Preparing [2024-09-24T10:40:51.219Z] 00c00723fc10: Preparing [2024-09-24T10:40:51.219Z] b196b8ad3526: Preparing [2024-09-24T10:40:51.219Z] 4989c7050fb1: Preparing [2024-09-24T10:40:51.219Z] d62a02444d39: Preparing [2024-09-24T10:40:51.219Z] 4989c7050fb1: Waiting [2024-09-24T10:40:51.219Z] d62a02444d39: Waiting [2024-09-24T10:40:51.219Z] fc5d7e5a2df8: Layer already exists [2024-09-24T10:40:51.219Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:51.219Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:51.219Z] b196b8ad3526: Layer already exists [2024-09-24T10:40:51.219Z] eb84c4ee3257: Layer already exists [2024-09-24T10:40:51.219Z] 4989c7050fb1: Layer already exists [2024-09-24T10:40:51.219Z] d62a02444d39: Layer already exists [2024-09-24T10:40:51.219Z] latest: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:51.548Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:51.872Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.81 [2024-09-24T10:40:51.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-24T10:40:51.872Z] fc5d7e5a2df8: Preparing [2024-09-24T10:40:51.872Z] eb84c4ee3257: Preparing [2024-09-24T10:40:51.872Z] 2c8f24279f52: Preparing [2024-09-24T10:40:51.872Z] 00c00723fc10: Preparing [2024-09-24T10:40:51.872Z] b196b8ad3526: Preparing [2024-09-24T10:40:51.872Z] 4989c7050fb1: Preparing [2024-09-24T10:40:51.872Z] d62a02444d39: Preparing [2024-09-24T10:40:51.872Z] 4989c7050fb1: Waiting [2024-09-24T10:40:51.872Z] d62a02444d39: Waiting [2024-09-24T10:40:51.872Z] b196b8ad3526: Layer already exists [2024-09-24T10:40:51.872Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:51.872Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:51.872Z] fc5d7e5a2df8: Layer already exists [2024-09-24T10:40:51.872Z] d62a02444d39: Layer already exists [2024-09-24T10:40:51.872Z] eb84c4ee3257: Layer already exists [2024-09-24T10:40:51.872Z] 4989c7050fb1: Layer already exists [2024-09-24T10:40:51.872Z] 3.2.0-dev.81: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:52.193Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:52.505Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:52.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-24T10:40:52.505Z] fc5d7e5a2df8: Preparing [2024-09-24T10:40:52.505Z] eb84c4ee3257: Preparing [2024-09-24T10:40:52.505Z] 2c8f24279f52: Preparing [2024-09-24T10:40:52.505Z] 00c00723fc10: Preparing [2024-09-24T10:40:52.505Z] b196b8ad3526: Preparing [2024-09-24T10:40:52.505Z] 4989c7050fb1: Preparing [2024-09-24T10:40:52.505Z] d62a02444d39: Preparing [2024-09-24T10:40:52.505Z] 4989c7050fb1: Waiting [2024-09-24T10:40:52.505Z] fc5d7e5a2df8: Layer already exists [2024-09-24T10:40:52.505Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:52.505Z] b196b8ad3526: Layer already exists [2024-09-24T10:40:52.505Z] eb84c4ee3257: Layer already exists [2024-09-24T10:40:52.505Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:52.505Z] 4989c7050fb1: Layer already exists [2024-09-24T10:40:52.506Z] d62a02444d39: Layer already exists [2024-09-24T10:40:52.506Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:52.835Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T10:40:53.155Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-09-24T10:40:53.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-09-24T10:40:53.155Z] fc5d7e5a2df8: Preparing [2024-09-24T10:40:53.155Z] eb84c4ee3257: Preparing [2024-09-24T10:40:53.155Z] 2c8f24279f52: Preparing [2024-09-24T10:40:53.155Z] 00c00723fc10: Preparing [2024-09-24T10:40:53.155Z] b196b8ad3526: Preparing [2024-09-24T10:40:53.155Z] 4989c7050fb1: Preparing [2024-09-24T10:40:53.155Z] d62a02444d39: Preparing [2024-09-24T10:40:53.155Z] 4989c7050fb1: Waiting [2024-09-24T10:40:53.155Z] d62a02444d39: Waiting [2024-09-24T10:40:53.155Z] 2c8f24279f52: Layer already exists [2024-09-24T10:40:53.155Z] 00c00723fc10: Layer already exists [2024-09-24T10:40:53.155Z] eb84c4ee3257: Layer already exists [2024-09-24T10:40:53.155Z] fc5d7e5a2df8: Layer already exists [2024-09-24T10:40:53.155Z] b196b8ad3526: Layer already exists [2024-09-24T10:40:53.155Z] 4989c7050fb1: Layer already exists [2024-09-24T10:40:53.155Z] d62a02444d39: Layer already exists [2024-09-24T10:40:53.155Z] main: digest: sha256:c59412a1fd4e403075b8b4d9bd784020775232e642794110a1d5e6b6b4b5cccc size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T10:40:53.224Z] ===================================================== [Pipeline] echo [2024-09-24T10:40:53.234Z] taggedImages: [2024-09-24T10:40:53.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T10:40:53.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-09-24T10:40:53.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.81 [2024-09-24T10:40:53.234Z] - nexus3.edgexfoundry.org:10004/support-scheduler:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T10:40:53.234Z] - 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-24T10:57:05.597Z] #160 ... [2024-09-24T10:57:05.597Z] [2024-09-24T10:57:05.597Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-24T10:57:05.597Z] #151 1187.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.81" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-09-24T10:57:17.911Z] #151 ... [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-09-24T10:57:17.911Z] #152 DONE 1201.0s [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:57:17.911Z] #160 ... [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:57:17.911Z] #161 DONE 0.3s [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:57:17.911Z] #162 DONE 0.1s [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:57:17.911Z] #160 ... [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #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-24T10:57:17.911Z] #163 DONE 0.2s [2024-09-24T10:57:17.911Z] [2024-09-24T10:57:17.911Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-09-24T10:57:18.182Z] #164 DONE 0.2s [2024-09-24T10:57:18.182Z] [2024-09-24T10:57:18.182Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-09-24T10:57:18.182Z] #165 DONE 0.2s [2024-09-24T10:57:18.182Z] [2024-09-24T10:57:18.182Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-09-24T10:57:18.773Z] #166 DONE 0.3s [2024-09-24T10:57:18.773Z] [2024-09-24T10:57:18.773Z] #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-24T10:57:21.365Z] #167 DONE 2.7s [2024-09-24T10:57:21.365Z] [2024-09-24T10:57:21.365Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T10:57:21.365Z] #157 ... [2024-09-24T10:57:21.365Z] [2024-09-24T10:57:21.365Z] #105 [security-proxy-setup] exporting to image [2024-09-24T10:57:21.365Z] #105 exporting layers [2024-09-24T10:57:22.005Z] #105 ... [2024-09-24T10:57:22.005Z] [2024-09-24T10:57:22.005Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-09-24T10:57:22.005Z] #158 DONE 1206.4s [2024-09-24T10:57:22.278Z] [2024-09-24T10:57:22.278Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T10:57:22.867Z] #157 ... [2024-09-24T10:57:22.867Z] [2024-09-24T10:57:22.867Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-09-24T10:57:23.136Z] #168 DONE 0.3s [2024-09-24T10:57:23.136Z] [2024-09-24T10:57:23.136Z] #105 [security-proxy-setup] exporting to image [2024-09-24T10:57:23.136Z] #105 exporting layers 1.7s done [2024-09-24T10:57:23.136Z] #105 writing image sha256:6fe8a1de0c3ef092907fec567a3340cd41060d7d4145798ad65eb1ac9a32ba3e 0.0s done [2024-09-24T10:57:23.136Z] #105 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-09-24T10:57:23.136Z] #105 DONE 6.7s [2024-09-24T10:57:23.136Z] [2024-09-24T10:57:23.136Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-24T10:57:23.136Z] #150 ... [2024-09-24T10:57:23.136Z] [2024-09-24T10:57:23.136Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-09-24T10:57:25.728Z] #169 DONE 2.3s [2024-09-24T10:57:25.728Z] [2024-09-24T10:57:25.728Z] #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:57:25.728Z] #170 DONE 0.3s [2024-09-24T10:57:25.728Z] [2024-09-24T10:57:25.728Z] #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:57:26.315Z] #171 DONE 0.3s [2024-09-24T10:57:26.315Z] [2024-09-24T10:57:26.315Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-24T10:57:26.315Z] #172 ... [2024-09-24T10:57:26.315Z] [2024-09-24T10:57:26.315Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-09-24T10:57:26.315Z] #151 DONE 1210.5s [2024-09-24T10:57:26.315Z] [2024-09-24T10:57:26.315Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T10:57:26.919Z] #47 ... [2024-09-24T10:57:26.919Z] [2024-09-24T10:57:26.919Z] #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:57:26.919Z] #173 ... [2024-09-24T10:57:26.919Z] [2024-09-24T10:57:26.919Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-09-24T10:57:26.919Z] #172 DONE 0.8s [2024-09-24T10:57:27.195Z] [2024-09-24T10:57:27.195Z] #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:57:27.195Z] #173 DONE 0.3s [2024-09-24T10:57:27.195Z] [2024-09-24T10:57:27.195Z] #174 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-09-24T10:57:27.195Z] #174 DONE 0.4s [2024-09-24T10:57:27.195Z] [2024-09-24T10:57:27.195Z] #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:57:27.460Z] #175 DONE 0.3s [2024-09-24T10:57:27.460Z] [2024-09-24T10:57:27.460Z] #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-09-24T10:57:27.727Z] #176 DONE 0.3s [2024-09-24T10:57:27.727Z] [2024-09-24T10:57:27.727Z] #177 [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-24T10:57:27.727Z] #177 DONE 0.3s [2024-09-24T10:57:27.727Z] [2024-09-24T10:57:27.727Z] #178 [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-24T10:57:27.995Z] #178 DONE 0.2s [2024-09-24T10:57:27.995Z] [2024-09-24T10:57:27.995Z] #179 [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-24T10:57:27.995Z] #179 DONE 0.3s [2024-09-24T10:57:27.995Z] [2024-09-24T10:57:27.995Z] #180 [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-24T10:57:28.317Z] #180 DONE 0.2s [2024-09-24T10:57:28.317Z] [2024-09-24T10:57:28.317Z] #181 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-09-24T10:57:28.317Z] #181 DONE 0.2s [2024-09-24T10:57:28.317Z] [2024-09-24T10:57:28.317Z] #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-24T10:57:28.317Z] #182 ... [2024-09-24T10:57:28.317Z] [2024-09-24T10:57:28.317Z] #183 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-09-24T10:57:28.317Z] #183 DONE 0.2s [2024-09-24T10:57:28.317Z] [2024-09-24T10:57:28.317Z] #184 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-09-24T10:57:28.584Z] #184 DONE 0.2s [2024-09-24T10:57:28.584Z] [2024-09-24T10:57:28.584Z] #185 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-24T10:57:28.584Z] #185 ... [2024-09-24T10:57:28.584Z] [2024-09-24T10:57:28.584Z] #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-09-24T10:57:28.584Z] #182 DONE 0.5s [2024-09-24T10:57:28.850Z] [2024-09-24T10:57:28.850Z] #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-09-24T10:57:29.434Z] #186 DONE 0.5s [2024-09-24T10:57:29.434Z] [2024-09-24T10:57:29.434Z] #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-09-24T10:57:29.700Z] #187 DONE 0.2s [2024-09-24T10:57:29.700Z] [2024-09-24T10:57:29.700Z] #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-24T10:57:31.644Z] #188 ... [2024-09-24T10:57:31.644Z] [2024-09-24T10:57:31.644Z] #185 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-09-24T10:57:31.644Z] #185 DONE 3.2s [2024-09-24T10:57:31.911Z] [2024-09-24T10:57:31.911Z] #105 [security-bootstrapper] exporting to image [2024-09-24T10:57:31.911Z] #105 exporting layers [2024-09-24T10:57:32.183Z] #105 ... [2024-09-24T10:57:32.183Z] [2024-09-24T10:57:32.183Z] #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-24T10:57:32.183Z] #188 DONE 2.8s [2024-09-24T10:57:32.453Z] [2024-09-24T10:57:32.453Z] #105 [security-secretstore-setup] exporting to image [2024-09-24T10:57:33.413Z] #105 exporting layers 1.6s done [2024-09-24T10:57:33.413Z] #105 writing image sha256:77532e5d8f19ba8988ae02210e47b71ca6112fa2d15098d635ebaa74d8576337 0.0s done [2024-09-24T10:57:33.413Z] #105 naming to docker.io/library/security-bootstrapper-arm64 done [2024-09-24T10:57:33.680Z] #105 exporting layers 1.5s done [2024-09-24T10:57:33.945Z] #105 writing image sha256:57abfcb73e136229a197557f19dec97f0263f1b9a87310be468477ed8725cba4 done [2024-09-24T10:57:33.945Z] #105 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-09-24T10:57:33.945Z] #105 DONE 8.7s [2024-09-24T10:57:33.945Z] [2024-09-24T10:57:33.945Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-09-24T10:58:41.799Z] #35 ... [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-09-24T10:58:41.799Z] #155 DONE 1282.4s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:58:41.799Z] #160 ... [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T10:58:41.799Z] #189 DONE 0.2s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-24T10:58:41.799Z] #190 DONE 0.2s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T10:58:41.799Z] #38 ... [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #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-24T10:58:41.799Z] #191 DONE 0.2s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #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-24T10:58:41.799Z] #192 DONE 0.2s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #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-24T10:58:41.799Z] #193 DONE 0.1s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #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-24T10:58:41.799Z] #194 DONE 2.1s [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T10:58:41.799Z] #160 ... [2024-09-24T10:58:41.799Z] [2024-09-24T10:58:41.799Z] #105 [core-common-config-bootstrapper] exporting to image [2024-09-24T10:58:41.799Z] #105 exporting layers [2024-09-24T10:58:42.382Z] #105 exporting layers 0.8s done [2024-09-24T10:58:42.382Z] #105 writing image sha256:e0552af63a75a69208d4fd89c81087c3384b1445db86ece366c49c8897c8303a done [2024-09-24T10:58:42.382Z] #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-09-24T10:58:42.382Z] #105 DONE 9.4s [2024-09-24T10:58:42.382Z] [2024-09-24T10:58:42.382Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T11:00:55.131Z] #157 ... [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-09-24T11:00:55.131Z] #148 DONE 1404.7s [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T11:00:55.131Z] #160 ... [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:00:55.131Z] #195 DONE 0.3s [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:00:55.131Z] #196 DONE 0.1s [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-24T11:00:55.131Z] #149 ... [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #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-24T11:00:55.131Z] #197 DONE 0.3s [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #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-24T11:00:55.131Z] #198 DONE 0.1s [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #105 [security-spiffe-token-provider] exporting to image [2024-09-24T11:00:55.131Z] #105 exporting layers [2024-09-24T11:00:55.131Z] #105 exporting layers 0.6s done [2024-09-24T11:00:55.131Z] #105 writing image sha256:b0892bce410d47133c84dfb1541ecd19f1cbea43e0d427cfb4aa94f20868701c done [2024-09-24T11:00:55.131Z] #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-09-24T11:00:55.131Z] #105 DONE 10.1s [2024-09-24T11:00:55.131Z] [2024-09-24T11:00:55.131Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T11:09:02.264Z] #157 ... [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-09-24T11:09:02.264Z] #150 DONE 1894.6s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:09:02.264Z] #38 ... [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:09:02.264Z] #199 DONE 0.1s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:09:02.264Z] #200 DONE 0.1s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-09-24T11:09:02.264Z] #201 DONE 0.4s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T11:09:02.264Z] #157 ... [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #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-24T11:09:02.264Z] #202 DONE 0.1s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-09-24T11:09:02.264Z] #203 DONE 0.2s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #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-24T11:09:02.264Z] #204 DONE 1.7s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:09:02.264Z] #38 ... [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #105 [security-proxy-auth] exporting to image [2024-09-24T11:09:02.264Z] #105 exporting layers [2024-09-24T11:09:02.264Z] #105 exporting layers 0.7s done [2024-09-24T11:09:02.264Z] #105 writing image sha256:059563005e969be45a8bf1d32f04003d8665b6ccf98bc8986313abb02e7d4d36 done [2024-09-24T11:09:02.264Z] #105 naming to docker.io/library/security-proxy-auth-arm64 done [2024-09-24T11:09:02.264Z] #105 DONE 10.8s [2024-09-24T11:09:02.264Z] [2024-09-24T11:09:02.264Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T11:09:58.696Z] #160 ... [2024-09-24T11:09:58.696Z] [2024-09-24T11:09:58.696Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-09-24T11:09:58.696Z] #159 DONE 1959.8s [2024-09-24T11:09:58.696Z] [2024-09-24T11:09:58.696Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:09:58.696Z] #38 ... [2024-09-24T11:09:58.696Z] [2024-09-24T11:09:58.696Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:09:58.696Z] #205 DONE 0.2s [2024-09-24T11:09:58.696Z] [2024-09-24T11:09:58.697Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:09:58.697Z] #206 DONE 0.3s [2024-09-24T11:09:58.697Z] [2024-09-24T11:09:58.697Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-09-24T11:09:58.697Z] #207 DONE 0.4s [2024-09-24T11:09:58.697Z] [2024-09-24T11:09:58.697Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T11:09:58.697Z] #47 ... [2024-09-24T11:09:58.697Z] [2024-09-24T11:09:58.697Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-09-24T11:09:58.697Z] #208 DONE 0.1s [2024-09-24T11:09:58.697Z] [2024-09-24T11:09:58.697Z] #105 [core-command] exporting to image [2024-09-24T11:09:58.697Z] #105 exporting layers [2024-09-24T11:09:58.697Z] #105 exporting layers 0.4s done [2024-09-24T11:09:58.697Z] #105 writing image sha256:91683a8e759b477e936d0153c3d67d130aecd10e43f45ba5002d3fc22f9f2e49 done [2024-09-24T11:09:58.697Z] #105 naming to docker.io/library/core-command-arm64 done [2024-09-24T11:09:58.697Z] #105 DONE 11.2s [2024-09-24T11:09:58.697Z] [2024-09-24T11:09:58.697Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T11:12:20.370Z] #160 ... [2024-09-24T11:12:20.370Z] [2024-09-24T11:12:20.370Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-09-24T11:12:20.370Z] #156 DONE 2094.9s [2024-09-24T11:12:20.370Z] [2024-09-24T11:12:20.370Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:12:20.370Z] #38 ... [2024-09-24T11:12:20.370Z] [2024-09-24T11:12:20.371Z] #209 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:12:20.371Z] #209 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #210 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:12:20.371Z] #210 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T11:12:20.371Z] #160 ... [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #211 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-09-24T11:12:20.371Z] #211 DONE 0.6s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-24T11:12:20.371Z] #153 ... [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #212 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-09-24T11:12:20.371Z] #212 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #213 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-09-24T11:12:20.371Z] #213 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #214 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-09-24T11:12:20.371Z] #214 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #105 [core-metadata] exporting to image [2024-09-24T11:12:20.371Z] #105 exporting layers [2024-09-24T11:12:20.371Z] #105 exporting layers 0.7s done [2024-09-24T11:12:20.371Z] #105 writing image sha256:bc2636a98a3e1e6175d9a20ba69af237a70481628026c13f2280ed7df27f061b [2024-09-24T11:12:20.371Z] #105 writing image sha256:bc2636a98a3e1e6175d9a20ba69af237a70481628026c13f2280ed7df27f061b done [2024-09-24T11:12:20.371Z] #105 naming to docker.io/library/core-metadata-arm64 done [2024-09-24T11:12:20.371Z] #105 DONE 11.9s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-09-24T11:12:20.371Z] #149 DONE 2098.4s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T11:12:20.371Z] #157 ... [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #160 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-09-24T11:12:20.371Z] #160 DONE 2098.8s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-24T11:12:20.371Z] #153 ... [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #215 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:12:20.371Z] #215 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #216 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:12:20.371Z] #216 DONE 0.1s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:12:20.371Z] #38 ... [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #217 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-09-24T11:12:20.371Z] #217 DONE 0.7s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #218 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:12:20.371Z] #218 DONE 0.3s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #219 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-09-24T11:12:20.371Z] #219 DONE 0.2s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #220 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-09-24T11:12:20.371Z] #220 DONE 0.4s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #221 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-09-24T11:12:20.371Z] #221 DONE 0.6s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #105 [core-data] exporting to image [2024-09-24T11:12:20.371Z] #105 ... [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #222 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-09-24T11:12:20.371Z] #222 DONE 0.3s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #223 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-09-24T11:12:20.371Z] #223 DONE 0.3s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #105 [core-keeper] exporting to image [2024-09-24T11:12:20.371Z] #105 exporting layers 1.4s done [2024-09-24T11:12:20.371Z] #105 writing image sha256:0d23409df304311307fc3af3eb6a2ccc05ee33d418f7e8cf9b67023d66da49ae [2024-09-24T11:12:20.371Z] #105 exporting layers 0.9s done [2024-09-24T11:12:20.371Z] #105 writing image sha256:0d23409df304311307fc3af3eb6a2ccc05ee33d418f7e8cf9b67023d66da49ae 0.0s done [2024-09-24T11:12:20.371Z] #105 naming to docker.io/library/core-data-arm64 done [2024-09-24T11:12:20.371Z] #105 writing image sha256:970e8c2f9db325bbdfa93a09c744c3c988aa99aff29bfb25ed8c3ae06afdf88b done [2024-09-24T11:12:20.371Z] #105 naming to docker.io/library/core-keeper-arm64 done [2024-09-24T11:12:20.371Z] #105 DONE 13.4s [2024-09-24T11:12:20.371Z] [2024-09-24T11:12:20.371Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-09-24T11:12:52.562Z] #47 ... [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-09-24T11:12:52.562Z] #154 DONE 2134.9s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-09-24T11:12:52.562Z] #157 DONE 2135.0s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-09-24T11:12:52.562Z] #153 DONE 2135.0s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:12:52.562Z] #38 ... [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:12:52.562Z] #224 DONE 0.4s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:12:52.562Z] #225 ... [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:12:52.562Z] #226 DONE 0.2s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:12:52.562Z] #225 DONE 0.3s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-24T11:12:52.562Z] #227 ... [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #228 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-09-24T11:12:52.562Z] #228 DONE 0.4s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #229 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:12:52.562Z] #229 DONE 0.3s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #230 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-09-24T11:12:52.562Z] #230 DONE 0.2s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-24T11:12:52.562Z] #231 ... [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #227 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-09-24T11:12:52.562Z] #227 DONE 0.6s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-09-24T11:12:52.562Z] #232 DONE 0.5s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-09-24T11:12:52.562Z] #231 DONE 0.4s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-09-24T11:12:52.562Z] #233 DONE 0.2s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #234 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-09-24T11:12:52.562Z] #234 DONE 0.2s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-09-24T11:12:52.562Z] #235 DONE 0.2s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #105 [support-cron-scheduler] exporting to image [2024-09-24T11:12:52.562Z] #105 exporting layers [2024-09-24T11:12:52.562Z] #105 ... [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-09-24T11:12:52.562Z] #236 DONE 0.2s [2024-09-24T11:12:52.562Z] [2024-09-24T11:12:52.562Z] #105 [support-notifications] exporting to image [2024-09-24T11:12:53.147Z] #105 exporting layers 0.6s done [2024-09-24T11:12:53.147Z] #105 writing image sha256:c215032f72b3c55c9f0a7db84e3ec23abc9091e5592a583d482b29778957a3eb 0.0s done [2024-09-24T11:12:53.147Z] #105 naming to docker.io/library/support-scheduler-arm64 done [2024-09-24T11:12:53.416Z] #105 exporting layers 0.6s done [2024-09-24T11:12:53.416Z] #105 writing image sha256:50eedd9011634782c37f23d8a574cc1b14541bee2ed0a2474d5ada3389869223 done [2024-09-24T11:12:53.416Z] #105 naming to docker.io/library/support-notifications-arm64 done [2024-09-24T11:12:53.997Z] #105 exporting layers 1.5s done [2024-09-24T11:12:53.997Z] #105 writing image sha256:1ce4ab1dc297150df9b36011d8f5f1b125e5ecf29dea0af9313b2c5aea273b60 done [2024-09-24T11:12:53.997Z] #105 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-09-24T11:12:53.997Z] #105 DONE 15.0s [2024-09-24T11:12:53.997Z] [2024-09-24T11:12:53.997Z] #38 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-09-24T11:12:53.997Z] time="2024-09-24T10:34:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-09-24T11:12:54.014Z] $ docker stop --time=1 2ae448409a8f41a172e91d67ec6d107dcc42424756c34358ebc6a55804f1bd7f [2024-09-24T11:12:55.694Z] $ docker rm -f --volumes 2ae448409a8f41a172e91d67ec6d107dcc42424756c34358ebc6a55804f1bd7f [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-24T11:12:56.193Z] + docker images [2024-09-24T11:12:56.193Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-09-24T11:12:56.193Z] support-cron-scheduler-arm64 latest 1ce4ab1dc297 4 seconds ago 43.8MB [2024-09-24T11:12:56.193Z] support-scheduler-arm64 latest c215032f72b3 4 seconds ago 41.6MB [2024-09-24T11:12:56.193Z] support-notifications-arm64 latest 50eedd901163 4 seconds ago 42.3MB [2024-09-24T11:12:56.193Z] core-keeper-arm64 latest 970e8c2f9db3 39 seconds ago 39.3MB [2024-09-24T11:12:56.194Z] core-data-arm64 latest 0d23409df304 40 seconds ago 39.4MB [2024-09-24T11:12:56.194Z] core-metadata-arm64 latest bc2636a98a3e 44 seconds ago 39.5MB [2024-09-24T11:12:56.194Z] core-command-arm64 latest 91683a8e759b 3 minutes ago 35.1MB [2024-09-24T11:12:56.194Z] security-proxy-auth-arm64 latest 059563005e96 4 minutes ago 32.7MB [2024-09-24T11:12:56.194Z] security-spiffe-token-provider-arm64 latest b0892bce410d 12 minutes ago 29.1MB [2024-09-24T11:12:56.194Z] core-common-config-bootstrapper-arm64 latest e0552af63a75 14 minutes ago 15.4MB [2024-09-24T11:12:56.194Z] security-secretstore-setup-arm64 latest 57abfcb73e13 15 minutes ago 36.4MB [2024-09-24T11:12:56.194Z] security-bootstrapper-arm64 latest 77532e5d8f19 15 minutes ago 18.9MB [2024-09-24T11:12:56.194Z] security-proxy-setup-arm64 latest 6fe8a1de0c3e 15 minutes ago 26.2MB [2024-09-24T11:12:56.194Z] security-spire-config-arm64 latest 7b2d9238aa30 37 minutes ago 115MB [2024-09-24T11:12:56.194Z] security-spire-agent-arm64 latest a635b7797034 37 minutes ago 174MB [2024-09-24T11:12:56.194Z] security-spire-server-arm64 latest c8331d0abb64 37 minutes ago 116MB [2024-09-24T11:12:56.194Z] ci-base-image-arm64 latest 656e1913c61c 38 minutes ago 967MB [2024-09-24T11:12:56.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 5 months ago 561MB [2024-09-24T11:12:56.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 16 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-24T11:12:56.348Z] provisioning config files... [2024-09-24T11:12:56.363Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/703@tmp/config7706335632077274355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:12:56.709Z] ---> ****-login.sh [2024-09-24T11:12:56.709Z] nexus3.edgexfoundry.org:10001 [2024-09-24T11:12:56.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T11:12:56.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T11:12:56.975Z] Configure a credential helper to remove this warning. See [2024-09-24T11:12:56.975Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T11:12:56.975Z] [2024-09-24T11:12:56.975Z] Login Succeeded [2024-09-24T11:12:56.975Z] nexus3.edgexfoundry.org:10002 [2024-09-24T11:12:57.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T11:12:57.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T11:12:57.508Z] Configure a credential helper to remove this warning. See [2024-09-24T11:12:57.508Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T11:12:57.508Z] [2024-09-24T11:12:57.508Z] Login Succeeded [2024-09-24T11:12:57.508Z] nexus3.edgexfoundry.org:10003 [2024-09-24T11:12:57.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T11:12:57.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T11:12:57.774Z] Configure a credential helper to remove this warning. See [2024-09-24T11:12:57.774Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T11:12:57.774Z] [2024-09-24T11:12:57.774Z] Login Succeeded [2024-09-24T11:12:57.774Z] nexus3.edgexfoundry.org:10004 [2024-09-24T11:12:58.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T11:12:58.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T11:12:58.305Z] Configure a credential helper to remove this warning. See [2024-09-24T11:12:58.305Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T11:12:58.305Z] [2024-09-24T11:12:58.305Z] Login Succeeded [2024-09-24T11:12:58.305Z] ****.io [2024-09-24T11:12:58.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-09-24T11:12:58.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-09-24T11:12:58.570Z] Configure a credential helper to remove this warning. See [2024-09-24T11:12:58.570Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-09-24T11:12:58.570Z] [2024-09-24T11:12:58.834Z] Login Succeeded [2024-09-24T11:12:58.834Z] ---> ****-login.sh ends [Pipeline] } [2024-09-24T11:12:58.847Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:12:58.904Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-24T11:12:58.937Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-09-24T11:12:58.937Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:12:58.937Z] latest [2024-09-24T11:12:58.937Z] 3.2.0-dev.81 [2024-09-24T11:12:58.937Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:12:58.937Z] main [2024-09-24T11:12:58.937Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:12:59.309Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:12:59.674Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:12:59.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-24T11:12:59.674Z] 71d964ea8618: Preparing [2024-09-24T11:12:59.674Z] 3b8a680663cb: Preparing [2024-09-24T11:12:59.674Z] b8be3f67eea9: Preparing [2024-09-24T11:12:59.674Z] ee6eae67fb29: Preparing [2024-09-24T11:12:59.674Z] a8d95f9b6cb0: Preparing [2024-09-24T11:12:59.674Z] 541e0eb45536: Preparing [2024-09-24T11:12:59.674Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:12:59.674Z] 541e0eb45536: Waiting [2024-09-24T11:12:59.674Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:12:59.939Z] ee6eae67fb29: Pushed [2024-09-24T11:12:59.939Z] b8be3f67eea9: Pushed [2024-09-24T11:12:59.939Z] a8d95f9b6cb0: Pushed [2024-09-24T11:12:59.939Z] 71d964ea8618: Pushed [2024-09-24T11:12:59.939Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:12:59.939Z] 541e0eb45536: Pushed [2024-09-24T11:13:06.561Z] 3b8a680663cb: Pushed [2024-09-24T11:13:06.561Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:06.928Z] + 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-24T11:13:07.289Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-24T11:13:07.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-24T11:13:07.289Z] 71d964ea8618: Preparing [2024-09-24T11:13:07.289Z] 3b8a680663cb: Preparing [2024-09-24T11:13:07.289Z] b8be3f67eea9: Preparing [2024-09-24T11:13:07.289Z] ee6eae67fb29: Preparing [2024-09-24T11:13:07.289Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:07.289Z] 541e0eb45536: Preparing [2024-09-24T11:13:07.289Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:07.289Z] 541e0eb45536: Waiting [2024-09-24T11:13:07.289Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:07.289Z] 3b8a680663cb: Layer already exists [2024-09-24T11:13:07.289Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:07.289Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:07.289Z] 71d964ea8618: Layer already exists [2024-09-24T11:13:07.289Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:07.289Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:07.289Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:07.557Z] latest: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:07.921Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:08.429Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.81 [2024-09-24T11:13:08.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-24T11:13:08.430Z] 71d964ea8618: Preparing [2024-09-24T11:13:08.430Z] 3b8a680663cb: Preparing [2024-09-24T11:13:08.430Z] b8be3f67eea9: Preparing [2024-09-24T11:13:08.430Z] ee6eae67fb29: Preparing [2024-09-24T11:13:08.430Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:08.430Z] 541e0eb45536: Preparing [2024-09-24T11:13:08.430Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:08.430Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:08.430Z] 541e0eb45536: Waiting [2024-09-24T11:13:08.430Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:08.430Z] 3b8a680663cb: Layer already exists [2024-09-24T11:13:08.430Z] 71d964ea8618: Layer already exists [2024-09-24T11:13:08.430Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:08.430Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:08.430Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:08.430Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:08.696Z] 3.2.0-dev.81: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:09.056Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:09.413Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:09.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-24T11:13:09.413Z] 71d964ea8618: Preparing [2024-09-24T11:13:09.413Z] 3b8a680663cb: Preparing [2024-09-24T11:13:09.413Z] b8be3f67eea9: Preparing [2024-09-24T11:13:09.413Z] ee6eae67fb29: Preparing [2024-09-24T11:13:09.413Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:09.413Z] 541e0eb45536: Preparing [2024-09-24T11:13:09.413Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:09.413Z] 541e0eb45536: Waiting [2024-09-24T11:13:09.413Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:09.413Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:09.413Z] 71d964ea8618: Layer already exists [2024-09-24T11:13:09.413Z] 3b8a680663cb: Layer already exists [2024-09-24T11:13:09.413Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:09.413Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:09.413Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:09.413Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:09.413Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:10.047Z] + 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-24T11:13:10.433Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-09-24T11:13:10.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-09-24T11:13:10.433Z] 71d964ea8618: Preparing [2024-09-24T11:13:10.433Z] 3b8a680663cb: Preparing [2024-09-24T11:13:10.433Z] b8be3f67eea9: Preparing [2024-09-24T11:13:10.433Z] ee6eae67fb29: Preparing [2024-09-24T11:13:10.433Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:10.433Z] 541e0eb45536: Preparing [2024-09-24T11:13:10.433Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:10.433Z] 541e0eb45536: Waiting [2024-09-24T11:13:10.433Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:10.433Z] 71d964ea8618: Layer already exists [2024-09-24T11:13:10.433Z] 3b8a680663cb: Layer already exists [2024-09-24T11:13:10.433Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:10.433Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:10.433Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:10.433Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:10.433Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:10.698Z] main: digest: sha256:8f499f49fa660f83176b21f3e73677dd1e1d721534d71418b5a42fdc7b3a6700 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:13:10.798Z] ===================================================== [Pipeline] echo [2024-09-24T11:13:10.817Z] taggedImages: [2024-09-24T11:13:10.817Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:10.817Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-09-24T11:13:10.817Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.81 [2024-09-24T11:13:10.817Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:10.817Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-09-24T11:13:10.852Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-09-24T11:13:10.852Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:10.852Z] latest [2024-09-24T11:13:10.852Z] 3.2.0-dev.81 [2024-09-24T11:13:10.852Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:10.852Z] main [2024-09-24T11:13:10.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:11.219Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:11.586Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:11.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-24T11:13:11.586Z] f945c11017a6: Preparing [2024-09-24T11:13:11.586Z] ee5724db1c26: Preparing [2024-09-24T11:13:11.586Z] 149195224349: Preparing [2024-09-24T11:13:11.586Z] db2e983b7906: Preparing [2024-09-24T11:13:11.586Z] b8be3f67eea9: Preparing [2024-09-24T11:13:11.586Z] ee6eae67fb29: Preparing [2024-09-24T11:13:11.586Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:11.586Z] 541e0eb45536: Preparing [2024-09-24T11:13:11.586Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:11.586Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:11.586Z] 541e0eb45536: Waiting [2024-09-24T11:13:11.586Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:11.586Z] ee6eae67fb29: Waiting [2024-09-24T11:13:11.586Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:11.854Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:11.854Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:11.854Z] 149195224349: Pushed [2024-09-24T11:13:11.854Z] ee5724db1c26: Pushed [2024-09-24T11:13:11.854Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:11.854Z] f945c11017a6: Pushed [2024-09-24T11:13:11.854Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:13.793Z] db2e983b7906: Pushed [2024-09-24T11:13:13.793Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:14.157Z] + 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-24T11:13:14.512Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-24T11:13:14.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-24T11:13:14.512Z] f945c11017a6: Preparing [2024-09-24T11:13:14.512Z] ee5724db1c26: Preparing [2024-09-24T11:13:14.512Z] 149195224349: Preparing [2024-09-24T11:13:14.512Z] db2e983b7906: Preparing [2024-09-24T11:13:14.512Z] b8be3f67eea9: Preparing [2024-09-24T11:13:14.512Z] ee6eae67fb29: Preparing [2024-09-24T11:13:14.512Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:14.512Z] 541e0eb45536: Preparing [2024-09-24T11:13:14.512Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:14.512Z] 541e0eb45536: Waiting [2024-09-24T11:13:14.512Z] ee6eae67fb29: Waiting [2024-09-24T11:13:14.512Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:14.512Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:14.512Z] ee5724db1c26: Layer already exists [2024-09-24T11:13:14.512Z] db2e983b7906: Layer already exists [2024-09-24T11:13:14.512Z] 149195224349: Layer already exists [2024-09-24T11:13:14.512Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:14.512Z] f945c11017a6: Layer already exists [2024-09-24T11:13:14.512Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:14.512Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:14.512Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:14.512Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:14.777Z] latest: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:15.138Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:15.507Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.81 [2024-09-24T11:13:15.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-24T11:13:15.507Z] f945c11017a6: Preparing [2024-09-24T11:13:15.507Z] ee5724db1c26: Preparing [2024-09-24T11:13:15.507Z] 149195224349: Preparing [2024-09-24T11:13:15.507Z] db2e983b7906: Preparing [2024-09-24T11:13:15.507Z] b8be3f67eea9: Preparing [2024-09-24T11:13:15.507Z] ee6eae67fb29: Preparing [2024-09-24T11:13:15.507Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:15.507Z] 541e0eb45536: Preparing [2024-09-24T11:13:15.507Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:15.507Z] 541e0eb45536: Waiting [2024-09-24T11:13:15.507Z] ee6eae67fb29: Waiting [2024-09-24T11:13:15.507Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:15.507Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:15.507Z] 149195224349: Layer already exists [2024-09-24T11:13:15.507Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:15.507Z] f945c11017a6: Layer already exists [2024-09-24T11:13:15.507Z] ee5724db1c26: Layer already exists [2024-09-24T11:13:15.507Z] db2e983b7906: Layer already exists [2024-09-24T11:13:15.507Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:15.507Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:15.507Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:15.507Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:15.771Z] 3.2.0-dev.81: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:16.133Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:16.492Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:16.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-24T11:13:16.492Z] f945c11017a6: Preparing [2024-09-24T11:13:16.492Z] ee5724db1c26: Preparing [2024-09-24T11:13:16.492Z] 149195224349: Preparing [2024-09-24T11:13:16.492Z] db2e983b7906: Preparing [2024-09-24T11:13:16.492Z] b8be3f67eea9: Preparing [2024-09-24T11:13:16.492Z] ee6eae67fb29: Preparing [2024-09-24T11:13:16.492Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:16.492Z] ee6eae67fb29: Waiting [2024-09-24T11:13:16.492Z] 541e0eb45536: Preparing [2024-09-24T11:13:16.492Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:16.492Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:16.492Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:16.492Z] db2e983b7906: Layer already exists [2024-09-24T11:13:16.492Z] ee5724db1c26: Layer already exists [2024-09-24T11:13:16.492Z] f945c11017a6: Layer already exists [2024-09-24T11:13:16.492Z] 149195224349: Layer already exists [2024-09-24T11:13:16.492Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:16.492Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:16.492Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:16.492Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:16.492Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:16.492Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:17.113Z] + 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-24T11:13:17.470Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-09-24T11:13:17.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-09-24T11:13:17.470Z] f945c11017a6: Preparing [2024-09-24T11:13:17.470Z] ee5724db1c26: Preparing [2024-09-24T11:13:17.470Z] 149195224349: Preparing [2024-09-24T11:13:17.470Z] db2e983b7906: Preparing [2024-09-24T11:13:17.470Z] b8be3f67eea9: Preparing [2024-09-24T11:13:17.470Z] ee6eae67fb29: Preparing [2024-09-24T11:13:17.470Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:17.470Z] 541e0eb45536: Preparing [2024-09-24T11:13:17.470Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:17.470Z] ee6eae67fb29: Waiting [2024-09-24T11:13:17.470Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:17.470Z] 541e0eb45536: Waiting [2024-09-24T11:13:17.470Z] f945c11017a6: Layer already exists [2024-09-24T11:13:17.470Z] 149195224349: Layer already exists [2024-09-24T11:13:17.470Z] ee5724db1c26: Layer already exists [2024-09-24T11:13:17.470Z] db2e983b7906: Layer already exists [2024-09-24T11:13:17.470Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:17.470Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:17.470Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:17.470Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:17.470Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:17.734Z] main: digest: sha256:48837df51a7f4a13ba275eb046458560bf85defac7fcff93e5f8666b579bc422 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:13:17.812Z] ===================================================== [Pipeline] echo [2024-09-24T11:13:17.824Z] taggedImages: [2024-09-24T11:13:17.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:17.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-09-24T11:13:17.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.81 [2024-09-24T11:13:17.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:17.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-09-24T11:13:17.862Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-09-24T11:13:17.862Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:17.862Z] latest [2024-09-24T11:13:17.862Z] 3.2.0-dev.81 [2024-09-24T11:13:17.862Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:17.862Z] main [2024-09-24T11:13:17.862Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:18.256Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:18.728Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:18.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-24T11:13:18.728Z] b450df89a2cf: Preparing [2024-09-24T11:13:18.728Z] f91391fea99d: Preparing [2024-09-24T11:13:18.728Z] a45c3fde8ecc: Preparing [2024-09-24T11:13:18.728Z] b8be3f67eea9: Preparing [2024-09-24T11:13:18.728Z] ee6eae67fb29: Preparing [2024-09-24T11:13:18.728Z] 1fd64efc92e2: Preparing [2024-09-24T11:13:18.728Z] 74dc0802527b: Preparing [2024-09-24T11:13:18.728Z] 1fd64efc92e2: Waiting [2024-09-24T11:13:18.728Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:18.728Z] 74dc0802527b: Waiting [2024-09-24T11:13:18.728Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:19.012Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:19.012Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:19.012Z] f91391fea99d: Pushed [2024-09-24T11:13:19.012Z] b450df89a2cf: Pushed [2024-09-24T11:13:19.012Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:19.012Z] 1fd64efc92e2: Pushed [2024-09-24T11:13:19.012Z] 74dc0802527b: Pushed [2024-09-24T11:13:25.746Z] a45c3fde8ecc: Pushed [2024-09-24T11:13:25.746Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:26.104Z] + 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-24T11:13:26.465Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-24T11:13:26.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-24T11:13:26.465Z] b450df89a2cf: Preparing [2024-09-24T11:13:26.465Z] f91391fea99d: Preparing [2024-09-24T11:13:26.465Z] a45c3fde8ecc: Preparing [2024-09-24T11:13:26.465Z] b8be3f67eea9: Preparing [2024-09-24T11:13:26.465Z] ee6eae67fb29: Preparing [2024-09-24T11:13:26.465Z] 1fd64efc92e2: Preparing [2024-09-24T11:13:26.465Z] 74dc0802527b: Preparing [2024-09-24T11:13:26.465Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:26.465Z] 74dc0802527b: Waiting [2024-09-24T11:13:26.465Z] 1fd64efc92e2: Waiting [2024-09-24T11:13:26.465Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:26.465Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:26.465Z] a45c3fde8ecc: Layer already exists [2024-09-24T11:13:26.465Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:26.465Z] f91391fea99d: Layer already exists [2024-09-24T11:13:26.465Z] b450df89a2cf: Layer already exists [2024-09-24T11:13:26.465Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:26.465Z] 74dc0802527b: Layer already exists [2024-09-24T11:13:26.465Z] 1fd64efc92e2: Layer already exists [2024-09-24T11:13:26.730Z] latest: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:27.089Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:27.447Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.81 [2024-09-24T11:13:27.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-24T11:13:27.447Z] b450df89a2cf: Preparing [2024-09-24T11:13:27.447Z] f91391fea99d: Preparing [2024-09-24T11:13:27.447Z] a45c3fde8ecc: Preparing [2024-09-24T11:13:27.447Z] b8be3f67eea9: Preparing [2024-09-24T11:13:27.447Z] ee6eae67fb29: Preparing [2024-09-24T11:13:27.447Z] 1fd64efc92e2: Preparing [2024-09-24T11:13:27.447Z] 74dc0802527b: Preparing [2024-09-24T11:13:27.447Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:27.447Z] 1fd64efc92e2: Waiting [2024-09-24T11:13:27.447Z] 74dc0802527b: Waiting [2024-09-24T11:13:27.447Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:27.447Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:27.447Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:27.447Z] a45c3fde8ecc: Layer already exists [2024-09-24T11:13:27.447Z] b450df89a2cf: Layer already exists [2024-09-24T11:13:27.447Z] f91391fea99d: Layer already exists [2024-09-24T11:13:27.447Z] 74dc0802527b: Layer already exists [2024-09-24T11:13:27.447Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:27.447Z] 1fd64efc92e2: Layer already exists [2024-09-24T11:13:27.447Z] 3.2.0-dev.81: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:28.062Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:28.409Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:28.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-24T11:13:28.409Z] b450df89a2cf: Preparing [2024-09-24T11:13:28.409Z] f91391fea99d: Preparing [2024-09-24T11:13:28.409Z] a45c3fde8ecc: Preparing [2024-09-24T11:13:28.409Z] b8be3f67eea9: Preparing [2024-09-24T11:13:28.409Z] ee6eae67fb29: Preparing [2024-09-24T11:13:28.409Z] 1fd64efc92e2: Preparing [2024-09-24T11:13:28.409Z] 74dc0802527b: Preparing [2024-09-24T11:13:28.409Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:28.409Z] 74dc0802527b: Waiting [2024-09-24T11:13:28.409Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:28.409Z] 1fd64efc92e2: Waiting [2024-09-24T11:13:28.409Z] b450df89a2cf: Layer already exists [2024-09-24T11:13:28.409Z] f91391fea99d: Layer already exists [2024-09-24T11:13:28.409Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:28.409Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:28.409Z] a45c3fde8ecc: Layer already exists [2024-09-24T11:13:28.409Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:28.409Z] 74dc0802527b: Layer already exists [2024-09-24T11:13:28.409Z] 1fd64efc92e2: Layer already exists [2024-09-24T11:13:28.675Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:29.025Z] + 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-24T11:13:29.380Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-09-24T11:13:29.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-09-24T11:13:29.380Z] b450df89a2cf: Preparing [2024-09-24T11:13:29.380Z] f91391fea99d: Preparing [2024-09-24T11:13:29.380Z] a45c3fde8ecc: Preparing [2024-09-24T11:13:29.380Z] b8be3f67eea9: Preparing [2024-09-24T11:13:29.380Z] ee6eae67fb29: Preparing [2024-09-24T11:13:29.380Z] 1fd64efc92e2: Preparing [2024-09-24T11:13:29.380Z] 74dc0802527b: Preparing [2024-09-24T11:13:29.380Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:29.380Z] 74dc0802527b: Waiting [2024-09-24T11:13:29.380Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:29.380Z] 1fd64efc92e2: Waiting [2024-09-24T11:13:29.380Z] f91391fea99d: Layer already exists [2024-09-24T11:13:29.380Z] b450df89a2cf: Layer already exists [2024-09-24T11:13:29.380Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:29.380Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:29.380Z] a45c3fde8ecc: Layer already exists [2024-09-24T11:13:29.380Z] 74dc0802527b: Layer already exists [2024-09-24T11:13:29.380Z] 1fd64efc92e2: Layer already exists [2024-09-24T11:13:29.380Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:29.646Z] main: digest: sha256:4abd4f869a1d4a812817d5505af0c8dacb4cfc479795a87a408980c56dd310b0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:13:29.725Z] ===================================================== [Pipeline] echo [2024-09-24T11:13:29.742Z] taggedImages: [2024-09-24T11:13:29.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:29.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-09-24T11:13:29.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.81 [2024-09-24T11:13:29.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:29.742Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-09-24T11:13:29.770Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-09-24T11:13:29.770Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:29.770Z] latest [2024-09-24T11:13:29.770Z] 3.2.0-dev.81 [2024-09-24T11:13:29.770Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:29.770Z] main [2024-09-24T11:13:29.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:30.141Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:30.486Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:30.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-24T11:13:30.486Z] d7cee9f131b9: Preparing [2024-09-24T11:13:30.486Z] bf5c0c196c11: Preparing [2024-09-24T11:13:30.486Z] 1d4e6441bf23: Preparing [2024-09-24T11:13:30.486Z] ee6eae67fb29: Preparing [2024-09-24T11:13:30.486Z] a7d2b2719c99: Preparing [2024-09-24T11:13:30.486Z] 952354f8f6dc: Preparing [2024-09-24T11:13:30.486Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:30.486Z] 952354f8f6dc: Waiting [2024-09-24T11:13:30.486Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:30.486Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:30.752Z] bf5c0c196c11: Pushed [2024-09-24T11:13:30.752Z] a7d2b2719c99: Pushed [2024-09-24T11:13:30.752Z] 952354f8f6dc: Pushed [2024-09-24T11:13:30.752Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:30.752Z] d7cee9f131b9: Pushed [2024-09-24T11:13:37.378Z] 1d4e6441bf23: Pushed [2024-09-24T11:13:37.378Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:37.722Z] + 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-24T11:13:38.074Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-24T11:13:38.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-24T11:13:38.074Z] d7cee9f131b9: Preparing [2024-09-24T11:13:38.074Z] bf5c0c196c11: Preparing [2024-09-24T11:13:38.074Z] 1d4e6441bf23: Preparing [2024-09-24T11:13:38.074Z] ee6eae67fb29: Preparing [2024-09-24T11:13:38.074Z] a7d2b2719c99: Preparing [2024-09-24T11:13:38.074Z] 952354f8f6dc: Preparing [2024-09-24T11:13:38.074Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:38.074Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:38.074Z] d7cee9f131b9: Layer already exists [2024-09-24T11:13:38.074Z] bf5c0c196c11: Layer already exists [2024-09-24T11:13:38.074Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:38.074Z] 1d4e6441bf23: Layer already exists [2024-09-24T11:13:38.074Z] a7d2b2719c99: Layer already exists [2024-09-24T11:13:38.074Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:38.074Z] 952354f8f6dc: Layer already exists [2024-09-24T11:13:38.074Z] latest: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:38.420Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:38.763Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.81 [2024-09-24T11:13:38.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-24T11:13:38.763Z] d7cee9f131b9: Preparing [2024-09-24T11:13:38.763Z] bf5c0c196c11: Preparing [2024-09-24T11:13:38.763Z] 1d4e6441bf23: Preparing [2024-09-24T11:13:38.763Z] ee6eae67fb29: Preparing [2024-09-24T11:13:38.763Z] a7d2b2719c99: Preparing [2024-09-24T11:13:38.763Z] 952354f8f6dc: Preparing [2024-09-24T11:13:38.763Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:38.763Z] 952354f8f6dc: Waiting [2024-09-24T11:13:38.763Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:38.763Z] a7d2b2719c99: Layer already exists [2024-09-24T11:13:38.763Z] d7cee9f131b9: Layer already exists [2024-09-24T11:13:38.763Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:38.763Z] 1d4e6441bf23: Layer already exists [2024-09-24T11:13:38.763Z] bf5c0c196c11: Layer already exists [2024-09-24T11:13:38.763Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:38.763Z] 952354f8f6dc: Layer already exists [2024-09-24T11:13:38.763Z] 3.2.0-dev.81: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:39.374Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:39.721Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:39.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-24T11:13:39.721Z] d7cee9f131b9: Preparing [2024-09-24T11:13:39.721Z] bf5c0c196c11: Preparing [2024-09-24T11:13:39.721Z] 1d4e6441bf23: Preparing [2024-09-24T11:13:39.721Z] ee6eae67fb29: Preparing [2024-09-24T11:13:39.721Z] a7d2b2719c99: Preparing [2024-09-24T11:13:39.721Z] 952354f8f6dc: Preparing [2024-09-24T11:13:39.721Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:39.721Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:39.721Z] 952354f8f6dc: Waiting [2024-09-24T11:13:39.721Z] bf5c0c196c11: Layer already exists [2024-09-24T11:13:39.721Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:39.721Z] d7cee9f131b9: Layer already exists [2024-09-24T11:13:39.721Z] 1d4e6441bf23: Layer already exists [2024-09-24T11:13:39.721Z] a7d2b2719c99: Layer already exists [2024-09-24T11:13:39.721Z] 952354f8f6dc: Layer already exists [2024-09-24T11:13:39.721Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:39.721Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:40.342Z] + 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-24T11:13:40.707Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-09-24T11:13:40.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-09-24T11:13:40.707Z] d7cee9f131b9: Preparing [2024-09-24T11:13:40.707Z] bf5c0c196c11: Preparing [2024-09-24T11:13:40.707Z] 1d4e6441bf23: Preparing [2024-09-24T11:13:40.707Z] ee6eae67fb29: Preparing [2024-09-24T11:13:40.707Z] a7d2b2719c99: Preparing [2024-09-24T11:13:40.707Z] 952354f8f6dc: Preparing [2024-09-24T11:13:40.707Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:40.707Z] 952354f8f6dc: Waiting [2024-09-24T11:13:40.707Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:40.707Z] d7cee9f131b9: Layer already exists [2024-09-24T11:13:40.707Z] a7d2b2719c99: Layer already exists [2024-09-24T11:13:40.707Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:40.707Z] 1d4e6441bf23: Layer already exists [2024-09-24T11:13:40.707Z] bf5c0c196c11: Layer already exists [2024-09-24T11:13:40.707Z] 952354f8f6dc: Layer already exists [2024-09-24T11:13:40.707Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:40.971Z] main: digest: sha256:f364b545e4942aad68d81978d5d1b0983972b96a9b79bc7c87c42c1005ca7518 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:13:41.045Z] ===================================================== [Pipeline] echo [2024-09-24T11:13:41.060Z] taggedImages: [2024-09-24T11:13:41.060Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:41.060Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-09-24T11:13:41.060Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.81 [2024-09-24T11:13:41.060Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:41.060Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-09-24T11:13:41.094Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-09-24T11:13:41.094Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:41.094Z] latest [2024-09-24T11:13:41.094Z] 3.2.0-dev.81 [2024-09-24T11:13:41.094Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:41.094Z] main [2024-09-24T11:13:41.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:41.457Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:41.810Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:41.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-24T11:13:41.810Z] ea98603381e4: Preparing [2024-09-24T11:13:41.810Z] 86fc9cd54367: Preparing [2024-09-24T11:13:41.810Z] bf99bee48c3f: Preparing [2024-09-24T11:13:41.810Z] b3f8206d4d4c: Preparing [2024-09-24T11:13:41.810Z] b8be3f67eea9: Preparing [2024-09-24T11:13:41.810Z] ee6eae67fb29: Preparing [2024-09-24T11:13:41.810Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:41.810Z] 541e0eb45536: Preparing [2024-09-24T11:13:41.810Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:41.810Z] ee6eae67fb29: Waiting [2024-09-24T11:13:41.810Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:41.810Z] 541e0eb45536: Waiting [2024-09-24T11:13:41.810Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:41.810Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:42.074Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:42.074Z] 86fc9cd54367: Pushed [2024-09-24T11:13:42.074Z] bf99bee48c3f: Pushed [2024-09-24T11:13:42.074Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:42.074Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:42.074Z] ea98603381e4: Pushed [2024-09-24T11:13:42.074Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:48.691Z] b3f8206d4d4c: Pushed [2024-09-24T11:13:48.691Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:49.047Z] + 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-24T11:13:49.387Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-24T11:13:49.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-24T11:13:49.387Z] ea98603381e4: Preparing [2024-09-24T11:13:49.387Z] 86fc9cd54367: Preparing [2024-09-24T11:13:49.387Z] bf99bee48c3f: Preparing [2024-09-24T11:13:49.387Z] b3f8206d4d4c: Preparing [2024-09-24T11:13:49.387Z] b8be3f67eea9: Preparing [2024-09-24T11:13:49.387Z] ee6eae67fb29: Preparing [2024-09-24T11:13:49.387Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:49.387Z] 541e0eb45536: Preparing [2024-09-24T11:13:49.387Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:49.387Z] ee6eae67fb29: Waiting [2024-09-24T11:13:49.387Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:49.387Z] 541e0eb45536: Waiting [2024-09-24T11:13:49.387Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:49.387Z] 86fc9cd54367: Layer already exists [2024-09-24T11:13:49.387Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:49.387Z] b3f8206d4d4c: Layer already exists [2024-09-24T11:13:49.387Z] ea98603381e4: Layer already exists [2024-09-24T11:13:49.387Z] bf99bee48c3f: Layer already exists [2024-09-24T11:13:49.387Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:49.387Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:49.387Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:49.387Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:49.387Z] latest: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:50.015Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:50.360Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.81 [2024-09-24T11:13:50.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-24T11:13:50.361Z] ea98603381e4: Preparing [2024-09-24T11:13:50.361Z] 86fc9cd54367: Preparing [2024-09-24T11:13:50.361Z] bf99bee48c3f: Preparing [2024-09-24T11:13:50.361Z] b3f8206d4d4c: Preparing [2024-09-24T11:13:50.361Z] b8be3f67eea9: Preparing [2024-09-24T11:13:50.361Z] ee6eae67fb29: Preparing [2024-09-24T11:13:50.361Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:50.361Z] 541e0eb45536: Preparing [2024-09-24T11:13:50.361Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:50.361Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:50.361Z] 541e0eb45536: Waiting [2024-09-24T11:13:50.361Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:50.361Z] ee6eae67fb29: Waiting [2024-09-24T11:13:50.361Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:50.361Z] ea98603381e4: Layer already exists [2024-09-24T11:13:50.361Z] 86fc9cd54367: Layer already exists [2024-09-24T11:13:50.361Z] b3f8206d4d4c: Layer already exists [2024-09-24T11:13:50.361Z] bf99bee48c3f: Layer already exists [2024-09-24T11:13:50.361Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:50.361Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:50.361Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:50.361Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:50.361Z] 3.2.0-dev.81: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:50.706Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:51.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:51.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-24T11:13:51.058Z] ea98603381e4: Preparing [2024-09-24T11:13:51.058Z] 86fc9cd54367: Preparing [2024-09-24T11:13:51.058Z] bf99bee48c3f: Preparing [2024-09-24T11:13:51.058Z] b3f8206d4d4c: Preparing [2024-09-24T11:13:51.058Z] b8be3f67eea9: Preparing [2024-09-24T11:13:51.058Z] ee6eae67fb29: Preparing [2024-09-24T11:13:51.058Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:51.058Z] 541e0eb45536: Preparing [2024-09-24T11:13:51.058Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:51.058Z] ee6eae67fb29: Waiting [2024-09-24T11:13:51.058Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:51.058Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:51.058Z] 541e0eb45536: Waiting [2024-09-24T11:13:51.058Z] bf99bee48c3f: Layer already exists [2024-09-24T11:13:51.058Z] b3f8206d4d4c: Layer already exists [2024-09-24T11:13:51.058Z] ea98603381e4: Layer already exists [2024-09-24T11:13:51.058Z] 86fc9cd54367: Layer already exists [2024-09-24T11:13:51.058Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:51.058Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:51.058Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:51.058Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:51.058Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:51.058Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:51.686Z] + 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-24T11:13:52.035Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-09-24T11:13:52.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-09-24T11:13:52.035Z] ea98603381e4: Preparing [2024-09-24T11:13:52.035Z] 86fc9cd54367: Preparing [2024-09-24T11:13:52.035Z] bf99bee48c3f: Preparing [2024-09-24T11:13:52.035Z] b3f8206d4d4c: Preparing [2024-09-24T11:13:52.035Z] b8be3f67eea9: Preparing [2024-09-24T11:13:52.035Z] ee6eae67fb29: Preparing [2024-09-24T11:13:52.035Z] a8d95f9b6cb0: Preparing [2024-09-24T11:13:52.035Z] ee6eae67fb29: Waiting [2024-09-24T11:13:52.035Z] 541e0eb45536: Preparing [2024-09-24T11:13:52.035Z] a8d95f9b6cb0: Waiting [2024-09-24T11:13:52.035Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:52.035Z] 541e0eb45536: Waiting [2024-09-24T11:13:52.035Z] bf99bee48c3f: Layer already exists [2024-09-24T11:13:52.035Z] 86fc9cd54367: Layer already exists [2024-09-24T11:13:52.035Z] ea98603381e4: Layer already exists [2024-09-24T11:13:52.035Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:52.035Z] b3f8206d4d4c: Layer already exists [2024-09-24T11:13:52.035Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:13:52.035Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:52.035Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:52.035Z] 541e0eb45536: Layer already exists [2024-09-24T11:13:52.035Z] main: digest: sha256:f22ab2d22a06f3a838406d7acd2258bf93b60c3e755d8cff6a5914c8e03dad90 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:13:52.379Z] ===================================================== [Pipeline] echo [2024-09-24T11:13:52.396Z] taggedImages: [2024-09-24T11:13:52.396Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:52.396Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-09-24T11:13:52.396Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.81 [2024-09-24T11:13:52.396Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:52.396Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-09-24T11:13:52.425Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-09-24T11:13:52.425Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:52.425Z] latest [2024-09-24T11:13:52.425Z] 3.2.0-dev.81 [2024-09-24T11:13:52.425Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:52.425Z] main [2024-09-24T11:13:52.425Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:52.793Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:53.137Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:13:53.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-24T11:13:53.137Z] a88bccb6b63c: Preparing [2024-09-24T11:13:53.137Z] 84aecbfa689c: Preparing [2024-09-24T11:13:53.137Z] 40e4525d686b: Preparing [2024-09-24T11:13:53.137Z] ab98c03953d1: Preparing [2024-09-24T11:13:53.137Z] 80b3841cc29f: Preparing [2024-09-24T11:13:53.137Z] 0c16d5d8baa7: Preparing [2024-09-24T11:13:53.137Z] d46937c740b6: Preparing [2024-09-24T11:13:53.137Z] 7bc855b27c73: Preparing [2024-09-24T11:13:53.137Z] b8be3f67eea9: Preparing [2024-09-24T11:13:53.137Z] ee6eae67fb29: Preparing [2024-09-24T11:13:53.137Z] a469b5bf1ac9: Preparing [2024-09-24T11:13:53.137Z] f18724d62450: Preparing [2024-09-24T11:13:53.137Z] 5f70bf18a086: Preparing [2024-09-24T11:13:53.137Z] 535f7a774af5: Preparing [2024-09-24T11:13:53.137Z] 7c7ed91f38a3: Preparing [2024-09-24T11:13:53.137Z] 43db6eee2345: Preparing [2024-09-24T11:13:53.137Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:53.137Z] 0c16d5d8baa7: Waiting [2024-09-24T11:13:53.137Z] d46937c740b6: Waiting [2024-09-24T11:13:53.137Z] 7bc855b27c73: Waiting [2024-09-24T11:13:53.137Z] b8be3f67eea9: Waiting [2024-09-24T11:13:53.137Z] ee6eae67fb29: Waiting [2024-09-24T11:13:53.137Z] a469b5bf1ac9: Waiting [2024-09-24T11:13:53.137Z] 43db6eee2345: Waiting [2024-09-24T11:13:53.137Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:53.137Z] 5f70bf18a086: Waiting [2024-09-24T11:13:53.137Z] 535f7a774af5: Waiting [2024-09-24T11:13:53.137Z] 7c7ed91f38a3: Waiting [2024-09-24T11:13:53.403Z] 80b3841cc29f: Pushed [2024-09-24T11:13:53.403Z] 84aecbfa689c: Pushed [2024-09-24T11:13:53.403Z] 40e4525d686b: Pushed [2024-09-24T11:13:53.403Z] a88bccb6b63c: Pushed [2024-09-24T11:13:53.403Z] ab98c03953d1: Pushed [2024-09-24T11:13:53.403Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:53.403Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:53.669Z] d46937c740b6: Pushed [2024-09-24T11:13:53.669Z] 0c16d5d8baa7: Pushed [2024-09-24T11:13:53.669Z] 5f70bf18a086: Layer already exists [2024-09-24T11:13:53.669Z] a469b5bf1ac9: Pushed [2024-09-24T11:13:53.669Z] f18724d62450: Pushed [2024-09-24T11:13:53.670Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:53.670Z] 535f7a774af5: Pushed [2024-09-24T11:13:53.670Z] 7c7ed91f38a3: Pushed [2024-09-24T11:13:53.670Z] 43db6eee2345: Pushed [2024-09-24T11:13:56.237Z] 7bc855b27c73: Pushed [2024-09-24T11:13:56.503Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:56.850Z] + 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-24T11:13:57.198Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-24T11:13:57.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-24T11:13:57.198Z] a88bccb6b63c: Preparing [2024-09-24T11:13:57.198Z] 84aecbfa689c: Preparing [2024-09-24T11:13:57.198Z] 40e4525d686b: Preparing [2024-09-24T11:13:57.198Z] ab98c03953d1: Preparing [2024-09-24T11:13:57.198Z] 80b3841cc29f: Preparing [2024-09-24T11:13:57.198Z] 0c16d5d8baa7: Preparing [2024-09-24T11:13:57.198Z] d46937c740b6: Preparing [2024-09-24T11:13:57.198Z] 7bc855b27c73: Preparing [2024-09-24T11:13:57.198Z] b8be3f67eea9: Preparing [2024-09-24T11:13:57.198Z] ee6eae67fb29: Preparing [2024-09-24T11:13:57.198Z] a469b5bf1ac9: Preparing [2024-09-24T11:13:57.198Z] f18724d62450: Preparing [2024-09-24T11:13:57.198Z] 5f70bf18a086: Preparing [2024-09-24T11:13:57.198Z] 535f7a774af5: Preparing [2024-09-24T11:13:57.198Z] 0c16d5d8baa7: Waiting [2024-09-24T11:13:57.198Z] 7c7ed91f38a3: Preparing [2024-09-24T11:13:57.198Z] d46937c740b6: Waiting [2024-09-24T11:13:57.198Z] 43db6eee2345: Preparing [2024-09-24T11:13:57.198Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:57.198Z] b8be3f67eea9: Waiting [2024-09-24T11:13:57.198Z] ee6eae67fb29: Waiting [2024-09-24T11:13:57.198Z] a469b5bf1ac9: Waiting [2024-09-24T11:13:57.198Z] f18724d62450: Waiting [2024-09-24T11:13:57.198Z] 5f70bf18a086: Waiting [2024-09-24T11:13:57.198Z] 535f7a774af5: Waiting [2024-09-24T11:13:57.198Z] 7c7ed91f38a3: Waiting [2024-09-24T11:13:57.198Z] 43db6eee2345: Waiting [2024-09-24T11:13:57.198Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:57.198Z] 7bc855b27c73: Waiting [2024-09-24T11:13:57.198Z] ab98c03953d1: Layer already exists [2024-09-24T11:13:57.198Z] 80b3841cc29f: Layer already exists [2024-09-24T11:13:57.198Z] 84aecbfa689c: Layer already exists [2024-09-24T11:13:57.198Z] a88bccb6b63c: Layer already exists [2024-09-24T11:13:57.198Z] 40e4525d686b: Layer already exists [2024-09-24T11:13:57.198Z] d46937c740b6: Layer already exists [2024-09-24T11:13:57.198Z] 7bc855b27c73: Layer already exists [2024-09-24T11:13:57.198Z] 0c16d5d8baa7: Layer already exists [2024-09-24T11:13:57.198Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:57.198Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:57.198Z] a469b5bf1ac9: Layer already exists [2024-09-24T11:13:57.198Z] 535f7a774af5: Layer already exists [2024-09-24T11:13:57.198Z] f18724d62450: Layer already exists [2024-09-24T11:13:57.198Z] 7c7ed91f38a3: Layer already exists [2024-09-24T11:13:57.198Z] 5f70bf18a086: Layer already exists [2024-09-24T11:13:57.198Z] 43db6eee2345: Layer already exists [2024-09-24T11:13:57.198Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:57.462Z] latest: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:57.909Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:58.247Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.81 [2024-09-24T11:13:58.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-24T11:13:58.247Z] a88bccb6b63c: Preparing [2024-09-24T11:13:58.247Z] 84aecbfa689c: Preparing [2024-09-24T11:13:58.247Z] 40e4525d686b: Preparing [2024-09-24T11:13:58.247Z] ab98c03953d1: Preparing [2024-09-24T11:13:58.247Z] 80b3841cc29f: Preparing [2024-09-24T11:13:58.247Z] 0c16d5d8baa7: Preparing [2024-09-24T11:13:58.247Z] d46937c740b6: Preparing [2024-09-24T11:13:58.247Z] 7bc855b27c73: Preparing [2024-09-24T11:13:58.247Z] b8be3f67eea9: Preparing [2024-09-24T11:13:58.247Z] ee6eae67fb29: Preparing [2024-09-24T11:13:58.247Z] a469b5bf1ac9: Preparing [2024-09-24T11:13:58.247Z] f18724d62450: Preparing [2024-09-24T11:13:58.247Z] 5f70bf18a086: Preparing [2024-09-24T11:13:58.247Z] 535f7a774af5: Preparing [2024-09-24T11:13:58.247Z] 7c7ed91f38a3: Preparing [2024-09-24T11:13:58.247Z] 43db6eee2345: Preparing [2024-09-24T11:13:58.247Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:58.247Z] 0c16d5d8baa7: Waiting [2024-09-24T11:13:58.247Z] f18724d62450: Waiting [2024-09-24T11:13:58.247Z] d46937c740b6: Waiting [2024-09-24T11:13:58.247Z] 5f70bf18a086: Waiting [2024-09-24T11:13:58.247Z] 535f7a774af5: Waiting [2024-09-24T11:13:58.247Z] 7c7ed91f38a3: Waiting [2024-09-24T11:13:58.247Z] 43db6eee2345: Waiting [2024-09-24T11:13:58.247Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:58.247Z] 7bc855b27c73: Waiting [2024-09-24T11:13:58.247Z] b8be3f67eea9: Waiting [2024-09-24T11:13:58.247Z] ee6eae67fb29: Waiting [2024-09-24T11:13:58.247Z] a469b5bf1ac9: Waiting [2024-09-24T11:13:58.247Z] 84aecbfa689c: Layer already exists [2024-09-24T11:13:58.247Z] a88bccb6b63c: Layer already exists [2024-09-24T11:13:58.247Z] ab98c03953d1: Layer already exists [2024-09-24T11:13:58.247Z] 80b3841cc29f: Layer already exists [2024-09-24T11:13:58.247Z] 40e4525d686b: Layer already exists [2024-09-24T11:13:58.247Z] 7bc855b27c73: Layer already exists [2024-09-24T11:13:58.247Z] d46937c740b6: Layer already exists [2024-09-24T11:13:58.247Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:58.247Z] 0c16d5d8baa7: Layer already exists [2024-09-24T11:13:58.247Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:58.247Z] a469b5bf1ac9: Layer already exists [2024-09-24T11:13:58.247Z] 5f70bf18a086: Layer already exists [2024-09-24T11:13:58.247Z] 535f7a774af5: Layer already exists [2024-09-24T11:13:58.247Z] f18724d62450: Layer already exists [2024-09-24T11:13:58.247Z] 7c7ed91f38a3: Layer already exists [2024-09-24T11:13:58.247Z] 43db6eee2345: Layer already exists [2024-09-24T11:13:58.247Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:58.512Z] 3.2.0-dev.81: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:58.852Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:59.195Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:13:59.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-24T11:13:59.195Z] a88bccb6b63c: Preparing [2024-09-24T11:13:59.195Z] 84aecbfa689c: Preparing [2024-09-24T11:13:59.195Z] 40e4525d686b: Preparing [2024-09-24T11:13:59.195Z] ab98c03953d1: Preparing [2024-09-24T11:13:59.195Z] 80b3841cc29f: Preparing [2024-09-24T11:13:59.195Z] 0c16d5d8baa7: Preparing [2024-09-24T11:13:59.195Z] d46937c740b6: Preparing [2024-09-24T11:13:59.195Z] 7bc855b27c73: Preparing [2024-09-24T11:13:59.195Z] b8be3f67eea9: Preparing [2024-09-24T11:13:59.195Z] ee6eae67fb29: Preparing [2024-09-24T11:13:59.195Z] a469b5bf1ac9: Preparing [2024-09-24T11:13:59.195Z] f18724d62450: Preparing [2024-09-24T11:13:59.195Z] 5f70bf18a086: Preparing [2024-09-24T11:13:59.195Z] 535f7a774af5: Preparing [2024-09-24T11:13:59.195Z] 7c7ed91f38a3: Preparing [2024-09-24T11:13:59.195Z] 43db6eee2345: Preparing [2024-09-24T11:13:59.195Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:13:59.195Z] ee6eae67fb29: Waiting [2024-09-24T11:13:59.195Z] 535f7a774af5: Waiting [2024-09-24T11:13:59.195Z] a469b5bf1ac9: Waiting [2024-09-24T11:13:59.195Z] f18724d62450: Waiting [2024-09-24T11:13:59.195Z] 5f70bf18a086: Waiting [2024-09-24T11:13:59.195Z] 7c7ed91f38a3: Waiting [2024-09-24T11:13:59.195Z] 43db6eee2345: Waiting [2024-09-24T11:13:59.195Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:13:59.195Z] d46937c740b6: Waiting [2024-09-24T11:13:59.195Z] 7bc855b27c73: Waiting [2024-09-24T11:13:59.195Z] 0c16d5d8baa7: Waiting [2024-09-24T11:13:59.195Z] b8be3f67eea9: Waiting [2024-09-24T11:13:59.195Z] a88bccb6b63c: Layer already exists [2024-09-24T11:13:59.195Z] 84aecbfa689c: Layer already exists [2024-09-24T11:13:59.195Z] 80b3841cc29f: Layer already exists [2024-09-24T11:13:59.195Z] 40e4525d686b: Layer already exists [2024-09-24T11:13:59.195Z] ab98c03953d1: Layer already exists [2024-09-24T11:13:59.195Z] 7bc855b27c73: Layer already exists [2024-09-24T11:13:59.195Z] d46937c740b6: Layer already exists [2024-09-24T11:13:59.195Z] b8be3f67eea9: Layer already exists [2024-09-24T11:13:59.195Z] 0c16d5d8baa7: Layer already exists [2024-09-24T11:13:59.195Z] ee6eae67fb29: Layer already exists [2024-09-24T11:13:59.195Z] a469b5bf1ac9: Layer already exists [2024-09-24T11:13:59.195Z] 5f70bf18a086: Layer already exists [2024-09-24T11:13:59.195Z] 7c7ed91f38a3: Layer already exists [2024-09-24T11:13:59.195Z] f18724d62450: Layer already exists [2024-09-24T11:13:59.195Z] 535f7a774af5: Layer already exists [2024-09-24T11:13:59.195Z] 43db6eee2345: Layer already exists [2024-09-24T11:13:59.195Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:13:59.458Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:13:59.813Z] + 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-24T11:14:00.151Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-09-24T11:14:00.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-09-24T11:14:00.151Z] a88bccb6b63c: Preparing [2024-09-24T11:14:00.151Z] 84aecbfa689c: Preparing [2024-09-24T11:14:00.151Z] 40e4525d686b: Preparing [2024-09-24T11:14:00.151Z] ab98c03953d1: Preparing [2024-09-24T11:14:00.151Z] 80b3841cc29f: Preparing [2024-09-24T11:14:00.151Z] 0c16d5d8baa7: Preparing [2024-09-24T11:14:00.151Z] d46937c740b6: Preparing [2024-09-24T11:14:00.151Z] 7bc855b27c73: Preparing [2024-09-24T11:14:00.151Z] b8be3f67eea9: Preparing [2024-09-24T11:14:00.151Z] ee6eae67fb29: Preparing [2024-09-24T11:14:00.151Z] a469b5bf1ac9: Preparing [2024-09-24T11:14:00.151Z] f18724d62450: Preparing [2024-09-24T11:14:00.151Z] 5f70bf18a086: Preparing [2024-09-24T11:14:00.151Z] 535f7a774af5: Preparing [2024-09-24T11:14:00.151Z] 7c7ed91f38a3: Preparing [2024-09-24T11:14:00.151Z] 43db6eee2345: Preparing [2024-09-24T11:14:00.151Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:00.151Z] 0c16d5d8baa7: Waiting [2024-09-24T11:14:00.151Z] d46937c740b6: Waiting [2024-09-24T11:14:00.151Z] 5f70bf18a086: Waiting [2024-09-24T11:14:00.151Z] 535f7a774af5: Waiting [2024-09-24T11:14:00.151Z] 7bc855b27c73: Waiting [2024-09-24T11:14:00.151Z] 7c7ed91f38a3: Waiting [2024-09-24T11:14:00.151Z] b8be3f67eea9: Waiting [2024-09-24T11:14:00.151Z] 43db6eee2345: Waiting [2024-09-24T11:14:00.151Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:00.151Z] ee6eae67fb29: Waiting [2024-09-24T11:14:00.151Z] f18724d62450: Waiting [2024-09-24T11:14:00.151Z] a469b5bf1ac9: Waiting [2024-09-24T11:14:00.151Z] 84aecbfa689c: Layer already exists [2024-09-24T11:14:00.151Z] ab98c03953d1: Layer already exists [2024-09-24T11:14:00.151Z] 40e4525d686b: Layer already exists [2024-09-24T11:14:00.151Z] 80b3841cc29f: Layer already exists [2024-09-24T11:14:00.151Z] a88bccb6b63c: Layer already exists [2024-09-24T11:14:00.151Z] 0c16d5d8baa7: Layer already exists [2024-09-24T11:14:00.151Z] d46937c740b6: Layer already exists [2024-09-24T11:14:00.151Z] 7bc855b27c73: Layer already exists [2024-09-24T11:14:00.151Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:00.151Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:00.151Z] a469b5bf1ac9: Layer already exists [2024-09-24T11:14:00.151Z] f18724d62450: Layer already exists [2024-09-24T11:14:00.151Z] 5f70bf18a086: Layer already exists [2024-09-24T11:14:00.151Z] 7c7ed91f38a3: Layer already exists [2024-09-24T11:14:00.151Z] 535f7a774af5: Layer already exists [2024-09-24T11:14:00.151Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:00.151Z] 43db6eee2345: Layer already exists [2024-09-24T11:14:00.414Z] main: digest: sha256:e5f69137cc1d71e7bbc358ff5e34d3f34bfab6da6efd0c8c8127f494809a4ebc size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:14:00.487Z] ===================================================== [Pipeline] echo [2024-09-24T11:14:00.501Z] taggedImages: [2024-09-24T11:14:00.501Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:00.501Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-09-24T11:14:00.501Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.81 [2024-09-24T11:14:00.501Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:00.501Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-09-24T11:14:00.538Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-09-24T11:14:00.538Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:00.538Z] latest [2024-09-24T11:14:00.538Z] 3.2.0-dev.81 [2024-09-24T11:14:00.538Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:00.538Z] main [2024-09-24T11:14:00.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:00.897Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:01.246Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:01.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-24T11:14:01.246Z] ff94fb50fd14: Preparing [2024-09-24T11:14:01.246Z] ef65b4f7bdf4: Preparing [2024-09-24T11:14:01.246Z] a264095f39c3: Preparing [2024-09-24T11:14:01.246Z] 857b276168fe: Preparing [2024-09-24T11:14:01.246Z] b8be3f67eea9: Preparing [2024-09-24T11:14:01.246Z] ee6eae67fb29: Preparing [2024-09-24T11:14:01.246Z] a8d95f9b6cb0: Preparing [2024-09-24T11:14:01.246Z] 541e0eb45536: Preparing [2024-09-24T11:14:01.246Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:01.246Z] 541e0eb45536: Waiting [2024-09-24T11:14:01.246Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:01.246Z] ee6eae67fb29: Waiting [2024-09-24T11:14:01.246Z] a8d95f9b6cb0: Waiting [2024-09-24T11:14:01.246Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:01.510Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:01.510Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:14:01.510Z] 541e0eb45536: Layer already exists [2024-09-24T11:14:01.510Z] ff94fb50fd14: Pushed [2024-09-24T11:14:01.510Z] ef65b4f7bdf4: Pushed [2024-09-24T11:14:01.510Z] a264095f39c3: Pushed [2024-09-24T11:14:01.510Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:06.826Z] 857b276168fe: Pushed [2024-09-24T11:14:06.826Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:07.179Z] + 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-24T11:14:08.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-24T11:14:08.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-24T11:14:08.109Z] ff94fb50fd14: Preparing [2024-09-24T11:14:08.109Z] ef65b4f7bdf4: Preparing [2024-09-24T11:14:08.109Z] a264095f39c3: Preparing [2024-09-24T11:14:08.109Z] 857b276168fe: Preparing [2024-09-24T11:14:08.109Z] b8be3f67eea9: Preparing [2024-09-24T11:14:08.109Z] ee6eae67fb29: Preparing [2024-09-24T11:14:08.109Z] a8d95f9b6cb0: Preparing [2024-09-24T11:14:08.109Z] 541e0eb45536: Preparing [2024-09-24T11:14:08.109Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:08.109Z] ee6eae67fb29: Waiting [2024-09-24T11:14:08.109Z] a8d95f9b6cb0: Waiting [2024-09-24T11:14:08.109Z] 541e0eb45536: Waiting [2024-09-24T11:14:08.109Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:08.109Z] a264095f39c3: Layer already exists [2024-09-24T11:14:08.109Z] ff94fb50fd14: Layer already exists [2024-09-24T11:14:08.109Z] ef65b4f7bdf4: Layer already exists [2024-09-24T11:14:08.109Z] 857b276168fe: Layer already exists [2024-09-24T11:14:08.109Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:08.109Z] 541e0eb45536: Layer already exists [2024-09-24T11:14:08.109Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:08.109Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:14:08.109Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:08.373Z] latest: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:08.730Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:09.081Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.81 [2024-09-24T11:14:09.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-24T11:14:09.081Z] ff94fb50fd14: Preparing [2024-09-24T11:14:09.081Z] ef65b4f7bdf4: Preparing [2024-09-24T11:14:09.081Z] a264095f39c3: Preparing [2024-09-24T11:14:09.081Z] 857b276168fe: Preparing [2024-09-24T11:14:09.081Z] b8be3f67eea9: Preparing [2024-09-24T11:14:09.081Z] ee6eae67fb29: Preparing [2024-09-24T11:14:09.081Z] a8d95f9b6cb0: Preparing [2024-09-24T11:14:09.081Z] 541e0eb45536: Preparing [2024-09-24T11:14:09.081Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:09.081Z] a8d95f9b6cb0: Waiting [2024-09-24T11:14:09.081Z] 541e0eb45536: Waiting [2024-09-24T11:14:09.081Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:09.081Z] ee6eae67fb29: Waiting [2024-09-24T11:14:09.081Z] a264095f39c3: Layer already exists [2024-09-24T11:14:09.081Z] ff94fb50fd14: Layer already exists [2024-09-24T11:14:09.081Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:09.081Z] 857b276168fe: Layer already exists [2024-09-24T11:14:09.081Z] ef65b4f7bdf4: Layer already exists [2024-09-24T11:14:09.081Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:14:09.081Z] 541e0eb45536: Layer already exists [2024-09-24T11:14:09.081Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:09.081Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:09.081Z] 3.2.0-dev.81: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:09.429Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:09.776Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:09.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-24T11:14:09.776Z] ff94fb50fd14: Preparing [2024-09-24T11:14:09.776Z] ef65b4f7bdf4: Preparing [2024-09-24T11:14:09.776Z] a264095f39c3: Preparing [2024-09-24T11:14:09.776Z] 857b276168fe: Preparing [2024-09-24T11:14:09.776Z] b8be3f67eea9: Preparing [2024-09-24T11:14:09.776Z] ee6eae67fb29: Preparing [2024-09-24T11:14:09.776Z] a8d95f9b6cb0: Preparing [2024-09-24T11:14:09.776Z] 541e0eb45536: Preparing [2024-09-24T11:14:09.776Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:09.776Z] ee6eae67fb29: Waiting [2024-09-24T11:14:09.776Z] a8d95f9b6cb0: Waiting [2024-09-24T11:14:09.776Z] 541e0eb45536: Waiting [2024-09-24T11:14:09.776Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:09.776Z] ff94fb50fd14: Layer already exists [2024-09-24T11:14:09.776Z] a264095f39c3: Layer already exists [2024-09-24T11:14:09.776Z] 857b276168fe: Layer already exists [2024-09-24T11:14:09.776Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:09.776Z] ef65b4f7bdf4: Layer already exists [2024-09-24T11:14:09.776Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:09.776Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:09.776Z] 541e0eb45536: Layer already exists [2024-09-24T11:14:09.776Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:14:09.776Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:10.132Z] + 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-24T11:14:10.481Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-09-24T11:14:10.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-09-24T11:14:10.481Z] ff94fb50fd14: Preparing [2024-09-24T11:14:10.481Z] ef65b4f7bdf4: Preparing [2024-09-24T11:14:10.481Z] a264095f39c3: Preparing [2024-09-24T11:14:10.481Z] 857b276168fe: Preparing [2024-09-24T11:14:10.481Z] b8be3f67eea9: Preparing [2024-09-24T11:14:10.481Z] ee6eae67fb29: Preparing [2024-09-24T11:14:10.481Z] a8d95f9b6cb0: Preparing [2024-09-24T11:14:10.481Z] 541e0eb45536: Preparing [2024-09-24T11:14:10.481Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:10.481Z] ee6eae67fb29: Waiting [2024-09-24T11:14:10.481Z] a8d95f9b6cb0: Waiting [2024-09-24T11:14:10.481Z] 541e0eb45536: Waiting [2024-09-24T11:14:10.481Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:10.481Z] ff94fb50fd14: Layer already exists [2024-09-24T11:14:10.481Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:10.481Z] 857b276168fe: Layer already exists [2024-09-24T11:14:10.481Z] ef65b4f7bdf4: Layer already exists [2024-09-24T11:14:10.481Z] a264095f39c3: Layer already exists [2024-09-24T11:14:10.481Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:14:10.481Z] 541e0eb45536: Layer already exists [2024-09-24T11:14:10.481Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:10.481Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:10.481Z] main: digest: sha256:e49617af0ab10768cd5b64c34cf5f6775ec5d0314fe1778fc11c5a128abc6769 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:14:10.556Z] ===================================================== [Pipeline] echo [2024-09-24T11:14:10.575Z] taggedImages: [2024-09-24T11:14:10.575Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:10.575Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-09-24T11:14:10.575Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.81 [2024-09-24T11:14:10.575Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:10.575Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-09-24T11:14:10.603Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-09-24T11:14:10.603Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:10.603Z] latest [2024-09-24T11:14:10.603Z] 3.2.0-dev.81 [2024-09-24T11:14:10.603Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:10.603Z] main [2024-09-24T11:14:10.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:10.954Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:11.309Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:11.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-24T11:14:11.309Z] 000eba16fab1: Preparing [2024-09-24T11:14:11.309Z] 5e31d62ce640: Preparing [2024-09-24T11:14:11.309Z] 8119777cbe49: Preparing [2024-09-24T11:14:11.309Z] 47b92d8dbf4e: Preparing [2024-09-24T11:14:11.309Z] 5131deee0509: Preparing [2024-09-24T11:14:11.309Z] b8be3f67eea9: Preparing [2024-09-24T11:14:11.309Z] ee6eae67fb29: Preparing [2024-09-24T11:14:11.309Z] 5206ec9d623b: Preparing [2024-09-24T11:14:11.309Z] 29439558f1b1: Preparing [2024-09-24T11:14:11.309Z] de6435046ad4: Preparing [2024-09-24T11:14:11.309Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:11.309Z] b8be3f67eea9: Waiting [2024-09-24T11:14:11.309Z] ee6eae67fb29: Waiting [2024-09-24T11:14:11.309Z] 5206ec9d623b: Waiting [2024-09-24T11:14:11.309Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:11.309Z] de6435046ad4: Waiting [2024-09-24T11:14:11.573Z] 47b92d8dbf4e: Pushed [2024-09-24T11:14:11.573Z] 5e31d62ce640: Pushed [2024-09-24T11:14:11.573Z] 000eba16fab1: Pushed [2024-09-24T11:14:11.573Z] 5131deee0509: Pushed [2024-09-24T11:14:11.573Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:11.573Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:11.573Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:11.837Z] 5206ec9d623b: Pushed [2024-09-24T11:14:11.837Z] 29439558f1b1: Pushed [2024-09-24T11:14:13.766Z] 8119777cbe49: Pushed [2024-09-24T11:14:14.030Z] de6435046ad4: Pushed [2024-09-24T11:14:14.295Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:14.647Z] + 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-24T11:14:14.994Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-24T11:14:14.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-24T11:14:14.994Z] 000eba16fab1: Preparing [2024-09-24T11:14:14.994Z] 5e31d62ce640: Preparing [2024-09-24T11:14:14.994Z] 8119777cbe49: Preparing [2024-09-24T11:14:14.994Z] 47b92d8dbf4e: Preparing [2024-09-24T11:14:14.994Z] 5131deee0509: Preparing [2024-09-24T11:14:14.994Z] b8be3f67eea9: Preparing [2024-09-24T11:14:14.994Z] ee6eae67fb29: Preparing [2024-09-24T11:14:14.994Z] 5206ec9d623b: Preparing [2024-09-24T11:14:14.994Z] 29439558f1b1: Preparing [2024-09-24T11:14:14.994Z] de6435046ad4: Preparing [2024-09-24T11:14:14.994Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:14.994Z] ee6eae67fb29: Waiting [2024-09-24T11:14:14.994Z] 5206ec9d623b: Waiting [2024-09-24T11:14:14.994Z] 29439558f1b1: Waiting [2024-09-24T11:14:14.994Z] de6435046ad4: Waiting [2024-09-24T11:14:14.994Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:14.994Z] b8be3f67eea9: Waiting [2024-09-24T11:14:14.994Z] 000eba16fab1: Layer already exists [2024-09-24T11:14:14.994Z] 5e31d62ce640: Layer already exists [2024-09-24T11:14:14.994Z] 8119777cbe49: Layer already exists [2024-09-24T11:14:14.994Z] 47b92d8dbf4e: Layer already exists [2024-09-24T11:14:14.994Z] 5131deee0509: Layer already exists [2024-09-24T11:14:14.994Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:14.994Z] 5206ec9d623b: Layer already exists [2024-09-24T11:14:14.994Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:14.994Z] de6435046ad4: Layer already exists [2024-09-24T11:14:14.994Z] 29439558f1b1: Layer already exists [2024-09-24T11:14:14.994Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:15.258Z] latest: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:15.609Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:15.958Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.81 [2024-09-24T11:14:15.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-24T11:14:15.958Z] 000eba16fab1: Preparing [2024-09-24T11:14:15.958Z] 5e31d62ce640: Preparing [2024-09-24T11:14:15.958Z] 8119777cbe49: Preparing [2024-09-24T11:14:15.958Z] 47b92d8dbf4e: Preparing [2024-09-24T11:14:15.958Z] 5131deee0509: Preparing [2024-09-24T11:14:15.958Z] b8be3f67eea9: Preparing [2024-09-24T11:14:15.958Z] ee6eae67fb29: Preparing [2024-09-24T11:14:15.958Z] 5206ec9d623b: Preparing [2024-09-24T11:14:15.958Z] 29439558f1b1: Preparing [2024-09-24T11:14:15.958Z] de6435046ad4: Preparing [2024-09-24T11:14:15.958Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:15.958Z] b8be3f67eea9: Waiting [2024-09-24T11:14:15.958Z] ee6eae67fb29: Waiting [2024-09-24T11:14:15.958Z] 5206ec9d623b: Waiting [2024-09-24T11:14:15.958Z] 29439558f1b1: Waiting [2024-09-24T11:14:15.958Z] de6435046ad4: Waiting [2024-09-24T11:14:15.958Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:15.958Z] 5e31d62ce640: Layer already exists [2024-09-24T11:14:15.958Z] 47b92d8dbf4e: Layer already exists [2024-09-24T11:14:15.958Z] 000eba16fab1: Layer already exists [2024-09-24T11:14:15.958Z] 8119777cbe49: Layer already exists [2024-09-24T11:14:15.958Z] 5131deee0509: Layer already exists [2024-09-24T11:14:15.958Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:15.958Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:15.958Z] 5206ec9d623b: Layer already exists [2024-09-24T11:14:15.958Z] 29439558f1b1: Layer already exists [2024-09-24T11:14:15.958Z] de6435046ad4: Layer already exists [2024-09-24T11:14:15.958Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:16.223Z] 3.2.0-dev.81: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:16.576Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:16.918Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:16.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-24T11:14:16.918Z] 000eba16fab1: Preparing [2024-09-24T11:14:16.918Z] 5e31d62ce640: Preparing [2024-09-24T11:14:16.918Z] 8119777cbe49: Preparing [2024-09-24T11:14:16.918Z] 47b92d8dbf4e: Preparing [2024-09-24T11:14:16.918Z] 5131deee0509: Preparing [2024-09-24T11:14:16.918Z] b8be3f67eea9: Preparing [2024-09-24T11:14:16.918Z] ee6eae67fb29: Preparing [2024-09-24T11:14:16.918Z] 5206ec9d623b: Preparing [2024-09-24T11:14:16.918Z] 29439558f1b1: Preparing [2024-09-24T11:14:16.918Z] de6435046ad4: Preparing [2024-09-24T11:14:16.918Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:16.918Z] b8be3f67eea9: Waiting [2024-09-24T11:14:16.918Z] ee6eae67fb29: Waiting [2024-09-24T11:14:16.918Z] 5206ec9d623b: Waiting [2024-09-24T11:14:16.918Z] 29439558f1b1: Waiting [2024-09-24T11:14:16.918Z] de6435046ad4: Waiting [2024-09-24T11:14:16.918Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:16.918Z] 47b92d8dbf4e: Layer already exists [2024-09-24T11:14:16.918Z] 8119777cbe49: Layer already exists [2024-09-24T11:14:16.918Z] 000eba16fab1: Layer already exists [2024-09-24T11:14:16.918Z] 5131deee0509: Layer already exists [2024-09-24T11:14:16.918Z] 5e31d62ce640: Layer already exists [2024-09-24T11:14:16.918Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:16.918Z] 5206ec9d623b: Layer already exists [2024-09-24T11:14:16.918Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:16.918Z] 29439558f1b1: Layer already exists [2024-09-24T11:14:16.918Z] de6435046ad4: Layer already exists [2024-09-24T11:14:16.918Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:17.182Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:17.532Z] + 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-24T11:14:17.875Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-09-24T11:14:17.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-09-24T11:14:17.875Z] 000eba16fab1: Preparing [2024-09-24T11:14:17.875Z] 5e31d62ce640: Preparing [2024-09-24T11:14:17.875Z] 8119777cbe49: Preparing [2024-09-24T11:14:17.875Z] 47b92d8dbf4e: Preparing [2024-09-24T11:14:17.875Z] 5131deee0509: Preparing [2024-09-24T11:14:17.875Z] b8be3f67eea9: Preparing [2024-09-24T11:14:17.875Z] ee6eae67fb29: Preparing [2024-09-24T11:14:17.875Z] 5206ec9d623b: Preparing [2024-09-24T11:14:17.875Z] 29439558f1b1: Preparing [2024-09-24T11:14:17.875Z] de6435046ad4: Preparing [2024-09-24T11:14:17.875Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:17.875Z] 29439558f1b1: Waiting [2024-09-24T11:14:17.875Z] de6435046ad4: Waiting [2024-09-24T11:14:17.875Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:17.875Z] ee6eae67fb29: Waiting [2024-09-24T11:14:17.875Z] b8be3f67eea9: Waiting [2024-09-24T11:14:17.875Z] 5206ec9d623b: Waiting [2024-09-24T11:14:17.875Z] 5131deee0509: Layer already exists [2024-09-24T11:14:17.875Z] 000eba16fab1: Layer already exists [2024-09-24T11:14:17.875Z] 5e31d62ce640: Layer already exists [2024-09-24T11:14:17.875Z] 47b92d8dbf4e: Layer already exists [2024-09-24T11:14:17.875Z] 8119777cbe49: Layer already exists [2024-09-24T11:14:17.875Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:17.875Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:17.875Z] 29439558f1b1: Layer already exists [2024-09-24T11:14:17.875Z] 5206ec9d623b: Layer already exists [2024-09-24T11:14:17.875Z] de6435046ad4: Layer already exists [2024-09-24T11:14:17.875Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:18.138Z] main: digest: sha256:e62559f2f26eb17e3e2663b049961c7e3d3a5772846c5a3a6bd195d37444af92 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:14:18.234Z] ===================================================== [Pipeline] echo [2024-09-24T11:14:18.248Z] taggedImages: [2024-09-24T11:14:18.248Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:18.248Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-09-24T11:14:18.248Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.81 [2024-09-24T11:14:18.248Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:18.248Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-09-24T11:14:18.281Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-09-24T11:14:18.281Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:18.281Z] latest [2024-09-24T11:14:18.281Z] 3.2.0-dev.81 [2024-09-24T11:14:18.281Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:18.281Z] main [2024-09-24T11:14:18.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:18.639Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:19.555Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:19.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-24T11:14:19.555Z] fe2a6a20f507: Preparing [2024-09-24T11:14:19.555Z] 0a6ffb13568b: Preparing [2024-09-24T11:14:19.555Z] 61e65798eaac: Preparing [2024-09-24T11:14:19.555Z] 57c86b61754e: Preparing [2024-09-24T11:14:19.555Z] 96d52ce8b0ef: Preparing [2024-09-24T11:14:19.555Z] 417fb065f4a5: Preparing [2024-09-24T11:14:19.555Z] efa118562bfa: Preparing [2024-09-24T11:14:19.555Z] b8be3f67eea9: Preparing [2024-09-24T11:14:19.555Z] ee6eae67fb29: Preparing [2024-09-24T11:14:19.555Z] 769908990829: Preparing [2024-09-24T11:14:19.555Z] ba5573bd3e41: Preparing [2024-09-24T11:14:19.555Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:19.555Z] efa118562bfa: Waiting [2024-09-24T11:14:19.555Z] b8be3f67eea9: Waiting [2024-09-24T11:14:19.555Z] ee6eae67fb29: Waiting [2024-09-24T11:14:19.555Z] 769908990829: Waiting [2024-09-24T11:14:19.555Z] ba5573bd3e41: Waiting [2024-09-24T11:14:19.555Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:19.555Z] 417fb065f4a5: Waiting [2024-09-24T11:14:19.819Z] 96d52ce8b0ef: Pushed [2024-09-24T11:14:19.819Z] 0a6ffb13568b: Pushed [2024-09-24T11:14:19.819Z] fe2a6a20f507: Pushed [2024-09-24T11:14:19.819Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:19.819Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:20.083Z] 417fb065f4a5: Pushed [2024-09-24T11:14:20.083Z] efa118562bfa: Pushed [2024-09-24T11:14:20.083Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:20.083Z] 769908990829: Pushed [2024-09-24T11:14:22.124Z] 57c86b61754e: Pushed [2024-09-24T11:14:22.402Z] 61e65798eaac: Pushed [2024-09-24T11:14:22.673Z] ba5573bd3e41: Pushed [2024-09-24T11:14:22.942Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:23.319Z] + 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-24T11:14:23.676Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-24T11:14:23.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-24T11:14:23.676Z] fe2a6a20f507: Preparing [2024-09-24T11:14:23.676Z] 0a6ffb13568b: Preparing [2024-09-24T11:14:23.676Z] 61e65798eaac: Preparing [2024-09-24T11:14:23.676Z] 57c86b61754e: Preparing [2024-09-24T11:14:23.676Z] 96d52ce8b0ef: Preparing [2024-09-24T11:14:23.676Z] 417fb065f4a5: Preparing [2024-09-24T11:14:23.676Z] efa118562bfa: Preparing [2024-09-24T11:14:23.676Z] b8be3f67eea9: Preparing [2024-09-24T11:14:23.676Z] ee6eae67fb29: Preparing [2024-09-24T11:14:23.676Z] 769908990829: Preparing [2024-09-24T11:14:23.676Z] ba5573bd3e41: Preparing [2024-09-24T11:14:23.676Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:23.676Z] b8be3f67eea9: Waiting [2024-09-24T11:14:23.676Z] ee6eae67fb29: Waiting [2024-09-24T11:14:23.676Z] 769908990829: Waiting [2024-09-24T11:14:23.676Z] ba5573bd3e41: Waiting [2024-09-24T11:14:23.676Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:23.676Z] 417fb065f4a5: Waiting [2024-09-24T11:14:23.676Z] efa118562bfa: Waiting [2024-09-24T11:14:23.676Z] 61e65798eaac: Layer already exists [2024-09-24T11:14:23.676Z] fe2a6a20f507: Layer already exists [2024-09-24T11:14:23.676Z] 57c86b61754e: Layer already exists [2024-09-24T11:14:23.676Z] 96d52ce8b0ef: Layer already exists [2024-09-24T11:14:23.676Z] 0a6ffb13568b: Layer already exists [2024-09-24T11:14:23.676Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:23.676Z] efa118562bfa: Layer already exists [2024-09-24T11:14:23.676Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:23.676Z] 417fb065f4a5: Layer already exists [2024-09-24T11:14:23.676Z] 769908990829: Layer already exists [2024-09-24T11:14:23.676Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:23.676Z] ba5573bd3e41: Layer already exists [2024-09-24T11:14:23.947Z] latest: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:24.308Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:24.662Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.81 [2024-09-24T11:14:24.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-24T11:14:24.662Z] fe2a6a20f507: Preparing [2024-09-24T11:14:24.662Z] 0a6ffb13568b: Preparing [2024-09-24T11:14:24.662Z] 61e65798eaac: Preparing [2024-09-24T11:14:24.662Z] 57c86b61754e: Preparing [2024-09-24T11:14:24.662Z] 96d52ce8b0ef: Preparing [2024-09-24T11:14:24.662Z] 417fb065f4a5: Preparing [2024-09-24T11:14:24.662Z] efa118562bfa: Preparing [2024-09-24T11:14:24.662Z] 417fb065f4a5: Waiting [2024-09-24T11:14:24.663Z] b8be3f67eea9: Preparing [2024-09-24T11:14:24.663Z] ee6eae67fb29: Preparing [2024-09-24T11:14:24.663Z] b8be3f67eea9: Waiting [2024-09-24T11:14:24.663Z] 769908990829: Preparing [2024-09-24T11:14:24.663Z] ba5573bd3e41: Preparing [2024-09-24T11:14:24.663Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:24.663Z] 769908990829: Waiting [2024-09-24T11:14:24.663Z] ba5573bd3e41: Waiting [2024-09-24T11:14:24.663Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:24.663Z] ee6eae67fb29: Waiting [2024-09-24T11:14:24.663Z] fe2a6a20f507: Layer already exists [2024-09-24T11:14:24.663Z] 0a6ffb13568b: Layer already exists [2024-09-24T11:14:24.663Z] 57c86b61754e: Layer already exists [2024-09-24T11:14:24.663Z] 61e65798eaac: Layer already exists [2024-09-24T11:14:24.663Z] 96d52ce8b0ef: Layer already exists [2024-09-24T11:14:24.663Z] 417fb065f4a5: Layer already exists [2024-09-24T11:14:24.663Z] efa118562bfa: Layer already exists [2024-09-24T11:14:24.663Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:24.663Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:24.663Z] 769908990829: Layer already exists [2024-09-24T11:14:24.663Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:24.663Z] ba5573bd3e41: Layer already exists [2024-09-24T11:14:24.928Z] 3.2.0-dev.81: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:25.286Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:25.640Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:25.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-24T11:14:25.641Z] fe2a6a20f507: Preparing [2024-09-24T11:14:25.641Z] 0a6ffb13568b: Preparing [2024-09-24T11:14:25.641Z] 61e65798eaac: Preparing [2024-09-24T11:14:25.641Z] 57c86b61754e: Preparing [2024-09-24T11:14:25.641Z] 96d52ce8b0ef: Preparing [2024-09-24T11:14:25.641Z] 417fb065f4a5: Preparing [2024-09-24T11:14:25.641Z] efa118562bfa: Preparing [2024-09-24T11:14:25.641Z] b8be3f67eea9: Preparing [2024-09-24T11:14:25.641Z] ee6eae67fb29: Preparing [2024-09-24T11:14:25.641Z] 769908990829: Preparing [2024-09-24T11:14:25.641Z] ba5573bd3e41: Preparing [2024-09-24T11:14:25.641Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:25.641Z] ee6eae67fb29: Waiting [2024-09-24T11:14:25.641Z] 769908990829: Waiting [2024-09-24T11:14:25.641Z] ba5573bd3e41: Waiting [2024-09-24T11:14:25.641Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:25.641Z] 417fb065f4a5: Waiting [2024-09-24T11:14:25.641Z] b8be3f67eea9: Waiting [2024-09-24T11:14:25.641Z] 0a6ffb13568b: Layer already exists [2024-09-24T11:14:25.641Z] 57c86b61754e: Layer already exists [2024-09-24T11:14:25.641Z] fe2a6a20f507: Layer already exists [2024-09-24T11:14:25.641Z] 96d52ce8b0ef: Layer already exists [2024-09-24T11:14:25.641Z] 61e65798eaac: Layer already exists [2024-09-24T11:14:25.641Z] 417fb065f4a5: Layer already exists [2024-09-24T11:14:25.641Z] efa118562bfa: Layer already exists [2024-09-24T11:14:25.641Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:25.641Z] 769908990829: Layer already exists [2024-09-24T11:14:25.641Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:25.641Z] ba5573bd3e41: Layer already exists [2024-09-24T11:14:25.641Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:25.908Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:26.257Z] + 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-24T11:14:26.603Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-09-24T11:14:26.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-09-24T11:14:26.603Z] fe2a6a20f507: Preparing [2024-09-24T11:14:26.603Z] 0a6ffb13568b: Preparing [2024-09-24T11:14:26.603Z] 61e65798eaac: Preparing [2024-09-24T11:14:26.603Z] 57c86b61754e: Preparing [2024-09-24T11:14:26.603Z] 96d52ce8b0ef: Preparing [2024-09-24T11:14:26.603Z] 417fb065f4a5: Preparing [2024-09-24T11:14:26.603Z] efa118562bfa: Preparing [2024-09-24T11:14:26.603Z] b8be3f67eea9: Preparing [2024-09-24T11:14:26.603Z] ee6eae67fb29: Preparing [2024-09-24T11:14:26.603Z] 769908990829: Preparing [2024-09-24T11:14:26.603Z] ba5573bd3e41: Preparing [2024-09-24T11:14:26.603Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:26.603Z] b8be3f67eea9: Waiting [2024-09-24T11:14:26.603Z] ee6eae67fb29: Waiting [2024-09-24T11:14:26.603Z] 769908990829: Waiting [2024-09-24T11:14:26.603Z] ba5573bd3e41: Waiting [2024-09-24T11:14:26.603Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:26.603Z] 417fb065f4a5: Waiting [2024-09-24T11:14:26.603Z] efa118562bfa: Waiting [2024-09-24T11:14:26.603Z] 0a6ffb13568b: Layer already exists [2024-09-24T11:14:26.603Z] 57c86b61754e: Layer already exists [2024-09-24T11:14:26.603Z] 96d52ce8b0ef: Layer already exists [2024-09-24T11:14:26.603Z] fe2a6a20f507: Layer already exists [2024-09-24T11:14:26.603Z] 61e65798eaac: Layer already exists [2024-09-24T11:14:26.603Z] efa118562bfa: Layer already exists [2024-09-24T11:14:26.603Z] 417fb065f4a5: Layer already exists [2024-09-24T11:14:26.603Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:26.603Z] 769908990829: Layer already exists [2024-09-24T11:14:26.603Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:26.603Z] ba5573bd3e41: Layer already exists [2024-09-24T11:14:26.603Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:26.868Z] main: digest: sha256:7c30dc83ee5d69b70d8cb3ad681423d6f0981be25bd83b2518efbe14e285e508 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:14:26.948Z] ===================================================== [Pipeline] echo [2024-09-24T11:14:26.970Z] taggedImages: [2024-09-24T11:14:26.970Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:26.970Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-09-24T11:14:26.970Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.81 [2024-09-24T11:14:26.970Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:26.970Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-09-24T11:14:26.999Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-09-24T11:14:26.999Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:26.999Z] latest [2024-09-24T11:14:26.999Z] 3.2.0-dev.81 [2024-09-24T11:14:26.999Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:26.999Z] main [2024-09-24T11:14:26.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:27.369Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:27.719Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:27.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-24T11:14:27.720Z] 60374dacfc6f: Preparing [2024-09-24T11:14:27.720Z] 03998a41f144: Preparing [2024-09-24T11:14:27.720Z] b8be3f67eea9: Preparing [2024-09-24T11:14:27.720Z] ee6eae67fb29: Preparing [2024-09-24T11:14:27.720Z] 11d9a0263fe5: Preparing [2024-09-24T11:14:27.720Z] c4f308e0a13d: Preparing [2024-09-24T11:14:27.720Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:27.720Z] c4f308e0a13d: Waiting [2024-09-24T11:14:27.720Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:27.720Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:27.720Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:27.985Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:27.985Z] 60374dacfc6f: Pushed [2024-09-24T11:14:27.985Z] 11d9a0263fe5: Pushed [2024-09-24T11:14:29.383Z] c4f308e0a13d: Pushed [2024-09-24T11:14:31.309Z] 03998a41f144: Pushed [2024-09-24T11:14:31.309Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:31.656Z] + 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-24T11:14:32.008Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-24T11:14:32.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-24T11:14:32.008Z] 60374dacfc6f: Preparing [2024-09-24T11:14:32.008Z] 03998a41f144: Preparing [2024-09-24T11:14:32.008Z] b8be3f67eea9: Preparing [2024-09-24T11:14:32.008Z] ee6eae67fb29: Preparing [2024-09-24T11:14:32.008Z] 11d9a0263fe5: Preparing [2024-09-24T11:14:32.008Z] c4f308e0a13d: Preparing [2024-09-24T11:14:32.008Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:32.008Z] c4f308e0a13d: Waiting [2024-09-24T11:14:32.008Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:32.008Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:32.008Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:32.008Z] 60374dacfc6f: Layer already exists [2024-09-24T11:14:32.008Z] 03998a41f144: Layer already exists [2024-09-24T11:14:32.008Z] 11d9a0263fe5: Layer already exists [2024-09-24T11:14:32.008Z] c4f308e0a13d: Layer already exists [2024-09-24T11:14:32.008Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:32.274Z] latest: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:32.623Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:32.975Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.81 [2024-09-24T11:14:32.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-24T11:14:32.975Z] 60374dacfc6f: Preparing [2024-09-24T11:14:32.975Z] 03998a41f144: Preparing [2024-09-24T11:14:32.975Z] b8be3f67eea9: Preparing [2024-09-24T11:14:32.975Z] ee6eae67fb29: Preparing [2024-09-24T11:14:32.975Z] 11d9a0263fe5: Preparing [2024-09-24T11:14:32.975Z] c4f308e0a13d: Preparing [2024-09-24T11:14:32.975Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:32.975Z] c4f308e0a13d: Waiting [2024-09-24T11:14:32.975Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:32.975Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:32.975Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:32.975Z] 03998a41f144: Layer already exists [2024-09-24T11:14:32.975Z] 11d9a0263fe5: Layer already exists [2024-09-24T11:14:32.975Z] 60374dacfc6f: Layer already exists [2024-09-24T11:14:32.975Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:32.975Z] c4f308e0a13d: Layer already exists [2024-09-24T11:14:32.975Z] 3.2.0-dev.81: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:33.586Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:33.931Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:33.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-24T11:14:33.931Z] 60374dacfc6f: Preparing [2024-09-24T11:14:33.931Z] 03998a41f144: Preparing [2024-09-24T11:14:33.931Z] b8be3f67eea9: Preparing [2024-09-24T11:14:33.931Z] ee6eae67fb29: Preparing [2024-09-24T11:14:33.931Z] 11d9a0263fe5: Preparing [2024-09-24T11:14:33.931Z] c4f308e0a13d: Preparing [2024-09-24T11:14:33.931Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:33.931Z] c4f308e0a13d: Waiting [2024-09-24T11:14:33.931Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:33.931Z] 03998a41f144: Layer already exists [2024-09-24T11:14:33.931Z] 60374dacfc6f: Layer already exists [2024-09-24T11:14:33.931Z] 11d9a0263fe5: Layer already exists [2024-09-24T11:14:33.931Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:33.931Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:33.931Z] c4f308e0a13d: Layer already exists [2024-09-24T11:14:33.931Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:33.931Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:34.560Z] + 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-24T11:14:34.901Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-09-24T11:14:34.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-09-24T11:14:34.902Z] 60374dacfc6f: Preparing [2024-09-24T11:14:34.902Z] 03998a41f144: Preparing [2024-09-24T11:14:34.902Z] b8be3f67eea9: Preparing [2024-09-24T11:14:34.902Z] ee6eae67fb29: Preparing [2024-09-24T11:14:34.902Z] 11d9a0263fe5: Preparing [2024-09-24T11:14:34.902Z] c4f308e0a13d: Preparing [2024-09-24T11:14:34.902Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:34.902Z] c4f308e0a13d: Waiting [2024-09-24T11:14:34.902Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:34.902Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:34.902Z] 03998a41f144: Layer already exists [2024-09-24T11:14:34.902Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:34.902Z] 60374dacfc6f: Layer already exists [2024-09-24T11:14:34.902Z] 11d9a0263fe5: Layer already exists [2024-09-24T11:14:34.902Z] c4f308e0a13d: Layer already exists [2024-09-24T11:14:34.902Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:34.902Z] main: digest: sha256:9a40824378efe94053d70e2b6aedc3ff75c4f8f04493816cbf08d9d1fb514dc5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:14:35.246Z] ===================================================== [Pipeline] echo [2024-09-24T11:14:35.260Z] taggedImages: [2024-09-24T11:14:35.260Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:35.260Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-09-24T11:14:35.260Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.81 [2024-09-24T11:14:35.260Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:35.260Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-09-24T11:14:35.293Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-09-24T11:14:35.293Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:35.293Z] latest [2024-09-24T11:14:35.293Z] 3.2.0-dev.81 [2024-09-24T11:14:35.293Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:14:35.293Z] main [2024-09-24T11:14:35.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:35.658Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:36.012Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:14:36.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-24T11:14:36.012Z] 8eb1b2bae248: Preparing [2024-09-24T11:14:36.012Z] d10a4cb4db1f: Preparing [2024-09-24T11:14:36.012Z] 8cfa64c84123: Preparing [2024-09-24T11:14:36.012Z] b8be3f67eea9: Preparing [2024-09-24T11:14:36.012Z] ee6eae67fb29: Preparing [2024-09-24T11:14:36.012Z] 160e0c02a808: Preparing [2024-09-24T11:14:36.012Z] 883de45e8da2: Preparing [2024-09-24T11:14:36.012Z] 836c882b5b2d: Preparing [2024-09-24T11:14:36.012Z] a783436d8dd8: Preparing [2024-09-24T11:14:36.012Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:36.012Z] 883de45e8da2: Waiting [2024-09-24T11:14:36.012Z] 836c882b5b2d: Waiting [2024-09-24T11:14:36.012Z] a783436d8dd8: Waiting [2024-09-24T11:14:36.012Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:36.012Z] 160e0c02a808: Waiting [2024-09-24T11:14:36.012Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:36.012Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:36.276Z] d10a4cb4db1f: Pushed [2024-09-24T11:14:36.276Z] 8eb1b2bae248: Pushed [2024-09-24T11:14:36.276Z] 8cfa64c84123: Pushed [2024-09-24T11:14:36.276Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:36.276Z] 836c882b5b2d: Pushed [2024-09-24T11:14:37.231Z] a783436d8dd8: Pushed [2024-09-24T11:14:49.500Z] 883de45e8da2: Pushed [2024-09-24T11:14:57.667Z] 160e0c02a808: Pushed [2024-09-24T11:14:57.667Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:58.023Z] + 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-24T11:14:58.367Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-24T11:14:58.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-24T11:14:58.367Z] 8eb1b2bae248: Preparing [2024-09-24T11:14:58.367Z] d10a4cb4db1f: Preparing [2024-09-24T11:14:58.367Z] 8cfa64c84123: Preparing [2024-09-24T11:14:58.367Z] b8be3f67eea9: Preparing [2024-09-24T11:14:58.367Z] ee6eae67fb29: Preparing [2024-09-24T11:14:58.367Z] 160e0c02a808: Preparing [2024-09-24T11:14:58.367Z] 883de45e8da2: Preparing [2024-09-24T11:14:58.367Z] 836c882b5b2d: Preparing [2024-09-24T11:14:58.367Z] a783436d8dd8: Preparing [2024-09-24T11:14:58.367Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:58.367Z] 160e0c02a808: Waiting [2024-09-24T11:14:58.367Z] 883de45e8da2: Waiting [2024-09-24T11:14:58.367Z] 836c882b5b2d: Waiting [2024-09-24T11:14:58.367Z] a783436d8dd8: Waiting [2024-09-24T11:14:58.367Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:58.367Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:58.367Z] 8cfa64c84123: Layer already exists [2024-09-24T11:14:58.367Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:58.367Z] d10a4cb4db1f: Layer already exists [2024-09-24T11:14:58.367Z] 8eb1b2bae248: Layer already exists [2024-09-24T11:14:58.367Z] 883de45e8da2: Layer already exists [2024-09-24T11:14:58.367Z] 836c882b5b2d: Layer already exists [2024-09-24T11:14:58.367Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:58.367Z] 160e0c02a808: Layer already exists [2024-09-24T11:14:58.367Z] a783436d8dd8: Layer already exists [2024-09-24T11:14:58.631Z] latest: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:59.030Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:59.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.81 [2024-09-24T11:14:59.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-24T11:14:59.375Z] 8eb1b2bae248: Preparing [2024-09-24T11:14:59.375Z] d10a4cb4db1f: Preparing [2024-09-24T11:14:59.375Z] 8cfa64c84123: Preparing [2024-09-24T11:14:59.375Z] b8be3f67eea9: Preparing [2024-09-24T11:14:59.375Z] ee6eae67fb29: Preparing [2024-09-24T11:14:59.375Z] 160e0c02a808: Preparing [2024-09-24T11:14:59.375Z] 883de45e8da2: Preparing [2024-09-24T11:14:59.375Z] 836c882b5b2d: Preparing [2024-09-24T11:14:59.375Z] a783436d8dd8: Preparing [2024-09-24T11:14:59.375Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:14:59.375Z] 883de45e8da2: Waiting [2024-09-24T11:14:59.375Z] 836c882b5b2d: Waiting [2024-09-24T11:14:59.375Z] a783436d8dd8: Waiting [2024-09-24T11:14:59.375Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:14:59.375Z] 160e0c02a808: Waiting [2024-09-24T11:14:59.375Z] d10a4cb4db1f: Layer already exists [2024-09-24T11:14:59.375Z] ee6eae67fb29: Layer already exists [2024-09-24T11:14:59.375Z] 8eb1b2bae248: Layer already exists [2024-09-24T11:14:59.375Z] 8cfa64c84123: Layer already exists [2024-09-24T11:14:59.375Z] b8be3f67eea9: Layer already exists [2024-09-24T11:14:59.375Z] 883de45e8da2: Layer already exists [2024-09-24T11:14:59.375Z] 160e0c02a808: Layer already exists [2024-09-24T11:14:59.375Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:14:59.375Z] a783436d8dd8: Layer already exists [2024-09-24T11:14:59.375Z] 836c882b5b2d: Layer already exists [2024-09-24T11:14:59.639Z] 3.2.0-dev.81: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:14:59.988Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:00.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:00.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-24T11:15:00.325Z] 8eb1b2bae248: Preparing [2024-09-24T11:15:00.325Z] d10a4cb4db1f: Preparing [2024-09-24T11:15:00.325Z] 8cfa64c84123: Preparing [2024-09-24T11:15:00.325Z] b8be3f67eea9: Preparing [2024-09-24T11:15:00.325Z] ee6eae67fb29: Preparing [2024-09-24T11:15:00.325Z] 160e0c02a808: Preparing [2024-09-24T11:15:00.325Z] 883de45e8da2: Preparing [2024-09-24T11:15:00.325Z] 836c882b5b2d: Preparing [2024-09-24T11:15:00.325Z] a783436d8dd8: Preparing [2024-09-24T11:15:00.325Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:00.325Z] 160e0c02a808: Waiting [2024-09-24T11:15:00.325Z] 883de45e8da2: Waiting [2024-09-24T11:15:00.325Z] 836c882b5b2d: Waiting [2024-09-24T11:15:00.325Z] a783436d8dd8: Waiting [2024-09-24T11:15:00.325Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:00.325Z] 8cfa64c84123: Layer already exists [2024-09-24T11:15:00.325Z] 8eb1b2bae248: Layer already exists [2024-09-24T11:15:00.325Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:00.325Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:00.325Z] d10a4cb4db1f: Layer already exists [2024-09-24T11:15:00.325Z] 160e0c02a808: Layer already exists [2024-09-24T11:15:00.325Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:00.325Z] 883de45e8da2: Layer already exists [2024-09-24T11:15:00.325Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:00.325Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:00.589Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:00.939Z] + 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-24T11:15:01.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-09-24T11:15:01.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-09-24T11:15:01.286Z] 8eb1b2bae248: Preparing [2024-09-24T11:15:01.286Z] d10a4cb4db1f: Preparing [2024-09-24T11:15:01.286Z] 8cfa64c84123: Preparing [2024-09-24T11:15:01.286Z] b8be3f67eea9: Preparing [2024-09-24T11:15:01.286Z] ee6eae67fb29: Preparing [2024-09-24T11:15:01.286Z] 160e0c02a808: Preparing [2024-09-24T11:15:01.286Z] 883de45e8da2: Preparing [2024-09-24T11:15:01.286Z] 836c882b5b2d: Preparing [2024-09-24T11:15:01.286Z] a783436d8dd8: Preparing [2024-09-24T11:15:01.286Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:01.286Z] 836c882b5b2d: Waiting [2024-09-24T11:15:01.286Z] a783436d8dd8: Waiting [2024-09-24T11:15:01.286Z] 160e0c02a808: Waiting [2024-09-24T11:15:01.286Z] 883de45e8da2: Waiting [2024-09-24T11:15:01.286Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:01.286Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:01.286Z] d10a4cb4db1f: Layer already exists [2024-09-24T11:15:01.286Z] 8cfa64c84123: Layer already exists [2024-09-24T11:15:01.286Z] 8eb1b2bae248: Layer already exists [2024-09-24T11:15:01.286Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:01.286Z] 883de45e8da2: Layer already exists [2024-09-24T11:15:01.286Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:01.286Z] 160e0c02a808: Layer already exists [2024-09-24T11:15:01.286Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:01.286Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:01.551Z] main: digest: sha256:d3e10ef3b7221a053821420a6a9611e5b18dbc0c6bf0e3bdd16af46d53e26999 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:15:01.633Z] ===================================================== [Pipeline] echo [2024-09-24T11:15:01.645Z] taggedImages: [2024-09-24T11:15:01.645Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:01.645Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-09-24T11:15:01.645Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.81 [2024-09-24T11:15:01.645Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:01.645Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-09-24T11:15:01.681Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-09-24T11:15:01.681Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:01.681Z] latest [2024-09-24T11:15:01.681Z] 3.2.0-dev.81 [2024-09-24T11:15:01.681Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:01.681Z] main [2024-09-24T11:15:01.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:02.060Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:02.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:02.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-24T11:15:02.424Z] a6e3ef5a29c5: Preparing [2024-09-24T11:15:02.424Z] 534598fe784c: Preparing [2024-09-24T11:15:02.424Z] 6e89e4302504: Preparing [2024-09-24T11:15:02.424Z] b8be3f67eea9: Preparing [2024-09-24T11:15:02.424Z] ee6eae67fb29: Preparing [2024-09-24T11:15:02.424Z] 5c70c1d21ea2: Preparing [2024-09-24T11:15:02.424Z] b33379835fe5: Preparing [2024-09-24T11:15:02.424Z] c2f0e5d170eb: Preparing [2024-09-24T11:15:02.424Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:02.424Z] b33379835fe5: Waiting [2024-09-24T11:15:02.424Z] c2f0e5d170eb: Waiting [2024-09-24T11:15:02.424Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:02.424Z] 5c70c1d21ea2: Waiting [2024-09-24T11:15:02.424Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:02.689Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:02.689Z] 534598fe784c: Pushed [2024-09-24T11:15:02.689Z] 6e89e4302504: Pushed [2024-09-24T11:15:02.689Z] a6e3ef5a29c5: Pushed [2024-09-24T11:15:02.689Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:02.689Z] b33379835fe5: Pushed [2024-09-24T11:15:03.269Z] c2f0e5d170eb: Pushed [2024-09-24T11:15:25.304Z] 5c70c1d21ea2: Pushed [2024-09-24T11:15:25.304Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:25.663Z] + 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-24T11:15:26.021Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-24T11:15:26.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-24T11:15:26.021Z] a6e3ef5a29c5: Preparing [2024-09-24T11:15:26.021Z] 534598fe784c: Preparing [2024-09-24T11:15:26.021Z] 6e89e4302504: Preparing [2024-09-24T11:15:26.021Z] b8be3f67eea9: Preparing [2024-09-24T11:15:26.021Z] ee6eae67fb29: Preparing [2024-09-24T11:15:26.021Z] 5c70c1d21ea2: Preparing [2024-09-24T11:15:26.021Z] b33379835fe5: Preparing [2024-09-24T11:15:26.021Z] c2f0e5d170eb: Preparing [2024-09-24T11:15:26.021Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:26.021Z] 5c70c1d21ea2: Waiting [2024-09-24T11:15:26.021Z] b33379835fe5: Waiting [2024-09-24T11:15:26.021Z] c2f0e5d170eb: Waiting [2024-09-24T11:15:26.021Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:26.021Z] 534598fe784c: Layer already exists [2024-09-24T11:15:26.021Z] a6e3ef5a29c5: Layer already exists [2024-09-24T11:15:26.021Z] 6e89e4302504: Layer already exists [2024-09-24T11:15:26.021Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:26.021Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:26.021Z] b33379835fe5: Layer already exists [2024-09-24T11:15:26.021Z] c2f0e5d170eb: Layer already exists [2024-09-24T11:15:26.021Z] 5c70c1d21ea2: Layer already exists [2024-09-24T11:15:26.021Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:26.021Z] latest: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:26.368Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:26.719Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.81 [2024-09-24T11:15:26.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-24T11:15:26.719Z] a6e3ef5a29c5: Preparing [2024-09-24T11:15:26.719Z] 534598fe784c: Preparing [2024-09-24T11:15:26.719Z] 6e89e4302504: Preparing [2024-09-24T11:15:26.719Z] b8be3f67eea9: Preparing [2024-09-24T11:15:26.719Z] ee6eae67fb29: Preparing [2024-09-24T11:15:26.719Z] 5c70c1d21ea2: Preparing [2024-09-24T11:15:26.719Z] b33379835fe5: Preparing [2024-09-24T11:15:26.719Z] c2f0e5d170eb: Preparing [2024-09-24T11:15:26.719Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:26.719Z] b33379835fe5: Waiting [2024-09-24T11:15:26.719Z] c2f0e5d170eb: Waiting [2024-09-24T11:15:26.719Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:26.719Z] 5c70c1d21ea2: Waiting [2024-09-24T11:15:26.719Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:26.719Z] 6e89e4302504: Layer already exists [2024-09-24T11:15:26.719Z] 534598fe784c: Layer already exists [2024-09-24T11:15:26.719Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:26.719Z] a6e3ef5a29c5: Layer already exists [2024-09-24T11:15:26.719Z] 5c70c1d21ea2: Layer already exists [2024-09-24T11:15:26.719Z] b33379835fe5: Layer already exists [2024-09-24T11:15:26.719Z] c2f0e5d170eb: Layer already exists [2024-09-24T11:15:26.719Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:26.719Z] 3.2.0-dev.81: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:27.335Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:27.674Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:27.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-24T11:15:27.674Z] a6e3ef5a29c5: Preparing [2024-09-24T11:15:27.674Z] 534598fe784c: Preparing [2024-09-24T11:15:27.674Z] 6e89e4302504: Preparing [2024-09-24T11:15:27.674Z] b8be3f67eea9: Preparing [2024-09-24T11:15:27.674Z] ee6eae67fb29: Preparing [2024-09-24T11:15:27.674Z] 5c70c1d21ea2: Preparing [2024-09-24T11:15:27.674Z] b33379835fe5: Preparing [2024-09-24T11:15:27.674Z] c2f0e5d170eb: Preparing [2024-09-24T11:15:27.674Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:27.674Z] b33379835fe5: Waiting [2024-09-24T11:15:27.674Z] c2f0e5d170eb: Waiting [2024-09-24T11:15:27.674Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:27.674Z] 5c70c1d21ea2: Waiting [2024-09-24T11:15:27.674Z] a6e3ef5a29c5: Layer already exists [2024-09-24T11:15:27.674Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:27.674Z] 6e89e4302504: Layer already exists [2024-09-24T11:15:27.674Z] 534598fe784c: Layer already exists [2024-09-24T11:15:27.674Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:27.674Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:27.674Z] 5c70c1d21ea2: Layer already exists [2024-09-24T11:15:27.674Z] c2f0e5d170eb: Layer already exists [2024-09-24T11:15:27.674Z] b33379835fe5: Layer already exists [2024-09-24T11:15:27.674Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:28.025Z] + 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-24T11:15:28.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-09-24T11:15:28.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-09-24T11:15:28.374Z] a6e3ef5a29c5: Preparing [2024-09-24T11:15:28.374Z] 534598fe784c: Preparing [2024-09-24T11:15:28.374Z] 6e89e4302504: Preparing [2024-09-24T11:15:28.374Z] b8be3f67eea9: Preparing [2024-09-24T11:15:28.374Z] ee6eae67fb29: Preparing [2024-09-24T11:15:28.374Z] 5c70c1d21ea2: Preparing [2024-09-24T11:15:28.374Z] b33379835fe5: Preparing [2024-09-24T11:15:28.374Z] c2f0e5d170eb: Preparing [2024-09-24T11:15:28.374Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:28.374Z] 5c70c1d21ea2: Waiting [2024-09-24T11:15:28.374Z] b33379835fe5: Waiting [2024-09-24T11:15:28.374Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:28.374Z] c2f0e5d170eb: Waiting [2024-09-24T11:15:28.374Z] a6e3ef5a29c5: Layer already exists [2024-09-24T11:15:28.374Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:28.374Z] 534598fe784c: Layer already exists [2024-09-24T11:15:28.374Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:28.374Z] 6e89e4302504: Layer already exists [2024-09-24T11:15:28.374Z] 5c70c1d21ea2: Layer already exists [2024-09-24T11:15:28.374Z] c2f0e5d170eb: Layer already exists [2024-09-24T11:15:28.374Z] b33379835fe5: Layer already exists [2024-09-24T11:15:28.374Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:28.637Z] main: digest: sha256:a5ce0daeebfde3828ae95e0918f893fa2589d65821049996a799e7c71cd39aad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:15:28.717Z] ===================================================== [Pipeline] echo [2024-09-24T11:15:28.732Z] taggedImages: [2024-09-24T11:15:28.733Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:28.733Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-09-24T11:15:28.733Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.81 [2024-09-24T11:15:28.733Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:28.733Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-09-24T11:15:28.765Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-09-24T11:15:28.765Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:28.765Z] latest [2024-09-24T11:15:28.765Z] 3.2.0-dev.81 [2024-09-24T11:15:28.765Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:28.765Z] main [2024-09-24T11:15:28.765Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:29.137Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:29.484Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:29.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-24T11:15:29.484Z] f1fdf1e1cbc1: Preparing [2024-09-24T11:15:29.484Z] 74963834e06e: Preparing [2024-09-24T11:15:29.484Z] 095232539682: Preparing [2024-09-24T11:15:29.484Z] b8be3f67eea9: Preparing [2024-09-24T11:15:29.484Z] ee6eae67fb29: Preparing [2024-09-24T11:15:29.484Z] cfb34841a5bf: Preparing [2024-09-24T11:15:29.484Z] 836c882b5b2d: Preparing [2024-09-24T11:15:29.484Z] a783436d8dd8: Preparing [2024-09-24T11:15:29.484Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:29.484Z] 836c882b5b2d: Waiting [2024-09-24T11:15:29.484Z] a783436d8dd8: Waiting [2024-09-24T11:15:29.484Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:29.484Z] cfb34841a5bf: Waiting [2024-09-24T11:15:29.484Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:29.484Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:29.747Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:29.747Z] 095232539682: Pushed [2024-09-24T11:15:29.747Z] 74963834e06e: Pushed [2024-09-24T11:15:29.747Z] f1fdf1e1cbc1: Pushed [2024-09-24T11:15:29.747Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:29.747Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:51.767Z] cfb34841a5bf: Pushed [2024-09-24T11:15:51.767Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:52.125Z] + 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-24T11:15:52.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-24T11:15:52.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-24T11:15:52.464Z] f1fdf1e1cbc1: Preparing [2024-09-24T11:15:52.464Z] 74963834e06e: Preparing [2024-09-24T11:15:52.464Z] 095232539682: Preparing [2024-09-24T11:15:52.464Z] b8be3f67eea9: Preparing [2024-09-24T11:15:52.464Z] ee6eae67fb29: Preparing [2024-09-24T11:15:52.464Z] cfb34841a5bf: Preparing [2024-09-24T11:15:52.464Z] 836c882b5b2d: Preparing [2024-09-24T11:15:52.464Z] a783436d8dd8: Preparing [2024-09-24T11:15:52.464Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:52.464Z] cfb34841a5bf: Waiting [2024-09-24T11:15:52.464Z] 836c882b5b2d: Waiting [2024-09-24T11:15:52.464Z] a783436d8dd8: Waiting [2024-09-24T11:15:52.464Z] 095232539682: Layer already exists [2024-09-24T11:15:52.464Z] 74963834e06e: Layer already exists [2024-09-24T11:15:52.464Z] f1fdf1e1cbc1: Layer already exists [2024-09-24T11:15:52.464Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:52.464Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:52.464Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:52.464Z] cfb34841a5bf: Layer already exists [2024-09-24T11:15:52.464Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:52.464Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:52.464Z] latest: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:53.078Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:53.430Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.81 [2024-09-24T11:15:53.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-24T11:15:53.430Z] f1fdf1e1cbc1: Preparing [2024-09-24T11:15:53.430Z] 74963834e06e: Preparing [2024-09-24T11:15:53.430Z] 095232539682: Preparing [2024-09-24T11:15:53.430Z] b8be3f67eea9: Preparing [2024-09-24T11:15:53.430Z] ee6eae67fb29: Preparing [2024-09-24T11:15:53.430Z] cfb34841a5bf: Preparing [2024-09-24T11:15:53.430Z] 836c882b5b2d: Preparing [2024-09-24T11:15:53.430Z] a783436d8dd8: Preparing [2024-09-24T11:15:53.430Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:53.430Z] 836c882b5b2d: Waiting [2024-09-24T11:15:53.430Z] a783436d8dd8: Waiting [2024-09-24T11:15:53.430Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:53.430Z] cfb34841a5bf: Waiting [2024-09-24T11:15:53.430Z] 74963834e06e: Layer already exists [2024-09-24T11:15:53.430Z] f1fdf1e1cbc1: Layer already exists [2024-09-24T11:15:53.430Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:53.430Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:53.430Z] 095232539682: Layer already exists [2024-09-24T11:15:53.430Z] cfb34841a5bf: Layer already exists [2024-09-24T11:15:53.430Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:53.430Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:53.430Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:53.430Z] 3.2.0-dev.81: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:53.774Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:54.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:54.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-24T11:15:54.120Z] f1fdf1e1cbc1: Preparing [2024-09-24T11:15:54.120Z] 74963834e06e: Preparing [2024-09-24T11:15:54.120Z] 095232539682: Preparing [2024-09-24T11:15:54.120Z] b8be3f67eea9: Preparing [2024-09-24T11:15:54.120Z] ee6eae67fb29: Preparing [2024-09-24T11:15:54.120Z] cfb34841a5bf: Preparing [2024-09-24T11:15:54.120Z] 836c882b5b2d: Preparing [2024-09-24T11:15:54.120Z] a783436d8dd8: Preparing [2024-09-24T11:15:54.120Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:54.120Z] cfb34841a5bf: Waiting [2024-09-24T11:15:54.120Z] 836c882b5b2d: Waiting [2024-09-24T11:15:54.120Z] a783436d8dd8: Waiting [2024-09-24T11:15:54.120Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:54.120Z] f1fdf1e1cbc1: Layer already exists [2024-09-24T11:15:54.120Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:54.120Z] 74963834e06e: Layer already exists [2024-09-24T11:15:54.120Z] 095232539682: Layer already exists [2024-09-24T11:15:54.120Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:54.120Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:54.120Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:54.120Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:54.120Z] cfb34841a5bf: Layer already exists [2024-09-24T11:15:54.383Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:54.741Z] + 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-24T11:15:55.082Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-09-24T11:15:55.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-09-24T11:15:55.082Z] f1fdf1e1cbc1: Preparing [2024-09-24T11:15:55.082Z] 74963834e06e: Preparing [2024-09-24T11:15:55.082Z] 095232539682: Preparing [2024-09-24T11:15:55.082Z] b8be3f67eea9: Preparing [2024-09-24T11:15:55.082Z] ee6eae67fb29: Preparing [2024-09-24T11:15:55.082Z] cfb34841a5bf: Preparing [2024-09-24T11:15:55.082Z] 836c882b5b2d: Preparing [2024-09-24T11:15:55.082Z] a783436d8dd8: Preparing [2024-09-24T11:15:55.082Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:55.082Z] cfb34841a5bf: Waiting [2024-09-24T11:15:55.082Z] 836c882b5b2d: Waiting [2024-09-24T11:15:55.082Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:55.082Z] a783436d8dd8: Waiting [2024-09-24T11:15:55.082Z] f1fdf1e1cbc1: Layer already exists [2024-09-24T11:15:55.082Z] 74963834e06e: Layer already exists [2024-09-24T11:15:55.082Z] 095232539682: Layer already exists [2024-09-24T11:15:55.082Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:55.082Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:55.082Z] cfb34841a5bf: Layer already exists [2024-09-24T11:15:55.082Z] 836c882b5b2d: Layer already exists [2024-09-24T11:15:55.082Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:55.082Z] a783436d8dd8: Layer already exists [2024-09-24T11:15:55.346Z] main: digest: sha256:7c0642ccec0e78af471f162bdde8412e131b8443fadf2d761e6aff20d9ab7a3e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:15:55.426Z] ===================================================== [Pipeline] echo [2024-09-24T11:15:55.438Z] taggedImages: [2024-09-24T11:15:55.438Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:55.438Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-09-24T11:15:55.438Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.81 [2024-09-24T11:15:55.438Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:55.438Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-09-24T11:15:55.469Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-09-24T11:15:55.469Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:55.469Z] latest [2024-09-24T11:15:55.469Z] 3.2.0-dev.81 [2024-09-24T11:15:55.469Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:15:55.469Z] main [2024-09-24T11:15:55.469Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:55.831Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:15:56.186Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:15:56.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-24T11:15:56.187Z] c39c4b4d5b6a: Preparing [2024-09-24T11:15:56.187Z] fafb63b16464: Preparing [2024-09-24T11:15:56.187Z] b8be3f67eea9: Preparing [2024-09-24T11:15:56.187Z] ee6eae67fb29: Preparing [2024-09-24T11:15:56.187Z] a73ab4d523d0: Preparing [2024-09-24T11:15:56.187Z] 961016e005ff: Preparing [2024-09-24T11:15:56.187Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:15:56.187Z] 961016e005ff: Waiting [2024-09-24T11:15:56.187Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:15:56.187Z] ee6eae67fb29: Layer already exists [2024-09-24T11:15:56.187Z] b8be3f67eea9: Layer already exists [2024-09-24T11:15:56.453Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:15:56.453Z] c39c4b4d5b6a: Pushed [2024-09-24T11:15:56.453Z] a73ab4d523d0: Pushed [2024-09-24T11:15:57.405Z] 961016e005ff: Pushed [2024-09-24T11:16:04.025Z] fafb63b16464: Pushed [2024-09-24T11:16:04.025Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:04.447Z] + 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-24T11:16:04.814Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-24T11:16:04.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-24T11:16:04.814Z] c39c4b4d5b6a: Preparing [2024-09-24T11:16:04.814Z] fafb63b16464: Preparing [2024-09-24T11:16:04.814Z] b8be3f67eea9: Preparing [2024-09-24T11:16:04.814Z] ee6eae67fb29: Preparing [2024-09-24T11:16:04.814Z] a73ab4d523d0: Preparing [2024-09-24T11:16:04.814Z] 961016e005ff: Preparing [2024-09-24T11:16:04.814Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:04.814Z] 961016e005ff: Waiting [2024-09-24T11:16:04.814Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:04.814Z] fafb63b16464: Layer already exists [2024-09-24T11:16:04.814Z] c39c4b4d5b6a: Layer already exists [2024-09-24T11:16:04.814Z] a73ab4d523d0: Layer already exists [2024-09-24T11:16:04.814Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:04.814Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:04.814Z] 961016e005ff: Layer already exists [2024-09-24T11:16:04.814Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:04.830Z] latest: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:05.185Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:05.548Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.81 [2024-09-24T11:16:05.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-24T11:16:05.549Z] c39c4b4d5b6a: Preparing [2024-09-24T11:16:05.549Z] fafb63b16464: Preparing [2024-09-24T11:16:05.549Z] b8be3f67eea9: Preparing [2024-09-24T11:16:05.549Z] ee6eae67fb29: Preparing [2024-09-24T11:16:05.549Z] a73ab4d523d0: Preparing [2024-09-24T11:16:05.549Z] 961016e005ff: Preparing [2024-09-24T11:16:05.549Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:05.549Z] 961016e005ff: Waiting [2024-09-24T11:16:05.549Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:05.549Z] fafb63b16464: Layer already exists [2024-09-24T11:16:05.549Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:05.549Z] a73ab4d523d0: Layer already exists [2024-09-24T11:16:05.549Z] c39c4b4d5b6a: Layer already exists [2024-09-24T11:16:05.549Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:05.549Z] 961016e005ff: Layer already exists [2024-09-24T11:16:05.549Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:05.817Z] 3.2.0-dev.81: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:06.188Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:06.538Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:06.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-24T11:16:06.538Z] c39c4b4d5b6a: Preparing [2024-09-24T11:16:06.538Z] fafb63b16464: Preparing [2024-09-24T11:16:06.538Z] b8be3f67eea9: Preparing [2024-09-24T11:16:06.538Z] ee6eae67fb29: Preparing [2024-09-24T11:16:06.538Z] a73ab4d523d0: Preparing [2024-09-24T11:16:06.538Z] 961016e005ff: Preparing [2024-09-24T11:16:06.538Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:06.538Z] 961016e005ff: Waiting [2024-09-24T11:16:06.538Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:06.538Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:06.538Z] c39c4b4d5b6a: Layer already exists [2024-09-24T11:16:06.538Z] fafb63b16464: Layer already exists [2024-09-24T11:16:06.538Z] a73ab4d523d0: Layer already exists [2024-09-24T11:16:06.538Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:06.538Z] 961016e005ff: Layer already exists [2024-09-24T11:16:06.538Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:06.538Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:06.888Z] + 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-24T11:16:07.234Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-09-24T11:16:07.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-09-24T11:16:07.235Z] c39c4b4d5b6a: Preparing [2024-09-24T11:16:07.235Z] fafb63b16464: Preparing [2024-09-24T11:16:07.235Z] b8be3f67eea9: Preparing [2024-09-24T11:16:07.235Z] ee6eae67fb29: Preparing [2024-09-24T11:16:07.235Z] a73ab4d523d0: Preparing [2024-09-24T11:16:07.235Z] 961016e005ff: Preparing [2024-09-24T11:16:07.235Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:07.235Z] 961016e005ff: Waiting [2024-09-24T11:16:07.235Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:07.235Z] c39c4b4d5b6a: Layer already exists [2024-09-24T11:16:07.235Z] fafb63b16464: Layer already exists [2024-09-24T11:16:07.235Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:07.235Z] a73ab4d523d0: Layer already exists [2024-09-24T11:16:07.235Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:07.235Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:07.235Z] 961016e005ff: Layer already exists [2024-09-24T11:16:07.235Z] main: digest: sha256:f8c597fded48c8bd4d896942f4ec9dd2d52ec128efb8559e8e402a3cf417ff6c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:16:07.569Z] ===================================================== [Pipeline] echo [2024-09-24T11:16:07.583Z] taggedImages: [2024-09-24T11:16:07.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:07.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-09-24T11:16:07.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.81 [2024-09-24T11:16:07.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:07.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-09-24T11:16:07.615Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-09-24T11:16:07.615Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:07.615Z] latest [2024-09-24T11:16:07.615Z] 3.2.0-dev.81 [2024-09-24T11:16:07.615Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:07.615Z] main [2024-09-24T11:16:07.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:07.989Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:08.341Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:08.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-24T11:16:08.341Z] 61b87adf78c5: Preparing [2024-09-24T11:16:08.341Z] 548187506461: Preparing [2024-09-24T11:16:08.341Z] c2f86b2863d8: Preparing [2024-09-24T11:16:08.341Z] b8be3f67eea9: Preparing [2024-09-24T11:16:08.341Z] ee6eae67fb29: Preparing [2024-09-24T11:16:08.341Z] 31487e5d2643: Preparing [2024-09-24T11:16:08.341Z] f3a9c14d4243: Preparing [2024-09-24T11:16:08.341Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:08.341Z] 31487e5d2643: Waiting [2024-09-24T11:16:08.341Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:08.341Z] f3a9c14d4243: Waiting [2024-09-24T11:16:08.341Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:08.341Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:08.606Z] 548187506461: Pushed [2024-09-24T11:16:08.606Z] 61b87adf78c5: Pushed [2024-09-24T11:16:08.606Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:08.606Z] 31487e5d2643: Pushed [2024-09-24T11:16:08.871Z] f3a9c14d4243: Pushed [2024-09-24T11:16:18.923Z] c2f86b2863d8: Pushed [2024-09-24T11:16:18.923Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:19.285Z] + 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-24T11:16:19.642Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-24T11:16:19.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-24T11:16:19.642Z] 61b87adf78c5: Preparing [2024-09-24T11:16:19.642Z] 548187506461: Preparing [2024-09-24T11:16:19.642Z] c2f86b2863d8: Preparing [2024-09-24T11:16:19.642Z] b8be3f67eea9: Preparing [2024-09-24T11:16:19.642Z] ee6eae67fb29: Preparing [2024-09-24T11:16:19.642Z] 31487e5d2643: Preparing [2024-09-24T11:16:19.642Z] f3a9c14d4243: Preparing [2024-09-24T11:16:19.642Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:19.642Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:19.642Z] 31487e5d2643: Waiting [2024-09-24T11:16:19.642Z] f3a9c14d4243: Waiting [2024-09-24T11:16:19.642Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:19.642Z] c2f86b2863d8: Layer already exists [2024-09-24T11:16:19.642Z] 61b87adf78c5: Layer already exists [2024-09-24T11:16:19.642Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:19.642Z] 548187506461: Layer already exists [2024-09-24T11:16:19.642Z] f3a9c14d4243: Layer already exists [2024-09-24T11:16:19.642Z] 31487e5d2643: Layer already exists [2024-09-24T11:16:19.642Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:19.909Z] latest: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:20.270Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:20.611Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.81 [2024-09-24T11:16:20.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-24T11:16:21.559Z] 61b87adf78c5: Preparing [2024-09-24T11:16:21.559Z] 548187506461: Preparing [2024-09-24T11:16:21.559Z] c2f86b2863d8: Preparing [2024-09-24T11:16:21.559Z] b8be3f67eea9: Preparing [2024-09-24T11:16:21.559Z] ee6eae67fb29: Preparing [2024-09-24T11:16:21.559Z] 31487e5d2643: Preparing [2024-09-24T11:16:21.559Z] f3a9c14d4243: Preparing [2024-09-24T11:16:21.559Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:21.559Z] 31487e5d2643: Waiting [2024-09-24T11:16:21.559Z] f3a9c14d4243: Waiting [2024-09-24T11:16:21.559Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:21.559Z] 548187506461: Layer already exists [2024-09-24T11:16:21.559Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:21.559Z] 61b87adf78c5: Layer already exists [2024-09-24T11:16:21.559Z] c2f86b2863d8: Layer already exists [2024-09-24T11:16:21.559Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:21.559Z] f3a9c14d4243: Layer already exists [2024-09-24T11:16:21.559Z] 31487e5d2643: Layer already exists [2024-09-24T11:16:21.559Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:21.559Z] 3.2.0-dev.81: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:21.899Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:22.241Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:22.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-24T11:16:22.242Z] 61b87adf78c5: Preparing [2024-09-24T11:16:22.242Z] 548187506461: Preparing [2024-09-24T11:16:22.242Z] c2f86b2863d8: Preparing [2024-09-24T11:16:22.242Z] b8be3f67eea9: Preparing [2024-09-24T11:16:22.242Z] ee6eae67fb29: Preparing [2024-09-24T11:16:22.242Z] 31487e5d2643: Preparing [2024-09-24T11:16:22.242Z] f3a9c14d4243: Preparing [2024-09-24T11:16:22.242Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:22.242Z] 31487e5d2643: Waiting [2024-09-24T11:16:22.242Z] f3a9c14d4243: Waiting [2024-09-24T11:16:22.242Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:22.242Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:22.242Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:22.242Z] 548187506461: Layer already exists [2024-09-24T11:16:22.242Z] 61b87adf78c5: Layer already exists [2024-09-24T11:16:22.242Z] c2f86b2863d8: Layer already exists [2024-09-24T11:16:22.242Z] f3a9c14d4243: Layer already exists [2024-09-24T11:16:22.242Z] 31487e5d2643: Layer already exists [2024-09-24T11:16:22.242Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:22.242Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:22.868Z] + 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-24T11:16:23.212Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-09-24T11:16:23.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-09-24T11:16:23.212Z] 61b87adf78c5: Preparing [2024-09-24T11:16:23.212Z] 548187506461: Preparing [2024-09-24T11:16:23.212Z] c2f86b2863d8: Preparing [2024-09-24T11:16:23.212Z] b8be3f67eea9: Preparing [2024-09-24T11:16:23.212Z] ee6eae67fb29: Preparing [2024-09-24T11:16:23.212Z] 31487e5d2643: Preparing [2024-09-24T11:16:23.212Z] f3a9c14d4243: Preparing [2024-09-24T11:16:23.212Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:23.212Z] 31487e5d2643: Waiting [2024-09-24T11:16:23.212Z] f3a9c14d4243: Waiting [2024-09-24T11:16:23.212Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:23.212Z] c2f86b2863d8: Layer already exists [2024-09-24T11:16:23.212Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:23.212Z] 548187506461: Layer already exists [2024-09-24T11:16:23.212Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:23.212Z] 61b87adf78c5: Layer already exists [2024-09-24T11:16:23.212Z] 31487e5d2643: Layer already exists [2024-09-24T11:16:23.212Z] f3a9c14d4243: Layer already exists [2024-09-24T11:16:23.212Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:23.475Z] main: digest: sha256:551ece1fa6aa1401ed79c5607ac3f94514c5de74ed98beba22da7343a2e277c7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:16:23.551Z] ===================================================== [Pipeline] echo [2024-09-24T11:16:23.567Z] taggedImages: [2024-09-24T11:16:23.567Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:23.567Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-09-24T11:16:23.567Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.81 [2024-09-24T11:16:23.567Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:23.567Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-09-24T11:16:23.602Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-09-24T11:16:23.602Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:23.602Z] latest [2024-09-24T11:16:23.602Z] 3.2.0-dev.81 [2024-09-24T11:16:23.602Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:23.602Z] main [2024-09-24T11:16:23.602Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:23.965Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:24.379Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:24.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-24T11:16:24.379Z] 4205964961e1: Preparing [2024-09-24T11:16:24.379Z] 5e7a42c6671d: Preparing [2024-09-24T11:16:24.379Z] b8be3f67eea9: Preparing [2024-09-24T11:16:24.379Z] ee6eae67fb29: Preparing [2024-09-24T11:16:24.379Z] a8d95f9b6cb0: Preparing [2024-09-24T11:16:24.379Z] 541e0eb45536: Preparing [2024-09-24T11:16:24.379Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:24.379Z] 541e0eb45536: Waiting [2024-09-24T11:16:24.379Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:24.379Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:24.644Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:16:24.644Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:24.644Z] 541e0eb45536: Layer already exists [2024-09-24T11:16:24.644Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:24.644Z] 4205964961e1: Pushed [2024-09-24T11:16:31.266Z] 5e7a42c6671d: Pushed [2024-09-24T11:16:31.532Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:31.884Z] + 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-24T11:16:32.234Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-24T11:16:32.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-24T11:16:32.234Z] 4205964961e1: Preparing [2024-09-24T11:16:32.234Z] 5e7a42c6671d: Preparing [2024-09-24T11:16:32.234Z] b8be3f67eea9: Preparing [2024-09-24T11:16:32.234Z] ee6eae67fb29: Preparing [2024-09-24T11:16:32.234Z] a8d95f9b6cb0: Preparing [2024-09-24T11:16:32.234Z] 541e0eb45536: Preparing [2024-09-24T11:16:32.234Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:32.234Z] 541e0eb45536: Waiting [2024-09-24T11:16:32.234Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:32.234Z] 4205964961e1: Layer already exists [2024-09-24T11:16:32.234Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:32.234Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:16:32.234Z] 5e7a42c6671d: Layer already exists [2024-09-24T11:16:32.234Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:32.234Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:32.234Z] 541e0eb45536: Layer already exists [2024-09-24T11:16:32.499Z] latest: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:32.862Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:33.212Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.81 [2024-09-24T11:16:33.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-24T11:16:33.212Z] 4205964961e1: Preparing [2024-09-24T11:16:33.212Z] 5e7a42c6671d: Preparing [2024-09-24T11:16:33.212Z] b8be3f67eea9: Preparing [2024-09-24T11:16:33.212Z] ee6eae67fb29: Preparing [2024-09-24T11:16:33.212Z] a8d95f9b6cb0: Preparing [2024-09-24T11:16:33.212Z] 541e0eb45536: Preparing [2024-09-24T11:16:33.212Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:33.212Z] 541e0eb45536: Waiting [2024-09-24T11:16:33.212Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:33.212Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:33.212Z] 5e7a42c6671d: Layer already exists [2024-09-24T11:16:33.212Z] 4205964961e1: Layer already exists [2024-09-24T11:16:33.212Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:33.212Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:16:33.212Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:33.212Z] 541e0eb45536: Layer already exists [2024-09-24T11:16:33.477Z] 3.2.0-dev.81: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:33.830Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:34.179Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:34.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-24T11:16:34.179Z] 4205964961e1: Preparing [2024-09-24T11:16:34.179Z] 5e7a42c6671d: Preparing [2024-09-24T11:16:34.179Z] b8be3f67eea9: Preparing [2024-09-24T11:16:34.179Z] ee6eae67fb29: Preparing [2024-09-24T11:16:34.179Z] a8d95f9b6cb0: Preparing [2024-09-24T11:16:34.179Z] 541e0eb45536: Preparing [2024-09-24T11:16:34.179Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:34.179Z] 541e0eb45536: Waiting [2024-09-24T11:16:34.179Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:34.179Z] 4205964961e1: Layer already exists [2024-09-24T11:16:34.179Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:34.179Z] 5e7a42c6671d: Layer already exists [2024-09-24T11:16:34.179Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:34.179Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:16:34.179Z] 541e0eb45536: Layer already exists [2024-09-24T11:16:34.179Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:34.179Z] 08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:34.525Z] + 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-24T11:16:34.865Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-09-24T11:16:34.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-09-24T11:16:34.865Z] 4205964961e1: Preparing [2024-09-24T11:16:34.865Z] 5e7a42c6671d: Preparing [2024-09-24T11:16:34.865Z] b8be3f67eea9: Preparing [2024-09-24T11:16:34.865Z] ee6eae67fb29: Preparing [2024-09-24T11:16:34.865Z] a8d95f9b6cb0: Preparing [2024-09-24T11:16:34.865Z] 541e0eb45536: Preparing [2024-09-24T11:16:34.865Z] 4aeaa0e7d41f: Preparing [2024-09-24T11:16:34.865Z] 541e0eb45536: Waiting [2024-09-24T11:16:34.865Z] 4aeaa0e7d41f: Waiting [2024-09-24T11:16:34.865Z] b8be3f67eea9: Layer already exists [2024-09-24T11:16:34.865Z] 5e7a42c6671d: Layer already exists [2024-09-24T11:16:34.865Z] ee6eae67fb29: Layer already exists [2024-09-24T11:16:34.865Z] 4205964961e1: Layer already exists [2024-09-24T11:16:34.865Z] a8d95f9b6cb0: Layer already exists [2024-09-24T11:16:34.865Z] 541e0eb45536: Layer already exists [2024-09-24T11:16:34.865Z] 4aeaa0e7d41f: Layer already exists [2024-09-24T11:16:35.129Z] main: digest: sha256:3265e175dfffd5f1a48d2c7be53e89cb0559433274350295a071559e4f7eb333 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-09-24T11:16:35.206Z] ===================================================== [Pipeline] echo [2024-09-24T11:16:35.220Z] taggedImages: [2024-09-24T11:16:35.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d [2024-09-24T11:16:35.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-09-24T11:16:35.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.81 [2024-09-24T11:16:35.221Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08e30e9824952b0f8cde611c7e69c4c853d0027d-3.2.0-dev.81 [2024-09-24T11:16:35.221Z] - 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-24T11:16:35.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-24T11:16:35.622Z] [2024-09-24T11:16:35.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:16:35.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-24T11:16:35.946Z] arm64: Pulling from edgex-lftools-log-publisher [2024-09-24T11:16:35.946Z] 8998bd30e6a1: Pulling fs layer [2024-09-24T11:16:35.946Z] 04944245beec: Pulling fs layer [2024-09-24T11:16:35.946Z] 699f458cf7ca: Pulling fs layer [2024-09-24T11:16:35.946Z] 765212b225bb: Pulling fs layer [2024-09-24T11:16:35.946Z] f23df028b6ca: Pulling fs layer [2024-09-24T11:16:35.946Z] d65c8cfc05b1: Pulling fs layer [2024-09-24T11:16:35.946Z] 2437ff75d9bd: Pulling fs layer [2024-09-24T11:16:35.946Z] f23df028b6ca: Waiting [2024-09-24T11:16:35.946Z] d65c8cfc05b1: Waiting [2024-09-24T11:16:35.946Z] 2437ff75d9bd: Waiting [2024-09-24T11:16:35.946Z] 765212b225bb: Waiting [2024-09-24T11:16:36.213Z] 04944245beec: Verifying Checksum [2024-09-24T11:16:36.213Z] 04944245beec: Download complete [2024-09-24T11:16:36.213Z] 765212b225bb: Verifying Checksum [2024-09-24T11:16:36.213Z] 765212b225bb: Download complete [2024-09-24T11:16:36.213Z] f23df028b6ca: Verifying Checksum [2024-09-24T11:16:36.213Z] f23df028b6ca: Download complete [2024-09-24T11:16:36.213Z] d65c8cfc05b1: Verifying Checksum [2024-09-24T11:16:36.213Z] d65c8cfc05b1: Download complete [2024-09-24T11:16:36.479Z] 699f458cf7ca: Verifying Checksum [2024-09-24T11:16:36.479Z] 699f458cf7ca: Download complete [2024-09-24T11:16:36.744Z] 8998bd30e6a1: Download complete [2024-09-24T11:16:39.322Z] 2437ff75d9bd: Verifying Checksum [2024-09-24T11:16:41.895Z] 8998bd30e6a1: Pull complete [2024-09-24T11:16:42.478Z] 04944245beec: Pull complete [2024-09-24T11:16:43.883Z] 699f458cf7ca: Pull complete [2024-09-24T11:16:44.150Z] 765212b225bb: Pull complete [2024-09-24T11:16:45.110Z] f23df028b6ca: Pull complete [2024-09-24T11:16:45.378Z] d65c8cfc05b1: Pull complete [2024-09-24T11:17:03.571Z] 2437ff75d9bd: Pull complete [2024-09-24T11:17:03.571Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-09-24T11:17:03.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-24T11:17:03.571Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:17:03.788Z] prd-ubuntu20.04-docker-arm64-4c-16g-10987 does not seem to be running inside a container [2024-09-24T11:17:03.847Z] $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:17:06.496Z] $ docker top f2bb78645ddc5d95072fe7297902836a2090a83d01bcb3f46349f9b172bbe17f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:17:07.413Z] ---> job-cost.sh [2024-09-24T11:17:07.413Z] lf-activate-venv: SKIPPING [2024-09-24T11:17:07.413Z] INFO: No Stack... [2024-09-24T11:17:09.351Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-09-24T11:17:10.305Z] INFO: Archiving Costs [Pipeline] sh [2024-09-24T11:17:10.945Z] + cut -d, -f6 [2024-09-24T11:17:10.945Z] + cat /w/workspace/edgex-go/703/archives/cost.csv [Pipeline] lock [2024-09-24T11:17:10.983Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-703-stack-cost] [2024-09-24T11:17:10.995Z] Resource [jenkins-edgexfoundry-edgex-go-main-703-stack-cost] did not exist. Created. [2024-09-24T11:17:11.003Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-703-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-24T11:17:11.648Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-09-24T11:17:12.290Z] Stashed 1 file(s) [Pipeline] } [2024-09-24T11:17:12.300Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-703-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-24T11:17:12.322Z] $ docker stop --time=1 f2bb78645ddc5d95072fe7297902836a2090a83d01bcb3f46349f9b172bbe17f [2024-09-24T11:17:13.819Z] $ docker rm -f --volumes f2bb78645ddc5d95072fe7297902836a2090a83d01bcb3f46349f9b172bbe17f [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-24T11:17:14.410Z] provisioning config files... [2024-09-24T11:17:14.417Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/703@tmp/config8078495550724036460tmp [Pipeline] { [Pipeline] sh [2024-09-24T11:17:14.722Z] + set +x [2024-09-24T11:17:14.723Z] + bash -s -- [2024-09-24T11:17:14.723Z] + curl -s https://codecov.io/bash [2024-09-24T11:17:14.723Z] [2024-09-24T11:17:14.723Z] _____ _ [2024-09-24T11:17:14.723Z] / ____| | | [2024-09-24T11:17:14.723Z] | | ___ __| | ___ ___ _____ __ [2024-09-24T11:17:14.723Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-09-24T11:17:14.723Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-09-24T11:17:14.723Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-09-24T11:17:14.723Z] Bash-1.0.6 [2024-09-24T11:17:14.723Z] [2024-09-24T11:17:14.723Z] [2024-09-24T11:17:14.982Z] ==> git version 2.25.1 found [2024-09-24T11:17:14.983Z] ==> 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-24T11:17:14.983Z] Release-Date: 2020-01-08 [2024-09-24T11:17:14.983Z] 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-24T11:17:14.983Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-09-24T11:17:14.983Z] ==> Jenkins CI detected. [2024-09-24T11:17:14.983Z] current dir:  /w/workspace/edgex-go/703 [2024-09-24T11:17:14.983Z] project root: . [2024-09-24T11:17:14.983Z] --> token set from env [2024-09-24T11:17:14.983Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-09-24T11:17:14.983Z] ==> Running gcov in . (disable via -X gcov) [2024-09-24T11:17:14.983Z] ==> Python coveragepy not found [2024-09-24T11:17:14.983Z] ==> Searching for coverage reports in: [2024-09-24T11:17:14.983Z] + . [2024-09-24T11:17:14.983Z] -> Found 1 reports [2024-09-24T11:17:14.983Z] ==> Detecting git/mercurial file structure [2024-09-24T11:17:14.983Z] ==> Reading reports [2024-09-24T11:17:14.983Z] + ./coverage.out bytes=601312 [2024-09-24T11:17:14.983Z] ==> Appending adjustments [2024-09-24T11:17:14.983Z] https://docs.codecov.io/docs/fixing-reports [2024-09-24T11:17:16.362Z] + Found adjustments [2024-09-24T11:17:16.362Z] ==> Gzipping contents [2024-09-24T11:17:16.362Z] 72K /tmp/codecov.pW0XyC.gz [2024-09-24T11:17:16.362Z] ==> Uploading reports [2024-09-24T11:17:16.362Z] url: https://codecov.io [2024-09-24T11:17:16.362Z] query: branch=main&commit=08e30e9824952b0f8cde611c7e69c4c853d0027d&build=703&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F703%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-24T11:17:16.362Z] -> Pinging Codecov [2024-09-24T11:17:16.362Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=08e30e9824952b0f8cde611c7e69c4c853d0027d&build=703&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F703%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-24T11:17:16.622Z] -> Uploading to [2024-09-24T11:17:16.623Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/08e30e9824952b0f8cde611c7e69c4c853d0027d/57fec042-ce21-4e2d-9d9d-751f327fd1ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20240924%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20240924T111716Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=1e49c90209accc33ba499cefe52e59eb26c7c92817de0990aefef9f541b509ea [2024-09-24T11:17:16.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:16.623Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:16.882Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72712 0 0 100 72712 0 246k --:--:-- --:--:-- --:--:-- 245k [2024-09-24T11:17:16.882Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/08e30e9824952b0f8cde611c7e69c4c853d0027d [Pipeline] } [2024-09-24T11:17:16.888Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-09-24T11:17:17.114Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-09-24T11:17:17.132Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:17:17.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-24T11:17:17.441Z] [2024-09-24T11:17:17.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:17:17.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-24T11:17:17.744Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-09-24T11:17:17.744Z] 619be1103602: Already exists [2024-09-24T11:17:17.744Z] f8ea3408117e: Pulling fs layer [2024-09-24T11:17:17.744Z] 91320369b822: Pulling fs layer [2024-09-24T11:17:17.744Z] 0406650e8295: Pulling fs layer [2024-09-24T11:17:17.744Z] 4f4fb700ef54: Pulling fs layer [2024-09-24T11:17:17.744Z] 96d80e3f36e1: Pulling fs layer [2024-09-24T11:17:17.744Z] bcf3aedb951c: Pulling fs layer [2024-09-24T11:17:17.744Z] 4f4fb700ef54: Waiting [2024-09-24T11:17:17.744Z] 96d80e3f36e1: Waiting [2024-09-24T11:17:17.744Z] bcf3aedb951c: Waiting [2024-09-24T11:17:17.744Z] 0406650e8295: Download complete [2024-09-24T11:17:17.744Z] f8ea3408117e: Download complete [2024-09-24T11:17:17.744Z] 4f4fb700ef54: Verifying Checksum [2024-09-24T11:17:17.744Z] 4f4fb700ef54: Download complete [2024-09-24T11:17:17.744Z] f8ea3408117e: Pull complete [2024-09-24T11:17:18.003Z] 96d80e3f36e1: Verifying Checksum [2024-09-24T11:17:18.003Z] 96d80e3f36e1: Download complete [2024-09-24T11:17:18.261Z] 91320369b822: Verifying Checksum [2024-09-24T11:17:18.261Z] 91320369b822: Download complete [2024-09-24T11:17:18.519Z] bcf3aedb951c: Verifying Checksum [2024-09-24T11:17:21.839Z] 91320369b822: Pull complete [2024-09-24T11:17:21.839Z] 0406650e8295: Pull complete [2024-09-24T11:17:21.839Z] 4f4fb700ef54: Pull complete [2024-09-24T11:17:21.839Z] 96d80e3f36e1: Pull complete [2024-09-24T11:17:25.124Z] bcf3aedb951c: Pull complete [2024-09-24T11:17:25.124Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-09-24T11:17:25.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-24T11:17:25.124Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:17:25.222Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T11:17:25.284Z] $ 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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:17:31.196Z] $ docker top 77c50f770522daefc177c07e418c8d72b871afa3c21ec4f606b567954681cea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-24T11:17:31.512Z] + git config --global --add safe.directory /w/workspace/edgex-go/703 [Pipeline] echo [2024-09-24T11:17:31.524Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-09-24T11:17:31.809Z] + set -o pipefail [2024-09-24T11:17:31.809Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-09-24T11:17:39.935Z] [2024-09-24T11:17:39.935Z] Monitoring /w/workspace/edgex-go/703 (github.com/edgexfoundry/edgex-go)... [2024-09-24T11:17:39.935Z] [2024-09-24T11:17:39.935Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/01f26077-5984-4aa5-8f0a-4aa9426eb9e3 [2024-09-24T11:17:39.935Z] [2024-09-24T11:17:39.935Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-09-24T11:17:39.935Z] [2024-09-24T11:17:39.935Z] [2024-09-24T11:17:39.935Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-09-24T11:17:39.935Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-09-24T11:17:39.977Z] $ docker stop --time=1 77c50f770522daefc177c07e418c8d72b871afa3c21ec4f606b567954681cea9 [2024-09-24T11:17:46.832Z] $ docker rm -f --volumes 77c50f770522daefc177c07e418c8d72b871afa3c21ec4f606b567954681cea9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-09-24T11:17:47.332Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-24T11:17:47.345Z] provisioning config files... [2024-09-24T11:17:47.354Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/703@tmp/config2879839511087658577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:17:47.647Z] --> edgex-publish-swagger.sh [2024-09-24T11:17:47.647Z] === Publish openapi/v3 API === [2024-09-24T11:17:47.647Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-09-24T11:17:47.647Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/703/openapi/v3/core-command.yaml] [2024-09-24T11:17:47.647Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:47.647Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:47.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 72366 --:--:-- --:--:-- --:--:-- 72207 [2024-09-24T11:17:47.906Z] [2024-09-24T11:17:47.906Z] [2024-09-24T11:17:47.906Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/703/openapi/v3/core-data.yaml] [2024-09-24T11:17:47.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:47.906Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:49.113Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 163k --:--:-- --:--:-- --:--:-- 163k [2024-09-24T11:17:49.113Z] [2024-09-24T11:17:49.113Z] [2024-09-24T11:17:49.113Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/703/openapi/v3/core-keeper.yaml] [2024-09-24T11:17:49.113Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:49.113Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:49.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 64 32209 0:00:01 0:00:01 --:--:-- 32273 [2024-09-24T11:17:49.373Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-24T11:17:49.373Z] [2024-09-24T11:17:49.373Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/703/openapi/v3/core-metadata.yaml] [2024-09-24T11:17:49.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:49.373Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:49.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 148k 0 0 100 148k 0 1673k --:--:-- --:--:-- --:--:-- 1654k 100 149k 100 156 100 148k 427 407k --:--:-- --:--:-- --:--:-- 407k [2024-09-24T11:17:49.893Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-24T11:17:49.893Z] [2024-09-24T11:17:49.893Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/703/openapi/v3/support-cron-scheduler.yaml] [2024-09-24T11:17:49.893Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:49.893Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:50.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 265 190k --:--:-- --:--:-- --:--:-- 190k [2024-09-24T11:17:50.153Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-09-24T11:17:50.153Z] [2024-09-24T11:17:50.153Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/703/openapi/v3/support-notifications.yaml] [2024-09-24T11:17:50.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:50.153Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:50.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 443 242k --:--:-- --:--:-- --:--:-- 242k [2024-09-24T11:17:50.412Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-24T11:17:50.412Z] [2024-09-24T11:17:50.412Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/703/openapi/v3/support-scheduler.yaml] [2024-09-24T11:17:50.412Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-24T11:17:50.412Z] Dload Upload Total Spent Left Speed [2024-09-24T11:17:50.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 176k --:--:-- --:--:-- --:--:-- 176k 100 37110 100 156 100 36954 441 102k --:--:-- --:--:-- --:--:-- 102k [2024-09-24T11:17:50.934Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-09-24T11:17:50.934Z] [Pipeline] } [2024-09-24T11:17:50.942Z] 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-24T11:17:51.395Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-24T11:17:51.395Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:17:51.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-24T11:17:51.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:17:51.799Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T11:17:51.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:17:52.380Z] $ docker top b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 -eo pid,comm [2024-09-24T11:17:52.395Z] 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-24T11:17:52.395Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-24T11:17:52.459Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-24T11:17:52.459Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-24T11:17:52.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-24T11:17:52.616Z] $ docker exec b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 ssh-agent [2024-09-24T11:17:52.687Z] SSH_AUTH_SOCK=/tmp/ssh-R6IgXobyTmWM/agent.32 [2024-09-24T11:17:52.687Z] SSH_AGENT_PID=38 [2024-09-24T11:17:52.692Z] Running ssh-add (command line suppressed) [2024-09-24T11:17:52.821Z] Identity added: /w/workspace/edgex-go/703@tmp/private_key_7098820998442913995.key (/w/workspace/edgex-go/703@tmp/private_key_7098820998442913995.key) [2024-09-24T11:17:52.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-24T11:17:53.097Z] + git semver tag [2024-09-24T11:17:53.357Z] 2024-09-24 11:17:53,354 [run_tag] DEBUG tag force:False [2024-09-24T11:17:53.357Z] 2024-09-24 11:17:53,354 [check_head_tag] DEBUG check head tag [2024-09-24T11:17:53.357Z] 2024-09-24 11:17:53,356 [execute] INFO git cat-file --batch-check [2024-09-24T11:17:53.357Z] 2024-09-24 11:17:53,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=) [2024-09-24T11:17:53.357Z] 2024-09-24 11:17:53,360 [execute] INFO git cat-file --batch [2024-09-24T11:17:53.357Z] 2024-09-24 11:17:53,360 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=) [2024-09-24T11:17:53.617Z] 2024-09-24 11:17:53,404 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T11:17:53.617Z] 2024-09-24 11:17:53,404 [execute] INFO git tag -a v3.2.0-dev.81 -m v3.2.0-dev.81 [2024-09-24T11:17:53.617Z] 2024-09-24 11:17:53,405 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.81', '-m', 'v3.2.0-dev.81'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=None) [2024-09-24T11:17:53.617Z] 2024-09-24 11:17:53,410 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T11:17:53.617Z] 3.2.0-dev.81 [Pipeline] } [2024-09-24T11:17:53.654Z] $ docker exec --env ******** --env ******** b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 ssh-agent -k [2024-09-24T11:17:53.750Z] unset SSH_AUTH_SOCK; [2024-09-24T11:17:53.750Z] unset SSH_AGENT_PID; [2024-09-24T11:17:53.750Z] echo Agent pid 38 killed; [2024-09-24T11:17:53.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-24T11:17:54.063Z] + git semver [Pipeline] } [2024-09-24T11:17:54.364Z] $ docker stop --time=1 b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 [2024-09-24T11:17:55.686Z] $ docker rm -f --volumes b8232560cd5edaba3b0554ded0e66460f6d8af955021be9b2c8c6f0847d43a81 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:17:56.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-24T11:17:56.068Z] [2024-09-24T11:17:56.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:17:56.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-24T11:17:56.372Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-09-24T11:17:56.372Z] ab5ef0e58194: Pulling fs layer [2024-09-24T11:17:56.372Z] 9712f1f96733: Pulling fs layer [2024-09-24T11:17:56.372Z] 63f879dbbcfc: Pulling fs layer [2024-09-24T11:17:56.372Z] 0d9ebad4ef96: Pulling fs layer [2024-09-24T11:17:56.372Z] e9a5061849ea: Pulling fs layer [2024-09-24T11:17:56.372Z] d747dcd14b5f: Pulling fs layer [2024-09-24T11:17:56.372Z] 2de7ff778b66: Pulling fs layer [2024-09-24T11:17:56.372Z] e9a5061849ea: Waiting [2024-09-24T11:17:56.372Z] 0d9ebad4ef96: Waiting [2024-09-24T11:17:56.372Z] 2de7ff778b66: Waiting [2024-09-24T11:17:56.372Z] 9712f1f96733: Verifying Checksum [2024-09-24T11:17:56.372Z] 9712f1f96733: Download complete [2024-09-24T11:17:56.630Z] 63f879dbbcfc: Verifying Checksum [2024-09-24T11:17:56.630Z] 63f879dbbcfc: Download complete [2024-09-24T11:17:56.888Z] e9a5061849ea: Verifying Checksum [2024-09-24T11:17:56.888Z] e9a5061849ea: Download complete [2024-09-24T11:17:56.888Z] ab5ef0e58194: Verifying Checksum [2024-09-24T11:17:56.888Z] ab5ef0e58194: Download complete [2024-09-24T11:17:56.888Z] 0d9ebad4ef96: Verifying Checksum [2024-09-24T11:17:56.888Z] 0d9ebad4ef96: Download complete [2024-09-24T11:17:56.888Z] d747dcd14b5f: Verifying Checksum [2024-09-24T11:17:56.888Z] d747dcd14b5f: Download complete [2024-09-24T11:17:56.888Z] 2de7ff778b66: Verifying Checksum [2024-09-24T11:17:56.888Z] 2de7ff778b66: Download complete [2024-09-24T11:17:59.418Z] ab5ef0e58194: Pull complete [2024-09-24T11:17:59.418Z] 9712f1f96733: Pull complete [2024-09-24T11:17:59.982Z] 63f879dbbcfc: Pull complete [2024-09-24T11:18:03.910Z] 0d9ebad4ef96: Pull complete [2024-09-24T11:18:03.910Z] e9a5061849ea: Pull complete [2024-09-24T11:18:03.910Z] d747dcd14b5f: Pull complete [2024-09-24T11:18:05.694Z] 2de7ff778b66: Pull complete [2024-09-24T11:18:05.694Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-09-24T11:18:05.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-24T11:18:05.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:18:06.886Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T11:18:06.940Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:18:14.151Z] $ docker top 7651965a40a241c6086145e108dd4232716fd340408123b2551d52af85f77745 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-09-24T11:18:14.202Z] provisioning config files... [2024-09-24T11:18:14.209Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/703@tmp/config14715220748701400970tmp [2024-09-24T11:18:14.219Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/703@tmp/config29150202049648913tmp [2024-09-24T11:18:14.227Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/703@tmp/config13519053236461562016tmp [Pipeline] { [Pipeline] echo [2024-09-24T11:18:14.317Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:18:14.609Z] ---> sigul-configuration.sh [2024-09-24T11:18:14.609Z] gpg: directory `/root/.gnupg' created [2024-09-24T11:18:14.609Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-09-24T11:18:14.609Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-09-24T11:18:14.609Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-09-24T11:18:14.609Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-09-24T11:18:14.609Z] gpg: CAST5 encrypted data [2024-09-24T11:18:14.609Z] gpg: encrypted with 1 passphrase [2024-09-24T11:18:14.609Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-09-24T11:18:14.908Z] + mkdir /home/jenkins [2024-09-24T11:18:14.908Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-09-24T11:18:15.208Z] + 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-24T11:18:15.221Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:18:15.519Z] ---> sigul-install.sh [2024-09-24T11:18:15.519Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-09-24T11:18:15.816Z] + git tag --list [2024-09-24T11:18:15.816Z] 0.6.0 [2024-09-24T11:18:15.816Z] 0.6.1 [2024-09-24T11:18:15.816Z] 0.7.0 [2024-09-24T11:18:15.816Z] 0.7.1 [2024-09-24T11:18:15.816Z] v1.0.0 [2024-09-24T11:18:15.816Z] v1.0.1 [2024-09-24T11:18:15.816Z] v1.1.0 [2024-09-24T11:18:15.816Z] v1.2.0 [2024-09-24T11:18:15.816Z] v1.2.1 [2024-09-24T11:18:15.816Z] v1.3.0 [2024-09-24T11:18:15.816Z] v1.3.1 [2024-09-24T11:18:15.816Z] v2.0.0 [2024-09-24T11:18:15.816Z] v2.1.0 [2024-09-24T11:18:15.816Z] v2.1.1 [2024-09-24T11:18:15.816Z] v2.2.0 [2024-09-24T11:18:15.816Z] v2.3.0 [2024-09-24T11:18:15.817Z] v3.0 [2024-09-24T11:18:15.817Z] v3.0.0 [2024-09-24T11:18:15.817Z] v3.1 [2024-09-24T11:18:15.817Z] v3.1.0 [2024-09-24T11:18:15.817Z] v3.1.0-dev.1 [2024-09-24T11:18:15.817Z] v3.1.0-dev.10 [2024-09-24T11:18:15.817Z] v3.1.0-dev.11 [2024-09-24T11:18:15.817Z] v3.1.0-dev.12 [2024-09-24T11:18:15.817Z] v3.1.0-dev.13 [2024-09-24T11:18:15.817Z] v3.1.0-dev.14 [2024-09-24T11:18:15.817Z] v3.1.0-dev.15 [2024-09-24T11:18:15.817Z] v3.1.0-dev.16 [2024-09-24T11:18:15.817Z] v3.1.0-dev.17 [2024-09-24T11:18:15.817Z] v3.1.0-dev.18 [2024-09-24T11:18:15.817Z] v3.1.0-dev.19 [2024-09-24T11:18:15.817Z] v3.1.0-dev.2 [2024-09-24T11:18:15.817Z] v3.1.0-dev.20 [2024-09-24T11:18:15.817Z] v3.1.0-dev.21 [2024-09-24T11:18:15.817Z] v3.1.0-dev.22 [2024-09-24T11:18:15.817Z] v3.1.0-dev.23 [2024-09-24T11:18:15.817Z] v3.1.0-dev.24 [2024-09-24T11:18:15.817Z] v3.1.0-dev.25 [2024-09-24T11:18:15.817Z] v3.1.0-dev.26 [2024-09-24T11:18:15.817Z] v3.1.0-dev.27 [2024-09-24T11:18:15.817Z] v3.1.0-dev.28 [2024-09-24T11:18:15.817Z] v3.1.0-dev.29 [2024-09-24T11:18:15.817Z] v3.1.0-dev.3 [2024-09-24T11:18:15.817Z] v3.1.0-dev.30 [2024-09-24T11:18:15.817Z] v3.1.0-dev.31 [2024-09-24T11:18:15.817Z] v3.1.0-dev.32 [2024-09-24T11:18:15.817Z] v3.1.0-dev.33 [2024-09-24T11:18:15.817Z] v3.1.0-dev.34 [2024-09-24T11:18:15.817Z] v3.1.0-dev.35 [2024-09-24T11:18:15.817Z] v3.1.0-dev.36 [2024-09-24T11:18:15.817Z] v3.1.0-dev.37 [2024-09-24T11:18:15.817Z] v3.1.0-dev.38 [2024-09-24T11:18:15.817Z] v3.1.0-dev.39 [2024-09-24T11:18:15.817Z] v3.1.0-dev.4 [2024-09-24T11:18:15.817Z] v3.1.0-dev.40 [2024-09-24T11:18:15.817Z] v3.1.0-dev.41 [2024-09-24T11:18:15.817Z] v3.1.0-dev.42 [2024-09-24T11:18:15.817Z] v3.1.0-dev.43 [2024-09-24T11:18:15.817Z] v3.1.0-dev.44 [2024-09-24T11:18:15.817Z] v3.1.0-dev.45 [2024-09-24T11:18:15.817Z] v3.1.0-dev.46 [2024-09-24T11:18:15.817Z] v3.1.0-dev.47 [2024-09-24T11:18:15.817Z] v3.1.0-dev.48 [2024-09-24T11:18:15.817Z] v3.1.0-dev.49 [2024-09-24T11:18:15.817Z] v3.1.0-dev.5 [2024-09-24T11:18:15.817Z] v3.1.0-dev.50 [2024-09-24T11:18:15.817Z] v3.1.0-dev.51 [2024-09-24T11:18:15.817Z] v3.1.0-dev.52 [2024-09-24T11:18:15.817Z] v3.1.0-dev.53 [2024-09-24T11:18:15.817Z] v3.1.0-dev.54 [2024-09-24T11:18:15.817Z] v3.1.0-dev.55 [2024-09-24T11:18:15.817Z] v3.1.0-dev.56 [2024-09-24T11:18:15.817Z] v3.1.0-dev.57 [2024-09-24T11:18:15.817Z] v3.1.0-dev.58 [2024-09-24T11:18:15.817Z] v3.1.0-dev.59 [2024-09-24T11:18:15.817Z] v3.1.0-dev.6 [2024-09-24T11:18:15.817Z] v3.1.0-dev.60 [2024-09-24T11:18:15.817Z] v3.1.0-dev.61 [2024-09-24T11:18:15.817Z] v3.1.0-dev.62 [2024-09-24T11:18:15.817Z] v3.1.0-dev.63 [2024-09-24T11:18:15.817Z] v3.1.0-dev.64 [2024-09-24T11:18:15.817Z] v3.1.0-dev.65 [2024-09-24T11:18:15.817Z] v3.1.0-dev.66 [2024-09-24T11:18:15.817Z] v3.1.0-dev.67 [2024-09-24T11:18:15.817Z] v3.1.0-dev.68 [2024-09-24T11:18:15.817Z] v3.1.0-dev.69 [2024-09-24T11:18:15.817Z] v3.1.0-dev.7 [2024-09-24T11:18:15.817Z] v3.1.0-dev.70 [2024-09-24T11:18:15.817Z] v3.1.0-dev.71 [2024-09-24T11:18:15.817Z] v3.1.0-dev.72 [2024-09-24T11:18:15.817Z] v3.1.0-dev.73 [2024-09-24T11:18:15.817Z] v3.1.0-dev.8 [2024-09-24T11:18:15.817Z] v3.1.0-dev.9 [2024-09-24T11:18:15.817Z] v3.1.1 [2024-09-24T11:18:15.817Z] v3.1.1-dev.1 [2024-09-24T11:18:15.817Z] v3.1.1-dev.2 [2024-09-24T11:18:15.817Z] v3.2.0-dev.1 [2024-09-24T11:18:15.817Z] v3.2.0-dev.10 [2024-09-24T11:18:15.817Z] v3.2.0-dev.11 [2024-09-24T11:18:15.817Z] v3.2.0-dev.12 [2024-09-24T11:18:15.817Z] v3.2.0-dev.13 [2024-09-24T11:18:15.817Z] v3.2.0-dev.14 [2024-09-24T11:18:15.817Z] v3.2.0-dev.15 [2024-09-24T11:18:15.817Z] v3.2.0-dev.16 [2024-09-24T11:18:15.817Z] v3.2.0-dev.17 [2024-09-24T11:18:15.817Z] v3.2.0-dev.18 [2024-09-24T11:18:15.817Z] v3.2.0-dev.19 [2024-09-24T11:18:15.817Z] v3.2.0-dev.2 [2024-09-24T11:18:15.817Z] v3.2.0-dev.20 [2024-09-24T11:18:15.817Z] v3.2.0-dev.21 [2024-09-24T11:18:15.817Z] v3.2.0-dev.22 [2024-09-24T11:18:15.817Z] v3.2.0-dev.23 [2024-09-24T11:18:15.817Z] v3.2.0-dev.24 [2024-09-24T11:18:15.817Z] v3.2.0-dev.25 [2024-09-24T11:18:15.817Z] v3.2.0-dev.26 [2024-09-24T11:18:15.817Z] v3.2.0-dev.27 [2024-09-24T11:18:15.817Z] v3.2.0-dev.28 [2024-09-24T11:18:15.817Z] v3.2.0-dev.29 [2024-09-24T11:18:15.817Z] v3.2.0-dev.3 [2024-09-24T11:18:15.817Z] v3.2.0-dev.30 [2024-09-24T11:18:15.817Z] v3.2.0-dev.31 [2024-09-24T11:18:15.817Z] v3.2.0-dev.32 [2024-09-24T11:18:15.817Z] v3.2.0-dev.33 [2024-09-24T11:18:15.817Z] v3.2.0-dev.34 [2024-09-24T11:18:15.817Z] v3.2.0-dev.35 [2024-09-24T11:18:15.817Z] v3.2.0-dev.36 [2024-09-24T11:18:15.817Z] v3.2.0-dev.37 [2024-09-24T11:18:15.817Z] v3.2.0-dev.38 [2024-09-24T11:18:15.817Z] v3.2.0-dev.39 [2024-09-24T11:18:15.817Z] v3.2.0-dev.4 [2024-09-24T11:18:15.817Z] v3.2.0-dev.40 [2024-09-24T11:18:15.817Z] v3.2.0-dev.41 [2024-09-24T11:18:15.817Z] v3.2.0-dev.42 [2024-09-24T11:18:15.817Z] v3.2.0-dev.43 [2024-09-24T11:18:15.817Z] v3.2.0-dev.44 [2024-09-24T11:18:15.817Z] v3.2.0-dev.45 [2024-09-24T11:18:15.817Z] v3.2.0-dev.46 [2024-09-24T11:18:15.817Z] v3.2.0-dev.47 [2024-09-24T11:18:15.817Z] v3.2.0-dev.48 [2024-09-24T11:18:15.817Z] v3.2.0-dev.49 [2024-09-24T11:18:15.817Z] v3.2.0-dev.5 [2024-09-24T11:18:15.817Z] v3.2.0-dev.50 [2024-09-24T11:18:15.817Z] v3.2.0-dev.51 [2024-09-24T11:18:15.817Z] v3.2.0-dev.52 [2024-09-24T11:18:15.817Z] v3.2.0-dev.53 [2024-09-24T11:18:15.817Z] v3.2.0-dev.54 [2024-09-24T11:18:15.817Z] v3.2.0-dev.55 [2024-09-24T11:18:15.817Z] v3.2.0-dev.56 [2024-09-24T11:18:15.817Z] v3.2.0-dev.57 [2024-09-24T11:18:15.817Z] v3.2.0-dev.58 [2024-09-24T11:18:15.817Z] v3.2.0-dev.59 [2024-09-24T11:18:15.817Z] v3.2.0-dev.6 [2024-09-24T11:18:15.817Z] v3.2.0-dev.60 [2024-09-24T11:18:15.817Z] v3.2.0-dev.61 [2024-09-24T11:18:15.817Z] v3.2.0-dev.62 [2024-09-24T11:18:15.817Z] v3.2.0-dev.63 [2024-09-24T11:18:15.817Z] v3.2.0-dev.64 [2024-09-24T11:18:15.817Z] v3.2.0-dev.65 [2024-09-24T11:18:15.817Z] v3.2.0-dev.66 [2024-09-24T11:18:15.817Z] v3.2.0-dev.67 [2024-09-24T11:18:15.817Z] v3.2.0-dev.68 [2024-09-24T11:18:15.817Z] v3.2.0-dev.69 [2024-09-24T11:18:15.817Z] v3.2.0-dev.7 [2024-09-24T11:18:15.817Z] v3.2.0-dev.70 [2024-09-24T11:18:15.817Z] v3.2.0-dev.71 [2024-09-24T11:18:15.817Z] v3.2.0-dev.72 [2024-09-24T11:18:15.817Z] v3.2.0-dev.73 [2024-09-24T11:18:15.817Z] v3.2.0-dev.74 [2024-09-24T11:18:15.817Z] v3.2.0-dev.75 [2024-09-24T11:18:15.817Z] v3.2.0-dev.76 [2024-09-24T11:18:15.817Z] v3.2.0-dev.77 [2024-09-24T11:18:15.817Z] v3.2.0-dev.78 [2024-09-24T11:18:15.817Z] v3.2.0-dev.79 [2024-09-24T11:18:15.817Z] v3.2.0-dev.8 [2024-09-24T11:18:15.817Z] v3.2.0-dev.80 [2024-09-24T11:18:15.817Z] v3.2.0-dev.81 [2024-09-24T11:18:15.817Z] v3.2.0-dev.9 [Pipeline] sh [2024-09-24T11:18:16.133Z] + lftools sign git-tag v3.2.0-dev.81 [2024-09-24T11:18:16.706Z] Signing Git tag with Sigul... [2024-09-24T11:18:16.706Z] Signing v3.2.0-dev.81 [Pipeline] echo [2024-09-24T11:18:16.974Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:18:17.269Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-09-24T11:18:17.285Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-09-24T11:18:17.339Z] $ docker stop --time=1 7651965a40a241c6086145e108dd4232716fd340408123b2551d52af85f77745 [2024-09-24T11:18:18.716Z] $ docker rm -f --volumes 7651965a40a241c6086145e108dd4232716fd340408123b2551d52af85f77745 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-09-24T11:18:19.131Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-24T11:18:19.131Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:18:19.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-24T11:18:19.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:18:19.505Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T11:18:19.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:18:19.975Z] $ docker top 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 -eo pid,comm [2024-09-24T11:18:19.995Z] 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-24T11:18:19.995Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-24T11:18:20.059Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-24T11:18:20.059Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-24T11:18:20.194Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-24T11:18:20.226Z] $ docker exec 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 ssh-agent [2024-09-24T11:18:20.307Z] SSH_AUTH_SOCK=/tmp/ssh-ddCMuqu7xOZR/agent.14 [2024-09-24T11:18:20.307Z] SSH_AGENT_PID=20 [2024-09-24T11:18:20.312Z] Running ssh-add (command line suppressed) [2024-09-24T11:18:20.448Z] Identity added: /w/workspace/edgex-go/703@tmp/private_key_3251194715709102613.key (/w/workspace/edgex-go/703@tmp/private_key_3251194715709102613.key) [2024-09-24T11:18:20.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-24T11:18:20.743Z] + git semver bump pre [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,033 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,033 [bump_version] DEBUG bumping version:3.2.0-dev.81 on axis:pre with prefix:dev [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,034 [bump_version] DEBUG bumped version:3.2.0-dev.82 [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,034 [write_version] DEBUG write version:3.2.0-dev.82 to path:/w/workspace/edgex-go/703/.semver/main with force:True [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,034 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,034 [write_file] DEBUG write to file:/w/workspace/edgex-go/703/.semver/main [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,035 [execute] INFO git cat-file --batch-check [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=) [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,040 [execute] INFO git cat-file --batch [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,040 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=) [2024-09-24T11:18:21.313Z] 2024-09-24 11:18:21,045 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T11:18:21.313Z] 3.2.0-dev.82 [Pipeline] } [2024-09-24T11:18:21.354Z] $ docker exec --env ******** --env ******** 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 ssh-agent -k [2024-09-24T11:18:21.457Z] unset SSH_AUTH_SOCK; [2024-09-24T11:18:21.458Z] unset SSH_AGENT_PID; [2024-09-24T11:18:21.458Z] echo Agent pid 20 killed; [2024-09-24T11:18:21.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-24T11:18:21.761Z] + git semver [Pipeline] } [2024-09-24T11:18:22.089Z] $ docker stop --time=1 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 [2024-09-24T11:18:23.611Z] $ docker rm -f --volumes 387e2c0c8e38a1015c9e3c42185d7ecada27cd885efd49bd12e6c34f36255cf5 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-24T11:18:23.941Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-24T11:18:23.941Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:18:24.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-24T11:18:24.246Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:18:24.326Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T11:18:24.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:18:24.746Z] $ docker top 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-24T11:18:24.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-24T11:18:24.827Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-24T11:18:24.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-24T11:18:24.994Z] $ docker exec 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 ssh-agent [2024-09-24T11:18:25.078Z] SSH_AUTH_SOCK=/tmp/ssh-EiysC6Q70GDT/agent.32 [2024-09-24T11:18:25.078Z] SSH_AGENT_PID=38 [2024-09-24T11:18:25.089Z] Running ssh-add (command line suppressed) [2024-09-24T11:18:25.230Z] Identity added: /w/workspace/edgex-go/703@tmp/private_key_2232786991836284757.key (/w/workspace/edgex-go/703@tmp/private_key_2232786991836284757.key) [2024-09-24T11:18:25.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-24T11:18:25.550Z] + git semver push [2024-09-24T11:18:25.811Z] 2024-09-24 11:18:25,749 [run_push] DEBUG push [2024-09-24T11:18:25.811Z] 2024-09-24 11:18:25,750 [execute] INFO git cat-file --batch-check [2024-09-24T11:18:25.811Z] 2024-09-24 11:18:25,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=) [2024-09-24T11:18:25.811Z] 2024-09-24 11:18:25,754 [execute] INFO git rev-list 07ca89f131343bf68a2ab7364bcf7e77d4b9009c -- [2024-09-24T11:18:25.811Z] 2024-09-24 11:18:25,754 [execute] DEBUG Popen(['git', 'rev-list', '07ca89f131343bf68a2ab7364bcf7e77d4b9009c', '--'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-24T11:18:25.812Z] 2024-09-24 11:18:25,771 [execute] INFO git fetch -v origin [2024-09-24T11:18:25.812Z] 2024-09-24 11:18:25,771 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=True, shell=None, istream=None) [2024-09-24T11:18:26.379Z] 2024-09-24 11:18:26,227 [run_push] DEBUG no remote changes detected [2024-09-24T11:18:26.379Z] 2024-09-24 11:18:26,227 [execute] INFO git push origin semver [2024-09-24T11:18:26.379Z] 2024-09-24 11:18:26,228 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/703/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-24T11:18:26.947Z] 2024-09-24 11:18:26,975 [run_push] DEBUG push all version tags [2024-09-24T11:18:26.947Z] 2024-09-24 11:18:26,976 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-09-24T11:18:27.208Z] 2024-09-24 11:18:26,976 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/703, universal_newlines=False, shell=None, istream=None) [2024-09-24T11:18:27.778Z] 2024-09-24 11:18:27,648 [read_version] DEBUG read version from /w/workspace/edgex-go/703/.semver/main [2024-09-24T11:18:27.778Z] 3.2.0-dev.82 [Pipeline] } [2024-09-24T11:18:27.817Z] $ docker exec --env ******** --env ******** 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 ssh-agent -k [2024-09-24T11:18:27.937Z] unset SSH_AUTH_SOCK; [2024-09-24T11:18:27.937Z] unset SSH_AGENT_PID; [2024-09-24T11:18:27.937Z] echo Agent pid 38 killed; [2024-09-24T11:18:27.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-24T11:18:28.242Z] + git semver [Pipeline] } [2024-09-24T11:18:28.544Z] $ docker stop --time=1 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 [2024-09-24T11:18:29.822Z] $ docker rm -f --volumes 14b83492e6bdd5bb70c0dc1a08d433f06c1f55f86be4aeaaefbe1c59ca72ce82 [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-24T11:18:30.395Z] + [ -d /w/workspace/edgex-go/703/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:18:30.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:18:31.553Z] ---> package-listing.sh [2024-09-24T11:18:31.553Z] ++ facter osfamily [2024-09-24T11:18:31.553Z] ++ tr '[:upper:]' '[:lower:]' [2024-09-24T11:18:31.812Z] + OS_FAMILY=debian [2024-09-24T11:18:31.812Z] + workspace=/w/workspace/edgex-go/703 [2024-09-24T11:18:31.812Z] + START_PACKAGES=/tmp/packages_start.txt [2024-09-24T11:18:31.812Z] + END_PACKAGES=/tmp/packages_end.txt [2024-09-24T11:18:31.812Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-09-24T11:18:31.812Z] + PACKAGES=/tmp/packages_start.txt [2024-09-24T11:18:31.812Z] + '[' /w/workspace/edgex-go/703 ']' [2024-09-24T11:18:31.812Z] + PACKAGES=/tmp/packages_end.txt [2024-09-24T11:18:31.812Z] + case "${OS_FAMILY}" in [2024-09-24T11:18:31.812Z] + dpkg -l [2024-09-24T11:18:31.812Z] + grep '^ii' [2024-09-24T11:18:31.812Z] + '[' -f /tmp/packages_start.txt ']' [2024-09-24T11:18:31.812Z] + '[' -f /tmp/packages_end.txt ']' [2024-09-24T11:18:31.812Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-09-24T11:18:31.812Z] + '[' /w/workspace/edgex-go/703 ']' [2024-09-24T11:18:31.812Z] + mkdir -p /w/workspace/edgex-go/703/archives/ [2024-09-24T11:18:31.812Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/703/archives/ [Pipeline] echo [2024-09-24T11:18:31.825Z] 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/703/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-09-24T11:18:32.104Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:18:32.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-24T11:18:32.672Z] [2024-09-24T11:18:32.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-24T11:18:32.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-24T11:18:32.983Z] latest: Pulling from edgex-lftools-log-publisher [2024-09-24T11:18:32.983Z] 5eb5b503b376: Pulling fs layer [2024-09-24T11:18:32.983Z] 5c69ac0246d0: Pulling fs layer [2024-09-24T11:18:32.983Z] ec43610c2a17: Pulling fs layer [2024-09-24T11:18:32.983Z] 3a2ae6a8a46f: Pulling fs layer [2024-09-24T11:18:32.983Z] 33b1e0a273af: Pulling fs layer [2024-09-24T11:18:32.983Z] 5d3b04190fa2: Pulling fs layer [2024-09-24T11:18:32.983Z] 2f39f015ded8: Pulling fs layer [2024-09-24T11:18:32.983Z] 3a2ae6a8a46f: Waiting [2024-09-24T11:18:32.983Z] 33b1e0a273af: Waiting [2024-09-24T11:18:32.983Z] 5d3b04190fa2: Waiting [2024-09-24T11:18:32.983Z] 2f39f015ded8: Waiting [2024-09-24T11:18:32.983Z] 5c69ac0246d0: Download complete [2024-09-24T11:18:32.983Z] 3a2ae6a8a46f: Download complete [2024-09-24T11:18:32.983Z] 33b1e0a273af: Verifying Checksum [2024-09-24T11:18:32.983Z] 33b1e0a273af: Download complete [2024-09-24T11:18:32.983Z] 5d3b04190fa2: Verifying Checksum [2024-09-24T11:18:32.983Z] 5d3b04190fa2: Download complete [2024-09-24T11:18:33.242Z] ec43610c2a17: Verifying Checksum [2024-09-24T11:18:33.242Z] ec43610c2a17: Download complete [2024-09-24T11:18:33.242Z] 5eb5b503b376: Verifying Checksum [2024-09-24T11:18:33.242Z] 5eb5b503b376: Download complete [2024-09-24T11:18:33.809Z] 2f39f015ded8: Download complete [2024-09-24T11:18:34.745Z] 5eb5b503b376: Pull complete [2024-09-24T11:18:35.006Z] 5c69ac0246d0: Pull complete [2024-09-24T11:18:35.942Z] ec43610c2a17: Pull complete [2024-09-24T11:18:35.942Z] 3a2ae6a8a46f: Pull complete [2024-09-24T11:18:36.201Z] 33b1e0a273af: Pull complete [2024-09-24T11:18:36.461Z] 5d3b04190fa2: Pull complete [2024-09-24T11:18:41.737Z] 2f39f015ded8: Pull complete [2024-09-24T11:18:41.737Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-09-24T11:18:41.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-24T11:18:41.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-24T11:18:41.858Z] prd-ubuntu20.04-docker-8c-8g-10986 does not seem to be running inside a container [2024-09-24T11:18:41.925Z] $ 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/703/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/703 -v /w/workspace/edgex-go/703:/w/workspace/edgex-go/703:rw,z -v /w/workspace/edgex-go/703@tmp:/w/workspace/edgex-go/703@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-24T11:19:30.030Z] $ docker top 024daf22e3940f42733b02e95633baba420b0b87b89389cbe4bf41100054d10a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-24T11:19:30.363Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-09-24T11:19:30.650Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-09-24T11:19:30.931Z] + ls /var/log/sa-host [2024-09-24T11:19:30.932Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-24T11:19:31.142Z] provisioning config files... [2024-09-24T11:19:31.151Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/703@tmp/config14346888747374335253tmp [Pipeline] { [Pipeline] echo [2024-09-24T11:19:31.170Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:19:31.457Z] ---> create-netrc.sh [Pipeline] } [2024-09-24T11:19:31.465Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:19:31.808Z] ---> python-tools-install.sh [Pipeline] echo [2024-09-24T11:19:31.822Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:19:32.215Z] ---> sudo-logs.sh [2024-09-24T11:19:32.215Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-09-24T11:19:32.261Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:19:32.611Z] ---> job-cost.sh [2024-09-24T11:19:32.611Z] lf-activate-venv: SKIPPING [2024-09-24T11:19:32.611Z] DEBUG: total: 0.10999999940395355 [2024-09-24T11:19:32.611Z] INFO: Retrieving Stack Cost... [2024-09-24T11:19:32.893Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-24T11:19:33.151Z] INFO: Archiving Costs [Pipeline] echo [2024-09-24T11:19:33.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-24T11:19:33.449Z] ---> logs-deploy.sh [2024-09-24T11:19:33.449Z] lf-activate-venv: SKIPPING [2024-09-24T11:19:33.449Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/703 [2024-09-24T11:19:33.449Z] INFO: archiving workspace using pattern(s): [2024-09-24T11:19:34.387Z] Archives upload complete. [2024-09-24T11:19:34.666Z] INFO: archiving logs to Nexus [2024-09-24T11:19:35.236Z] ---> uname -a: [2024-09-24T11:19:35.236Z] Linux prd-ubuntu20-04-docker-8c-8g-10986 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-09-24T11:19:35.236Z] [2024-09-24T11:19:35.236Z]