Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4508c6b134dd8db5d14b2b122fe51143339f6eec 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-ssh13903552580101049151.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5229063831897031119.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh94609801410689823.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh102783229631921091.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-ssh17265627709094600425.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7283 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/665 [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/665 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4508c6b134dd8db5d14b2b122fe51143339f6eec (main) Commit message: "feat: Implement Schedule Job Features (#4849)" > git config core.sparsecheckout # timeout=10 > git checkout -f 4508c6b134dd8db5d14b2b122fe51143339f6eec # timeout=10 > git rev-list --no-walk 574c71a500a07162c29ac549af62d3136e4ef698 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-07T09:20:11.816Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-07T09:20:11.888Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-07T09:20:11.913Z] ========================================================= [2024-08-07T09:20:11.913Z] EdgeX Global Pipelines Version Info [2024-08-07T09:20:11.913Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-07T09:20:13.028Z] ------------------- [2024-08-07T09:20:13.028Z] stable info: [2024-08-07T09:20:13.028Z] ------------------- [2024-08-07T09:20:13.028Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T09:20:13.028Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-07T09:20:13.028Z] Message: update stable to v1.0.260 [2024-08-07T09:20:13.289Z] ------------------- [2024-08-07T09:20:13.289Z] experimental info: [2024-08-07T09:20:13.289Z] ------------------- [2024-08-07T09:20:13.289Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T09:20:13.289Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-07T09:20:13.289Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-07T09:20:13.370Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-07T09:20:13.394Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-07T09:20:13.414Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-07T09:20:13.434Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-07T09:20:13.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-07T09:20:13.480Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-07T09:20:13.500Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-07T09:20:13.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-07T09:20:13.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-07T09:20:13.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-07T09:20:13.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-07T09:20:13.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-07T09:20:13.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-07T09:20:13.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-07T09:20:13.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-07T09:20:13.716Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T09:20:13.741Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T09:20:13.769Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-07T09:20:13.789Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-07T09:20:13.813Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-07T09:20:13.839Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-07T09:20:13.864Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-07T09:20:13.884Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-07T09:20:13.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-07T09:20:13.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-07T09:20:13.951Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-07T09:20:13.974Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] echo [2024-08-07T09:20:13.996Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4508c6b [Pipeline] echo [2024-08-07T09:20:14.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T09:20:14.077Z] provisioning config files... [2024-08-07T09:20:14.090Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config6119255302121297354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T09:20:14.423Z] ---> ****-login.sh [2024-08-07T09:20:14.423Z] nexus3.edgexfoundry.org:10001 [2024-08-07T09:20:14.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:20:14.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:20:14.682Z] Configure a credential helper to remove this warning. See [2024-08-07T09:20:14.682Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:20:14.682Z] [2024-08-07T09:20:14.682Z] Login Succeeded [2024-08-07T09:20:14.682Z] nexus3.edgexfoundry.org:10002 [2024-08-07T09:20:14.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:20:14.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:20:14.943Z] Configure a credential helper to remove this warning. See [2024-08-07T09:20:14.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:20:14.943Z] [2024-08-07T09:20:14.943Z] Login Succeeded [2024-08-07T09:20:14.943Z] nexus3.edgexfoundry.org:10003 [2024-08-07T09:20:14.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:20:14.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:20:14.943Z] Configure a credential helper to remove this warning. See [2024-08-07T09:20:14.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:20:14.943Z] [2024-08-07T09:20:14.943Z] Login Succeeded [2024-08-07T09:20:14.943Z] nexus3.edgexfoundry.org:10004 [2024-08-07T09:20:14.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:20:14.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:20:14.944Z] Configure a credential helper to remove this warning. See [2024-08-07T09:20:14.944Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:20:14.944Z] [2024-08-07T09:20:14.944Z] Login Succeeded [2024-08-07T09:20:15.204Z] ****.io [2024-08-07T09:20:15.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:20:15.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:20:15.464Z] Configure a credential helper to remove this warning. See [2024-08-07T09:20:15.464Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:20:15.464Z] [2024-08-07T09:20:15.464Z] Login Succeeded [2024-08-07T09:20:15.464Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T09:20:15.472Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T09:20:15.814Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-08-07T09:20:15.814Z] + + dirname cmd/core-command/Dockerfile [2024-08-07T09:20:15.814Z] cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + dirname cmd/core-data/Dockerfile [2024-08-07T09:20:15.814Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/core-keeper/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/core-metadata/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-07T09:20:15.814Z] + + cut -d/ -f2 [2024-08-07T09:20:15.814Z] dirname cmd/security-bootstrapper/Dockerfile [2024-08-07T09:20:15.814Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-spire-agent/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/support-notifications/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-07T09:20:15.814Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-07T09:20:15.814Z] + cut -d/ -f2 [2024-08-07T09:20:15.814Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-07T09:20:15.847Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-08-07T09:20:16.208Z] + git rev-list -1 --merges 4508c6b134dd8db5d14b2b122fe51143339f6eec~1..4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] echo [2024-08-07T09:20:16.219Z] -----------> git rev-list -1 --merges 4508c6b134dd8db5d14b2b122fe51143339f6eec~1..4508c6b134dd8db5d14b2b122fe51143339f6eec 4508c6b134dd8db5d14b2b122fe51143339f6eec [false] [Pipeline] sh [2024-08-07T09:20:16.515Z] + git log --format=format:%s -1 4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] echo [2024-08-07T09:20:16.530Z] ========================================================= [2024-08-07T09:20:16.530Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-07T09:20:16.530Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-07T09:20:16.968Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T09:20:16.968Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-07T09:20:16.968Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-07T09:20:16.968Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-07T09:20:16.968Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-07T09:20:16.968Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-07T09:20:16.968Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:20:17.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T09:20:17.382Z] [2024-08-07T09:20:17.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:20:17.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T09:20:17.684Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-07T09:20:17.684Z] b85a868b505f: Pulling fs layer [2024-08-07T09:20:17.684Z] e2be974225ed: Pulling fs layer [2024-08-07T09:20:17.684Z] 339a4e72a1f5: Pulling fs layer [2024-08-07T09:20:17.684Z] 988bab9f4d93: Pulling fs layer [2024-08-07T09:20:17.684Z] 1469e6f7b9e6: Pulling fs layer [2024-08-07T09:20:17.684Z] eaf3925da568: Pulling fs layer [2024-08-07T09:20:17.684Z] bab4dde63d76: Pulling fs layer [2024-08-07T09:20:17.684Z] bde34c3a00c8: Pulling fs layer [2024-08-07T09:20:17.684Z] b352a97aabf1: Pulling fs layer [2024-08-07T09:20:17.684Z] 4872d77fe225: Pulling fs layer [2024-08-07T09:20:17.684Z] 5851b861e8e6: Pulling fs layer [2024-08-07T09:20:17.684Z] bab4dde63d76: Waiting [2024-08-07T09:20:17.684Z] 4872d77fe225: Waiting [2024-08-07T09:20:17.684Z] bde34c3a00c8: Waiting [2024-08-07T09:20:17.684Z] b352a97aabf1: Waiting [2024-08-07T09:20:17.684Z] 5851b861e8e6: Waiting [2024-08-07T09:20:17.684Z] 988bab9f4d93: Waiting [2024-08-07T09:20:17.684Z] 1469e6f7b9e6: Waiting [2024-08-07T09:20:17.684Z] eaf3925da568: Waiting [2024-08-07T09:20:17.684Z] e2be974225ed: Verifying Checksum [2024-08-07T09:20:17.684Z] e2be974225ed: Download complete [2024-08-07T09:20:17.684Z] 1469e6f7b9e6: Verifying Checksum [2024-08-07T09:20:17.684Z] 1469e6f7b9e6: Download complete [2024-08-07T09:20:17.684Z] eaf3925da568: Verifying Checksum [2024-08-07T09:20:17.684Z] eaf3925da568: Download complete [2024-08-07T09:20:17.943Z] 339a4e72a1f5: Verifying Checksum [2024-08-07T09:20:17.943Z] 339a4e72a1f5: Download complete [2024-08-07T09:20:17.943Z] bde34c3a00c8: Download complete [2024-08-07T09:20:17.943Z] b352a97aabf1: Download complete [2024-08-07T09:20:17.943Z] 4872d77fe225: Download complete [2024-08-07T09:20:17.943Z] 5851b861e8e6: Download complete [2024-08-07T09:20:17.943Z] b85a868b505f: Verifying Checksum [2024-08-07T09:20:17.943Z] b85a868b505f: Download complete [2024-08-07T09:20:18.204Z] bab4dde63d76: Verifying Checksum [2024-08-07T09:20:18.204Z] bab4dde63d76: Download complete [2024-08-07T09:20:19.142Z] b85a868b505f: Pull complete [2024-08-07T09:20:19.142Z] e2be974225ed: Pull complete [2024-08-07T09:20:19.709Z] 339a4e72a1f5: Pull complete [2024-08-07T09:20:19.709Z] 988bab9f4d93: Pull complete [2024-08-07T09:20:19.969Z] 1469e6f7b9e6: Pull complete [2024-08-07T09:20:19.969Z] eaf3925da568: Pull complete [2024-08-07T09:20:21.877Z] bab4dde63d76: Pull complete [2024-08-07T09:20:21.877Z] bde34c3a00c8: Pull complete [2024-08-07T09:20:21.877Z] b352a97aabf1: Pull complete [2024-08-07T09:20:21.877Z] 4872d77fe225: Pull complete [2024-08-07T09:20:21.877Z] 5851b861e8e6: Pull complete [2024-08-07T09:20:21.877Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-07T09:20:21.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T09:20:21.877Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T09:20:22.023Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T09:20:22.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T09:20:25.240Z] $ docker top 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b -eo pid,comm [2024-08-07T09:20:25.292Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-07T09:20:25.293Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T09:20:25.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T09:20:25.350Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T09:20:25.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T09:20:25.473Z] $ docker exec 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent [2024-08-07T09:20:25.594Z] SSH_AUTH_SOCK=/tmp/ssh-6wlbipmnerwc/agent.32 [2024-08-07T09:20:25.594Z] SSH_AGENT_PID=39 [2024-08-07T09:20:25.601Z] Running ssh-add (command line suppressed) [2024-08-07T09:20:25.693Z] Identity added: /w/workspace/edgex-go/665@tmp/private_key_14366483397499310401.key (/w/workspace/edgex-go/665@tmp/private_key_14366483397499310401.key) [2024-08-07T09:20:25.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T09:20:25.999Z] + git tag --points-at HEAD [Pipeline] } [2024-08-07T09:20:26.013Z] $ docker exec --env ******** --env ******** 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent -k [2024-08-07T09:20:26.108Z] unset SSH_AUTH_SOCK; [2024-08-07T09:20:26.108Z] unset SSH_AGENT_PID; [2024-08-07T09:20:26.108Z] echo Agent pid 39 killed; [2024-08-07T09:20:26.116Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-07T09:20:26.156Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T09:20:26.156Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T09:20:26.271Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T09:20:26.275Z] $ docker exec 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent [2024-08-07T09:20:26.374Z] SSH_AUTH_SOCK=/tmp/ssh-As3T4bPEVIAJ/agent.72 [2024-08-07T09:20:26.374Z] SSH_AGENT_PID=78 [2024-08-07T09:20:26.379Z] Running ssh-add (command line suppressed) [2024-08-07T09:20:26.483Z] Identity added: /w/workspace/edgex-go/665@tmp/private_key_5730063230792895682.key (/w/workspace/edgex-go/665@tmp/private_key_5730063230792895682.key) [2024-08-07T09:20:26.497Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T09:20:26.791Z] + git semver init [2024-08-07T09:20:27.053Z] 2024-08-07 09:20:26,966 [run_init] DEBUG init version:0.0.0 force:False [2024-08-07T09:20:27.053Z] 2024-08-07 09:20:26,967 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/665/.semver [2024-08-07T09:20:27.053Z] 2024-08-07 09:20:26,968 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/665/.semver [2024-08-07T09:20:27.053Z] 2024-08-07 09:20:26,968 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/665/.semver'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=None) [2024-08-07T09:20:32.353Z] 2024-08-07 09:20:31,947 [append_file] DEBUG append to file:/w/workspace/edgex-go/665/.git/info/exclude [2024-08-07T09:20:32.353Z] 2024-08-07 09:20:31,948 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/665/.semver/main with force:False [2024-08-07T09:20:32.353Z] 2024-08-07 09:20:31,948 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T09:20:32.353Z] 2024-08-07 09:20:31,949 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T09:20:32.353Z] 3.2.0-dev.47 [Pipeline] } [2024-08-07T09:20:32.369Z] $ docker exec --env ******** --env ******** 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent -k [2024-08-07T09:20:32.471Z] unset SSH_AUTH_SOCK; [2024-08-07T09:20:32.471Z] unset SSH_AGENT_PID; [2024-08-07T09:20:32.471Z] echo Agent pid 78 killed; [2024-08-07T09:20:32.480Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T09:20:32.814Z] + git semver [Pipeline] } [2024-08-07T09:20:33.088Z] $ docker stop --time=1 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b [2024-08-07T09:20:34.406Z] $ docker rm -f --volumes 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T09:20:34.767Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-07T09:20:34.999Z] Stashed 1 file(s) [Pipeline] echo [2024-08-07T09:20:35.003Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.47 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T09:20:35.423Z] + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] echo [2024-08-07T09:20:35.439Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T09:20:35.454Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T09:20:35.465Z] ========================================================= [2024-08-07T09:20:35.465Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-07T09:20:35.465Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-07T09:20:35.758Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T09:20:35.758Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-07T09:20:35.758Z] 619be1103602: Pulling fs layer [2024-08-07T09:20:35.758Z] 7862e08f4a3e: Pulling fs layer [2024-08-07T09:20:35.758Z] 5df492c9dc93: Pulling fs layer [2024-08-07T09:20:35.758Z] 7629e6793208: Pulling fs layer [2024-08-07T09:20:35.758Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T09:20:35.758Z] fb5054dd5b73: Pulling fs layer [2024-08-07T09:20:35.758Z] eeca6798cff9: Pulling fs layer [2024-08-07T09:20:35.758Z] aa269ceb94a6: Pulling fs layer [2024-08-07T09:20:35.758Z] ada007ff1a6a: Pulling fs layer [2024-08-07T09:20:35.758Z] 7629e6793208: Waiting [2024-08-07T09:20:35.758Z] eeca6798cff9: Waiting [2024-08-07T09:20:35.758Z] 4f4fb700ef54: Waiting [2024-08-07T09:20:35.758Z] aa269ceb94a6: Waiting [2024-08-07T09:20:35.758Z] fb5054dd5b73: Waiting [2024-08-07T09:20:35.758Z] 7862e08f4a3e: Verifying Checksum [2024-08-07T09:20:35.758Z] 7629e6793208: Verifying Checksum [2024-08-07T09:20:35.758Z] 7629e6793208: Download complete [2024-08-07T09:20:35.758Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T09:20:35.758Z] 4f4fb700ef54: Download complete [2024-08-07T09:20:35.758Z] 619be1103602: Verifying Checksum [2024-08-07T09:20:35.758Z] 619be1103602: Download complete [2024-08-07T09:20:35.758Z] fb5054dd5b73: Download complete [2024-08-07T09:20:35.758Z] eeca6798cff9: Verifying Checksum [2024-08-07T09:20:35.758Z] eeca6798cff9: Download complete [2024-08-07T09:20:36.017Z] 619be1103602: Pull complete [2024-08-07T09:20:36.017Z] ada007ff1a6a: Verifying Checksum [2024-08-07T09:20:36.017Z] ada007ff1a6a: Download complete [2024-08-07T09:20:36.017Z] 7862e08f4a3e: Pull complete [2024-08-07T09:20:36.276Z] 5df492c9dc93: Verifying Checksum [2024-08-07T09:20:36.276Z] 5df492c9dc93: Download complete [2024-08-07T09:20:36.535Z] aa269ceb94a6: Verifying Checksum [2024-08-07T09:20:36.535Z] aa269ceb94a6: Download complete [2024-08-07T09:20:39.067Z] 5df492c9dc93: Pull complete [2024-08-07T09:20:39.325Z] 7629e6793208: Pull complete [2024-08-07T09:20:39.325Z] 4f4fb700ef54: Pull complete [2024-08-07T09:20:39.325Z] fb5054dd5b73: Pull complete [2024-08-07T09:20:39.584Z] eeca6798cff9: Pull complete [2024-08-07T09:20:42.123Z] aa269ceb94a6: Pull complete [2024-08-07T09:20:42.384Z] ada007ff1a6a: Pull complete [2024-08-07T09:20:42.384Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-07T09:20:42.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T09:20:42.384Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-07T09:20:42.684Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T09:20:42.684Z] WORKDIR /edgex [2024-08-07T09:20:42.684Z] COPY go.mod . [2024-08-07T09:20:42.684Z] RUN go mod download [2024-08-07T09:20:42.684Z] docker build -t ci-base-image-x86_64 -f - . [2024-08-07T09:20:43.252Z] Sending build context to Docker daemon 178.9MB [2024-08-07T09:20:43.253Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T09:20:43.253Z] ---> f489d0715acc [2024-08-07T09:20:43.253Z] Step 2/4 : WORKDIR /edgex [2024-08-07T09:20:45.159Z] ---> Running in 24e996b2e42f [2024-08-07T09:20:45.159Z] Removing intermediate container 24e996b2e42f [2024-08-07T09:20:45.159Z] ---> dc249076df92 [2024-08-07T09:20:45.159Z] Step 3/4 : COPY go.mod . [2024-08-07T09:20:45.159Z] ---> 47bbe3471cfa [2024-08-07T09:20:45.159Z] Step 4/4 : RUN go mod download [2024-08-07T09:20:45.159Z] ---> Running in 77ead6033f72 [2024-08-07T09:20:50.093Z] Still waiting to schedule task [2024-08-07T09:20:50.093Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-08-07T09:21:03.250Z] Removing intermediate container 77ead6033f72 [2024-08-07T09:21:03.250Z] ---> 61b767139233 [2024-08-07T09:21:03.250Z] Successfully built 61b767139233 [2024-08-07T09:21:03.250Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:21:03.568Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T09:21:03.568Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T09:21:03.651Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T09:21:03.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-07T09:21:04.028Z] $ docker top e812e0a1cf4d3c82feafd6625e4317129efe4eb6212e32d6d6e3b73f2b8d480d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T09:21:04.385Z] + go version [2024-08-07T09:21:04.385Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-07T09:21:04.397Z] $ docker stop --time=1 e812e0a1cf4d3c82feafd6625e4317129efe4eb6212e32d6d6e3b73f2b8d480d [2024-08-07T09:21:05.650Z] $ docker rm -f --volumes e812e0a1cf4d3c82feafd6625e4317129efe4eb6212e32d6d6e3b73f2b8d480d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:21:06.095Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T09:21:06.095Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T09:21:06.179Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T09:21:06.207Z] $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-07T09:21:06.536Z] $ docker top 79f21d4950e9f7bf61d252620417040d378bda50a9dee195abb5a54073f36334 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-07T09:21:06.620Z] ========================================================= [2024-08-07T09:21:06.620Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-07T09:21:06.620Z] ========================================================= [Pipeline] sh [2024-08-07T09:21:06.901Z] + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] fileExists [Pipeline] sh [2024-08-07T09:21:07.205Z] + make test [2024-08-07T09:21:07.205Z] go test -race -coverprofile=coverage.out ./... [2024-08-07T09:21:15.322Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-07T09:21:42.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-07T09:21:42.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-07T09:21:42.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-07T09:21:42.064Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-07T09:21:42.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-07T09:21:43.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-07T09:21:43.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-07T09:21:43.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-07T09:21:43.260Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-07T09:21:43.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-07T09:21:44.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-07T09:21:44.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-07T09:21:46.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 28.7% of statements [2024-08-07T09:21:46.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-07T09:21:46.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-07T09:21:46.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-07T09:21:46.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-07T09:21:46.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-07T09:21:46.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements [2024-08-07T09:21:47.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-07T09:21:47.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-07T09:21:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-07T09:21:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-07T09:21:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-07T09:21:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-07T09:21:48.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-07T09:21:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-07T09:21:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-07T09:21:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.065s coverage: 69.2% of statements [2024-08-07T09:21:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 53.2% of statements [2024-08-07T09:21:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.958s coverage: 93.4% of statements [2024-08-07T09:21:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 91.7% of statements [2024-08-07T09:21:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 6.5% of statements [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-07T09:21:53.115Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-07T09:21:54.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.376s coverage: 95.8% of statements [2024-08-07T09:21:54.054Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.023s coverage: 72.2% of statements [2024-08-07T09:21:54.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.020s coverage: 0.0% of statements [no tests to run] [2024-08-07T09:21:54.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-07T09:21:54.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-07T09:21:55.569Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 0.8% of statements [2024-08-07T09:21:55.569Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 30.7% of statements [2024-08-07T09:21:55.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements [2024-08-07T09:21:56.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 77.8% of statements [2024-08-07T09:21:56.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2024-08-07T09:21:56.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements [2024-08-07T09:21:56.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements [2024-08-07T09:21:56.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-07T09:21:56.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-07T09:21:56.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-07T09:21:56.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-07T09:21:57.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-07T09:21:57.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-07T09:21:57.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-07T09:21:57.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-07T09:21:58.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-07T09:21:58.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-07T09:21:58.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-07T09:21:59.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-07T09:21:59.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-07T09:21:59.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-07T09:21:59.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-07T09:21:59.414Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-07T09:21:59.414Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-07T09:21:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-07T09:22:01.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-07T09:22:02.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-07T09:22:03.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-07T09:22:03.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-07T09:22:05.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-07T09:22:05.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-07T09:22:05.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-07T09:22:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-07T09:22:06.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-07T09:22:06.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-08-07T09:22:07.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-07T09:22:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-07T09:22:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-07T09:22:08.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.038s coverage: 94.4% of statements [2024-08-07T09:22:08.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-07T09:22:08.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-07T09:22:08.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-07T09:22:08.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-07T09:22:10.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-07T09:22:10.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-07T09:22:10.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-07T09:22:10.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-07T09:22:11.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-07T09:22:11.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-07T09:22:12.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-07T09:22:12.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.285s coverage: 79.9% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.041s coverage: 92.9% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 67.2% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 76.6% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.036s coverage: 87.2% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 20.0% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.066s coverage: 81.8% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.054s coverage: 82.1% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.131s coverage: 63.1% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.162s coverage: 36.5% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 89.5% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 84.8% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.050s coverage: 19.9% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.125s coverage: 95.7% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements [2024-08-07T09:22:22.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.082s coverage: 98.9% of statements [2024-08-07T09:22:22.770Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-08-07T09:22:22.770Z] running golangci-lint [2024-08-07T09:22:22.770Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-07T09:22:22.770Z] go version go1.21.9 linux/amd64 [2024-08-07T09:22:22.770Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-07T09:22:22.770Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-08-07T09:22:44.693Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 20.997559135s" [2024-08-07T09:22:44.693Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.426562ms" [2024-08-07T09:22:56.893Z] level=info msg="[linters_context/goanalysis] analyzers took 1m50.061740398s with top 10 stages: buildir: 1m1.385319844s, gosec: 9.651405603s, fact_deprecated: 3.049591216s, inspect: 2.964954702s, printf: 1.925036227s, ctrlflow: 1.860978209s, fact_purity: 1.721275498s, nilness: 1.622954267s, S1038: 1.180033204s, typedness: 889.123477ms" [2024-08-07T09:22:56.893Z] level=info msg="[runner] Issues before processing: 213, after processing: 0" [2024-08-07T09:22:56.893Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 213/213, path_prettifier: 213/213, skip_dirs: 213/213, autogenerated_exclude: 213/213, identifier_marker: 213/213, filename_unadjuster: 213/213, skip_files: 213/213, exclude: 213/213, nolint: 0/21, exclude-rules: 21/213" [2024-08-07T09:22:56.893Z] level=info msg="[runner] processing took 19.118068ms with stages: nolint: 8.119817ms, identifier_marker: 5.490755ms, path_prettifier: 1.777819ms, exclude-rules: 1.557188ms, autogenerated_exclude: 1.245086ms, skip_dirs: 876.013µs, cgo: 33.5µs, filename_unadjuster: 13.69µs, skip_files: 720ns, max_same_issues: 600ns, severity-rules: 480ns, exclude: 460ns, uniq_by_line: 380ns, fixer: 280ns, sort_results: 250ns, path_shortener: 240ns, diff: 230ns, max_from_linter: 180ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" [2024-08-07T09:22:56.893Z] level=info msg="[runner] linters took 12.909361209s with stages: goanalysis_metalinter: 12.890138641s" [2024-08-07T09:22:56.893Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-07T09:22:56.893Z] level=info msg="Memory: 340 samples, avg is 336.6MB, max is 1394.9MB" [2024-08-07T09:22:56.893Z] level=info msg="Execution took 33.950597949s" [2024-08-07T09:22:56.893Z] go vet ./... [2024-08-07T09:23:03.469Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-07T09:23:03.469Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-07T09:23:03.469Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-07T09:23:03.480Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-07T09:23:04.456Z] + ls -al . [2024-08-07T09:23:04.456Z] total 872 [2024-08-07T09:23:04.456Z] drwxrwxr-x 11 1001 1001 4096 Aug 7 09:21 . [2024-08-07T09:23:04.456Z] drwxr-xr-x 4 root root 4096 Aug 7 09:21 .. [2024-08-07T09:23:04.456Z] drwxrwxr-x 2 1001 1001 4096 Aug 7 09:20 .blubracket [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 10 Aug 7 09:20 .dockerignore [2024-08-07T09:23:04.456Z] drwxrwxr-x 8 1001 1001 4096 Aug 7 09:22 .git [2024-08-07T09:23:04.456Z] drwxrwxr-x 3 1001 1001 4096 Aug 7 09:20 .github [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 1102 Aug 7 09:20 .gitignore [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 42 Aug 7 09:20 .golangci.yml [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 100 Aug 7 09:20 .hadolint.yml [2024-08-07T09:23:04.456Z] drwxr-xr-x 3 1001 1001 4096 Aug 7 09:20 .semver [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 155 Aug 7 09:20 .sonarcloud.properties [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 1171 Aug 7 09:20 ADOPTERS.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 21171 Aug 7 09:20 Attribution.txt [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 100284 Aug 7 09:20 CHANGELOG.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 3804 Aug 7 09:20 CONTRIBUTING.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 677 Aug 7 09:20 GOVERNANCE.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 861 Aug 7 09:20 Jenkinsfile [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 10775 Aug 7 09:20 LICENSE [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 16854 Aug 7 09:20 Makefile [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 582 Aug 7 09:20 OWNERS.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 9528 Aug 7 09:20 README.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 789 Aug 7 09:20 SECURITY.md [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 12 Aug 7 09:20 VERSION [2024-08-07T09:23:04.456Z] drwxrwxr-x 2 1001 1001 4096 Aug 7 09:20 bin [2024-08-07T09:23:04.456Z] drwxrwxr-x 20 1001 1001 4096 Aug 7 09:20 cmd [2024-08-07T09:23:04.456Z] -rw-r--r-- 1 root root 504074 Aug 7 09:22 coverage.out [2024-08-07T09:23:04.456Z] drwxrwxr-x 2 1001 1001 4096 Aug 7 09:20 fuzz_test [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 7254 Aug 7 09:20 go.mod [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 102354 Aug 7 09:20 go.sum [2024-08-07T09:23:04.456Z] drwxrwxr-x 7 1001 1001 4096 Aug 7 09:20 internal [2024-08-07T09:23:04.456Z] drwxrwxr-x 3 1001 1001 4096 Aug 7 09:20 openapi [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 584 Aug 7 09:20 security.txt [2024-08-07T09:23:04.456Z] -rw-rw-r-- 1 1001 1001 204 Aug 7 09:20 version.go [Pipeline] sh [2024-08-07T09:23:04.745Z] + '[' -e coverage.out ] [2024-08-07T09:23:04.745Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-07T09:23:04.859Z] Stashed 1 file(s) [Pipeline] sh [2024-08-07T09:23:05.142Z] + make build [2024-08-07T09:23:05.142Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T09:23:31.695Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T09:23:31.695Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T09:23:31.695Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T09:23:32.263Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T09:23:33.639Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T09:23:38.907Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T09:23:39.840Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T09:23:42.216Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7285 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-07T09:23:42.232Z] Running in /w/workspace/edgex-go/665 [Pipeline] { [Pipeline] checkout [2024-08-07T09:23:42.366Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T09:23:43.740Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T09:23:44.676Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T09:23:45.244Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T09:23:45.298Z] The recommended git tool is: git [2024-08-07T09:23:47.142Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T09:23:47.709Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-07T09:23:48.654Z] $ docker stop --time=1 79f21d4950e9f7bf61d252620417040d378bda50a9dee195abb5a54073f36334 [2024-08-07T09:23:55.255Z] using credential edgex-jenkins-ssh [2024-08-07T09:23:55.278Z] Cloning the remote Git repository [2024-08-07T09:23:55.329Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-07T09:23:55.462Z] > git init /w/workspace/edgex-go/665 # timeout=10 [2024-08-07T09:23:55.735Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-07T09:23:55.739Z] > git --version # timeout=10 [2024-08-07T09:23:55.775Z] > git --version # 'git version 2.25.1' [2024-08-07T09:23:55.779Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-07T09:23:56.043Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T09:23:59.238Z] $ docker rm -f --volumes 79f21d4950e9f7bf61d252620417040d378bda50a9dee195abb5a54073f36334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:24:00.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-07T09:24:00.423Z] [2024-08-07T09:24:00.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:24:00.728Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-07T09:24:00.728Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-07T09:24:00.728Z] 91d30c5bc195: Pulling fs layer [2024-08-07T09:24:00.728Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-07T09:24:00.728Z] 9c61dcf015f6: Pulling fs layer [2024-08-07T09:24:00.728Z] 4698f68db338: Pulling fs layer [2024-08-07T09:24:00.728Z] 2a2f49069b9e: Pulling fs layer [2024-08-07T09:24:00.728Z] e0025b399a48: Pulling fs layer [2024-08-07T09:24:00.728Z] 2a2f49069b9e: Waiting [2024-08-07T09:24:00.728Z] e0025b399a48: Waiting [2024-08-07T09:24:00.728Z] 4698f68db338: Waiting [2024-08-07T09:24:00.728Z] 91d30c5bc195: Verifying Checksum [2024-08-07T09:24:00.728Z] 91d30c5bc195: Download complete [2024-08-07T09:24:00.728Z] 4698f68db338: Verifying Checksum [2024-08-07T09:24:00.728Z] 4698f68db338: Download complete [2024-08-07T09:24:00.986Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-07T09:24:00.986Z] 2e9b0aa3be6d: Download complete [2024-08-07T09:24:00.986Z] e0025b399a48: Verifying Checksum [2024-08-07T09:24:00.986Z] e0025b399a48: Download complete [2024-08-07T09:24:00.986Z] 91d30c5bc195: Pull complete [2024-08-07T09:24:00.986Z] 2a2f49069b9e: Verifying Checksum [2024-08-07T09:24:01.243Z] 2e9b0aa3be6d: Pull complete [2024-08-07T09:24:01.501Z] 9c61dcf015f6: Verifying Checksum [2024-08-07T09:24:01.501Z] 9c61dcf015f6: Download complete [2024-08-07T09:24:04.027Z] 9c61dcf015f6: Pull complete [2024-08-07T09:24:04.027Z] 4698f68db338: Pull complete [2024-08-07T09:24:04.287Z] 2a2f49069b9e: Pull complete [2024-08-07T09:24:04.287Z] e0025b399a48: Pull complete [2024-08-07T09:24:04.287Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-07T09:24:04.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-07T09:24:04.287Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T09:24:04.383Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T09:24:04.409Z] $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-08-07T09:24:09.827Z] $ docker top 192476144cee877a3a9ff3553cfdfd6d3ef12cffd642328e61034673d71c517e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T09:24:10.179Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-07T09:24:12.712Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #1 transferring dockerfile: 1.93kB done [2024-08-07T09:24:12.712Z] #1 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #2 [core-keeper internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #2 transferring dockerfile: 2.01kB done [2024-08-07T09:24:12.712Z] #2 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #3 transferring dockerfile: 3.17kB done [2024-08-07T09:24:12.712Z] #3 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #4 [security-spire-server internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #4 transferring dockerfile: 1.70kB done [2024-08-07T09:24:12.712Z] #4 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #5 [core-command internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #5 transferring dockerfile: 1.93kB done [2024-08-07T09:24:12.712Z] #5 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #6 [security-spire-config internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #6 transferring dockerfile: 1.69kB done [2024-08-07T09:24:12.712Z] #6 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #7 transferring dockerfile: 2.23kB done [2024-08-07T09:24:12.712Z] #7 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #8 transferring dockerfile: 1.89kB done [2024-08-07T09:24:12.712Z] #8 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #9 transferring dockerfile: 2.15kB done [2024-08-07T09:24:12.712Z] #9 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #10 transferring dockerfile: 1.81kB done [2024-08-07T09:24:12.712Z] #10 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #11 [core-data internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #11 transferring dockerfile: 2.01kB done [2024-08-07T09:24:12.712Z] #11 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #12 transferring dockerfile: 2.50kB done [2024-08-07T09:24:12.712Z] #12 DONE 0.1s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #13 transferring dockerfile: 2.06kB done [2024-08-07T09:24:12.712Z] #13 DONE 0.1s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #14 transferring dockerfile: 2.49kB done [2024-08-07T09:24:12.712Z] #14 DONE 0.1s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #15 [support-scheduler internal] load .dockerignore [2024-08-07T09:24:12.712Z] #15 transferring context: 50B done [2024-08-07T09:24:12.712Z] #15 DONE 0.0s [2024-08-07T09:24:12.712Z] [2024-08-07T09:24:12.712Z] #16 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-07T09:24:12.712Z] #16 transferring dockerfile: 1.85kB done [2024-08-07T09:24:12.970Z] #16 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #17 [support-notifications internal] load build definition from Dockerfile [2024-08-07T09:24:12.970Z] #17 transferring dockerfile: 1.95kB done [2024-08-07T09:24:12.970Z] #17 DONE 0.1s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #18 [core-keeper internal] load .dockerignore [2024-08-07T09:24:12.970Z] #18 transferring context: 50B done [2024-08-07T09:24:12.970Z] #18 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #19 [security-bootstrapper internal] load .dockerignore [2024-08-07T09:24:12.970Z] #19 transferring context: 50B done [2024-08-07T09:24:12.970Z] #19 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #20 [security-spire-server internal] load .dockerignore [2024-08-07T09:24:12.970Z] #20 transferring context: 50B done [2024-08-07T09:24:12.970Z] #20 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #21 [core-command internal] load .dockerignore [2024-08-07T09:24:12.970Z] #21 transferring context: 50B done [2024-08-07T09:24:12.970Z] #21 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #22 [security-spire-config internal] load .dockerignore [2024-08-07T09:24:12.970Z] #22 transferring context: 50B done [2024-08-07T09:24:12.970Z] #22 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-07T09:24:12.970Z] #23 transferring context: 50B done [2024-08-07T09:24:12.970Z] #23 DONE 0.0s [2024-08-07T09:24:12.970Z] [2024-08-07T09:24:12.970Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2024-08-07T09:24:13.236Z] #24 transferring context: 50B done [2024-08-07T09:24:13.236Z] #24 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #25 [security-spire-agent internal] load .dockerignore [2024-08-07T09:24:13.236Z] #25 transferring context: 50B done [2024-08-07T09:24:13.236Z] #25 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #26 [security-proxy-auth internal] load .dockerignore [2024-08-07T09:24:13.236Z] #26 transferring context: 50B done [2024-08-07T09:24:13.236Z] #26 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #27 [core-data internal] load .dockerignore [2024-08-07T09:24:13.236Z] #27 transferring context: 50B done [2024-08-07T09:24:13.236Z] #27 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #28 [security-proxy-setup internal] load .dockerignore [2024-08-07T09:24:13.236Z] #28 transferring context: 50B done [2024-08-07T09:24:13.236Z] #28 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #29 [core-metadata internal] load .dockerignore [2024-08-07T09:24:13.236Z] #29 transferring context: 50B done [2024-08-07T09:24:13.236Z] #29 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #30 [security-secretstore-setup internal] load .dockerignore [2024-08-07T09:24:13.236Z] #30 transferring context: 50B done [2024-08-07T09:24:13.236Z] #30 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.236Z] #31 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #32 [support-cron-scheduler internal] load .dockerignore [2024-08-07T09:24:13.236Z] #32 transferring context: 50B done [2024-08-07T09:24:13.236Z] #32 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #33 [support-notifications internal] load .dockerignore [2024-08-07T09:24:13.236Z] #33 transferring context: 50B done [2024-08-07T09:24:13.236Z] #33 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:24:13.236Z] #34 DONE 0.1s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.236Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:13.236Z] #35 ... [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.236Z] #31 DONE 0.0s [2024-08-07T09:24:13.236Z] [2024-08-07T09:24:13.236Z] #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.236Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s [2024-08-07T09:24:13.236Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:13.236Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:13.236Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:13.497Z] #35 ... [2024-08-07T09:24:13.497Z] [2024-08-07T09:24:13.497Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.497Z] #31 DONE 0.0s [2024-08-07T09:24:13.497Z] [2024-08-07T09:24:13.497Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.497Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:13.497Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:13.497Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:13.497Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:13.497Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:13.497Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-08-07T09:24:13.497Z] #35 ... [2024-08-07T09:24:13.497Z] [2024-08-07T09:24:13.497Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.497Z] #31 DONE 0.0s [2024-08-07T09:24:13.497Z] [2024-08-07T09:24:13.497Z] #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.497Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:13.497Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:13.497Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:13.497Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:13.497Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:13.757Z] #35 ... [2024-08-07T09:24:13.757Z] [2024-08-07T09:24:13.757Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.757Z] #31 DONE 0.0s [2024-08-07T09:24:13.757Z] [2024-08-07T09:24:13.757Z] #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.757Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:13.757Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:13.757Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:13.757Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:13.757Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:13.758Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:13.758Z] #35 ... [2024-08-07T09:24:13.758Z] [2024-08-07T09:24:13.758Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.758Z] #31 DONE 0.0s [2024-08-07T09:24:13.758Z] [2024-08-07T09:24:13.758Z] #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T09:24:13.758Z] #36 DONE 0.7s [2024-08-07T09:24:13.758Z] [2024-08-07T09:24:13.758Z] #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.758Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:13.758Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:13.758Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:13.758Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:13.758Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:13.758Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:13.758Z] #35 ... [2024-08-07T09:24:13.758Z] [2024-08-07T09:24:13.758Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:13.758Z] #31 DONE 0.0s [2024-08-07T09:24:13.758Z] [2024-08-07T09:24:13.758Z] #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T09:24:13.758Z] #36 DONE 0.7s [2024-08-07T09:24:13.758Z] [2024-08-07T09:24:13.758Z] #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:13.758Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:13.758Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:13.758Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:13.758Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:13.758Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:13.758Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:14.018Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:14.018Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:14.018Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:14.018Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:14.018Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:14.018Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:14.018Z] #35 DONE 0.9s [2024-08-07T09:24:14.018Z] [2024-08-07T09:24:14.018Z] #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T09:24:14.018Z] #36 DONE 0.7s [2024-08-07T09:24:14.018Z] [2024-08-07T09:24:14.018Z] #31 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T09:24:14.018Z] #31 DONE 0.0s [2024-08-07T09:24:14.018Z] [2024-08-07T09:24:14.018Z] #37 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-08-07T09:24:16.905Z] Avoid second fetch [2024-08-07T09:24:16.906Z] Checking out Revision 4508c6b134dd8db5d14b2b122fe51143339f6eec (main) [2024-08-07T09:24:15.806Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-07T09:24:15.829Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T09:24:18.058Z] Commit message: "feat: Implement Schedule Job Features (#4849)" [2024-08-07T09:24:16.926Z] > git config core.sparsecheckout # timeout=10 [2024-08-07T09:24:16.995Z] > git checkout -f 4508c6b134dd8db5d14b2b122fe51143339f6eec # timeout=10 [2024-08-07T09:24:19.444Z] #37 ... [2024-08-07T09:24:19.444Z] [2024-08-07T09:24:19.444Z] #38 [support-scheduler internal] load build context [2024-08-07T09:24:19.444Z] #38 transferring context: 248.75MB 5.6s [2024-08-07T09:24:20.418Z] #38 ... [2024-08-07T09:24:20.418Z] [2024-08-07T09:24:20.418Z] #39 [core-keeper internal] load build context [2024-08-07T09:24:20.418Z] #39 ... [2024-08-07T09:24:20.418Z] [2024-08-07T09:24:20.418Z] #38 [support-scheduler internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T09:24:23.268Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-07T09:24:23.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T09:24:23.269Z] Dload Upload Total Spent Left Speed [2024-08-07T09:24:23.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95731 0 --:--:-- --:--:-- --:--:-- 95731 [Pipeline] sh [2024-08-07T09:24:23.648Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-07T09:24:23.994Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-07T09:24:23.994Z] + sudo tee /etc/docker/daemon.new [2024-08-07T09:24:23.994Z] { [2024-08-07T09:24:23.994Z] "registry-mirrors": [ [2024-08-07T09:24:23.994Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-07T09:24:23.994Z] ], [2024-08-07T09:24:23.994Z] "bip": "10.250.0.254/24", [2024-08-07T09:24:23.994Z] "hosts": [ [2024-08-07T09:24:23.994Z] "tcp://0.0.0.0:5555", [2024-08-07T09:24:23.994Z] "unix:///var/run/docker.sock" [2024-08-07T09:24:23.994Z] ], [2024-08-07T09:24:23.994Z] "mtu": 1458, [2024-08-07T09:24:23.994Z] "selinux-enabled": true, [2024-08-07T09:24:23.994Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-07T09:24:23.994Z] } [Pipeline] sh [2024-08-07T09:24:24.335Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-07T09:24:24.679Z] + sudo service docker restart [2024-08-07T09:24:25.096Z] #38 transferring context: 493.63MB 10.0s done [2024-08-07T09:24:25.096Z] #38 ... [2024-08-07T09:24:25.096Z] [2024-08-07T09:24:25.096Z] #40 [security-proxy-auth internal] load build context [2024-08-07T09:24:25.096Z] #40 transferring context: 493.63MB 9.2s done [2024-08-07T09:24:25.096Z] #40 ... [2024-08-07T09:24:25.096Z] [2024-08-07T09:24:25.096Z] #41 [support-notifications internal] load build context [2024-08-07T09:24:25.096Z] #41 ... [2024-08-07T09:24:25.096Z] [2024-08-07T09:24:25.096Z] #42 [core-data internal] load build context [2024-08-07T09:24:25.096Z] #42 transferring context: 493.63MB 9.4s done [2024-08-07T09:24:26.392Z] #42 ... [2024-08-07T09:24:26.393Z] [2024-08-07T09:24:26.393Z] #43 [core-metadata internal] load build context [2024-08-07T09:24:26.393Z] #43 ... [2024-08-07T09:24:26.393Z] [2024-08-07T09:24:26.393Z] #44 [security-secretstore-setup internal] load build context [2024-08-07T09:24:26.393Z] #44 ... [2024-08-07T09:24:26.393Z] [2024-08-07T09:24:26.393Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T09:24:26.393Z] #45 ... [2024-08-07T09:24:26.393Z] [2024-08-07T09:24:26.393Z] #46 [security-spiffe-token-provider internal] load build context [2024-08-07T09:24:26.393Z] #46 transferring context: 493.63MB 11.7s done [2024-08-07T09:24:27.727Z] #46 ... [2024-08-07T09:24:27.727Z] [2024-08-07T09:24:27.727Z] #47 [security-proxy-setup internal] load build context [2024-08-07T09:24:27.727Z] #47 ... [2024-08-07T09:24:27.727Z] [2024-08-07T09:24:27.727Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T09:24:27.727Z] #48 ... [2024-08-07T09:24:27.727Z] [2024-08-07T09:24:27.727Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:24:29.321Z] #34 ... [2024-08-07T09:24:29.321Z] [2024-08-07T09:24:29.321Z] #49 [core-command internal] load build context [2024-08-07T09:24:29.321Z] #49 transferring context: 493.63MB 8.8s done [2024-08-07T09:24:29.321Z] #49 ... [2024-08-07T09:24:29.321Z] [2024-08-07T09:24:29.321Z] #50 [core-common-config-bootstrapper internal] load build context [2024-08-07T09:24:29.321Z] #50 transferring context: 493.63MB 8.6s done [2024-08-07T09:24:29.628Z] #50 ... [2024-08-07T09:24:29.628Z] [2024-08-07T09:24:29.628Z] #51 [security-bootstrapper internal] load build context [2024-08-07T09:24:29.628Z] #51 transferring context: 493.63MB 8.9s done [2024-08-07T09:24:29.628Z] #51 ... [2024-08-07T09:24:29.628Z] [2024-08-07T09:24:29.628Z] #52 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:24:29.888Z] #52 ... [2024-08-07T09:24:29.888Z] [2024-08-07T09:24:29.888Z] #39 [core-keeper internal] load build context [2024-08-07T09:24:29.888Z] #39 transferring context: 493.63MB 8.8s done [2024-08-07T09:24:36.582Z] #39 ... [2024-08-07T09:24:36.582Z] [2024-08-07T09:24:36.582Z] #47 [security-proxy-setup internal] load build context [2024-08-07T09:24:36.582Z] #47 transferring context: 493.63MB 12.7s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T09:24:42.985Z] provisioning config files... [2024-08-07T09:24:43.022Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config9906605051929379086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T09:24:43.276Z] #47 ... [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T09:24:43.276Z] #36 DONE 0.7s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:43.276Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:43.276Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:43.276Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:43.276Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:43.276Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:43.276Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:43.276Z] #35 DONE 0.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #39 [core-keeper internal] load build context [2024-08-07T09:24:43.276Z] #39 DONE 29.1s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:24:43.276Z] #34 DONE 29.0s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #50 [core-common-config-bootstrapper internal] load build context [2024-08-07T09:24:43.276Z] #50 DONE 28.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #49 [core-command internal] load build context [2024-08-07T09:24:43.276Z] #49 DONE 29.0s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #51 [security-bootstrapper internal] load build context [2024-08-07T09:24:43.276Z] #51 DONE 29.1s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #40 [security-proxy-auth internal] load build context [2024-08-07T09:24:43.276Z] #40 DONE 28.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #42 [core-data internal] load build context [2024-08-07T09:24:43.276Z] #42 DONE 28.8s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #38 [support-scheduler internal] load build context [2024-08-07T09:24:43.276Z] #38 DONE 29.3s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #37 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-08-07T09:24:43.276Z] #37 DONE 28.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:24:43.276Z] #53 ... [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:43.276Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:43.276Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:43.276Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:43.276Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:43.276Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:43.276Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:43.276Z] #35 DONE 0.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #48 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T09:24:43.276Z] #48 DONE 29.1s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #46 [security-spiffe-token-provider internal] load build context [2024-08-07T09:24:43.276Z] #46 DONE 29.0s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #47 [security-proxy-setup internal] load build context [2024-08-07T09:24:43.276Z] #47 DONE 28.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:24:43.276Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:24:43.276Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T09:24:43.276Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:24:43.276Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T09:24:43.276Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T09:24:43.276Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-07T09:24:43.276Z] #35 DONE 0.9s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T09:24:43.276Z] #45 DONE 29.2s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #54 [security-spire-config internal] load build context [2024-08-07T09:24:43.276Z] #54 transferring context: 25.85kB 0.0s done [2024-08-07T09:24:43.276Z] #54 DONE 0.2s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #55 [security-spire-server internal] load build context [2024-08-07T09:24:43.276Z] #55 transferring context: 27.60kB done [2024-08-07T09:24:43.276Z] #55 DONE 0.2s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:24:43.276Z] #56 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done [2024-08-07T09:24:43.276Z] #56 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T09:24:43.276Z] #56 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-07T09:24:43.276Z] #56 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-07T09:24:43.276Z] #56 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s [2024-08-07T09:24:43.276Z] #56 ... [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #57 [security-spire-agent internal] load build context [2024-08-07T09:24:43.276Z] #57 transferring context: 27.13kB done [2024-08-07T09:24:43.276Z] #57 DONE 0.1s [2024-08-07T09:24:43.276Z] [2024-08-07T09:24:43.276Z] #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:24:43.276Z] #56 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-07T09:24:43.276Z] #56 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-08-07T09:24:43.276Z] #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-08-07T09:24:43.276Z] #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s [2024-08-07T09:24:43.276Z] #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T09:24:43.276Z] #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-08-07T09:24:43.276Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.4s [2024-08-07T09:24:43.276Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 5.24MB / 30.73MB 0.5s [2024-08-07T09:24:43.276Z] #56 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-07T09:24:43.276Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 18.87MB / 30.73MB 0.6s [2024-08-07T09:24:43.533Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 25.17MB / 30.73MB 0.7s [2024-08-07T09:24:43.533Z] #56 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-08-07T09:24:43.533Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s [2024-08-07T09:24:43.619Z] ---> ****-login.sh [2024-08-07T09:24:43.619Z] nexus3.edgexfoundry.org:10001 [2024-08-07T09:24:44.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:24:44.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:24:44.211Z] Configure a credential helper to remove this warning. See [2024-08-07T09:24:44.211Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:24:44.211Z] [2024-08-07T09:24:44.484Z] Login Succeeded [2024-08-07T09:24:44.484Z] nexus3.edgexfoundry.org:10002 [2024-08-07T09:24:44.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:24:44.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:24:44.757Z] Configure a credential helper to remove this warning. See [2024-08-07T09:24:44.757Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:24:44.757Z] [2024-08-07T09:24:44.757Z] Login Succeeded [2024-08-07T09:24:44.757Z] nexus3.edgexfoundry.org:10003 [2024-08-07T09:24:45.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:24:45.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:24:45.300Z] Configure a credential helper to remove this warning. See [2024-08-07T09:24:45.300Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:24:45.300Z] [2024-08-07T09:24:45.300Z] Login Succeeded [2024-08-07T09:24:45.300Z] nexus3.edgexfoundry.org:10004 [2024-08-07T09:24:45.465Z] #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 2.7s done [2024-08-07T09:24:45.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:24:45.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:24:45.573Z] Configure a credential helper to remove this warning. See [2024-08-07T09:24:45.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:24:45.573Z] [2024-08-07T09:24:45.573Z] Login Succeeded [2024-08-07T09:24:45.573Z] ****.io [2024-08-07T09:24:45.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:24:46.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:24:46.119Z] Configure a credential helper to remove this warning. See [2024-08-07T09:24:46.119Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:24:46.119Z] [2024-08-07T09:24:46.119Z] Login Succeeded [2024-08-07T09:24:46.119Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T09:24:46.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-08-07T09:24:46.759Z] + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] echo [2024-08-07T09:24:46.779Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T09:24:46.792Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T09:24:46.805Z] ========================================================= [2024-08-07T09:24:46.805Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-07T09:24:46.805Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-07T09:24:47.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T09:24:47.409Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-07T09:24:47.409Z] c6b39de5b339: Pulling fs layer [2024-08-07T09:24:47.409Z] a69c41024577: Pulling fs layer [2024-08-07T09:24:47.409Z] d6de4b400683: Pulling fs layer [2024-08-07T09:24:47.409Z] 35cb2a7552d0: Pulling fs layer [2024-08-07T09:24:47.409Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T09:24:47.409Z] 464afbd9ba4c: Pulling fs layer [2024-08-07T09:24:47.409Z] 00f215d4a9da: Pulling fs layer [2024-08-07T09:24:47.409Z] d496ad576159: Pulling fs layer [2024-08-07T09:24:47.409Z] 464afbd9ba4c: Waiting [2024-08-07T09:24:47.409Z] 00f215d4a9da: Waiting [2024-08-07T09:24:47.409Z] 35cb2a7552d0: Waiting [2024-08-07T09:24:47.409Z] d496ad576159: Waiting [2024-08-07T09:24:47.409Z] 4f4fb700ef54: Waiting [2024-08-07T09:24:47.409Z] a69c41024577: Verifying Checksum [2024-08-07T09:24:47.409Z] a69c41024577: Download complete [2024-08-07T09:24:47.409Z] 35cb2a7552d0: Verifying Checksum [2024-08-07T09:24:47.409Z] 35cb2a7552d0: Download complete [2024-08-07T09:24:47.409Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T09:24:47.409Z] 4f4fb700ef54: Download complete [2024-08-07T09:24:47.409Z] 464afbd9ba4c: Download complete [2024-08-07T09:24:47.409Z] c6b39de5b339: Verifying Checksum [2024-08-07T09:24:47.409Z] c6b39de5b339: Download complete [2024-08-07T09:24:48.004Z] d496ad576159: Verifying Checksum [2024-08-07T09:24:48.004Z] d496ad576159: Download complete [2024-08-07T09:24:48.595Z] c6b39de5b339: Pull complete [2024-08-07T09:24:49.567Z] a69c41024577: Pull complete [2024-08-07T09:24:49.567Z] d6de4b400683: Verifying Checksum [2024-08-07T09:24:49.567Z] d6de4b400683: Download complete [2024-08-07T09:24:50.536Z] 00f215d4a9da: Verifying Checksum [2024-08-07T09:24:50.536Z] 00f215d4a9da: Download complete [2024-08-07T09:24:53.893Z] #56 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #58 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T09:24:53.893Z] #58 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T09:24:53.893Z] #59 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #41 [support-notifications internal] load build context [2024-08-07T09:24:53.893Z] #41 transferring context: 493.63MB 8.3s done [2024-08-07T09:24:53.893Z] #41 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #60 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T09:24:53.893Z] #60 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:24:53.893Z] #61 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #52 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:24:53.893Z] #52 26.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #52 26.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #52 26.54 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T09:24:53.893Z] #52 26.55 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:24:53.893Z] #52 26.56 OK: 7 MiB in 16 packages [2024-08-07T09:24:53.893Z] #52 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T09:24:53.893Z] #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #0 1.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #0 1.685 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T09:24:53.893Z] #0 1.689 (2/4) Installing openssl (3.1.6-r0) [2024-08-07T09:24:53.893Z] #0 1.700 (3/4) Installing su-exec (0.2-r3) [2024-08-07T09:24:53.893Z] #0 1.704 (4/4) Installing yq (4.33.3-r5) [2024-08-07T09:24:53.893Z] #0 1.773 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:24:53.893Z] #0 1.778 OK: 17 MiB in 19 packages [2024-08-07T09:24:53.893Z] #62 ... [2024-08-07T09:24:53.893Z] [2024-08-07T09:24:53.893Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:24:53.893Z] #0 0.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #0 0.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #0 1.199 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:24:53.893Z] #0 1.199 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:24:53.893Z] #0 1.199 OK: 20070 distinct packages available [2024-08-07T09:24:53.893Z] #0 1.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #0 1.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.893Z] #0 1.581 (1/11) Installing ca-certificates (20240226-r0) [2024-08-07T09:24:53.893Z] #0 1.594 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-07T09:24:53.893Z] #0 1.605 (3/11) Installing libunistring (1.1-r1) [2024-08-07T09:24:53.893Z] #0 1.624 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-07T09:24:53.893Z] #0 1.629 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-07T09:24:53.893Z] #0 1.638 (6/11) Installing libcurl (8.9.0-r0) [2024-08-07T09:24:53.893Z] #0 1.648 (7/11) Installing curl (8.9.0-r0) [2024-08-07T09:24:53.893Z] #0 1.666 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-07T09:24:53.893Z] #0 1.669 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-07T09:24:53.893Z] #0 1.672 (10/11) Installing libucontext (1.2-r2) [2024-08-07T09:24:53.893Z] #0 1.677 (11/11) Installing gcompat (1.1.0-r1) [2024-08-07T09:24:53.894Z] #0 1.677 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:24:53.894Z] #0 1.683 Executing ca-certificates-20240226-r0.trigger [2024-08-07T09:24:53.894Z] #0 1.747 OK: 12 MiB in 26 packages [2024-08-07T09:24:53.894Z] #63 ... [2024-08-07T09:24:53.894Z] [2024-08-07T09:24:53.894Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:24:53.894Z] #0 6.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.894Z] #0 6.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:53.894Z] #0 6.682 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T09:24:53.894Z] #0 6.688 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:24:53.894Z] #0 6.702 OK: 7 MiB in 16 packages [2024-08-07T09:24:54.155Z] #64 ... [2024-08-07T09:24:54.155Z] [2024-08-07T09:24:54.155Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:24:54.155Z] #65 ... [2024-08-07T09:24:54.155Z] [2024-08-07T09:24:54.155Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:24:54.155Z] #66 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done [2024-08-07T09:24:54.155Z] #66 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-07T09:24:54.155Z] #66 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-07T09:24:54.155Z] #66 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-07T09:24:54.155Z] #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done [2024-08-07T09:24:54.155Z] #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-08-07T09:24:54.155Z] #66 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T09:24:54.155Z] #66 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 7.9s done [2024-08-07T09:24:54.155Z] #66 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done [2024-08-07T09:24:54.155Z] #66 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-08-07T09:24:54.417Z] #66 ... [2024-08-07T09:24:54.417Z] [2024-08-07T09:24:54.417Z] #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T09:24:54.417Z] #0 0.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:54.417Z] #0 0.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:54.417Z] #0 1.077 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-07T09:24:54.417Z] #0 1.077 (2/2) Installing su-exec (0.2-r3) [2024-08-07T09:24:54.417Z] #0 1.077 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:24:54.417Z] #0 1.090 OK: 7 MiB in 17 packages [2024-08-07T09:24:54.417Z] #67 ... [2024-08-07T09:24:54.417Z] [2024-08-07T09:24:54.417Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:24:54.678Z] #68 ... [2024-08-07T09:24:54.678Z] [2024-08-07T09:24:54.678Z] #44 [security-secretstore-setup internal] load build context [2024-08-07T09:24:54.678Z] #44 transferring context: 493.63MB 9.6s done [2024-08-07T09:24:55.092Z] #44 ... [2024-08-07T09:24:55.092Z] [2024-08-07T09:24:55.092Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:24:55.350Z] #69 ... [2024-08-07T09:24:55.350Z] [2024-08-07T09:24:55.350Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:24:55.350Z] #70 ... [2024-08-07T09:24:55.350Z] [2024-08-07T09:24:55.350Z] #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T09:24:55.350Z] #0 3.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:55.350Z] #0 3.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:24:55.350Z] #0 3.366 (1/4) Installing ca-certificates (20240226-r0) [2024-08-07T09:24:55.350Z] #0 3.385 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-07T09:24:55.350Z] #0 3.389 (3/4) Installing su-exec (0.2-r3) [2024-08-07T09:24:55.350Z] #0 3.392 (4/4) Installing yq (4.33.3-r5) [2024-08-07T09:24:55.350Z] #0 3.749 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:24:55.350Z] #0 3.759 Executing ca-certificates-20240226-r0.trigger [2024-08-07T09:24:55.350Z] #0 3.800 OK: 17 MiB in 19 packages [2024-08-07T09:24:55.782Z] #71 ... [2024-08-07T09:24:55.782Z] [2024-08-07T09:24:55.782Z] #72 [support-cron-scheduler internal] load build context [2024-08-07T09:24:55.782Z] #72 transferring context: 493.63MB 9.4s done [2024-08-07T09:24:55.782Z] #72 ... [2024-08-07T09:24:55.782Z] [2024-08-07T09:24:55.782Z] #43 [core-metadata internal] load build context [2024-08-07T09:24:55.782Z] #43 transferring context: 493.63MB 7.2s done [2024-08-07T09:25:00.213Z] #43 ... [2024-08-07T09:25:00.213Z] [2024-08-07T09:25:00.213Z] #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:25:00.213Z] #56 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-08-07T09:25:00.830Z] #56 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done [2024-08-07T09:25:00.830Z] #56 ... [2024-08-07T09:25:00.830Z] [2024-08-07T09:25:00.830Z] #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:25:00.830Z] #53 8.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:00.830Z] #53 8.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:00.830Z] #53 8.708 OK: 264 MiB in 52 packages [2024-08-07T09:25:01.105Z] #53 ... [2024-08-07T09:25:01.105Z] [2024-08-07T09:25:01.105Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T09:25:01.105Z] #59 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:01.105Z] #59 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:01.105Z] #59 11.37 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:25:01.105Z] #59 11.37 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:25:01.106Z] #59 11.37 OK: 20070 distinct packages available [2024-08-07T09:25:01.106Z] #59 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:01.106Z] #59 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:01.106Z] #59 11.80 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T09:25:01.106Z] #59 11.81 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-07T09:25:01.106Z] #59 11.81 (3/4) Installing libucontext (1.2-r2) [2024-08-07T09:25:01.106Z] #59 11.81 (4/4) Installing gcompat (1.1.0-r1) [2024-08-07T09:25:01.106Z] #59 11.81 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:25:01.106Z] #59 11.82 OK: 8 MiB in 19 packages [2024-08-07T09:25:01.365Z] #59 ... [2024-08-07T09:25:01.365Z] [2024-08-07T09:25:01.365Z] #43 [core-metadata internal] load build context [2024-08-07T09:25:01.365Z] #43 DONE 47.5s [2024-08-07T09:25:01.624Z] [2024-08-07T09:25:01.624Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:25:02.563Z] #69 ... [2024-08-07T09:25:02.563Z] [2024-08-07T09:25:02.563Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:25:02.563Z] #66 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 [2024-08-07T09:25:02.921Z] d6de4b400683: Pull complete [2024-08-07T09:25:03.190Z] 35cb2a7552d0: Pull complete [2024-08-07T09:25:03.465Z] 4f4fb700ef54: Pull complete [2024-08-07T09:25:03.552Z] #66 ... [2024-08-07T09:25:03.552Z] [2024-08-07T09:25:03.552Z] #41 [support-notifications internal] load build context [2024-08-07T09:25:03.552Z] #41 DONE 49.4s [2024-08-07T09:25:03.552Z] [2024-08-07T09:25:03.552Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:25:03.552Z] #66 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done [2024-08-07T09:25:03.736Z] 464afbd9ba4c: Pull complete [2024-08-07T09:25:06.093Z] #66 ... [2024-08-07T09:25:06.093Z] [2024-08-07T09:25:06.093Z] #72 [support-cron-scheduler internal] load build context [2024-08-07T09:25:06.093Z] #72 DONE 23.6s [2024-08-07T09:25:06.093Z] [2024-08-07T09:25:06.093Z] #44 [security-secretstore-setup internal] load build context [2024-08-07T09:25:06.093Z] #44 DONE 52.2s [2024-08-07T09:25:06.093Z] [2024-08-07T09:25:06.093Z] #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T09:25:06.093Z] #71 DONE 23.7s [2024-08-07T09:25:06.093Z] [2024-08-07T09:25:06.093Z] #52 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:25:06.093Z] #52 DONE 49.1s [2024-08-07T09:25:06.093Z] [2024-08-07T09:25:06.093Z] #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:25:06.093Z] #53 DONE 23.8s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:25:06.353Z] #64 DONE 23.7s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T09:25:06.353Z] #67 DONE 23.7s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T09:25:06.353Z] #59 DONE 23.6s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T09:25:06.353Z] #62 DONE 23.7s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:25:06.353Z] #63 DONE 23.7s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #73 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:25:06.353Z] #73 ... [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:25:06.353Z] #56 DONE 23.8s [2024-08-07T09:25:06.353Z] [2024-08-07T09:25:06.353Z] #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:25:06.353Z] #74 DONE 0.2s [2024-08-07T09:25:06.612Z] [2024-08-07T09:25:06.612Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:25:06.871Z] #66 ... [2024-08-07T09:25:06.871Z] [2024-08-07T09:25:06.871Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:25:06.871Z] #69 DONE 24.5s [2024-08-07T09:25:07.131Z] [2024-08-07T09:25:07.131Z] #60 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T09:25:07.131Z] #60 24.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:07.131Z] #60 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:07.131Z] #60 24.55 OK: 264 MiB in 52 packages [2024-08-07T09:25:07.390Z] #60 DONE 24.6s [2024-08-07T09:25:07.390Z] [2024-08-07T09:25:07.390Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:25:07.390Z] #75 DONE 0.0s [2024-08-07T09:25:07.390Z] [2024-08-07T09:25:07.390Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:25:07.649Z] #76 ... [2024-08-07T09:25:07.649Z] [2024-08-07T09:25:07.649Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:25:07.649Z] #61 DONE 25.1s [2024-08-07T09:25:07.649Z] [2024-08-07T09:25:07.649Z] #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:25:07.649Z] #68 24.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:07.649Z] #68 24.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:07.649Z] #68 25.18 OK: 264 MiB in 52 packages [2024-08-07T09:25:08.219Z] #68 DONE 25.6s [2024-08-07T09:25:08.219Z] [2024-08-07T09:25:08.219Z] #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:25:08.219Z] #77 DONE 0.1s [2024-08-07T09:25:08.219Z] [2024-08-07T09:25:08.219Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:25:08.219Z] #70 24.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:08.219Z] #70 25.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:08.219Z] #70 25.22 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:25:08.219Z] #70 25.22 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:25:08.219Z] #70 25.22 OK: 20077 distinct packages available [2024-08-07T09:25:08.219Z] #70 25.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:08.219Z] #70 25.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:08.219Z] #70 25.56 OK: 264 MiB in 52 packages [2024-08-07T09:25:08.219Z] #70 DONE 25.7s [2024-08-07T09:25:08.219Z] [2024-08-07T09:25:08.219Z] #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:25:08.479Z] #78 DONE 0.1s [2024-08-07T09:25:08.479Z] [2024-08-07T09:25:08.479Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:25:08.479Z] #65 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:08.479Z] #65 25.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:08.741Z] #65 26.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:25:08.741Z] #65 26.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:25:08.741Z] #65 26.04 OK: 20070 distinct packages available [2024-08-07T09:25:08.741Z] #65 26.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.001Z] #65 ... [2024-08-07T09:25:09.001Z] [2024-08-07T09:25:09.001Z] #58 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T09:25:09.001Z] #58 25.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.001Z] #58 25.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.001Z] #58 25.93 (1/2) Installing ca-certificates (20240226-r0) [2024-08-07T09:25:09.001Z] #58 25.95 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-07T09:25:09.001Z] #58 25.95 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:25:09.001Z] #58 25.96 Executing ca-certificates-20240226-r0.trigger [2024-08-07T09:25:09.001Z] #58 26.00 OK: 8 MiB in 17 packages [2024-08-07T09:25:09.001Z] #58 DONE 26.4s [2024-08-07T09:25:09.001Z] [2024-08-07T09:25:09.001Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:25:09.001Z] #65 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.001Z] #65 26.38 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-07T09:25:09.001Z] #65 26.38 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-07T09:25:09.001Z] #65 26.39 (3/5) Installing libucontext (1.2-r2) [2024-08-07T09:25:09.001Z] #65 26.39 (4/5) Installing gcompat (1.1.0-r1) [2024-08-07T09:25:09.001Z] #65 26.39 (5/5) Installing openssl (3.1.6-r0) [2024-08-07T09:25:09.001Z] #65 26.40 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:25:09.001Z] #65 26.41 OK: 8 MiB in 20 packages [2024-08-07T09:25:09.260Z] #65 DONE 26.5s [2024-08-07T09:25:09.260Z] [2024-08-07T09:25:09.260Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T09:25:09.260Z] #79 ... [2024-08-07T09:25:09.260Z] [2024-08-07T09:25:09.260Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:25:09.260Z] #0 2.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.260Z] #0 2.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.260Z] #0 3.110 OK: 7 MiB in 16 packages [2024-08-07T09:25:09.260Z] #80 DONE 3.2s [2024-08-07T09:25:09.519Z] [2024-08-07T09:25:09.519Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T09:25:09.519Z] #0 2.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.519Z] #0 2.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.519Z] #0 3.125 OK: 17 MiB in 19 packages [2024-08-07T09:25:09.519Z] #81 DONE 3.2s [2024-08-07T09:25:09.519Z] [2024-08-07T09:25:09.519Z] #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T09:25:09.519Z] #0 2.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.519Z] #0 2.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.519Z] #0 3.104 OK: 7 MiB in 17 packages [2024-08-07T09:25:09.519Z] #82 DONE 3.2s [2024-08-07T09:25:09.519Z] [2024-08-07T09:25:09.519Z] #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T09:25:09.778Z] #83 ... [2024-08-07T09:25:09.778Z] [2024-08-07T09:25:09.778Z] #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T09:25:09.778Z] #0 3.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.778Z] #0 3.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:09.778Z] #0 3.440 OK: 8 MiB in 19 packages [2024-08-07T09:25:09.778Z] #84 DONE 3.5s [2024-08-07T09:25:10.042Z] [2024-08-07T09:25:10.042Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:25:11.427Z] #85 DONE 1.5s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T09:25:11.427Z] #0 3.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.427Z] #0 3.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.427Z] #0 3.539 OK: 17 MiB in 19 packages [2024-08-07T09:25:11.427Z] #86 DONE 5.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T09:25:11.427Z] #87 DONE 0.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T09:25:11.427Z] #88 DONE 0.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T09:25:11.427Z] #89 DONE 0.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #73 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:25:11.427Z] #73 2.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.427Z] #73 3.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.427Z] #73 3.712 OK: 7 MiB in 16 packages [2024-08-07T09:25:11.427Z] #73 DONE 5.3s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:25:11.427Z] #90 ... [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T09:25:11.427Z] #91 DONE 0.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #92 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-07T09:25:11.427Z] #92 DONE 0.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-07T09:25:11.427Z] #93 DONE 0.0s [2024-08-07T09:25:11.427Z] [2024-08-07T09:25:11.427Z] #94 [security-spire-config] exporting to image [2024-08-07T09:25:11.427Z] #94 exporting layers [2024-08-07T09:25:11.684Z] #94 ... [2024-08-07T09:25:11.684Z] [2024-08-07T09:25:11.684Z] #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:25:11.684Z] #0 4.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.684Z] #0 5.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.684Z] #0 5.308 OK: 12 MiB in 26 packages [2024-08-07T09:25:11.684Z] #95 DONE 5.4s [2024-08-07T09:25:11.941Z] [2024-08-07T09:25:11.941Z] #96 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T09:25:11.941Z] #0 4.186 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:11.941Z] #0 4.717 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.198Z] #96 ... [2024-08-07T09:25:12.198Z] [2024-08-07T09:25:12.198Z] #94 [security-spire-config] exporting to image [2024-08-07T09:25:12.198Z] #94 exporting layers 0.7s done [2024-08-07T09:25:12.198Z] #94 writing image sha256:2ec4b1987af975d1e2a007079dae0d30759c725bacb0ab49ab8d09041853ff98 done [2024-08-07T09:25:12.198Z] #94 naming to docker.io/library/security-spire-config done [2024-08-07T09:25:12.198Z] #94 DONE 0.7s [2024-08-07T09:25:12.198Z] [2024-08-07T09:25:12.198Z] #97 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T09:25:12.198Z] #0 4.297 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.462Z] #97 4.755 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.462Z] #97 ... [2024-08-07T09:25:12.462Z] [2024-08-07T09:25:12.462Z] #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T09:25:12.462Z] #83 DONE 3.1s [2024-08-07T09:25:12.462Z] [2024-08-07T09:25:12.462Z] #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-07T09:25:12.462Z] #98 DONE 0.0s [2024-08-07T09:25:12.462Z] [2024-08-07T09:25:12.462Z] #96 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T09:25:12.462Z] #96 5.393 OK: 264 MiB in 52 packages [2024-08-07T09:25:12.462Z] #96 DONE 5.5s [2024-08-07T09:25:12.462Z] [2024-08-07T09:25:12.462Z] #99 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T09:25:12.720Z] #99 DONE 0.1s [2024-08-07T09:25:12.720Z] [2024-08-07T09:25:12.720Z] #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:25:12.720Z] #90 3.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.720Z] #90 3.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.720Z] #90 3.628 OK: 8 MiB in 17 packages [2024-08-07T09:25:12.720Z] #90 DONE 3.7s [2024-08-07T09:25:12.720Z] [2024-08-07T09:25:12.720Z] #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:25:12.981Z] #100 ... [2024-08-07T09:25:12.981Z] [2024-08-07T09:25:12.981Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T09:25:12.981Z] #79 3.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.981Z] #79 3.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T09:25:12.981Z] #79 3.604 OK: 8 MiB in 20 packages [2024-08-07T09:25:12.981Z] #79 DONE 3.7s [2024-08-07T09:25:13.239Z] [2024-08-07T09:25:13.239Z] #97 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T09:25:13.239Z] #97 5.421 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T09:25:13.239Z] #97 5.715 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:25:13.239Z] #97 5.722 OK: 7 MiB in 16 packages [2024-08-07T09:25:14.614Z] #97 DONE 6.8s [2024-08-07T09:25:14.614Z] [2024-08-07T09:25:14.614Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T09:25:14.614Z] #101 DONE 1.5s [2024-08-07T09:25:14.614Z] [2024-08-07T09:25:14.614Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:25:14.614Z] #102 DONE 1.5s [2024-08-07T09:25:14.614Z] [2024-08-07T09:25:14.614Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T09:25:14.614Z] #103 DONE 0.1s [2024-08-07T09:25:14.614Z] [2024-08-07T09:25:14.614Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T09:25:15.550Z] #104 DONE 1.0s [2024-08-07T09:25:15.550Z] [2024-08-07T09:25:15.550Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:25:15.550Z] #105 DONE 1.1s [2024-08-07T09:25:15.550Z] [2024-08-07T09:25:15.550Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-07T09:25:15.550Z] #106 DONE 0.1s [2024-08-07T09:25:15.550Z] [2024-08-07T09:25:15.550Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T09:25:15.811Z] #107 DONE 0.1s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T09:25:15.811Z] #108 DONE 0.1s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T09:25:15.811Z] #109 DONE 0.1s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T09:25:15.811Z] #110 DONE 0.1s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-07T09:25:15.811Z] #111 DONE 0.1s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-07T09:25:15.811Z] #112 DONE 0.1s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-07T09:25:15.811Z] #113 DONE 0.0s [2024-08-07T09:25:15.811Z] [2024-08-07T09:25:15.811Z] #94 [security-spire-server] exporting to image [2024-08-07T09:25:16.068Z] 00f215d4a9da: Pull complete [2024-08-07T09:25:16.068Z] d496ad576159: Pull complete [2024-08-07T09:25:16.068Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-07T09:25:16.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T09:25:16.068Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-07T09:25:16.376Z] #94 exporting layers 0.7s done [2024-08-07T09:25:16.376Z] #94 ... [2024-08-07T09:25:16.376Z] [2024-08-07T09:25:16.376Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:25:16.407Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T09:25:16.407Z] WORKDIR /edgex [2024-08-07T09:25:16.407Z] COPY go.mod . [2024-08-07T09:25:16.407Z] RUN go mod download [2024-08-07T09:25:16.407Z] + docker build -t ci-base-image-arm64 -f - . [2024-08-07T09:25:16.634Z] #114 ... [2024-08-07T09:25:16.634Z] [2024-08-07T09:25:16.634Z] #94 [security-spire-server] exporting to image [2024-08-07T09:25:16.634Z] #94 exporting layers 0.7s done [2024-08-07T09:25:16.634Z] #94 writing image sha256:a37eaca0f1b1398fcc88966229fc6a9094fa1d655142cb3cea363d628f3ceb3a done [2024-08-07T09:25:16.634Z] #94 naming to docker.io/library/security-spire-server done [2024-08-07T09:25:16.634Z] #94 writing image sha256:3bae70320bc345df14536b9bc552cd38f41ae75d868f96fb50cfe9f39cf4c53c done [2024-08-07T09:25:16.634Z] #94 naming to docker.io/library/security-spire-agent done [2024-08-07T09:25:16.634Z] #94 DONE 1.5s [2024-08-07T09:25:16.634Z] [2024-08-07T09:25:16.635Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:25:16.996Z] Sending build context to Docker daemon 3.406MB [2024-08-07T09:25:17.263Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T09:25:17.263Z] ---> f246e2811388 [2024-08-07T09:25:17.263Z] Step 2/4 : WORKDIR /edgex [2024-08-07T09:25:18.533Z] #115 ... [2024-08-07T09:25:18.533Z] [2024-08-07T09:25:18.533Z] #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:25:19.213Z] ---> Running in bc25e3e42b7f [2024-08-07T09:25:19.485Z] Removing intermediate container bc25e3e42b7f [2024-08-07T09:25:19.485Z] ---> bd2bff8bcd6f [2024-08-07T09:25:19.485Z] Step 3/4 : COPY go.mod . [2024-08-07T09:25:20.075Z] ---> 0ee6ae751a34 [2024-08-07T09:25:20.075Z] Step 4/4 : RUN go mod download [2024-08-07T09:25:20.076Z] ---> Running in 241efec44933 [2024-08-07T09:26:05.534Z] #116 DONE 53.5s [2024-08-07T09:26:05.534Z] [2024-08-07T09:26:05.534Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:05.534Z] #115 DONE 53.3s [2024-08-07T09:26:05.534Z] [2024-08-07T09:26:05.534Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:05.534Z] #76 DONE 54.5s [2024-08-07T09:26:05.534Z] [2024-08-07T09:26:05.534Z] #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:05.534Z] #100 DONE 49.0s [2024-08-07T09:26:05.534Z] [2024-08-07T09:26:05.534Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:05.534Z] #114 DONE 55.3s [2024-08-07T09:26:05.534Z] [2024-08-07T09:26:05.534Z] #117 [security-bootstrapper builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #117 DONE 8.5s [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #118 [security-proxy-setup builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #118 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #119 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #120 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #121 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #121 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #122 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #123 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #124 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #124 DONE 8.6s [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #125 [support-notifications builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #125 DONE 8.6s [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #126 [core-keeper builder 7/8] COPY . . [2024-08-07T09:26:10.877Z] #126 DONE 8.6s [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #127 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #127 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #128 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #128 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #129 [support-cron-scheduler builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #129 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #130 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #131 [core-data builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #131 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #132 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #132 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #133 [core-metadata builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #133 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #134 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #135 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #136 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #137 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #138 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #139 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #140 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #140 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #141 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #142 [core-command builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #142 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #143 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:26:10.877Z] #143 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #144 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:26:10.877Z] #144 CACHED [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #145 [support-scheduler builder 6/7] COPY . . [2024-08-07T09:26:10.877Z] #145 DONE 8.6s [2024-08-07T09:26:10.877Z] [2024-08-07T09:26:10.877Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T09:26:10.877Z] #146 0.766 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T09:26:21.154Z] #146 ... [2024-08-07T09:26:21.154Z] [2024-08-07T09:26:21.154Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T09:26:21.154Z] #0 0.927 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T09:26:21.154Z] #147 ... [2024-08-07T09:26:21.154Z] [2024-08-07T09:26:21.154Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T09:26:21.154Z] #0 0.433 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T09:26:21.154Z] #148 ... [2024-08-07T09:26:21.154Z] [2024-08-07T09:26:21.154Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T09:26:21.154Z] #0 0.322 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T09:26:21.154Z] #149 ... [2024-08-07T09:26:21.154Z] [2024-08-07T09:26:21.154Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T09:26:21.154Z] #0 1.178 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T09:26:21.412Z] #150 ... [2024-08-07T09:26:21.412Z] [2024-08-07T09:26:21.412Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T09:26:21.412Z] #0 1.538 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T09:26:21.412Z] #151 ... [2024-08-07T09:26:21.412Z] [2024-08-07T09:26:21.412Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T09:26:21.412Z] #0 0.644 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T09:26:21.412Z] #152 ... [2024-08-07T09:26:21.412Z] [2024-08-07T09:26:21.412Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T09:26:21.412Z] #0 1.092 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T09:26:21.412Z] #153 ... [2024-08-07T09:26:21.412Z] [2024-08-07T09:26:21.412Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T09:26:21.412Z] #0 0.803 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T09:26:21.671Z] #154 ... [2024-08-07T09:26:21.671Z] [2024-08-07T09:26:21.671Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T09:26:21.671Z] #0 1.754 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-07T09:26:21.930Z] #155 ... [2024-08-07T09:26:21.930Z] [2024-08-07T09:26:21.930Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T09:26:21.930Z] #0 1.179 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T09:26:21.930Z] #156 ... [2024-08-07T09:26:21.930Z] [2024-08-07T09:26:21.930Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T09:26:21.930Z] #0 1.233 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T09:26:22.190Z] #157 ... [2024-08-07T09:26:22.190Z] [2024-08-07T09:26:22.190Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T09:26:22.190Z] #0 1.687 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T09:26:27.958Z] Removing intermediate container 241efec44933 [2024-08-07T09:26:27.958Z] ---> 8d2498ab9cc7 [2024-08-07T09:26:27.958Z] Successfully built 8d2498ab9cc7 [2024-08-07T09:26:27.958Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:26:28.305Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T09:26:28.305Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T09:26:28.526Z] prd-ubuntu20.04-docker-arm64-4c-16g-7285 does not seem to be running inside a container [2024-08-07T09:26:28.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-08-07T09:26:29.978Z] $ docker top f3f9ab00ecf8791d79685d30c67bdd1b360221adfbc9989c6e92d504e7648947 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T09:26:30.848Z] + go version [2024-08-07T09:26:30.848Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-07T09:26:30.865Z] $ docker stop --time=1 f3f9ab00ecf8791d79685d30c67bdd1b360221adfbc9989c6e92d504e7648947 [2024-08-07T09:26:32.534Z] $ docker rm -f --volumes f3f9ab00ecf8791d79685d30c67bdd1b360221adfbc9989c6e92d504e7648947 [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-08-07T09:26:33.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T09:26:33.255Z] [2024-08-07T09:26:33.255Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:26:33.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T09:26:33.875Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-07T09:26:33.875Z] 547446be3368: Pulling fs layer [2024-08-07T09:26:33.875Z] d125d8839a47: Pulling fs layer [2024-08-07T09:26:33.875Z] 3e85d5ac6304: Pulling fs layer [2024-08-07T09:26:33.875Z] c3105a71a48b: Pulling fs layer [2024-08-07T09:26:33.875Z] 0f093f025ec4: Pulling fs layer [2024-08-07T09:26:33.875Z] c3106fc0e877: Pulling fs layer [2024-08-07T09:26:33.875Z] 0f093f025ec4: Waiting [2024-08-07T09:26:33.875Z] c3105a71a48b: Waiting [2024-08-07T09:26:33.875Z] c3106fc0e877: Waiting [2024-08-07T09:26:33.875Z] 547446be3368: Verifying Checksum [2024-08-07T09:26:33.875Z] c3105a71a48b: Verifying Checksum [2024-08-07T09:26:33.875Z] c3105a71a48b: Download complete [2024-08-07T09:26:34.465Z] d125d8839a47: Verifying Checksum [2024-08-07T09:26:34.465Z] d125d8839a47: Download complete [2024-08-07T09:26:34.465Z] c3106fc0e877: Verifying Checksum [2024-08-07T09:26:34.465Z] c3106fc0e877: Download complete [2024-08-07T09:26:34.465Z] 0f093f025ec4: Verifying Checksum [2024-08-07T09:26:34.465Z] 0f093f025ec4: Download complete [2024-08-07T09:26:34.734Z] 547446be3368: Pull complete [2024-08-07T09:26:36.148Z] d125d8839a47: Pull complete [2024-08-07T09:26:36.734Z] 3e85d5ac6304: Verifying Checksum [2024-08-07T09:26:36.734Z] 3e85d5ac6304: Download complete [2024-08-07T09:26:46.832Z] 3e85d5ac6304: Pull complete [2024-08-07T09:26:46.832Z] c3105a71a48b: Pull complete [2024-08-07T09:26:48.244Z] 0f093f025ec4: Pull complete [2024-08-07T09:26:48.514Z] c3106fc0e877: Pull complete [2024-08-07T09:26:48.514Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-07T09:26:48.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T09:26:48.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T09:26:48.756Z] prd-ubuntu20.04-docker-arm64-4c-16g-7285 does not seem to be running inside a container [2024-08-07T09:26:48.830Z] $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-08-07T09:26:51.201Z] $ docker top bf49f394ca2c4b00f5d1edaaa6dc1bf98672a2ec24d69beb6d3beb2d7b952640 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T09:26:52.078Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-07T09:27:04.432Z] #1 [security-spire-server internal] load build definition from Dockerfile [2024-08-07T09:27:04.432Z] #1 transferring dockerfile: 1.70kB done [2024-08-07T09:27:04.432Z] #1 DONE 0.1s [2024-08-07T09:27:04.432Z] [2024-08-07T09:27:04.432Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-07T09:27:04.432Z] #2 transferring dockerfile: 1.89kB 0.0s done [2024-08-07T09:27:04.432Z] #2 DONE 0.1s [2024-08-07T09:27:04.432Z] [2024-08-07T09:27:04.432Z] #3 [core-keeper internal] load build definition from Dockerfile [2024-08-07T09:27:04.432Z] #3 transferring dockerfile: 2.01kB 0.0s done [2024-08-07T09:27:04.432Z] #3 DONE 0.1s [2024-08-07T09:27:04.432Z] [2024-08-07T09:27:04.432Z] #4 [core-data internal] load build definition from Dockerfile [2024-08-07T09:27:04.432Z] #4 transferring dockerfile: 2.01kB done [2024-08-07T09:27:04.432Z] #4 DONE 0.1s [2024-08-07T09:27:04.432Z] [2024-08-07T09:27:04.432Z] #5 [core-command internal] load build definition from Dockerfile [2024-08-07T09:27:04.432Z] #5 transferring dockerfile: 1.93kB 0.0s done [2024-08-07T09:27:04.432Z] #5 DONE 0.1s [2024-08-07T09:27:04.432Z] [2024-08-07T09:27:04.432Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-07T09:27:04.432Z] #6 transferring dockerfile: 2.50kB 0.0s done [2024-08-07T09:27:04.432Z] #6 DONE 0.1s [2024-08-07T09:27:04.432Z] [2024-08-07T09:27:04.432Z] #7 [security-spire-config internal] load build definition from Dockerfile [2024-08-07T09:27:04.700Z] #7 transferring dockerfile: 1.69kB 0.0s done [2024-08-07T09:27:04.700Z] #7 DONE 0.1s [2024-08-07T09:27:04.700Z] [2024-08-07T09:27:04.700Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-07T09:27:04.700Z] #8 transferring dockerfile: 2.15kB done [2024-08-07T09:27:04.700Z] #8 DONE 0.1s [2024-08-07T09:27:04.700Z] [2024-08-07T09:27:04.700Z] #9 [core-metadata internal] load build definition from Dockerfile [2024-08-07T09:27:04.700Z] #9 transferring dockerfile: 2.06kB 0.0s done [2024-08-07T09:27:04.700Z] #9 DONE 0.1s [2024-08-07T09:27:04.700Z] [2024-08-07T09:27:04.700Z] #10 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-07T09:27:04.975Z] #10 transferring dockerfile: 1.85kB 0.0s done [2024-08-07T09:27:04.975Z] #10 DONE 0.1s [2024-08-07T09:27:04.975Z] [2024-08-07T09:27:04.975Z] #11 [support-scheduler internal] load build definition from Dockerfile [2024-08-07T09:27:04.975Z] #11 transferring dockerfile: 1.93kB 0.0s done [2024-08-07T09:27:04.975Z] #11 DONE 0.1s [2024-08-07T09:27:04.975Z] [2024-08-07T09:27:04.975Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-07T09:27:04.975Z] #12 transferring dockerfile: 2.49kB 0.0s done [2024-08-07T09:27:04.975Z] #12 DONE 0.1s [2024-08-07T09:27:04.975Z] [2024-08-07T09:27:04.975Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-07T09:27:05.254Z] #13 transferring dockerfile: 2.23kB 0.0s done [2024-08-07T09:27:05.254Z] #13 DONE 0.1s [2024-08-07T09:27:05.254Z] [2024-08-07T09:27:05.254Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-07T09:27:05.254Z] #14 transferring dockerfile: 3.17kB done [2024-08-07T09:27:05.254Z] #14 DONE 0.1s [2024-08-07T09:27:05.254Z] [2024-08-07T09:27:05.254Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2024-08-07T09:27:05.254Z] #15 transferring dockerfile: 1.81kB done [2024-08-07T09:27:05.254Z] #15 DONE 0.1s [2024-08-07T09:27:05.254Z] [2024-08-07T09:27:05.254Z] #16 [support-notifications internal] load build definition from Dockerfile [2024-08-07T09:27:05.254Z] #16 transferring dockerfile: 1.95kB done [2024-08-07T09:27:05.254Z] #16 DONE 0.1s [2024-08-07T09:27:05.254Z] [2024-08-07T09:27:05.254Z] #17 [security-spire-server internal] load .dockerignore [2024-08-07T09:27:05.254Z] #17 transferring context: [2024-08-07T09:27:05.522Z] #17 transferring context: 50B done [2024-08-07T09:27:05.522Z] #17 DONE 0.1s [2024-08-07T09:27:06.494Z] [2024-08-07T09:27:06.494Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2024-08-07T09:27:06.494Z] #18 transferring context: 50B done [2024-08-07T09:27:06.494Z] #18 DONE 0.0s [2024-08-07T09:27:06.494Z] [2024-08-07T09:27:06.494Z] #19 [core-keeper internal] load .dockerignore [2024-08-07T09:27:06.494Z] #19 transferring context: 50B 0.0s done [2024-08-07T09:27:06.494Z] #19 DONE 0.1s [2024-08-07T09:27:06.494Z] [2024-08-07T09:27:06.494Z] #20 [core-data internal] load .dockerignore [2024-08-07T09:27:06.494Z] #20 transferring context: 50B done [2024-08-07T09:27:06.494Z] #20 DONE 0.0s [2024-08-07T09:27:06.494Z] [2024-08-07T09:27:06.494Z] #21 [core-command internal] load .dockerignore [2024-08-07T09:27:06.494Z] #21 transferring context: 50B 0.0s done [2024-08-07T09:27:06.494Z] #21 DONE 0.1s [2024-08-07T09:27:06.494Z] [2024-08-07T09:27:06.494Z] #22 [security-proxy-setup internal] load .dockerignore [2024-08-07T09:27:06.494Z] #22 transferring context: 50B done [2024-08-07T09:27:06.765Z] #22 DONE 0.1s [2024-08-07T09:27:06.765Z] [2024-08-07T09:27:06.765Z] #23 [security-spire-config internal] load .dockerignore [2024-08-07T09:27:06.765Z] #23 transferring context: 50B 0.0s done [2024-08-07T09:27:06.765Z] #23 DONE 0.1s [2024-08-07T09:27:06.765Z] [2024-08-07T09:27:06.765Z] #24 [security-proxy-auth internal] load .dockerignore [2024-08-07T09:27:06.765Z] #24 transferring context: 50B 0.0s done [2024-08-07T09:27:06.765Z] #24 DONE 0.1s [2024-08-07T09:27:06.765Z] [2024-08-07T09:27:06.765Z] #25 [core-metadata internal] load .dockerignore [2024-08-07T09:27:07.033Z] #25 transferring context: 50B 0.0s done [2024-08-07T09:27:07.033Z] #25 DONE 0.1s [2024-08-07T09:27:07.033Z] [2024-08-07T09:27:07.033Z] #26 [support-cron-scheduler internal] load .dockerignore [2024-08-07T09:27:07.033Z] #26 transferring context: 50B 0.0s done [2024-08-07T09:27:07.033Z] #26 DONE 0.1s [2024-08-07T09:27:07.033Z] [2024-08-07T09:27:07.033Z] #27 [support-scheduler internal] load .dockerignore [2024-08-07T09:27:07.033Z] #27 transferring context: 50B 0.0s done [2024-08-07T09:27:07.033Z] #27 DONE 0.1s [2024-08-07T09:27:07.033Z] [2024-08-07T09:27:07.033Z] #28 [security-secretstore-setup internal] load .dockerignore [2024-08-07T09:27:07.300Z] #28 transferring context: 50B 0.0s done [2024-08-07T09:27:07.300Z] #28 DONE 0.1s [2024-08-07T09:27:07.300Z] [2024-08-07T09:27:07.300Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-07T09:27:07.300Z] #29 transferring context: 50B 0.0s done [2024-08-07T09:27:07.300Z] #29 DONE 0.1s [2024-08-07T09:27:07.300Z] [2024-08-07T09:27:07.300Z] #30 [security-bootstrapper internal] load .dockerignore [2024-08-07T09:27:07.300Z] #30 transferring context: 50B 0.0s done [2024-08-07T09:27:07.300Z] #30 DONE 0.1s [2024-08-07T09:27:07.300Z] [2024-08-07T09:27:07.300Z] #31 [security-spire-agent internal] load .dockerignore [2024-08-07T09:27:07.570Z] #31 transferring context: 50B 0.0s done [2024-08-07T09:27:07.570Z] #31 DONE 0.1s [2024-08-07T09:27:07.570Z] [2024-08-07T09:27:07.570Z] #32 [support-notifications internal] load .dockerignore [2024-08-07T09:27:07.570Z] #32 transferring context: 50B done [2024-08-07T09:27:07.570Z] #32 DONE 0.1s [2024-08-07T09:27:07.570Z] [2024-08-07T09:27:07.570Z] #33 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:07.835Z] #33 DONE 0.2s [2024-08-07T09:27:07.835Z] [2024-08-07T09:27:07.835Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T09:27:08.105Z] #34 DONE 0.7s [2024-08-07T09:27:08.373Z] [2024-08-07T09:27:08.373Z] #35 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:08.373Z] #35 DONE 0.0s [2024-08-07T09:27:08.373Z] [2024-08-07T09:27:08.373Z] #36 [security-spire-server internal] load build context [2024-08-07T09:27:08.373Z] #36 transferring context: 27.60kB 0.0s done [2024-08-07T09:27:08.373Z] #36 DONE 0.1s [2024-08-07T09:27:08.373Z] [2024-08-07T09:27:08.373Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:08.373Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-08-07T09:27:08.373Z] #37 ... [2024-08-07T09:27:08.373Z] [2024-08-07T09:27:08.373Z] #35 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:08.373Z] #35 DONE 0.0s [2024-08-07T09:27:08.373Z] [2024-08-07T09:27:08.373Z] #38 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T09:27:08.373Z] #38 DONE 0.0s [2024-08-07T09:27:08.373Z] [2024-08-07T09:27:08.373Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:08.373Z] #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-07T09:27:08.373Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s [2024-08-07T09:27:08.373Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-08-07T09:27:08.373Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T09:27:08.373Z] #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-07T09:27:08.639Z] #37 ... [2024-08-07T09:27:08.639Z] [2024-08-07T09:27:08.639Z] #35 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:08.639Z] #35 DONE 0.0s [2024-08-07T09:27:08.639Z] [2024-08-07T09:27:08.639Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:08.639Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s [2024-08-07T09:27:08.639Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T09:27:08.639Z] #37 ... [2024-08-07T09:27:08.639Z] [2024-08-07T09:27:08.639Z] #35 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:08.639Z] #35 DONE 0.0s [2024-08-07T09:27:08.639Z] [2024-08-07T09:27:08.639Z] #33 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:08.639Z] #33 DONE 0.3s [2024-08-07T09:27:08.639Z] [2024-08-07T09:27:08.639Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:08.639Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-08-07T09:27:08.639Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-08-07T09:27:08.639Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done [2024-08-07T09:27:08.639Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 1.05MB / 28.04MB 0.4s [2024-08-07T09:27:08.907Z] #37 ... [2024-08-07T09:27:08.907Z] [2024-08-07T09:27:08.907Z] #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:08.907Z] #35 DONE 0.0s [2024-08-07T09:27:08.907Z] [2024-08-07T09:27:08.907Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:08.907Z] #37 ... [2024-08-07T09:27:08.907Z] [2024-08-07T09:27:08.907Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:08.907Z] #33 DONE 0.4s [2024-08-07T09:27:08.907Z] [2024-08-07T09:27:08.907Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:08.907Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.15MB / 28.04MB 0.6s [2024-08-07T09:27:09.173Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.31MB / 28.04MB 0.9s [2024-08-07T09:27:09.439Z] #37 ... [2024-08-07T09:27:09.439Z] [2024-08-07T09:27:09.439Z] #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:09.439Z] #35 DONE 0.0s [2024-08-07T09:27:09.439Z] [2024-08-07T09:27:09.439Z] #33 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:09.439Z] #33 DONE 0.7s [2024-08-07T09:27:09.439Z] [2024-08-07T09:27:09.439Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T09:27:09.439Z] #34 DONE 0.8s [2024-08-07T09:27:09.439Z] [2024-08-07T09:27:09.439Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:09.439Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-08-07T09:27:09.439Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-08-07T09:27:09.439Z] #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-07T09:27:09.439Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-08-07T09:27:09.439Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-08-07T09:27:09.439Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T09:27:09.439Z] #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-07T09:27:09.439Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T09:27:09.439Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done [2024-08-07T09:27:09.439Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.40MB / 28.04MB 1.1s [2024-08-07T09:27:09.439Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-07T09:27:09.439Z] #37 ... [2024-08-07T09:27:09.439Z] [2024-08-07T09:27:09.439Z] #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:09.439Z] #35 DONE 0.0s [2024-08-07T09:27:09.439Z] [2024-08-07T09:27:09.439Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:10.022Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 1.6s [2024-08-07T09:27:10.022Z] #37 ... [2024-08-07T09:27:10.022Z] [2024-08-07T09:27:10.022Z] #35 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:10.022Z] #35 DONE 0.1s [2024-08-07T09:27:10.022Z] [2024-08-07T09:27:10.022Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:10.022Z] #37 ... [2024-08-07T09:27:10.022Z] [2024-08-07T09:27:10.022Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:10.022Z] #33 DONE 1.3s [2024-08-07T09:27:10.022Z] [2024-08-07T09:27:10.022Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:10.290Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 2.0s [2024-08-07T09:27:10.558Z] #37 ... [2024-08-07T09:27:10.558Z] [2024-08-07T09:27:10.558Z] #35 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:10.558Z] #35 DONE 0.1s [2024-08-07T09:27:10.558Z] [2024-08-07T09:27:10.558Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:10.558Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-07T09:27:10.825Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 2.3s [2024-08-07T09:27:10.825Z] #37 ... [2024-08-07T09:27:10.825Z] [2024-08-07T09:27:10.825Z] #35 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:10.825Z] #35 DONE 0.1s [2024-08-07T09:27:10.825Z] [2024-08-07T09:27:10.825Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:10.825Z] #37 ... [2024-08-07T09:27:10.825Z] [2024-08-07T09:27:10.826Z] #33 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:10.826Z] #33 DONE 1.8s [2024-08-07T09:27:10.826Z] [2024-08-07T09:27:10.826Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:10.826Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.70MB / 28.04MB 2.6s [2024-08-07T09:27:11.412Z] #37 ... [2024-08-07T09:27:11.412Z] [2024-08-07T09:27:11.412Z] #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:11.412Z] #35 DONE 0.1s [2024-08-07T09:27:11.412Z] [2024-08-07T09:27:11.412Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:11.412Z] #37 ... [2024-08-07T09:27:11.412Z] [2024-08-07T09:27:11.412Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:11.412Z] #33 DONE 2.0s [2024-08-07T09:27:11.412Z] [2024-08-07T09:27:11.412Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:11.412Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.51MB / 28.04MB 3.0s [2024-08-07T09:27:11.412Z] #37 ... [2024-08-07T09:27:11.412Z] [2024-08-07T09:27:11.412Z] #39 [security-spire-config internal] load build context [2024-08-07T09:27:11.412Z] #39 transferring context: 25.85kB 0.1s done [2024-08-07T09:27:11.412Z] #39 DONE 2.1s [2024-08-07T09:27:11.412Z] [2024-08-07T09:27:11.412Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:11.412Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 3.2s [2024-08-07T09:27:11.680Z] #37 ... [2024-08-07T09:27:11.680Z] [2024-08-07T09:27:11.680Z] #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:11.680Z] #35 DONE 0.1s [2024-08-07T09:27:11.680Z] [2024-08-07T09:27:11.680Z] #40 [security-spiffe-token-provider internal] load build context [2024-08-07T09:27:11.680Z] #40 transferring context: 2.98MB 2.0s done [2024-08-07T09:27:11.680Z] #40 DONE 3.1s [2024-08-07T09:27:11.680Z] [2024-08-07T09:27:11.680Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:11.946Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 3.5s [2024-08-07T09:27:11.946Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.75MB / 28.04MB 3.7s [2024-08-07T09:27:12.218Z] #37 ... [2024-08-07T09:27:12.218Z] [2024-08-07T09:27:12.218Z] #33 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:12.218Z] #33 DONE 2.4s [2024-08-07T09:27:12.218Z] [2024-08-07T09:27:12.218Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:27:12.218Z] #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:27:12.218Z] #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:27:12.218Z] #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T09:27:12.218Z] #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T09:27:12.218Z] #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T09:27:12.218Z] #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done [2024-08-07T09:27:12.218Z] #41 ... [2024-08-07T09:27:12.218Z] [2024-08-07T09:27:12.218Z] #35 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T09:27:12.218Z] #35 DONE 0.1s [2024-08-07T09:27:12.218Z] [2024-08-07T09:27:12.218Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T09:27:12.218Z] #34 DONE 1.3s [2024-08-07T09:27:12.218Z] [2024-08-07T09:27:12.218Z] #41 [security-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:27:12.218Z] #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:27:12.218Z] #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:27:12.218Z] #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T09:27:12.218Z] #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T09:27:12.218Z] #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T09:27:12.218Z] #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done [2024-08-07T09:27:12.485Z] #41 ... [2024-08-07T09:27:12.485Z] [2024-08-07T09:27:12.485Z] #33 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T09:27:12.485Z] #33 DONE 2.6s [2024-08-07T09:27:12.754Z] [2024-08-07T09:27:12.754Z] #42 [support-notifications internal] load build context [2024-08-07T09:27:12.754Z] #42 DONE 0.0s [2024-08-07T09:27:12.754Z] [2024-08-07T09:27:12.754Z] #43 [core-command internal] load build context [2024-08-07T09:27:12.754Z] #43 transferring context: 2.98MB 2.7s done [2024-08-07T09:27:12.754Z] #43 DONE 3.9s [2024-08-07T09:27:12.754Z] [2024-08-07T09:27:12.754Z] #41 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:27:12.754Z] #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:27:12.754Z] #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:27:12.754Z] #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T09:27:12.754Z] #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T09:27:12.754Z] #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T09:27:12.754Z] #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done [2024-08-07T09:27:13.352Z] #41 ... [2024-08-07T09:27:13.352Z] [2024-08-07T09:27:13.352Z] #44 [security-proxy-setup internal] load build context [2024-08-07T09:27:13.352Z] #44 transferring context: 2.98MB 3.0s done [2024-08-07T09:27:13.352Z] #44 DONE 4.2s [2024-08-07T09:27:13.352Z] [2024-08-07T09:27:13.352Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:13.352Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.9s done [2024-08-07T09:27:13.352Z] #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-08-07T09:27:13.621Z] #37 ... [2024-08-07T09:27:13.621Z] [2024-08-07T09:27:13.621Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T09:27:13.621Z] #45 DONE 1.5s [2024-08-07T09:27:13.621Z] [2024-08-07T09:27:13.621Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:13.621Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-08-07T09:27:13.621Z] #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-07T09:27:13.621Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-08-07T09:27:13.621Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-08-07T09:27:13.621Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T09:27:13.621Z] #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-07T09:27:13.621Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T09:27:13.621Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done [2024-08-07T09:27:13.621Z] #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.9s done [2024-08-07T09:27:13.621Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-07T09:27:13.621Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-07T09:27:14.203Z] #37 ... [2024-08-07T09:27:14.203Z] [2024-08-07T09:27:14.203Z] #46 [core-data internal] load build context [2024-08-07T09:27:14.203Z] #46 transferring context: 2.98MB 3.2s done [2024-08-07T09:27:14.203Z] #46 DONE 5.4s [2024-08-07T09:27:14.203Z] [2024-08-07T09:27:14.203Z] #47 [core-keeper internal] load build context [2024-08-07T09:27:14.203Z] #47 transferring context: 2.98MB 3.3s done [2024-08-07T09:27:14.203Z] #47 DONE 5.5s [2024-08-07T09:27:14.203Z] [2024-08-07T09:27:14.203Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:14.203Z] #37 ... [2024-08-07T09:27:14.203Z] [2024-08-07T09:27:14.203Z] #48 [security-proxy-auth internal] load build context [2024-08-07T09:27:14.203Z] #48 transferring context: 2.98MB 3.1s done [2024-08-07T09:27:14.203Z] #48 DONE 4.9s [2024-08-07T09:27:14.203Z] [2024-08-07T09:27:14.203Z] #49 [core-metadata internal] load build context [2024-08-07T09:27:14.203Z] #49 transferring context: 2.98MB 2.2s done [2024-08-07T09:27:14.203Z] #49 DONE 4.0s [2024-08-07T09:27:14.203Z] [2024-08-07T09:27:14.203Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:14.469Z] #37 ... [2024-08-07T09:27:14.469Z] [2024-08-07T09:27:14.469Z] #50 [support-cron-scheduler internal] load build context [2024-08-07T09:27:14.469Z] #50 transferring context: 2.98MB 2.3s done [2024-08-07T09:27:14.469Z] #50 DONE 4.1s [2024-08-07T09:27:14.469Z] [2024-08-07T09:27:14.469Z] #51 [support-scheduler internal] load build context [2024-08-07T09:27:14.469Z] #51 transferring context: 2.98MB 1.4s done [2024-08-07T09:27:14.469Z] #51 DONE 3.2s [2024-08-07T09:27:14.469Z] [2024-08-07T09:27:14.469Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:14.469Z] #37 ... [2024-08-07T09:27:14.469Z] [2024-08-07T09:27:14.469Z] #52 [security-secretstore-setup internal] load build context [2024-08-07T09:27:14.469Z] #52 transferring context: 2.98MB 1.6s done [2024-08-07T09:27:14.469Z] #52 DONE 3.6s [2024-08-07T09:27:14.469Z] [2024-08-07T09:27:14.469Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:15.446Z] #37 ... [2024-08-07T09:27:15.446Z] [2024-08-07T09:27:15.446Z] #53 [core-common-config-bootstrapper internal] load build context [2024-08-07T09:27:15.446Z] #53 transferring context: 2.98MB 0.6s done [2024-08-07T09:27:15.446Z] #53 DONE 3.8s [2024-08-07T09:27:15.446Z] [2024-08-07T09:27:15.446Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:27:15.446Z] #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T09:27:15.446Z] #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T09:27:15.446Z] #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T09:27:15.446Z] #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T09:27:15.446Z] #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T09:27:15.446Z] #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done [2024-08-07T09:27:15.715Z] #41 ... [2024-08-07T09:27:15.715Z] [2024-08-07T09:27:15.715Z] #54 [security-spire-agent internal] load build context [2024-08-07T09:27:15.715Z] #54 transferring context: 27.13kB 0.2s done [2024-08-07T09:27:15.715Z] #54 DONE 2.2s [2024-08-07T09:27:15.982Z] [2024-08-07T09:27:15.982Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:15.982Z] #37 ... [2024-08-07T09:27:15.982Z] [2024-08-07T09:27:15.982Z] #38 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T09:27:15.982Z] #38 DONE 7.8s [2024-08-07T09:27:15.982Z] [2024-08-07T09:27:15.982Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:17.952Z] #37 ... [2024-08-07T09:27:17.952Z] [2024-08-07T09:27:17.952Z] #55 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-08-07T09:27:17.952Z] #55 DONE 2.1s [2024-08-07T09:27:18.221Z] [2024-08-07T09:27:18.221Z] #56 [security-bootstrapper internal] load build context [2024-08-07T09:27:18.221Z] #56 transferring context: 2.98MB 2.4s done [2024-08-07T09:27:18.221Z] #56 DONE 5.8s [2024-08-07T09:27:18.221Z] [2024-08-07T09:27:18.221Z] #57 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T09:27:20.169Z] #57 ... [2024-08-07T09:27:20.169Z] [2024-08-07T09:27:20.169Z] #42 [support-notifications internal] load build context [2024-08-07T09:27:20.169Z] #42 transferring context: 2.98MB 4.1s done [2024-08-07T09:27:20.169Z] #42 DONE 7.1s [2024-08-07T09:27:20.169Z] [2024-08-07T09:27:20.169Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:20.169Z] #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.0s [2024-08-07T09:27:23.539Z] #37 ... [2024-08-07T09:27:23.539Z] [2024-08-07T09:27:23.539Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:27:23.539Z] #58 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done [2024-08-07T09:27:23.539Z] #58 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-07T09:27:23.539Z] #58 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-07T09:27:23.539Z] #58 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-07T09:27:23.539Z] #58 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.5s done [2024-08-07T09:27:23.539Z] #58 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 3.4s done [2024-08-07T09:27:23.539Z] #58 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done [2024-08-07T09:27:23.539Z] #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.2s [2024-08-07T09:27:24.164Z] #58 ... [2024-08-07T09:27:24.164Z] [2024-08-07T09:27:24.164Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T09:27:24.164Z] #0 9.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:24.164Z] #59 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:24.164Z] #59 ... [2024-08-07T09:27:24.164Z] [2024-08-07T09:27:24.164Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:27:24.164Z] #60 ... [2024-08-07T09:27:24.164Z] [2024-08-07T09:27:24.164Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:27:24.164Z] #61 DONE 10.0s [2024-08-07T09:27:24.164Z] [2024-08-07T09:27:24.164Z] #62 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:24.433Z] #62 ... [2024-08-07T09:27:24.433Z] [2024-08-07T09:27:24.433Z] #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T09:27:24.433Z] #0 7.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:24.433Z] #0 8.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:24.433Z] #0 9.323 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:24.433Z] #0 9.337 (2/2) Installing su-exec (0.2-r3) [2024-08-07T09:27:24.433Z] #0 9.357 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:24.433Z] #0 9.381 OK: 8 MiB in 17 packages [2024-08-07T09:27:24.433Z] #63 DONE 10.2s [2024-08-07T09:27:24.433Z] [2024-08-07T09:27:24.433Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:24.433Z] #0 8.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:24.433Z] #0 9.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:24.714Z] #64 ... [2024-08-07T09:27:24.714Z] [2024-08-07T09:27:24.714Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T09:27:24.714Z] #65 ... [2024-08-07T09:27:24.714Z] [2024-08-07T09:27:24.714Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:24.996Z] #66 ... [2024-08-07T09:27:24.996Z] [2024-08-07T09:27:24.996Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T09:27:24.996Z] #67 ... [2024-08-07T09:27:24.996Z] [2024-08-07T09:27:24.996Z] #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T09:27:25.282Z] #68 ... [2024-08-07T09:27:25.282Z] [2024-08-07T09:27:25.282Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:25.282Z] #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.6s [2024-08-07T09:27:26.711Z] #37 ... [2024-08-07T09:27:26.711Z] [2024-08-07T09:27:26.711Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:26.711Z] #64 11.30 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:26.711Z] #64 11.30 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:26.711Z] #64 11.30 OK: 8 MiB in 16 packages [2024-08-07T09:27:26.711Z] #64 DONE 12.2s [2024-08-07T09:27:26.711Z] [2024-08-07T09:27:26.711Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:28.137Z] #37 ... [2024-08-07T09:27:28.137Z] [2024-08-07T09:27:28.137Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:27:28.137Z] #69 ... [2024-08-07T09:27:28.137Z] [2024-08-07T09:27:28.137Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:27:28.403Z] #70 ... [2024-08-07T09:27:28.403Z] [2024-08-07T09:27:28.403Z] #71 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:27:28.670Z] #71 ... [2024-08-07T09:27:28.670Z] [2024-08-07T09:27:28.670Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:27:28.670Z] #72 ... [2024-08-07T09:27:28.670Z] [2024-08-07T09:27:28.670Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:27:28.670Z] #69 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:28.938Z] #69 ... [2024-08-07T09:27:28.938Z] [2024-08-07T09:27:28.938Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T09:27:28.938Z] #59 11.52 (1/4) Installing ca-certificates (20240226-r0) [2024-08-07T09:27:28.938Z] #59 11.79 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:28.938Z] #59 11.79 (3/4) Installing su-exec (0.2-r3) [2024-08-07T09:27:28.938Z] #59 11.80 (4/4) Installing yq (4.33.3-r5) [2024-08-07T09:27:28.938Z] #59 12.42 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:28.938Z] #59 12.48 Executing ca-certificates-20240226-r0.trigger [2024-08-07T09:27:28.938Z] #59 13.18 OK: 18 MiB in 19 packages [2024-08-07T09:27:28.938Z] #59 DONE 14.8s [2024-08-07T09:27:28.938Z] [2024-08-07T09:27:28.938Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:31.235Z] #37 ... [2024-08-07T09:27:31.235Z] [2024-08-07T09:27:31.235Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T09:27:31.235Z] #72 DONE 12.8s [2024-08-07T09:27:31.235Z] [2024-08-07T09:27:31.235Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:31.235Z] #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.0s [2024-08-07T09:27:34.677Z] #37 ... [2024-08-07T09:27:34.677Z] [2024-08-07T09:27:34.677Z] #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T09:27:34.677Z] #73 ... [2024-08-07T09:27:34.677Z] [2024-08-07T09:27:34.677Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:27:34.677Z] #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.4s [2024-08-07T09:27:34.677Z] #58 ... [2024-08-07T09:27:34.677Z] [2024-08-07T09:27:34.677Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:34.949Z] #74 ... [2024-08-07T09:27:34.949Z] [2024-08-07T09:27:34.949Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:35.549Z] #37 ... [2024-08-07T09:27:35.549Z] [2024-08-07T09:27:35.549Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:27:35.549Z] #60 12.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:35.549Z] #60 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:35.549Z] #60 16.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:27:35.549Z] #60 16.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:27:35.549Z] #60 16.04 OK: 19946 distinct packages available [2024-08-07T09:27:35.549Z] #60 17.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:35.549Z] #60 19.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:35.549Z] #60 ... [2024-08-07T09:27:35.549Z] [2024-08-07T09:27:35.549Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:36.133Z] #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.7s [2024-08-07T09:27:36.133Z] #37 ... [2024-08-07T09:27:36.133Z] [2024-08-07T09:27:36.133Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:36.133Z] #66 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:36.133Z] #66 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:36.133Z] #66 16.72 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:27:36.133Z] #66 16.72 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:27:36.133Z] #66 16.72 OK: 19946 distinct packages available [2024-08-07T09:27:36.133Z] #66 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:36.133Z] #66 21.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:36.133Z] #66 ... [2024-08-07T09:27:36.133Z] [2024-08-07T09:27:36.133Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:36.717Z] #37 ... [2024-08-07T09:27:36.717Z] [2024-08-07T09:27:36.717Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:36.717Z] #0 9.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:36.717Z] #75 ... [2024-08-07T09:27:36.717Z] [2024-08-07T09:27:36.717Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:37.305Z] #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.2s done [2024-08-07T09:27:37.598Z] #37 ... [2024-08-07T09:27:37.598Z] [2024-08-07T09:27:37.598Z] #62 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:37.598Z] #62 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:37.598Z] #62 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:37.598Z] #62 22.61 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:37.598Z] #62 22.70 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:37.598Z] #62 22.76 OK: 8 MiB in 16 packages [2024-08-07T09:27:37.598Z] #62 ... [2024-08-07T09:27:37.598Z] [2024-08-07T09:27:37.598Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T09:27:37.598Z] #37 DONE 30.4s [2024-08-07T09:27:37.598Z] [2024-08-07T09:27:37.598Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:37.598Z] #75 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.009Z] #75 ... [2024-08-07T09:27:39.009Z] [2024-08-07T09:27:39.009Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T09:27:39.009Z] #0 7.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.009Z] #76 ... [2024-08-07T09:27:39.009Z] [2024-08-07T09:27:39.009Z] #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:39.009Z] #62 DONE 24.8s [2024-08-07T09:27:39.009Z] [2024-08-07T09:27:39.009Z] #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:27:39.009Z] #60 25.96 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:39.009Z] #60 25.99 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-07T09:27:39.009Z] #60 26.03 (3/5) Installing libucontext (1.2-r2) [2024-08-07T09:27:39.276Z] #60 26.12 (4/5) Installing gcompat (1.1.0-r1) [2024-08-07T09:27:39.276Z] #60 26.15 (5/5) Installing openssl (3.1.6-r0) [2024-08-07T09:27:39.276Z] #60 ... [2024-08-07T09:27:39.276Z] [2024-08-07T09:27:39.276Z] #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T09:27:39.276Z] #68 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.276Z] #68 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.276Z] #68 24.09 (1/2) Installing ca-certificates (20240226-r0) [2024-08-07T09:27:39.276Z] #68 24.73 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:39.276Z] #68 24.76 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:39.276Z] #68 24.96 Executing ca-certificates-20240226-r0.trigger [2024-08-07T09:27:39.276Z] #68 ... [2024-08-07T09:27:39.276Z] [2024-08-07T09:27:39.276Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T09:27:39.276Z] #67 14.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.276Z] #67 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.276Z] #67 23.89 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:27:39.276Z] #67 23.91 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:27:39.276Z] #67 23.91 OK: 19946 distinct packages available [2024-08-07T09:27:39.548Z] #67 ... [2024-08-07T09:27:39.548Z] [2024-08-07T09:27:39.548Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T09:27:39.548Z] #65 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.548Z] #65 17.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:39.548Z] #65 24.04 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:39.548Z] #65 24.08 (2/4) Installing openssl (3.1.6-r0) [2024-08-07T09:27:39.548Z] #65 24.20 (3/4) Installing su-exec (0.2-r3) [2024-08-07T09:27:39.548Z] #65 24.22 (4/4) Installing yq (4.33.3-r5) [2024-08-07T09:27:39.548Z] #65 ... [2024-08-07T09:27:39.548Z] [2024-08-07T09:27:39.548Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T09:27:39.548Z] #76 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #76 ... [2024-08-07T09:27:40.958Z] [2024-08-07T09:27:40.958Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:27:40.958Z] #69 12.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #69 19.60 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T09:27:40.958Z] #69 19.60 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T09:27:40.958Z] #69 19.60 OK: 19953 distinct packages available [2024-08-07T09:27:40.958Z] #69 21.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #69 ... [2024-08-07T09:27:40.958Z] [2024-08-07T09:27:40.958Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T09:27:40.958Z] #60 26.31 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:40.958Z] #60 26.49 OK: 9 MiB in 20 packages [2024-08-07T09:27:40.958Z] #60 DONE 27.8s [2024-08-07T09:27:40.958Z] [2024-08-07T09:27:40.958Z] #71 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:27:40.958Z] #71 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #71 15.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #71 22.55 OK: 266 MiB in 52 packages [2024-08-07T09:27:40.958Z] #71 ... [2024-08-07T09:27:40.958Z] [2024-08-07T09:27:40.958Z] #57 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T09:27:40.958Z] #57 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #57 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:40.958Z] #57 22.06 OK: 266 MiB in 52 packages [2024-08-07T09:27:41.224Z] #57 ... [2024-08-07T09:27:41.224Z] [2024-08-07T09:27:41.224Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T09:27:41.224Z] #0 5.838 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:41.224Z] #0 7.859 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:41.491Z] #77 ... [2024-08-07T09:27:41.491Z] [2024-08-07T09:27:41.491Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T09:27:41.491Z] #57 DONE 23.4s [2024-08-07T09:27:41.491Z] [2024-08-07T09:27:41.491Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:27:41.491Z] #69 23.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:42.105Z] #69 ... [2024-08-07T09:27:42.105Z] [2024-08-07T09:27:42.105Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:27:42.105Z] #70 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:42.105Z] #70 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:42.105Z] #70 22.47 OK: 266 MiB in 52 packages [2024-08-07T09:27:42.105Z] #70 ... [2024-08-07T09:27:42.105Z] [2024-08-07T09:27:42.105Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:42.105Z] #66 27.49 (1/11) Installing ca-certificates (20240226-r0) [2024-08-07T09:27:42.105Z] #66 27.81 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-07T09:27:42.105Z] #66 27.92 (3/11) Installing libunistring (1.1-r1) [2024-08-07T09:27:42.371Z] #66 ... [2024-08-07T09:27:42.371Z] [2024-08-07T09:27:42.371Z] #78 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:27:42.371Z] #78 DONE 0.9s [2024-08-07T09:27:42.371Z] [2024-08-07T09:27:42.371Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T09:27:42.371Z] #65 25.61 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:42.371Z] #65 25.75 OK: 18 MiB in 19 packages [2024-08-07T09:27:42.371Z] #65 DONE 28.0s [2024-08-07T09:27:42.371Z] [2024-08-07T09:27:42.371Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:42.371Z] #66 28.34 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-07T09:27:42.653Z] #66 28.47 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-07T09:27:42.653Z] #66 28.50 (6/11) Installing libcurl (8.9.0-r0) [2024-08-07T09:27:42.930Z] #66 28.73 (7/11) Installing curl (8.9.0-r0) [2024-08-07T09:27:42.930Z] #66 ... [2024-08-07T09:27:42.930Z] [2024-08-07T09:27:42.930Z] #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T09:27:42.930Z] #68 26.21 OK: 9 MiB in 17 packages [2024-08-07T09:27:42.930Z] #68 DONE 28.8s [2024-08-07T09:27:42.930Z] [2024-08-07T09:27:42.930Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:42.930Z] #66 28.80 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:42.930Z] #66 28.81 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-07T09:27:43.207Z] #66 ... [2024-08-07T09:27:43.207Z] [2024-08-07T09:27:43.207Z] #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:27:43.207Z] #71 DONE 25.0s [2024-08-07T09:27:43.207Z] [2024-08-07T09:27:43.207Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:43.207Z] #66 28.87 (10/11) Installing libucontext (1.2-r2) [2024-08-07T09:27:43.207Z] #66 28.91 (11/11) Installing gcompat (1.1.0-r1) [2024-08-07T09:27:43.207Z] #66 29.02 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:43.207Z] #66 29.13 Executing ca-certificates-20240226-r0.trigger [2024-08-07T09:27:43.483Z] #66 ... [2024-08-07T09:27:43.483Z] [2024-08-07T09:27:43.483Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T09:27:43.483Z] #70 DONE 25.3s [2024-08-07T09:27:43.483Z] [2024-08-07T09:27:43.483Z] #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:27:44.917Z] #79 DONE 1.4s [2024-08-07T09:27:44.917Z] [2024-08-07T09:27:44.917Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:27:44.917Z] #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.0s done [2024-08-07T09:27:44.917Z] #58 ... [2024-08-07T09:27:44.917Z] [2024-08-07T09:27:44.917Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:44.917Z] #75 18.13 OK: 8 MiB in 16 packages [2024-08-07T09:27:45.191Z] #75 ... [2024-08-07T09:27:45.191Z] [2024-08-07T09:27:45.191Z] #80 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:27:45.191Z] #80 DONE 1.8s [2024-08-07T09:27:45.191Z] [2024-08-07T09:27:45.191Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:27:45.775Z] #81 ... [2024-08-07T09:27:45.775Z] [2024-08-07T09:27:45.775Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:45.775Z] #74 11.30 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:45.775Z] #74 14.04 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:45.775Z] #74 ... [2024-08-07T09:27:45.775Z] [2024-08-07T09:27:45.775Z] #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:27:46.044Z] #82 ... [2024-08-07T09:27:46.044Z] [2024-08-07T09:27:46.044Z] #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T09:27:46.044Z] #73 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:46.044Z] #73 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:46.044Z] #73 20.89 OK: 8 MiB in 17 packages [2024-08-07T09:27:46.044Z] #73 ... [2024-08-07T09:27:46.044Z] [2024-08-07T09:27:46.044Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:46.044Z] #66 30.77 OK: 13 MiB in 26 packages [2024-08-07T09:27:46.309Z] #66 ... [2024-08-07T09:27:46.309Z] [2024-08-07T09:27:46.309Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:46.309Z] #75 DONE 19.9s [2024-08-07T09:27:46.576Z] [2024-08-07T09:27:46.576Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T09:27:46.576Z] #77 15.50 OK: 266 MiB in 52 packages [2024-08-07T09:27:46.844Z] #77 ... [2024-08-07T09:27:46.844Z] [2024-08-07T09:27:46.844Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T09:27:46.844Z] #66 DONE 32.8s [2024-08-07T09:27:47.111Z] [2024-08-07T09:27:47.111Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:48.073Z] #83 ... [2024-08-07T09:27:48.073Z] [2024-08-07T09:27:48.073Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T09:27:48.073Z] #77 DONE 16.7s [2024-08-07T09:27:48.073Z] [2024-08-07T09:27:48.073Z] #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T09:27:48.073Z] #73 DONE 23.6s [2024-08-07T09:27:48.073Z] [2024-08-07T09:27:48.073Z] #84 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T09:27:48.073Z] #84 ... [2024-08-07T09:27:48.073Z] [2024-08-07T09:27:48.073Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T09:27:48.073Z] #76 17.78 OK: 18 MiB in 19 packages [2024-08-07T09:27:48.073Z] #76 DONE 19.3s [2024-08-07T09:27:48.347Z] [2024-08-07T09:27:48.347Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:27:48.347Z] #69 30.05 OK: 266 MiB in 52 packages [2024-08-07T09:27:48.940Z] #69 ... [2024-08-07T09:27:48.940Z] [2024-08-07T09:27:48.940Z] #85 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-08-07T09:27:48.940Z] #0 6.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:48.940Z] #0 8.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:48.940Z] #85 ... [2024-08-07T09:27:48.940Z] [2024-08-07T09:27:48.940Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T09:27:48.940Z] #74 22.50 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:48.940Z] #74 23.36 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:48.940Z] #74 23.41 OK: 8 MiB in 16 packages [2024-08-07T09:27:48.940Z] #74 DONE 24.7s [2024-08-07T09:27:48.940Z] [2024-08-07T09:27:48.940Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T09:27:49.213Z] #86 ... [2024-08-07T09:27:49.213Z] [2024-08-07T09:27:49.213Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T09:27:49.213Z] #69 DONE 31.0s [2024-08-07T09:27:49.213Z] [2024-08-07T09:27:49.213Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:27:49.481Z] #87 ... [2024-08-07T09:27:49.481Z] [2024-08-07T09:27:49.481Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T09:27:49.481Z] #67 25.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:49.481Z] #67 28.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:49.481Z] #67 34.09 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T09:27:49.481Z] #67 34.12 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-07T09:27:49.481Z] #67 34.16 (3/4) Installing libucontext (1.2-r2) [2024-08-07T09:27:49.481Z] #67 34.16 (4/4) Installing gcompat (1.1.0-r1) [2024-08-07T09:27:49.481Z] #67 34.16 Executing busybox-1.36.1-r7.trigger [2024-08-07T09:27:49.481Z] #67 34.25 OK: 8 MiB in 19 packages [2024-08-07T09:27:49.481Z] #67 DONE 35.2s [2024-08-07T09:27:49.748Z] [2024-08-07T09:27:49.748Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T09:27:50.017Z] #88 ... [2024-08-07T09:27:50.017Z] [2024-08-07T09:27:50.017Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T09:27:50.017Z] #86 DONE 2.1s [2024-08-07T09:27:50.286Z] [2024-08-07T09:27:50.286Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:27:50.552Z] #89 ... [2024-08-07T09:27:50.552Z] [2024-08-07T09:27:50.552Z] #85 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-08-07T09:27:50.552Z] #85 11.11 OK: 8 MiB in 16 packages [2024-08-07T09:27:50.552Z] #85 DONE 11.7s [2024-08-07T09:27:50.552Z] [2024-08-07T09:27:50.552Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:50.818Z] #90 ... [2024-08-07T09:27:50.818Z] [2024-08-07T09:27:50.818Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:27:50.818Z] #87 DONE 1.5s [2024-08-07T09:27:50.818Z] [2024-08-07T09:27:50.818Z] #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T09:27:50.818Z] #91 ... [2024-08-07T09:27:50.818Z] [2024-08-07T09:27:50.818Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:27:52.763Z] #92 ... [2024-08-07T09:27:52.763Z] [2024-08-07T09:27:52.763Z] #93 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:27:52.763Z] #93 ... [2024-08-07T09:27:52.763Z] [2024-08-07T09:27:52.763Z] #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T09:27:52.763Z] #94 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:52.763Z] #94 ... [2024-08-07T09:27:52.763Z] [2024-08-07T09:27:52.763Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:52.763Z] #90 9.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:53.345Z] #90 10.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:54.751Z] #90 ... [2024-08-07T09:27:54.751Z] [2024-08-07T09:27:54.751Z] #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T09:27:54.751Z] #91 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:54.751Z] #91 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:54.751Z] #91 13.88 OK: 9 MiB in 20 packages [2024-08-07T09:27:54.751Z] #91 DONE 14.8s [2024-08-07T09:27:54.751Z] [2024-08-07T09:27:54.751Z] #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:27:55.709Z] #95 ... [2024-08-07T09:27:55.709Z] [2024-08-07T09:27:55.709Z] #84 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T09:27:55.709Z] #84 DONE 7.8s [2024-08-07T09:27:55.985Z] [2024-08-07T09:27:55.985Z] #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-07T09:27:55.985Z] #96 DONE 0.2s [2024-08-07T09:27:55.985Z] [2024-08-07T09:27:55.985Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T09:27:55.985Z] #88 6.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:56.580Z] #88 ... [2024-08-07T09:27:56.580Z] [2024-08-07T09:27:56.580Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T09:27:56.580Z] #97 DONE 2.1s [2024-08-07T09:27:56.846Z] [2024-08-07T09:27:56.846Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:27:57.437Z] #98 ... [2024-08-07T09:27:57.437Z] [2024-08-07T09:27:57.437Z] #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:27:57.437Z] #95 DONE 2.7s [2024-08-07T09:27:57.437Z] [2024-08-07T09:27:57.437Z] #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T09:27:57.437Z] #99 DONE 0.2s [2024-08-07T09:27:57.437Z] [2024-08-07T09:27:57.437Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T09:27:57.437Z] #100 DONE 0.2s [2024-08-07T09:27:57.437Z] [2024-08-07T09:27:57.437Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:57.437Z] #90 14.40 OK: 9 MiB in 17 packages [2024-08-07T09:27:57.703Z] #90 ... [2024-08-07T09:27:57.703Z] [2024-08-07T09:27:57.703Z] #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T09:27:57.703Z] #101 DONE 0.2s [2024-08-07T09:27:57.968Z] [2024-08-07T09:27:57.968Z] #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T09:27:58.236Z] #102 DONE 0.3s [2024-08-07T09:27:58.236Z] [2024-08-07T09:27:58.236Z] #103 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-07T09:27:58.510Z] #103 DONE 0.3s [2024-08-07T09:27:58.510Z] [2024-08-07T09:27:58.510Z] #104 [security-spire-server] exporting to image [2024-08-07T09:27:58.510Z] #104 exporting layers [2024-08-07T09:27:58.781Z] #104 ... [2024-08-07T09:27:58.781Z] [2024-08-07T09:27:58.781Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:27:58.781Z] #90 DONE 15.8s [2024-08-07T09:27:58.781Z] [2024-08-07T09:27:58.781Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T09:27:58.781Z] #88 8.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:58.870Z] #158 ... [2024-08-07T09:27:58.870Z] [2024-08-07T09:27:58.870Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T09:27:58.870Z] #151 102.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T09:27:59.374Z] #88 ... [2024-08-07T09:27:59.374Z] [2024-08-07T09:27:59.374Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:27:59.374Z] #98 DONE 2.7s [2024-08-07T09:27:59.640Z] [2024-08-07T09:27:59.640Z] #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T09:27:59.640Z] #94 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:27:59.640Z] #94 16.14 OK: 18 MiB in 19 packages [2024-08-07T09:27:59.640Z] #94 DONE 17.2s [2024-08-07T09:27:59.640Z] [2024-08-07T09:27:59.640Z] #105 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T09:27:59.640Z] #105 ... [2024-08-07T09:27:59.640Z] [2024-08-07T09:27:59.640Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-07T09:27:59.640Z] #106 DONE 0.4s [2024-08-07T09:27:59.904Z] [2024-08-07T09:27:59.904Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T09:27:59.904Z] #107 ... [2024-08-07T09:27:59.904Z] [2024-08-07T09:27:59.904Z] #105 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T09:27:59.904Z] #105 DONE 0.5s [2024-08-07T09:28:00.172Z] [2024-08-07T09:28:00.172Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:28:00.172Z] #83 8.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T09:28:00.172Z] #83 9.522 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T09:28:00.172Z] #83 ... [2024-08-07T09:28:00.172Z] [2024-08-07T09:28:00.172Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T09:28:00.172Z] #107 DONE 0.4s [2024-08-07T09:28:00.441Z] [2024-08-07T09:28:00.441Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:00.707Z] #108 DONE 0.3s [2024-08-07T09:28:00.707Z] [2024-08-07T09:28:00.707Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-07T09:28:00.974Z] #109 DONE 0.2s [2024-08-07T09:28:00.974Z] [2024-08-07T09:28:00.974Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T09:28:00.974Z] #88 11.39 OK: 8 MiB in 19 packages [2024-08-07T09:28:00.974Z] #88 ... [2024-08-07T09:28:00.974Z] [2024-08-07T09:28:00.974Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-07T09:28:00.974Z] #110 DONE 0.2s [2024-08-07T09:28:01.240Z] [2024-08-07T09:28:01.240Z] #104 [security-spire-agent] exporting to image [2024-08-07T09:28:01.505Z] #104 ... [2024-08-07T09:28:01.505Z] [2024-08-07T09:28:01.505Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T09:28:01.505Z] #83 13.40 OK: 13 MiB in 26 packages [2024-08-07T09:28:01.505Z] #83 DONE 14.3s [2024-08-07T09:28:01.505Z] [2024-08-07T09:28:01.505Z] #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:28:01.771Z] #82 ... [2024-08-07T09:28:01.771Z] [2024-08-07T09:28:01.771Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T09:28:01.771Z] #88 DONE 12.3s [2024-08-07T09:28:01.771Z] [2024-08-07T09:28:01.771Z] #111 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T09:28:04.367Z] #111 DONE 2.5s [2024-08-07T09:28:04.367Z] [2024-08-07T09:28:04.367Z] #112 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T09:28:04.633Z] #112 DONE 0.1s [2024-08-07T09:28:04.633Z] [2024-08-07T09:28:04.633Z] #104 [security-spire-agent] exporting to image [2024-08-07T09:28:04.633Z] #104 exporting layers 3.5s done [2024-08-07T09:28:04.633Z] #104 writing image sha256:1aff78484afea37694ff03fbe324e25b1145c3f314d38bd3b4b81fc84d55bebf 0.0s done [2024-08-07T09:28:04.633Z] #104 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-08-07T09:28:04.633Z] #104 writing image sha256:ea4d52873d81788d40a1fef21db50c341a7bc85ade47d17d9667f1a51c06775b done [2024-08-07T09:28:04.633Z] #104 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-07T09:28:04.633Z] #104 DONE 4.9s [2024-08-07T09:28:04.633Z] [2024-08-07T09:28:04.633Z] #113 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T09:28:04.633Z] #113 DONE 0.2s [2024-08-07T09:28:04.633Z] [2024-08-07T09:28:04.633Z] #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:04.904Z] #114 DONE 0.2s [2024-08-07T09:28:04.904Z] [2024-08-07T09:28:04.904Z] #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-07T09:28:04.904Z] #115 DONE 0.1s [2024-08-07T09:28:04.904Z] [2024-08-07T09:28:04.904Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:28:05.171Z] #58 ... [2024-08-07T09:28:05.171Z] [2024-08-07T09:28:05.171Z] #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-07T09:28:05.171Z] #116 DONE 0.1s [2024-08-07T09:28:05.171Z] [2024-08-07T09:28:05.171Z] #104 [security-spire-config] exporting to image [2024-08-07T09:28:05.425Z] #151 ... [2024-08-07T09:28:05.425Z] [2024-08-07T09:28:05.425Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T09:28:05.425Z] #148 DONE 114.3s [2024-08-07T09:28:05.425Z] [2024-08-07T09:28:05.425Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T09:28:05.425Z] #149 DONE 114.3s [2024-08-07T09:28:05.425Z] [2024-08-07T09:28:05.425Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T09:28:05.425Z] #150 DONE 114.2s [2024-08-07T09:28:05.425Z] [2024-08-07T09:28:05.425Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T09:28:05.425Z] #151 DONE 114.8s [2024-08-07T09:28:05.425Z] [2024-08-07T09:28:05.425Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T09:28:05.425Z] #153 ... [2024-08-07T09:28:05.425Z] [2024-08-07T09:28:05.425Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:28:06.356Z] #159 DONE 1.3s [2024-08-07T09:28:06.356Z] [2024-08-07T09:28:06.356Z] #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:28:06.356Z] #160 DONE 0.9s [2024-08-07T09:28:06.356Z] [2024-08-07T09:28:06.356Z] #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:28:06.356Z] #161 DONE 1.3s [2024-08-07T09:28:06.356Z] [2024-08-07T09:28:06.356Z] #162 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T09:28:06.356Z] #162 DONE 1.2s [2024-08-07T09:28:06.356Z] [2024-08-07T09:28:06.356Z] #163 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T09:28:07.144Z] #104 exporting layers 2.0s done [2024-08-07T09:28:07.144Z] #104 writing image sha256:36fb9f905757c662b0691add92af6fe51ee52b8e473456eeece7d39a7fab2514 done [2024-08-07T09:28:07.144Z] #104 naming to docker.io/library/security-spire-config-arm64 done [2024-08-07T09:28:07.144Z] #104 DONE 6.9s [2024-08-07T09:28:07.144Z] [2024-08-07T09:28:07.144Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:28:07.287Z] #163 ... [2024-08-07T09:28:07.287Z] [2024-08-07T09:28:07.287Z] #164 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:28:07.287Z] #164 DONE 0.6s [2024-08-07T09:28:07.287Z] [2024-08-07T09:28:07.287Z] #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T09:28:07.287Z] #165 ... [2024-08-07T09:28:07.287Z] [2024-08-07T09:28:07.287Z] #166 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:28:07.287Z] #166 DONE 0.8s [2024-08-07T09:28:07.287Z] [2024-08-07T09:28:07.287Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:28:07.287Z] #167 DONE 0.8s [2024-08-07T09:28:07.287Z] [2024-08-07T09:28:07.287Z] #168 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-07T09:28:08.258Z] #168 ... [2024-08-07T09:28:08.258Z] [2024-08-07T09:28:08.258Z] #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T09:28:08.258Z] #165 DONE 0.9s [2024-08-07T09:28:08.517Z] [2024-08-07T09:28:08.517Z] #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:28:08.517Z] #169 ... [2024-08-07T09:28:08.517Z] [2024-08-07T09:28:08.517Z] #170 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-08-07T09:28:08.517Z] #170 DONE 1.3s [2024-08-07T09:28:08.782Z] [2024-08-07T09:28:08.782Z] #168 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-07T09:28:08.782Z] #168 DONE 1.3s [2024-08-07T09:28:08.782Z] [2024-08-07T09:28:08.782Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T09:28:08.782Z] #155 DONE 118.4s [2024-08-07T09:28:08.782Z] [2024-08-07T09:28:08.782Z] #171 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T09:28:09.741Z] #171 ... [2024-08-07T09:28:09.741Z] [2024-08-07T09:28:09.741Z] #163 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T09:28:09.741Z] #163 DONE 3.1s [2024-08-07T09:28:09.741Z] [2024-08-07T09:28:09.741Z] #172 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:28:10.679Z] #172 ... [2024-08-07T09:28:10.679Z] [2024-08-07T09:28:10.679Z] #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:28:10.679Z] #169 DONE 2.4s [2024-08-07T09:28:10.679Z] [2024-08-07T09:28:10.679Z] #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:10.939Z] #173 ... [2024-08-07T09:28:10.939Z] [2024-08-07T09:28:10.939Z] #174 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-08-07T09:28:10.939Z] #174 DONE 2.3s [2024-08-07T09:28:11.198Z] [2024-08-07T09:28:11.198Z] #172 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:28:11.198Z] #172 DONE 1.9s [2024-08-07T09:28:11.198Z] [2024-08-07T09:28:11.198Z] #175 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:28:11.469Z] #175 ... [2024-08-07T09:28:11.469Z] [2024-08-07T09:28:11.469Z] #171 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T09:28:11.469Z] #171 DONE 2.7s [2024-08-07T09:28:11.469Z] [2024-08-07T09:28:11.469Z] #176 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:28:11.469Z] #176 DONE 1.6s [2024-08-07T09:28:11.469Z] [2024-08-07T09:28:11.469Z] #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:11.469Z] #173 DONE 0.9s [2024-08-07T09:28:11.469Z] [2024-08-07T09:28:11.469Z] #177 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:28:11.729Z] #177 ... [2024-08-07T09:28:11.729Z] [2024-08-07T09:28:11.729Z] #175 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:28:11.729Z] #175 DONE 0.7s [2024-08-07T09:28:11.729Z] [2024-08-07T09:28:11.729Z] #178 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-07T09:28:11.729Z] #178 DONE 0.5s [2024-08-07T09:28:11.988Z] [2024-08-07T09:28:11.988Z] #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:28:11.988Z] #179 DONE 0.6s [2024-08-07T09:28:11.988Z] [2024-08-07T09:28:11.988Z] #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-07T09:28:11.988Z] #180 ... [2024-08-07T09:28:11.988Z] [2024-08-07T09:28:11.988Z] #181 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:28:11.988Z] #181 DONE 0.7s [2024-08-07T09:28:12.248Z] [2024-08-07T09:28:12.248Z] #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:12.507Z] #182 ... [2024-08-07T09:28:12.507Z] [2024-08-07T09:28:12.507Z] #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-07T09:28:12.507Z] #183 DONE 0.9s [2024-08-07T09:28:12.783Z] [2024-08-07T09:28:12.783Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T09:28:13.388Z] #184 ... [2024-08-07T09:28:13.388Z] [2024-08-07T09:28:13.388Z] #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:13.388Z] #182 DONE 1.3s [2024-08-07T09:28:13.388Z] [2024-08-07T09:28:13.388Z] #185 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:28:13.668Z] #185 ... [2024-08-07T09:28:13.668Z] [2024-08-07T09:28:13.668Z] #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-07T09:28:13.668Z] #180 DONE 1.5s [2024-08-07T09:28:13.668Z] [2024-08-07T09:28:13.668Z] #177 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:28:13.668Z] #177 DONE 2.1s [2024-08-07T09:28:13.668Z] [2024-08-07T09:28:13.668Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T09:28:13.668Z] #184 DONE 0.9s [2024-08-07T09:28:13.668Z] [2024-08-07T09:28:13.668Z] #186 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T09:28:13.668Z] #186 DONE 1.1s [2024-08-07T09:28:13.668Z] [2024-08-07T09:28:13.668Z] #94 [core-common-config-bootstrapper] exporting to image [2024-08-07T09:28:13.668Z] #94 exporting layers [2024-08-07T09:28:14.605Z] #94 ... [2024-08-07T09:28:14.605Z] [2024-08-07T09:28:14.605Z] #187 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T09:28:14.605Z] #187 DONE 0.8s [2024-08-07T09:28:14.605Z] [2024-08-07T09:28:14.605Z] #188 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T09:28:14.605Z] #188 DONE 0.8s [2024-08-07T09:28:14.605Z] [2024-08-07T09:28:14.605Z] #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:28:14.605Z] #189 DONE 0.8s [2024-08-07T09:28:14.605Z] [2024-08-07T09:28:14.605Z] #94 [security-spiffe-token-provider] exporting to image [2024-08-07T09:28:14.605Z] #94 exporting layers 1.2s done [2024-08-07T09:28:14.882Z] #94 writing image sha256:b737b819d04aed157b3622ac4a0ab84e20c7a7a72a44c01564a01333607657e8 0.1s done [2024-08-07T09:28:14.882Z] #94 naming to docker.io/library/core-common-config-bootstrapper [2024-08-07T09:28:14.882Z] #94 naming to docker.io/library/core-common-config-bootstrapper 0.1s done [2024-08-07T09:28:15.481Z] #94 ... [2024-08-07T09:28:15.481Z] [2024-08-07T09:28:15.481Z] #190 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-08-07T09:28:15.481Z] #190 DONE 1.1s [2024-08-07T09:28:15.481Z] [2024-08-07T09:28:15.481Z] #185 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:28:15.481Z] #185 DONE 2.1s [2024-08-07T09:28:15.739Z] [2024-08-07T09:28:15.739Z] #94 [security-proxy-setup] exporting to image [2024-08-07T09:28:15.739Z] #94 exporting layers 1.4s done [2024-08-07T09:28:15.996Z] #94 writing image sha256:d537a8416785e4ce236fd839afd5670fd4d7d93221007280348acce3bc3ae0d7 0.0s done [2024-08-07T09:28:15.996Z] #94 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2024-08-07T09:28:16.577Z] #94 ... [2024-08-07T09:28:16.577Z] [2024-08-07T09:28:16.577Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:28:16.577Z] #191 DONE 2.1s [2024-08-07T09:28:16.577Z] [2024-08-07T09:28:16.577Z] #192 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-08-07T09:28:16.577Z] #192 DONE 1.1s [2024-08-07T09:28:16.577Z] [2024-08-07T09:28:16.577Z] #94 [security-secretstore-setup] exporting to image [2024-08-07T09:28:16.833Z] #94 ... [2024-08-07T09:28:16.833Z] [2024-08-07T09:28:16.833Z] #193 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-07T09:28:16.833Z] #193 DONE 0.5s [2024-08-07T09:28:17.125Z] [2024-08-07T09:28:17.125Z] #194 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-07T09:28:17.417Z] #194 DONE 0.4s [2024-08-07T09:28:17.417Z] [2024-08-07T09:28:17.417Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T09:28:17.417Z] #152 ... [2024-08-07T09:28:17.417Z] [2024-08-07T09:28:17.417Z] #195 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T09:28:17.677Z] #195 DONE 0.2s [2024-08-07T09:28:17.677Z] [2024-08-07T09:28:17.677Z] #94 [security-secretstore-setup] exporting to image [2024-08-07T09:28:17.677Z] #94 exporting layers 2.1s done [2024-08-07T09:28:17.677Z] #94 writing image sha256:2ba1b5d53ed5d2dcba0de1d23e6293dd22d00bbe0cf14eafd05e88df8ee0e670 0.1s done [2024-08-07T09:28:17.677Z] #94 naming to docker.io/library/security-proxy-setup [2024-08-07T09:28:17.677Z] #94 naming to docker.io/library/security-proxy-setup done [2024-08-07T09:28:17.938Z] #94 exporting layers 1.4s done [2024-08-07T09:28:17.938Z] #94 writing image sha256:27e7b6c68936b56199159433a11c4440052a65f8c12401c780c8e14200787062 [2024-08-07T09:28:18.196Z] #94 writing image sha256:27e7b6c68936b56199159433a11c4440052a65f8c12401c780c8e14200787062 0.1s done [2024-08-07T09:28:18.196Z] #94 naming to docker.io/library/security-secretstore-setup 0.0s done [2024-08-07T09:28:18.196Z] #94 DONE 6.0s [2024-08-07T09:28:18.196Z] [2024-08-07T09:28:18.197Z] #196 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T09:28:19.169Z] #196 DONE 1.7s [2024-08-07T09:28:19.169Z] [2024-08-07T09:28:19.169Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T09:28:19.428Z] #157 ... [2024-08-07T09:28:19.428Z] [2024-08-07T09:28:19.428Z] #94 [security-bootstrapper] exporting to image [2024-08-07T09:28:19.995Z] #94 exporting layers 0.8s done [2024-08-07T09:28:19.995Z] #94 writing image sha256:eee98859a7776b87ecb5c1db3dd12826fcd578312e3cab8555e96d495ade3c43 done [2024-08-07T09:28:19.995Z] #94 naming to docker.io/library/security-bootstrapper done [2024-08-07T09:28:19.995Z] #94 DONE 6.9s [2024-08-07T09:28:19.995Z] [2024-08-07T09:28:19.995Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T09:29:06.702Z] #156 ... [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T09:29:06.702Z] #146 DONE 170.4s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T09:29:06.702Z] #156 DONE 170.4s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T09:29:06.702Z] #153 DONE 170.4s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T09:29:06.702Z] #154 DONE 170.5s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T09:29:06.702Z] #158 DONE 170.5s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T09:29:06.702Z] #147 DONE 170.5s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T09:29:06.702Z] #152 DONE 170.5s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T09:29:06.702Z] #157 DONE 170.4s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #197 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #197 ... [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #198 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #198 DONE 0.2s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #199 DONE 0.3s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #200 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #200 DONE 0.5s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #201 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #201 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #202 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #203 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #203 DONE 0.3s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #197 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #197 DONE 0.6s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #204 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #205 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #206 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #206 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #207 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #207 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #208 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T09:29:06.702Z] #208 ... [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #209 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #209 DONE 1.1s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #210 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:29:06.702Z] #210 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #211 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #211 CACHED [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T09:29:06.702Z] #212 DONE 1.1s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #213 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T09:29:06.702Z] #213 ... [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #214 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T09:29:06.702Z] #214 DONE 1.6s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #215 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:29:06.702Z] #215 DONE 1.6s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-07T09:29:06.702Z] #216 DONE 1.6s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.702Z] #217 ... [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #218 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-07T09:29:06.702Z] #218 DONE 3.2s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #208 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T09:29:06.702Z] #208 DONE 3.2s [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.702Z] #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.702Z] #219 ... [2024-08-07T09:29:06.702Z] [2024-08-07T09:29:06.703Z] #213 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T09:29:06.703Z] #213 DONE 2.4s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T09:29:06.703Z] #220 DONE 2.4s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #221 DONE 2.0s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #222 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #222 DONE 2.0s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #223 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-07T09:29:06.703Z] #223 DONE 2.0s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #217 DONE 2.0s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #224 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #224 DONE 0.5s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #219 DONE 0.5s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-07T09:29:06.703Z] #225 DONE 0.2s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #226 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #226 DONE 0.2s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #227 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T09:29:06.703Z] #227 ... [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #228 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T09:29:06.703Z] #228 DONE 0.2s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #229 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:29:06.703Z] #229 DONE 0.3s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #227 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T09:29:06.703Z] #227 DONE 0.2s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #94 [core-keeper] exporting to image [2024-08-07T09:29:06.703Z] #94 exporting layers [2024-08-07T09:29:06.703Z] #94 writing image sha256:30824e1bae9221b9a79cc1f290468423c5a070ba309f2072f16760deda911fec done [2024-08-07T09:29:06.703Z] #94 writing image sha256:72366a012551891169bcb1097bbf423585cad7c29b2d75689a9349699063f6ab 0.1s done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/support-scheduler 0.0s done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/core-keeper done [2024-08-07T09:29:06.703Z] #94 exporting layers 0.2s done [2024-08-07T09:29:06.703Z] #94 writing image sha256:233877cf6e929627b67297c7244a864bf0c42184dd440c167f2b89cb6e35ca02 done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/core-command done [2024-08-07T09:29:06.703Z] #94 writing image sha256:127d92f1e6ef6c9e7139bcfe3acef56455333af718189714bc8e71d88df84cae 0.0s done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/support-notifications done [2024-08-07T09:29:06.703Z] #94 writing image sha256:ab767ab919d9a9597dd5f8d1fa12812caccc7e44265d94724b25d097815dab9a [2024-08-07T09:29:06.703Z] #94 writing image sha256:ab767ab919d9a9597dd5f8d1fa12812caccc7e44265d94724b25d097815dab9a done [2024-08-07T09:29:06.703Z] #94 writing image sha256:e7930c85664ca9c1ad70bc20a361d3a8922e8d49389907b7059a637a3e0f3ce1 done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/core-data done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/support-cron-scheduler done [2024-08-07T09:29:06.703Z] #94 ... [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #230 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:29:06.703Z] #230 DONE 0.3s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #94 [security-proxy-auth] exporting to image [2024-08-07T09:29:06.703Z] #94 exporting layers 0.6s done [2024-08-07T09:29:06.703Z] #94 writing image sha256:0f14612a8bdcd4a86b617b24fd4d663b2bb9b3232cefaff87a9670d63526902a done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/core-metadata done [2024-08-07T09:29:06.703Z] #94 writing image sha256:f86ecdbb13c1c543844a021a429634f1ab6d822ed4e020e945dca2bd952372cc done [2024-08-07T09:29:06.703Z] #94 naming to docker.io/library/security-proxy-auth done [2024-08-07T09:29:06.703Z] #94 DONE 8.3s [2024-08-07T09:29:06.703Z] [2024-08-07T09:29:06.703Z] #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T09:29:06.703Z] time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-07T09:29:06.710Z] $ docker stop --time=1 192476144cee877a3a9ff3553cfdfd6d3ef12cffd642328e61034673d71c517e [2024-08-07T09:29:07.983Z] $ docker rm -f --volumes 192476144cee877a3a9ff3553cfdfd6d3ef12cffd642328e61034673d71c517e [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T09:29:08.331Z] + docker images [2024-08-07T09:29:08.331Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-07T09:29:08.331Z] core-data latest e7930c85664c 3 seconds ago 39.5MB [2024-08-07T09:29:08.332Z] security-proxy-auth latest f86ecdbb13c1 3 seconds ago 33MB [2024-08-07T09:29:08.332Z] core-keeper latest 72366a012551 4 seconds ago 39.4MB [2024-08-07T09:29:08.332Z] support-scheduler latest 30824e1bae92 4 seconds ago 41.8MB [2024-08-07T09:29:08.332Z] core-command latest 233877cf6e92 4 seconds ago 35.4MB [2024-08-07T09:29:08.332Z] core-metadata latest 0f14612a8bdc 4 seconds ago 39.6MB [2024-08-07T09:29:08.332Z] support-notifications latest 127d92f1e6ef 4 seconds ago 42.4MB [2024-08-07T09:29:08.332Z] support-cron-scheduler latest ab767ab919d9 4 seconds ago 42.7MB [2024-08-07T09:29:08.332Z] security-bootstrapper latest eee98859a777 49 seconds ago 18.9MB [2024-08-07T09:29:08.332Z] security-secretstore-setup latest 27e7b6c68936 52 seconds ago 37MB [2024-08-07T09:29:08.332Z] security-proxy-setup latest 2ba1b5d53ed5 53 seconds ago 26.2MB [2024-08-07T09:29:08.332Z] security-spiffe-token-provider latest d537a8416785 54 seconds ago 28.8MB [2024-08-07T09:29:08.332Z] core-common-config-bootstrapper latest b737b819d04a 55 seconds ago 15.2MB [2024-08-07T09:29:08.332Z] security-spire-server latest a37eaca0f1b1 3 minutes ago 121MB [2024-08-07T09:29:08.332Z] security-spire-agent latest 3bae70320bc3 3 minutes ago 182MB [2024-08-07T09:29:08.332Z] security-spire-config latest 2ec4b1987af9 3 minutes ago 120MB [2024-08-07T09:29:08.332Z] ci-base-image-x86_64 latest 61b767139233 8 minutes ago 970MB [2024-08-07T09:29:08.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-08-07T09:29:08.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-07T09:29:08.332Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T09:29:08.476Z] provisioning config files... [2024-08-07T09:29:08.483Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config12192548793031540925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T09:29:08.776Z] ---> ****-login.sh [2024-08-07T09:29:08.776Z] nexus3.edgexfoundry.org:10001 [2024-08-07T09:29:08.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:29:08.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:29:08.777Z] Configure a credential helper to remove this warning. See [2024-08-07T09:29:08.777Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:29:08.777Z] [2024-08-07T09:29:08.777Z] Login Succeeded [2024-08-07T09:29:08.777Z] nexus3.edgexfoundry.org:10002 [2024-08-07T09:29:08.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:29:08.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:29:08.777Z] Configure a credential helper to remove this warning. See [2024-08-07T09:29:08.777Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:29:08.777Z] [2024-08-07T09:29:08.777Z] Login Succeeded [2024-08-07T09:29:08.777Z] nexus3.edgexfoundry.org:10003 [2024-08-07T09:29:09.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:29:09.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:29:09.035Z] Configure a credential helper to remove this warning. See [2024-08-07T09:29:09.035Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:29:09.035Z] [2024-08-07T09:29:09.035Z] Login Succeeded [2024-08-07T09:29:09.035Z] nexus3.edgexfoundry.org:10004 [2024-08-07T09:29:09.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:29:09.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:29:09.035Z] Configure a credential helper to remove this warning. See [2024-08-07T09:29:09.035Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:29:09.035Z] [2024-08-07T09:29:09.035Z] Login Succeeded [2024-08-07T09:29:09.035Z] ****.io [2024-08-07T09:29:09.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T09:29:09.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T09:29:09.295Z] Configure a credential helper to remove this warning. See [2024-08-07T09:29:09.295Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T09:29:09.295Z] [2024-08-07T09:29:09.295Z] Login Succeeded [2024-08-07T09:29:09.295Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T09:29:09.302Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:09.351Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T09:29:09.381Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-07T09:29:09.381Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:09.381Z] latest [2024-08-07T09:29:09.381Z] 3.2.0-dev.47 [2024-08-07T09:29:09.381Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:09.381Z] main [2024-08-07T09:29:09.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:09.731Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:10.051Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:10.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T09:29:10.051Z] d2f4476199a3: Preparing [2024-08-07T09:29:10.051Z] 7b4708146fe1: Preparing [2024-08-07T09:29:10.051Z] abc11f145367: Preparing [2024-08-07T09:29:10.051Z] cb7ba920a49b: Preparing [2024-08-07T09:29:10.051Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:10.051Z] 4352e4e348a4: Preparing [2024-08-07T09:29:10.051Z] ce7f800efff9: Preparing [2024-08-07T09:29:10.051Z] ce7f800efff9: Waiting [2024-08-07T09:29:10.051Z] 7241d4fb73e8: Pushed [2024-08-07T09:29:10.051Z] abc11f145367: Pushed [2024-08-07T09:29:10.051Z] d2f4476199a3: Pushed [2024-08-07T09:29:10.051Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:10.051Z] cb7ba920a49b: Pushed [2024-08-07T09:29:10.051Z] 4352e4e348a4: Pushed [2024-08-07T09:29:13.336Z] 7b4708146fe1: Pushed [2024-08-07T09:29:13.336Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:13.673Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:13.999Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-07T09:29:13.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T09:29:13.999Z] d2f4476199a3: Preparing [2024-08-07T09:29:13.999Z] 7b4708146fe1: Preparing [2024-08-07T09:29:13.999Z] abc11f145367: Preparing [2024-08-07T09:29:13.999Z] cb7ba920a49b: Preparing [2024-08-07T09:29:13.999Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:13.999Z] 4352e4e348a4: Preparing [2024-08-07T09:29:13.999Z] ce7f800efff9: Preparing [2024-08-07T09:29:13.999Z] 4352e4e348a4: Waiting [2024-08-07T09:29:13.999Z] ce7f800efff9: Waiting [2024-08-07T09:29:13.999Z] abc11f145367: Layer already exists [2024-08-07T09:29:13.999Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:13.999Z] 7b4708146fe1: Layer already exists [2024-08-07T09:29:13.999Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:13.999Z] d2f4476199a3: Layer already exists [2024-08-07T09:29:13.999Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:13.999Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:13.999Z] latest: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:14.327Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:14.658Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.47 [2024-08-07T09:29:14.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T09:29:14.659Z] d2f4476199a3: Preparing [2024-08-07T09:29:14.659Z] 7b4708146fe1: Preparing [2024-08-07T09:29:14.659Z] abc11f145367: Preparing [2024-08-07T09:29:14.659Z] cb7ba920a49b: Preparing [2024-08-07T09:29:14.659Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:14.659Z] 4352e4e348a4: Preparing [2024-08-07T09:29:14.659Z] ce7f800efff9: Preparing [2024-08-07T09:29:14.659Z] 4352e4e348a4: Waiting [2024-08-07T09:29:14.659Z] ce7f800efff9: Waiting [2024-08-07T09:29:14.659Z] d2f4476199a3: Layer already exists [2024-08-07T09:29:14.659Z] 7b4708146fe1: Layer already exists [2024-08-07T09:29:14.659Z] abc11f145367: Layer already exists [2024-08-07T09:29:14.659Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:14.659Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:14.659Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:14.659Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:14.659Z] 3.2.0-dev.47: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:14.987Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:15.319Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:15.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T09:29:15.319Z] d2f4476199a3: Preparing [2024-08-07T09:29:15.319Z] 7b4708146fe1: Preparing [2024-08-07T09:29:15.319Z] abc11f145367: Preparing [2024-08-07T09:29:15.319Z] cb7ba920a49b: Preparing [2024-08-07T09:29:15.319Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:15.319Z] 4352e4e348a4: Preparing [2024-08-07T09:29:15.319Z] ce7f800efff9: Preparing [2024-08-07T09:29:15.319Z] ce7f800efff9: Waiting [2024-08-07T09:29:15.319Z] 4352e4e348a4: Waiting [2024-08-07T09:29:15.319Z] abc11f145367: Layer already exists [2024-08-07T09:29:15.319Z] 7b4708146fe1: Layer already exists [2024-08-07T09:29:15.319Z] d2f4476199a3: Layer already exists [2024-08-07T09:29:15.319Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:15.319Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:15.319Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:15.319Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:15.319Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:15.637Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:16.009Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-07T09:29:16.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T09:29:16.009Z] d2f4476199a3: Preparing [2024-08-07T09:29:16.009Z] 7b4708146fe1: Preparing [2024-08-07T09:29:16.009Z] abc11f145367: Preparing [2024-08-07T09:29:16.009Z] cb7ba920a49b: Preparing [2024-08-07T09:29:16.009Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:16.009Z] 4352e4e348a4: Preparing [2024-08-07T09:29:16.009Z] ce7f800efff9: Preparing [2024-08-07T09:29:16.009Z] 4352e4e348a4: Waiting [2024-08-07T09:29:16.009Z] ce7f800efff9: Waiting [2024-08-07T09:29:16.009Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:16.009Z] abc11f145367: Layer already exists [2024-08-07T09:29:16.009Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:16.009Z] 7b4708146fe1: Layer already exists [2024-08-07T09:29:16.009Z] d2f4476199a3: Layer already exists [2024-08-07T09:29:16.009Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:16.009Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:16.009Z] main: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:16.073Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:16.093Z] taggedImages: [2024-08-07T09:29:16.093Z] - nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:16.093Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-07T09:29:16.093Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.47 [2024-08-07T09:29:16.093Z] - nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:16.093Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-07T09:29:16.120Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-07T09:29:16.120Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:16.120Z] latest [2024-08-07T09:29:16.120Z] 3.2.0-dev.47 [2024-08-07T09:29:16.120Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:16.120Z] main [2024-08-07T09:29:16.120Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:16.463Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:16.790Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:16.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T09:29:16.790Z] 8063639f92f3: Preparing [2024-08-07T09:29:16.790Z] d393ce2caa2a: Preparing [2024-08-07T09:29:16.790Z] 1bc7dcfa761b: Preparing [2024-08-07T09:29:16.790Z] ad7655b55e66: Preparing [2024-08-07T09:29:16.790Z] abc11f145367: Preparing [2024-08-07T09:29:16.790Z] cb7ba920a49b: Preparing [2024-08-07T09:29:16.790Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:16.790Z] 4352e4e348a4: Preparing [2024-08-07T09:29:16.790Z] ce7f800efff9: Preparing [2024-08-07T09:29:16.790Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:16.790Z] cb7ba920a49b: Waiting [2024-08-07T09:29:16.790Z] 4352e4e348a4: Waiting [2024-08-07T09:29:16.791Z] ce7f800efff9: Waiting [2024-08-07T09:29:16.791Z] abc11f145367: Layer already exists [2024-08-07T09:29:16.791Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:16.791Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:16.791Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:16.791Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:16.791Z] 1bc7dcfa761b: Pushed [2024-08-07T09:29:16.791Z] d393ce2caa2a: Pushed [2024-08-07T09:29:16.791Z] 8063639f92f3: Pushed [2024-08-07T09:29:17.727Z] ad7655b55e66: Pushed [2024-08-07T09:29:17.727Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:18.211Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:18.536Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-07T09:29:18.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T09:29:18.536Z] 8063639f92f3: Preparing [2024-08-07T09:29:18.536Z] d393ce2caa2a: Preparing [2024-08-07T09:29:18.536Z] 1bc7dcfa761b: Preparing [2024-08-07T09:29:18.536Z] ad7655b55e66: Preparing [2024-08-07T09:29:18.536Z] abc11f145367: Preparing [2024-08-07T09:29:18.536Z] cb7ba920a49b: Preparing [2024-08-07T09:29:18.536Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:18.536Z] 4352e4e348a4: Preparing [2024-08-07T09:29:18.536Z] ce7f800efff9: Preparing [2024-08-07T09:29:18.536Z] 4352e4e348a4: Waiting [2024-08-07T09:29:18.536Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:18.536Z] cb7ba920a49b: Waiting [2024-08-07T09:29:18.536Z] ce7f800efff9: Waiting [2024-08-07T09:29:18.536Z] d393ce2caa2a: Layer already exists [2024-08-07T09:29:18.536Z] abc11f145367: Layer already exists [2024-08-07T09:29:18.536Z] 8063639f92f3: Layer already exists [2024-08-07T09:29:18.536Z] ad7655b55e66: Layer already exists [2024-08-07T09:29:18.536Z] 1bc7dcfa761b: Layer already exists [2024-08-07T09:29:18.536Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:18.536Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:18.536Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:18.536Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:18.536Z] latest: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:18.858Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:19.178Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.47 [2024-08-07T09:29:19.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T09:29:19.179Z] 8063639f92f3: Preparing [2024-08-07T09:29:19.179Z] d393ce2caa2a: Preparing [2024-08-07T09:29:19.179Z] 1bc7dcfa761b: Preparing [2024-08-07T09:29:19.179Z] ad7655b55e66: Preparing [2024-08-07T09:29:19.179Z] abc11f145367: Preparing [2024-08-07T09:29:19.179Z] cb7ba920a49b: Preparing [2024-08-07T09:29:19.179Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:19.179Z] 4352e4e348a4: Preparing [2024-08-07T09:29:19.179Z] ce7f800efff9: Preparing [2024-08-07T09:29:19.179Z] cb7ba920a49b: Waiting [2024-08-07T09:29:19.179Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:19.179Z] 4352e4e348a4: Waiting [2024-08-07T09:29:19.179Z] ce7f800efff9: Waiting [2024-08-07T09:29:19.179Z] 1bc7dcfa761b: Layer already exists [2024-08-07T09:29:19.179Z] d393ce2caa2a: Layer already exists [2024-08-07T09:29:19.179Z] ad7655b55e66: Layer already exists [2024-08-07T09:29:19.179Z] abc11f145367: Layer already exists [2024-08-07T09:29:19.179Z] 8063639f92f3: Layer already exists [2024-08-07T09:29:19.179Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:19.179Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:19.179Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:19.179Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:19.179Z] 3.2.0-dev.47: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:19.501Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:19.824Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:19.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T09:29:19.824Z] 8063639f92f3: Preparing [2024-08-07T09:29:19.824Z] d393ce2caa2a: Preparing [2024-08-07T09:29:19.824Z] 1bc7dcfa761b: Preparing [2024-08-07T09:29:19.824Z] ad7655b55e66: Preparing [2024-08-07T09:29:19.824Z] abc11f145367: Preparing [2024-08-07T09:29:19.824Z] cb7ba920a49b: Preparing [2024-08-07T09:29:19.824Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:19.824Z] 4352e4e348a4: Preparing [2024-08-07T09:29:19.824Z] ce7f800efff9: Preparing [2024-08-07T09:29:19.824Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:19.824Z] cb7ba920a49b: Waiting [2024-08-07T09:29:19.824Z] 4352e4e348a4: Waiting [2024-08-07T09:29:19.824Z] ce7f800efff9: Waiting [2024-08-07T09:29:19.824Z] 8063639f92f3: Layer already exists [2024-08-07T09:29:19.824Z] abc11f145367: Layer already exists [2024-08-07T09:29:19.824Z] 1bc7dcfa761b: Layer already exists [2024-08-07T09:29:19.824Z] d393ce2caa2a: Layer already exists [2024-08-07T09:29:19.824Z] ad7655b55e66: Layer already exists [2024-08-07T09:29:19.824Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:19.824Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:19.824Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:19.824Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:19.824Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:20.148Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:20.465Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-07T09:29:20.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T09:29:20.465Z] 8063639f92f3: Preparing [2024-08-07T09:29:20.465Z] d393ce2caa2a: Preparing [2024-08-07T09:29:20.465Z] 1bc7dcfa761b: Preparing [2024-08-07T09:29:20.465Z] ad7655b55e66: Preparing [2024-08-07T09:29:20.465Z] abc11f145367: Preparing [2024-08-07T09:29:20.465Z] cb7ba920a49b: Preparing [2024-08-07T09:29:20.465Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:20.465Z] 4352e4e348a4: Preparing [2024-08-07T09:29:20.465Z] ce7f800efff9: Preparing [2024-08-07T09:29:20.465Z] cb7ba920a49b: Waiting [2024-08-07T09:29:20.465Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:20.465Z] 4352e4e348a4: Waiting [2024-08-07T09:29:20.465Z] ce7f800efff9: Waiting [2024-08-07T09:29:20.465Z] 8063639f92f3: Layer already exists [2024-08-07T09:29:20.465Z] ad7655b55e66: Layer already exists [2024-08-07T09:29:20.465Z] d393ce2caa2a: Layer already exists [2024-08-07T09:29:20.465Z] 1bc7dcfa761b: Layer already exists [2024-08-07T09:29:20.465Z] abc11f145367: Layer already exists [2024-08-07T09:29:20.465Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:20.465Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:20.465Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:20.465Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:20.465Z] main: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:20.529Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:20.541Z] taggedImages: [2024-08-07T09:29:20.541Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:20.541Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-07T09:29:20.541Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.47 [2024-08-07T09:29:20.541Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:20.541Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-07T09:29:20.561Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-07T09:29:20.561Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:20.561Z] latest [2024-08-07T09:29:20.561Z] 3.2.0-dev.47 [2024-08-07T09:29:20.561Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:20.561Z] main [2024-08-07T09:29:20.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:20.895Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:21.212Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:21.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T09:29:21.212Z] 8d0302964069: Preparing [2024-08-07T09:29:21.212Z] f4acc35ab52c: Preparing [2024-08-07T09:29:21.212Z] abc11f145367: Preparing [2024-08-07T09:29:21.212Z] cb7ba920a49b: Preparing [2024-08-07T09:29:21.212Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:21.212Z] 178732b6b9ac: Preparing [2024-08-07T09:29:21.212Z] ce7f800efff9: Preparing [2024-08-07T09:29:21.212Z] 178732b6b9ac: Waiting [2024-08-07T09:29:21.212Z] abc11f145367: Layer already exists [2024-08-07T09:29:21.212Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:21.212Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:21.212Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:21.212Z] 8d0302964069: Pushed [2024-08-07T09:29:21.212Z] 178732b6b9ac: Pushed [2024-08-07T09:29:24.501Z] f4acc35ab52c: Pushed [2024-08-07T09:29:24.501Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:24.824Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:25.138Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-07T09:29:25.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T09:29:25.138Z] 8d0302964069: Preparing [2024-08-07T09:29:25.138Z] f4acc35ab52c: Preparing [2024-08-07T09:29:25.138Z] abc11f145367: Preparing [2024-08-07T09:29:25.138Z] cb7ba920a49b: Preparing [2024-08-07T09:29:25.138Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:25.138Z] 178732b6b9ac: Preparing [2024-08-07T09:29:25.138Z] ce7f800efff9: Preparing [2024-08-07T09:29:25.138Z] ce7f800efff9: Waiting [2024-08-07T09:29:25.138Z] 178732b6b9ac: Waiting [2024-08-07T09:29:25.138Z] f4acc35ab52c: Layer already exists [2024-08-07T09:29:25.138Z] 8d0302964069: Layer already exists [2024-08-07T09:29:25.138Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:25.138Z] abc11f145367: Layer already exists [2024-08-07T09:29:25.138Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:25.138Z] 178732b6b9ac: Layer already exists [2024-08-07T09:29:25.138Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:25.138Z] latest: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:25.468Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:25.798Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.47 [2024-08-07T09:29:25.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T09:29:25.798Z] 8d0302964069: Preparing [2024-08-07T09:29:25.798Z] f4acc35ab52c: Preparing [2024-08-07T09:29:25.798Z] abc11f145367: Preparing [2024-08-07T09:29:25.798Z] cb7ba920a49b: Preparing [2024-08-07T09:29:25.798Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:25.798Z] 178732b6b9ac: Preparing [2024-08-07T09:29:25.798Z] ce7f800efff9: Preparing [2024-08-07T09:29:25.798Z] 178732b6b9ac: Waiting [2024-08-07T09:29:25.798Z] ce7f800efff9: Waiting [2024-08-07T09:29:25.798Z] abc11f145367: Layer already exists [2024-08-07T09:29:25.798Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:25.798Z] f4acc35ab52c: Layer already exists [2024-08-07T09:29:25.798Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:25.798Z] 8d0302964069: Layer already exists [2024-08-07T09:29:25.798Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:25.798Z] 178732b6b9ac: Layer already exists [2024-08-07T09:29:25.798Z] 3.2.0-dev.47: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:26.129Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:26.455Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:26.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T09:29:26.455Z] 8d0302964069: Preparing [2024-08-07T09:29:26.455Z] f4acc35ab52c: Preparing [2024-08-07T09:29:26.455Z] abc11f145367: Preparing [2024-08-07T09:29:26.455Z] cb7ba920a49b: Preparing [2024-08-07T09:29:26.455Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:26.455Z] 178732b6b9ac: Preparing [2024-08-07T09:29:26.455Z] ce7f800efff9: Preparing [2024-08-07T09:29:26.455Z] 178732b6b9ac: Waiting [2024-08-07T09:29:26.455Z] ce7f800efff9: Waiting [2024-08-07T09:29:26.455Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:26.455Z] 8d0302964069: Layer already exists [2024-08-07T09:29:26.455Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:26.455Z] f4acc35ab52c: Layer already exists [2024-08-07T09:29:26.455Z] abc11f145367: Layer already exists [2024-08-07T09:29:26.455Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:26.455Z] 178732b6b9ac: Layer already exists [2024-08-07T09:29:26.455Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:26.785Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:27.101Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-07T09:29:27.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T09:29:27.102Z] 8d0302964069: Preparing [2024-08-07T09:29:27.102Z] f4acc35ab52c: Preparing [2024-08-07T09:29:27.102Z] abc11f145367: Preparing [2024-08-07T09:29:27.102Z] cb7ba920a49b: Preparing [2024-08-07T09:29:27.102Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:27.102Z] 178732b6b9ac: Preparing [2024-08-07T09:29:27.102Z] ce7f800efff9: Preparing [2024-08-07T09:29:27.102Z] 178732b6b9ac: Waiting [2024-08-07T09:29:27.102Z] ce7f800efff9: Waiting [2024-08-07T09:29:27.102Z] 8d0302964069: Layer already exists [2024-08-07T09:29:27.102Z] f4acc35ab52c: Layer already exists [2024-08-07T09:29:27.102Z] abc11f145367: Layer already exists [2024-08-07T09:29:27.102Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:27.102Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:27.102Z] 178732b6b9ac: Layer already exists [2024-08-07T09:29:27.102Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:27.102Z] main: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:27.170Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:27.186Z] taggedImages: [2024-08-07T09:29:27.186Z] - nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:27.186Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-07T09:29:27.186Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.47 [2024-08-07T09:29:27.186Z] - nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:27.186Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-07T09:29:27.217Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-07T09:29:27.217Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:27.217Z] latest [2024-08-07T09:29:27.217Z] 3.2.0-dev.47 [2024-08-07T09:29:27.217Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:27.217Z] main [2024-08-07T09:29:27.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:27.553Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:27.876Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:27.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T09:29:27.876Z] 466e93f0c98c: Preparing [2024-08-07T09:29:27.876Z] 5f5872b4578e: Preparing [2024-08-07T09:29:27.876Z] cb7ba920a49b: Preparing [2024-08-07T09:29:27.876Z] 8bbba411a4ec: Preparing [2024-08-07T09:29:27.876Z] 28496a7810ce: Preparing [2024-08-07T09:29:27.876Z] ce7f800efff9: Preparing [2024-08-07T09:29:27.876Z] ce7f800efff9: Waiting [2024-08-07T09:29:27.876Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:27.876Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:27.876Z] 8bbba411a4ec: Pushed [2024-08-07T09:29:27.876Z] 466e93f0c98c: Pushed [2024-08-07T09:29:27.876Z] 28496a7810ce: Pushed [2024-08-07T09:29:28.760Z] #81 ... [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #93 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #93 DONE 96.1s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #82 DONE 93.4s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #92 DONE 87.6s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #117 ... [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #81 DONE 93.3s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #89 DONE 88.6s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #118 [core-keeper builder 7/8] COPY . . [2024-08-07T09:29:28.760Z] #118 ... [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #119 [security-proxy-setup builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #119 DONE 1.5s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #120 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #121 [support-notifications builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #121 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #122 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #122 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #123 [security-bootstrapper builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #123 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #124 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #125 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #126 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #127 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #128 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #129 [support-cron-scheduler builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #129 DONE 1.5s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #130 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #131 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #132 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #133 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #134 [support-scheduler builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #134 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #135 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #135 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #136 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #137 [core-metadata builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #137 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #138 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #139 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #140 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #141 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #141 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #118 [core-keeper builder 7/8] COPY . . [2024-08-07T09:29:28.760Z] #118 DONE 1.4s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #142 [core-command builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #142 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #143 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T09:29:28.760Z] #143 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #144 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T09:29:28.760Z] #144 CACHED [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #117 DONE 1.5s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #145 [core-data builder 6/7] COPY . . [2024-08-07T09:29:28.760Z] #145 DONE 1.5s [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T09:29:28.760Z] #146 ... [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T09:29:28.760Z] #0 3.834 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T09:29:28.760Z] #147 ... [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T09:29:28.760Z] #0 5.675 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T09:29:28.760Z] #148 ... [2024-08-07T09:29:28.760Z] [2024-08-07T09:29:28.760Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T09:29:28.760Z] #146 6.861 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T09:29:30.165Z] #146 ... [2024-08-07T09:29:30.165Z] [2024-08-07T09:29:30.165Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T09:29:30.165Z] #0 6.375 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T09:29:30.165Z] #149 ... [2024-08-07T09:29:30.165Z] [2024-08-07T09:29:30.165Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T09:29:30.165Z] #0 6.672 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T09:29:30.165Z] #150 ... [2024-08-07T09:29:30.165Z] [2024-08-07T09:29:30.165Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T09:29:30.165Z] #0 7.084 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T09:29:30.445Z] #151 ... [2024-08-07T09:29:30.445Z] [2024-08-07T09:29:30.445Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T09:29:30.445Z] #0 7.060 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-07T09:29:30.445Z] #152 ... [2024-08-07T09:29:30.445Z] [2024-08-07T09:29:30.445Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T09:29:30.445Z] #0 6.837 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T09:29:30.712Z] #153 ... [2024-08-07T09:29:30.712Z] [2024-08-07T09:29:30.712Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T09:29:30.712Z] #0 6.147 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T09:29:30.712Z] #154 ... [2024-08-07T09:29:30.712Z] [2024-08-07T09:29:30.712Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T09:29:30.712Z] #0 6.195 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T09:29:30.978Z] #155 ... [2024-08-07T09:29:30.978Z] [2024-08-07T09:29:30.978Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T09:29:30.978Z] #0 5.807 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T09:29:31.160Z] 5f5872b4578e: Pushed [2024-08-07T09:29:31.160Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:31.243Z] #156 ... [2024-08-07T09:29:31.244Z] [2024-08-07T09:29:31.244Z] #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T09:29:31.244Z] #0 7.002 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T09:29:31.244Z] #157 ... [2024-08-07T09:29:31.244Z] [2024-08-07T09:29:31.244Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T09:29:31.244Z] #0 6.647 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T09:29:31.491Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:31.820Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-07T09:29:31.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T09:29:31.820Z] 466e93f0c98c: Preparing [2024-08-07T09:29:31.820Z] 5f5872b4578e: Preparing [2024-08-07T09:29:31.820Z] cb7ba920a49b: Preparing [2024-08-07T09:29:31.820Z] 8bbba411a4ec: Preparing [2024-08-07T09:29:31.820Z] 28496a7810ce: Preparing [2024-08-07T09:29:31.820Z] ce7f800efff9: Preparing [2024-08-07T09:29:31.820Z] ce7f800efff9: Waiting [2024-08-07T09:29:31.820Z] 8bbba411a4ec: Layer already exists [2024-08-07T09:29:31.820Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:31.820Z] 28496a7810ce: Layer already exists [2024-08-07T09:29:31.820Z] 466e93f0c98c: Layer already exists [2024-08-07T09:29:31.820Z] 5f5872b4578e: Layer already exists [2024-08-07T09:29:31.820Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:31.820Z] latest: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:32.146Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:32.468Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.47 [2024-08-07T09:29:32.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T09:29:32.468Z] 466e93f0c98c: Preparing [2024-08-07T09:29:32.468Z] 5f5872b4578e: Preparing [2024-08-07T09:29:32.468Z] cb7ba920a49b: Preparing [2024-08-07T09:29:32.468Z] 8bbba411a4ec: Preparing [2024-08-07T09:29:32.468Z] 28496a7810ce: Preparing [2024-08-07T09:29:32.468Z] ce7f800efff9: Preparing [2024-08-07T09:29:32.468Z] ce7f800efff9: Waiting [2024-08-07T09:29:32.468Z] 5f5872b4578e: Layer already exists [2024-08-07T09:29:32.468Z] 8bbba411a4ec: Layer already exists [2024-08-07T09:29:32.468Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:32.468Z] 28496a7810ce: Layer already exists [2024-08-07T09:29:32.468Z] 466e93f0c98c: Layer already exists [2024-08-07T09:29:32.468Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:32.468Z] 3.2.0-dev.47: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:32.796Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:33.117Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:33.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T09:29:33.117Z] 466e93f0c98c: Preparing [2024-08-07T09:29:33.117Z] 5f5872b4578e: Preparing [2024-08-07T09:29:33.117Z] cb7ba920a49b: Preparing [2024-08-07T09:29:33.117Z] 8bbba411a4ec: Preparing [2024-08-07T09:29:33.117Z] 28496a7810ce: Preparing [2024-08-07T09:29:33.117Z] ce7f800efff9: Preparing [2024-08-07T09:29:33.117Z] ce7f800efff9: Waiting [2024-08-07T09:29:33.117Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:33.117Z] 28496a7810ce: Layer already exists [2024-08-07T09:29:33.117Z] 5f5872b4578e: Layer already exists [2024-08-07T09:29:33.117Z] 466e93f0c98c: Layer already exists [2024-08-07T09:29:33.117Z] 8bbba411a4ec: Layer already exists [2024-08-07T09:29:33.117Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:33.117Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:33.444Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:33.758Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-07T09:29:33.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T09:29:33.758Z] 466e93f0c98c: Preparing [2024-08-07T09:29:33.758Z] 5f5872b4578e: Preparing [2024-08-07T09:29:33.758Z] cb7ba920a49b: Preparing [2024-08-07T09:29:33.758Z] 8bbba411a4ec: Preparing [2024-08-07T09:29:33.758Z] 28496a7810ce: Preparing [2024-08-07T09:29:33.758Z] ce7f800efff9: Preparing [2024-08-07T09:29:33.758Z] 8bbba411a4ec: Layer already exists [2024-08-07T09:29:33.758Z] 28496a7810ce: Layer already exists [2024-08-07T09:29:33.758Z] 5f5872b4578e: Layer already exists [2024-08-07T09:29:33.758Z] 466e93f0c98c: Layer already exists [2024-08-07T09:29:33.758Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:33.758Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:33.758Z] main: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:33.824Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:33.836Z] taggedImages: [2024-08-07T09:29:33.836Z] - nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:33.836Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-07T09:29:33.836Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.47 [2024-08-07T09:29:33.836Z] - nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:33.836Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-07T09:29:33.867Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-07T09:29:33.867Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:33.867Z] latest [2024-08-07T09:29:33.867Z] 3.2.0-dev.47 [2024-08-07T09:29:33.867Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:33.867Z] main [2024-08-07T09:29:33.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:34.210Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:34.524Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:34.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T09:29:34.524Z] 5aa5aee5d7d7: Preparing [2024-08-07T09:29:34.524Z] 14ae05e76a6f: Preparing [2024-08-07T09:29:34.524Z] e03e5e8beb8a: Preparing [2024-08-07T09:29:34.524Z] abc11f145367: Preparing [2024-08-07T09:29:34.524Z] cb7ba920a49b: Preparing [2024-08-07T09:29:34.524Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:34.524Z] 4352e4e348a4: Preparing [2024-08-07T09:29:34.524Z] ce7f800efff9: Preparing [2024-08-07T09:29:34.524Z] 4352e4e348a4: Waiting [2024-08-07T09:29:34.524Z] ce7f800efff9: Waiting [2024-08-07T09:29:34.524Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:34.524Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:34.524Z] abc11f145367: Layer already exists [2024-08-07T09:29:34.524Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:34.524Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:34.524Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:34.524Z] 14ae05e76a6f: Pushed [2024-08-07T09:29:34.524Z] 5aa5aee5d7d7: Pushed [2024-08-07T09:29:38.717Z] e03e5e8beb8a: Pushed [2024-08-07T09:29:38.717Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:39.046Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:39.378Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-07T09:29:39.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T09:29:39.378Z] 5aa5aee5d7d7: Preparing [2024-08-07T09:29:39.378Z] 14ae05e76a6f: Preparing [2024-08-07T09:29:39.378Z] e03e5e8beb8a: Preparing [2024-08-07T09:29:39.378Z] abc11f145367: Preparing [2024-08-07T09:29:39.378Z] cb7ba920a49b: Preparing [2024-08-07T09:29:39.378Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:39.378Z] 4352e4e348a4: Preparing [2024-08-07T09:29:39.378Z] ce7f800efff9: Preparing [2024-08-07T09:29:39.378Z] 4352e4e348a4: Waiting [2024-08-07T09:29:39.378Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:39.378Z] ce7f800efff9: Waiting [2024-08-07T09:29:39.378Z] e03e5e8beb8a: Layer already exists [2024-08-07T09:29:39.378Z] 5aa5aee5d7d7: Layer already exists [2024-08-07T09:29:39.378Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:39.378Z] abc11f145367: Layer already exists [2024-08-07T09:29:39.378Z] 14ae05e76a6f: Layer already exists [2024-08-07T09:29:39.378Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:39.378Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:39.378Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:39.378Z] latest: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:39.704Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:40.030Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.47 [2024-08-07T09:29:40.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T09:29:40.031Z] 5aa5aee5d7d7: Preparing [2024-08-07T09:29:40.031Z] 14ae05e76a6f: Preparing [2024-08-07T09:29:40.031Z] e03e5e8beb8a: Preparing [2024-08-07T09:29:40.031Z] abc11f145367: Preparing [2024-08-07T09:29:40.031Z] cb7ba920a49b: Preparing [2024-08-07T09:29:40.031Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:40.031Z] 4352e4e348a4: Preparing [2024-08-07T09:29:40.031Z] ce7f800efff9: Preparing [2024-08-07T09:29:40.031Z] ce7f800efff9: Waiting [2024-08-07T09:29:40.031Z] 4352e4e348a4: Waiting [2024-08-07T09:29:40.031Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:40.031Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:40.031Z] 14ae05e76a6f: Layer already exists [2024-08-07T09:29:40.031Z] abc11f145367: Layer already exists [2024-08-07T09:29:40.031Z] 5aa5aee5d7d7: Layer already exists [2024-08-07T09:29:40.031Z] e03e5e8beb8a: Layer already exists [2024-08-07T09:29:40.031Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:40.031Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:40.031Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:40.031Z] 3.2.0-dev.47: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:40.353Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:40.679Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:40.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T09:29:40.679Z] 5aa5aee5d7d7: Preparing [2024-08-07T09:29:40.679Z] 14ae05e76a6f: Preparing [2024-08-07T09:29:40.679Z] e03e5e8beb8a: Preparing [2024-08-07T09:29:40.679Z] abc11f145367: Preparing [2024-08-07T09:29:40.679Z] cb7ba920a49b: Preparing [2024-08-07T09:29:40.679Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:40.679Z] 4352e4e348a4: Preparing [2024-08-07T09:29:40.679Z] ce7f800efff9: Preparing [2024-08-07T09:29:40.679Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:40.679Z] 4352e4e348a4: Waiting [2024-08-07T09:29:40.679Z] ce7f800efff9: Waiting [2024-08-07T09:29:40.679Z] 5aa5aee5d7d7: Layer already exists [2024-08-07T09:29:40.679Z] e03e5e8beb8a: Layer already exists [2024-08-07T09:29:40.679Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:40.679Z] 14ae05e76a6f: Layer already exists [2024-08-07T09:29:40.679Z] abc11f145367: Layer already exists [2024-08-07T09:29:40.679Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:40.679Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:40.679Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:40.679Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:41.015Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:41.345Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-07T09:29:41.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T09:29:41.345Z] 5aa5aee5d7d7: Preparing [2024-08-07T09:29:41.345Z] 14ae05e76a6f: Preparing [2024-08-07T09:29:41.345Z] e03e5e8beb8a: Preparing [2024-08-07T09:29:41.345Z] abc11f145367: Preparing [2024-08-07T09:29:41.345Z] cb7ba920a49b: Preparing [2024-08-07T09:29:41.345Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:41.345Z] 4352e4e348a4: Preparing [2024-08-07T09:29:41.345Z] ce7f800efff9: Preparing [2024-08-07T09:29:41.345Z] 4352e4e348a4: Waiting [2024-08-07T09:29:41.345Z] ce7f800efff9: Waiting [2024-08-07T09:29:41.345Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:41.345Z] 5aa5aee5d7d7: Layer already exists [2024-08-07T09:29:41.345Z] 14ae05e76a6f: Layer already exists [2024-08-07T09:29:41.345Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:41.345Z] abc11f145367: Layer already exists [2024-08-07T09:29:41.345Z] e03e5e8beb8a: Layer already exists [2024-08-07T09:29:41.345Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:41.345Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:41.345Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:41.345Z] main: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:41.418Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:41.431Z] taggedImages: [2024-08-07T09:29:41.431Z] - nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:41.431Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-07T09:29:41.431Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.47 [2024-08-07T09:29:41.431Z] - nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:41.431Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-07T09:29:41.464Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-07T09:29:41.464Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:41.464Z] latest [2024-08-07T09:29:41.464Z] 3.2.0-dev.47 [2024-08-07T09:29:41.464Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:41.464Z] main [2024-08-07T09:29:41.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:41.807Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:42.136Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:42.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T09:29:42.136Z] 876fca83b38a: Preparing [2024-08-07T09:29:42.136Z] 97eef593e865: Preparing [2024-08-07T09:29:42.136Z] 628e3322a4ec: Preparing [2024-08-07T09:29:42.136Z] 258f89ccc103: Preparing [2024-08-07T09:29:42.136Z] 343dead94f67: Preparing [2024-08-07T09:29:42.136Z] b18e622de76a: Preparing [2024-08-07T09:29:42.136Z] 4c8f5d726133: Preparing [2024-08-07T09:29:42.136Z] 16e3a8a4dc17: Preparing [2024-08-07T09:29:42.136Z] abc11f145367: Preparing [2024-08-07T09:29:42.136Z] cb7ba920a49b: Preparing [2024-08-07T09:29:42.136Z] 0fd7b07a423c: Preparing [2024-08-07T09:29:42.136Z] df9151aacb48: Preparing [2024-08-07T09:29:42.136Z] 5f70bf18a086: Preparing [2024-08-07T09:29:42.136Z] dc298d003547: Preparing [2024-08-07T09:29:42.136Z] 0abdcaacb7cd: Preparing [2024-08-07T09:29:42.136Z] 8f4c903badd3: Preparing [2024-08-07T09:29:42.136Z] ce7f800efff9: Preparing [2024-08-07T09:29:42.136Z] 5f70bf18a086: Waiting [2024-08-07T09:29:42.136Z] b18e622de76a: Waiting [2024-08-07T09:29:42.136Z] abc11f145367: Waiting [2024-08-07T09:29:42.136Z] df9151aacb48: Waiting [2024-08-07T09:29:42.136Z] cb7ba920a49b: Waiting [2024-08-07T09:29:42.136Z] 4c8f5d726133: Waiting [2024-08-07T09:29:42.136Z] dc298d003547: Waiting [2024-08-07T09:29:42.136Z] 0fd7b07a423c: Waiting [2024-08-07T09:29:42.136Z] 16e3a8a4dc17: Waiting [2024-08-07T09:29:42.136Z] ce7f800efff9: Waiting [2024-08-07T09:29:42.136Z] 0abdcaacb7cd: Waiting [2024-08-07T09:29:42.136Z] 8f4c903badd3: Waiting [2024-08-07T09:29:42.136Z] 876fca83b38a: Pushed [2024-08-07T09:29:42.136Z] 258f89ccc103: Pushed [2024-08-07T09:29:42.136Z] 97eef593e865: Pushed [2024-08-07T09:29:42.136Z] 343dead94f67: Pushed [2024-08-07T09:29:42.136Z] 628e3322a4ec: Pushed [2024-08-07T09:29:42.136Z] b18e622de76a: Pushed [2024-08-07T09:29:42.136Z] abc11f145367: Layer already exists [2024-08-07T09:29:42.136Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:42.396Z] 5f70bf18a086: Layer already exists [2024-08-07T09:29:42.396Z] 4c8f5d726133: Pushed [2024-08-07T09:29:42.396Z] df9151aacb48: Pushed [2024-08-07T09:29:42.396Z] 0fd7b07a423c: Pushed [2024-08-07T09:29:42.396Z] dc298d003547: Pushed [2024-08-07T09:29:42.396Z] 0abdcaacb7cd: Pushed [2024-08-07T09:29:42.396Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:42.396Z] 8f4c903badd3: Pushed [2024-08-07T09:29:43.778Z] 16e3a8a4dc17: Pushed [2024-08-07T09:29:43.778Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:44.106Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:44.430Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-07T09:29:44.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T09:29:44.431Z] 876fca83b38a: Preparing [2024-08-07T09:29:44.431Z] 97eef593e865: Preparing [2024-08-07T09:29:44.431Z] 628e3322a4ec: Preparing [2024-08-07T09:29:44.431Z] 258f89ccc103: Preparing [2024-08-07T09:29:44.431Z] 343dead94f67: Preparing [2024-08-07T09:29:44.431Z] b18e622de76a: Preparing [2024-08-07T09:29:44.431Z] 4c8f5d726133: Preparing [2024-08-07T09:29:44.431Z] 16e3a8a4dc17: Preparing [2024-08-07T09:29:44.431Z] abc11f145367: Preparing [2024-08-07T09:29:44.431Z] b18e622de76a: Waiting [2024-08-07T09:29:44.431Z] 4c8f5d726133: Waiting [2024-08-07T09:29:44.431Z] 16e3a8a4dc17: Waiting [2024-08-07T09:29:44.431Z] abc11f145367: Waiting [2024-08-07T09:29:44.431Z] cb7ba920a49b: Preparing [2024-08-07T09:29:44.431Z] 0fd7b07a423c: Preparing [2024-08-07T09:29:44.431Z] df9151aacb48: Preparing [2024-08-07T09:29:44.431Z] 0fd7b07a423c: Waiting [2024-08-07T09:29:44.431Z] 5f70bf18a086: Preparing [2024-08-07T09:29:44.431Z] dc298d003547: Preparing [2024-08-07T09:29:44.431Z] cb7ba920a49b: Waiting [2024-08-07T09:29:44.431Z] 0abdcaacb7cd: Preparing [2024-08-07T09:29:44.431Z] 8f4c903badd3: Preparing [2024-08-07T09:29:44.431Z] df9151aacb48: Waiting [2024-08-07T09:29:44.431Z] 0abdcaacb7cd: Waiting [2024-08-07T09:29:44.431Z] dc298d003547: Waiting [2024-08-07T09:29:44.431Z] 5f70bf18a086: Waiting [2024-08-07T09:29:44.431Z] ce7f800efff9: Preparing [2024-08-07T09:29:44.431Z] 8f4c903badd3: Waiting [2024-08-07T09:29:44.431Z] ce7f800efff9: Waiting [2024-08-07T09:29:44.431Z] 343dead94f67: Layer already exists [2024-08-07T09:29:44.431Z] 258f89ccc103: Layer already exists [2024-08-07T09:29:44.431Z] 628e3322a4ec: Layer already exists [2024-08-07T09:29:44.431Z] 876fca83b38a: Layer already exists [2024-08-07T09:29:44.431Z] 97eef593e865: Layer already exists [2024-08-07T09:29:44.431Z] abc11f145367: Layer already exists [2024-08-07T09:29:44.431Z] 4c8f5d726133: Layer already exists [2024-08-07T09:29:44.431Z] b18e622de76a: Layer already exists [2024-08-07T09:29:44.431Z] 16e3a8a4dc17: Layer already exists [2024-08-07T09:29:44.431Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:44.431Z] 0fd7b07a423c: Layer already exists [2024-08-07T09:29:44.431Z] 5f70bf18a086: Layer already exists [2024-08-07T09:29:44.431Z] df9151aacb48: Layer already exists [2024-08-07T09:29:44.431Z] dc298d003547: Layer already exists [2024-08-07T09:29:44.431Z] 0abdcaacb7cd: Layer already exists [2024-08-07T09:29:44.431Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:44.431Z] 8f4c903badd3: Layer already exists [2024-08-07T09:29:44.431Z] latest: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:44.758Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:45.081Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.47 [2024-08-07T09:29:45.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T09:29:45.081Z] 876fca83b38a: Preparing [2024-08-07T09:29:45.081Z] 97eef593e865: Preparing [2024-08-07T09:29:45.081Z] 628e3322a4ec: Preparing [2024-08-07T09:29:45.081Z] 258f89ccc103: Preparing [2024-08-07T09:29:45.081Z] 343dead94f67: Preparing [2024-08-07T09:29:45.081Z] b18e622de76a: Preparing [2024-08-07T09:29:45.081Z] 4c8f5d726133: Preparing [2024-08-07T09:29:45.081Z] 16e3a8a4dc17: Preparing [2024-08-07T09:29:45.081Z] abc11f145367: Preparing [2024-08-07T09:29:45.081Z] cb7ba920a49b: Preparing [2024-08-07T09:29:45.081Z] 0fd7b07a423c: Preparing [2024-08-07T09:29:45.081Z] df9151aacb48: Preparing [2024-08-07T09:29:45.081Z] 5f70bf18a086: Preparing [2024-08-07T09:29:45.081Z] dc298d003547: Preparing [2024-08-07T09:29:45.081Z] 0abdcaacb7cd: Preparing [2024-08-07T09:29:45.081Z] 8f4c903badd3: Preparing [2024-08-07T09:29:45.081Z] b18e622de76a: Waiting [2024-08-07T09:29:45.081Z] ce7f800efff9: Preparing [2024-08-07T09:29:45.081Z] 4c8f5d726133: Waiting [2024-08-07T09:29:45.081Z] 16e3a8a4dc17: Waiting [2024-08-07T09:29:45.081Z] abc11f145367: Waiting [2024-08-07T09:29:45.081Z] cb7ba920a49b: Waiting [2024-08-07T09:29:45.081Z] 0fd7b07a423c: Waiting [2024-08-07T09:29:45.081Z] df9151aacb48: Waiting [2024-08-07T09:29:45.081Z] 5f70bf18a086: Waiting [2024-08-07T09:29:45.081Z] dc298d003547: Waiting [2024-08-07T09:29:45.081Z] 0abdcaacb7cd: Waiting [2024-08-07T09:29:45.081Z] 343dead94f67: Layer already exists [2024-08-07T09:29:45.081Z] 876fca83b38a: Layer already exists [2024-08-07T09:29:45.081Z] 258f89ccc103: Layer already exists [2024-08-07T09:29:45.081Z] 97eef593e865: Layer already exists [2024-08-07T09:29:45.081Z] 628e3322a4ec: Layer already exists [2024-08-07T09:29:45.081Z] 16e3a8a4dc17: Layer already exists [2024-08-07T09:29:45.081Z] 4c8f5d726133: Layer already exists [2024-08-07T09:29:45.081Z] b18e622de76a: Layer already exists [2024-08-07T09:29:45.081Z] abc11f145367: Layer already exists [2024-08-07T09:29:45.081Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:45.081Z] 0fd7b07a423c: Layer already exists [2024-08-07T09:29:45.081Z] 0abdcaacb7cd: Layer already exists [2024-08-07T09:29:45.081Z] df9151aacb48: Layer already exists [2024-08-07T09:29:45.081Z] dc298d003547: Layer already exists [2024-08-07T09:29:45.081Z] 5f70bf18a086: Layer already exists [2024-08-07T09:29:45.081Z] 8f4c903badd3: Layer already exists [2024-08-07T09:29:45.081Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:45.081Z] 3.2.0-dev.47: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:45.497Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:45.870Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:45.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T09:29:45.871Z] 876fca83b38a: Preparing [2024-08-07T09:29:45.871Z] 97eef593e865: Preparing [2024-08-07T09:29:45.871Z] 628e3322a4ec: Preparing [2024-08-07T09:29:45.871Z] 258f89ccc103: Preparing [2024-08-07T09:29:45.871Z] 343dead94f67: Preparing [2024-08-07T09:29:45.871Z] b18e622de76a: Preparing [2024-08-07T09:29:45.871Z] 4c8f5d726133: Preparing [2024-08-07T09:29:45.871Z] 16e3a8a4dc17: Preparing [2024-08-07T09:29:45.871Z] abc11f145367: Preparing [2024-08-07T09:29:45.871Z] cb7ba920a49b: Preparing [2024-08-07T09:29:45.871Z] 0fd7b07a423c: Preparing [2024-08-07T09:29:45.871Z] df9151aacb48: Preparing [2024-08-07T09:29:45.871Z] 5f70bf18a086: Preparing [2024-08-07T09:29:45.871Z] dc298d003547: Preparing [2024-08-07T09:29:45.871Z] 0abdcaacb7cd: Preparing [2024-08-07T09:29:45.871Z] 8f4c903badd3: Preparing [2024-08-07T09:29:45.871Z] ce7f800efff9: Preparing [2024-08-07T09:29:45.871Z] b18e622de76a: Waiting [2024-08-07T09:29:45.871Z] 4c8f5d726133: Waiting [2024-08-07T09:29:45.871Z] 16e3a8a4dc17: Waiting [2024-08-07T09:29:45.871Z] cb7ba920a49b: Waiting [2024-08-07T09:29:45.871Z] 0fd7b07a423c: Waiting [2024-08-07T09:29:45.871Z] df9151aacb48: Waiting [2024-08-07T09:29:45.871Z] dc298d003547: Waiting [2024-08-07T09:29:45.871Z] 0abdcaacb7cd: Waiting [2024-08-07T09:29:45.871Z] 5f70bf18a086: Waiting [2024-08-07T09:29:45.871Z] 8f4c903badd3: Waiting [2024-08-07T09:29:45.871Z] ce7f800efff9: Waiting [2024-08-07T09:29:45.871Z] abc11f145367: Waiting [2024-08-07T09:29:45.871Z] 876fca83b38a: Layer already exists [2024-08-07T09:29:45.871Z] 97eef593e865: Layer already exists [2024-08-07T09:29:45.871Z] 343dead94f67: Layer already exists [2024-08-07T09:29:45.871Z] 258f89ccc103: Layer already exists [2024-08-07T09:29:45.871Z] 628e3322a4ec: Layer already exists [2024-08-07T09:29:45.871Z] b18e622de76a: Layer already exists [2024-08-07T09:29:45.871Z] abc11f145367: Layer already exists [2024-08-07T09:29:45.871Z] 16e3a8a4dc17: Layer already exists [2024-08-07T09:29:45.871Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:45.871Z] 0fd7b07a423c: Layer already exists [2024-08-07T09:29:45.871Z] 4c8f5d726133: Layer already exists [2024-08-07T09:29:45.871Z] dc298d003547: Layer already exists [2024-08-07T09:29:45.871Z] 5f70bf18a086: Layer already exists [2024-08-07T09:29:45.871Z] df9151aacb48: Layer already exists [2024-08-07T09:29:45.871Z] 8f4c903badd3: Layer already exists [2024-08-07T09:29:45.871Z] 0abdcaacb7cd: Layer already exists [2024-08-07T09:29:45.871Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:45.871Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:46.246Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:46.567Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-07T09:29:46.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T09:29:46.567Z] 876fca83b38a: Preparing [2024-08-07T09:29:46.567Z] 97eef593e865: Preparing [2024-08-07T09:29:46.567Z] 628e3322a4ec: Preparing [2024-08-07T09:29:46.567Z] 258f89ccc103: Preparing [2024-08-07T09:29:46.567Z] 343dead94f67: Preparing [2024-08-07T09:29:46.567Z] b18e622de76a: Preparing [2024-08-07T09:29:46.567Z] 4c8f5d726133: Preparing [2024-08-07T09:29:46.567Z] 16e3a8a4dc17: Preparing [2024-08-07T09:29:46.567Z] abc11f145367: Preparing [2024-08-07T09:29:46.567Z] cb7ba920a49b: Preparing [2024-08-07T09:29:46.567Z] 0fd7b07a423c: Preparing [2024-08-07T09:29:46.567Z] df9151aacb48: Preparing [2024-08-07T09:29:46.567Z] 5f70bf18a086: Preparing [2024-08-07T09:29:46.567Z] dc298d003547: Preparing [2024-08-07T09:29:46.567Z] 0abdcaacb7cd: Preparing [2024-08-07T09:29:46.567Z] 8f4c903badd3: Preparing [2024-08-07T09:29:46.567Z] ce7f800efff9: Preparing [2024-08-07T09:29:46.567Z] b18e622de76a: Waiting [2024-08-07T09:29:46.567Z] df9151aacb48: Waiting [2024-08-07T09:29:46.567Z] 4c8f5d726133: Waiting [2024-08-07T09:29:46.567Z] 5f70bf18a086: Waiting [2024-08-07T09:29:46.567Z] dc298d003547: Waiting [2024-08-07T09:29:46.567Z] 16e3a8a4dc17: Waiting [2024-08-07T09:29:46.567Z] 0abdcaacb7cd: Waiting [2024-08-07T09:29:46.567Z] abc11f145367: Waiting [2024-08-07T09:29:46.567Z] 8f4c903badd3: Waiting [2024-08-07T09:29:46.567Z] cb7ba920a49b: Waiting [2024-08-07T09:29:46.567Z] ce7f800efff9: Waiting [2024-08-07T09:29:46.567Z] 0fd7b07a423c: Waiting [2024-08-07T09:29:46.567Z] 628e3322a4ec: Layer already exists [2024-08-07T09:29:46.567Z] 97eef593e865: Layer already exists [2024-08-07T09:29:46.567Z] 258f89ccc103: Layer already exists [2024-08-07T09:29:46.567Z] 876fca83b38a: Layer already exists [2024-08-07T09:29:46.567Z] 343dead94f67: Layer already exists [2024-08-07T09:29:46.567Z] 16e3a8a4dc17: Layer already exists [2024-08-07T09:29:46.567Z] b18e622de76a: Layer already exists [2024-08-07T09:29:46.567Z] 4c8f5d726133: Layer already exists [2024-08-07T09:29:46.567Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:46.567Z] abc11f145367: Layer already exists [2024-08-07T09:29:46.567Z] 0fd7b07a423c: Layer already exists [2024-08-07T09:29:46.567Z] 5f70bf18a086: Layer already exists [2024-08-07T09:29:46.567Z] dc298d003547: Layer already exists [2024-08-07T09:29:46.567Z] df9151aacb48: Layer already exists [2024-08-07T09:29:46.567Z] 8f4c903badd3: Layer already exists [2024-08-07T09:29:46.567Z] 0abdcaacb7cd: Layer already exists [2024-08-07T09:29:46.567Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:46.567Z] main: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:46.637Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:46.650Z] taggedImages: [2024-08-07T09:29:46.650Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:46.650Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-07T09:29:46.650Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.47 [2024-08-07T09:29:46.650Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:46.650Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-07T09:29:46.673Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-07T09:29:46.674Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:46.674Z] latest [2024-08-07T09:29:46.674Z] 3.2.0-dev.47 [2024-08-07T09:29:46.674Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:46.674Z] main [2024-08-07T09:29:46.674Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:47.008Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:47.338Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:47.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T09:29:47.338Z] 2f602aa55bec: Preparing [2024-08-07T09:29:47.338Z] 1709a329284d: Preparing [2024-08-07T09:29:47.338Z] d0f122ff2761: Preparing [2024-08-07T09:29:47.338Z] 3c944437df51: Preparing [2024-08-07T09:29:47.338Z] abc11f145367: Preparing [2024-08-07T09:29:47.338Z] cb7ba920a49b: Preparing [2024-08-07T09:29:47.338Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:47.338Z] cb7ba920a49b: Waiting [2024-08-07T09:29:47.338Z] 4352e4e348a4: Preparing [2024-08-07T09:29:47.338Z] ce7f800efff9: Preparing [2024-08-07T09:29:47.338Z] ce7f800efff9: Waiting [2024-08-07T09:29:47.338Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:47.338Z] 4352e4e348a4: Waiting [2024-08-07T09:29:47.338Z] abc11f145367: Layer already exists [2024-08-07T09:29:47.338Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:47.338Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:47.338Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:47.338Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:47.338Z] 2f602aa55bec: Pushed [2024-08-07T09:29:47.338Z] d0f122ff2761: Pushed [2024-08-07T09:29:47.338Z] 1709a329284d: Pushed [2024-08-07T09:29:49.870Z] 3c944437df51: Pushed [2024-08-07T09:29:50.131Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:50.457Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:50.779Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-07T09:29:50.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T09:29:50.779Z] 2f602aa55bec: Preparing [2024-08-07T09:29:50.779Z] 1709a329284d: Preparing [2024-08-07T09:29:50.779Z] d0f122ff2761: Preparing [2024-08-07T09:29:50.779Z] 3c944437df51: Preparing [2024-08-07T09:29:50.779Z] abc11f145367: Preparing [2024-08-07T09:29:50.779Z] cb7ba920a49b: Preparing [2024-08-07T09:29:50.779Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:50.779Z] 4352e4e348a4: Preparing [2024-08-07T09:29:50.779Z] ce7f800efff9: Preparing [2024-08-07T09:29:50.779Z] cb7ba920a49b: Waiting [2024-08-07T09:29:50.779Z] 4352e4e348a4: Waiting [2024-08-07T09:29:50.779Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:50.779Z] ce7f800efff9: Waiting [2024-08-07T09:29:50.779Z] 1709a329284d: Layer already exists [2024-08-07T09:29:50.779Z] 3c944437df51: Layer already exists [2024-08-07T09:29:50.779Z] d0f122ff2761: Layer already exists [2024-08-07T09:29:50.779Z] 2f602aa55bec: Layer already exists [2024-08-07T09:29:50.779Z] abc11f145367: Layer already exists [2024-08-07T09:29:50.779Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:50.779Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:50.779Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:50.779Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:50.779Z] latest: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:51.099Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:51.428Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.47 [2024-08-07T09:29:51.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T09:29:51.428Z] 2f602aa55bec: Preparing [2024-08-07T09:29:51.428Z] 1709a329284d: Preparing [2024-08-07T09:29:51.428Z] d0f122ff2761: Preparing [2024-08-07T09:29:51.428Z] 3c944437df51: Preparing [2024-08-07T09:29:51.428Z] abc11f145367: Preparing [2024-08-07T09:29:51.428Z] cb7ba920a49b: Preparing [2024-08-07T09:29:51.428Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:51.428Z] 4352e4e348a4: Preparing [2024-08-07T09:29:51.428Z] ce7f800efff9: Preparing [2024-08-07T09:29:51.428Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:51.428Z] cb7ba920a49b: Waiting [2024-08-07T09:29:51.428Z] 4352e4e348a4: Waiting [2024-08-07T09:29:51.428Z] ce7f800efff9: Waiting [2024-08-07T09:29:51.428Z] d0f122ff2761: Layer already exists [2024-08-07T09:29:51.428Z] 2f602aa55bec: Layer already exists [2024-08-07T09:29:51.428Z] 1709a329284d: Layer already exists [2024-08-07T09:29:51.428Z] 3c944437df51: Layer already exists [2024-08-07T09:29:51.428Z] abc11f145367: Layer already exists [2024-08-07T09:29:51.428Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:51.428Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:51.428Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:51.428Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:51.428Z] 3.2.0-dev.47: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:51.743Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:52.065Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:52.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T09:29:52.065Z] 2f602aa55bec: Preparing [2024-08-07T09:29:52.065Z] 1709a329284d: Preparing [2024-08-07T09:29:52.065Z] d0f122ff2761: Preparing [2024-08-07T09:29:52.065Z] 3c944437df51: Preparing [2024-08-07T09:29:52.065Z] abc11f145367: Preparing [2024-08-07T09:29:52.065Z] cb7ba920a49b: Preparing [2024-08-07T09:29:52.065Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:52.065Z] 4352e4e348a4: Preparing [2024-08-07T09:29:52.065Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:52.065Z] ce7f800efff9: Preparing [2024-08-07T09:29:52.065Z] 4352e4e348a4: Waiting [2024-08-07T09:29:52.065Z] ce7f800efff9: Waiting [2024-08-07T09:29:52.065Z] 1709a329284d: Layer already exists [2024-08-07T09:29:52.065Z] d0f122ff2761: Layer already exists [2024-08-07T09:29:52.065Z] 2f602aa55bec: Layer already exists [2024-08-07T09:29:52.065Z] abc11f145367: Layer already exists [2024-08-07T09:29:52.065Z] 3c944437df51: Layer already exists [2024-08-07T09:29:52.065Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:52.065Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:52.065Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:52.065Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:52.065Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:52.403Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:52.729Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-07T09:29:52.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T09:29:52.729Z] 2f602aa55bec: Preparing [2024-08-07T09:29:52.729Z] 1709a329284d: Preparing [2024-08-07T09:29:52.729Z] d0f122ff2761: Preparing [2024-08-07T09:29:52.729Z] 3c944437df51: Preparing [2024-08-07T09:29:52.729Z] abc11f145367: Preparing [2024-08-07T09:29:52.729Z] cb7ba920a49b: Preparing [2024-08-07T09:29:52.729Z] 7241d4fb73e8: Preparing [2024-08-07T09:29:52.729Z] 4352e4e348a4: Preparing [2024-08-07T09:29:52.729Z] ce7f800efff9: Preparing [2024-08-07T09:29:52.729Z] ce7f800efff9: Waiting [2024-08-07T09:29:52.729Z] 7241d4fb73e8: Waiting [2024-08-07T09:29:52.729Z] 4352e4e348a4: Waiting [2024-08-07T09:29:52.729Z] cb7ba920a49b: Waiting [2024-08-07T09:29:52.729Z] 1709a329284d: Layer already exists [2024-08-07T09:29:52.729Z] abc11f145367: Layer already exists [2024-08-07T09:29:52.729Z] 3c944437df51: Layer already exists [2024-08-07T09:29:52.729Z] 2f602aa55bec: Layer already exists [2024-08-07T09:29:52.729Z] d0f122ff2761: Layer already exists [2024-08-07T09:29:52.729Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:52.729Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:29:52.729Z] 4352e4e348a4: Layer already exists [2024-08-07T09:29:52.729Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:52.729Z] main: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:52.809Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:52.825Z] taggedImages: [2024-08-07T09:29:52.825Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:52.825Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-07T09:29:52.825Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.47 [2024-08-07T09:29:52.825Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:52.825Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-07T09:29:52.852Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-07T09:29:52.852Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:52.852Z] latest [2024-08-07T09:29:52.852Z] 3.2.0-dev.47 [2024-08-07T09:29:52.852Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:52.852Z] main [2024-08-07T09:29:52.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:53.185Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:53.510Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:53.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T09:29:53.510Z] 8b28a3356e85: Preparing [2024-08-07T09:29:53.510Z] ff95b5e1d98e: Preparing [2024-08-07T09:29:53.510Z] dcac8c4d628d: Preparing [2024-08-07T09:29:53.510Z] 782798a0494d: Preparing [2024-08-07T09:29:53.510Z] a3fc8da313ca: Preparing [2024-08-07T09:29:53.510Z] abc11f145367: Preparing [2024-08-07T09:29:53.510Z] cb7ba920a49b: Preparing [2024-08-07T09:29:53.510Z] 896159aa1049: Preparing [2024-08-07T09:29:53.510Z] e6052a627314: Preparing [2024-08-07T09:29:53.510Z] 3354464cf0d7: Preparing [2024-08-07T09:29:53.510Z] ce7f800efff9: Preparing [2024-08-07T09:29:53.510Z] abc11f145367: Waiting [2024-08-07T09:29:53.510Z] cb7ba920a49b: Waiting [2024-08-07T09:29:53.510Z] 896159aa1049: Waiting [2024-08-07T09:29:53.510Z] 3354464cf0d7: Waiting [2024-08-07T09:29:53.510Z] ce7f800efff9: Waiting [2024-08-07T09:29:53.510Z] e6052a627314: Waiting [2024-08-07T09:29:53.510Z] 8b28a3356e85: Pushed [2024-08-07T09:29:53.510Z] 782798a0494d: Pushed [2024-08-07T09:29:53.510Z] a3fc8da313ca: Pushed [2024-08-07T09:29:53.510Z] ff95b5e1d98e: Pushed [2024-08-07T09:29:53.510Z] abc11f145367: Layer already exists [2024-08-07T09:29:53.510Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:53.510Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:53.769Z] 896159aa1049: Pushed [2024-08-07T09:29:53.769Z] e6052a627314: Pushed [2024-08-07T09:29:54.706Z] dcac8c4d628d: Pushed [2024-08-07T09:29:54.965Z] 3354464cf0d7: Pushed [2024-08-07T09:29:54.965Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:55.291Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:55.619Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-07T09:29:55.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T09:29:55.619Z] 8b28a3356e85: Preparing [2024-08-07T09:29:55.619Z] ff95b5e1d98e: Preparing [2024-08-07T09:29:55.619Z] dcac8c4d628d: Preparing [2024-08-07T09:29:55.619Z] 782798a0494d: Preparing [2024-08-07T09:29:55.619Z] a3fc8da313ca: Preparing [2024-08-07T09:29:55.619Z] abc11f145367: Preparing [2024-08-07T09:29:55.619Z] cb7ba920a49b: Preparing [2024-08-07T09:29:55.619Z] 896159aa1049: Preparing [2024-08-07T09:29:55.619Z] e6052a627314: Preparing [2024-08-07T09:29:55.619Z] 3354464cf0d7: Preparing [2024-08-07T09:29:55.619Z] ce7f800efff9: Preparing [2024-08-07T09:29:55.619Z] abc11f145367: Waiting [2024-08-07T09:29:55.619Z] cb7ba920a49b: Waiting [2024-08-07T09:29:55.619Z] 896159aa1049: Waiting [2024-08-07T09:29:55.619Z] e6052a627314: Waiting [2024-08-07T09:29:55.619Z] 3354464cf0d7: Waiting [2024-08-07T09:29:55.619Z] ce7f800efff9: Waiting [2024-08-07T09:29:55.619Z] ff95b5e1d98e: Layer already exists [2024-08-07T09:29:55.619Z] 8b28a3356e85: Layer already exists [2024-08-07T09:29:55.619Z] a3fc8da313ca: Layer already exists [2024-08-07T09:29:55.619Z] 782798a0494d: Layer already exists [2024-08-07T09:29:55.619Z] dcac8c4d628d: Layer already exists [2024-08-07T09:29:55.619Z] 896159aa1049: Layer already exists [2024-08-07T09:29:55.619Z] abc11f145367: Layer already exists [2024-08-07T09:29:55.619Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:55.619Z] e6052a627314: Layer already exists [2024-08-07T09:29:55.619Z] 3354464cf0d7: Layer already exists [2024-08-07T09:29:55.619Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:55.619Z] latest: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:55.941Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:56.263Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.47 [2024-08-07T09:29:56.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T09:29:56.263Z] 8b28a3356e85: Preparing [2024-08-07T09:29:56.263Z] ff95b5e1d98e: Preparing [2024-08-07T09:29:56.263Z] dcac8c4d628d: Preparing [2024-08-07T09:29:56.263Z] 782798a0494d: Preparing [2024-08-07T09:29:56.263Z] a3fc8da313ca: Preparing [2024-08-07T09:29:56.263Z] abc11f145367: Preparing [2024-08-07T09:29:56.263Z] cb7ba920a49b: Preparing [2024-08-07T09:29:56.263Z] 896159aa1049: Preparing [2024-08-07T09:29:56.263Z] e6052a627314: Preparing [2024-08-07T09:29:56.263Z] 3354464cf0d7: Preparing [2024-08-07T09:29:56.263Z] ce7f800efff9: Preparing [2024-08-07T09:29:56.263Z] 896159aa1049: Waiting [2024-08-07T09:29:56.263Z] abc11f145367: Waiting [2024-08-07T09:29:56.263Z] e6052a627314: Waiting [2024-08-07T09:29:56.263Z] 3354464cf0d7: Waiting [2024-08-07T09:29:56.263Z] ce7f800efff9: Waiting [2024-08-07T09:29:56.263Z] cb7ba920a49b: Waiting [2024-08-07T09:29:56.263Z] 8b28a3356e85: Layer already exists [2024-08-07T09:29:56.263Z] a3fc8da313ca: Layer already exists [2024-08-07T09:29:56.263Z] ff95b5e1d98e: Layer already exists [2024-08-07T09:29:56.263Z] 782798a0494d: Layer already exists [2024-08-07T09:29:56.263Z] dcac8c4d628d: Layer already exists [2024-08-07T09:29:56.263Z] abc11f145367: Layer already exists [2024-08-07T09:29:56.263Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:56.263Z] e6052a627314: Layer already exists [2024-08-07T09:29:56.263Z] 3354464cf0d7: Layer already exists [2024-08-07T09:29:56.263Z] 896159aa1049: Layer already exists [2024-08-07T09:29:56.263Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:56.263Z] 3.2.0-dev.47: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:56.590Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:56.909Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:56.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T09:29:56.909Z] 8b28a3356e85: Preparing [2024-08-07T09:29:56.909Z] ff95b5e1d98e: Preparing [2024-08-07T09:29:56.909Z] dcac8c4d628d: Preparing [2024-08-07T09:29:56.909Z] 782798a0494d: Preparing [2024-08-07T09:29:56.909Z] a3fc8da313ca: Preparing [2024-08-07T09:29:56.909Z] abc11f145367: Preparing [2024-08-07T09:29:56.909Z] cb7ba920a49b: Preparing [2024-08-07T09:29:56.909Z] 896159aa1049: Preparing [2024-08-07T09:29:56.909Z] e6052a627314: Preparing [2024-08-07T09:29:56.909Z] 3354464cf0d7: Preparing [2024-08-07T09:29:56.909Z] ce7f800efff9: Preparing [2024-08-07T09:29:56.909Z] cb7ba920a49b: Waiting [2024-08-07T09:29:56.909Z] 896159aa1049: Waiting [2024-08-07T09:29:56.909Z] e6052a627314: Waiting [2024-08-07T09:29:56.909Z] ce7f800efff9: Waiting [2024-08-07T09:29:56.909Z] 3354464cf0d7: Waiting [2024-08-07T09:29:56.909Z] abc11f145367: Waiting [2024-08-07T09:29:56.909Z] dcac8c4d628d: Layer already exists [2024-08-07T09:29:56.909Z] 782798a0494d: Layer already exists [2024-08-07T09:29:56.909Z] a3fc8da313ca: Layer already exists [2024-08-07T09:29:56.909Z] 8b28a3356e85: Layer already exists [2024-08-07T09:29:56.909Z] ff95b5e1d98e: Layer already exists [2024-08-07T09:29:56.909Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:56.909Z] 896159aa1049: Layer already exists [2024-08-07T09:29:56.909Z] e6052a627314: Layer already exists [2024-08-07T09:29:56.909Z] 3354464cf0d7: Layer already exists [2024-08-07T09:29:56.909Z] abc11f145367: Layer already exists [2024-08-07T09:29:56.909Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:56.909Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:57.235Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:57.564Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-07T09:29:57.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T09:29:57.564Z] 8b28a3356e85: Preparing [2024-08-07T09:29:57.564Z] ff95b5e1d98e: Preparing [2024-08-07T09:29:57.564Z] dcac8c4d628d: Preparing [2024-08-07T09:29:57.564Z] 782798a0494d: Preparing [2024-08-07T09:29:57.564Z] a3fc8da313ca: Preparing [2024-08-07T09:29:57.564Z] abc11f145367: Preparing [2024-08-07T09:29:57.564Z] cb7ba920a49b: Preparing [2024-08-07T09:29:57.564Z] 896159aa1049: Preparing [2024-08-07T09:29:57.564Z] e6052a627314: Preparing [2024-08-07T09:29:57.564Z] 3354464cf0d7: Preparing [2024-08-07T09:29:57.564Z] ce7f800efff9: Preparing [2024-08-07T09:29:57.564Z] cb7ba920a49b: Waiting [2024-08-07T09:29:57.564Z] 896159aa1049: Waiting [2024-08-07T09:29:57.564Z] e6052a627314: Waiting [2024-08-07T09:29:57.564Z] 3354464cf0d7: Waiting [2024-08-07T09:29:57.564Z] ce7f800efff9: Waiting [2024-08-07T09:29:57.564Z] abc11f145367: Waiting [2024-08-07T09:29:57.564Z] a3fc8da313ca: Layer already exists [2024-08-07T09:29:57.564Z] ff95b5e1d98e: Layer already exists [2024-08-07T09:29:57.564Z] 8b28a3356e85: Layer already exists [2024-08-07T09:29:57.564Z] dcac8c4d628d: Layer already exists [2024-08-07T09:29:57.564Z] 782798a0494d: Layer already exists [2024-08-07T09:29:57.564Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:57.564Z] 3354464cf0d7: Layer already exists [2024-08-07T09:29:57.564Z] abc11f145367: Layer already exists [2024-08-07T09:29:57.564Z] 896159aa1049: Layer already exists [2024-08-07T09:29:57.564Z] e6052a627314: Layer already exists [2024-08-07T09:29:57.564Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:57.564Z] main: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:29:57.640Z] ===================================================== [Pipeline] echo [2024-08-07T09:29:57.656Z] taggedImages: [2024-08-07T09:29:57.656Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:57.656Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-07T09:29:57.656Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.47 [2024-08-07T09:29:57.656Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:57.656Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-07T09:29:57.679Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-07T09:29:57.679Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:57.679Z] latest [2024-08-07T09:29:57.679Z] 3.2.0-dev.47 [2024-08-07T09:29:57.679Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:29:57.679Z] main [2024-08-07T09:29:57.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:58.024Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:29:58.348Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:29:58.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T09:29:58.348Z] ed243a301b63: Preparing [2024-08-07T09:29:58.348Z] 12203273aa39: Preparing [2024-08-07T09:29:58.348Z] 64b8aaad4f9b: Preparing [2024-08-07T09:29:58.348Z] 75b786236020: Preparing [2024-08-07T09:29:58.348Z] 2ac6a70017c7: Preparing [2024-08-07T09:29:58.348Z] f14417fcec5f: Preparing [2024-08-07T09:29:58.348Z] d6753d0930e5: Preparing [2024-08-07T09:29:58.348Z] abc11f145367: Preparing [2024-08-07T09:29:58.348Z] cb7ba920a49b: Preparing [2024-08-07T09:29:58.348Z] e36744b447df: Preparing [2024-08-07T09:29:58.348Z] 1eecfe4bc7d7: Preparing [2024-08-07T09:29:58.348Z] ce7f800efff9: Preparing [2024-08-07T09:29:58.348Z] d6753d0930e5: Waiting [2024-08-07T09:29:58.348Z] abc11f145367: Waiting [2024-08-07T09:29:58.348Z] cb7ba920a49b: Waiting [2024-08-07T09:29:58.348Z] f14417fcec5f: Waiting [2024-08-07T09:29:58.348Z] e36744b447df: Waiting [2024-08-07T09:29:58.348Z] 1eecfe4bc7d7: Waiting [2024-08-07T09:29:58.348Z] ce7f800efff9: Waiting [2024-08-07T09:29:58.348Z] 2ac6a70017c7: Pushed [2024-08-07T09:29:58.348Z] 12203273aa39: Pushed [2024-08-07T09:29:58.348Z] ed243a301b63: Pushed [2024-08-07T09:29:58.348Z] abc11f145367: Layer already exists [2024-08-07T09:29:58.348Z] cb7ba920a49b: Layer already exists [2024-08-07T09:29:58.348Z] f14417fcec5f: Pushed [2024-08-07T09:29:58.348Z] d6753d0930e5: Pushed [2024-08-07T09:29:58.607Z] ce7f800efff9: Layer already exists [2024-08-07T09:29:58.607Z] e36744b447df: Pushed [2024-08-07T09:29:59.543Z] 75b786236020: Pushed [2024-08-07T09:29:59.543Z] 64b8aaad4f9b: Pushed [2024-08-07T09:29:59.802Z] 1eecfe4bc7d7: Pushed [2024-08-07T09:29:59.802Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:00.139Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:00.465Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-07T09:30:00.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T09:30:00.465Z] ed243a301b63: Preparing [2024-08-07T09:30:00.465Z] 12203273aa39: Preparing [2024-08-07T09:30:00.465Z] 64b8aaad4f9b: Preparing [2024-08-07T09:30:00.465Z] 75b786236020: Preparing [2024-08-07T09:30:00.465Z] 2ac6a70017c7: Preparing [2024-08-07T09:30:00.465Z] f14417fcec5f: Preparing [2024-08-07T09:30:00.465Z] d6753d0930e5: Preparing [2024-08-07T09:30:00.465Z] abc11f145367: Preparing [2024-08-07T09:30:00.465Z] cb7ba920a49b: Preparing [2024-08-07T09:30:00.465Z] e36744b447df: Preparing [2024-08-07T09:30:00.465Z] 1eecfe4bc7d7: Preparing [2024-08-07T09:30:00.465Z] ce7f800efff9: Preparing [2024-08-07T09:30:00.465Z] cb7ba920a49b: Waiting [2024-08-07T09:30:00.465Z] e36744b447df: Waiting [2024-08-07T09:30:00.465Z] d6753d0930e5: Waiting [2024-08-07T09:30:00.465Z] f14417fcec5f: Waiting [2024-08-07T09:30:00.465Z] abc11f145367: Waiting [2024-08-07T09:30:00.465Z] ce7f800efff9: Waiting [2024-08-07T09:30:00.465Z] ed243a301b63: Layer already exists [2024-08-07T09:30:00.465Z] 12203273aa39: Layer already exists [2024-08-07T09:30:00.465Z] 64b8aaad4f9b: Layer already exists [2024-08-07T09:30:00.465Z] 2ac6a70017c7: Layer already exists [2024-08-07T09:30:00.465Z] 75b786236020: Layer already exists [2024-08-07T09:30:00.465Z] f14417fcec5f: Layer already exists [2024-08-07T09:30:00.465Z] d6753d0930e5: Layer already exists [2024-08-07T09:30:00.465Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:00.465Z] abc11f145367: Layer already exists [2024-08-07T09:30:00.465Z] e36744b447df: Layer already exists [2024-08-07T09:30:00.465Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:00.466Z] 1eecfe4bc7d7: Layer already exists [2024-08-07T09:30:00.466Z] latest: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:00.782Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:01.112Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.47 [2024-08-07T09:30:01.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T09:30:01.112Z] ed243a301b63: Preparing [2024-08-07T09:30:01.112Z] 12203273aa39: Preparing [2024-08-07T09:30:01.112Z] 64b8aaad4f9b: Preparing [2024-08-07T09:30:01.112Z] 75b786236020: Preparing [2024-08-07T09:30:01.112Z] 2ac6a70017c7: Preparing [2024-08-07T09:30:01.112Z] f14417fcec5f: Preparing [2024-08-07T09:30:01.112Z] d6753d0930e5: Preparing [2024-08-07T09:30:01.112Z] abc11f145367: Preparing [2024-08-07T09:30:01.112Z] cb7ba920a49b: Preparing [2024-08-07T09:30:01.112Z] e36744b447df: Preparing [2024-08-07T09:30:01.112Z] 1eecfe4bc7d7: Preparing [2024-08-07T09:30:01.112Z] ce7f800efff9: Preparing [2024-08-07T09:30:01.112Z] abc11f145367: Waiting [2024-08-07T09:30:01.112Z] cb7ba920a49b: Waiting [2024-08-07T09:30:01.112Z] e36744b447df: Waiting [2024-08-07T09:30:01.112Z] d6753d0930e5: Waiting [2024-08-07T09:30:01.112Z] 1eecfe4bc7d7: Waiting [2024-08-07T09:30:01.112Z] ce7f800efff9: Waiting [2024-08-07T09:30:01.112Z] 75b786236020: Layer already exists [2024-08-07T09:30:01.112Z] 2ac6a70017c7: Layer already exists [2024-08-07T09:30:01.112Z] 64b8aaad4f9b: Layer already exists [2024-08-07T09:30:01.112Z] ed243a301b63: Layer already exists [2024-08-07T09:30:01.112Z] 12203273aa39: Layer already exists [2024-08-07T09:30:01.112Z] d6753d0930e5: Layer already exists [2024-08-07T09:30:01.112Z] f14417fcec5f: Layer already exists [2024-08-07T09:30:01.112Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:01.112Z] abc11f145367: Layer already exists [2024-08-07T09:30:01.112Z] e36744b447df: Layer already exists [2024-08-07T09:30:01.112Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:01.112Z] 1eecfe4bc7d7: Layer already exists [2024-08-07T09:30:01.112Z] 3.2.0-dev.47: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:01.446Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:01.764Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:01.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T09:30:01.764Z] ed243a301b63: Preparing [2024-08-07T09:30:01.764Z] 12203273aa39: Preparing [2024-08-07T09:30:01.764Z] 64b8aaad4f9b: Preparing [2024-08-07T09:30:01.764Z] 75b786236020: Preparing [2024-08-07T09:30:01.764Z] 2ac6a70017c7: Preparing [2024-08-07T09:30:01.764Z] f14417fcec5f: Preparing [2024-08-07T09:30:01.764Z] d6753d0930e5: Preparing [2024-08-07T09:30:01.764Z] abc11f145367: Preparing [2024-08-07T09:30:01.764Z] cb7ba920a49b: Preparing [2024-08-07T09:30:01.764Z] e36744b447df: Preparing [2024-08-07T09:30:01.764Z] 1eecfe4bc7d7: Preparing [2024-08-07T09:30:01.764Z] ce7f800efff9: Preparing [2024-08-07T09:30:01.764Z] e36744b447df: Waiting [2024-08-07T09:30:01.764Z] d6753d0930e5: Waiting [2024-08-07T09:30:01.764Z] abc11f145367: Waiting [2024-08-07T09:30:01.764Z] 1eecfe4bc7d7: Waiting [2024-08-07T09:30:01.764Z] ce7f800efff9: Waiting [2024-08-07T09:30:01.764Z] f14417fcec5f: Waiting [2024-08-07T09:30:01.764Z] 2ac6a70017c7: Layer already exists [2024-08-07T09:30:01.764Z] 75b786236020: Layer already exists [2024-08-07T09:30:01.764Z] 64b8aaad4f9b: Layer already exists [2024-08-07T09:30:01.764Z] ed243a301b63: Layer already exists [2024-08-07T09:30:01.764Z] 12203273aa39: Layer already exists [2024-08-07T09:30:01.764Z] abc11f145367: Layer already exists [2024-08-07T09:30:01.764Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:01.764Z] f14417fcec5f: Layer already exists [2024-08-07T09:30:01.764Z] e36744b447df: Layer already exists [2024-08-07T09:30:01.764Z] d6753d0930e5: Layer already exists [2024-08-07T09:30:01.764Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:01.764Z] 1eecfe4bc7d7: Layer already exists [2024-08-07T09:30:01.764Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:02.097Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:02.419Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-07T09:30:02.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T09:30:02.419Z] ed243a301b63: Preparing [2024-08-07T09:30:02.419Z] 12203273aa39: Preparing [2024-08-07T09:30:02.419Z] 64b8aaad4f9b: Preparing [2024-08-07T09:30:02.419Z] 75b786236020: Preparing [2024-08-07T09:30:02.419Z] 2ac6a70017c7: Preparing [2024-08-07T09:30:02.419Z] f14417fcec5f: Preparing [2024-08-07T09:30:02.419Z] d6753d0930e5: Preparing [2024-08-07T09:30:02.419Z] abc11f145367: Preparing [2024-08-07T09:30:02.419Z] cb7ba920a49b: Preparing [2024-08-07T09:30:02.419Z] e36744b447df: Preparing [2024-08-07T09:30:02.419Z] 1eecfe4bc7d7: Preparing [2024-08-07T09:30:02.419Z] ce7f800efff9: Preparing [2024-08-07T09:30:02.419Z] abc11f145367: Waiting [2024-08-07T09:30:02.419Z] cb7ba920a49b: Waiting [2024-08-07T09:30:02.419Z] 1eecfe4bc7d7: Waiting [2024-08-07T09:30:02.419Z] e36744b447df: Waiting [2024-08-07T09:30:02.419Z] ce7f800efff9: Waiting [2024-08-07T09:30:02.419Z] f14417fcec5f: Waiting [2024-08-07T09:30:02.419Z] d6753d0930e5: Waiting [2024-08-07T09:30:02.419Z] 2ac6a70017c7: Layer already exists [2024-08-07T09:30:02.419Z] 75b786236020: Layer already exists [2024-08-07T09:30:02.419Z] 12203273aa39: Layer already exists [2024-08-07T09:30:02.419Z] ed243a301b63: Layer already exists [2024-08-07T09:30:02.419Z] 64b8aaad4f9b: Layer already exists [2024-08-07T09:30:02.419Z] d6753d0930e5: Layer already exists [2024-08-07T09:30:02.419Z] f14417fcec5f: Layer already exists [2024-08-07T09:30:02.419Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:02.419Z] e36744b447df: Layer already exists [2024-08-07T09:30:02.419Z] abc11f145367: Layer already exists [2024-08-07T09:30:02.419Z] 1eecfe4bc7d7: Layer already exists [2024-08-07T09:30:02.419Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:02.419Z] main: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:30:02.481Z] ===================================================== [Pipeline] echo [2024-08-07T09:30:02.494Z] taggedImages: [2024-08-07T09:30:02.494Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:02.494Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-07T09:30:02.494Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.47 [2024-08-07T09:30:02.494Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:02.494Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-07T09:30:02.517Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-07T09:30:02.517Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:02.517Z] latest [2024-08-07T09:30:02.517Z] 3.2.0-dev.47 [2024-08-07T09:30:02.517Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:02.517Z] main [2024-08-07T09:30:02.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:02.871Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:03.188Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:03.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T09:30:03.188Z] 9cf55247caa1: Preparing [2024-08-07T09:30:03.188Z] dc861bffb638: Preparing [2024-08-07T09:30:03.188Z] abc11f145367: Preparing [2024-08-07T09:30:03.188Z] cb7ba920a49b: Preparing [2024-08-07T09:30:03.188Z] fafc476cd0e8: Preparing [2024-08-07T09:30:03.188Z] 767a311cbb62: Preparing [2024-08-07T09:30:03.188Z] ce7f800efff9: Preparing [2024-08-07T09:30:03.188Z] 767a311cbb62: Waiting [2024-08-07T09:30:03.188Z] ce7f800efff9: Waiting [2024-08-07T09:30:03.188Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:03.188Z] abc11f145367: Layer already exists [2024-08-07T09:30:03.188Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:03.188Z] fafc476cd0e8: Pushed [2024-08-07T09:30:03.188Z] 9cf55247caa1: Pushed [2024-08-07T09:30:04.124Z] 767a311cbb62: Pushed [2024-08-07T09:30:05.062Z] dc861bffb638: Pushed [2024-08-07T09:30:05.062Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:05.391Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:05.707Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-07T09:30:05.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T09:30:05.707Z] 9cf55247caa1: Preparing [2024-08-07T09:30:05.707Z] dc861bffb638: Preparing [2024-08-07T09:30:05.707Z] abc11f145367: Preparing [2024-08-07T09:30:05.707Z] cb7ba920a49b: Preparing [2024-08-07T09:30:05.707Z] fafc476cd0e8: Preparing [2024-08-07T09:30:05.707Z] 767a311cbb62: Preparing [2024-08-07T09:30:05.707Z] ce7f800efff9: Preparing [2024-08-07T09:30:05.707Z] ce7f800efff9: Waiting [2024-08-07T09:30:05.707Z] 767a311cbb62: Waiting [2024-08-07T09:30:05.707Z] 9cf55247caa1: Layer already exists [2024-08-07T09:30:05.707Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:05.707Z] fafc476cd0e8: Layer already exists [2024-08-07T09:30:05.707Z] dc861bffb638: Layer already exists [2024-08-07T09:30:05.707Z] abc11f145367: Layer already exists [2024-08-07T09:30:05.707Z] 767a311cbb62: Layer already exists [2024-08-07T09:30:05.707Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:05.707Z] latest: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:06.037Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:06.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.47 [2024-08-07T09:30:06.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T09:30:06.362Z] 9cf55247caa1: Preparing [2024-08-07T09:30:06.362Z] dc861bffb638: Preparing [2024-08-07T09:30:06.362Z] abc11f145367: Preparing [2024-08-07T09:30:06.362Z] cb7ba920a49b: Preparing [2024-08-07T09:30:06.362Z] fafc476cd0e8: Preparing [2024-08-07T09:30:06.362Z] 767a311cbb62: Preparing [2024-08-07T09:30:06.362Z] ce7f800efff9: Preparing [2024-08-07T09:30:06.362Z] 767a311cbb62: Waiting [2024-08-07T09:30:06.362Z] ce7f800efff9: Waiting [2024-08-07T09:30:06.362Z] fafc476cd0e8: Layer already exists [2024-08-07T09:30:06.362Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:06.362Z] abc11f145367: Layer already exists [2024-08-07T09:30:06.362Z] dc861bffb638: Layer already exists [2024-08-07T09:30:06.362Z] 9cf55247caa1: Layer already exists [2024-08-07T09:30:06.362Z] 767a311cbb62: Layer already exists [2024-08-07T09:30:06.362Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:06.362Z] 3.2.0-dev.47: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:06.689Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:07.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:07.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T09:30:07.015Z] 9cf55247caa1: Preparing [2024-08-07T09:30:07.015Z] dc861bffb638: Preparing [2024-08-07T09:30:07.015Z] abc11f145367: Preparing [2024-08-07T09:30:07.015Z] cb7ba920a49b: Preparing [2024-08-07T09:30:07.015Z] fafc476cd0e8: Preparing [2024-08-07T09:30:07.015Z] 767a311cbb62: Preparing [2024-08-07T09:30:07.015Z] ce7f800efff9: Preparing [2024-08-07T09:30:07.015Z] 767a311cbb62: Waiting [2024-08-07T09:30:07.015Z] ce7f800efff9: Waiting [2024-08-07T09:30:07.015Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:07.015Z] dc861bffb638: Layer already exists [2024-08-07T09:30:07.015Z] fafc476cd0e8: Layer already exists [2024-08-07T09:30:07.015Z] 9cf55247caa1: Layer already exists [2024-08-07T09:30:07.015Z] abc11f145367: Layer already exists [2024-08-07T09:30:07.015Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:07.015Z] 767a311cbb62: Layer already exists [2024-08-07T09:30:07.015Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:07.341Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:07.658Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-07T09:30:07.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T09:30:07.658Z] 9cf55247caa1: Preparing [2024-08-07T09:30:07.658Z] dc861bffb638: Preparing [2024-08-07T09:30:07.658Z] abc11f145367: Preparing [2024-08-07T09:30:07.658Z] cb7ba920a49b: Preparing [2024-08-07T09:30:07.658Z] fafc476cd0e8: Preparing [2024-08-07T09:30:07.658Z] 767a311cbb62: Preparing [2024-08-07T09:30:07.658Z] ce7f800efff9: Preparing [2024-08-07T09:30:07.658Z] 767a311cbb62: Waiting [2024-08-07T09:30:07.658Z] ce7f800efff9: Waiting [2024-08-07T09:30:07.658Z] fafc476cd0e8: Layer already exists [2024-08-07T09:30:07.658Z] 9cf55247caa1: Layer already exists [2024-08-07T09:30:07.658Z] abc11f145367: Layer already exists [2024-08-07T09:30:07.658Z] dc861bffb638: Layer already exists [2024-08-07T09:30:07.658Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:07.658Z] 767a311cbb62: Layer already exists [2024-08-07T09:30:07.658Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:07.658Z] main: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:30:07.726Z] ===================================================== [Pipeline] echo [2024-08-07T09:30:07.741Z] taggedImages: [2024-08-07T09:30:07.741Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:07.741Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-07T09:30:07.741Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.47 [2024-08-07T09:30:07.741Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:07.741Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-07T09:30:07.761Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-07T09:30:07.761Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:07.761Z] latest [2024-08-07T09:30:07.761Z] 3.2.0-dev.47 [2024-08-07T09:30:07.761Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:07.761Z] main [2024-08-07T09:30:07.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:08.096Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:08.417Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:08.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T09:30:08.417Z] ea1237372410: Preparing [2024-08-07T09:30:08.417Z] 048c293ca00b: Preparing [2024-08-07T09:30:08.417Z] 8ff45bbd4823: Preparing [2024-08-07T09:30:08.417Z] abc11f145367: Preparing [2024-08-07T09:30:08.417Z] cb7ba920a49b: Preparing [2024-08-07T09:30:08.417Z] 56ead4fc9f3a: Preparing [2024-08-07T09:30:08.417Z] 9c0c717d3479: Preparing [2024-08-07T09:30:08.417Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:08.417Z] eaf1d187b47d: Preparing [2024-08-07T09:30:08.417Z] ce7f800efff9: Preparing [2024-08-07T09:30:08.417Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:08.417Z] eaf1d187b47d: Waiting [2024-08-07T09:30:08.417Z] 56ead4fc9f3a: Waiting [2024-08-07T09:30:08.417Z] ce7f800efff9: Waiting [2024-08-07T09:30:08.417Z] 9c0c717d3479: Waiting [2024-08-07T09:30:08.417Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:08.417Z] abc11f145367: Layer already exists [2024-08-07T09:30:08.417Z] 048c293ca00b: Pushed [2024-08-07T09:30:08.417Z] ea1237372410: Pushed [2024-08-07T09:30:08.417Z] 8ff45bbd4823: Pushed [2024-08-07T09:30:08.417Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:08.417Z] cfb3bcbd531e: Pushed [2024-08-07T09:30:08.983Z] eaf1d187b47d: Pushed [2024-08-07T09:30:14.253Z] 9c0c717d3479: Pushed [2024-08-07T09:30:18.452Z] 56ead4fc9f3a: Pushed [2024-08-07T09:30:18.453Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:18.776Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:19.098Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-07T09:30:19.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T09:30:19.098Z] ea1237372410: Preparing [2024-08-07T09:30:19.098Z] 048c293ca00b: Preparing [2024-08-07T09:30:19.098Z] 8ff45bbd4823: Preparing [2024-08-07T09:30:19.098Z] abc11f145367: Preparing [2024-08-07T09:30:19.098Z] cb7ba920a49b: Preparing [2024-08-07T09:30:19.098Z] 56ead4fc9f3a: Preparing [2024-08-07T09:30:19.098Z] 9c0c717d3479: Preparing [2024-08-07T09:30:19.098Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:19.098Z] eaf1d187b47d: Preparing [2024-08-07T09:30:19.098Z] ce7f800efff9: Preparing [2024-08-07T09:30:19.098Z] eaf1d187b47d: Waiting [2024-08-07T09:30:19.098Z] ce7f800efff9: Waiting [2024-08-07T09:30:19.098Z] 9c0c717d3479: Waiting [2024-08-07T09:30:19.098Z] 56ead4fc9f3a: Waiting [2024-08-07T09:30:19.098Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:19.098Z] abc11f145367: Layer already exists [2024-08-07T09:30:19.098Z] ea1237372410: Layer already exists [2024-08-07T09:30:19.098Z] 8ff45bbd4823: Layer already exists [2024-08-07T09:30:19.098Z] 048c293ca00b: Layer already exists [2024-08-07T09:30:19.098Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:19.098Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:19.098Z] 9c0c717d3479: Layer already exists [2024-08-07T09:30:19.098Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:19.098Z] 56ead4fc9f3a: Layer already exists [2024-08-07T09:30:19.098Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:19.098Z] latest: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:19.424Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:19.750Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.47 [2024-08-07T09:30:19.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T09:30:19.750Z] ea1237372410: Preparing [2024-08-07T09:30:19.750Z] 048c293ca00b: Preparing [2024-08-07T09:30:19.750Z] 8ff45bbd4823: Preparing [2024-08-07T09:30:19.750Z] abc11f145367: Preparing [2024-08-07T09:30:19.750Z] cb7ba920a49b: Preparing [2024-08-07T09:30:19.750Z] 56ead4fc9f3a: Preparing [2024-08-07T09:30:19.750Z] 9c0c717d3479: Preparing [2024-08-07T09:30:19.750Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:19.750Z] eaf1d187b47d: Preparing [2024-08-07T09:30:19.750Z] ce7f800efff9: Preparing [2024-08-07T09:30:19.750Z] 56ead4fc9f3a: Waiting [2024-08-07T09:30:19.750Z] 9c0c717d3479: Waiting [2024-08-07T09:30:19.750Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:19.750Z] eaf1d187b47d: Waiting [2024-08-07T09:30:19.750Z] ce7f800efff9: Waiting [2024-08-07T09:30:19.750Z] 048c293ca00b: Layer already exists [2024-08-07T09:30:19.750Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:19.750Z] 8ff45bbd4823: Layer already exists [2024-08-07T09:30:19.750Z] ea1237372410: Layer already exists [2024-08-07T09:30:19.750Z] abc11f145367: Layer already exists [2024-08-07T09:30:19.750Z] 56ead4fc9f3a: Layer already exists [2024-08-07T09:30:19.750Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:19.750Z] 9c0c717d3479: Layer already exists [2024-08-07T09:30:19.750Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:19.750Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:19.750Z] 3.2.0-dev.47: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:20.079Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:20.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:20.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T09:30:20.394Z] ea1237372410: Preparing [2024-08-07T09:30:20.394Z] 048c293ca00b: Preparing [2024-08-07T09:30:20.394Z] 8ff45bbd4823: Preparing [2024-08-07T09:30:20.394Z] abc11f145367: Preparing [2024-08-07T09:30:20.394Z] cb7ba920a49b: Preparing [2024-08-07T09:30:20.394Z] 56ead4fc9f3a: Preparing [2024-08-07T09:30:20.394Z] 9c0c717d3479: Preparing [2024-08-07T09:30:20.394Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:20.394Z] eaf1d187b47d: Preparing [2024-08-07T09:30:20.394Z] ce7f800efff9: Preparing [2024-08-07T09:30:20.394Z] eaf1d187b47d: Waiting [2024-08-07T09:30:20.394Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:20.394Z] 56ead4fc9f3a: Waiting [2024-08-07T09:30:20.394Z] ce7f800efff9: Waiting [2024-08-07T09:30:20.394Z] 9c0c717d3479: Waiting [2024-08-07T09:30:20.394Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:20.394Z] 048c293ca00b: Layer already exists [2024-08-07T09:30:20.394Z] ea1237372410: Layer already exists [2024-08-07T09:30:20.394Z] 8ff45bbd4823: Layer already exists [2024-08-07T09:30:20.394Z] abc11f145367: Layer already exists [2024-08-07T09:30:20.394Z] 9c0c717d3479: Layer already exists [2024-08-07T09:30:20.394Z] 56ead4fc9f3a: Layer already exists [2024-08-07T09:30:20.394Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:20.394Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:20.394Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:20.394Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:20.720Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:21.037Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-07T09:30:21.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T09:30:21.037Z] ea1237372410: Preparing [2024-08-07T09:30:21.037Z] 048c293ca00b: Preparing [2024-08-07T09:30:21.037Z] 8ff45bbd4823: Preparing [2024-08-07T09:30:21.037Z] abc11f145367: Preparing [2024-08-07T09:30:21.037Z] cb7ba920a49b: Preparing [2024-08-07T09:30:21.037Z] 56ead4fc9f3a: Preparing [2024-08-07T09:30:21.037Z] 9c0c717d3479: Preparing [2024-08-07T09:30:21.037Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:21.037Z] eaf1d187b47d: Preparing [2024-08-07T09:30:21.037Z] ce7f800efff9: Preparing [2024-08-07T09:30:21.037Z] ce7f800efff9: Waiting [2024-08-07T09:30:21.038Z] eaf1d187b47d: Waiting [2024-08-07T09:30:21.038Z] 9c0c717d3479: Waiting [2024-08-07T09:30:21.038Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:21.038Z] 56ead4fc9f3a: Waiting [2024-08-07T09:30:21.038Z] abc11f145367: Layer already exists [2024-08-07T09:30:21.038Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:21.038Z] ea1237372410: Layer already exists [2024-08-07T09:30:21.038Z] 8ff45bbd4823: Layer already exists [2024-08-07T09:30:21.038Z] 048c293ca00b: Layer already exists [2024-08-07T09:30:21.038Z] 9c0c717d3479: Layer already exists [2024-08-07T09:30:21.038Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:21.038Z] 56ead4fc9f3a: Layer already exists [2024-08-07T09:30:21.038Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:21.038Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:21.038Z] main: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:30:21.116Z] ===================================================== [Pipeline] echo [2024-08-07T09:30:21.129Z] taggedImages: [2024-08-07T09:30:21.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:21.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-07T09:30:21.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.47 [2024-08-07T09:30:21.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:21.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-07T09:30:21.160Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-07T09:30:21.160Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:21.160Z] latest [2024-08-07T09:30:21.160Z] 3.2.0-dev.47 [2024-08-07T09:30:21.160Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:21.160Z] main [2024-08-07T09:30:21.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:21.517Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:21.847Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:21.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T09:30:21.847Z] 8618bb6862d4: Preparing [2024-08-07T09:30:21.847Z] 91204b5a8e46: Preparing [2024-08-07T09:30:21.847Z] fb46db518c06: Preparing [2024-08-07T09:30:21.847Z] abc11f145367: Preparing [2024-08-07T09:30:21.847Z] cb7ba920a49b: Preparing [2024-08-07T09:30:21.847Z] ca526aa30f0b: Preparing [2024-08-07T09:30:21.847Z] 482a53638647: Preparing [2024-08-07T09:30:21.847Z] 7e93cdf99b31: Preparing [2024-08-07T09:30:21.847Z] ce7f800efff9: Preparing [2024-08-07T09:30:21.847Z] ca526aa30f0b: Waiting [2024-08-07T09:30:21.847Z] 482a53638647: Waiting [2024-08-07T09:30:21.847Z] 7e93cdf99b31: Waiting [2024-08-07T09:30:21.847Z] ce7f800efff9: Waiting [2024-08-07T09:30:21.847Z] abc11f145367: Layer already exists [2024-08-07T09:30:21.847Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:21.847Z] 91204b5a8e46: Pushed [2024-08-07T09:30:21.847Z] 8618bb6862d4: Pushed [2024-08-07T09:30:21.847Z] fb46db518c06: Pushed [2024-08-07T09:30:21.847Z] 482a53638647: Pushed [2024-08-07T09:30:21.847Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:22.105Z] 7e93cdf99b31: Pushed [2024-08-07T09:30:32.090Z] ca526aa30f0b: Pushed [2024-08-07T09:30:32.349Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:32.667Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:32.994Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-07T09:30:32.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T09:30:32.994Z] 8618bb6862d4: Preparing [2024-08-07T09:30:32.994Z] 91204b5a8e46: Preparing [2024-08-07T09:30:32.994Z] fb46db518c06: Preparing [2024-08-07T09:30:32.994Z] abc11f145367: Preparing [2024-08-07T09:30:32.994Z] cb7ba920a49b: Preparing [2024-08-07T09:30:32.994Z] ca526aa30f0b: Preparing [2024-08-07T09:30:32.994Z] 482a53638647: Preparing [2024-08-07T09:30:32.994Z] 7e93cdf99b31: Preparing [2024-08-07T09:30:32.994Z] ce7f800efff9: Preparing [2024-08-07T09:30:32.994Z] ca526aa30f0b: Waiting [2024-08-07T09:30:32.994Z] 482a53638647: Waiting [2024-08-07T09:30:32.994Z] 7e93cdf99b31: Waiting [2024-08-07T09:30:32.994Z] ce7f800efff9: Waiting [2024-08-07T09:30:32.994Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:32.994Z] abc11f145367: Layer already exists [2024-08-07T09:30:32.994Z] 91204b5a8e46: Layer already exists [2024-08-07T09:30:32.994Z] 8618bb6862d4: Layer already exists [2024-08-07T09:30:32.994Z] fb46db518c06: Layer already exists [2024-08-07T09:30:32.994Z] 482a53638647: Layer already exists [2024-08-07T09:30:32.994Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:32.994Z] ca526aa30f0b: Layer already exists [2024-08-07T09:30:32.994Z] 7e93cdf99b31: Layer already exists [2024-08-07T09:30:32.994Z] latest: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:33.314Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:33.631Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.47 [2024-08-07T09:30:33.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T09:30:33.631Z] 8618bb6862d4: Preparing [2024-08-07T09:30:33.631Z] 91204b5a8e46: Preparing [2024-08-07T09:30:33.631Z] fb46db518c06: Preparing [2024-08-07T09:30:33.631Z] abc11f145367: Preparing [2024-08-07T09:30:33.631Z] cb7ba920a49b: Preparing [2024-08-07T09:30:33.631Z] ca526aa30f0b: Preparing [2024-08-07T09:30:33.631Z] 482a53638647: Preparing [2024-08-07T09:30:33.631Z] 7e93cdf99b31: Preparing [2024-08-07T09:30:33.631Z] ce7f800efff9: Preparing [2024-08-07T09:30:33.631Z] 7e93cdf99b31: Waiting [2024-08-07T09:30:33.631Z] ca526aa30f0b: Waiting [2024-08-07T09:30:33.631Z] 482a53638647: Waiting [2024-08-07T09:30:33.631Z] ce7f800efff9: Waiting [2024-08-07T09:30:33.631Z] 91204b5a8e46: Layer already exists [2024-08-07T09:30:33.631Z] 8618bb6862d4: Layer already exists [2024-08-07T09:30:33.631Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:33.631Z] abc11f145367: Layer already exists [2024-08-07T09:30:33.631Z] fb46db518c06: Layer already exists [2024-08-07T09:30:33.631Z] ca526aa30f0b: Layer already exists [2024-08-07T09:30:33.631Z] 482a53638647: Layer already exists [2024-08-07T09:30:33.631Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:33.631Z] 7e93cdf99b31: Layer already exists [2024-08-07T09:30:33.631Z] 3.2.0-dev.47: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:33.968Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:34.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:34.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T09:30:34.308Z] 8618bb6862d4: Preparing [2024-08-07T09:30:34.308Z] 91204b5a8e46: Preparing [2024-08-07T09:30:34.308Z] fb46db518c06: Preparing [2024-08-07T09:30:34.308Z] abc11f145367: Preparing [2024-08-07T09:30:34.308Z] cb7ba920a49b: Preparing [2024-08-07T09:30:34.308Z] ca526aa30f0b: Preparing [2024-08-07T09:30:34.308Z] 482a53638647: Preparing [2024-08-07T09:30:34.308Z] 7e93cdf99b31: Preparing [2024-08-07T09:30:34.308Z] ce7f800efff9: Preparing [2024-08-07T09:30:34.308Z] ca526aa30f0b: Waiting [2024-08-07T09:30:34.308Z] 482a53638647: Waiting [2024-08-07T09:30:34.308Z] 7e93cdf99b31: Waiting [2024-08-07T09:30:34.308Z] ce7f800efff9: Waiting [2024-08-07T09:30:34.308Z] abc11f145367: Layer already exists [2024-08-07T09:30:34.308Z] 91204b5a8e46: Layer already exists [2024-08-07T09:30:34.308Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:34.308Z] fb46db518c06: Layer already exists [2024-08-07T09:30:34.308Z] 8618bb6862d4: Layer already exists [2024-08-07T09:30:34.308Z] 7e93cdf99b31: Layer already exists [2024-08-07T09:30:34.308Z] ca526aa30f0b: Layer already exists [2024-08-07T09:30:34.308Z] 482a53638647: Layer already exists [2024-08-07T09:30:34.308Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:34.308Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:34.633Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:34.955Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-07T09:30:34.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T09:30:34.955Z] 8618bb6862d4: Preparing [2024-08-07T09:30:34.955Z] 91204b5a8e46: Preparing [2024-08-07T09:30:34.955Z] fb46db518c06: Preparing [2024-08-07T09:30:34.955Z] abc11f145367: Preparing [2024-08-07T09:30:34.955Z] cb7ba920a49b: Preparing [2024-08-07T09:30:34.955Z] ca526aa30f0b: Preparing [2024-08-07T09:30:34.955Z] 482a53638647: Preparing [2024-08-07T09:30:34.955Z] 7e93cdf99b31: Preparing [2024-08-07T09:30:34.955Z] ce7f800efff9: Preparing [2024-08-07T09:30:34.955Z] ca526aa30f0b: Waiting [2024-08-07T09:30:34.955Z] 7e93cdf99b31: Waiting [2024-08-07T09:30:34.955Z] ce7f800efff9: Waiting [2024-08-07T09:30:34.955Z] 482a53638647: Waiting [2024-08-07T09:30:34.955Z] 8618bb6862d4: Layer already exists [2024-08-07T09:30:34.955Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:34.955Z] abc11f145367: Layer already exists [2024-08-07T09:30:34.955Z] 91204b5a8e46: Layer already exists [2024-08-07T09:30:34.955Z] fb46db518c06: Layer already exists [2024-08-07T09:30:34.955Z] ca526aa30f0b: Layer already exists [2024-08-07T09:30:34.955Z] 482a53638647: Layer already exists [2024-08-07T09:30:34.955Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:34.955Z] 7e93cdf99b31: Layer already exists [2024-08-07T09:30:34.955Z] main: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:30:35.034Z] ===================================================== [Pipeline] echo [2024-08-07T09:30:35.047Z] taggedImages: [2024-08-07T09:30:35.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:35.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-07T09:30:35.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.47 [2024-08-07T09:30:35.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:35.047Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-07T09:30:35.134Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-07T09:30:35.134Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:35.134Z] latest [2024-08-07T09:30:35.134Z] 3.2.0-dev.47 [2024-08-07T09:30:35.134Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:35.134Z] main [2024-08-07T09:30:35.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:35.475Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:35.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:35.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T09:30:35.798Z] ea1237372410: Preparing [2024-08-07T09:30:35.798Z] 29e5906edb4a: Preparing [2024-08-07T09:30:35.798Z] df5e4a58a5b7: Preparing [2024-08-07T09:30:35.798Z] abc11f145367: Preparing [2024-08-07T09:30:35.798Z] cb7ba920a49b: Preparing [2024-08-07T09:30:35.798Z] 399f8be3458c: Preparing [2024-08-07T09:30:35.798Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:35.798Z] eaf1d187b47d: Preparing [2024-08-07T09:30:35.798Z] ce7f800efff9: Preparing [2024-08-07T09:30:35.798Z] 399f8be3458c: Waiting [2024-08-07T09:30:35.798Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:35.798Z] ce7f800efff9: Waiting [2024-08-07T09:30:35.798Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:35.798Z] ea1237372410: Layer already exists [2024-08-07T09:30:35.798Z] abc11f145367: Layer already exists [2024-08-07T09:30:35.798Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:35.798Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:35.798Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:35.798Z] 29e5906edb4a: Pushed [2024-08-07T09:30:35.798Z] df5e4a58a5b7: Pushed [2024-08-07T09:30:45.779Z] 399f8be3458c: Pushed [2024-08-07T09:30:45.779Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:46.117Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:46.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-07T09:30:46.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T09:30:46.445Z] ea1237372410: Preparing [2024-08-07T09:30:46.445Z] 29e5906edb4a: Preparing [2024-08-07T09:30:46.446Z] df5e4a58a5b7: Preparing [2024-08-07T09:30:46.446Z] abc11f145367: Preparing [2024-08-07T09:30:46.446Z] cb7ba920a49b: Preparing [2024-08-07T09:30:46.446Z] 399f8be3458c: Preparing [2024-08-07T09:30:46.446Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:46.446Z] eaf1d187b47d: Preparing [2024-08-07T09:30:46.446Z] ce7f800efff9: Preparing [2024-08-07T09:30:46.446Z] 399f8be3458c: Waiting [2024-08-07T09:30:46.446Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:46.446Z] eaf1d187b47d: Waiting [2024-08-07T09:30:46.446Z] ce7f800efff9: Waiting [2024-08-07T09:30:46.446Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:46.446Z] df5e4a58a5b7: Layer already exists [2024-08-07T09:30:46.446Z] abc11f145367: Layer already exists [2024-08-07T09:30:46.446Z] 29e5906edb4a: Layer already exists [2024-08-07T09:30:46.446Z] ea1237372410: Layer already exists [2024-08-07T09:30:46.446Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:46.446Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:46.446Z] 399f8be3458c: Layer already exists [2024-08-07T09:30:46.446Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:46.446Z] latest: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:46.777Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:47.097Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.47 [2024-08-07T09:30:47.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T09:30:47.097Z] ea1237372410: Preparing [2024-08-07T09:30:47.097Z] 29e5906edb4a: Preparing [2024-08-07T09:30:47.097Z] df5e4a58a5b7: Preparing [2024-08-07T09:30:47.097Z] abc11f145367: Preparing [2024-08-07T09:30:47.097Z] cb7ba920a49b: Preparing [2024-08-07T09:30:47.097Z] 399f8be3458c: Preparing [2024-08-07T09:30:47.097Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:47.097Z] eaf1d187b47d: Preparing [2024-08-07T09:30:47.097Z] ce7f800efff9: Preparing [2024-08-07T09:30:47.097Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:47.097Z] eaf1d187b47d: Waiting [2024-08-07T09:30:47.097Z] ce7f800efff9: Waiting [2024-08-07T09:30:47.097Z] 399f8be3458c: Waiting [2024-08-07T09:30:47.097Z] df5e4a58a5b7: Layer already exists [2024-08-07T09:30:47.097Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:47.097Z] ea1237372410: Layer already exists [2024-08-07T09:30:47.097Z] abc11f145367: Layer already exists [2024-08-07T09:30:47.097Z] 29e5906edb4a: Layer already exists [2024-08-07T09:30:47.097Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:47.097Z] 399f8be3458c: Layer already exists [2024-08-07T09:30:47.097Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:47.097Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:47.097Z] 3.2.0-dev.47: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:47.417Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:47.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:47.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T09:30:47.743Z] ea1237372410: Preparing [2024-08-07T09:30:47.743Z] 29e5906edb4a: Preparing [2024-08-07T09:30:47.743Z] df5e4a58a5b7: Preparing [2024-08-07T09:30:47.743Z] abc11f145367: Preparing [2024-08-07T09:30:47.743Z] cb7ba920a49b: Preparing [2024-08-07T09:30:47.743Z] 399f8be3458c: Preparing [2024-08-07T09:30:47.743Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:47.743Z] eaf1d187b47d: Preparing [2024-08-07T09:30:47.743Z] ce7f800efff9: Preparing [2024-08-07T09:30:47.743Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:47.743Z] eaf1d187b47d: Waiting [2024-08-07T09:30:47.743Z] ce7f800efff9: Waiting [2024-08-07T09:30:47.743Z] 399f8be3458c: Waiting [2024-08-07T09:30:47.743Z] 29e5906edb4a: Layer already exists [2024-08-07T09:30:47.743Z] df5e4a58a5b7: Layer already exists [2024-08-07T09:30:47.743Z] ea1237372410: Layer already exists [2024-08-07T09:30:47.743Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:47.743Z] abc11f145367: Layer already exists [2024-08-07T09:30:47.743Z] 399f8be3458c: Layer already exists [2024-08-07T09:30:47.743Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:47.743Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:47.743Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:47.743Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:48.062Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:48.384Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-07T09:30:48.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T09:30:48.384Z] ea1237372410: Preparing [2024-08-07T09:30:48.384Z] 29e5906edb4a: Preparing [2024-08-07T09:30:48.384Z] df5e4a58a5b7: Preparing [2024-08-07T09:30:48.384Z] abc11f145367: Preparing [2024-08-07T09:30:48.384Z] cb7ba920a49b: Preparing [2024-08-07T09:30:48.384Z] 399f8be3458c: Preparing [2024-08-07T09:30:48.384Z] cfb3bcbd531e: Preparing [2024-08-07T09:30:48.384Z] eaf1d187b47d: Preparing [2024-08-07T09:30:48.384Z] ce7f800efff9: Preparing [2024-08-07T09:30:48.384Z] eaf1d187b47d: Waiting [2024-08-07T09:30:48.384Z] 399f8be3458c: Waiting [2024-08-07T09:30:48.384Z] cfb3bcbd531e: Waiting [2024-08-07T09:30:48.384Z] ce7f800efff9: Waiting [2024-08-07T09:30:48.384Z] df5e4a58a5b7: Layer already exists [2024-08-07T09:30:48.384Z] abc11f145367: Layer already exists [2024-08-07T09:30:48.384Z] ea1237372410: Layer already exists [2024-08-07T09:30:48.384Z] 29e5906edb4a: Layer already exists [2024-08-07T09:30:48.384Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:48.384Z] cfb3bcbd531e: Layer already exists [2024-08-07T09:30:48.384Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:48.384Z] 399f8be3458c: Layer already exists [2024-08-07T09:30:48.384Z] eaf1d187b47d: Layer already exists [2024-08-07T09:30:48.384Z] main: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:30:48.463Z] ===================================================== [Pipeline] echo [2024-08-07T09:30:48.474Z] taggedImages: [2024-08-07T09:30:48.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:48.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-07T09:30:48.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.47 [2024-08-07T09:30:48.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:48.474Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-07T09:30:48.502Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-07T09:30:48.502Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:48.502Z] latest [2024-08-07T09:30:48.502Z] 3.2.0-dev.47 [2024-08-07T09:30:48.502Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:48.502Z] main [2024-08-07T09:30:48.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:48.846Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:49.165Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:49.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T09:30:49.166Z] 010ec23a095a: Preparing [2024-08-07T09:30:49.166Z] fbf5a16462ef: Preparing [2024-08-07T09:30:49.166Z] abc11f145367: Preparing [2024-08-07T09:30:49.166Z] cb7ba920a49b: Preparing [2024-08-07T09:30:49.166Z] 53ff331bf9f7: Preparing [2024-08-07T09:30:49.166Z] a268e1eb016d: Preparing [2024-08-07T09:30:49.166Z] ce7f800efff9: Preparing [2024-08-07T09:30:49.166Z] a268e1eb016d: Waiting [2024-08-07T09:30:49.166Z] ce7f800efff9: Waiting [2024-08-07T09:30:49.166Z] abc11f145367: Layer already exists [2024-08-07T09:30:49.166Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:49.166Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:49.166Z] 53ff331bf9f7: Pushed [2024-08-07T09:30:49.166Z] 010ec23a095a: Pushed [2024-08-07T09:30:49.166Z] a268e1eb016d: Pushed [2024-08-07T09:30:53.358Z] fbf5a16462ef: Pushed [2024-08-07T09:30:53.358Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:53.689Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:54.012Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-07T09:30:54.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T09:30:54.012Z] 010ec23a095a: Preparing [2024-08-07T09:30:54.012Z] fbf5a16462ef: Preparing [2024-08-07T09:30:54.012Z] abc11f145367: Preparing [2024-08-07T09:30:54.012Z] cb7ba920a49b: Preparing [2024-08-07T09:30:54.012Z] 53ff331bf9f7: Preparing [2024-08-07T09:30:54.012Z] a268e1eb016d: Preparing [2024-08-07T09:30:54.012Z] ce7f800efff9: Preparing [2024-08-07T09:30:54.012Z] a268e1eb016d: Waiting [2024-08-07T09:30:54.012Z] ce7f800efff9: Waiting [2024-08-07T09:30:54.012Z] abc11f145367: Layer already exists [2024-08-07T09:30:54.012Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:54.012Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:30:54.012Z] 010ec23a095a: Layer already exists [2024-08-07T09:30:54.012Z] fbf5a16462ef: Layer already exists [2024-08-07T09:30:54.012Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:54.012Z] a268e1eb016d: Layer already exists [2024-08-07T09:30:54.012Z] latest: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:54.346Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:54.670Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.47 [2024-08-07T09:30:54.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T09:30:54.670Z] 010ec23a095a: Preparing [2024-08-07T09:30:54.670Z] fbf5a16462ef: Preparing [2024-08-07T09:30:54.670Z] abc11f145367: Preparing [2024-08-07T09:30:54.670Z] cb7ba920a49b: Preparing [2024-08-07T09:30:54.670Z] 53ff331bf9f7: Preparing [2024-08-07T09:30:54.670Z] a268e1eb016d: Preparing [2024-08-07T09:30:54.670Z] ce7f800efff9: Preparing [2024-08-07T09:30:54.670Z] a268e1eb016d: Waiting [2024-08-07T09:30:54.670Z] ce7f800efff9: Waiting [2024-08-07T09:30:54.670Z] 010ec23a095a: Layer already exists [2024-08-07T09:30:54.670Z] abc11f145367: Layer already exists [2024-08-07T09:30:54.670Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:30:54.670Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:54.670Z] fbf5a16462ef: Layer already exists [2024-08-07T09:30:54.670Z] a268e1eb016d: Layer already exists [2024-08-07T09:30:54.670Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:54.670Z] 3.2.0-dev.47: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:54.986Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:55.306Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:55.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T09:30:55.306Z] 010ec23a095a: Preparing [2024-08-07T09:30:55.306Z] fbf5a16462ef: Preparing [2024-08-07T09:30:55.306Z] abc11f145367: Preparing [2024-08-07T09:30:55.306Z] cb7ba920a49b: Preparing [2024-08-07T09:30:55.306Z] 53ff331bf9f7: Preparing [2024-08-07T09:30:55.306Z] a268e1eb016d: Preparing [2024-08-07T09:30:55.306Z] a268e1eb016d: Waiting [2024-08-07T09:30:55.306Z] ce7f800efff9: Preparing [2024-08-07T09:30:55.306Z] ce7f800efff9: Waiting [2024-08-07T09:30:55.306Z] 010ec23a095a: Layer already exists [2024-08-07T09:30:55.306Z] fbf5a16462ef: Layer already exists [2024-08-07T09:30:55.306Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:30:55.306Z] abc11f145367: Layer already exists [2024-08-07T09:30:55.306Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:55.306Z] a268e1eb016d: Layer already exists [2024-08-07T09:30:55.306Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:55.306Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:55.651Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:55.980Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-07T09:30:55.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T09:30:55.980Z] 010ec23a095a: Preparing [2024-08-07T09:30:55.980Z] fbf5a16462ef: Preparing [2024-08-07T09:30:55.980Z] abc11f145367: Preparing [2024-08-07T09:30:55.980Z] cb7ba920a49b: Preparing [2024-08-07T09:30:55.980Z] 53ff331bf9f7: Preparing [2024-08-07T09:30:55.980Z] a268e1eb016d: Preparing [2024-08-07T09:30:55.980Z] ce7f800efff9: Preparing [2024-08-07T09:30:55.980Z] a268e1eb016d: Waiting [2024-08-07T09:30:55.980Z] ce7f800efff9: Waiting [2024-08-07T09:30:55.980Z] abc11f145367: Layer already exists [2024-08-07T09:30:55.980Z] fbf5a16462ef: Layer already exists [2024-08-07T09:30:55.980Z] 010ec23a095a: Layer already exists [2024-08-07T09:30:55.980Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:30:55.980Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:55.980Z] a268e1eb016d: Layer already exists [2024-08-07T09:30:55.980Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:55.980Z] main: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:30:56.043Z] ===================================================== [Pipeline] echo [2024-08-07T09:30:56.052Z] taggedImages: [2024-08-07T09:30:56.052Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:56.052Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-07T09:30:56.052Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.47 [2024-08-07T09:30:56.052Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:56.052Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-07T09:30:56.076Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-07T09:30:56.076Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:56.076Z] latest [2024-08-07T09:30:56.076Z] 3.2.0-dev.47 [2024-08-07T09:30:56.076Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:30:56.076Z] main [2024-08-07T09:30:56.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:56.420Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:30:56.746Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:30:56.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T09:30:56.746Z] aac83413d07a: Preparing [2024-08-07T09:30:56.746Z] ebd8544325bc: Preparing [2024-08-07T09:30:56.746Z] abc11f145367: Preparing [2024-08-07T09:30:56.746Z] cb7ba920a49b: Preparing [2024-08-07T09:30:56.746Z] 53ff331bf9f7: Preparing [2024-08-07T09:30:56.746Z] a268e1eb016d: Preparing [2024-08-07T09:30:56.746Z] ce7f800efff9: Preparing [2024-08-07T09:30:56.746Z] a268e1eb016d: Waiting [2024-08-07T09:30:56.746Z] ce7f800efff9: Waiting [2024-08-07T09:30:56.746Z] cb7ba920a49b: Layer already exists [2024-08-07T09:30:56.746Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:30:56.746Z] abc11f145367: Layer already exists [2024-08-07T09:30:56.746Z] a268e1eb016d: Layer already exists [2024-08-07T09:30:56.746Z] ce7f800efff9: Layer already exists [2024-08-07T09:30:56.746Z] aac83413d07a: Pushed [2024-08-07T09:31:00.036Z] ebd8544325bc: Pushed [2024-08-07T09:31:00.295Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:00.621Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:00.939Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-07T09:31:00.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T09:31:00.940Z] aac83413d07a: Preparing [2024-08-07T09:31:00.940Z] ebd8544325bc: Preparing [2024-08-07T09:31:00.940Z] abc11f145367: Preparing [2024-08-07T09:31:00.940Z] cb7ba920a49b: Preparing [2024-08-07T09:31:00.940Z] 53ff331bf9f7: Preparing [2024-08-07T09:31:00.940Z] a268e1eb016d: Preparing [2024-08-07T09:31:00.940Z] ce7f800efff9: Preparing [2024-08-07T09:31:00.940Z] a268e1eb016d: Waiting [2024-08-07T09:31:00.940Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:00.940Z] aac83413d07a: Layer already exists [2024-08-07T09:31:00.940Z] ebd8544325bc: Layer already exists [2024-08-07T09:31:00.940Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:31:00.940Z] abc11f145367: Layer already exists [2024-08-07T09:31:00.940Z] a268e1eb016d: Layer already exists [2024-08-07T09:31:00.940Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:00.940Z] latest: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:01.269Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:01.589Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.47 [2024-08-07T09:31:01.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T09:31:01.589Z] aac83413d07a: Preparing [2024-08-07T09:31:01.589Z] ebd8544325bc: Preparing [2024-08-07T09:31:01.589Z] abc11f145367: Preparing [2024-08-07T09:31:01.589Z] cb7ba920a49b: Preparing [2024-08-07T09:31:01.589Z] 53ff331bf9f7: Preparing [2024-08-07T09:31:01.589Z] a268e1eb016d: Preparing [2024-08-07T09:31:01.589Z] ce7f800efff9: Preparing [2024-08-07T09:31:01.589Z] a268e1eb016d: Waiting [2024-08-07T09:31:01.589Z] ce7f800efff9: Waiting [2024-08-07T09:31:01.589Z] abc11f145367: Layer already exists [2024-08-07T09:31:01.589Z] aac83413d07a: Layer already exists [2024-08-07T09:31:01.589Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:01.589Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:31:01.589Z] ebd8544325bc: Layer already exists [2024-08-07T09:31:01.589Z] a268e1eb016d: Layer already exists [2024-08-07T09:31:01.589Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:01.589Z] 3.2.0-dev.47: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:01.925Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:02.244Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:31:02.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T09:31:02.244Z] aac83413d07a: Preparing [2024-08-07T09:31:02.244Z] ebd8544325bc: Preparing [2024-08-07T09:31:02.244Z] abc11f145367: Preparing [2024-08-07T09:31:02.244Z] cb7ba920a49b: Preparing [2024-08-07T09:31:02.244Z] 53ff331bf9f7: Preparing [2024-08-07T09:31:02.244Z] a268e1eb016d: Preparing [2024-08-07T09:31:02.244Z] ce7f800efff9: Preparing [2024-08-07T09:31:02.244Z] ce7f800efff9: Waiting [2024-08-07T09:31:02.244Z] a268e1eb016d: Waiting [2024-08-07T09:31:02.244Z] aac83413d07a: Layer already exists [2024-08-07T09:31:02.244Z] ebd8544325bc: Layer already exists [2024-08-07T09:31:02.244Z] abc11f145367: Layer already exists [2024-08-07T09:31:02.244Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:02.244Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:31:02.244Z] a268e1eb016d: Layer already exists [2024-08-07T09:31:02.244Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:02.244Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:02.567Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:02.886Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-07T09:31:02.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T09:31:02.886Z] aac83413d07a: Preparing [2024-08-07T09:31:02.886Z] ebd8544325bc: Preparing [2024-08-07T09:31:02.886Z] abc11f145367: Preparing [2024-08-07T09:31:02.886Z] cb7ba920a49b: Preparing [2024-08-07T09:31:02.886Z] 53ff331bf9f7: Preparing [2024-08-07T09:31:02.886Z] a268e1eb016d: Preparing [2024-08-07T09:31:02.886Z] ce7f800efff9: Preparing [2024-08-07T09:31:02.886Z] a268e1eb016d: Waiting [2024-08-07T09:31:02.886Z] ce7f800efff9: Waiting [2024-08-07T09:31:02.886Z] ebd8544325bc: Layer already exists [2024-08-07T09:31:02.886Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:02.886Z] 53ff331bf9f7: Layer already exists [2024-08-07T09:31:02.886Z] aac83413d07a: Layer already exists [2024-08-07T09:31:02.886Z] abc11f145367: Layer already exists [2024-08-07T09:31:02.886Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:02.886Z] a268e1eb016d: Layer already exists [2024-08-07T09:31:02.886Z] main: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:31:02.968Z] ===================================================== [Pipeline] echo [2024-08-07T09:31:02.985Z] taggedImages: [2024-08-07T09:31:02.985Z] - nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:31:02.985Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-07T09:31:02.985Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.47 [2024-08-07T09:31:02.985Z] - nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:31:02.985Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-07T09:31:03.010Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-07T09:31:03.010Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:31:03.010Z] latest [2024-08-07T09:31:03.010Z] 3.2.0-dev.47 [2024-08-07T09:31:03.010Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:31:03.010Z] main [2024-08-07T09:31:03.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:03.351Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:03.670Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:31:03.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T09:31:03.670Z] 76e24931a14a: Preparing [2024-08-07T09:31:03.670Z] 6ebbbe0d5cf3: Preparing [2024-08-07T09:31:03.670Z] abc11f145367: Preparing [2024-08-07T09:31:03.670Z] cb7ba920a49b: Preparing [2024-08-07T09:31:03.670Z] 7241d4fb73e8: Preparing [2024-08-07T09:31:03.670Z] 4352e4e348a4: Preparing [2024-08-07T09:31:03.670Z] ce7f800efff9: Preparing [2024-08-07T09:31:03.670Z] ce7f800efff9: Waiting [2024-08-07T09:31:03.670Z] 4352e4e348a4: Waiting [2024-08-07T09:31:03.670Z] abc11f145367: Layer already exists [2024-08-07T09:31:03.670Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:03.670Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:31:03.670Z] 4352e4e348a4: Layer already exists [2024-08-07T09:31:03.670Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:03.670Z] 76e24931a14a: Pushed [2024-08-07T09:31:06.956Z] 6ebbbe0d5cf3: Pushed [2024-08-07T09:31:07.215Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:07.543Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:07.868Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-07T09:31:07.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T09:31:07.868Z] 76e24931a14a: Preparing [2024-08-07T09:31:07.868Z] 6ebbbe0d5cf3: Preparing [2024-08-07T09:31:07.868Z] abc11f145367: Preparing [2024-08-07T09:31:07.868Z] cb7ba920a49b: Preparing [2024-08-07T09:31:07.868Z] 7241d4fb73e8: Preparing [2024-08-07T09:31:07.868Z] 4352e4e348a4: Preparing [2024-08-07T09:31:07.868Z] ce7f800efff9: Preparing [2024-08-07T09:31:07.868Z] 4352e4e348a4: Waiting [2024-08-07T09:31:07.868Z] ce7f800efff9: Waiting [2024-08-07T09:31:07.868Z] 76e24931a14a: Layer already exists [2024-08-07T09:31:07.868Z] abc11f145367: Layer already exists [2024-08-07T09:31:07.868Z] 6ebbbe0d5cf3: Layer already exists [2024-08-07T09:31:07.868Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:07.868Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:31:07.868Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:07.868Z] 4352e4e348a4: Layer already exists [2024-08-07T09:31:07.868Z] latest: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:08.230Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:08.640Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.47 [2024-08-07T09:31:08.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T09:31:08.640Z] 76e24931a14a: Preparing [2024-08-07T09:31:08.640Z] 6ebbbe0d5cf3: Preparing [2024-08-07T09:31:08.640Z] abc11f145367: Preparing [2024-08-07T09:31:08.640Z] cb7ba920a49b: Preparing [2024-08-07T09:31:08.640Z] 7241d4fb73e8: Preparing [2024-08-07T09:31:08.640Z] 4352e4e348a4: Preparing [2024-08-07T09:31:08.640Z] 4352e4e348a4: Waiting [2024-08-07T09:31:08.640Z] ce7f800efff9: Preparing [2024-08-07T09:31:08.640Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:31:08.640Z] 6ebbbe0d5cf3: Layer already exists [2024-08-07T09:31:08.640Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:08.640Z] abc11f145367: Layer already exists [2024-08-07T09:31:08.640Z] 76e24931a14a: Layer already exists [2024-08-07T09:31:08.640Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:08.640Z] 4352e4e348a4: Layer already exists [2024-08-07T09:31:08.640Z] 3.2.0-dev.47: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:09.048Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:09.378Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:31:09.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T09:31:09.378Z] 76e24931a14a: Preparing [2024-08-07T09:31:09.378Z] 6ebbbe0d5cf3: Preparing [2024-08-07T09:31:09.378Z] abc11f145367: Preparing [2024-08-07T09:31:09.378Z] cb7ba920a49b: Preparing [2024-08-07T09:31:09.378Z] 7241d4fb73e8: Preparing [2024-08-07T09:31:09.378Z] 4352e4e348a4: Preparing [2024-08-07T09:31:09.378Z] ce7f800efff9: Preparing [2024-08-07T09:31:09.378Z] 4352e4e348a4: Waiting [2024-08-07T09:31:09.378Z] ce7f800efff9: Waiting [2024-08-07T09:31:09.378Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:31:09.378Z] 76e24931a14a: Layer already exists [2024-08-07T09:31:09.378Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:09.378Z] abc11f145367: Layer already exists [2024-08-07T09:31:09.378Z] 6ebbbe0d5cf3: Layer already exists [2024-08-07T09:31:09.378Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:09.378Z] 4352e4e348a4: Layer already exists [2024-08-07T09:31:09.378Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:09.701Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T09:31:10.017Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-07T09:31:10.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T09:31:10.017Z] 76e24931a14a: Preparing [2024-08-07T09:31:10.017Z] 6ebbbe0d5cf3: Preparing [2024-08-07T09:31:10.017Z] abc11f145367: Preparing [2024-08-07T09:31:10.017Z] cb7ba920a49b: Preparing [2024-08-07T09:31:10.017Z] 7241d4fb73e8: Preparing [2024-08-07T09:31:10.017Z] 4352e4e348a4: Preparing [2024-08-07T09:31:10.017Z] ce7f800efff9: Preparing [2024-08-07T09:31:10.017Z] ce7f800efff9: Waiting [2024-08-07T09:31:10.017Z] 4352e4e348a4: Waiting [2024-08-07T09:31:10.017Z] abc11f145367: Layer already exists [2024-08-07T09:31:10.017Z] cb7ba920a49b: Layer already exists [2024-08-07T09:31:10.017Z] 76e24931a14a: Layer already exists [2024-08-07T09:31:10.017Z] 6ebbbe0d5cf3: Layer already exists [2024-08-07T09:31:10.017Z] 7241d4fb73e8: Layer already exists [2024-08-07T09:31:10.017Z] 4352e4e348a4: Layer already exists [2024-08-07T09:31:10.017Z] ce7f800efff9: Layer already exists [2024-08-07T09:31:10.017Z] main: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T09:31:10.090Z] ===================================================== [Pipeline] echo [2024-08-07T09:31:10.102Z] taggedImages: [2024-08-07T09:31:10.102Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T09:31:10.102Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-07T09:31:10.102Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.47 [2024-08-07T09:31:10.102Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T09:31:10.102Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-08-07T09:51:54.592Z] #158 ... [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T09:51:54.592Z] #155 DONE 1347.1s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T09:51:54.592Z] #153 ... [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:51:54.592Z] #159 DONE 0.3s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:51:54.592Z] #160 DONE 0.1s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-07T09:51:54.592Z] #161 DONE 0.2s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T09:51:54.592Z] #162 DONE 0.1s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-07T09:51:54.592Z] #163 DONE 0.3s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T09:51:54.592Z] #164 DONE 0.2s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:51:54.592Z] #165 DONE 2.4s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #104 [security-proxy-setup] exporting to image [2024-08-07T09:51:54.592Z] #104 exporting layers [2024-08-07T09:51:54.592Z] #104 exporting layers 1.4s done [2024-08-07T09:51:54.592Z] #104 writing image sha256:3e97fa73aa156a394a75de81fe16f391d3e224644316e9be42467be1cd74faec 0.1s done [2024-08-07T09:51:54.592Z] #104 naming to docker.io/library/security-proxy-setup-arm64 done [2024-08-07T09:51:54.592Z] #104 DONE 8.3s [2024-08-07T09:51:54.592Z] [2024-08-07T09:51:54.592Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T09:51:54.592Z] #147 1350.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T09:51:58.864Z] #147 ... [2024-08-07T09:51:58.864Z] [2024-08-07T09:51:58.864Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T09:51:58.864Z] #156 DONE 1358.7s [2024-08-07T09:51:58.864Z] [2024-08-07T09:51:58.864Z] #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T09:51:59.133Z] #166 DONE 0.5s [2024-08-07T09:51:59.133Z] [2024-08-07T09:51:59.133Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T09:52:01.711Z] #167 DONE 2.5s [2024-08-07T09:52:01.711Z] [2024-08-07T09:52:01.711Z] #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:52:01.979Z] #168 DONE 0.3s [2024-08-07T09:52:01.979Z] [2024-08-07T09:52:01.979Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:52:02.246Z] #169 DONE 0.3s [2024-08-07T09:52:02.246Z] [2024-08-07T09:52:02.246Z] #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T09:52:02.834Z] #170 DONE 0.3s [2024-08-07T09:52:02.834Z] [2024-08-07T09:52:02.834Z] #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T09:52:02.834Z] #171 DONE 0.2s [2024-08-07T09:52:02.834Z] [2024-08-07T09:52:02.834Z] #172 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-08-07T09:52:03.100Z] #172 DONE 0.1s [2024-08-07T09:52:03.100Z] [2024-08-07T09:52:03.100Z] #173 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-08-07T09:52:03.100Z] #173 DONE 0.1s [2024-08-07T09:52:03.100Z] [2024-08-07T09:52:03.100Z] #174 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-07T09:52:03.375Z] #174 DONE 0.2s [2024-08-07T09:52:03.375Z] [2024-08-07T09:52:03.375Z] #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-07T09:52:03.375Z] #175 DONE 0.2s [2024-08-07T09:52:03.375Z] [2024-08-07T09:52:03.375Z] #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T09:52:03.679Z] #176 DONE 0.2s [2024-08-07T09:52:03.679Z] [2024-08-07T09:52:03.679Z] #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T09:52:06.278Z] #177 DONE 2.1s [2024-08-07T09:52:06.278Z] [2024-08-07T09:52:06.278Z] #104 [security-bootstrapper] exporting to image [2024-08-07T09:52:06.278Z] #104 exporting layers [2024-08-07T09:52:07.243Z] #104 exporting layers 1.3s done [2024-08-07T09:52:07.243Z] #104 writing image sha256:b1b15d6868d3306a46dc73c6e3e6e91b9c9c872778bbd91a4e7c0380efe0ae86 done [2024-08-07T09:52:07.243Z] #104 naming to docker.io/library/security-bootstrapper-arm64 done [2024-08-07T09:52:07.243Z] #104 DONE 9.7s [2024-08-07T09:52:07.243Z] [2024-08-07T09:52:07.243Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:52:12.584Z] #58 ... [2024-08-07T09:52:12.584Z] [2024-08-07T09:52:12.584Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T09:52:12.584Z] #147 DONE 1372.4s [2024-08-07T09:52:12.584Z] [2024-08-07T09:52:12.584Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T09:52:13.171Z] #152 ... [2024-08-07T09:52:13.171Z] [2024-08-07T09:52:13.171Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:52:13.171Z] #178 DONE 0.2s [2024-08-07T09:52:13.171Z] [2024-08-07T09:52:13.171Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T09:52:13.171Z] #158 ... [2024-08-07T09:52:13.171Z] [2024-08-07T09:52:13.171Z] #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:52:13.453Z] #179 DONE 0.2s [2024-08-07T09:52:13.453Z] [2024-08-07T09:52:13.453Z] #180 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-08-07T09:52:13.743Z] #180 DONE 0.2s [2024-08-07T09:52:13.743Z] [2024-08-07T09:52:13.743Z] #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-08-07T09:52:13.743Z] #181 DONE 0.2s [2024-08-07T09:52:13.743Z] [2024-08-07T09:52:13.743Z] #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:52:14.086Z] #182 DONE 0.2s [2024-08-07T09:52:14.086Z] [2024-08-07T09:52:14.086Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:52:14.086Z] #41 ... [2024-08-07T09:52:14.086Z] [2024-08-07T09:52:14.086Z] #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-07T09:52:14.354Z] #183 DONE 0.4s [2024-08-07T09:52:14.354Z] [2024-08-07T09:52:14.354Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T09:52:14.634Z] #153 ... [2024-08-07T09:52:14.634Z] [2024-08-07T09:52:14.634Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T09:52:14.927Z] #184 DONE 0.4s [2024-08-07T09:52:14.927Z] [2024-08-07T09:52:14.927Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T09:52:14.927Z] #185 DONE 0.2s [2024-08-07T09:52:14.927Z] [2024-08-07T09:52:14.927Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T09:52:15.195Z] #150 ... [2024-08-07T09:52:15.195Z] [2024-08-07T09:52:15.195Z] #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:52:17.779Z] #186 DONE 2.4s [2024-08-07T09:52:17.779Z] [2024-08-07T09:52:17.779Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:52:17.779Z] #58 ... [2024-08-07T09:52:17.779Z] [2024-08-07T09:52:17.779Z] #104 [security-secretstore-setup] exporting to image [2024-08-07T09:52:17.779Z] #104 exporting layers [2024-08-07T09:52:18.745Z] #104 exporting layers 1.5s done [2024-08-07T09:52:19.012Z] #104 writing image sha256:8884f672402ac17784b90a63e7b42b2b379184ab80a6962dbf6b74a01cac48b2 done [2024-08-07T09:52:19.012Z] #104 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-08-07T09:52:19.012Z] #104 DONE 11.2s [2024-08-07T09:52:19.012Z] [2024-08-07T09:52:19.012Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T09:53:40.650Z] #41 ... [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T09:53:40.650Z] #146 DONE 1447.2s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T09:53:40.650Z] #149 ... [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:53:40.650Z] #187 DONE 0.4s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:53:40.650Z] #188 DONE 0.2s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T09:53:40.650Z] #189 DONE 0.3s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:53:40.650Z] #190 DONE 0.2s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-07T09:53:40.650Z] #191 DONE 0.2s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T09:53:40.650Z] #192 DONE 2.3s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:53:40.650Z] #58 ... [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #104 [core-common-config-bootstrapper] exporting to image [2024-08-07T09:53:40.650Z] #104 exporting layers [2024-08-07T09:53:40.650Z] #104 exporting layers 0.5s done [2024-08-07T09:53:40.650Z] #104 writing image sha256:e4e69f8cf4cd24599d8b4d3ccbb590e7bf30c110472d73862d7a56eb1228908c done [2024-08-07T09:53:40.650Z] #104 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-07T09:53:40.650Z] #104 DONE 11.7s [2024-08-07T09:53:40.650Z] [2024-08-07T09:53:40.650Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T09:56:02.366Z] #150 ... [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T09:56:02.366Z] #152 DONE 1596.9s [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T09:56:02.366Z] #157 ... [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T09:56:02.366Z] #193 DONE 0.2s [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T09:56:02.366Z] #58 ... [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T09:56:02.366Z] #194 DONE 0.2s [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-07T09:56:02.366Z] #195 DONE 0.4s [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-07T09:56:02.366Z] #196 DONE 0.1s [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T09:56:02.366Z] #151 ... [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #104 [security-spiffe-token-provider] exporting to image [2024-08-07T09:56:02.366Z] #104 exporting layers [2024-08-07T09:56:02.366Z] #104 exporting layers 0.8s done [2024-08-07T09:56:02.366Z] #104 writing image sha256:9428803a087d5e881448485250f13f51bd817809898b19758c9691c3336c1ac4 done [2024-08-07T09:56:02.366Z] #104 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-08-07T09:56:02.366Z] #104 DONE 12.4s [2024-08-07T09:56:02.366Z] [2024-08-07T09:56:02.366Z] #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T10:05:54.642Z] #157 ... [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T10:05:54.642Z] #158 DONE 2183.0s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:05:54.642Z] #41 ... [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:05:54.642Z] #197 DONE 0.2s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:05:54.642Z] #198 DONE 0.3s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T10:05:54.642Z] #199 DONE 0.5s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:05:54.642Z] #41 ... [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:05:54.642Z] #200 DONE 0.2s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T10:05:54.642Z] #201 DONE 0.2s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T10:05:54.642Z] #202 DONE 2.2s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #104 [security-proxy-auth] exporting to image [2024-08-07T10:05:54.642Z] #104 exporting layers [2024-08-07T10:05:54.642Z] #104 exporting layers 0.8s done [2024-08-07T10:05:54.642Z] #104 writing image sha256:a5d61904b4cbd49c6abd37c3e9b0464c9cda983edab040b8cfb16d5ea719d067 done [2024-08-07T10:05:54.642Z] #104 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-07T10:05:54.642Z] #104 DONE 13.2s [2024-08-07T10:05:54.642Z] [2024-08-07T10:05:54.642Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T10:07:16.290Z] #148 ... [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T10:07:16.290Z] #150 DONE 2265.9s [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T10:07:16.290Z] #149 ... [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:07:16.290Z] #203 DONE 0.1s [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:07:16.290Z] #204 DONE 0.5s [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-07T10:07:16.290Z] #205 DONE 0.5s [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:07:16.290Z] #206 DONE 0.1s [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #104 [core-command] exporting to image [2024-08-07T10:07:16.290Z] #104 exporting layers [2024-08-07T10:07:16.290Z] #104 exporting layers 0.4s done [2024-08-07T10:07:16.290Z] #104 writing image sha256:a16eeb705a527869e826f5f5ba190d48940a43e4367cb53aeb747336965be560 done [2024-08-07T10:07:16.290Z] #104 naming to docker.io/library/core-command-arm64 done [2024-08-07T10:07:16.290Z] #104 DONE 13.6s [2024-08-07T10:07:16.290Z] [2024-08-07T10:07:16.290Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:09:53.067Z] #41 ... [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T10:09:53.067Z] #157 DONE 2423.7s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T10:09:53.067Z] #58 ... [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:09:53.067Z] #207 DONE 0.4s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:09:53.067Z] #208 DONE 0.5s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-07T10:09:53.067Z] #209 DONE 0.6s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:09:53.067Z] #210 DONE 0.4s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #104 [core-data] exporting to image [2024-08-07T10:09:53.067Z] #104 exporting layers [2024-08-07T10:09:53.067Z] #104 exporting layers 0.6s done [2024-08-07T10:09:53.067Z] #104 writing image sha256:70d739a0f1380f7d604cd0a41eaabf934cceed7263498a36f7f62c20b428ea63 done [2024-08-07T10:09:53.067Z] #104 naming to docker.io/library/core-data-arm64 done [2024-08-07T10:09:53.067Z] #104 DONE 14.3s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:09:53.067Z] #41 ... [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T10:09:53.067Z] #151 DONE 2429.6s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:09:53.067Z] #41 ... [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:09:53.067Z] #211 DONE 0.2s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T10:09:53.067Z] #148 ... [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T10:09:53.067Z] #212 DONE 0.7s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:09:53.067Z] #41 ... [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:09:53.067Z] #213 DONE 0.1s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #104 [core-keeper] exporting to image [2024-08-07T10:09:53.067Z] #104 exporting layers 0.5s done [2024-08-07T10:09:53.067Z] #104 writing image sha256:59926cd06604e64fa8f25cfc75d7a1ff757c1c43163effd4565e0fc142c5789a done [2024-08-07T10:09:53.067Z] #104 naming to docker.io/library/core-keeper-arm64 done [2024-08-07T10:09:53.067Z] #104 DONE 14.7s [2024-08-07T10:09:53.067Z] [2024-08-07T10:09:53.067Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:09:54.041Z] #41 ... [2024-08-07T10:09:54.041Z] [2024-08-07T10:09:54.041Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T10:09:54.041Z] #148 DONE 2433.9s [2024-08-07T10:09:54.340Z] [2024-08-07T10:09:54.340Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T10:09:54.610Z] #58 ... [2024-08-07T10:09:54.610Z] [2024-08-07T10:09:54.610Z] #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:09:54.610Z] #214 DONE 0.2s [2024-08-07T10:09:54.610Z] [2024-08-07T10:09:54.610Z] #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:09:54.878Z] #215 DONE 0.1s [2024-08-07T10:09:54.878Z] [2024-08-07T10:09:54.878Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T10:09:54.878Z] #58 ... [2024-08-07T10:09:54.878Z] [2024-08-07T10:09:54.878Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T10:09:55.482Z] #216 DONE 0.5s [2024-08-07T10:09:55.482Z] [2024-08-07T10:09:55.482Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:09:55.752Z] #217 DONE 0.2s [2024-08-07T10:09:55.752Z] [2024-08-07T10:09:55.753Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T10:09:55.753Z] #218 DONE 0.1s [2024-08-07T10:09:55.753Z] [2024-08-07T10:09:55.753Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:09:55.753Z] #41 ... [2024-08-07T10:09:55.753Z] [2024-08-07T10:09:55.753Z] #104 [core-metadata] exporting to image [2024-08-07T10:09:56.337Z] #104 exporting layers 0.6s done [2024-08-07T10:09:56.337Z] #104 writing image sha256:8963a001af8974ac905f44ab2963d6b2d11da26e0e3cb4c3bf482ada556bacd8 done [2024-08-07T10:09:56.337Z] #104 naming to docker.io/library/core-metadata-arm64 done [2024-08-07T10:09:56.337Z] #104 DONE 15.4s [2024-08-07T10:09:56.337Z] [2024-08-07T10:09:56.337Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T10:10:43.951Z] #58 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T10:10:43.951Z] #149 DONE 2480.3s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T10:10:43.951Z] #153 DONE 2480.2s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T10:10:43.951Z] #58 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:10:43.951Z] #219 DONE 0.1s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #220 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:10:43.951Z] #220 DONE 0.2s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T10:10:43.951Z] #58 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #221 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:10:43.951Z] #221 DONE 0.2s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T10:10:43.951Z] #154 DONE 2481.4s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #222 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:10:43.951Z] #222 DONE 0.2s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T10:10:43.951Z] #223 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-07T10:10:43.951Z] #224 DONE 0.8s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #225 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T10:10:43.951Z] #225 CACHED [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T10:10:43.951Z] #226 CACHED [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #227 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T10:10:43.951Z] #227 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T10:10:43.951Z] #223 DONE 0.6s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:10:43.951Z] #228 DONE 0.3s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #104 [support-scheduler] exporting to image [2024-08-07T10:10:43.951Z] #104 exporting layers [2024-08-07T10:10:43.951Z] #104 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-07T10:10:43.951Z] #229 DONE 0.3s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #104 [support-notifications] exporting to image [2024-08-07T10:10:43.951Z] #104 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #227 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T10:10:43.951Z] #227 DONE 0.7s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #104 [support-scheduler] exporting to image [2024-08-07T10:10:43.951Z] #104 exporting layers 0.7s done [2024-08-07T10:10:43.951Z] #104 writing image sha256:30be43117e7cc451637ddc693f273a52a7cf48b9b78d306d126f64a7060922a0 0.0s done [2024-08-07T10:10:43.951Z] #104 naming to docker.io/library/support-scheduler-arm64 0.0s done [2024-08-07T10:10:43.951Z] #104 ... [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-07T10:10:43.951Z] #230 DONE 0.2s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #104 [support-cron-scheduler] exporting to image [2024-08-07T10:10:43.951Z] #104 exporting layers 0.8s done [2024-08-07T10:10:43.951Z] #104 writing image sha256:d46eeef85ec00e9c626d02b2480de7e8fdba812cd0bebf1c4053ec59d6343e4e done [2024-08-07T10:10:43.951Z] #104 naming to docker.io/library/support-notifications-arm64 done [2024-08-07T10:10:43.951Z] #104 exporting layers 0.5s done [2024-08-07T10:10:43.951Z] #104 writing image sha256:24c91ce9048416e4949888520b4df6a50ff1728905b165ee6bad7b6cd2c4b5bc done [2024-08-07T10:10:43.951Z] #104 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-07T10:10:43.951Z] #104 DONE 16.7s [2024-08-07T10:10:43.951Z] [2024-08-07T10:10:43.951Z] #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T10:10:43.951Z] time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-07T10:10:43.959Z] $ docker stop --time=1 bf49f394ca2c4b00f5d1edaaa6dc1bf98672a2ec24d69beb6d3beb2d7b952640 [2024-08-07T10:10:45.822Z] $ docker rm -f --volumes bf49f394ca2c4b00f5d1edaaa6dc1bf98672a2ec24d69beb6d3beb2d7b952640 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T10:10:46.358Z] + docker images [2024-08-07T10:10:46.358Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-07T10:10:46.358Z] support-notifications-arm64 latest d46eeef85ec0 4 seconds ago 41.9MB [2024-08-07T10:10:46.358Z] support-cron-scheduler-arm64 latest 24c91ce90484 4 seconds ago 42.2MB [2024-08-07T10:10:46.358Z] support-scheduler-arm64 latest 30be43117e7c 4 seconds ago 41.2MB [2024-08-07T10:10:46.358Z] core-metadata-arm64 latest 8963a001af89 51 seconds ago 39.1MB [2024-08-07T10:10:46.358Z] core-keeper-arm64 latest 59926cd06604 55 seconds ago 38.9MB [2024-08-07T10:10:46.358Z] core-data-arm64 latest 70d739a0f138 About a minute ago 39MB [2024-08-07T10:10:46.359Z] core-command-arm64 latest a16eeb705a52 3 minutes ago 35MB [2024-08-07T10:10:46.359Z] security-proxy-auth-arm64 latest a5d61904b4cb 5 minutes ago 32.6MB [2024-08-07T10:10:46.359Z] security-spiffe-token-provider-arm64 latest 9428803a087d 14 minutes ago 29MB [2024-08-07T10:10:46.359Z] core-common-config-bootstrapper-arm64 latest e4e69f8cf4cd 17 minutes ago 15.3MB [2024-08-07T10:10:46.359Z] security-secretstore-setup-arm64 latest 8884f672402a 18 minutes ago 36.4MB [2024-08-07T10:10:46.359Z] security-bootstrapper-arm64 latest b1b15d6868d3 18 minutes ago 18.9MB [2024-08-07T10:10:46.359Z] security-proxy-setup-arm64 latest 3e97fa73aa15 18 minutes ago 26.1MB [2024-08-07T10:10:46.359Z] security-spire-config-arm64 latest 36fb9f905757 42 minutes ago 115MB [2024-08-07T10:10:46.359Z] security-spire-agent-arm64 latest ea4d52873d81 42 minutes ago 174MB [2024-08-07T10:10:46.359Z] security-spire-server-arm64 latest 1aff78484afe 42 minutes ago 116MB [2024-08-07T10:10:46.359Z] ci-base-image-arm64 latest 8d2498ab9cc7 44 minutes ago 967MB [2024-08-07T10:10:46.359Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-08-07T10:10:46.359Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T10:10:46.504Z] provisioning config files... [2024-08-07T10:10:46.519Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config4714720289122899432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:10:46.883Z] ---> ****-login.sh [2024-08-07T10:10:46.883Z] nexus3.edgexfoundry.org:10001 [2024-08-07T10:10:47.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T10:10:47.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T10:10:47.150Z] Configure a credential helper to remove this warning. See [2024-08-07T10:10:47.150Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T10:10:47.150Z] [2024-08-07T10:10:47.150Z] Login Succeeded [2024-08-07T10:10:47.150Z] nexus3.edgexfoundry.org:10002 [2024-08-07T10:10:47.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T10:10:47.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T10:10:47.685Z] Configure a credential helper to remove this warning. See [2024-08-07T10:10:47.685Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T10:10:47.685Z] [2024-08-07T10:10:47.685Z] Login Succeeded [2024-08-07T10:10:47.685Z] nexus3.edgexfoundry.org:10003 [2024-08-07T10:10:47.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T10:10:48.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T10:10:48.220Z] Configure a credential helper to remove this warning. See [2024-08-07T10:10:48.220Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T10:10:48.220Z] [2024-08-07T10:10:48.220Z] Login Succeeded [2024-08-07T10:10:48.220Z] nexus3.edgexfoundry.org:10004 [2024-08-07T10:10:48.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T10:10:48.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T10:10:48.488Z] Configure a credential helper to remove this warning. See [2024-08-07T10:10:48.488Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T10:10:48.488Z] [2024-08-07T10:10:48.488Z] Login Succeeded [2024-08-07T10:10:48.488Z] ****.io [2024-08-07T10:10:48.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T10:10:49.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T10:10:49.021Z] Configure a credential helper to remove this warning. See [2024-08-07T10:10:49.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T10:10:49.021Z] [2024-08-07T10:10:49.021Z] Login Succeeded [2024-08-07T10:10:49.021Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T10:10:49.033Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:10:49.086Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T10:10:49.113Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-07T10:10:49.113Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:10:49.113Z] latest [2024-08-07T10:10:49.113Z] 3.2.0-dev.47 [2024-08-07T10:10:49.113Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:10:49.113Z] main [2024-08-07T10:10:49.113Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:10:49.504Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:10:49.880Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:10:49.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T10:10:49.880Z] a7800fc4ff46: Preparing [2024-08-07T10:10:49.880Z] 9bb11759bfad: Preparing [2024-08-07T10:10:49.880Z] 8a5aaae076d9: Preparing [2024-08-07T10:10:49.880Z] 4217593ab4f8: Preparing [2024-08-07T10:10:49.880Z] ab80fbf3005f: Preparing [2024-08-07T10:10:49.880Z] c212ff69d499: Preparing [2024-08-07T10:10:49.880Z] 3c20671a5817: Preparing [2024-08-07T10:10:49.880Z] c212ff69d499: Waiting [2024-08-07T10:10:49.880Z] 3c20671a5817: Waiting [2024-08-07T10:11:11.965Z] 9bb11759bfad: Pushed [2024-08-07T10:11:11.965Z] a7800fc4ff46: Pushed [2024-08-07T10:11:11.965Z] ab80fbf3005f: Pushed [2024-08-07T10:11:11.965Z] 8a5aaae076d9: Pushed [2024-08-07T10:11:11.965Z] 4217593ab4f8: Pushed [2024-08-07T10:11:11.965Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:11.965Z] c212ff69d499: Pushed [2024-08-07T10:11:12.234Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:12.600Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:12.962Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-07T10:11:12.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T10:11:12.962Z] a7800fc4ff46: Preparing [2024-08-07T10:11:12.962Z] 9bb11759bfad: Preparing [2024-08-07T10:11:12.962Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:12.962Z] 4217593ab4f8: Preparing [2024-08-07T10:11:12.962Z] ab80fbf3005f: Preparing [2024-08-07T10:11:12.962Z] c212ff69d499: Preparing [2024-08-07T10:11:12.962Z] 3c20671a5817: Preparing [2024-08-07T10:11:12.962Z] c212ff69d499: Waiting [2024-08-07T10:11:12.962Z] 3c20671a5817: Waiting [2024-08-07T10:11:12.962Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:12.962Z] a7800fc4ff46: Layer already exists [2024-08-07T10:11:12.962Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:12.962Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:12.962Z] 9bb11759bfad: Layer already exists [2024-08-07T10:11:12.962Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:12.962Z] c212ff69d499: Layer already exists [2024-08-07T10:11:13.230Z] latest: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:13.592Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:13.957Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.47 [2024-08-07T10:11:13.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T10:11:13.957Z] a7800fc4ff46: Preparing [2024-08-07T10:11:13.957Z] 9bb11759bfad: Preparing [2024-08-07T10:11:13.957Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:13.957Z] 4217593ab4f8: Preparing [2024-08-07T10:11:13.957Z] ab80fbf3005f: Preparing [2024-08-07T10:11:13.957Z] c212ff69d499: Preparing [2024-08-07T10:11:13.957Z] 3c20671a5817: Preparing [2024-08-07T10:11:13.957Z] c212ff69d499: Waiting [2024-08-07T10:11:13.957Z] 3c20671a5817: Waiting [2024-08-07T10:11:13.957Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:13.957Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:13.957Z] 9bb11759bfad: Layer already exists [2024-08-07T10:11:13.957Z] a7800fc4ff46: Layer already exists [2024-08-07T10:11:13.957Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:13.957Z] c212ff69d499: Layer already exists [2024-08-07T10:11:13.957Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:14.224Z] 3.2.0-dev.47: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:14.590Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:14.958Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:14.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T10:11:14.958Z] a7800fc4ff46: Preparing [2024-08-07T10:11:14.958Z] 9bb11759bfad: Preparing [2024-08-07T10:11:14.958Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:14.958Z] 4217593ab4f8: Preparing [2024-08-07T10:11:14.958Z] ab80fbf3005f: Preparing [2024-08-07T10:11:14.958Z] c212ff69d499: Preparing [2024-08-07T10:11:14.958Z] 3c20671a5817: Preparing [2024-08-07T10:11:14.958Z] 3c20671a5817: Waiting [2024-08-07T10:11:14.958Z] c212ff69d499: Waiting [2024-08-07T10:11:14.958Z] 9bb11759bfad: Layer already exists [2024-08-07T10:11:14.958Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:14.958Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:14.958Z] a7800fc4ff46: Layer already exists [2024-08-07T10:11:14.958Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:14.958Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:14.958Z] c212ff69d499: Layer already exists [2024-08-07T10:11:15.227Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:15.591Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:15.949Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-07T10:11:15.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T10:11:15.949Z] a7800fc4ff46: Preparing [2024-08-07T10:11:15.949Z] 9bb11759bfad: Preparing [2024-08-07T10:11:15.949Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:15.949Z] 4217593ab4f8: Preparing [2024-08-07T10:11:15.949Z] ab80fbf3005f: Preparing [2024-08-07T10:11:15.949Z] c212ff69d499: Preparing [2024-08-07T10:11:15.949Z] 3c20671a5817: Preparing [2024-08-07T10:11:15.949Z] c212ff69d499: Waiting [2024-08-07T10:11:15.949Z] 3c20671a5817: Waiting [2024-08-07T10:11:15.949Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:15.949Z] a7800fc4ff46: Layer already exists [2024-08-07T10:11:15.949Z] 9bb11759bfad: Layer already exists [2024-08-07T10:11:15.949Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:15.949Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:15.949Z] c212ff69d499: Layer already exists [2024-08-07T10:11:15.949Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:16.217Z] main: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:11:16.289Z] ===================================================== [Pipeline] echo [2024-08-07T10:11:16.304Z] taggedImages: [2024-08-07T10:11:16.304Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:16.304Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-07T10:11:16.304Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.47 [2024-08-07T10:11:16.304Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:16.304Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-07T10:11:16.388Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-07T10:11:16.388Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:16.388Z] latest [2024-08-07T10:11:16.388Z] 3.2.0-dev.47 [2024-08-07T10:11:16.388Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:16.388Z] main [2024-08-07T10:11:16.388Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:16.771Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:17.132Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:17.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T10:11:17.132Z] ac4f5deaf791: Preparing [2024-08-07T10:11:17.132Z] 380473ac504c: Preparing [2024-08-07T10:11:17.132Z] f2d0e93d13fa: Preparing [2024-08-07T10:11:17.132Z] 0ca7b429385e: Preparing [2024-08-07T10:11:17.132Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:17.132Z] 4217593ab4f8: Preparing [2024-08-07T10:11:17.132Z] ab80fbf3005f: Preparing [2024-08-07T10:11:17.132Z] c212ff69d499: Preparing [2024-08-07T10:11:17.132Z] 3c20671a5817: Preparing [2024-08-07T10:11:17.132Z] 4217593ab4f8: Waiting [2024-08-07T10:11:17.132Z] ab80fbf3005f: Waiting [2024-08-07T10:11:17.132Z] c212ff69d499: Waiting [2024-08-07T10:11:17.132Z] 3c20671a5817: Waiting [2024-08-07T10:11:17.132Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:17.399Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:17.399Z] 380473ac504c: Pushed [2024-08-07T10:11:17.399Z] f2d0e93d13fa: Pushed [2024-08-07T10:11:17.399Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:17.399Z] ac4f5deaf791: Pushed [2024-08-07T10:11:17.399Z] c212ff69d499: Layer already exists [2024-08-07T10:11:17.399Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:19.339Z] 0ca7b429385e: Pushed [2024-08-07T10:11:19.339Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:19.711Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:20.073Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-07T10:11:20.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T10:11:20.073Z] ac4f5deaf791: Preparing [2024-08-07T10:11:20.073Z] 380473ac504c: Preparing [2024-08-07T10:11:20.073Z] f2d0e93d13fa: Preparing [2024-08-07T10:11:20.073Z] 0ca7b429385e: Preparing [2024-08-07T10:11:20.073Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:20.073Z] 4217593ab4f8: Preparing [2024-08-07T10:11:20.073Z] ab80fbf3005f: Preparing [2024-08-07T10:11:20.073Z] c212ff69d499: Preparing [2024-08-07T10:11:20.073Z] 3c20671a5817: Preparing [2024-08-07T10:11:20.073Z] 4217593ab4f8: Waiting [2024-08-07T10:11:20.073Z] ab80fbf3005f: Waiting [2024-08-07T10:11:20.073Z] c212ff69d499: Waiting [2024-08-07T10:11:20.073Z] 3c20671a5817: Waiting [2024-08-07T10:11:20.073Z] 0ca7b429385e: Layer already exists [2024-08-07T10:11:20.073Z] 380473ac504c: Layer already exists [2024-08-07T10:11:20.073Z] ac4f5deaf791: Layer already exists [2024-08-07T10:11:20.073Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:20.073Z] f2d0e93d13fa: Layer already exists [2024-08-07T10:11:20.073Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:20.073Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:20.073Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:20.073Z] c212ff69d499: Layer already exists [2024-08-07T10:11:20.339Z] latest: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:20.698Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:21.071Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.47 [2024-08-07T10:11:21.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T10:11:21.071Z] ac4f5deaf791: Preparing [2024-08-07T10:11:21.071Z] 380473ac504c: Preparing [2024-08-07T10:11:21.071Z] f2d0e93d13fa: Preparing [2024-08-07T10:11:21.071Z] 0ca7b429385e: Preparing [2024-08-07T10:11:21.071Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:21.071Z] 4217593ab4f8: Preparing [2024-08-07T10:11:21.071Z] ab80fbf3005f: Preparing [2024-08-07T10:11:21.071Z] c212ff69d499: Preparing [2024-08-07T10:11:21.071Z] 3c20671a5817: Preparing [2024-08-07T10:11:21.071Z] ab80fbf3005f: Waiting [2024-08-07T10:11:21.071Z] c212ff69d499: Waiting [2024-08-07T10:11:21.071Z] 3c20671a5817: Waiting [2024-08-07T10:11:21.071Z] 4217593ab4f8: Waiting [2024-08-07T10:11:21.071Z] f2d0e93d13fa: Layer already exists [2024-08-07T10:11:21.071Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:21.071Z] ac4f5deaf791: Layer already exists [2024-08-07T10:11:21.071Z] 380473ac504c: Layer already exists [2024-08-07T10:11:21.071Z] 0ca7b429385e: Layer already exists [2024-08-07T10:11:21.071Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:21.071Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:21.071Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:21.071Z] c212ff69d499: Layer already exists [2024-08-07T10:11:21.338Z] 3.2.0-dev.47: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:21.714Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:22.073Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:22.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T10:11:22.073Z] ac4f5deaf791: Preparing [2024-08-07T10:11:22.073Z] 380473ac504c: Preparing [2024-08-07T10:11:22.073Z] f2d0e93d13fa: Preparing [2024-08-07T10:11:22.073Z] 0ca7b429385e: Preparing [2024-08-07T10:11:22.073Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:22.073Z] 4217593ab4f8: Preparing [2024-08-07T10:11:22.073Z] ab80fbf3005f: Preparing [2024-08-07T10:11:22.073Z] 4217593ab4f8: Waiting [2024-08-07T10:11:22.073Z] c212ff69d499: Preparing [2024-08-07T10:11:22.073Z] ab80fbf3005f: Waiting [2024-08-07T10:11:22.073Z] 3c20671a5817: Preparing [2024-08-07T10:11:22.073Z] c212ff69d499: Waiting [2024-08-07T10:11:22.073Z] 3c20671a5817: Waiting [2024-08-07T10:11:22.073Z] 0ca7b429385e: Layer already exists [2024-08-07T10:11:22.073Z] ac4f5deaf791: Layer already exists [2024-08-07T10:11:22.073Z] 380473ac504c: Layer already exists [2024-08-07T10:11:22.073Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:22.073Z] f2d0e93d13fa: Layer already exists [2024-08-07T10:11:22.073Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:22.073Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:22.342Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:22.342Z] c212ff69d499: Layer already exists [2024-08-07T10:11:22.342Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:22.713Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:23.077Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-07T10:11:23.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T10:11:23.077Z] ac4f5deaf791: Preparing [2024-08-07T10:11:23.077Z] 380473ac504c: Preparing [2024-08-07T10:11:23.077Z] f2d0e93d13fa: Preparing [2024-08-07T10:11:23.077Z] 0ca7b429385e: Preparing [2024-08-07T10:11:23.077Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:23.077Z] 4217593ab4f8: Preparing [2024-08-07T10:11:23.077Z] ab80fbf3005f: Preparing [2024-08-07T10:11:23.077Z] c212ff69d499: Preparing [2024-08-07T10:11:23.077Z] 3c20671a5817: Preparing [2024-08-07T10:11:23.077Z] 4217593ab4f8: Waiting [2024-08-07T10:11:23.077Z] c212ff69d499: Waiting [2024-08-07T10:11:23.077Z] 3c20671a5817: Waiting [2024-08-07T10:11:23.077Z] ab80fbf3005f: Waiting [2024-08-07T10:11:23.077Z] ac4f5deaf791: Layer already exists [2024-08-07T10:11:23.077Z] 380473ac504c: Layer already exists [2024-08-07T10:11:23.077Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:23.077Z] f2d0e93d13fa: Layer already exists [2024-08-07T10:11:23.077Z] 0ca7b429385e: Layer already exists [2024-08-07T10:11:23.077Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:23.077Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:23.077Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:23.077Z] c212ff69d499: Layer already exists [2024-08-07T10:11:23.345Z] main: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:11:23.433Z] ===================================================== [Pipeline] echo [2024-08-07T10:11:23.449Z] taggedImages: [2024-08-07T10:11:23.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:23.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-07T10:11:23.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.47 [2024-08-07T10:11:23.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:23.449Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-07T10:11:23.477Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-07T10:11:23.477Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:23.477Z] latest [2024-08-07T10:11:23.477Z] 3.2.0-dev.47 [2024-08-07T10:11:23.477Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:23.477Z] main [2024-08-07T10:11:23.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:23.858Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:24.242Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:24.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T10:11:24.242Z] 21f47b3432a5: Preparing [2024-08-07T10:11:24.242Z] 1627c737a49f: Preparing [2024-08-07T10:11:24.242Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:24.242Z] 4217593ab4f8: Preparing [2024-08-07T10:11:24.242Z] ce6cb577a56c: Preparing [2024-08-07T10:11:24.242Z] a6064f200290: Preparing [2024-08-07T10:11:24.242Z] 3c20671a5817: Preparing [2024-08-07T10:11:24.242Z] a6064f200290: Waiting [2024-08-07T10:11:24.242Z] 3c20671a5817: Waiting [2024-08-07T10:11:24.509Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:24.509Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:24.509Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:24.509Z] ce6cb577a56c: Pushed [2024-08-07T10:11:24.509Z] 21f47b3432a5: Pushed [2024-08-07T10:11:24.509Z] a6064f200290: Pushed [2024-08-07T10:11:31.157Z] 1627c737a49f: Pushed [2024-08-07T10:11:31.425Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:31.796Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:32.164Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-07T10:11:32.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T10:11:32.164Z] 21f47b3432a5: Preparing [2024-08-07T10:11:32.164Z] 1627c737a49f: Preparing [2024-08-07T10:11:32.164Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:32.164Z] 4217593ab4f8: Preparing [2024-08-07T10:11:32.164Z] ce6cb577a56c: Preparing [2024-08-07T10:11:32.164Z] a6064f200290: Preparing [2024-08-07T10:11:32.164Z] 3c20671a5817: Preparing [2024-08-07T10:11:32.164Z] a6064f200290: Waiting [2024-08-07T10:11:32.164Z] 3c20671a5817: Waiting [2024-08-07T10:11:32.164Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:32.164Z] 1627c737a49f: Layer already exists [2024-08-07T10:11:32.164Z] ce6cb577a56c: Layer already exists [2024-08-07T10:11:32.164Z] 21f47b3432a5: Layer already exists [2024-08-07T10:11:32.164Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:32.164Z] a6064f200290: Layer already exists [2024-08-07T10:11:32.164Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:32.431Z] latest: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:32.792Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:33.166Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.47 [2024-08-07T10:11:33.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T10:11:33.166Z] 21f47b3432a5: Preparing [2024-08-07T10:11:33.166Z] 1627c737a49f: Preparing [2024-08-07T10:11:33.166Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:33.166Z] 4217593ab4f8: Preparing [2024-08-07T10:11:33.166Z] ce6cb577a56c: Preparing [2024-08-07T10:11:33.166Z] a6064f200290: Preparing [2024-08-07T10:11:33.166Z] 3c20671a5817: Preparing [2024-08-07T10:11:33.166Z] a6064f200290: Waiting [2024-08-07T10:11:33.166Z] 3c20671a5817: Waiting [2024-08-07T10:11:33.166Z] ce6cb577a56c: Layer already exists [2024-08-07T10:11:33.166Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:33.166Z] 1627c737a49f: Layer already exists [2024-08-07T10:11:33.166Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:33.166Z] 21f47b3432a5: Layer already exists [2024-08-07T10:11:33.166Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:33.166Z] a6064f200290: Layer already exists [2024-08-07T10:11:33.438Z] 3.2.0-dev.47: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:33.806Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:34.163Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:34.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T10:11:34.164Z] 21f47b3432a5: Preparing [2024-08-07T10:11:34.164Z] 1627c737a49f: Preparing [2024-08-07T10:11:34.164Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:34.164Z] 4217593ab4f8: Preparing [2024-08-07T10:11:34.164Z] ce6cb577a56c: Preparing [2024-08-07T10:11:34.164Z] a6064f200290: Preparing [2024-08-07T10:11:34.164Z] 3c20671a5817: Preparing [2024-08-07T10:11:34.164Z] a6064f200290: Waiting [2024-08-07T10:11:34.164Z] 3c20671a5817: Waiting [2024-08-07T10:11:34.164Z] 1627c737a49f: Layer already exists [2024-08-07T10:11:34.164Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:34.164Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:34.164Z] ce6cb577a56c: Layer already exists [2024-08-07T10:11:34.164Z] 21f47b3432a5: Layer already exists [2024-08-07T10:11:34.164Z] a6064f200290: Layer already exists [2024-08-07T10:11:34.164Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:35.176Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:35.545Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:35.907Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-07T10:11:35.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T10:11:35.907Z] 21f47b3432a5: Preparing [2024-08-07T10:11:35.907Z] 1627c737a49f: Preparing [2024-08-07T10:11:35.907Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:35.907Z] 4217593ab4f8: Preparing [2024-08-07T10:11:35.907Z] ce6cb577a56c: Preparing [2024-08-07T10:11:35.907Z] a6064f200290: Preparing [2024-08-07T10:11:35.907Z] 3c20671a5817: Preparing [2024-08-07T10:11:35.907Z] a6064f200290: Waiting [2024-08-07T10:11:35.907Z] 3c20671a5817: Waiting [2024-08-07T10:11:35.907Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:35.907Z] 1627c737a49f: Layer already exists [2024-08-07T10:11:35.907Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:35.907Z] ce6cb577a56c: Layer already exists [2024-08-07T10:11:35.907Z] 21f47b3432a5: Layer already exists [2024-08-07T10:11:35.907Z] a6064f200290: Layer already exists [2024-08-07T10:11:35.907Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:36.173Z] main: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:11:36.266Z] ===================================================== [Pipeline] echo [2024-08-07T10:11:36.283Z] taggedImages: [2024-08-07T10:11:36.283Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:36.283Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-07T10:11:36.283Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.47 [2024-08-07T10:11:36.283Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:36.283Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-07T10:11:36.310Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-07T10:11:36.310Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:36.310Z] latest [2024-08-07T10:11:36.310Z] 3.2.0-dev.47 [2024-08-07T10:11:36.310Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:36.310Z] main [2024-08-07T10:11:36.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:36.689Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:37.055Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:37.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T10:11:37.055Z] c8f87558b125: Preparing [2024-08-07T10:11:37.055Z] 9364681a664d: Preparing [2024-08-07T10:11:37.055Z] 4217593ab4f8: Preparing [2024-08-07T10:11:37.055Z] 04dc5728730b: Preparing [2024-08-07T10:11:37.055Z] f43f9fe56aba: Preparing [2024-08-07T10:11:37.055Z] 3c20671a5817: Preparing [2024-08-07T10:11:37.055Z] 3c20671a5817: Waiting [2024-08-07T10:11:37.321Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:37.321Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:37.321Z] c8f87558b125: Pushed [2024-08-07T10:11:37.321Z] f43f9fe56aba: Pushed [2024-08-07T10:11:37.321Z] 04dc5728730b: Pushed [2024-08-07T10:11:43.964Z] 9364681a664d: Pushed [2024-08-07T10:11:44.231Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:44.595Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:44.974Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-07T10:11:44.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T10:11:44.974Z] c8f87558b125: Preparing [2024-08-07T10:11:44.974Z] 9364681a664d: Preparing [2024-08-07T10:11:44.974Z] 4217593ab4f8: Preparing [2024-08-07T10:11:44.974Z] 04dc5728730b: Preparing [2024-08-07T10:11:44.974Z] f43f9fe56aba: Preparing [2024-08-07T10:11:44.974Z] 3c20671a5817: Preparing [2024-08-07T10:11:44.974Z] 3c20671a5817: Waiting [2024-08-07T10:11:44.974Z] 9364681a664d: Layer already exists [2024-08-07T10:11:44.974Z] f43f9fe56aba: Layer already exists [2024-08-07T10:11:44.974Z] c8f87558b125: Layer already exists [2024-08-07T10:11:44.974Z] 04dc5728730b: Layer already exists [2024-08-07T10:11:44.974Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:44.974Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:45.242Z] latest: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:45.609Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:45.979Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.47 [2024-08-07T10:11:45.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T10:11:45.980Z] c8f87558b125: Preparing [2024-08-07T10:11:45.980Z] 9364681a664d: Preparing [2024-08-07T10:11:45.980Z] 4217593ab4f8: Preparing [2024-08-07T10:11:45.980Z] 04dc5728730b: Preparing [2024-08-07T10:11:45.980Z] f43f9fe56aba: Preparing [2024-08-07T10:11:45.980Z] 3c20671a5817: Preparing [2024-08-07T10:11:45.980Z] 3c20671a5817: Waiting [2024-08-07T10:11:45.980Z] 04dc5728730b: Layer already exists [2024-08-07T10:11:45.980Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:45.980Z] c8f87558b125: Layer already exists [2024-08-07T10:11:45.980Z] 9364681a664d: Layer already exists [2024-08-07T10:11:45.980Z] f43f9fe56aba: Layer already exists [2024-08-07T10:11:45.980Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:46.247Z] 3.2.0-dev.47: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:46.609Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:46.973Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:46.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T10:11:46.973Z] c8f87558b125: Preparing [2024-08-07T10:11:46.973Z] 9364681a664d: Preparing [2024-08-07T10:11:46.973Z] 4217593ab4f8: Preparing [2024-08-07T10:11:46.973Z] 04dc5728730b: Preparing [2024-08-07T10:11:46.973Z] f43f9fe56aba: Preparing [2024-08-07T10:11:46.973Z] 3c20671a5817: Preparing [2024-08-07T10:11:46.973Z] 3c20671a5817: Waiting [2024-08-07T10:11:46.973Z] f43f9fe56aba: Layer already exists [2024-08-07T10:11:46.973Z] 04dc5728730b: Layer already exists [2024-08-07T10:11:46.973Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:46.973Z] c8f87558b125: Layer already exists [2024-08-07T10:11:46.973Z] 9364681a664d: Layer already exists [2024-08-07T10:11:47.240Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:47.240Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:47.605Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:47.958Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-07T10:11:47.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T10:11:47.958Z] c8f87558b125: Preparing [2024-08-07T10:11:47.958Z] 9364681a664d: Preparing [2024-08-07T10:11:47.958Z] 4217593ab4f8: Preparing [2024-08-07T10:11:47.958Z] 04dc5728730b: Preparing [2024-08-07T10:11:47.958Z] f43f9fe56aba: Preparing [2024-08-07T10:11:47.958Z] 3c20671a5817: Preparing [2024-08-07T10:11:47.958Z] 3c20671a5817: Waiting [2024-08-07T10:11:47.958Z] c8f87558b125: Layer already exists [2024-08-07T10:11:47.958Z] f43f9fe56aba: Layer already exists [2024-08-07T10:11:47.958Z] 04dc5728730b: Layer already exists [2024-08-07T10:11:47.958Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:47.958Z] 9364681a664d: Layer already exists [2024-08-07T10:11:47.958Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:48.225Z] main: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:11:48.309Z] ===================================================== [Pipeline] echo [2024-08-07T10:11:48.323Z] taggedImages: [2024-08-07T10:11:48.323Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:48.323Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-07T10:11:48.323Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.47 [2024-08-07T10:11:48.323Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:48.323Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-07T10:11:48.353Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-07T10:11:48.353Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:48.353Z] latest [2024-08-07T10:11:48.353Z] 3.2.0-dev.47 [2024-08-07T10:11:48.353Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:48.353Z] main [2024-08-07T10:11:48.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:48.735Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:49.104Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:11:49.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T10:11:49.104Z] 0fe85ae931b4: Preparing [2024-08-07T10:11:49.104Z] 8bc1a04ce8ab: Preparing [2024-08-07T10:11:49.104Z] b34598c05fdc: Preparing [2024-08-07T10:11:49.104Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:49.104Z] 4217593ab4f8: Preparing [2024-08-07T10:11:49.104Z] ab80fbf3005f: Preparing [2024-08-07T10:11:49.104Z] c212ff69d499: Preparing [2024-08-07T10:11:49.104Z] 3c20671a5817: Preparing [2024-08-07T10:11:49.104Z] ab80fbf3005f: Waiting [2024-08-07T10:11:49.104Z] c212ff69d499: Waiting [2024-08-07T10:11:49.104Z] 3c20671a5817: Waiting [2024-08-07T10:11:49.374Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:49.374Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:49.374Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:49.374Z] c212ff69d499: Layer already exists [2024-08-07T10:11:49.374Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:49.374Z] 0fe85ae931b4: Pushed [2024-08-07T10:11:49.374Z] 8bc1a04ce8ab: Pushed [2024-08-07T10:11:56.014Z] b34598c05fdc: Pushed [2024-08-07T10:11:56.282Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:56.638Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:56.988Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-07T10:11:56.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T10:11:56.989Z] 0fe85ae931b4: Preparing [2024-08-07T10:11:56.989Z] 8bc1a04ce8ab: Preparing [2024-08-07T10:11:56.989Z] b34598c05fdc: Preparing [2024-08-07T10:11:56.989Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:56.989Z] 4217593ab4f8: Preparing [2024-08-07T10:11:56.989Z] ab80fbf3005f: Preparing [2024-08-07T10:11:56.989Z] c212ff69d499: Preparing [2024-08-07T10:11:56.989Z] 3c20671a5817: Preparing [2024-08-07T10:11:56.989Z] c212ff69d499: Waiting [2024-08-07T10:11:56.989Z] 3c20671a5817: Waiting [2024-08-07T10:11:56.989Z] ab80fbf3005f: Waiting [2024-08-07T10:11:56.989Z] 8bc1a04ce8ab: Layer already exists [2024-08-07T10:11:56.989Z] 0fe85ae931b4: Layer already exists [2024-08-07T10:11:56.989Z] b34598c05fdc: Layer already exists [2024-08-07T10:11:56.989Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:56.989Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:56.989Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:56.989Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:56.989Z] c212ff69d499: Layer already exists [2024-08-07T10:11:57.254Z] latest: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:57.619Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:58.232Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.47 [2024-08-07T10:11:58.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T10:11:58.232Z] 0fe85ae931b4: Preparing [2024-08-07T10:11:58.232Z] 8bc1a04ce8ab: Preparing [2024-08-07T10:11:58.232Z] b34598c05fdc: Preparing [2024-08-07T10:11:58.232Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:58.232Z] 4217593ab4f8: Preparing [2024-08-07T10:11:58.232Z] ab80fbf3005f: Preparing [2024-08-07T10:11:58.232Z] c212ff69d499: Preparing [2024-08-07T10:11:58.232Z] 3c20671a5817: Preparing [2024-08-07T10:11:58.232Z] ab80fbf3005f: Waiting [2024-08-07T10:11:58.232Z] c212ff69d499: Waiting [2024-08-07T10:11:58.232Z] 3c20671a5817: Waiting [2024-08-07T10:11:58.232Z] 8bc1a04ce8ab: Layer already exists [2024-08-07T10:11:58.232Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:58.232Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:58.232Z] 0fe85ae931b4: Layer already exists [2024-08-07T10:11:58.232Z] b34598c05fdc: Layer already exists [2024-08-07T10:11:58.232Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:58.232Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:58.232Z] c212ff69d499: Layer already exists [2024-08-07T10:11:58.501Z] 3.2.0-dev.47: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:58.866Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:59.222Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:11:59.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T10:11:59.222Z] 0fe85ae931b4: Preparing [2024-08-07T10:11:59.222Z] 8bc1a04ce8ab: Preparing [2024-08-07T10:11:59.222Z] b34598c05fdc: Preparing [2024-08-07T10:11:59.222Z] 8a5aaae076d9: Preparing [2024-08-07T10:11:59.222Z] 4217593ab4f8: Preparing [2024-08-07T10:11:59.222Z] ab80fbf3005f: Preparing [2024-08-07T10:11:59.222Z] c212ff69d499: Preparing [2024-08-07T10:11:59.222Z] 3c20671a5817: Preparing [2024-08-07T10:11:59.222Z] ab80fbf3005f: Waiting [2024-08-07T10:11:59.222Z] c212ff69d499: Waiting [2024-08-07T10:11:59.222Z] 3c20671a5817: Waiting [2024-08-07T10:11:59.222Z] 4217593ab4f8: Layer already exists [2024-08-07T10:11:59.222Z] 0fe85ae931b4: Layer already exists [2024-08-07T10:11:59.222Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:11:59.222Z] 8bc1a04ce8ab: Layer already exists [2024-08-07T10:11:59.222Z] b34598c05fdc: Layer already exists [2024-08-07T10:11:59.222Z] ab80fbf3005f: Layer already exists [2024-08-07T10:11:59.222Z] c212ff69d499: Layer already exists [2024-08-07T10:11:59.222Z] 3c20671a5817: Layer already exists [2024-08-07T10:11:59.489Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:11:59.856Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:00.214Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-07T10:12:00.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T10:12:00.214Z] 0fe85ae931b4: Preparing [2024-08-07T10:12:00.214Z] 8bc1a04ce8ab: Preparing [2024-08-07T10:12:00.214Z] b34598c05fdc: Preparing [2024-08-07T10:12:00.214Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:00.214Z] 4217593ab4f8: Preparing [2024-08-07T10:12:00.214Z] ab80fbf3005f: Preparing [2024-08-07T10:12:00.214Z] c212ff69d499: Preparing [2024-08-07T10:12:00.214Z] 3c20671a5817: Preparing [2024-08-07T10:12:00.214Z] c212ff69d499: Waiting [2024-08-07T10:12:00.214Z] ab80fbf3005f: Waiting [2024-08-07T10:12:00.214Z] 3c20671a5817: Waiting [2024-08-07T10:12:00.214Z] 8bc1a04ce8ab: Layer already exists [2024-08-07T10:12:00.214Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:00.214Z] 0fe85ae931b4: Layer already exists [2024-08-07T10:12:00.214Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:00.214Z] b34598c05fdc: Layer already exists [2024-08-07T10:12:00.214Z] c212ff69d499: Layer already exists [2024-08-07T10:12:00.214Z] ab80fbf3005f: Layer already exists [2024-08-07T10:12:00.214Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:00.481Z] main: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:12:00.552Z] ===================================================== [Pipeline] echo [2024-08-07T10:12:00.563Z] taggedImages: [2024-08-07T10:12:00.563Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:00.563Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-07T10:12:00.563Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.47 [2024-08-07T10:12:00.563Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:00.563Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-07T10:12:00.590Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-07T10:12:00.590Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:00.590Z] latest [2024-08-07T10:12:00.590Z] 3.2.0-dev.47 [2024-08-07T10:12:00.590Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:00.590Z] main [2024-08-07T10:12:00.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:00.969Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:01.334Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:01.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T10:12:01.334Z] 31288145d9dc: Preparing [2024-08-07T10:12:01.334Z] f7137aef2b42: Preparing [2024-08-07T10:12:01.334Z] 927c31de4b15: Preparing [2024-08-07T10:12:01.334Z] 4a1df6da295c: Preparing [2024-08-07T10:12:01.334Z] ead720d42570: Preparing [2024-08-07T10:12:01.334Z] 149aee1c0d05: Preparing [2024-08-07T10:12:01.334Z] 970ba5b0cdb8: Preparing [2024-08-07T10:12:01.334Z] 5c152aa3e9ae: Preparing [2024-08-07T10:12:01.334Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:01.334Z] 4217593ab4f8: Preparing [2024-08-07T10:12:01.334Z] 149aee1c0d05: Waiting [2024-08-07T10:12:01.334Z] 970ba5b0cdb8: Waiting [2024-08-07T10:12:01.334Z] 5c152aa3e9ae: Waiting [2024-08-07T10:12:01.334Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:01.334Z] c3ca0e11a1d0: Preparing [2024-08-07T10:12:01.334Z] b96fa532d1be: Preparing [2024-08-07T10:12:01.334Z] 5f70bf18a086: Preparing [2024-08-07T10:12:01.334Z] d4adcdbe9191: Preparing [2024-08-07T10:12:01.334Z] 1cfd9491ce09: Preparing [2024-08-07T10:12:01.334Z] 6af2ca912572: Preparing [2024-08-07T10:12:01.334Z] 3c20671a5817: Preparing [2024-08-07T10:12:01.334Z] c3ca0e11a1d0: Waiting [2024-08-07T10:12:01.334Z] 4217593ab4f8: Waiting [2024-08-07T10:12:01.334Z] b96fa532d1be: Waiting [2024-08-07T10:12:01.334Z] 1cfd9491ce09: Waiting [2024-08-07T10:12:01.334Z] 6af2ca912572: Waiting [2024-08-07T10:12:01.334Z] 3c20671a5817: Waiting [2024-08-07T10:12:01.334Z] 5f70bf18a086: Waiting [2024-08-07T10:12:01.334Z] d4adcdbe9191: Waiting [2024-08-07T10:12:01.614Z] 927c31de4b15: Pushed [2024-08-07T10:12:01.614Z] 31288145d9dc: Pushed [2024-08-07T10:12:01.614Z] 4a1df6da295c: Pushed [2024-08-07T10:12:01.614Z] f7137aef2b42: Pushed [2024-08-07T10:12:01.614Z] ead720d42570: Pushed [2024-08-07T10:12:01.885Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:01.885Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:01.885Z] 149aee1c0d05: Pushed [2024-08-07T10:12:01.885Z] 970ba5b0cdb8: Pushed [2024-08-07T10:12:01.885Z] 5f70bf18a086: Layer already exists [2024-08-07T10:12:01.885Z] b96fa532d1be: Pushed [2024-08-07T10:12:01.885Z] d4adcdbe9191: Pushed [2024-08-07T10:12:01.885Z] c3ca0e11a1d0: Pushed [2024-08-07T10:12:02.154Z] 1cfd9491ce09: Pushed [2024-08-07T10:12:02.154Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:02.154Z] 6af2ca912572: Pushed [2024-08-07T10:12:04.739Z] 5c152aa3e9ae: Pushed [2024-08-07T10:12:04.739Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:05.108Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:05.468Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-07T10:12:05.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T10:12:05.468Z] 31288145d9dc: Preparing [2024-08-07T10:12:05.468Z] f7137aef2b42: Preparing [2024-08-07T10:12:05.468Z] 927c31de4b15: Preparing [2024-08-07T10:12:05.468Z] 4a1df6da295c: Preparing [2024-08-07T10:12:05.468Z] ead720d42570: Preparing [2024-08-07T10:12:05.468Z] 149aee1c0d05: Preparing [2024-08-07T10:12:05.468Z] 970ba5b0cdb8: Preparing [2024-08-07T10:12:05.468Z] 5c152aa3e9ae: Preparing [2024-08-07T10:12:05.468Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:05.468Z] 4217593ab4f8: Preparing [2024-08-07T10:12:05.468Z] c3ca0e11a1d0: Preparing [2024-08-07T10:12:05.468Z] b96fa532d1be: Preparing [2024-08-07T10:12:05.468Z] 5f70bf18a086: Preparing [2024-08-07T10:12:05.468Z] d4adcdbe9191: Preparing [2024-08-07T10:12:05.468Z] 1cfd9491ce09: Preparing [2024-08-07T10:12:05.468Z] 6af2ca912572: Preparing [2024-08-07T10:12:05.468Z] 3c20671a5817: Preparing [2024-08-07T10:12:05.468Z] 970ba5b0cdb8: Waiting [2024-08-07T10:12:05.468Z] 5c152aa3e9ae: Waiting [2024-08-07T10:12:05.468Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:05.468Z] 4217593ab4f8: Waiting [2024-08-07T10:12:05.468Z] c3ca0e11a1d0: Waiting [2024-08-07T10:12:05.468Z] b96fa532d1be: Waiting [2024-08-07T10:12:05.468Z] 5f70bf18a086: Waiting [2024-08-07T10:12:05.468Z] 149aee1c0d05: Waiting [2024-08-07T10:12:05.468Z] d4adcdbe9191: Waiting [2024-08-07T10:12:05.468Z] 6af2ca912572: Waiting [2024-08-07T10:12:05.468Z] 1cfd9491ce09: Waiting [2024-08-07T10:12:05.468Z] 3c20671a5817: Waiting [2024-08-07T10:12:05.468Z] 927c31de4b15: Layer already exists [2024-08-07T10:12:05.468Z] 31288145d9dc: Layer already exists [2024-08-07T10:12:05.468Z] ead720d42570: Layer already exists [2024-08-07T10:12:05.468Z] 4a1df6da295c: Layer already exists [2024-08-07T10:12:05.468Z] f7137aef2b42: Layer already exists [2024-08-07T10:12:05.468Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:05.468Z] 5c152aa3e9ae: Layer already exists [2024-08-07T10:12:05.468Z] 149aee1c0d05: Layer already exists [2024-08-07T10:12:05.468Z] 970ba5b0cdb8: Layer already exists [2024-08-07T10:12:05.468Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:05.468Z] 1cfd9491ce09: Layer already exists [2024-08-07T10:12:05.468Z] c3ca0e11a1d0: Layer already exists [2024-08-07T10:12:05.468Z] d4adcdbe9191: Layer already exists [2024-08-07T10:12:05.737Z] 5f70bf18a086: Layer already exists [2024-08-07T10:12:05.737Z] b96fa532d1be: Layer already exists [2024-08-07T10:12:05.737Z] 6af2ca912572: Layer already exists [2024-08-07T10:12:05.737Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:05.737Z] latest: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:06.162Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:06.547Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.47 [2024-08-07T10:12:06.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T10:12:06.547Z] 31288145d9dc: Preparing [2024-08-07T10:12:06.547Z] f7137aef2b42: Preparing [2024-08-07T10:12:06.547Z] 927c31de4b15: Preparing [2024-08-07T10:12:06.547Z] 4a1df6da295c: Preparing [2024-08-07T10:12:06.547Z] ead720d42570: Preparing [2024-08-07T10:12:06.547Z] 149aee1c0d05: Preparing [2024-08-07T10:12:06.547Z] 970ba5b0cdb8: Preparing [2024-08-07T10:12:06.547Z] 5c152aa3e9ae: Preparing [2024-08-07T10:12:06.547Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:06.547Z] 4217593ab4f8: Preparing [2024-08-07T10:12:06.547Z] c3ca0e11a1d0: Preparing [2024-08-07T10:12:06.547Z] b96fa532d1be: Preparing [2024-08-07T10:12:06.547Z] 5f70bf18a086: Preparing [2024-08-07T10:12:06.547Z] d4adcdbe9191: Preparing [2024-08-07T10:12:06.547Z] 1cfd9491ce09: Preparing [2024-08-07T10:12:06.547Z] 6af2ca912572: Preparing [2024-08-07T10:12:06.547Z] 3c20671a5817: Preparing [2024-08-07T10:12:06.547Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:06.547Z] 4217593ab4f8: Waiting [2024-08-07T10:12:06.547Z] c3ca0e11a1d0: Waiting [2024-08-07T10:12:06.547Z] b96fa532d1be: Waiting [2024-08-07T10:12:06.547Z] 149aee1c0d05: Waiting [2024-08-07T10:12:06.547Z] 5f70bf18a086: Waiting [2024-08-07T10:12:06.547Z] 970ba5b0cdb8: Waiting [2024-08-07T10:12:06.547Z] d4adcdbe9191: Waiting [2024-08-07T10:12:06.547Z] 1cfd9491ce09: Waiting [2024-08-07T10:12:06.547Z] 6af2ca912572: Waiting [2024-08-07T10:12:06.547Z] 3c20671a5817: Waiting [2024-08-07T10:12:06.547Z] 5c152aa3e9ae: Waiting [2024-08-07T10:12:06.547Z] 927c31de4b15: Layer already exists [2024-08-07T10:12:06.547Z] 4a1df6da295c: Layer already exists [2024-08-07T10:12:06.547Z] 31288145d9dc: Layer already exists [2024-08-07T10:12:06.547Z] ead720d42570: Layer already exists [2024-08-07T10:12:06.547Z] f7137aef2b42: Layer already exists [2024-08-07T10:12:06.547Z] 5c152aa3e9ae: Layer already exists [2024-08-07T10:12:06.547Z] 970ba5b0cdb8: Layer already exists [2024-08-07T10:12:06.547Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:06.547Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:06.547Z] 149aee1c0d05: Layer already exists [2024-08-07T10:12:06.819Z] b96fa532d1be: Layer already exists [2024-08-07T10:12:06.819Z] 1cfd9491ce09: Layer already exists [2024-08-07T10:12:06.819Z] 5f70bf18a086: Layer already exists [2024-08-07T10:12:06.819Z] c3ca0e11a1d0: Layer already exists [2024-08-07T10:12:06.819Z] d4adcdbe9191: Layer already exists [2024-08-07T10:12:06.819Z] 6af2ca912572: Layer already exists [2024-08-07T10:12:06.819Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:06.819Z] 3.2.0-dev.47: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:07.193Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:07.560Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:07.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T10:12:07.560Z] 31288145d9dc: Preparing [2024-08-07T10:12:07.560Z] f7137aef2b42: Preparing [2024-08-07T10:12:07.560Z] 927c31de4b15: Preparing [2024-08-07T10:12:07.560Z] 4a1df6da295c: Preparing [2024-08-07T10:12:07.560Z] ead720d42570: Preparing [2024-08-07T10:12:07.560Z] 149aee1c0d05: Preparing [2024-08-07T10:12:07.560Z] 970ba5b0cdb8: Preparing [2024-08-07T10:12:07.560Z] 5c152aa3e9ae: Preparing [2024-08-07T10:12:07.560Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:07.560Z] 4217593ab4f8: Preparing [2024-08-07T10:12:07.560Z] c3ca0e11a1d0: Preparing [2024-08-07T10:12:07.560Z] b96fa532d1be: Preparing [2024-08-07T10:12:07.560Z] 5f70bf18a086: Preparing [2024-08-07T10:12:07.560Z] d4adcdbe9191: Preparing [2024-08-07T10:12:07.560Z] 1cfd9491ce09: Preparing [2024-08-07T10:12:07.560Z] 6af2ca912572: Preparing [2024-08-07T10:12:07.560Z] 3c20671a5817: Preparing [2024-08-07T10:12:07.560Z] 149aee1c0d05: Waiting [2024-08-07T10:12:07.560Z] 970ba5b0cdb8: Waiting [2024-08-07T10:12:07.560Z] b96fa532d1be: Waiting [2024-08-07T10:12:07.560Z] 5f70bf18a086: Waiting [2024-08-07T10:12:07.560Z] d4adcdbe9191: Waiting [2024-08-07T10:12:07.560Z] 1cfd9491ce09: Waiting [2024-08-07T10:12:07.560Z] 6af2ca912572: Waiting [2024-08-07T10:12:07.560Z] 3c20671a5817: Waiting [2024-08-07T10:12:07.560Z] 4217593ab4f8: Waiting [2024-08-07T10:12:07.560Z] 5c152aa3e9ae: Waiting [2024-08-07T10:12:07.560Z] c3ca0e11a1d0: Waiting [2024-08-07T10:12:07.560Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:07.560Z] ead720d42570: Layer already exists [2024-08-07T10:12:07.560Z] 31288145d9dc: Layer already exists [2024-08-07T10:12:07.560Z] f7137aef2b42: Layer already exists [2024-08-07T10:12:07.560Z] 4a1df6da295c: Layer already exists [2024-08-07T10:12:07.560Z] 927c31de4b15: Layer already exists [2024-08-07T10:12:07.560Z] 970ba5b0cdb8: Layer already exists [2024-08-07T10:12:07.560Z] 149aee1c0d05: Layer already exists [2024-08-07T10:12:07.560Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:07.560Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:07.560Z] 5c152aa3e9ae: Layer already exists [2024-08-07T10:12:07.560Z] d4adcdbe9191: Layer already exists [2024-08-07T10:12:07.560Z] c3ca0e11a1d0: Layer already exists [2024-08-07T10:12:07.560Z] 5f70bf18a086: Layer already exists [2024-08-07T10:12:07.560Z] b96fa532d1be: Layer already exists [2024-08-07T10:12:07.832Z] 1cfd9491ce09: Layer already exists [2024-08-07T10:12:07.832Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:07.832Z] 6af2ca912572: Layer already exists [2024-08-07T10:12:07.832Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:08.206Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:08.561Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-07T10:12:08.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T10:12:08.561Z] 31288145d9dc: Preparing [2024-08-07T10:12:08.561Z] f7137aef2b42: Preparing [2024-08-07T10:12:08.561Z] 927c31de4b15: Preparing [2024-08-07T10:12:08.561Z] 4a1df6da295c: Preparing [2024-08-07T10:12:08.561Z] ead720d42570: Preparing [2024-08-07T10:12:08.561Z] 149aee1c0d05: Preparing [2024-08-07T10:12:08.561Z] 970ba5b0cdb8: Preparing [2024-08-07T10:12:08.561Z] 5c152aa3e9ae: Preparing [2024-08-07T10:12:08.561Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:08.561Z] 4217593ab4f8: Preparing [2024-08-07T10:12:08.561Z] c3ca0e11a1d0: Preparing [2024-08-07T10:12:08.561Z] b96fa532d1be: Preparing [2024-08-07T10:12:08.561Z] 5f70bf18a086: Preparing [2024-08-07T10:12:08.561Z] d4adcdbe9191: Preparing [2024-08-07T10:12:08.561Z] 1cfd9491ce09: Preparing [2024-08-07T10:12:08.561Z] 6af2ca912572: Preparing [2024-08-07T10:12:08.561Z] 3c20671a5817: Preparing [2024-08-07T10:12:08.561Z] 5c152aa3e9ae: Waiting [2024-08-07T10:12:08.561Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:08.561Z] 4217593ab4f8: Waiting [2024-08-07T10:12:08.561Z] c3ca0e11a1d0: Waiting [2024-08-07T10:12:08.561Z] b96fa532d1be: Waiting [2024-08-07T10:12:08.561Z] 5f70bf18a086: Waiting [2024-08-07T10:12:08.561Z] d4adcdbe9191: Waiting [2024-08-07T10:12:08.561Z] 1cfd9491ce09: Waiting [2024-08-07T10:12:08.561Z] 6af2ca912572: Waiting [2024-08-07T10:12:08.561Z] 149aee1c0d05: Waiting [2024-08-07T10:12:08.561Z] 970ba5b0cdb8: Waiting [2024-08-07T10:12:08.561Z] f7137aef2b42: Layer already exists [2024-08-07T10:12:08.561Z] 927c31de4b15: Layer already exists [2024-08-07T10:12:08.561Z] ead720d42570: Layer already exists [2024-08-07T10:12:08.561Z] 4a1df6da295c: Layer already exists [2024-08-07T10:12:08.561Z] 31288145d9dc: Layer already exists [2024-08-07T10:12:08.830Z] 970ba5b0cdb8: Layer already exists [2024-08-07T10:12:08.830Z] 5c152aa3e9ae: Layer already exists [2024-08-07T10:12:08.830Z] 149aee1c0d05: Layer already exists [2024-08-07T10:12:08.830Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:08.830Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:08.830Z] d4adcdbe9191: Layer already exists [2024-08-07T10:12:08.830Z] 5f70bf18a086: Layer already exists [2024-08-07T10:12:08.830Z] c3ca0e11a1d0: Layer already exists [2024-08-07T10:12:08.830Z] 1cfd9491ce09: Layer already exists [2024-08-07T10:12:08.830Z] b96fa532d1be: Layer already exists [2024-08-07T10:12:08.830Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:08.830Z] 6af2ca912572: Layer already exists [2024-08-07T10:12:08.830Z] main: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:12:08.921Z] ===================================================== [Pipeline] echo [2024-08-07T10:12:08.934Z] taggedImages: [2024-08-07T10:12:08.934Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:08.934Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-07T10:12:08.934Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.47 [2024-08-07T10:12:08.934Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:08.934Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-07T10:12:08.966Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-07T10:12:08.966Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:08.966Z] latest [2024-08-07T10:12:08.966Z] 3.2.0-dev.47 [2024-08-07T10:12:08.966Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:08.966Z] main [2024-08-07T10:12:08.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:09.340Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:09.710Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:09.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T10:12:09.710Z] e67151b8de1b: Preparing [2024-08-07T10:12:09.710Z] b93b4666e132: Preparing [2024-08-07T10:12:09.710Z] 9ec016c7cb77: Preparing [2024-08-07T10:12:09.710Z] d1d4d1e1e5b5: Preparing [2024-08-07T10:12:09.710Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:09.710Z] 4217593ab4f8: Preparing [2024-08-07T10:12:09.710Z] ab80fbf3005f: Preparing [2024-08-07T10:12:09.710Z] c212ff69d499: Preparing [2024-08-07T10:12:09.710Z] 3c20671a5817: Preparing [2024-08-07T10:12:09.710Z] 4217593ab4f8: Waiting [2024-08-07T10:12:09.710Z] ab80fbf3005f: Waiting [2024-08-07T10:12:09.710Z] c212ff69d499: Waiting [2024-08-07T10:12:09.710Z] 3c20671a5817: Waiting [2024-08-07T10:12:09.978Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:09.978Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:09.978Z] 9ec016c7cb77: Pushed [2024-08-07T10:12:09.978Z] b93b4666e132: Pushed [2024-08-07T10:12:09.978Z] ab80fbf3005f: Layer already exists [2024-08-07T10:12:09.978Z] c212ff69d499: Layer already exists [2024-08-07T10:12:09.978Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:09.978Z] e67151b8de1b: Pushed [2024-08-07T10:12:15.333Z] d1d4d1e1e5b5: Pushed [2024-08-07T10:12:15.601Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:15.962Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:16.319Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-07T10:12:16.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T10:12:16.319Z] e67151b8de1b: Preparing [2024-08-07T10:12:16.319Z] b93b4666e132: Preparing [2024-08-07T10:12:16.319Z] 9ec016c7cb77: Preparing [2024-08-07T10:12:16.319Z] d1d4d1e1e5b5: Preparing [2024-08-07T10:12:16.319Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:16.319Z] 4217593ab4f8: Preparing [2024-08-07T10:12:16.319Z] ab80fbf3005f: Preparing [2024-08-07T10:12:16.319Z] c212ff69d499: Preparing [2024-08-07T10:12:16.319Z] 3c20671a5817: Preparing [2024-08-07T10:12:16.319Z] 4217593ab4f8: Waiting [2024-08-07T10:12:16.319Z] ab80fbf3005f: Waiting [2024-08-07T10:12:16.319Z] c212ff69d499: Waiting [2024-08-07T10:12:16.319Z] 3c20671a5817: Waiting [2024-08-07T10:12:16.319Z] e67151b8de1b: Layer already exists [2024-08-07T10:12:16.319Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:16.319Z] d1d4d1e1e5b5: Layer already exists [2024-08-07T10:12:16.319Z] b93b4666e132: Layer already exists [2024-08-07T10:12:16.319Z] 9ec016c7cb77: Layer already exists [2024-08-07T10:12:16.319Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:16.319Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:16.319Z] c212ff69d499: Layer already exists [2024-08-07T10:12:16.319Z] ab80fbf3005f: Layer already exists [2024-08-07T10:12:16.587Z] latest: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:16.943Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:17.314Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.47 [2024-08-07T10:12:17.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T10:12:17.315Z] e67151b8de1b: Preparing [2024-08-07T10:12:17.315Z] b93b4666e132: Preparing [2024-08-07T10:12:17.315Z] 9ec016c7cb77: Preparing [2024-08-07T10:12:17.315Z] d1d4d1e1e5b5: Preparing [2024-08-07T10:12:17.315Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:17.315Z] 4217593ab4f8: Preparing [2024-08-07T10:12:17.315Z] ab80fbf3005f: Preparing [2024-08-07T10:12:17.315Z] c212ff69d499: Preparing [2024-08-07T10:12:17.315Z] 3c20671a5817: Preparing [2024-08-07T10:12:17.315Z] 4217593ab4f8: Waiting [2024-08-07T10:12:17.315Z] ab80fbf3005f: Waiting [2024-08-07T10:12:17.315Z] c212ff69d499: Waiting [2024-08-07T10:12:17.315Z] 3c20671a5817: Waiting [2024-08-07T10:12:17.315Z] 9ec016c7cb77: Layer already exists [2024-08-07T10:12:17.315Z] d1d4d1e1e5b5: Layer already exists [2024-08-07T10:12:17.315Z] e67151b8de1b: Layer already exists [2024-08-07T10:12:17.315Z] b93b4666e132: Layer already exists [2024-08-07T10:12:17.315Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:17.315Z] c212ff69d499: Layer already exists [2024-08-07T10:12:17.315Z] ab80fbf3005f: Layer already exists [2024-08-07T10:12:17.315Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:17.315Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:17.583Z] 3.2.0-dev.47: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:17.946Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:18.310Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:18.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T10:12:18.310Z] e67151b8de1b: Preparing [2024-08-07T10:12:18.310Z] b93b4666e132: Preparing [2024-08-07T10:12:18.310Z] 9ec016c7cb77: Preparing [2024-08-07T10:12:18.310Z] d1d4d1e1e5b5: Preparing [2024-08-07T10:12:18.310Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:18.310Z] 4217593ab4f8: Preparing [2024-08-07T10:12:18.310Z] ab80fbf3005f: Preparing [2024-08-07T10:12:18.310Z] c212ff69d499: Preparing [2024-08-07T10:12:18.310Z] 3c20671a5817: Preparing [2024-08-07T10:12:18.310Z] 4217593ab4f8: Waiting [2024-08-07T10:12:18.310Z] ab80fbf3005f: Waiting [2024-08-07T10:12:18.310Z] c212ff69d499: Waiting [2024-08-07T10:12:18.310Z] 3c20671a5817: Waiting [2024-08-07T10:12:18.310Z] d1d4d1e1e5b5: Layer already exists [2024-08-07T10:12:18.310Z] 9ec016c7cb77: Layer already exists [2024-08-07T10:12:18.310Z] b93b4666e132: Layer already exists [2024-08-07T10:12:18.310Z] e67151b8de1b: Layer already exists [2024-08-07T10:12:18.310Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:18.310Z] c212ff69d499: Layer already exists [2024-08-07T10:12:18.310Z] ab80fbf3005f: Layer already exists [2024-08-07T10:12:18.310Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:18.310Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:18.578Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:18.937Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:19.878Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-07T10:12:19.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T10:12:19.878Z] e67151b8de1b: Preparing [2024-08-07T10:12:19.878Z] b93b4666e132: Preparing [2024-08-07T10:12:19.878Z] 9ec016c7cb77: Preparing [2024-08-07T10:12:19.878Z] d1d4d1e1e5b5: Preparing [2024-08-07T10:12:19.879Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:19.879Z] 4217593ab4f8: Preparing [2024-08-07T10:12:19.879Z] ab80fbf3005f: Preparing [2024-08-07T10:12:19.879Z] c212ff69d499: Preparing [2024-08-07T10:12:19.879Z] 3c20671a5817: Preparing [2024-08-07T10:12:19.879Z] ab80fbf3005f: Waiting [2024-08-07T10:12:19.879Z] c212ff69d499: Waiting [2024-08-07T10:12:19.879Z] 3c20671a5817: Waiting [2024-08-07T10:12:19.879Z] 4217593ab4f8: Waiting [2024-08-07T10:12:19.879Z] d1d4d1e1e5b5: Layer already exists [2024-08-07T10:12:19.879Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:19.879Z] 9ec016c7cb77: Layer already exists [2024-08-07T10:12:19.879Z] e67151b8de1b: Layer already exists [2024-08-07T10:12:19.879Z] b93b4666e132: Layer already exists [2024-08-07T10:12:19.879Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:19.879Z] ab80fbf3005f: Layer already exists [2024-08-07T10:12:19.879Z] c212ff69d499: Layer already exists [2024-08-07T10:12:19.879Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:20.147Z] main: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:12:20.224Z] ===================================================== [Pipeline] echo [2024-08-07T10:12:20.237Z] taggedImages: [2024-08-07T10:12:20.237Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:20.237Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-07T10:12:20.237Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.47 [2024-08-07T10:12:20.237Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:20.237Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-07T10:12:20.262Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-07T10:12:20.262Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:20.262Z] latest [2024-08-07T10:12:20.262Z] 3.2.0-dev.47 [2024-08-07T10:12:20.262Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:20.262Z] main [2024-08-07T10:12:20.262Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:20.639Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:21.007Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:21.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T10:12:21.007Z] 0472c926f0f4: Preparing [2024-08-07T10:12:21.007Z] 558ec6d10ebe: Preparing [2024-08-07T10:12:21.007Z] c313f41da9ed: Preparing [2024-08-07T10:12:21.007Z] 63236f08116c: Preparing [2024-08-07T10:12:21.007Z] 97977ef12d94: Preparing [2024-08-07T10:12:21.007Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:21.007Z] 4217593ab4f8: Preparing [2024-08-07T10:12:21.007Z] 5ddb2e3fe3db: Preparing [2024-08-07T10:12:21.007Z] 72a9a322b7e6: Preparing [2024-08-07T10:12:21.007Z] 07c8809ebc50: Preparing [2024-08-07T10:12:21.007Z] 3c20671a5817: Preparing [2024-08-07T10:12:21.007Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:21.007Z] 4217593ab4f8: Waiting [2024-08-07T10:12:21.007Z] 5ddb2e3fe3db: Waiting [2024-08-07T10:12:21.007Z] 72a9a322b7e6: Waiting [2024-08-07T10:12:21.007Z] 07c8809ebc50: Waiting [2024-08-07T10:12:21.007Z] 3c20671a5817: Waiting [2024-08-07T10:12:21.280Z] 97977ef12d94: Pushed [2024-08-07T10:12:21.280Z] 63236f08116c: Pushed [2024-08-07T10:12:21.280Z] 0472c926f0f4: Pushed [2024-08-07T10:12:21.280Z] 558ec6d10ebe: Pushed [2024-08-07T10:12:21.280Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:21.280Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:21.280Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:21.547Z] 5ddb2e3fe3db: Pushed [2024-08-07T10:12:21.547Z] 72a9a322b7e6: Pushed [2024-08-07T10:12:23.482Z] c313f41da9ed: Pushed [2024-08-07T10:12:24.061Z] 07c8809ebc50: Pushed [2024-08-07T10:12:24.327Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:24.681Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:25.031Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-07T10:12:25.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T10:12:25.031Z] 0472c926f0f4: Preparing [2024-08-07T10:12:25.031Z] 558ec6d10ebe: Preparing [2024-08-07T10:12:25.031Z] c313f41da9ed: Preparing [2024-08-07T10:12:25.031Z] 63236f08116c: Preparing [2024-08-07T10:12:25.031Z] 97977ef12d94: Preparing [2024-08-07T10:12:25.031Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:25.031Z] 4217593ab4f8: Preparing [2024-08-07T10:12:25.031Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:25.031Z] 5ddb2e3fe3db: Preparing [2024-08-07T10:12:25.031Z] 72a9a322b7e6: Preparing [2024-08-07T10:12:25.031Z] 07c8809ebc50: Preparing [2024-08-07T10:12:25.031Z] 3c20671a5817: Preparing [2024-08-07T10:12:25.031Z] 4217593ab4f8: Waiting [2024-08-07T10:12:25.031Z] 5ddb2e3fe3db: Waiting [2024-08-07T10:12:25.031Z] 07c8809ebc50: Waiting [2024-08-07T10:12:25.031Z] 72a9a322b7e6: Waiting [2024-08-07T10:12:25.031Z] 3c20671a5817: Waiting [2024-08-07T10:12:25.031Z] 0472c926f0f4: Layer already exists [2024-08-07T10:12:25.031Z] 97977ef12d94: Layer already exists [2024-08-07T10:12:25.031Z] 558ec6d10ebe: Layer already exists [2024-08-07T10:12:25.031Z] 63236f08116c: Layer already exists [2024-08-07T10:12:25.031Z] c313f41da9ed: Layer already exists [2024-08-07T10:12:25.031Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:25.031Z] 72a9a322b7e6: Layer already exists [2024-08-07T10:12:25.031Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:25.031Z] 5ddb2e3fe3db: Layer already exists [2024-08-07T10:12:25.031Z] 07c8809ebc50: Layer already exists [2024-08-07T10:12:25.031Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:25.298Z] latest: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:25.662Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:26.013Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.47 [2024-08-07T10:12:26.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T10:12:26.013Z] 0472c926f0f4: Preparing [2024-08-07T10:12:26.013Z] 558ec6d10ebe: Preparing [2024-08-07T10:12:26.013Z] c313f41da9ed: Preparing [2024-08-07T10:12:26.013Z] 63236f08116c: Preparing [2024-08-07T10:12:26.013Z] 97977ef12d94: Preparing [2024-08-07T10:12:26.014Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:26.014Z] 4217593ab4f8: Preparing [2024-08-07T10:12:26.014Z] 5ddb2e3fe3db: Preparing [2024-08-07T10:12:26.014Z] 72a9a322b7e6: Preparing [2024-08-07T10:12:26.014Z] 07c8809ebc50: Preparing [2024-08-07T10:12:26.014Z] 3c20671a5817: Preparing [2024-08-07T10:12:26.014Z] 72a9a322b7e6: Waiting [2024-08-07T10:12:26.014Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:26.014Z] 07c8809ebc50: Waiting [2024-08-07T10:12:26.014Z] 3c20671a5817: Waiting [2024-08-07T10:12:26.014Z] 4217593ab4f8: Waiting [2024-08-07T10:12:26.014Z] 5ddb2e3fe3db: Waiting [2024-08-07T10:12:26.014Z] c313f41da9ed: Layer already exists [2024-08-07T10:12:26.014Z] 558ec6d10ebe: Layer already exists [2024-08-07T10:12:26.014Z] 0472c926f0f4: Layer already exists [2024-08-07T10:12:26.014Z] 63236f08116c: Layer already exists [2024-08-07T10:12:26.014Z] 97977ef12d94: Layer already exists [2024-08-07T10:12:26.014Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:26.014Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:26.014Z] 5ddb2e3fe3db: Layer already exists [2024-08-07T10:12:26.014Z] 07c8809ebc50: Layer already exists [2024-08-07T10:12:26.014Z] 72a9a322b7e6: Layer already exists [2024-08-07T10:12:26.280Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:26.280Z] 3.2.0-dev.47: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:26.632Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:26.985Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:26.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T10:12:26.985Z] 0472c926f0f4: Preparing [2024-08-07T10:12:26.985Z] 558ec6d10ebe: Preparing [2024-08-07T10:12:26.985Z] c313f41da9ed: Preparing [2024-08-07T10:12:26.985Z] 63236f08116c: Preparing [2024-08-07T10:12:26.985Z] 97977ef12d94: Preparing [2024-08-07T10:12:26.985Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:26.985Z] 4217593ab4f8: Preparing [2024-08-07T10:12:26.985Z] 5ddb2e3fe3db: Preparing [2024-08-07T10:12:26.985Z] 72a9a322b7e6: Preparing [2024-08-07T10:12:26.985Z] 07c8809ebc50: Preparing [2024-08-07T10:12:26.985Z] 3c20671a5817: Preparing [2024-08-07T10:12:26.985Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:26.985Z] 4217593ab4f8: Waiting [2024-08-07T10:12:26.985Z] 5ddb2e3fe3db: Waiting [2024-08-07T10:12:26.985Z] 72a9a322b7e6: Waiting [2024-08-07T10:12:26.985Z] 07c8809ebc50: Waiting [2024-08-07T10:12:26.985Z] 3c20671a5817: Waiting [2024-08-07T10:12:26.985Z] 63236f08116c: Layer already exists [2024-08-07T10:12:26.985Z] 558ec6d10ebe: Layer already exists [2024-08-07T10:12:26.985Z] c313f41da9ed: Layer already exists [2024-08-07T10:12:26.985Z] 97977ef12d94: Layer already exists [2024-08-07T10:12:26.985Z] 0472c926f0f4: Layer already exists [2024-08-07T10:12:26.985Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:26.985Z] 5ddb2e3fe3db: Layer already exists [2024-08-07T10:12:26.985Z] 72a9a322b7e6: Layer already exists [2024-08-07T10:12:26.985Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:26.985Z] 07c8809ebc50: Layer already exists [2024-08-07T10:12:26.985Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:27.253Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:27.608Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:27.955Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-07T10:12:27.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T10:12:27.955Z] 0472c926f0f4: Preparing [2024-08-07T10:12:27.955Z] 558ec6d10ebe: Preparing [2024-08-07T10:12:27.955Z] c313f41da9ed: Preparing [2024-08-07T10:12:27.955Z] 63236f08116c: Preparing [2024-08-07T10:12:27.955Z] 97977ef12d94: Preparing [2024-08-07T10:12:27.955Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:27.955Z] 4217593ab4f8: Preparing [2024-08-07T10:12:27.955Z] 5ddb2e3fe3db: Preparing [2024-08-07T10:12:27.955Z] 72a9a322b7e6: Preparing [2024-08-07T10:12:27.955Z] 07c8809ebc50: Preparing [2024-08-07T10:12:27.955Z] 3c20671a5817: Preparing [2024-08-07T10:12:27.955Z] 4217593ab4f8: Waiting [2024-08-07T10:12:27.955Z] 5ddb2e3fe3db: Waiting [2024-08-07T10:12:27.955Z] 72a9a322b7e6: Waiting [2024-08-07T10:12:27.955Z] 07c8809ebc50: Waiting [2024-08-07T10:12:27.955Z] 3c20671a5817: Waiting [2024-08-07T10:12:27.955Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:27.955Z] 558ec6d10ebe: Layer already exists [2024-08-07T10:12:27.955Z] 63236f08116c: Layer already exists [2024-08-07T10:12:27.955Z] 0472c926f0f4: Layer already exists [2024-08-07T10:12:27.955Z] 97977ef12d94: Layer already exists [2024-08-07T10:12:27.955Z] c313f41da9ed: Layer already exists [2024-08-07T10:12:27.955Z] 5ddb2e3fe3db: Layer already exists [2024-08-07T10:12:27.955Z] 07c8809ebc50: Layer already exists [2024-08-07T10:12:27.955Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:27.955Z] 72a9a322b7e6: Layer already exists [2024-08-07T10:12:27.955Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:28.220Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:28.220Z] main: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:12:28.297Z] ===================================================== [Pipeline] echo [2024-08-07T10:12:28.310Z] taggedImages: [2024-08-07T10:12:28.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:28.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-07T10:12:28.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.47 [2024-08-07T10:12:28.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:28.310Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-07T10:12:28.339Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-07T10:12:28.339Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:28.339Z] latest [2024-08-07T10:12:28.339Z] 3.2.0-dev.47 [2024-08-07T10:12:28.339Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:28.339Z] main [2024-08-07T10:12:28.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:28.712Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:29.062Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:29.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T10:12:29.062Z] c7eb5b6d5fc1: Preparing [2024-08-07T10:12:29.062Z] bcf1bef8fee6: Preparing [2024-08-07T10:12:29.062Z] efab91007929: Preparing [2024-08-07T10:12:29.062Z] fd75ab483716: Preparing [2024-08-07T10:12:29.062Z] 8e93c58ed900: Preparing [2024-08-07T10:12:29.062Z] d355de4939d6: Preparing [2024-08-07T10:12:29.062Z] e7f6ba896ec0: Preparing [2024-08-07T10:12:29.062Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:29.062Z] 4217593ab4f8: Preparing [2024-08-07T10:12:29.062Z] 17833e2a5961: Preparing [2024-08-07T10:12:29.062Z] 42ae93b2bfe5: Preparing [2024-08-07T10:12:29.062Z] 3c20671a5817: Preparing [2024-08-07T10:12:29.062Z] d355de4939d6: Waiting [2024-08-07T10:12:29.062Z] e7f6ba896ec0: Waiting [2024-08-07T10:12:29.062Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:29.062Z] 4217593ab4f8: Waiting [2024-08-07T10:12:29.062Z] 17833e2a5961: Waiting [2024-08-07T10:12:29.062Z] 42ae93b2bfe5: Waiting [2024-08-07T10:12:29.062Z] 3c20671a5817: Waiting [2024-08-07T10:12:29.327Z] bcf1bef8fee6: Pushed [2024-08-07T10:12:29.327Z] 8e93c58ed900: Pushed [2024-08-07T10:12:29.327Z] c7eb5b6d5fc1: Pushed [2024-08-07T10:12:29.598Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:29.598Z] d355de4939d6: Pushed [2024-08-07T10:12:29.598Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:29.598Z] e7f6ba896ec0: Pushed [2024-08-07T10:12:29.598Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:29.863Z] 17833e2a5961: Pushed [2024-08-07T10:12:31.795Z] fd75ab483716: Pushed [2024-08-07T10:12:32.060Z] efab91007929: Pushed [2024-08-07T10:12:32.325Z] 42ae93b2bfe5: Pushed [2024-08-07T10:12:32.597Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:32.955Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:33.305Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-07T10:12:33.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T10:12:33.305Z] c7eb5b6d5fc1: Preparing [2024-08-07T10:12:33.305Z] bcf1bef8fee6: Preparing [2024-08-07T10:12:33.305Z] efab91007929: Preparing [2024-08-07T10:12:33.305Z] fd75ab483716: Preparing [2024-08-07T10:12:33.305Z] 8e93c58ed900: Preparing [2024-08-07T10:12:33.305Z] d355de4939d6: Preparing [2024-08-07T10:12:33.305Z] e7f6ba896ec0: Preparing [2024-08-07T10:12:33.305Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:33.305Z] 4217593ab4f8: Preparing [2024-08-07T10:12:33.305Z] 17833e2a5961: Preparing [2024-08-07T10:12:33.305Z] 42ae93b2bfe5: Preparing [2024-08-07T10:12:33.305Z] 3c20671a5817: Preparing [2024-08-07T10:12:33.305Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:33.305Z] 4217593ab4f8: Waiting [2024-08-07T10:12:33.305Z] 17833e2a5961: Waiting [2024-08-07T10:12:33.305Z] 42ae93b2bfe5: Waiting [2024-08-07T10:12:33.305Z] e7f6ba896ec0: Waiting [2024-08-07T10:12:33.305Z] d355de4939d6: Waiting [2024-08-07T10:12:33.305Z] 3c20671a5817: Waiting [2024-08-07T10:12:33.305Z] fd75ab483716: Layer already exists [2024-08-07T10:12:33.305Z] c7eb5b6d5fc1: Layer already exists [2024-08-07T10:12:33.306Z] efab91007929: Layer already exists [2024-08-07T10:12:33.306Z] bcf1bef8fee6: Layer already exists [2024-08-07T10:12:33.306Z] 8e93c58ed900: Layer already exists [2024-08-07T10:12:33.306Z] d355de4939d6: Layer already exists [2024-08-07T10:12:33.306Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:33.306Z] e7f6ba896ec0: Layer already exists [2024-08-07T10:12:33.306Z] 17833e2a5961: Layer already exists [2024-08-07T10:12:33.306Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:33.306Z] 42ae93b2bfe5: Layer already exists [2024-08-07T10:12:33.306Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:33.573Z] latest: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:33.941Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:34.299Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.47 [2024-08-07T10:12:34.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T10:12:34.299Z] c7eb5b6d5fc1: Preparing [2024-08-07T10:12:34.299Z] bcf1bef8fee6: Preparing [2024-08-07T10:12:34.299Z] efab91007929: Preparing [2024-08-07T10:12:34.299Z] fd75ab483716: Preparing [2024-08-07T10:12:34.299Z] 8e93c58ed900: Preparing [2024-08-07T10:12:34.299Z] d355de4939d6: Preparing [2024-08-07T10:12:34.299Z] e7f6ba896ec0: Preparing [2024-08-07T10:12:34.299Z] d355de4939d6: Waiting [2024-08-07T10:12:34.299Z] e7f6ba896ec0: Waiting [2024-08-07T10:12:34.299Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:34.299Z] 4217593ab4f8: Preparing [2024-08-07T10:12:34.299Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:34.299Z] 4217593ab4f8: Waiting [2024-08-07T10:12:34.299Z] 17833e2a5961: Preparing [2024-08-07T10:12:34.299Z] 42ae93b2bfe5: Preparing [2024-08-07T10:12:34.299Z] 17833e2a5961: Waiting [2024-08-07T10:12:34.299Z] 42ae93b2bfe5: Waiting [2024-08-07T10:12:34.299Z] 3c20671a5817: Preparing [2024-08-07T10:12:34.299Z] 3c20671a5817: Waiting [2024-08-07T10:12:34.299Z] 8e93c58ed900: Layer already exists [2024-08-07T10:12:34.299Z] bcf1bef8fee6: Layer already exists [2024-08-07T10:12:34.299Z] fd75ab483716: Layer already exists [2024-08-07T10:12:34.299Z] efab91007929: Layer already exists [2024-08-07T10:12:34.299Z] c7eb5b6d5fc1: Layer already exists [2024-08-07T10:12:34.299Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:34.299Z] e7f6ba896ec0: Layer already exists [2024-08-07T10:12:34.299Z] d355de4939d6: Layer already exists [2024-08-07T10:12:34.299Z] 17833e2a5961: Layer already exists [2024-08-07T10:12:34.299Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:34.566Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:34.566Z] 42ae93b2bfe5: Layer already exists [2024-08-07T10:12:34.566Z] 3.2.0-dev.47: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:34.931Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:35.277Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:35.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T10:12:35.277Z] c7eb5b6d5fc1: Preparing [2024-08-07T10:12:35.277Z] bcf1bef8fee6: Preparing [2024-08-07T10:12:35.277Z] efab91007929: Preparing [2024-08-07T10:12:35.277Z] fd75ab483716: Preparing [2024-08-07T10:12:35.277Z] 8e93c58ed900: Preparing [2024-08-07T10:12:35.277Z] d355de4939d6: Preparing [2024-08-07T10:12:35.277Z] e7f6ba896ec0: Preparing [2024-08-07T10:12:35.277Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:35.277Z] 4217593ab4f8: Preparing [2024-08-07T10:12:35.277Z] d355de4939d6: Waiting [2024-08-07T10:12:35.277Z] 17833e2a5961: Preparing [2024-08-07T10:12:35.277Z] e7f6ba896ec0: Waiting [2024-08-07T10:12:35.277Z] 42ae93b2bfe5: Preparing [2024-08-07T10:12:35.277Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:35.277Z] 3c20671a5817: Preparing [2024-08-07T10:12:35.277Z] 4217593ab4f8: Waiting [2024-08-07T10:12:35.277Z] 17833e2a5961: Waiting [2024-08-07T10:12:35.277Z] 3c20671a5817: Waiting [2024-08-07T10:12:35.277Z] 42ae93b2bfe5: Waiting [2024-08-07T10:12:35.277Z] efab91007929: Layer already exists [2024-08-07T10:12:35.277Z] c7eb5b6d5fc1: Layer already exists [2024-08-07T10:12:35.277Z] bcf1bef8fee6: Layer already exists [2024-08-07T10:12:35.277Z] 8e93c58ed900: Layer already exists [2024-08-07T10:12:35.277Z] fd75ab483716: Layer already exists [2024-08-07T10:12:35.277Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:35.277Z] e7f6ba896ec0: Layer already exists [2024-08-07T10:12:35.277Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:35.277Z] d355de4939d6: Layer already exists [2024-08-07T10:12:35.277Z] 17833e2a5961: Layer already exists [2024-08-07T10:12:35.544Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:35.544Z] 42ae93b2bfe5: Layer already exists [2024-08-07T10:12:35.544Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:35.892Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:36.245Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-07T10:12:36.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T10:12:36.245Z] c7eb5b6d5fc1: Preparing [2024-08-07T10:12:36.245Z] bcf1bef8fee6: Preparing [2024-08-07T10:12:36.245Z] efab91007929: Preparing [2024-08-07T10:12:36.245Z] fd75ab483716: Preparing [2024-08-07T10:12:36.245Z] 8e93c58ed900: Preparing [2024-08-07T10:12:36.245Z] d355de4939d6: Preparing [2024-08-07T10:12:36.245Z] e7f6ba896ec0: Preparing [2024-08-07T10:12:36.245Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:36.245Z] 4217593ab4f8: Preparing [2024-08-07T10:12:36.245Z] 17833e2a5961: Preparing [2024-08-07T10:12:36.245Z] 42ae93b2bfe5: Preparing [2024-08-07T10:12:36.245Z] 3c20671a5817: Preparing [2024-08-07T10:12:36.245Z] 8a5aaae076d9: Waiting [2024-08-07T10:12:36.245Z] 4217593ab4f8: Waiting [2024-08-07T10:12:36.245Z] 17833e2a5961: Waiting [2024-08-07T10:12:36.245Z] 42ae93b2bfe5: Waiting [2024-08-07T10:12:36.245Z] 3c20671a5817: Waiting [2024-08-07T10:12:36.245Z] d355de4939d6: Waiting [2024-08-07T10:12:36.245Z] e7f6ba896ec0: Waiting [2024-08-07T10:12:36.245Z] 8e93c58ed900: Layer already exists [2024-08-07T10:12:36.245Z] bcf1bef8fee6: Layer already exists [2024-08-07T10:12:36.245Z] fd75ab483716: Layer already exists [2024-08-07T10:12:36.245Z] efab91007929: Layer already exists [2024-08-07T10:12:36.245Z] c7eb5b6d5fc1: Layer already exists [2024-08-07T10:12:36.245Z] e7f6ba896ec0: Layer already exists [2024-08-07T10:12:36.245Z] d355de4939d6: Layer already exists [2024-08-07T10:12:36.245Z] 17833e2a5961: Layer already exists [2024-08-07T10:12:36.245Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:36.245Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:36.511Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:36.511Z] 42ae93b2bfe5: Layer already exists [2024-08-07T10:12:36.511Z] main: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:12:36.584Z] ===================================================== [Pipeline] echo [2024-08-07T10:12:36.597Z] taggedImages: [2024-08-07T10:12:36.597Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:36.597Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-07T10:12:36.597Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.47 [2024-08-07T10:12:36.597Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:36.597Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-07T10:12:36.630Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-07T10:12:36.630Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:36.630Z] latest [2024-08-07T10:12:36.630Z] 3.2.0-dev.47 [2024-08-07T10:12:36.630Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:36.630Z] main [2024-08-07T10:12:36.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:36.995Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:37.348Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:37.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T10:12:37.348Z] 323b214126af: Preparing [2024-08-07T10:12:37.348Z] d4a60704a649: Preparing [2024-08-07T10:12:37.348Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:37.348Z] 4217593ab4f8: Preparing [2024-08-07T10:12:37.348Z] 9a6f8d9e87b0: Preparing [2024-08-07T10:12:37.348Z] 82199c57de0f: Preparing [2024-08-07T10:12:37.348Z] 3c20671a5817: Preparing [2024-08-07T10:12:37.348Z] 82199c57de0f: Waiting [2024-08-07T10:12:37.348Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:37.613Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:37.613Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:37.613Z] 9a6f8d9e87b0: Pushed [2024-08-07T10:12:37.613Z] 323b214126af: Pushed [2024-08-07T10:12:39.555Z] 82199c57de0f: Pushed [2024-08-07T10:12:41.488Z] d4a60704a649: Pushed [2024-08-07T10:12:41.488Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:41.855Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:42.198Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-07T10:12:42.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T10:12:42.198Z] 323b214126af: Preparing [2024-08-07T10:12:42.198Z] d4a60704a649: Preparing [2024-08-07T10:12:42.198Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:42.198Z] 4217593ab4f8: Preparing [2024-08-07T10:12:42.198Z] 9a6f8d9e87b0: Preparing [2024-08-07T10:12:42.198Z] 82199c57de0f: Preparing [2024-08-07T10:12:42.198Z] 3c20671a5817: Preparing [2024-08-07T10:12:42.198Z] 82199c57de0f: Waiting [2024-08-07T10:12:42.198Z] 3c20671a5817: Waiting [2024-08-07T10:12:42.198Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:42.198Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:42.198Z] d4a60704a649: Layer already exists [2024-08-07T10:12:42.198Z] 9a6f8d9e87b0: Layer already exists [2024-08-07T10:12:42.198Z] 323b214126af: Layer already exists [2024-08-07T10:12:42.198Z] 82199c57de0f: Layer already exists [2024-08-07T10:12:42.198Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:42.463Z] latest: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:42.823Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:43.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.47 [2024-08-07T10:12:43.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T10:12:43.173Z] 323b214126af: Preparing [2024-08-07T10:12:43.174Z] d4a60704a649: Preparing [2024-08-07T10:12:43.174Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:43.174Z] 4217593ab4f8: Preparing [2024-08-07T10:12:43.174Z] 9a6f8d9e87b0: Preparing [2024-08-07T10:12:43.174Z] 82199c57de0f: Preparing [2024-08-07T10:12:43.174Z] 3c20671a5817: Preparing [2024-08-07T10:12:43.174Z] 82199c57de0f: Waiting [2024-08-07T10:12:43.174Z] 3c20671a5817: Waiting [2024-08-07T10:12:43.174Z] 323b214126af: Layer already exists [2024-08-07T10:12:43.174Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:43.174Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:43.174Z] d4a60704a649: Layer already exists [2024-08-07T10:12:43.174Z] 9a6f8d9e87b0: Layer already exists [2024-08-07T10:12:43.439Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:43.439Z] 82199c57de0f: Layer already exists [2024-08-07T10:12:43.439Z] 3.2.0-dev.47: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:43.789Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:44.157Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:44.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T10:12:44.157Z] 323b214126af: Preparing [2024-08-07T10:12:44.157Z] d4a60704a649: Preparing [2024-08-07T10:12:44.157Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:44.157Z] 4217593ab4f8: Preparing [2024-08-07T10:12:44.157Z] 9a6f8d9e87b0: Preparing [2024-08-07T10:12:44.157Z] 82199c57de0f: Preparing [2024-08-07T10:12:44.157Z] 3c20671a5817: Preparing [2024-08-07T10:12:44.157Z] 82199c57de0f: Waiting [2024-08-07T10:12:44.157Z] 3c20671a5817: Waiting [2024-08-07T10:12:44.157Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:44.157Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:44.157Z] 323b214126af: Layer already exists [2024-08-07T10:12:44.157Z] 9a6f8d9e87b0: Layer already exists [2024-08-07T10:12:44.157Z] d4a60704a649: Layer already exists [2024-08-07T10:12:44.157Z] 82199c57de0f: Layer already exists [2024-08-07T10:12:44.157Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:44.422Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:44.769Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:45.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-07T10:12:45.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T10:12:45.128Z] 323b214126af: Preparing [2024-08-07T10:12:45.128Z] d4a60704a649: Preparing [2024-08-07T10:12:45.128Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:45.128Z] 4217593ab4f8: Preparing [2024-08-07T10:12:45.128Z] 9a6f8d9e87b0: Preparing [2024-08-07T10:12:45.128Z] 82199c57de0f: Preparing [2024-08-07T10:12:45.128Z] 3c20671a5817: Preparing [2024-08-07T10:12:45.128Z] 82199c57de0f: Waiting [2024-08-07T10:12:45.128Z] 3c20671a5817: Waiting [2024-08-07T10:12:45.128Z] 9a6f8d9e87b0: Layer already exists [2024-08-07T10:12:45.128Z] 323b214126af: Layer already exists [2024-08-07T10:12:45.128Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:45.128Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:45.128Z] d4a60704a649: Layer already exists [2024-08-07T10:12:45.128Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:45.128Z] 82199c57de0f: Layer already exists [2024-08-07T10:12:45.395Z] main: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:12:45.473Z] ===================================================== [Pipeline] echo [2024-08-07T10:12:45.487Z] taggedImages: [2024-08-07T10:12:45.487Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:45.487Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-07T10:12:45.487Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.47 [2024-08-07T10:12:45.487Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:45.487Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-07T10:12:45.517Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-07T10:12:45.517Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:45.517Z] latest [2024-08-07T10:12:45.517Z] 3.2.0-dev.47 [2024-08-07T10:12:45.517Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:12:45.517Z] main [2024-08-07T10:12:45.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:45.894Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:12:46.262Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:12:46.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T10:12:46.262Z] d603821e36e5: Preparing [2024-08-07T10:12:46.262Z] 43c830c650cd: Preparing [2024-08-07T10:12:46.262Z] 3792f635ed52: Preparing [2024-08-07T10:12:46.262Z] 8a5aaae076d9: Preparing [2024-08-07T10:12:46.262Z] 4217593ab4f8: Preparing [2024-08-07T10:12:46.262Z] 8dac8a35e40c: Preparing [2024-08-07T10:12:46.262Z] 33269069b368: Preparing [2024-08-07T10:12:46.262Z] 181f61b3e418: Preparing [2024-08-07T10:12:46.262Z] d9dffa1e1393: Preparing [2024-08-07T10:12:46.262Z] 3c20671a5817: Preparing [2024-08-07T10:12:46.262Z] 33269069b368: Waiting [2024-08-07T10:12:46.262Z] 181f61b3e418: Waiting [2024-08-07T10:12:46.262Z] 8dac8a35e40c: Waiting [2024-08-07T10:12:46.262Z] d9dffa1e1393: Waiting [2024-08-07T10:12:46.262Z] 3c20671a5817: Waiting [2024-08-07T10:12:46.262Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:12:46.527Z] 4217593ab4f8: Layer already exists [2024-08-07T10:12:46.527Z] 3792f635ed52: Pushed [2024-08-07T10:12:46.527Z] d603821e36e5: Pushed [2024-08-07T10:12:46.527Z] 43c830c650cd: Pushed [2024-08-07T10:12:46.527Z] 3c20671a5817: Layer already exists [2024-08-07T10:12:46.527Z] 181f61b3e418: Pushed [2024-08-07T10:12:47.489Z] d9dffa1e1393: Pushed [2024-08-07T10:13:02.486Z] 33269069b368: Pushed [2024-08-07T10:13:09.134Z] 8dac8a35e40c: Pushed [2024-08-07T10:13:09.401Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:09.764Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:10.119Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-07T10:13:10.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T10:13:10.119Z] d603821e36e5: Preparing [2024-08-07T10:13:10.119Z] 43c830c650cd: Preparing [2024-08-07T10:13:10.119Z] 3792f635ed52: Preparing [2024-08-07T10:13:10.119Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:10.119Z] 4217593ab4f8: Preparing [2024-08-07T10:13:10.119Z] 8dac8a35e40c: Preparing [2024-08-07T10:13:10.119Z] 33269069b368: Preparing [2024-08-07T10:13:10.119Z] 181f61b3e418: Preparing [2024-08-07T10:13:10.119Z] d9dffa1e1393: Preparing [2024-08-07T10:13:10.119Z] 3c20671a5817: Preparing [2024-08-07T10:13:10.119Z] 8dac8a35e40c: Waiting [2024-08-07T10:13:10.119Z] 33269069b368: Waiting [2024-08-07T10:13:10.119Z] 181f61b3e418: Waiting [2024-08-07T10:13:10.119Z] d9dffa1e1393: Waiting [2024-08-07T10:13:10.119Z] 3c20671a5817: Waiting [2024-08-07T10:13:10.119Z] 43c830c650cd: Layer already exists [2024-08-07T10:13:10.119Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:10.119Z] 3792f635ed52: Layer already exists [2024-08-07T10:13:10.119Z] d603821e36e5: Layer already exists [2024-08-07T10:13:10.119Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:10.387Z] 8dac8a35e40c: Layer already exists [2024-08-07T10:13:10.387Z] 181f61b3e418: Layer already exists [2024-08-07T10:13:10.387Z] d9dffa1e1393: Layer already exists [2024-08-07T10:13:10.387Z] 33269069b368: Layer already exists [2024-08-07T10:13:10.387Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:10.387Z] latest: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:10.758Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:11.117Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.47 [2024-08-07T10:13:11.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T10:13:11.117Z] d603821e36e5: Preparing [2024-08-07T10:13:11.117Z] 43c830c650cd: Preparing [2024-08-07T10:13:11.117Z] 3792f635ed52: Preparing [2024-08-07T10:13:11.117Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:11.117Z] 4217593ab4f8: Preparing [2024-08-07T10:13:11.117Z] 8dac8a35e40c: Preparing [2024-08-07T10:13:11.117Z] 33269069b368: Preparing [2024-08-07T10:13:11.117Z] 181f61b3e418: Preparing [2024-08-07T10:13:11.117Z] d9dffa1e1393: Preparing [2024-08-07T10:13:11.117Z] 3c20671a5817: Preparing [2024-08-07T10:13:11.117Z] 181f61b3e418: Waiting [2024-08-07T10:13:11.117Z] d9dffa1e1393: Waiting [2024-08-07T10:13:11.117Z] 3c20671a5817: Waiting [2024-08-07T10:13:11.117Z] 8dac8a35e40c: Waiting [2024-08-07T10:13:11.117Z] 33269069b368: Waiting [2024-08-07T10:13:11.117Z] 3792f635ed52: Layer already exists [2024-08-07T10:13:11.117Z] d603821e36e5: Layer already exists [2024-08-07T10:13:11.117Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:11.117Z] 43c830c650cd: Layer already exists [2024-08-07T10:13:11.117Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:11.117Z] 8dac8a35e40c: Layer already exists [2024-08-07T10:13:11.117Z] 33269069b368: Layer already exists [2024-08-07T10:13:11.117Z] 181f61b3e418: Layer already exists [2024-08-07T10:13:11.117Z] d9dffa1e1393: Layer already exists [2024-08-07T10:13:11.117Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:11.385Z] 3.2.0-dev.47: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:11.749Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:12.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:13:12.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T10:13:12.111Z] d603821e36e5: Preparing [2024-08-07T10:13:12.111Z] 43c830c650cd: Preparing [2024-08-07T10:13:12.111Z] 3792f635ed52: Preparing [2024-08-07T10:13:12.111Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:12.111Z] 4217593ab4f8: Preparing [2024-08-07T10:13:12.111Z] 8dac8a35e40c: Preparing [2024-08-07T10:13:12.111Z] 33269069b368: Preparing [2024-08-07T10:13:12.111Z] 181f61b3e418: Preparing [2024-08-07T10:13:12.111Z] d9dffa1e1393: Preparing [2024-08-07T10:13:12.111Z] 3c20671a5817: Preparing [2024-08-07T10:13:12.111Z] 33269069b368: Waiting [2024-08-07T10:13:12.111Z] 181f61b3e418: Waiting [2024-08-07T10:13:12.111Z] d9dffa1e1393: Waiting [2024-08-07T10:13:12.111Z] 3c20671a5817: Waiting [2024-08-07T10:13:12.111Z] 8dac8a35e40c: Waiting [2024-08-07T10:13:12.111Z] d603821e36e5: Layer already exists [2024-08-07T10:13:12.111Z] 3792f635ed52: Layer already exists [2024-08-07T10:13:12.111Z] 43c830c650cd: Layer already exists [2024-08-07T10:13:12.111Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:12.111Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:12.111Z] 181f61b3e418: Layer already exists [2024-08-07T10:13:12.111Z] d9dffa1e1393: Layer already exists [2024-08-07T10:13:12.111Z] 8dac8a35e40c: Layer already exists [2024-08-07T10:13:12.111Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:12.111Z] 33269069b368: Layer already exists [2024-08-07T10:13:12.378Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:12.754Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:13.105Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-07T10:13:13.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T10:13:13.106Z] d603821e36e5: Preparing [2024-08-07T10:13:13.106Z] 43c830c650cd: Preparing [2024-08-07T10:13:13.106Z] 3792f635ed52: Preparing [2024-08-07T10:13:13.106Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:13.106Z] 4217593ab4f8: Preparing [2024-08-07T10:13:13.106Z] 8dac8a35e40c: Preparing [2024-08-07T10:13:13.106Z] 33269069b368: Preparing [2024-08-07T10:13:13.106Z] 8dac8a35e40c: Waiting [2024-08-07T10:13:13.106Z] 181f61b3e418: Preparing [2024-08-07T10:13:13.106Z] 33269069b368: Waiting [2024-08-07T10:13:13.106Z] 181f61b3e418: Waiting [2024-08-07T10:13:13.106Z] d9dffa1e1393: Preparing [2024-08-07T10:13:13.106Z] 3c20671a5817: Preparing [2024-08-07T10:13:13.106Z] d9dffa1e1393: Waiting [2024-08-07T10:13:13.106Z] 3c20671a5817: Waiting [2024-08-07T10:13:13.106Z] 3792f635ed52: Layer already exists [2024-08-07T10:13:13.106Z] 43c830c650cd: Layer already exists [2024-08-07T10:13:13.106Z] d603821e36e5: Layer already exists [2024-08-07T10:13:13.106Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:13.106Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:13.106Z] 8dac8a35e40c: Layer already exists [2024-08-07T10:13:13.106Z] 33269069b368: Layer already exists [2024-08-07T10:13:13.106Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:13.106Z] 181f61b3e418: Layer already exists [2024-08-07T10:13:13.106Z] d9dffa1e1393: Layer already exists [2024-08-07T10:13:13.373Z] main: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:13:13.453Z] ===================================================== [Pipeline] echo [2024-08-07T10:13:13.475Z] taggedImages: [2024-08-07T10:13:13.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:13:13.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-07T10:13:13.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.47 [2024-08-07T10:13:13.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:13:13.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-07T10:13:13.510Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-07T10:13:13.510Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:13:13.510Z] latest [2024-08-07T10:13:13.510Z] 3.2.0-dev.47 [2024-08-07T10:13:13.510Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:13:13.510Z] main [2024-08-07T10:13:13.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:13.888Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:14.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:13:14.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T10:13:14.865Z] 420a9fc3b1d4: Preparing [2024-08-07T10:13:14.865Z] f8dc04c17704: Preparing [2024-08-07T10:13:14.865Z] 2d0c803edb56: Preparing [2024-08-07T10:13:14.865Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:14.865Z] 4217593ab4f8: Preparing [2024-08-07T10:13:14.865Z] 167e21fa0630: Preparing [2024-08-07T10:13:14.865Z] f10f67b48084: Preparing [2024-08-07T10:13:14.865Z] d8e93a7d407a: Preparing [2024-08-07T10:13:14.865Z] 3c20671a5817: Preparing [2024-08-07T10:13:14.865Z] f10f67b48084: Waiting [2024-08-07T10:13:14.865Z] d8e93a7d407a: Waiting [2024-08-07T10:13:14.865Z] 3c20671a5817: Waiting [2024-08-07T10:13:14.865Z] 167e21fa0630: Waiting [2024-08-07T10:13:14.865Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:15.134Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:15.134Z] 2d0c803edb56: Pushed [2024-08-07T10:13:15.134Z] f8dc04c17704: Pushed [2024-08-07T10:13:15.134Z] 420a9fc3b1d4: Pushed [2024-08-07T10:13:15.134Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:15.134Z] f10f67b48084: Pushed [2024-08-07T10:13:15.717Z] d8e93a7d407a: Pushed [2024-08-07T10:13:37.901Z] 167e21fa0630: Pushed [2024-08-07T10:13:37.901Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:38.255Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:38.601Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-07T10:13:38.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T10:13:38.601Z] 420a9fc3b1d4: Preparing [2024-08-07T10:13:38.601Z] f8dc04c17704: Preparing [2024-08-07T10:13:38.601Z] 2d0c803edb56: Preparing [2024-08-07T10:13:38.601Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:38.601Z] 4217593ab4f8: Preparing [2024-08-07T10:13:38.601Z] 167e21fa0630: Preparing [2024-08-07T10:13:38.601Z] f10f67b48084: Preparing [2024-08-07T10:13:38.601Z] d8e93a7d407a: Preparing [2024-08-07T10:13:38.601Z] 3c20671a5817: Preparing [2024-08-07T10:13:38.601Z] f10f67b48084: Waiting [2024-08-07T10:13:38.601Z] d8e93a7d407a: Waiting [2024-08-07T10:13:38.601Z] 3c20671a5817: Waiting [2024-08-07T10:13:38.601Z] 167e21fa0630: Waiting [2024-08-07T10:13:38.601Z] 420a9fc3b1d4: Layer already exists [2024-08-07T10:13:38.601Z] 2d0c803edb56: Layer already exists [2024-08-07T10:13:38.601Z] f8dc04c17704: Layer already exists [2024-08-07T10:13:38.601Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:38.601Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:38.601Z] 167e21fa0630: Layer already exists [2024-08-07T10:13:38.601Z] f10f67b48084: Layer already exists [2024-08-07T10:13:38.601Z] d8e93a7d407a: Layer already exists [2024-08-07T10:13:38.601Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:38.866Z] latest: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:39.211Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:39.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.47 [2024-08-07T10:13:39.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T10:13:39.560Z] 420a9fc3b1d4: Preparing [2024-08-07T10:13:39.560Z] f8dc04c17704: Preparing [2024-08-07T10:13:39.560Z] 2d0c803edb56: Preparing [2024-08-07T10:13:39.560Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:39.560Z] 4217593ab4f8: Preparing [2024-08-07T10:13:39.560Z] 167e21fa0630: Preparing [2024-08-07T10:13:39.560Z] f10f67b48084: Preparing [2024-08-07T10:13:39.560Z] d8e93a7d407a: Preparing [2024-08-07T10:13:39.560Z] 3c20671a5817: Preparing [2024-08-07T10:13:39.560Z] 167e21fa0630: Waiting [2024-08-07T10:13:39.560Z] f10f67b48084: Waiting [2024-08-07T10:13:39.560Z] d8e93a7d407a: Waiting [2024-08-07T10:13:39.560Z] 3c20671a5817: Waiting [2024-08-07T10:13:39.560Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:39.560Z] 2d0c803edb56: Layer already exists [2024-08-07T10:13:39.560Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:39.560Z] 420a9fc3b1d4: Layer already exists [2024-08-07T10:13:39.560Z] f8dc04c17704: Layer already exists [2024-08-07T10:13:39.560Z] f10f67b48084: Layer already exists [2024-08-07T10:13:39.560Z] d8e93a7d407a: Layer already exists [2024-08-07T10:13:39.560Z] 167e21fa0630: Layer already exists [2024-08-07T10:13:39.560Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:39.825Z] 3.2.0-dev.47: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:40.182Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:40.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:13:40.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T10:13:40.541Z] 420a9fc3b1d4: Preparing [2024-08-07T10:13:40.541Z] f8dc04c17704: Preparing [2024-08-07T10:13:40.541Z] 2d0c803edb56: Preparing [2024-08-07T10:13:40.541Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:40.541Z] 4217593ab4f8: Preparing [2024-08-07T10:13:40.541Z] 167e21fa0630: Preparing [2024-08-07T10:13:40.541Z] f10f67b48084: Preparing [2024-08-07T10:13:40.541Z] d8e93a7d407a: Preparing [2024-08-07T10:13:40.541Z] 3c20671a5817: Preparing [2024-08-07T10:13:40.541Z] 167e21fa0630: Waiting [2024-08-07T10:13:40.541Z] f10f67b48084: Waiting [2024-08-07T10:13:40.541Z] d8e93a7d407a: Waiting [2024-08-07T10:13:40.541Z] 3c20671a5817: Waiting [2024-08-07T10:13:40.541Z] f8dc04c17704: Layer already exists [2024-08-07T10:13:40.541Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:40.541Z] 420a9fc3b1d4: Layer already exists [2024-08-07T10:13:40.541Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:40.541Z] 2d0c803edb56: Layer already exists [2024-08-07T10:13:40.541Z] 167e21fa0630: Layer already exists [2024-08-07T10:13:40.541Z] d8e93a7d407a: Layer already exists [2024-08-07T10:13:40.541Z] f10f67b48084: Layer already exists [2024-08-07T10:13:40.541Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:40.806Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:41.163Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:41.525Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-07T10:13:41.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T10:13:41.525Z] 420a9fc3b1d4: Preparing [2024-08-07T10:13:41.525Z] f8dc04c17704: Preparing [2024-08-07T10:13:41.525Z] 2d0c803edb56: Preparing [2024-08-07T10:13:41.525Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:41.525Z] 4217593ab4f8: Preparing [2024-08-07T10:13:41.525Z] 167e21fa0630: Preparing [2024-08-07T10:13:41.525Z] f10f67b48084: Preparing [2024-08-07T10:13:41.525Z] d8e93a7d407a: Preparing [2024-08-07T10:13:41.525Z] 3c20671a5817: Preparing [2024-08-07T10:13:41.525Z] 167e21fa0630: Waiting [2024-08-07T10:13:41.525Z] f10f67b48084: Waiting [2024-08-07T10:13:41.525Z] d8e93a7d407a: Waiting [2024-08-07T10:13:41.525Z] 3c20671a5817: Waiting [2024-08-07T10:13:41.525Z] f8dc04c17704: Layer already exists [2024-08-07T10:13:41.525Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:41.525Z] 420a9fc3b1d4: Layer already exists [2024-08-07T10:13:41.525Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:41.525Z] 2d0c803edb56: Layer already exists [2024-08-07T10:13:41.525Z] f10f67b48084: Layer already exists [2024-08-07T10:13:41.525Z] 3c20671a5817: Layer already exists [2024-08-07T10:13:41.525Z] d8e93a7d407a: Layer already exists [2024-08-07T10:13:41.525Z] 167e21fa0630: Layer already exists [2024-08-07T10:13:41.791Z] main: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:13:41.877Z] ===================================================== [Pipeline] echo [2024-08-07T10:13:41.893Z] taggedImages: [2024-08-07T10:13:41.893Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:13:41.893Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-07T10:13:41.893Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.47 [2024-08-07T10:13:41.893Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:13:41.893Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-07T10:13:41.924Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-07T10:13:41.924Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:13:41.924Z] latest [2024-08-07T10:13:41.924Z] 3.2.0-dev.47 [2024-08-07T10:13:41.924Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:13:41.924Z] main [2024-08-07T10:13:41.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:42.286Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:13:42.642Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:13:42.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T10:13:42.642Z] 3c61a4816b6a: Preparing [2024-08-07T10:13:42.642Z] acad8de7d55b: Preparing [2024-08-07T10:13:42.642Z] 3bd20d437541: Preparing [2024-08-07T10:13:42.642Z] 8a5aaae076d9: Preparing [2024-08-07T10:13:42.642Z] 4217593ab4f8: Preparing [2024-08-07T10:13:42.642Z] 2529aa2f1788: Preparing [2024-08-07T10:13:42.642Z] 181f61b3e418: Preparing [2024-08-07T10:13:42.642Z] d9dffa1e1393: Preparing [2024-08-07T10:13:42.642Z] 3c20671a5817: Preparing [2024-08-07T10:13:42.642Z] 181f61b3e418: Waiting [2024-08-07T10:13:42.642Z] d9dffa1e1393: Waiting [2024-08-07T10:13:42.642Z] 2529aa2f1788: Waiting [2024-08-07T10:13:42.642Z] 3c20671a5817: Waiting [2024-08-07T10:13:42.642Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:13:42.908Z] 4217593ab4f8: Layer already exists [2024-08-07T10:13:42.908Z] 181f61b3e418: Layer already exists [2024-08-07T10:13:42.908Z] acad8de7d55b: Pushed [2024-08-07T10:13:42.908Z] d9dffa1e1393: Layer already exists [2024-08-07T10:13:42.908Z] 3bd20d437541: Pushed [2024-08-07T10:13:42.908Z] 3c61a4816b6a: Pushed [2024-08-07T10:13:42.908Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:09.599Z] 2529aa2f1788: Pushed [2024-08-07T10:14:09.599Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:09.962Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:10.319Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-07T10:14:10.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T10:14:10.319Z] 3c61a4816b6a: Preparing [2024-08-07T10:14:10.319Z] acad8de7d55b: Preparing [2024-08-07T10:14:10.319Z] 3bd20d437541: Preparing [2024-08-07T10:14:10.319Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:10.319Z] 4217593ab4f8: Preparing [2024-08-07T10:14:10.319Z] 2529aa2f1788: Preparing [2024-08-07T10:14:10.319Z] 181f61b3e418: Preparing [2024-08-07T10:14:10.319Z] d9dffa1e1393: Preparing [2024-08-07T10:14:10.319Z] 3c20671a5817: Preparing [2024-08-07T10:14:10.319Z] 181f61b3e418: Waiting [2024-08-07T10:14:10.319Z] d9dffa1e1393: Waiting [2024-08-07T10:14:10.319Z] 3c20671a5817: Waiting [2024-08-07T10:14:10.319Z] 2529aa2f1788: Waiting [2024-08-07T10:14:10.319Z] acad8de7d55b: Layer already exists [2024-08-07T10:14:10.319Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:10.319Z] 3bd20d437541: Layer already exists [2024-08-07T10:14:10.319Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:10.319Z] 3c61a4816b6a: Layer already exists [2024-08-07T10:14:10.319Z] d9dffa1e1393: Layer already exists [2024-08-07T10:14:10.319Z] 2529aa2f1788: Layer already exists [2024-08-07T10:14:10.319Z] 181f61b3e418: Layer already exists [2024-08-07T10:14:10.319Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:10.585Z] latest: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:10.951Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:11.314Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.47 [2024-08-07T10:14:11.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T10:14:11.314Z] 3c61a4816b6a: Preparing [2024-08-07T10:14:11.314Z] acad8de7d55b: Preparing [2024-08-07T10:14:11.314Z] 3bd20d437541: Preparing [2024-08-07T10:14:11.314Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:11.314Z] 4217593ab4f8: Preparing [2024-08-07T10:14:11.314Z] 2529aa2f1788: Preparing [2024-08-07T10:14:11.314Z] 181f61b3e418: Preparing [2024-08-07T10:14:11.314Z] d9dffa1e1393: Preparing [2024-08-07T10:14:11.314Z] 3c20671a5817: Preparing [2024-08-07T10:14:11.314Z] 2529aa2f1788: Waiting [2024-08-07T10:14:11.314Z] 181f61b3e418: Waiting [2024-08-07T10:14:11.314Z] d9dffa1e1393: Waiting [2024-08-07T10:14:11.314Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:11.314Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:11.314Z] 3c61a4816b6a: Layer already exists [2024-08-07T10:14:11.314Z] acad8de7d55b: Layer already exists [2024-08-07T10:14:11.314Z] 3bd20d437541: Layer already exists [2024-08-07T10:14:11.314Z] d9dffa1e1393: Layer already exists [2024-08-07T10:14:11.314Z] 181f61b3e418: Layer already exists [2024-08-07T10:14:11.314Z] 2529aa2f1788: Layer already exists [2024-08-07T10:14:11.314Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:11.580Z] 3.2.0-dev.47: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:11.940Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:12.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:12.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T10:14:12.303Z] 3c61a4816b6a: Preparing [2024-08-07T10:14:12.303Z] acad8de7d55b: Preparing [2024-08-07T10:14:12.303Z] 3bd20d437541: Preparing [2024-08-07T10:14:12.303Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:12.303Z] 4217593ab4f8: Preparing [2024-08-07T10:14:12.303Z] 2529aa2f1788: Preparing [2024-08-07T10:14:12.303Z] 181f61b3e418: Preparing [2024-08-07T10:14:12.303Z] d9dffa1e1393: Preparing [2024-08-07T10:14:12.303Z] 3c20671a5817: Preparing [2024-08-07T10:14:12.303Z] 181f61b3e418: Waiting [2024-08-07T10:14:12.303Z] 2529aa2f1788: Waiting [2024-08-07T10:14:12.303Z] d9dffa1e1393: Waiting [2024-08-07T10:14:12.303Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:12.303Z] 3c61a4816b6a: Layer already exists [2024-08-07T10:14:12.303Z] 3bd20d437541: Layer already exists [2024-08-07T10:14:12.303Z] acad8de7d55b: Layer already exists [2024-08-07T10:14:12.303Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:12.303Z] 2529aa2f1788: Layer already exists [2024-08-07T10:14:12.303Z] 181f61b3e418: Layer already exists [2024-08-07T10:14:12.303Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:12.303Z] d9dffa1e1393: Layer already exists [2024-08-07T10:14:12.570Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:12.927Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:13.293Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-07T10:14:13.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T10:14:13.293Z] 3c61a4816b6a: Preparing [2024-08-07T10:14:13.293Z] acad8de7d55b: Preparing [2024-08-07T10:14:13.293Z] 3bd20d437541: Preparing [2024-08-07T10:14:13.293Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:13.293Z] 4217593ab4f8: Preparing [2024-08-07T10:14:13.293Z] 2529aa2f1788: Preparing [2024-08-07T10:14:13.293Z] 181f61b3e418: Preparing [2024-08-07T10:14:13.293Z] 2529aa2f1788: Waiting [2024-08-07T10:14:13.293Z] d9dffa1e1393: Preparing [2024-08-07T10:14:13.293Z] 181f61b3e418: Waiting [2024-08-07T10:14:13.293Z] 3c20671a5817: Preparing [2024-08-07T10:14:13.293Z] d9dffa1e1393: Waiting [2024-08-07T10:14:13.293Z] 3c61a4816b6a: Layer already exists [2024-08-07T10:14:13.293Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:13.293Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:13.293Z] 3bd20d437541: Layer already exists [2024-08-07T10:14:13.293Z] acad8de7d55b: Layer already exists [2024-08-07T10:14:13.293Z] 181f61b3e418: Layer already exists [2024-08-07T10:14:13.293Z] d9dffa1e1393: Layer already exists [2024-08-07T10:14:13.293Z] 2529aa2f1788: Layer already exists [2024-08-07T10:14:13.293Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:13.561Z] main: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:14:13.644Z] ===================================================== [Pipeline] echo [2024-08-07T10:14:13.661Z] taggedImages: [2024-08-07T10:14:13.661Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:13.661Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-07T10:14:13.661Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.47 [2024-08-07T10:14:13.661Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:13.661Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-07T10:14:13.691Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-07T10:14:13.691Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:13.691Z] latest [2024-08-07T10:14:13.691Z] 3.2.0-dev.47 [2024-08-07T10:14:13.691Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:13.691Z] main [2024-08-07T10:14:13.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:14.064Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:14.437Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:14.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T10:14:14.437Z] 3975b60d9b9c: Preparing [2024-08-07T10:14:14.437Z] 7d7e4ea1172d: Preparing [2024-08-07T10:14:14.437Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:14.437Z] 4217593ab4f8: Preparing [2024-08-07T10:14:14.437Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:14.437Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:14.437Z] 3c20671a5817: Preparing [2024-08-07T10:14:14.437Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:14.437Z] 3c20671a5817: Waiting [2024-08-07T10:14:14.437Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:14.707Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:14.707Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:14.707Z] 22869e4bb8d7: Pushed [2024-08-07T10:14:14.707Z] 3975b60d9b9c: Pushed [2024-08-07T10:14:14.971Z] d0a7f5bd18b2: Pushed [2024-08-07T10:14:23.161Z] 7d7e4ea1172d: Pushed [2024-08-07T10:14:23.161Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:23.519Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:23.894Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-07T10:14:23.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T10:14:23.894Z] 3975b60d9b9c: Preparing [2024-08-07T10:14:23.894Z] 7d7e4ea1172d: Preparing [2024-08-07T10:14:23.894Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:23.894Z] 4217593ab4f8: Preparing [2024-08-07T10:14:23.894Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:23.894Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:23.894Z] 3c20671a5817: Preparing [2024-08-07T10:14:23.894Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:23.894Z] 3c20671a5817: Waiting [2024-08-07T10:14:23.894Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:23.894Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:23.894Z] 7d7e4ea1172d: Layer already exists [2024-08-07T10:14:23.894Z] 3975b60d9b9c: Layer already exists [2024-08-07T10:14:23.894Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:23.894Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:23.894Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:24.162Z] latest: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:24.530Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:24.895Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.47 [2024-08-07T10:14:24.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T10:14:24.895Z] 3975b60d9b9c: Preparing [2024-08-07T10:14:24.895Z] 7d7e4ea1172d: Preparing [2024-08-07T10:14:24.895Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:24.895Z] 4217593ab4f8: Preparing [2024-08-07T10:14:24.895Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:24.895Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:24.895Z] 3c20671a5817: Preparing [2024-08-07T10:14:24.895Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:24.895Z] 7d7e4ea1172d: Layer already exists [2024-08-07T10:14:24.895Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:24.895Z] 3975b60d9b9c: Layer already exists [2024-08-07T10:14:24.895Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:24.895Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:24.895Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:24.895Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:25.163Z] 3.2.0-dev.47: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:25.529Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:25.889Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:25.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T10:14:25.889Z] 3975b60d9b9c: Preparing [2024-08-07T10:14:25.889Z] 7d7e4ea1172d: Preparing [2024-08-07T10:14:25.889Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:25.889Z] 4217593ab4f8: Preparing [2024-08-07T10:14:25.889Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:25.889Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:25.889Z] 3c20671a5817: Preparing [2024-08-07T10:14:25.889Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:25.889Z] 3c20671a5817: Waiting [2024-08-07T10:14:25.889Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:25.889Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:25.889Z] 3975b60d9b9c: Layer already exists [2024-08-07T10:14:25.889Z] 7d7e4ea1172d: Layer already exists [2024-08-07T10:14:25.889Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:25.889Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:25.889Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:26.158Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:26.529Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:26.896Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-07T10:14:26.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T10:14:26.896Z] 3975b60d9b9c: Preparing [2024-08-07T10:14:26.896Z] 7d7e4ea1172d: Preparing [2024-08-07T10:14:26.896Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:26.896Z] 4217593ab4f8: Preparing [2024-08-07T10:14:26.896Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:26.896Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:26.896Z] 3c20671a5817: Preparing [2024-08-07T10:14:26.896Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:26.896Z] 3c20671a5817: Waiting [2024-08-07T10:14:26.896Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:26.896Z] 7d7e4ea1172d: Layer already exists [2024-08-07T10:14:26.896Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:26.896Z] 3975b60d9b9c: Layer already exists [2024-08-07T10:14:26.896Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:26.896Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:26.896Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:27.162Z] main: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:14:27.248Z] ===================================================== [Pipeline] echo [2024-08-07T10:14:27.264Z] taggedImages: [2024-08-07T10:14:27.264Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:27.264Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-07T10:14:27.264Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.47 [2024-08-07T10:14:27.264Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:27.264Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-07T10:14:27.296Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-07T10:14:27.296Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:27.296Z] latest [2024-08-07T10:14:27.296Z] 3.2.0-dev.47 [2024-08-07T10:14:27.296Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:27.296Z] main [2024-08-07T10:14:27.296Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:27.684Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:28.048Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:28.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T10:14:28.048Z] 8a7902c4853e: Preparing [2024-08-07T10:14:28.048Z] 4910d7e5ad06: Preparing [2024-08-07T10:14:28.048Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:28.048Z] 4217593ab4f8: Preparing [2024-08-07T10:14:28.048Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:28.048Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:28.048Z] 3c20671a5817: Preparing [2024-08-07T10:14:28.048Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:28.048Z] 3c20671a5817: Waiting [2024-08-07T10:14:28.317Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:28.317Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:28.317Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:28.317Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:28.317Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:28.317Z] 8a7902c4853e: Pushed [2024-08-07T10:14:36.526Z] 4910d7e5ad06: Pushed [2024-08-07T10:14:36.526Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:36.886Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:37.245Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-07T10:14:37.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T10:14:37.245Z] 8a7902c4853e: Preparing [2024-08-07T10:14:37.245Z] 4910d7e5ad06: Preparing [2024-08-07T10:14:37.245Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:37.245Z] 4217593ab4f8: Preparing [2024-08-07T10:14:37.245Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:37.245Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:37.245Z] 3c20671a5817: Preparing [2024-08-07T10:14:37.245Z] 3c20671a5817: Waiting [2024-08-07T10:14:37.245Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:37.245Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:37.245Z] 8a7902c4853e: Layer already exists [2024-08-07T10:14:37.245Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:37.245Z] 4910d7e5ad06: Layer already exists [2024-08-07T10:14:37.245Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:37.245Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:37.245Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:37.512Z] latest: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:37.868Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:38.233Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.47 [2024-08-07T10:14:38.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T10:14:38.233Z] 8a7902c4853e: Preparing [2024-08-07T10:14:38.233Z] 4910d7e5ad06: Preparing [2024-08-07T10:14:38.233Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:38.233Z] 4217593ab4f8: Preparing [2024-08-07T10:14:38.233Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:38.233Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:38.233Z] 3c20671a5817: Preparing [2024-08-07T10:14:38.233Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:38.233Z] 3c20671a5817: Waiting [2024-08-07T10:14:38.233Z] 8a7902c4853e: Layer already exists [2024-08-07T10:14:38.233Z] 4910d7e5ad06: Layer already exists [2024-08-07T10:14:38.233Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:38.233Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:38.233Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:38.233Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:38.233Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:38.499Z] 3.2.0-dev.47: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:38.855Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:39.204Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:39.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T10:14:39.204Z] 8a7902c4853e: Preparing [2024-08-07T10:14:39.204Z] 4910d7e5ad06: Preparing [2024-08-07T10:14:39.204Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:39.204Z] 4217593ab4f8: Preparing [2024-08-07T10:14:39.204Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:39.204Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:39.204Z] 3c20671a5817: Preparing [2024-08-07T10:14:39.204Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:39.204Z] 3c20671a5817: Waiting [2024-08-07T10:14:39.204Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:39.204Z] 8a7902c4853e: Layer already exists [2024-08-07T10:14:39.204Z] 4910d7e5ad06: Layer already exists [2024-08-07T10:14:39.204Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:39.204Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:39.204Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:39.204Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:39.472Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:39.827Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:40.176Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-07T10:14:40.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T10:14:40.176Z] 8a7902c4853e: Preparing [2024-08-07T10:14:40.176Z] 4910d7e5ad06: Preparing [2024-08-07T10:14:40.176Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:40.176Z] 4217593ab4f8: Preparing [2024-08-07T10:14:40.176Z] 22869e4bb8d7: Preparing [2024-08-07T10:14:40.176Z] d0a7f5bd18b2: Preparing [2024-08-07T10:14:40.176Z] 3c20671a5817: Preparing [2024-08-07T10:14:40.176Z] d0a7f5bd18b2: Waiting [2024-08-07T10:14:40.176Z] 3c20671a5817: Waiting [2024-08-07T10:14:40.176Z] 8a7902c4853e: Layer already exists [2024-08-07T10:14:40.176Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:40.176Z] 22869e4bb8d7: Layer already exists [2024-08-07T10:14:40.176Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:40.176Z] 4910d7e5ad06: Layer already exists [2024-08-07T10:14:40.176Z] d0a7f5bd18b2: Layer already exists [2024-08-07T10:14:40.176Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:40.443Z] main: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:14:40.541Z] ===================================================== [Pipeline] echo [2024-08-07T10:14:40.553Z] taggedImages: [2024-08-07T10:14:40.553Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:40.553Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-07T10:14:40.553Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.47 [2024-08-07T10:14:40.553Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:40.553Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-07T10:14:40.580Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-07T10:14:40.580Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:40.580Z] latest [2024-08-07T10:14:40.580Z] 3.2.0-dev.47 [2024-08-07T10:14:40.580Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:40.580Z] main [2024-08-07T10:14:40.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:40.950Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:41.303Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:41.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T10:14:41.303Z] f251c593bca1: Preparing [2024-08-07T10:14:41.303Z] dd5fd48a94e5: Preparing [2024-08-07T10:14:41.303Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:41.303Z] 4217593ab4f8: Preparing [2024-08-07T10:14:41.303Z] ab80fbf3005f: Preparing [2024-08-07T10:14:41.303Z] c212ff69d499: Preparing [2024-08-07T10:14:41.303Z] 3c20671a5817: Preparing [2024-08-07T10:14:41.303Z] c212ff69d499: Waiting [2024-08-07T10:14:41.303Z] 3c20671a5817: Waiting [2024-08-07T10:14:41.886Z] ab80fbf3005f: Layer already exists [2024-08-07T10:14:41.886Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:41.886Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:41.886Z] c212ff69d499: Layer already exists [2024-08-07T10:14:41.886Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:41.886Z] f251c593bca1: Pushed [2024-08-07T10:14:50.087Z] dd5fd48a94e5: Pushed [2024-08-07T10:14:50.087Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:50.454Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:50.818Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-07T10:14:50.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T10:14:50.818Z] f251c593bca1: Preparing [2024-08-07T10:14:50.818Z] dd5fd48a94e5: Preparing [2024-08-07T10:14:50.818Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:50.818Z] 4217593ab4f8: Preparing [2024-08-07T10:14:50.818Z] ab80fbf3005f: Preparing [2024-08-07T10:14:50.818Z] c212ff69d499: Preparing [2024-08-07T10:14:50.818Z] 3c20671a5817: Preparing [2024-08-07T10:14:50.818Z] c212ff69d499: Waiting [2024-08-07T10:14:50.818Z] 3c20671a5817: Waiting [2024-08-07T10:14:50.818Z] f251c593bca1: Layer already exists [2024-08-07T10:14:50.818Z] ab80fbf3005f: Layer already exists [2024-08-07T10:14:50.818Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:50.818Z] dd5fd48a94e5: Layer already exists [2024-08-07T10:14:50.818Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:50.818Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:50.818Z] c212ff69d499: Layer already exists [2024-08-07T10:14:51.086Z] latest: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:51.443Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:51.800Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.47 [2024-08-07T10:14:51.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T10:14:51.801Z] f251c593bca1: Preparing [2024-08-07T10:14:51.801Z] dd5fd48a94e5: Preparing [2024-08-07T10:14:51.801Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:51.801Z] 4217593ab4f8: Preparing [2024-08-07T10:14:51.801Z] ab80fbf3005f: Preparing [2024-08-07T10:14:51.801Z] c212ff69d499: Preparing [2024-08-07T10:14:51.801Z] 3c20671a5817: Preparing [2024-08-07T10:14:51.801Z] c212ff69d499: Waiting [2024-08-07T10:14:51.801Z] 3c20671a5817: Waiting [2024-08-07T10:14:51.801Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:51.801Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:51.801Z] f251c593bca1: Layer already exists [2024-08-07T10:14:51.801Z] dd5fd48a94e5: Layer already exists [2024-08-07T10:14:51.801Z] ab80fbf3005f: Layer already exists [2024-08-07T10:14:51.801Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:51.801Z] c212ff69d499: Layer already exists [2024-08-07T10:14:52.067Z] 3.2.0-dev.47: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:52.438Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:52.806Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:52.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T10:14:52.806Z] f251c593bca1: Preparing [2024-08-07T10:14:52.806Z] dd5fd48a94e5: Preparing [2024-08-07T10:14:52.806Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:52.806Z] 4217593ab4f8: Preparing [2024-08-07T10:14:52.806Z] ab80fbf3005f: Preparing [2024-08-07T10:14:52.806Z] c212ff69d499: Preparing [2024-08-07T10:14:52.806Z] 3c20671a5817: Preparing [2024-08-07T10:14:52.806Z] c212ff69d499: Waiting [2024-08-07T10:14:52.806Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:52.806Z] f251c593bca1: Layer already exists [2024-08-07T10:14:52.806Z] ab80fbf3005f: Layer already exists [2024-08-07T10:14:52.806Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:52.806Z] dd5fd48a94e5: Layer already exists [2024-08-07T10:14:52.806Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:52.806Z] c212ff69d499: Layer already exists [2024-08-07T10:14:53.074Z] 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:53.434Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:53.795Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-07T10:14:53.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T10:14:53.796Z] f251c593bca1: Preparing [2024-08-07T10:14:53.796Z] dd5fd48a94e5: Preparing [2024-08-07T10:14:53.796Z] 8a5aaae076d9: Preparing [2024-08-07T10:14:53.796Z] 4217593ab4f8: Preparing [2024-08-07T10:14:53.796Z] ab80fbf3005f: Preparing [2024-08-07T10:14:53.796Z] c212ff69d499: Preparing [2024-08-07T10:14:53.796Z] 3c20671a5817: Preparing [2024-08-07T10:14:53.796Z] c212ff69d499: Waiting [2024-08-07T10:14:53.796Z] 3c20671a5817: Waiting [2024-08-07T10:14:53.796Z] ab80fbf3005f: Layer already exists [2024-08-07T10:14:53.796Z] f251c593bca1: Layer already exists [2024-08-07T10:14:53.796Z] 8a5aaae076d9: Layer already exists [2024-08-07T10:14:53.796Z] dd5fd48a94e5: Layer already exists [2024-08-07T10:14:53.796Z] 4217593ab4f8: Layer already exists [2024-08-07T10:14:53.796Z] 3c20671a5817: Layer already exists [2024-08-07T10:14:53.796Z] c212ff69d499: Layer already exists [2024-08-07T10:14:54.062Z] main: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T10:14:54.159Z] ===================================================== [Pipeline] echo [2024-08-07T10:14:54.176Z] taggedImages: [2024-08-07T10:14:54.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [2024-08-07T10:14:54.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-07T10:14:54.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.47 [2024-08-07T10:14:54.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [2024-08-07T10:14:54.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:54.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T10:14:54.595Z] [2024-08-07T10:14:54.595Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:14:54.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T10:14:55.209Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-07T10:14:55.209Z] 8998bd30e6a1: Pulling fs layer [2024-08-07T10:14:55.209Z] 04944245beec: Pulling fs layer [2024-08-07T10:14:55.209Z] 699f458cf7ca: Pulling fs layer [2024-08-07T10:14:55.210Z] 765212b225bb: Pulling fs layer [2024-08-07T10:14:55.210Z] f23df028b6ca: Pulling fs layer [2024-08-07T10:14:55.210Z] d65c8cfc05b1: Pulling fs layer [2024-08-07T10:14:55.210Z] 2437ff75d9bd: Pulling fs layer [2024-08-07T10:14:55.210Z] f23df028b6ca: Waiting [2024-08-07T10:14:55.210Z] 765212b225bb: Waiting [2024-08-07T10:14:55.210Z] d65c8cfc05b1: Waiting [2024-08-07T10:14:55.210Z] 2437ff75d9bd: Waiting [2024-08-07T10:14:55.210Z] 04944245beec: Verifying Checksum [2024-08-07T10:14:55.210Z] 04944245beec: Download complete [2024-08-07T10:14:55.210Z] 765212b225bb: Verifying Checksum [2024-08-07T10:14:55.210Z] 765212b225bb: Download complete [2024-08-07T10:14:55.210Z] f23df028b6ca: Verifying Checksum [2024-08-07T10:14:55.210Z] f23df028b6ca: Download complete [2024-08-07T10:14:55.210Z] d65c8cfc05b1: Verifying Checksum [2024-08-07T10:14:55.210Z] d65c8cfc05b1: Download complete [2024-08-07T10:14:55.477Z] 699f458cf7ca: Verifying Checksum [2024-08-07T10:14:55.477Z] 699f458cf7ca: Download complete [2024-08-07T10:14:56.060Z] 8998bd30e6a1: Verifying Checksum [2024-08-07T10:14:56.060Z] 8998bd30e6a1: Download complete [2024-08-07T10:14:58.723Z] 2437ff75d9bd: Verifying Checksum [2024-08-07T10:14:58.723Z] 2437ff75d9bd: Download complete [2024-08-07T10:15:00.669Z] 8998bd30e6a1: Pull complete [2024-08-07T10:15:01.276Z] 04944245beec: Pull complete [2024-08-07T10:15:03.269Z] 699f458cf7ca: Pull complete [2024-08-07T10:15:03.547Z] 765212b225bb: Pull complete [2024-08-07T10:15:04.516Z] f23df028b6ca: Pull complete [2024-08-07T10:15:05.106Z] d65c8cfc05b1: Pull complete [2024-08-07T10:15:23.311Z] 2437ff75d9bd: Pull complete [2024-08-07T10:15:23.311Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-07T10:15:23.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T10:15:23.311Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:15:23.532Z] prd-ubuntu20.04-docker-arm64-4c-16g-7285 does not seem to be running inside a container [2024-08-07T10:15:23.585Z] $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-08-07T10:15:27.014Z] $ docker top 45d4bdef9e255162e15ca352e7827c55925e1741ebd96f5cd538c7e73d578c50 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:15:28.000Z] ---> job-cost.sh [2024-08-07T10:15:28.000Z] lf-activate-venv: SKIPPING [2024-08-07T10:15:28.000Z] INFO: No Stack... [2024-08-07T10:15:28.582Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-07T10:15:29.541Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T10:15:30.178Z] + cat /w/workspace/edgex-go/665/archives/cost.csv [2024-08-07T10:15:30.179Z] + cut -d, -f6 [Pipeline] lock [2024-08-07T10:15:30.215Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-665-stack-cost] [2024-08-07T10:15:30.225Z] Resource [jenkins-edgexfoundry-edgex-go-main-665-stack-cost] did not exist. Created. [2024-08-07T10:15:30.234Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-665-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T10:15:30.882Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-07T10:15:31.680Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T10:15:31.688Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-665-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T10:15:31.700Z] $ docker stop --time=1 45d4bdef9e255162e15ca352e7827c55925e1741ebd96f5cd538c7e73d578c50 [2024-08-07T10:15:33.260Z] $ docker rm -f --volumes 45d4bdef9e255162e15ca352e7827c55925e1741ebd96f5cd538c7e73d578c50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-08-07T10:15:33.848Z] provisioning config files... [2024-08-07T10:15:33.857Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/665@tmp/config16694779733351065329tmp [Pipeline] { [Pipeline] sh [2024-08-07T10:15:34.153Z] + set +x [2024-08-07T10:15:34.154Z] + curl -s https://codecov.io/bash [2024-08-07T10:15:34.154Z] + bash -s -- [2024-08-07T10:15:34.413Z] [2024-08-07T10:15:34.413Z] _____ _ [2024-08-07T10:15:34.413Z] / ____| | | [2024-08-07T10:15:34.413Z] | | ___ __| | ___ ___ _____ __ [2024-08-07T10:15:34.413Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-07T10:15:34.413Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-07T10:15:34.413Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-07T10:15:34.413Z] Bash-1.0.6 [2024-08-07T10:15:34.413Z] [2024-08-07T10:15:34.413Z] [2024-08-07T10:15:34.413Z] ==> git version 2.25.1 found [2024-08-07T10:15:34.413Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-08-07T10:15:34.413Z] Release-Date: 2020-01-08 [2024-08-07T10:15:34.413Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-08-07T10:15:34.413Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-07T10:15:34.413Z] ==> Jenkins CI detected. [2024-08-07T10:15:34.413Z] current dir:  /w/workspace/edgex-go/665 [2024-08-07T10:15:34.413Z] project root: . [2024-08-07T10:15:34.413Z] --> token set from env [2024-08-07T10:15:34.413Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-07T10:15:34.413Z] ==> Running gcov in . (disable via -X gcov) [2024-08-07T10:15:34.413Z] ==> Python coveragepy not found [2024-08-07T10:15:34.413Z] ==> Searching for coverage reports in: [2024-08-07T10:15:34.413Z] + . [2024-08-07T10:15:34.413Z] -> Found 1 reports [2024-08-07T10:15:34.413Z] ==> Detecting git/mercurial file structure [2024-08-07T10:15:34.413Z] ==> Reading reports [2024-08-07T10:15:34.413Z] + ./coverage.out bytes=504074 [2024-08-07T10:15:34.413Z] ==> Appending adjustments [2024-08-07T10:15:34.413Z] https://docs.codecov.io/docs/fixing-reports [2024-08-07T10:15:35.791Z] + Found adjustments [2024-08-07T10:15:35.791Z] ==> Gzipping contents [2024-08-07T10:15:35.791Z] 64K /tmp/codecov.phHRRX.gz [2024-08-07T10:15:35.791Z] ==> Uploading reports [2024-08-07T10:15:35.791Z] url: https://codecov.io [2024-08-07T10:15:35.791Z] query: branch=main&commit=4508c6b134dd8db5d14b2b122fe51143339f6eec&build=665&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F665%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T10:15:35.791Z] -> Pinging Codecov [2024-08-07T10:15:35.791Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4508c6b134dd8db5d14b2b122fe51143339f6eec&build=665&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F665%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T10:15:35.791Z] -> Uploading to [2024-08-07T10:15:35.792Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-07/00271124DB129430A58F1EEE437C3FCB/4508c6b134dd8db5d14b2b122fe51143339f6eec/f1f5a512-75b4-446e-810a-2c00b42b69fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T101535Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4520be364ba726f0ee6dbba003ce92f9e8cbbf8b8a93f3261437b5e71fe06926 [2024-08-07T10:15:35.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:15:35.792Z] Dload Upload Total Spent Left Speed [2024-08-07T10:15:36.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64558 0 0 100 64558 0 204k --:--:-- --:--:-- --:--:-- 204k [2024-08-07T10:15:36.360Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [2024-08-07T10:15:36.368Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-07T10:15:36.597Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-07T10:15:36.620Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:15:36.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T10:15:36.931Z] [2024-08-07T10:15:36.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:15:37.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T10:15:37.233Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-07T10:15:37.233Z] 619be1103602: Already exists [2024-08-07T10:15:37.233Z] f8ea3408117e: Pulling fs layer [2024-08-07T10:15:37.233Z] 91320369b822: Pulling fs layer [2024-08-07T10:15:37.233Z] 0406650e8295: Pulling fs layer [2024-08-07T10:15:37.233Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T10:15:37.233Z] 96d80e3f36e1: Pulling fs layer [2024-08-07T10:15:37.233Z] bcf3aedb951c: Pulling fs layer [2024-08-07T10:15:37.233Z] 96d80e3f36e1: Waiting [2024-08-07T10:15:37.233Z] bcf3aedb951c: Waiting [2024-08-07T10:15:37.233Z] 4f4fb700ef54: Waiting [2024-08-07T10:15:37.233Z] 0406650e8295: Verifying Checksum [2024-08-07T10:15:37.233Z] 0406650e8295: Download complete [2024-08-07T10:15:37.233Z] f8ea3408117e: Download complete [2024-08-07T10:15:37.233Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T10:15:37.233Z] 4f4fb700ef54: Download complete [2024-08-07T10:15:37.493Z] f8ea3408117e: Pull complete [2024-08-07T10:15:37.493Z] 96d80e3f36e1: Verifying Checksum [2024-08-07T10:15:37.493Z] 96d80e3f36e1: Download complete [2024-08-07T10:15:37.750Z] 91320369b822: Verifying Checksum [2024-08-07T10:15:37.750Z] 91320369b822: Download complete [2024-08-07T10:15:38.316Z] bcf3aedb951c: Download complete [2024-08-07T10:15:40.841Z] 91320369b822: Pull complete [2024-08-07T10:15:40.841Z] 0406650e8295: Pull complete [2024-08-07T10:15:40.841Z] 4f4fb700ef54: Pull complete [2024-08-07T10:15:41.097Z] 96d80e3f36e1: Pull complete [2024-08-07T10:15:44.374Z] bcf3aedb951c: Pull complete [2024-08-07T10:15:44.374Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-07T10:15:44.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T10:15:44.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:15:44.480Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T10:15:44.502Z] $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-08-07T10:15:50.634Z] $ docker top d61db4b434468a5eeccea658fd36edfa31abd6a8d283a9ebbd6b8af88a644e7c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T10:15:50.987Z] + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] echo [2024-08-07T10:15:50.997Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-07T10:15:51.273Z] + set -o pipefail [2024-08-07T10:15:51.273Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-07T10:15:59.390Z] [2024-08-07T10:15:59.390Z] Monitoring /w/workspace/edgex-go/665 (github.com/edgexfoundry/edgex-go)... [2024-08-07T10:15:59.390Z] [2024-08-07T10:15:59.390Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/e72dbddd-02d1-4199-bd36-4f3b58a412c7 [2024-08-07T10:15:59.390Z] [2024-08-07T10:15:59.390Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-07T10:15:59.390Z] [2024-08-07T10:15:59.390Z] [2024-08-07T10:15:59.390Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-07T10:15:59.390Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-07T10:15:59.392Z] $ docker stop --time=1 d61db4b434468a5eeccea658fd36edfa31abd6a8d283a9ebbd6b8af88a644e7c [2024-08-07T10:16:04.251Z] $ docker rm -f --volumes d61db4b434468a5eeccea658fd36edfa31abd6a8d283a9ebbd6b8af88a644e7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-07T10:16:04.791Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T10:16:04.808Z] provisioning config files... [2024-08-07T10:16:04.815Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/665@tmp/config17805878274744022451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:05.117Z] --> edgex-publish-swagger.sh [2024-08-07T10:16:05.117Z] === Publish openapi/v3 API === [2024-08-07T10:16:05.117Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-07T10:16:05.117Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/665/openapi/v3/core-command.yaml] [2024-08-07T10:16:05.117Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:05.118Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:05.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 58854 --:--:-- --:--:-- --:--:-- 58854 [2024-08-07T10:16:05.685Z] [2024-08-07T10:16:05.685Z] [2024-08-07T10:16:05.685Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/665/openapi/v3/core-data.yaml] [2024-08-07T10:16:05.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:05.685Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:06.253Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 764k --:--:-- --:--:-- --:--:-- 756k 100 72043 0 0 100 72043 0 126k --:--:-- --:--:-- --:--:-- 126k [2024-08-07T10:16:06.253Z] [2024-08-07T10:16:06.253Z] [2024-08-07T10:16:06.253Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/665/openapi/v3/core-keeper.yaml] [2024-08-07T10:16:06.253Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:06.253Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:06.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 206 100k --:--:-- --:--:-- --:--:-- 100k [2024-08-07T10:16:06.516Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-07T10:16:06.516Z] [2024-08-07T10:16:06.516Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/665/openapi/v3/core-metadata.yaml] [2024-08-07T10:16:06.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:06.516Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:07.033Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 148k 0 0 100 148k 0 726k --:--:-- --:--:-- --:--:-- 722k 100 149k 100 156 100 148k 321 307k --:--:-- --:--:-- --:--:-- 306k [2024-08-07T10:16:07.033Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T10:16:07.033Z] [2024-08-07T10:16:07.033Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/665/openapi/v3/support-cron-scheduler.yaml] [2024-08-07T10:16:07.033Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:07.033Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:07.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42902 100 66 100 42836 191 121k --:--:-- --:--:-- --:--:-- 121k [2024-08-07T10:16:07.291Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-07T10:16:07.291Z] [2024-08-07T10:16:07.291Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/665/openapi/v3/support-notifications.yaml] [2024-08-07T10:16:07.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:07.291Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:07.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 330 180k --:--:-- --:--:-- --:--:-- 180k 100 87457 100 156 100 87301 330 180k --:--:-- --:--:-- --:--:-- 180k [2024-08-07T10:16:07.859Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T10:16:07.859Z] [2024-08-07T10:16:07.859Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/665/openapi/v3/support-scheduler.yaml] [2024-08-07T10:16:07.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T10:16:07.859Z] Dload Upload Total Spent Left Speed [2024-08-07T10:16:08.427Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 326 77309 --:--:-- --:--:-- --:--:-- 77798 [2024-08-07T10:16:08.427Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T10:16:08.427Z] [Pipeline] } [2024-08-07T10:16:08.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-08-07T10:16:08.855Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T10:16:08.855Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:09.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T10:16:09.154Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:16:09.238Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T10:16:09.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T10:16:09.687Z] $ docker top c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T10:16:09.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T10:16:09.815Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T10:16:09.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T10:16:09.935Z] $ docker exec c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 ssh-agent [2024-08-07T10:16:10.058Z] SSH_AUTH_SOCK=/tmp/ssh-Wz0HrHHwgpCA/agent.32 [2024-08-07T10:16:10.058Z] SSH_AGENT_PID=38 [2024-08-07T10:16:10.063Z] Running ssh-add (command line suppressed) [2024-08-07T10:16:10.159Z] Identity added: /w/workspace/edgex-go/665@tmp/private_key_2486586668442003571.key (/w/workspace/edgex-go/665@tmp/private_key_2486586668442003571.key) [2024-08-07T10:16:10.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T10:16:10.474Z] + git semver tag [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,676 [run_tag] DEBUG tag force:False [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,676 [check_head_tag] DEBUG check head tag [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,678 [execute] INFO git cat-file --batch-check [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,678 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=) [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,683 [execute] INFO git cat-file --batch [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=) [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,721 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,722 [execute] INFO git tag -a v3.2.0-dev.47 -m v3.2.0-dev.47 [2024-08-07T10:16:10.733Z] 2024-08-07 10:16:10,722 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.47', '-m', 'v3.2.0-dev.47'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=None) [2024-08-07T10:16:10.993Z] 2024-08-07 10:16:10,728 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:10.993Z] 3.2.0-dev.47 [Pipeline] } [2024-08-07T10:16:10.993Z] $ docker exec --env ******** --env ******** c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 ssh-agent -k [2024-08-07T10:16:11.111Z] unset SSH_AUTH_SOCK; [2024-08-07T10:16:11.111Z] unset SSH_AGENT_PID; [2024-08-07T10:16:11.111Z] echo Agent pid 38 killed; [2024-08-07T10:16:11.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T10:16:11.447Z] + git semver [Pipeline] } [2024-08-07T10:16:11.710Z] $ docker stop --time=1 c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 [2024-08-07T10:16:12.999Z] $ docker rm -f --volumes c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:13.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T10:16:13.419Z] [2024-08-07T10:16:13.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:13.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T10:16:13.724Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-07T10:16:13.724Z] ab5ef0e58194: Pulling fs layer [2024-08-07T10:16:13.724Z] 9712f1f96733: Pulling fs layer [2024-08-07T10:16:13.724Z] 63f879dbbcfc: Pulling fs layer [2024-08-07T10:16:13.724Z] 0d9ebad4ef96: Pulling fs layer [2024-08-07T10:16:13.724Z] e9a5061849ea: Pulling fs layer [2024-08-07T10:16:13.724Z] d747dcd14b5f: Pulling fs layer [2024-08-07T10:16:13.724Z] 2de7ff778b66: Pulling fs layer [2024-08-07T10:16:13.724Z] e9a5061849ea: Waiting [2024-08-07T10:16:13.724Z] 0d9ebad4ef96: Waiting [2024-08-07T10:16:13.724Z] d747dcd14b5f: Waiting [2024-08-07T10:16:13.724Z] 2de7ff778b66: Waiting [2024-08-07T10:16:13.724Z] 9712f1f96733: Download complete [2024-08-07T10:16:13.982Z] 63f879dbbcfc: Verifying Checksum [2024-08-07T10:16:13.982Z] 63f879dbbcfc: Download complete [2024-08-07T10:16:14.239Z] e9a5061849ea: Verifying Checksum [2024-08-07T10:16:14.239Z] e9a5061849ea: Download complete [2024-08-07T10:16:14.239Z] d747dcd14b5f: Download complete [2024-08-07T10:16:14.239Z] 0d9ebad4ef96: Verifying Checksum [2024-08-07T10:16:14.239Z] 0d9ebad4ef96: Download complete [2024-08-07T10:16:14.497Z] ab5ef0e58194: Verifying Checksum [2024-08-07T10:16:14.497Z] ab5ef0e58194: Download complete [2024-08-07T10:16:14.497Z] 2de7ff778b66: Verifying Checksum [2024-08-07T10:16:14.497Z] 2de7ff778b66: Download complete [2024-08-07T10:16:17.023Z] ab5ef0e58194: Pull complete [2024-08-07T10:16:17.280Z] 9712f1f96733: Pull complete [2024-08-07T10:16:17.844Z] 63f879dbbcfc: Pull complete [2024-08-07T10:16:22.026Z] 0d9ebad4ef96: Pull complete [2024-08-07T10:16:22.026Z] e9a5061849ea: Pull complete [2024-08-07T10:16:22.285Z] d747dcd14b5f: Pull complete [2024-08-07T10:16:23.221Z] 2de7ff778b66: Pull complete [2024-08-07T10:16:23.221Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-07T10:16:23.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T10:16:23.221Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:16:23.330Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T10:16:23.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-08-07T10:16:25.140Z] $ docker top a3fe015fdb0334cdea78dc179d71346a47ae259878b5dafb228de75a7a35b6d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-07T10:16:25.237Z] provisioning config files... [2024-08-07T10:16:25.244Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/665@tmp/config2059404596157266890tmp [2024-08-07T10:16:25.254Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/665@tmp/config7943460777377896347tmp [2024-08-07T10:16:25.262Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/665@tmp/config2938933547138345156tmp [Pipeline] { [Pipeline] echo [2024-08-07T10:16:25.292Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:25.584Z] ---> sigul-configuration.sh [2024-08-07T10:16:25.584Z] gpg: directory `/root/.gnupg' created [2024-08-07T10:16:25.584Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-07T10:16:25.584Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-07T10:16:25.584Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-07T10:16:25.584Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-07T10:16:25.584Z] gpg: CAST5 encrypted data [2024-08-07T10:16:25.584Z] gpg: encrypted with 1 passphrase [2024-08-07T10:16:25.584Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-07T10:16:25.875Z] + mkdir /home/jenkins [2024-08-07T10:16:25.875Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-07T10:16:26.172Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-08-07T10:16:26.184Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:26.478Z] ---> sigul-install.sh [2024-08-07T10:16:26.479Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-07T10:16:26.773Z] + git tag --list [2024-08-07T10:16:26.773Z] 0.6.0 [2024-08-07T10:16:26.773Z] 0.6.1 [2024-08-07T10:16:26.773Z] 0.7.0 [2024-08-07T10:16:26.773Z] 0.7.1 [2024-08-07T10:16:26.773Z] v1.0.0 [2024-08-07T10:16:26.773Z] v1.0.1 [2024-08-07T10:16:26.773Z] v1.1.0 [2024-08-07T10:16:26.773Z] v1.2.0 [2024-08-07T10:16:26.773Z] v1.2.1 [2024-08-07T10:16:26.773Z] v1.3.0 [2024-08-07T10:16:26.773Z] v1.3.1 [2024-08-07T10:16:26.773Z] v2.0.0 [2024-08-07T10:16:26.773Z] v2.1.0 [2024-08-07T10:16:26.773Z] v2.1.1 [2024-08-07T10:16:26.773Z] v2.2.0 [2024-08-07T10:16:26.773Z] v2.3.0 [2024-08-07T10:16:26.773Z] v3.0 [2024-08-07T10:16:26.773Z] v3.0.0 [2024-08-07T10:16:26.773Z] v3.1 [2024-08-07T10:16:26.773Z] v3.1.0 [2024-08-07T10:16:26.773Z] v3.1.0-dev.1 [2024-08-07T10:16:26.773Z] v3.1.0-dev.10 [2024-08-07T10:16:26.773Z] v3.1.0-dev.11 [2024-08-07T10:16:26.773Z] v3.1.0-dev.12 [2024-08-07T10:16:26.773Z] v3.1.0-dev.13 [2024-08-07T10:16:26.773Z] v3.1.0-dev.14 [2024-08-07T10:16:26.773Z] v3.1.0-dev.15 [2024-08-07T10:16:26.773Z] v3.1.0-dev.16 [2024-08-07T10:16:26.773Z] v3.1.0-dev.17 [2024-08-07T10:16:26.773Z] v3.1.0-dev.18 [2024-08-07T10:16:26.773Z] v3.1.0-dev.19 [2024-08-07T10:16:26.773Z] v3.1.0-dev.2 [2024-08-07T10:16:26.773Z] v3.1.0-dev.20 [2024-08-07T10:16:26.773Z] v3.1.0-dev.21 [2024-08-07T10:16:26.773Z] v3.1.0-dev.22 [2024-08-07T10:16:26.773Z] v3.1.0-dev.23 [2024-08-07T10:16:26.773Z] v3.1.0-dev.24 [2024-08-07T10:16:26.773Z] v3.1.0-dev.25 [2024-08-07T10:16:26.773Z] v3.1.0-dev.26 [2024-08-07T10:16:26.773Z] v3.1.0-dev.27 [2024-08-07T10:16:26.773Z] v3.1.0-dev.28 [2024-08-07T10:16:26.773Z] v3.1.0-dev.29 [2024-08-07T10:16:26.773Z] v3.1.0-dev.3 [2024-08-07T10:16:26.773Z] v3.1.0-dev.30 [2024-08-07T10:16:26.773Z] v3.1.0-dev.31 [2024-08-07T10:16:26.773Z] v3.1.0-dev.32 [2024-08-07T10:16:26.773Z] v3.1.0-dev.33 [2024-08-07T10:16:26.773Z] v3.1.0-dev.34 [2024-08-07T10:16:26.773Z] v3.1.0-dev.35 [2024-08-07T10:16:26.773Z] v3.1.0-dev.36 [2024-08-07T10:16:26.773Z] v3.1.0-dev.37 [2024-08-07T10:16:26.773Z] v3.1.0-dev.38 [2024-08-07T10:16:26.773Z] v3.1.0-dev.39 [2024-08-07T10:16:26.773Z] v3.1.0-dev.4 [2024-08-07T10:16:26.773Z] v3.1.0-dev.40 [2024-08-07T10:16:26.773Z] v3.1.0-dev.41 [2024-08-07T10:16:26.773Z] v3.1.0-dev.42 [2024-08-07T10:16:26.773Z] v3.1.0-dev.43 [2024-08-07T10:16:26.773Z] v3.1.0-dev.44 [2024-08-07T10:16:26.773Z] v3.1.0-dev.45 [2024-08-07T10:16:26.773Z] v3.1.0-dev.46 [2024-08-07T10:16:26.773Z] v3.1.0-dev.47 [2024-08-07T10:16:26.773Z] v3.1.0-dev.48 [2024-08-07T10:16:26.773Z] v3.1.0-dev.49 [2024-08-07T10:16:26.773Z] v3.1.0-dev.5 [2024-08-07T10:16:26.773Z] v3.1.0-dev.50 [2024-08-07T10:16:26.773Z] v3.1.0-dev.51 [2024-08-07T10:16:26.773Z] v3.1.0-dev.52 [2024-08-07T10:16:26.773Z] v3.1.0-dev.53 [2024-08-07T10:16:26.773Z] v3.1.0-dev.54 [2024-08-07T10:16:26.773Z] v3.1.0-dev.55 [2024-08-07T10:16:26.773Z] v3.1.0-dev.56 [2024-08-07T10:16:26.773Z] v3.1.0-dev.57 [2024-08-07T10:16:26.773Z] v3.1.0-dev.58 [2024-08-07T10:16:26.773Z] v3.1.0-dev.59 [2024-08-07T10:16:26.773Z] v3.1.0-dev.6 [2024-08-07T10:16:26.773Z] v3.1.0-dev.60 [2024-08-07T10:16:26.773Z] v3.1.0-dev.61 [2024-08-07T10:16:26.773Z] v3.1.0-dev.62 [2024-08-07T10:16:26.773Z] v3.1.0-dev.63 [2024-08-07T10:16:26.773Z] v3.1.0-dev.64 [2024-08-07T10:16:26.773Z] v3.1.0-dev.65 [2024-08-07T10:16:26.773Z] v3.1.0-dev.66 [2024-08-07T10:16:26.773Z] v3.1.0-dev.67 [2024-08-07T10:16:26.773Z] v3.1.0-dev.68 [2024-08-07T10:16:26.773Z] v3.1.0-dev.69 [2024-08-07T10:16:26.773Z] v3.1.0-dev.7 [2024-08-07T10:16:26.773Z] v3.1.0-dev.70 [2024-08-07T10:16:26.773Z] v3.1.0-dev.71 [2024-08-07T10:16:26.773Z] v3.1.0-dev.72 [2024-08-07T10:16:26.773Z] v3.1.0-dev.73 [2024-08-07T10:16:26.773Z] v3.1.0-dev.8 [2024-08-07T10:16:26.773Z] v3.1.0-dev.9 [2024-08-07T10:16:26.773Z] v3.1.1 [2024-08-07T10:16:26.773Z] v3.1.1-dev.1 [2024-08-07T10:16:26.773Z] v3.1.1-dev.2 [2024-08-07T10:16:26.773Z] v3.2.0-dev.1 [2024-08-07T10:16:26.773Z] v3.2.0-dev.10 [2024-08-07T10:16:26.773Z] v3.2.0-dev.11 [2024-08-07T10:16:26.773Z] v3.2.0-dev.12 [2024-08-07T10:16:26.773Z] v3.2.0-dev.13 [2024-08-07T10:16:26.773Z] v3.2.0-dev.14 [2024-08-07T10:16:26.773Z] v3.2.0-dev.15 [2024-08-07T10:16:26.773Z] v3.2.0-dev.16 [2024-08-07T10:16:26.773Z] v3.2.0-dev.17 [2024-08-07T10:16:26.773Z] v3.2.0-dev.18 [2024-08-07T10:16:26.773Z] v3.2.0-dev.19 [2024-08-07T10:16:26.773Z] v3.2.0-dev.2 [2024-08-07T10:16:26.773Z] v3.2.0-dev.20 [2024-08-07T10:16:26.773Z] v3.2.0-dev.21 [2024-08-07T10:16:26.773Z] v3.2.0-dev.22 [2024-08-07T10:16:26.773Z] v3.2.0-dev.23 [2024-08-07T10:16:26.773Z] v3.2.0-dev.24 [2024-08-07T10:16:26.773Z] v3.2.0-dev.25 [2024-08-07T10:16:26.773Z] v3.2.0-dev.26 [2024-08-07T10:16:26.773Z] v3.2.0-dev.27 [2024-08-07T10:16:26.773Z] v3.2.0-dev.28 [2024-08-07T10:16:26.774Z] v3.2.0-dev.29 [2024-08-07T10:16:26.774Z] v3.2.0-dev.3 [2024-08-07T10:16:26.774Z] v3.2.0-dev.30 [2024-08-07T10:16:26.774Z] v3.2.0-dev.31 [2024-08-07T10:16:26.774Z] v3.2.0-dev.32 [2024-08-07T10:16:26.774Z] v3.2.0-dev.33 [2024-08-07T10:16:26.774Z] v3.2.0-dev.34 [2024-08-07T10:16:26.774Z] v3.2.0-dev.35 [2024-08-07T10:16:26.774Z] v3.2.0-dev.36 [2024-08-07T10:16:26.774Z] v3.2.0-dev.37 [2024-08-07T10:16:26.774Z] v3.2.0-dev.38 [2024-08-07T10:16:26.774Z] v3.2.0-dev.39 [2024-08-07T10:16:26.774Z] v3.2.0-dev.4 [2024-08-07T10:16:26.774Z] v3.2.0-dev.40 [2024-08-07T10:16:26.774Z] v3.2.0-dev.41 [2024-08-07T10:16:26.774Z] v3.2.0-dev.42 [2024-08-07T10:16:26.774Z] v3.2.0-dev.43 [2024-08-07T10:16:26.774Z] v3.2.0-dev.44 [2024-08-07T10:16:26.774Z] v3.2.0-dev.45 [2024-08-07T10:16:26.774Z] v3.2.0-dev.46 [2024-08-07T10:16:26.774Z] v3.2.0-dev.47 [2024-08-07T10:16:26.774Z] v3.2.0-dev.5 [2024-08-07T10:16:26.774Z] v3.2.0-dev.6 [2024-08-07T10:16:26.774Z] v3.2.0-dev.7 [2024-08-07T10:16:26.774Z] v3.2.0-dev.8 [2024-08-07T10:16:26.774Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-07T10:16:27.072Z] + lftools sign git-tag v3.2.0-dev.47 [2024-08-07T10:16:27.642Z] Signing Git tag with Sigul... [2024-08-07T10:16:27.642Z] Signing v3.2.0-dev.47 [Pipeline] echo [2024-08-07T10:16:28.225Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:28.514Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-07T10:16:28.522Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-07T10:16:28.539Z] $ docker stop --time=1 a3fe015fdb0334cdea78dc179d71346a47ae259878b5dafb228de75a7a35b6d0 [2024-08-07T10:16:29.815Z] $ docker rm -f --volumes a3fe015fdb0334cdea78dc179d71346a47ae259878b5dafb228de75a7a35b6d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-07T10:16:30.259Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T10:16:30.259Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:30.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T10:16:30.566Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:16:30.646Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T10:16:30.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T10:16:31.038Z] $ docker top 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 -eo pid,comm [2024-08-07T10:16:31.101Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-07T10:16:31.101Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T10:16:31.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T10:16:31.154Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T10:16:31.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T10:16:31.272Z] $ docker exec 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 ssh-agent [2024-08-07T10:16:31.396Z] SSH_AUTH_SOCK=/tmp/ssh-h8WervR7MDYF/agent.33 [2024-08-07T10:16:31.396Z] SSH_AGENT_PID=39 [2024-08-07T10:16:31.401Z] Running ssh-add (command line suppressed) [2024-08-07T10:16:31.493Z] Identity added: /w/workspace/edgex-go/665@tmp/private_key_15428819840507353168.key (/w/workspace/edgex-go/665@tmp/private_key_15428819840507353168.key) [2024-08-07T10:16:31.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T10:16:31.806Z] + git semver bump pre [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,970 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,970 [bump_version] DEBUG bumping version:3.2.0-dev.47 on axis:pre with prefix:dev [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,970 [bump_version] DEBUG bumped version:3.2.0-dev.48 [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,970 [write_version] DEBUG write version:3.2.0-dev.48 to path:/w/workspace/edgex-go/665/.semver/main with force:True [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,971 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,971 [write_file] DEBUG write to file:/w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,972 [execute] INFO git cat-file --batch-check [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,973 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,978 [execute] INFO git cat-file --batch [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,979 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T10:16:32.065Z] 2024-08-07 10:16:31,984 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:32.065Z] 3.2.0-dev.48 [Pipeline] } [2024-08-07T10:16:32.065Z] $ docker exec --env ******** --env ******** 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 ssh-agent -k [2024-08-07T10:16:32.162Z] unset SSH_AUTH_SOCK; [2024-08-07T10:16:32.162Z] unset SSH_AGENT_PID; [2024-08-07T10:16:32.162Z] echo Agent pid 39 killed; [2024-08-07T10:16:32.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T10:16:32.504Z] + git semver [Pipeline] } [2024-08-07T10:16:32.765Z] $ docker stop --time=1 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 [2024-08-07T10:16:34.084Z] $ docker rm -f --volumes 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T10:16:34.448Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T10:16:34.448Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:34.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T10:16:34.750Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:16:34.830Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T10:16:34.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-07T10:16:35.210Z] $ docker top 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff -eo pid,comm [2024-08-07T10:16:35.268Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-07T10:16:35.268Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T10:16:35.323Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T10:16:35.323Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T10:16:35.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T10:16:35.434Z] $ docker exec 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff ssh-agent [2024-08-07T10:16:35.574Z] SSH_AUTH_SOCK=/tmp/ssh-fxyJi9qIpbaD/agent.32 [2024-08-07T10:16:35.574Z] SSH_AGENT_PID=38 [2024-08-07T10:16:35.578Z] Running ssh-add (command line suppressed) [2024-08-07T10:16:35.670Z] Identity added: /w/workspace/edgex-go/665@tmp/private_key_1472476943327557942.key (/w/workspace/edgex-go/665@tmp/private_key_1472476943327557942.key) [2024-08-07T10:16:35.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T10:16:35.983Z] + git semver push [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,170 [run_push] DEBUG push [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,170 [execute] INFO git cat-file --batch-check [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,171 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,175 [execute] INFO git rev-list 54c64ad21045cbd13fc8716b9d5125f3cb1d19e5 -- [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,175 [execute] DEBUG Popen(['git', 'rev-list', '54c64ad21045cbd13fc8716b9d5125f3cb1d19e5', '--'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,197 [execute] INFO git fetch -v origin [2024-08-07T10:16:36.241Z] 2024-08-07 10:16:36,197 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-07T10:16:36.808Z] 2024-08-07 10:16:36,745 [run_push] DEBUG no remote changes detected [2024-08-07T10:16:36.808Z] 2024-08-07 10:16:36,745 [execute] INFO git push origin semver [2024-08-07T10:16:36.808Z] 2024-08-07 10:16:36,746 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T10:16:38.185Z] 2024-08-07 10:16:37,764 [run_push] DEBUG push all version tags [2024-08-07T10:16:38.185Z] 2024-08-07 10:16:37,765 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-07T10:16:38.185Z] 2024-08-07 10:16:37,766 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=None) [2024-08-07T10:16:39.561Z] 2024-08-07 10:16:39,160 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main [2024-08-07T10:16:39.561Z] 3.2.0-dev.48 [Pipeline] } [2024-08-07T10:16:39.563Z] $ docker exec --env ******** --env ******** 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff ssh-agent -k [2024-08-07T10:16:39.668Z] unset SSH_AUTH_SOCK; [2024-08-07T10:16:39.668Z] unset SSH_AGENT_PID; [2024-08-07T10:16:39.668Z] echo Agent pid 38 killed; [2024-08-07T10:16:39.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T10:16:40.019Z] + git semver [Pipeline] } [2024-08-07T10:16:40.283Z] $ docker stop --time=1 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff [2024-08-07T10:16:41.583Z] $ docker rm -f --volumes 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-08-07T10:16:42.175Z] + [ -d /w/workspace/edgex-go/665/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:42.461Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:43.316Z] ---> package-listing.sh [2024-08-07T10:16:43.316Z] ++ facter osfamily [2024-08-07T10:16:43.316Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-07T10:16:43.574Z] + OS_FAMILY=debian [2024-08-07T10:16:43.574Z] + workspace=/w/workspace/edgex-go/665 [2024-08-07T10:16:43.575Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-07T10:16:43.575Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-07T10:16:43.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-07T10:16:43.575Z] + PACKAGES=/tmp/packages_start.txt [2024-08-07T10:16:43.575Z] + '[' /w/workspace/edgex-go/665 ']' [2024-08-07T10:16:43.575Z] + PACKAGES=/tmp/packages_end.txt [2024-08-07T10:16:43.575Z] + case "${OS_FAMILY}" in [2024-08-07T10:16:43.575Z] + dpkg -l [2024-08-07T10:16:43.575Z] + grep '^ii' [2024-08-07T10:16:43.575Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-07T10:16:43.575Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-07T10:16:43.575Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-07T10:16:43.575Z] + '[' /w/workspace/edgex-go/665 ']' [2024-08-07T10:16:43.575Z] + mkdir -p /w/workspace/edgex-go/665/archives/ [2024-08-07T10:16:43.575Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/665/archives/ [Pipeline] echo [2024-08-07T10:16:43.587Z] 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/665/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-07T10:16:43.863Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:44.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T10:16:44.430Z] [2024-08-07T10:16:44.430Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T10:16:44.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T10:16:44.732Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-07T10:16:44.732Z] 5eb5b503b376: Pulling fs layer [2024-08-07T10:16:44.732Z] 5c69ac0246d0: Pulling fs layer [2024-08-07T10:16:44.732Z] ec43610c2a17: Pulling fs layer [2024-08-07T10:16:44.733Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-07T10:16:44.733Z] 33b1e0a273af: Pulling fs layer [2024-08-07T10:16:44.733Z] 5d3b04190fa2: Pulling fs layer [2024-08-07T10:16:44.733Z] 2f39f015ded8: Pulling fs layer [2024-08-07T10:16:44.733Z] 33b1e0a273af: Waiting [2024-08-07T10:16:44.733Z] 5d3b04190fa2: Waiting [2024-08-07T10:16:44.733Z] 3a2ae6a8a46f: Waiting [2024-08-07T10:16:44.733Z] 5c69ac0246d0: Download complete [2024-08-07T10:16:44.733Z] 3a2ae6a8a46f: Download complete [2024-08-07T10:16:44.733Z] 33b1e0a273af: Verifying Checksum [2024-08-07T10:16:44.733Z] 33b1e0a273af: Download complete [2024-08-07T10:16:44.733Z] 5d3b04190fa2: Download complete [2024-08-07T10:16:44.733Z] ec43610c2a17: Verifying Checksum [2024-08-07T10:16:44.733Z] ec43610c2a17: Download complete [2024-08-07T10:16:44.991Z] 5eb5b503b376: Verifying Checksum [2024-08-07T10:16:44.991Z] 5eb5b503b376: Download complete [2024-08-07T10:16:45.556Z] 2f39f015ded8: Download complete [2024-08-07T10:16:46.121Z] 5eb5b503b376: Pull complete [2024-08-07T10:16:46.380Z] 5c69ac0246d0: Pull complete [2024-08-07T10:16:46.944Z] ec43610c2a17: Pull complete [2024-08-07T10:16:46.945Z] 3a2ae6a8a46f: Pull complete [2024-08-07T10:16:46.945Z] 33b1e0a273af: Pull complete [2024-08-07T10:16:47.204Z] 5d3b04190fa2: Pull complete [2024-08-07T10:16:52.471Z] 2f39f015ded8: Pull complete [2024-08-07T10:16:52.471Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-07T10:16:52.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T10:16:52.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T10:16:52.588Z] prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container [2024-08-07T10:16:52.609Z] $ 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/665/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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-07T10:16:53.975Z] $ docker top c9db3dc17a4b1f1cd0d67508733b3edb2ea3af3abd523890cd7a474b92f40483 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T10:16:54.433Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-07T10:16:54.762Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-07T10:16:55.046Z] + ls /var/log/sa-host [2024-08-07T10:16:55.046Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T10:16:55.195Z] provisioning config files... [2024-08-07T10:16:55.203Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/665@tmp/config14059664979227763922tmp [Pipeline] { [Pipeline] echo [2024-08-07T10:16:55.224Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:55.506Z] ---> create-netrc.sh [Pipeline] } [2024-08-07T10:16:55.512Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:55.850Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-07T10:16:55.859Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:56.139Z] ---> sudo-logs.sh [2024-08-07T10:16:56.139Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-07T10:16:56.175Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:56.458Z] ---> job-cost.sh [2024-08-07T10:16:56.458Z] lf-activate-venv: SKIPPING [2024-08-07T10:16:56.458Z] DEBUG: total: 0.10999999940395355 [2024-08-07T10:16:56.458Z] INFO: Retrieving Stack Cost... [2024-08-07T10:16:56.717Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T10:16:57.286Z] INFO: Archiving Costs [Pipeline] echo [2024-08-07T10:16:57.301Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T10:16:57.581Z] ---> logs-deploy.sh [2024-08-07T10:16:57.581Z] lf-activate-venv: SKIPPING [2024-08-07T10:16:57.581Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/665 [2024-08-07T10:16:57.581Z] INFO: archiving workspace using pattern(s): [2024-08-07T10:16:58.519Z] Archives upload complete. [2024-08-07T10:16:58.519Z] INFO: archiving logs to Nexus