Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ec96e723b98e779972536fd74512d007c7aee7d0 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-ssh5278087158789332678.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-ssh863751098925959382.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-ssh8475359489017304920.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-ssh16216489698215416028.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-ssh15470341977488681585.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-7299 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/666 [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/666 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ec96e723b98e779972536fd74512d007c7aee7d0 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec96e723b98e779972536fd74512d007c7aee7d0 # timeout=10 Commit message: "Merge pull request #4854 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.50" > git rev-list --no-walk 4508c6b134dd8db5d14b2b122fe51143339f6eec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-07T12:04:19.319Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-07T12:04:19.385Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-07T12:04:19.406Z] ========================================================= [2024-08-07T12:04:19.406Z] EdgeX Global Pipelines Version Info [2024-08-07T12:04:19.406Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:04:20.488Z] ------------------- [2024-08-07T12:04:20.488Z] stable info: [2024-08-07T12:04:20.488Z] ------------------- [2024-08-07T12:04:20.488Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T12:04:20.488Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-07T12:04:20.488Z] Message: update stable to v1.0.260 [2024-08-07T12:04:20.748Z] ------------------- [2024-08-07T12:04:20.748Z] experimental info: [2024-08-07T12:04:20.748Z] ------------------- [2024-08-07T12:04:20.748Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-07T12:04:20.748Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-07T12:04:20.748Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-07T12:04:20.816Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-07T12:04:20.836Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-07T12:04:20.858Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-07T12:04:20.873Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-07T12:04:20.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-07T12:04:20.921Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-07T12:04:20.939Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-07T12:04:20.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-07T12:04:20.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-07T12:04:20.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-07T12:04:21.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-07T12:04:21.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-07T12:04:21.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-07T12:04:21.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-07T12:04:21.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-07T12:04:21.117Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T12:04:21.135Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-07T12:04:21.199Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-07T12:04:21.214Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-07T12:04:21.233Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-07T12:04:21.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-07T12:04:21.281Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-07T12:04:21.305Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-07T12:04:21.329Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-07T12:04:21.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-07T12:04:21.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-07T12:04:21.409Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] echo [2024-08-07T12:04:21.433Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ec96e72 [Pipeline] echo [2024-08-07T12:04:21.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T12:04:21.530Z] provisioning config files... [2024-08-07T12:04:21.545Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config5892628306773736027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:04:21.882Z] ---> ****-login.sh [2024-08-07T12:04:21.882Z] nexus3.edgexfoundry.org:10001 [2024-08-07T12:04:22.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:04:22.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:04:22.404Z] Configure a credential helper to remove this warning. See [2024-08-07T12:04:22.404Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:04:22.404Z] [2024-08-07T12:04:22.404Z] Login Succeeded [2024-08-07T12:04:22.404Z] nexus3.edgexfoundry.org:10002 [2024-08-07T12:04:22.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:04:22.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:04:22.404Z] Configure a credential helper to remove this warning. See [2024-08-07T12:04:22.404Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:04:22.404Z] [2024-08-07T12:04:22.404Z] Login Succeeded [2024-08-07T12:04:22.404Z] nexus3.edgexfoundry.org:10003 [2024-08-07T12:04:22.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:04:22.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:04:22.664Z] Configure a credential helper to remove this warning. See [2024-08-07T12:04:22.664Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:04:22.664Z] [2024-08-07T12:04:22.664Z] Login Succeeded [2024-08-07T12:04:22.664Z] nexus3.edgexfoundry.org:10004 [2024-08-07T12:04:22.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:04:22.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:04:22.664Z] Configure a credential helper to remove this warning. See [2024-08-07T12:04:22.664Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:04:22.664Z] [2024-08-07T12:04:22.664Z] Login Succeeded [2024-08-07T12:04:22.664Z] ****.io [2024-08-07T12:04:22.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:04:22.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:04:22.924Z] Configure a credential helper to remove this warning. See [2024-08-07T12:04:22.924Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:04:22.924Z] [2024-08-07T12:04:22.924Z] Login Succeeded [2024-08-07T12:04:22.924Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T12:04:22.931Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T12:04:23.259Z] + 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-07T12:04:23.259Z] + + cut -d/ -f2 [2024-08-07T12:04:23.259Z] dirname cmd/core-command/Dockerfile [2024-08-07T12:04:23.259Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-07T12:04:23.259Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-07T12:04:23.259Z] cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/core-data/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/core-keeper/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/core-metadata/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-07T12:04:23.259Z] + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ [2024-08-07T12:04:23.259Z] -f2 [2024-08-07T12:04:23.259Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/support-notifications/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-07T12:04:23.259Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-07T12:04:23.259Z] + cut -d/ -f2 [2024-08-07T12:04:23.259Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-07T12:04:23.290Z] 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-07T12:04:23.640Z] + git rev-list -1 --merges ec96e723b98e779972536fd74512d007c7aee7d0~1..ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] echo [2024-08-07T12:04:23.653Z] -----------> git rev-list -1 --merges ec96e723b98e779972536fd74512d007c7aee7d0~1..ec96e723b98e779972536fd74512d007c7aee7d0 ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:04:23.653Z] ec96e723b98e779972536fd74512d007c7aee7d0 [false] [Pipeline] sh [2024-08-07T12:04:23.948Z] + git log --format=format:%s -1 ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] echo [2024-08-07T12:04:23.965Z] ========================================================= [2024-08-07T12:04:23.965Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-07T12:04:23.965Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-07T12:04:24.327Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T12:04:24.327Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-07T12:04:24.327Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-07T12:04:24.327Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-07T12:04:24.327Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-07T12:04:24.327Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-07T12:04:24.327Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:04:24.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T12:04:24.682Z] [2024-08-07T12:04:24.682Z] 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-07T12:04:24.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T12:04:24.987Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-07T12:04:24.987Z] b85a868b505f: Pulling fs layer [2024-08-07T12:04:24.987Z] e2be974225ed: Pulling fs layer [2024-08-07T12:04:24.987Z] 339a4e72a1f5: Pulling fs layer [2024-08-07T12:04:24.987Z] 988bab9f4d93: Pulling fs layer [2024-08-07T12:04:24.987Z] 1469e6f7b9e6: Pulling fs layer [2024-08-07T12:04:24.987Z] eaf3925da568: Pulling fs layer [2024-08-07T12:04:24.987Z] bab4dde63d76: Pulling fs layer [2024-08-07T12:04:24.987Z] bde34c3a00c8: Pulling fs layer [2024-08-07T12:04:24.987Z] b352a97aabf1: Pulling fs layer [2024-08-07T12:04:24.987Z] 4872d77fe225: Pulling fs layer [2024-08-07T12:04:24.987Z] 5851b861e8e6: Pulling fs layer [2024-08-07T12:04:24.987Z] 988bab9f4d93: Waiting [2024-08-07T12:04:24.987Z] bde34c3a00c8: Waiting [2024-08-07T12:04:24.988Z] b352a97aabf1: Waiting [2024-08-07T12:04:24.988Z] 1469e6f7b9e6: Waiting [2024-08-07T12:04:24.988Z] 4872d77fe225: Waiting [2024-08-07T12:04:24.988Z] 5851b861e8e6: Waiting [2024-08-07T12:04:24.988Z] eaf3925da568: Waiting [2024-08-07T12:04:24.988Z] bab4dde63d76: Waiting [2024-08-07T12:04:24.988Z] e2be974225ed: Verifying Checksum [2024-08-07T12:04:24.988Z] e2be974225ed: Download complete [2024-08-07T12:04:24.988Z] 988bab9f4d93: Verifying Checksum [2024-08-07T12:04:24.988Z] 988bab9f4d93: Download complete [2024-08-07T12:04:25.564Z] 1469e6f7b9e6: Verifying Checksum [2024-08-07T12:04:25.564Z] 1469e6f7b9e6: Download complete [2024-08-07T12:04:25.564Z] 339a4e72a1f5: Verifying Checksum [2024-08-07T12:04:25.564Z] 339a4e72a1f5: Download complete [2024-08-07T12:04:25.564Z] eaf3925da568: Verifying Checksum [2024-08-07T12:04:25.564Z] eaf3925da568: Download complete [2024-08-07T12:04:25.564Z] bde34c3a00c8: Download complete [2024-08-07T12:04:26.151Z] b352a97aabf1: Verifying Checksum [2024-08-07T12:04:26.151Z] b352a97aabf1: Download complete [2024-08-07T12:04:26.151Z] 4872d77fe225: Verifying Checksum [2024-08-07T12:04:26.151Z] 4872d77fe225: Download complete [2024-08-07T12:04:26.408Z] 5851b861e8e6: Download complete [2024-08-07T12:04:26.408Z] b85a868b505f: Verifying Checksum [2024-08-07T12:04:26.408Z] b85a868b505f: Download complete [2024-08-07T12:04:26.667Z] bab4dde63d76: Verifying Checksum [2024-08-07T12:04:27.603Z] b85a868b505f: Pull complete [2024-08-07T12:04:27.603Z] e2be974225ed: Pull complete [2024-08-07T12:04:28.173Z] 339a4e72a1f5: Pull complete [2024-08-07T12:04:28.173Z] 988bab9f4d93: Pull complete [2024-08-07T12:04:28.437Z] 1469e6f7b9e6: Pull complete [2024-08-07T12:04:28.711Z] eaf3925da568: Pull complete [2024-08-07T12:04:30.615Z] bab4dde63d76: Pull complete [2024-08-07T12:04:30.615Z] bde34c3a00c8: Pull complete [2024-08-07T12:04:30.615Z] b352a97aabf1: Pull complete [2024-08-07T12:04:30.874Z] 4872d77fe225: Pull complete [2024-08-07T12:04:30.874Z] 5851b861e8e6: Pull complete [2024-08-07T12:04:30.874Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-07T12:04:30.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T12:04:30.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:04:31.013Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:04:31.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:04:33.624Z] $ docker top cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 -eo pid,comm [2024-08-07T12:04:33.679Z] 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-07T12:04:33.679Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T12:04:33.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T12:04:33.728Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T12:04:33.837Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T12:04:33.837Z] $ docker exec cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent [2024-08-07T12:04:33.943Z] SSH_AUTH_SOCK=/tmp/ssh-6b6MCGGXcfIu/agent.32 [2024-08-07T12:04:33.943Z] SSH_AGENT_PID=38 [2024-08-07T12:04:33.950Z] Running ssh-add (command line suppressed) [2024-08-07T12:04:34.050Z] Identity added: /w/workspace/edgex-go/666@tmp/private_key_11515730700941392908.key (/w/workspace/edgex-go/666@tmp/private_key_11515730700941392908.key) [2024-08-07T12:04:34.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T12:04:34.365Z] + git tag --points-at HEAD [Pipeline] } [2024-08-07T12:04:34.376Z] $ docker exec --env ******** --env ******** cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent -k [2024-08-07T12:04:34.476Z] unset SSH_AUTH_SOCK; [2024-08-07T12:04:34.476Z] unset SSH_AGENT_PID; [2024-08-07T12:04:34.477Z] echo Agent pid 38 killed; [2024-08-07T12:04:34.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-07T12:04:34.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T12:04:34.523Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T12:04:34.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T12:04:34.642Z] $ docker exec cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent [2024-08-07T12:04:34.763Z] SSH_AUTH_SOCK=/tmp/ssh-VtWIlEtCpI14/agent.71 [2024-08-07T12:04:34.763Z] SSH_AGENT_PID=76 [2024-08-07T12:04:34.768Z] Running ssh-add (command line suppressed) [2024-08-07T12:04:34.861Z] Identity added: /w/workspace/edgex-go/666@tmp/private_key_13264658715594190853.key (/w/workspace/edgex-go/666@tmp/private_key_13264658715594190853.key) [2024-08-07T12:04:34.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T12:04:35.169Z] + git semver init [2024-08-07T12:04:35.427Z] 2024-08-07 12:04:35,351 [run_init] DEBUG init version:0.0.0 force:False [2024-08-07T12:04:35.427Z] 2024-08-07 12:04:35,352 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/666/.semver [2024-08-07T12:04:35.427Z] 2024-08-07 12:04:35,353 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/666/.semver [2024-08-07T12:04:35.427Z] 2024-08-07 12:04:35,353 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/666/.semver'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=None) [2024-08-07T12:04:40.708Z] 2024-08-07 12:04:40,508 [append_file] DEBUG append to file:/w/workspace/edgex-go/666/.git/info/exclude [2024-08-07T12:04:40.708Z] 2024-08-07 12:04:40,511 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/666/.semver/main with force:False [2024-08-07T12:04:40.708Z] 2024-08-07 12:04:40,511 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:04:40.708Z] 2024-08-07 12:04:40,511 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:04:40.708Z] 3.2.0-dev.48 [Pipeline] } [2024-08-07T12:04:40.717Z] $ docker exec --env ******** --env ******** cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 ssh-agent -k [2024-08-07T12:04:40.817Z] unset SSH_AUTH_SOCK; [2024-08-07T12:04:40.817Z] unset SSH_AGENT_PID; [2024-08-07T12:04:40.817Z] echo Agent pid 76 killed; [2024-08-07T12:04:40.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T12:04:41.154Z] + git semver [Pipeline] } [2024-08-07T12:04:41.427Z] $ docker stop --time=1 cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 [2024-08-07T12:04:42.717Z] $ docker rm -f --volumes cabe11d71abb4bdd61e9f4713faf43fc1056dd6d24ec82d9ae688e1dc2adb2b6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T12:04:43.061Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-07T12:04:43.318Z] Stashed 1 file(s) [Pipeline] echo [2024-08-07T12:04:43.322Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.48 [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-07T12:04:43.753Z] + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] echo [2024-08-07T12:04:43.771Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T12:04:43.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T12:04:43.804Z] ========================================================= [2024-08-07T12:04:43.804Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-07T12:04:43.804Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-07T12:04:44.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T12:04:44.100Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-07T12:04:44.100Z] 619be1103602: Pulling fs layer [2024-08-07T12:04:44.100Z] 7862e08f4a3e: Pulling fs layer [2024-08-07T12:04:44.100Z] 5df492c9dc93: Pulling fs layer [2024-08-07T12:04:44.100Z] 7629e6793208: Pulling fs layer [2024-08-07T12:04:44.100Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T12:04:44.100Z] fb5054dd5b73: Pulling fs layer [2024-08-07T12:04:44.100Z] eeca6798cff9: Pulling fs layer [2024-08-07T12:04:44.100Z] aa269ceb94a6: Pulling fs layer [2024-08-07T12:04:44.100Z] ada007ff1a6a: Pulling fs layer [2024-08-07T12:04:44.100Z] 4f4fb700ef54: Waiting [2024-08-07T12:04:44.100Z] fb5054dd5b73: Waiting [2024-08-07T12:04:44.100Z] ada007ff1a6a: Waiting [2024-08-07T12:04:44.100Z] aa269ceb94a6: Waiting [2024-08-07T12:04:44.100Z] eeca6798cff9: Waiting [2024-08-07T12:04:44.100Z] 7629e6793208: Waiting [2024-08-07T12:04:44.100Z] 7862e08f4a3e: Verifying Checksum [2024-08-07T12:04:44.100Z] 7862e08f4a3e: Download complete [2024-08-07T12:04:44.100Z] 7629e6793208: Verifying Checksum [2024-08-07T12:04:44.100Z] 7629e6793208: Download complete [2024-08-07T12:04:44.100Z] 4f4fb700ef54: Download complete [2024-08-07T12:04:44.100Z] fb5054dd5b73: Verifying Checksum [2024-08-07T12:04:44.100Z] fb5054dd5b73: Download complete [2024-08-07T12:04:44.100Z] 619be1103602: Verifying Checksum [2024-08-07T12:04:44.100Z] 619be1103602: Download complete [2024-08-07T12:04:44.100Z] eeca6798cff9: Verifying Checksum [2024-08-07T12:04:44.100Z] eeca6798cff9: Download complete [2024-08-07T12:04:44.379Z] 619be1103602: Pull complete [2024-08-07T12:04:44.379Z] ada007ff1a6a: Download complete [2024-08-07T12:04:44.637Z] 7862e08f4a3e: Pull complete [2024-08-07T12:04:44.637Z] 5df492c9dc93: Verifying Checksum [2024-08-07T12:04:44.637Z] 5df492c9dc93: Download complete [2024-08-07T12:04:44.894Z] aa269ceb94a6: Verifying Checksum [2024-08-07T12:04:44.894Z] aa269ceb94a6: Download complete [2024-08-07T12:04:48.174Z] 5df492c9dc93: Pull complete [2024-08-07T12:04:48.174Z] 7629e6793208: Pull complete [2024-08-07T12:04:48.174Z] 4f4fb700ef54: Pull complete [2024-08-07T12:04:48.174Z] fb5054dd5b73: Pull complete [2024-08-07T12:04:48.433Z] eeca6798cff9: Pull complete [2024-08-07T12:04:50.960Z] aa269ceb94a6: Pull complete [2024-08-07T12:04:51.526Z] ada007ff1a6a: Pull complete [2024-08-07T12:04:51.526Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-07T12:04:51.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T12:04:51.526Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-07T12:04:51.826Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T12:04:51.826Z] WORKDIR /edgex [2024-08-07T12:04:51.826Z] COPY go.mod . [2024-08-07T12:04:51.826Z] RUN go mod download [2024-08-07T12:04:51.826Z] + docker build -t ci-base-image-x86_64 -f - . [2024-08-07T12:04:52.392Z] Sending build context to Docker daemon 178.9MB [2024-08-07T12:04:52.392Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-07T12:04:52.392Z] ---> f489d0715acc [2024-08-07T12:04:52.392Z] Step 2/4 : WORKDIR /edgex [2024-08-07T12:04:56.585Z] ---> Running in 207f467bd9b0 [2024-08-07T12:04:56.585Z] Removing intermediate container 207f467bd9b0 [2024-08-07T12:04:56.585Z] ---> 7c3b7c507732 [2024-08-07T12:04:56.585Z] Step 3/4 : COPY go.mod . [2024-08-07T12:04:56.845Z] ---> bf0ec1877ed7 [2024-08-07T12:04:56.845Z] Step 4/4 : RUN go mod download [2024-08-07T12:04:56.845Z] ---> Running in de23751a39ac [2024-08-07T12:04:58.409Z] Still waiting to schedule task [2024-08-07T12:04:58.410Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7296’ [2024-08-07T12:05:23.429Z] Removing intermediate container de23751a39ac [2024-08-07T12:05:23.429Z] ---> 52fab6bbdfed [2024-08-07T12:05:23.429Z] Successfully built 52fab6bbdfed [2024-08-07T12:05:23.429Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:05:23.734Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T12:05:23.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:05:23.816Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:05:23.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:05:24.276Z] $ docker top dd011cd6deac7318abed4b37f6976516ab131b7115b3b028ba30859527617ecb -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T12:05:24.624Z] + go version [2024-08-07T12:05:24.625Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-07T12:05:24.638Z] $ docker stop --time=1 dd011cd6deac7318abed4b37f6976516ab131b7115b3b028ba30859527617ecb [2024-08-07T12:05:25.903Z] $ docker rm -f --volumes dd011cd6deac7318abed4b37f6976516ab131b7115b3b028ba30859527617ecb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:05:26.327Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-07T12:05:26.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:05:26.404Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:05:26.438Z] $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:05:26.768Z] $ docker top 7b5b11881a7927607083bad895457eebe8dc596cc226c74fcbd91f3f67dcc47f -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-07T12:05:26.842Z] ========================================================= [2024-08-07T12:05:26.842Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-07T12:05:26.842Z] ========================================================= [Pipeline] sh [2024-08-07T12:05:27.119Z] + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] fileExists [Pipeline] sh [2024-08-07T12:05:27.421Z] + make test [2024-08-07T12:05:27.422Z] go test -race -coverprofile=coverage.out ./... [2024-08-07T12:05:35.543Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-07T12:06:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-07T12:06:08.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements [2024-08-07T12:06:09.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-07T12:06:09.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-07T12:06:09.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-07T12:06:09.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-07T12:06:09.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-07T12:06:10.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-07T12:06:10.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-07T12:06:12.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-07T12:06:12.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-07T12:06:12.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-07T12:06:12.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-07T12:06:12.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-07T12:06:13.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-07T12:06:13.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-07T12:06:13.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements [2024-08-07T12:06:13.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.038s coverage: 53.2% of statements [2024-08-07T12:06:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.718s coverage: 93.4% of statements [2024-08-07T12:06:13.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 91.7% of statements [2024-08-07T12:06:14.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.037s coverage: 6.5% of statements [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-07T12:06:14.463Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-07T12:06:15.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.387s coverage: 95.8% of statements [2024-08-07T12:06:15.840Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2024-08-07T12:06:16.409Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.031s coverage: 0.0% of statements [no tests to run] [2024-08-07T12:06:16.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-07T12:06:16.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-07T12:06:17.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.063s coverage: 0.8% of statements [2024-08-07T12:06:17.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.033s coverage: 30.7% of statements [2024-08-07T12:06:17.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 41.7% of statements [2024-08-07T12:06:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 77.8% of statements [2024-08-07T12:06:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements [2024-08-07T12:06:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.025s coverage: 96.3% of statements [2024-08-07T12:06:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements [2024-08-07T12:06:18.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-07T12:06:18.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-07T12:06:18.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-07T12:06:18.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-07T12:06:18.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-07T12:06:18.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-07T12:06:18.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-07T12:06:18.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-07T12:06:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-07T12:06:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-07T12:06:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-07T12:06:20.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-07T12:06:20.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-07T12:06:20.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-07T12:06:20.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-07T12:06:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-07T12:06:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-07T12:06:22.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-07T12:06:23.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-07T12:06:24.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-07T12:06:25.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-07T12:06:25.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-07T12:06:27.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-07T12:06:27.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-07T12:06:27.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-07T12:06:29.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-07T12:06:29.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-07T12:06:29.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-07T12:06:29.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-08-07T12:06:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-07T12:06:30.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-07T12:06:30.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-07T12:06:31.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-07T12:06:31.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-07T12:06:31.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-07T12:06:31.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-07T12:06:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-07T12:06:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-07T12:06:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-07T12:06:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-07T12:06:33.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-07T12:06:33.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-07T12:06:34.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-07T12:06:34.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.257s coverage: 79.9% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.054s coverage: 92.9% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 67.2% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 76.6% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.037s coverage: 87.2% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 20.0% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.071s coverage: 81.8% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.149s coverage: 63.1% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.376s coverage: 36.5% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 89.5% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.046s coverage: 19.9% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.091s coverage: 95.7% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.045s coverage: 61.8% of statements [2024-08-07T12:06:42.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 98.9% of statements [2024-08-07T12:06:43.181Z] 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-07T12:06:43.441Z] running golangci-lint [2024-08-07T12:06:43.700Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-07T12:06:43.700Z] go version go1.21.9 linux/amd64 [2024-08-07T12:06:43.700Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-07T12:06:43.959Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-08-07T12:07:10.593Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|compiled_files|deps|files|imports|name|types_sizes) took 23.257839254s" [2024-08-07T12:07:10.593Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.597152ms" [2024-08-07T12:07:22.815Z] level=info msg="[linters_context/goanalysis] analyzers took 2m45.496795585s with top 10 stages: buildir: 1m7.649980059s, gosec: 9.842068946s, inspect: 3.075413089s, fact_deprecated: 2.918317166s, ctrlflow: 2.170417213s, printf: 2.121916601s, S1038: 2.07109068s, fact_purity: 1.657939887s, nilness: 1.649151007s, SA1012: 1.110151411s" [2024-08-07T12:07:22.815Z] level=info msg="[runner] Issues before processing: 213, after processing: 0" [2024-08-07T12:07:22.815Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 213/213, exclude-rules: 21/213, cgo: 213/213, skip_files: 213/213, skip_dirs: 213/213, path_prettifier: 213/213, autogenerated_exclude: 213/213, filename_unadjuster: 213/213, identifier_marker: 213/213, nolint: 0/21" [2024-08-07T12:07:22.815Z] level=info msg="[runner] processing took 16.542852ms with stages: nolint: 6.86741ms, identifier_marker: 4.585674ms, autogenerated_exclude: 1.665896ms, path_prettifier: 1.498307ms, exclude-rules: 1.124387ms, skip_dirs: 742.587µs, cgo: 36.391µs, filename_unadjuster: 17.53µs, max_same_issues: 600ns, uniq_by_line: 570ns, fixer: 560ns, skip_files: 550ns, exclude: 440ns, severity-rules: 420ns, source_code: 410ns, sort_results: 390ns, diff: 210ns, max_from_linter: 170ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns, path_shortener: 110ns" [2024-08-07T12:07:22.815Z] level=info msg="[runner] linters took 14.142870418s with stages: goanalysis_metalinter: 14.12623621s" [2024-08-07T12:07:22.815Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-07T12:07:22.815Z] level=info msg="Memory: 374 samples, avg is 328.9MB, max is 1375.8MB" [2024-08-07T12:07:22.815Z] level=info msg="Execution took 37.457832028s" [2024-08-07T12:07:22.815Z] go vet ./... [2024-08-07T12:07:28.079Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-07T12:07:28.338Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-07T12:07:28.338Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-07T12:07:28.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-07T12:07:28.895Z] + ls -al . [2024-08-07T12:07:28.895Z] total 872 [2024-08-07T12:07:28.895Z] drwxrwxr-x 11 1001 1001 4096 Aug 7 12:05 . [2024-08-07T12:07:28.895Z] drwxr-xr-x 4 root root 4096 Aug 7 12:05 .. [2024-08-07T12:07:28.895Z] drwxrwxr-x 2 1001 1001 4096 Aug 7 12:04 .blubracket [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 10 Aug 7 12:04 .dockerignore [2024-08-07T12:07:28.895Z] drwxrwxr-x 8 1001 1001 4096 Aug 7 12:06 .git [2024-08-07T12:07:28.895Z] drwxrwxr-x 3 1001 1001 4096 Aug 7 12:04 .github [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 1102 Aug 7 12:04 .gitignore [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 42 Aug 7 12:04 .golangci.yml [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 100 Aug 7 12:04 .hadolint.yml [2024-08-07T12:07:28.895Z] drwxr-xr-x 3 1001 1001 4096 Aug 7 12:04 .semver [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 155 Aug 7 12:04 .sonarcloud.properties [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 1171 Aug 7 12:04 ADOPTERS.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 21171 Aug 7 12:04 Attribution.txt [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 100284 Aug 7 12:04 CHANGELOG.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 3804 Aug 7 12:04 CONTRIBUTING.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 677 Aug 7 12:04 GOVERNANCE.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 861 Aug 7 12:04 Jenkinsfile [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 10775 Aug 7 12:04 LICENSE [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 16854 Aug 7 12:04 Makefile [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 582 Aug 7 12:04 OWNERS.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 9528 Aug 7 12:04 README.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 789 Aug 7 12:04 SECURITY.md [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 12 Aug 7 12:04 VERSION [2024-08-07T12:07:28.895Z] drwxrwxr-x 2 1001 1001 4096 Aug 7 12:04 bin [2024-08-07T12:07:28.895Z] drwxrwxr-x 20 1001 1001 4096 Aug 7 12:04 cmd [2024-08-07T12:07:28.895Z] -rw-r--r-- 1 root root 504074 Aug 7 12:06 coverage.out [2024-08-07T12:07:28.895Z] drwxrwxr-x 2 1001 1001 4096 Aug 7 12:04 fuzz_test [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 7254 Aug 7 12:04 go.mod [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 102354 Aug 7 12:04 go.sum [2024-08-07T12:07:28.895Z] drwxrwxr-x 7 1001 1001 4096 Aug 7 12:04 internal [2024-08-07T12:07:28.895Z] drwxrwxr-x 3 1001 1001 4096 Aug 7 12:04 openapi [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 584 Aug 7 12:04 security.txt [2024-08-07T12:07:28.895Z] -rw-rw-r-- 1 1001 1001 204 Aug 7 12:04 version.go [Pipeline] sh [2024-08-07T12:07:29.182Z] + '[' -e coverage.out ] [2024-08-07T12:07:29.182Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-07T12:07:29.297Z] Stashed 1 file(s) [Pipeline] sh [2024-08-07T12:07:29.578Z] + make build [2024-08-07T12:07:29.578Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T12:07:54.891Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7301 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-07T12:07:54.909Z] Running in /w/workspace/edgex-go/666 [Pipeline] { [Pipeline] checkout [2024-08-07T12:07:56.111Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T12:07:56.111Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T12:07:56.369Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T12:07:57.305Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T12:07:57.963Z] The recommended git tool is: git [2024-08-07T12:07:59.219Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T12:08:03.400Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T12:08:05.305Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T12:08:06.130Z] using credential edgex-jenkins-ssh [2024-08-07T12:08:06.161Z] Cloning the remote Git repository [2024-08-07T12:08:06.236Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-07T12:08:06.414Z] > git init /w/workspace/edgex-go/666 # timeout=10 [2024-08-07T12:08:06.671Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-07T12:08:06.672Z] > git --version # timeout=10 [2024-08-07T12:08:06.712Z] > git --version # 'git version 2.25.1' [2024-08-07T12:08:06.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-07T12:08:06.916Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T12:08:07.836Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T12:08:09.737Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T12:08:10.671Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T12:08:11.240Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T12:08:12.182Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T12:08:13.119Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-07T12:08:14.069Z] $ docker stop --time=1 7b5b11881a7927607083bad895457eebe8dc596cc226c74fcbd91f3f67dcc47f [2024-08-07T12:08:18.575Z] $ docker rm -f --volumes 7b5b11881a7927607083bad895457eebe8dc596cc226c74fcbd91f3f67dcc47f [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-07T12:08:19.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-07T12:08:19.763Z] [2024-08-07T12:08:19.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:08:20.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-07T12:08:20.332Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-07T12:08:20.332Z] 91d30c5bc195: Pulling fs layer [2024-08-07T12:08:20.332Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-07T12:08:20.332Z] 9c61dcf015f6: Pulling fs layer [2024-08-07T12:08:20.332Z] 4698f68db338: Pulling fs layer [2024-08-07T12:08:20.332Z] 2a2f49069b9e: Pulling fs layer [2024-08-07T12:08:20.332Z] e0025b399a48: Pulling fs layer [2024-08-07T12:08:20.332Z] 4698f68db338: Waiting [2024-08-07T12:08:20.332Z] 2a2f49069b9e: Waiting [2024-08-07T12:08:20.332Z] e0025b399a48: Waiting [2024-08-07T12:08:20.332Z] 91d30c5bc195: Verifying Checksum [2024-08-07T12:08:20.332Z] 91d30c5bc195: Download complete [2024-08-07T12:08:20.332Z] 4698f68db338: Verifying Checksum [2024-08-07T12:08:20.332Z] 4698f68db338: Download complete [2024-08-07T12:08:20.332Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-07T12:08:20.332Z] 2e9b0aa3be6d: Download complete [2024-08-07T12:08:20.332Z] e0025b399a48: Verifying Checksum [2024-08-07T12:08:20.332Z] e0025b399a48: Download complete [2024-08-07T12:08:20.332Z] 91d30c5bc195: Pull complete [2024-08-07T12:08:20.600Z] 2a2f49069b9e: Download complete [2024-08-07T12:08:20.859Z] 2e9b0aa3be6d: Pull complete [2024-08-07T12:08:20.859Z] 9c61dcf015f6: Verifying Checksum [2024-08-07T12:08:20.859Z] 9c61dcf015f6: Download complete [2024-08-07T12:08:24.151Z] 9c61dcf015f6: Pull complete [2024-08-07T12:08:24.151Z] 4698f68db338: Pull complete [2024-08-07T12:08:24.151Z] 2a2f49069b9e: Pull complete [2024-08-07T12:08:24.151Z] e0025b399a48: Pull complete [2024-08-07T12:08:24.151Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-07T12:08:24.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-07T12:08:24.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:08:24.253Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:08:24.289Z] $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:08:25.044Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-07T12:08:25.073Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-07T12:08:26.203Z] Avoid second fetch [2024-08-07T12:08:26.204Z] Checking out Revision ec96e723b98e779972536fd74512d007c7aee7d0 (main) [2024-08-07T12:08:26.778Z] $ docker top 301457f06c40976e04296294ef2a58820cb8d39788131eb5ccd5d012e072c9a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T12:08:27.133Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-07T12:08:27.207Z] Commit message: "Merge pull request #4854 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.50" [2024-08-07T12:08:26.223Z] > git config core.sparsecheckout # timeout=10 [2024-08-07T12:08:26.302Z] > git checkout -f ec96e723b98e779972536fd74512d007c7aee7d0 # timeout=10 [2024-08-07T12:08:29.666Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #1 transferring dockerfile: [2024-08-07T12:08:29.666Z] #1 transferring dockerfile: 2.23kB done [2024-08-07T12:08:29.666Z] #1 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #2 [core-command internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #2 transferring dockerfile: 1.93kB done [2024-08-07T12:08:29.666Z] #2 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #3 transferring dockerfile: 2.15kB done [2024-08-07T12:08:29.666Z] #3 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #4 [support-notifications internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #4 transferring dockerfile: 1.95kB done [2024-08-07T12:08:29.666Z] #4 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #5 transferring dockerfile: 2.50kB done [2024-08-07T12:08:29.666Z] #5 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #6 [core-keeper internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #6 transferring dockerfile: 2.01kB done [2024-08-07T12:08:29.666Z] #6 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #7 transferring dockerfile: 1.81kB done [2024-08-07T12:08:29.666Z] #7 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #8 [core-metadata internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #8 transferring dockerfile: 2.06kB done [2024-08-07T12:08:29.666Z] #8 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.666Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-07T12:08:29.666Z] #9 transferring dockerfile: 2.49kB done [2024-08-07T12:08:29.666Z] #9 DONE 0.0s [2024-08-07T12:08:29.666Z] [2024-08-07T12:08:29.667Z] #10 [security-spire-server internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #10 transferring dockerfile: 1.70kB done [2024-08-07T12:08:29.927Z] #10 DONE 0.0s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #11 [core-data internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #11 transferring dockerfile: 2.01kB done [2024-08-07T12:08:29.927Z] #11 DONE 0.0s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #12 transferring dockerfile: 1.89kB done [2024-08-07T12:08:29.927Z] #12 DONE 0.1s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #13 [support-scheduler internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #13 transferring dockerfile: 1.93kB done [2024-08-07T12:08:29.927Z] #13 DONE 0.1s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #14 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-07T12:08:29.927Z] #14 transferring context: 50B done [2024-08-07T12:08:29.927Z] #14 DONE 0.0s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #15 [security-spire-config internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #15 transferring dockerfile: 1.69kB done [2024-08-07T12:08:29.927Z] #15 DONE 0.1s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #16 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #16 transferring dockerfile: 1.85kB done [2024-08-07T12:08:29.927Z] #16 DONE 0.1s [2024-08-07T12:08:29.927Z] [2024-08-07T12:08:29.927Z] #17 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-07T12:08:29.927Z] #17 transferring dockerfile: 3.17kB done [2024-08-07T12:08:29.927Z] #17 DONE 0.1s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #18 [core-command internal] load .dockerignore [2024-08-07T12:08:30.186Z] #18 transferring context: 50B done [2024-08-07T12:08:30.186Z] #18 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #19 [security-proxy-auth internal] load .dockerignore [2024-08-07T12:08:30.186Z] #19 transferring context: 50B done [2024-08-07T12:08:30.186Z] #19 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #20 [support-notifications internal] load .dockerignore [2024-08-07T12:08:30.186Z] #20 transferring context: 50B done [2024-08-07T12:08:30.186Z] #20 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #21 [security-proxy-setup internal] load .dockerignore [2024-08-07T12:08:30.186Z] #21 transferring context: 50B done [2024-08-07T12:08:30.186Z] #21 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #22 [core-keeper internal] load .dockerignore [2024-08-07T12:08:30.186Z] #22 transferring context: 50B done [2024-08-07T12:08:30.186Z] #22 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #23 [security-spire-agent internal] load .dockerignore [2024-08-07T12:08:30.186Z] #23 transferring context: 50B done [2024-08-07T12:08:30.186Z] #23 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #24 [core-metadata internal] load .dockerignore [2024-08-07T12:08:30.186Z] #24 transferring context: 50B done [2024-08-07T12:08:30.186Z] #24 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-08-07T12:08:30.186Z] #25 transferring context: 50B done [2024-08-07T12:08:30.186Z] #25 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #26 [core-data internal] load .dockerignore [2024-08-07T12:08:30.186Z] #26 transferring context: 50B done [2024-08-07T12:08:30.186Z] #26 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #27 [security-spire-server internal] load .dockerignore [2024-08-07T12:08:30.186Z] #27 transferring context: 50B done [2024-08-07T12:08:30.186Z] #27 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2024-08-07T12:08:30.186Z] #28 transferring context: 50B done [2024-08-07T12:08:30.186Z] #28 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #29 [support-scheduler internal] load .dockerignore [2024-08-07T12:08:30.186Z] #29 transferring context: 50B done [2024-08-07T12:08:30.186Z] #29 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #30 [security-spire-config internal] load .dockerignore [2024-08-07T12:08:30.186Z] #30 transferring context: 50B done [2024-08-07T12:08:30.186Z] #30 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.186Z] #31 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #32 [security-bootstrapper internal] load .dockerignore [2024-08-07T12:08:30.186Z] #32 transferring context: 50B done [2024-08-07T12:08:30.186Z] #32 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #33 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:08:30.186Z] #33 transferring context: 50B done [2024-08-07T12:08:30.186Z] #33 DONE 0.0s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:08:30.186Z] #34 DONE 0.1s [2024-08-07T12:08:30.186Z] [2024-08-07T12:08:30.186Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:30.186Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:30.447Z] #35 ... [2024-08-07T12:08:30.447Z] [2024-08-07T12:08:30.447Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.447Z] #31 DONE 0.0s [2024-08-07T12:08:30.447Z] [2024-08-07T12:08:30.447Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:08:30.447Z] #34 DONE 0.1s [2024-08-07T12:08:30.447Z] [2024-08-07T12:08:30.447Z] #35 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:30.447Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:30.447Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:30.447Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s [2024-08-07T12:08:30.447Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:30.447Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:30.447Z] #35 ... [2024-08-07T12:08:30.447Z] [2024-08-07T12:08:30.447Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.447Z] #31 DONE 0.0s [2024-08-07T12:08:30.447Z] [2024-08-07T12:08:30.447Z] #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:30.447Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:30.447Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:30.447Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:30.447Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:30.447Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:30.447Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-08-07T12:08:30.706Z] #35 ... [2024-08-07T12:08:30.706Z] [2024-08-07T12:08:30.706Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.706Z] #31 DONE 0.0s [2024-08-07T12:08:30.706Z] [2024-08-07T12:08:30.706Z] #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:30.706Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:30.706Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:30.706Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:30.706Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:30.706Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:30.706Z] #35 ... [2024-08-07T12:08:30.706Z] [2024-08-07T12:08:30.706Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.706Z] #31 DONE 0.0s [2024-08-07T12:08:30.706Z] [2024-08-07T12:08:30.706Z] #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:30.706Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:30.706Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:30.706Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:30.706Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:30.706Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:30.968Z] #35 ... [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.968Z] #31 DONE 0.0s [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:08:30.968Z] #34 DONE 0.4s [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #35 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:30.968Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:30.968Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:30.968Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:30.968Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:30.968Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:30.968Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-07T12:08:30.968Z] #35 ... [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.968Z] #31 DONE 0.0s [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T12:08:30.968Z] #36 DONE 0.8s [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:30.968Z] #31 DONE 0.0s [2024-08-07T12:08:30.968Z] [2024-08-07T12:08:30.968Z] #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-08-07T12:08:31.228Z] #37 ... [2024-08-07T12:08:31.228Z] [2024-08-07T12:08:31.228Z] #31 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-07T12:08:31.228Z] #31 DONE 0.0s [2024-08-07T12:08:31.228Z] [2024-08-07T12:08:31.228Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-07T12:08:32.087Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-07T12:08:32.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:08:32.087Z] Dload Upload Total Spent Left Speed [2024-08-07T12:08:32.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 236k 0 --:--:-- --:--:-- --:--:-- 240k [Pipeline] sh [2024-08-07T12:08:32.430Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-07T12:08:32.761Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-07T12:08:32.761Z] + sudo tee /etc/docker/daemon.new [2024-08-07T12:08:32.761Z] { [2024-08-07T12:08:32.761Z] "registry-mirrors": [ [2024-08-07T12:08:32.761Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-07T12:08:32.761Z] ], [2024-08-07T12:08:32.761Z] "bip": "10.250.0.254/24", [2024-08-07T12:08:32.761Z] "hosts": [ [2024-08-07T12:08:32.761Z] "tcp://0.0.0.0:5555", [2024-08-07T12:08:32.761Z] "unix:///var/run/docker.sock" [2024-08-07T12:08:32.761Z] ], [2024-08-07T12:08:32.761Z] "mtu": 1458, [2024-08-07T12:08:32.761Z] "selinux-enabled": true, [2024-08-07T12:08:32.761Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-07T12:08:32.761Z] } [Pipeline] sh [2024-08-07T12:08:33.099Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-07T12:08:33.436Z] + sudo service docker restart [2024-08-07T12:08:36.653Z] #34 DONE 5.3s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-07T12:08:36.653Z] #36 DONE 0.8s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #35 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:36.653Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:36.653Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:36.653Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:36.653Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:36.653Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:36.653Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-07T12:08:36.653Z] #35 ... [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #37 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-08-07T12:08:36.653Z] #37 DONE 5.1s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:36.653Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:36.653Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:36.653Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:36.653Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:36.653Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:36.653Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-07T12:08:36.653Z] #35 DONE 5.9s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T12:08:36.653Z] #38 DONE 5.4s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:08:36.653Z] #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:08:36.653Z] #39 ... [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #40 [security-spire-config internal] load build context [2024-08-07T12:08:36.653Z] #40 transferring context: 25.85kB 0.0s done [2024-08-07T12:08:36.653Z] #40 DONE 0.1s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:08:36.653Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:08:36.653Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-07T12:08:36.653Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-08-07T12:08:36.653Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:08:36.653Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-07T12:08:36.653Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-07T12:08:36.653Z] #35 DONE 5.9s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T12:08:36.653Z] #41 DONE 5.6s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #42 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-07T12:08:36.653Z] #42 ... [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #43 [security-spire-server internal] load build context [2024-08-07T12:08:36.653Z] #43 transferring context: 27.60kB 0.0s done [2024-08-07T12:08:36.653Z] #43 DONE 0.3s [2024-08-07T12:08:36.653Z] [2024-08-07T12:08:36.653Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:08:36.654Z] #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.5s done [2024-08-07T12:08:36.916Z] #39 ... [2024-08-07T12:08:36.916Z] [2024-08-07T12:08:36.916Z] #44 [security-spire-agent internal] load build context [2024-08-07T12:08:36.916Z] #44 transferring context: 27.13kB 0.1s done [2024-08-07T12:08:36.916Z] #44 DONE 0.4s [2024-08-07T12:08:36.916Z] [2024-08-07T12:08:36.916Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:08:36.916Z] #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T12:08:36.916Z] #39 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-07T12:08:36.916Z] #39 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-07T12:08:40.310Z] #39 ... [2024-08-07T12:08:40.310Z] [2024-08-07T12:08:40.310Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-07T12:08:40.567Z] #45 ... [2024-08-07T12:08:40.567Z] [2024-08-07T12:08:40.567Z] #46 [core-command internal] load build context [2024-08-07T12:08:40.567Z] #46 ... [2024-08-07T12:08:40.567Z] [2024-08-07T12:08:40.567Z] #47 [security-proxy-setup internal] load build context [2024-08-07T12:08:40.567Z] #47 ... [2024-08-07T12:08:40.567Z] [2024-08-07T12:08:40.567Z] #48 [security-proxy-auth internal] load build context [2024-08-07T12:08:40.824Z] #48 ... [2024-08-07T12:08:40.824Z] [2024-08-07T12:08:40.824Z] #49 [core-metadata internal] load build context [2024-08-07T12:08:40.824Z] #49 ... [2024-08-07T12:08:40.824Z] [2024-08-07T12:08:40.824Z] #50 [security-secretstore-setup internal] load build context [2024-08-07T12:08:41.081Z] #50 ... [2024-08-07T12:08:41.081Z] [2024-08-07T12:08:41.081Z] #51 [support-notifications internal] load build context [2024-08-07T12:08:41.081Z] #51 ... [2024-08-07T12:08:41.081Z] [2024-08-07T12:08:41.081Z] #52 [core-data internal] load build context [2024-08-07T12:08:41.081Z] #52 ... [2024-08-07T12:08:41.081Z] [2024-08-07T12:08:41.081Z] #53 [core-keeper internal] load build context [2024-08-07T12:08:41.539Z] #53 ... [2024-08-07T12:08:41.539Z] [2024-08-07T12:08:41.539Z] #51 [support-notifications internal] load build context [2024-08-07T12:08:41.875Z] #51 transferring context: 374.73MB 11.1s [2024-08-07T12:08:46.124Z] #51 ... [2024-08-07T12:08:46.124Z] [2024-08-07T12:08:46.124Z] #54 [security-spiffe-token-provider internal] load build context [2024-08-07T12:08:46.124Z] #54 ... [2024-08-07T12:08:46.124Z] [2024-08-07T12:08:46.124Z] #55 [support-cron-scheduler internal] load build context [2024-08-07T12:08:46.124Z] #55 ... [2024-08-07T12:08:46.124Z] [2024-08-07T12:08:46.124Z] #56 [support-scheduler internal] load build context [2024-08-07T12:08:46.124Z] #56 ... [2024-08-07T12:08:46.124Z] [2024-08-07T12:08:46.124Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:08:46.124Z] #0 2.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:08:46.124Z] #0 2.127 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:08:46.124Z] #0 2.328 OK: 264 MiB in 52 packages [2024-08-07T12:08:46.382Z] #57 ... [2024-08-07T12:08:46.382Z] [2024-08-07T12:08:46.382Z] #58 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T12:08:46.382Z] #0 3.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:08:46.382Z] #0 3.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:08:46.382Z] #0 3.831 OK: 264 MiB in 52 packages [2024-08-07T12:08:46.382Z] #58 ... [2024-08-07T12:08:46.382Z] [2024-08-07T12:08:46.382Z] #59 [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-07T12:08:46.382Z] #59 ... [2024-08-07T12:08:46.382Z] [2024-08-07T12:08:46.382Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T12:08:46.644Z] #60 ... [2024-08-07T12:08:46.644Z] [2024-08-07T12:08:46.644Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T12:08:46.644Z] #61 ... [2024-08-07T12:08:46.644Z] [2024-08-07T12:08:46.644Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:08:46.904Z] #62 ... [2024-08-07T12:08:46.904Z] [2024-08-07T12:08:46.904Z] #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:08:46.904Z] #0 0.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:08:46.904Z] #0 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:08:46.904Z] #0 1.364 OK: 264 MiB in 52 packages [2024-08-07T12:08:46.904Z] #63 ... [2024-08-07T12:08:46.904Z] [2024-08-07T12:08:46.904Z] #64 [security-bootstrapper internal] load build context [2024-08-07T12:08:46.904Z] #64 transferring context: 337.06MB 10.9s [2024-08-07T12:08:46.904Z] #64 ... [2024-08-07T12:08:46.904Z] [2024-08-07T12:08:46.904Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:08:46.904Z] #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done [2024-08-07T12:08:47.163Z] #65 ... [2024-08-07T12:08:47.163Z] [2024-08-07T12:08:47.163Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T12:08:47.163Z] #66 ... [2024-08-07T12:08:47.163Z] [2024-08-07T12:08:47.163Z] #67 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T12:08:47.448Z] #67 ... [2024-08-07T12:08:47.449Z] [2024-08-07T12:08:47.449Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T12:08:47.449Z] #68 ... [2024-08-07T12:08:47.449Z] [2024-08-07T12:08:47.449Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T12:08:47.449Z] #69 ... [2024-08-07T12:08:47.449Z] [2024-08-07T12:08:47.449Z] #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T12:08:48.387Z] #70 ... [2024-08-07T12:08:48.387Z] [2024-08-07T12:08:48.387Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T12:08:48.387Z] #71 ... [2024-08-07T12:08:48.387Z] [2024-08-07T12:08:48.387Z] #72 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T12:08:48.387Z] #72 ... [2024-08-07T12:08:48.387Z] [2024-08-07T12:08:48.387Z] #54 [security-spiffe-token-provider internal] load build context [2024-08-07T12:08:49.322Z] #54 transferring context: 493.68MB 13.4s done [2024-08-07T12:08:50.711Z] #54 ... [2024-08-07T12:08:50.711Z] [2024-08-07T12:08:50.711Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-07T12:08:50.711Z] #45 transferring context: 493.68MB 17.0s done [2024-08-07T12:08:50.711Z] #45 ... [2024-08-07T12:08:50.711Z] [2024-08-07T12:08:50.711Z] #46 [core-command internal] load build context [2024-08-07T12:08:50.971Z] #46 ... [2024-08-07T12:08:50.971Z] [2024-08-07T12:08:50.971Z] #47 [security-proxy-setup internal] load build context [2024-08-07T12:08:50.971Z] #47 transferring context: 493.68MB 16.8s done [2024-08-07T12:08:50.971Z] #47 ... [2024-08-07T12:08:50.971Z] [2024-08-07T12:08:50.971Z] #50 [security-secretstore-setup internal] load build context [2024-08-07T12:08:50.971Z] #50 transferring context: 493.68MB 13.2s done [2024-08-07T12:08:51.348Z] #50 ... [2024-08-07T12:08:51.348Z] [2024-08-07T12:08:51.348Z] #48 [security-proxy-auth internal] load build context [2024-08-07T12:08:51.348Z] #48 transferring context: 493.68MB 13.8s done [2024-08-07T12:08:51.348Z] #48 ... [2024-08-07T12:08:51.348Z] [2024-08-07T12:08:51.348Z] #49 [core-metadata internal] load build context [2024-08-07T12:08:51.348Z] #49 transferring context: 493.68MB 15.4s done [2024-08-07T12:08:51.652Z] #49 ... [2024-08-07T12:08:51.652Z] [2024-08-07T12:08:51.652Z] #52 [core-data internal] load build context [2024-08-07T12:08:51.652Z] #52 transferring context: 493.68MB 16.0s done [2024-08-07T12:08:51.652Z] #52 ... [2024-08-07T12:08:51.652Z] [2024-08-07T12:08:51.652Z] #53 [core-keeper internal] load build context [2024-08-07T12:08:51.652Z] #53 transferring context: 493.68MB 17.7s done [2024-08-07T12:08:51.652Z] #53 ... [2024-08-07T12:08:51.652Z] [2024-08-07T12:08:51.652Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:08:51.652Z] #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T12:08:51.756Z] provisioning config files... [2024-08-07T12:08:51.789Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config13340190287022170503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:08:52.244Z] ---> ****-login.sh [2024-08-07T12:08:52.244Z] nexus3.edgexfoundry.org:10001 [2024-08-07T12:08:52.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:08:52.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:08:52.838Z] Configure a credential helper to remove this warning. See [2024-08-07T12:08:52.838Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:08:52.838Z] [2024-08-07T12:08:52.838Z] Login Succeeded [2024-08-07T12:08:52.838Z] nexus3.edgexfoundry.org:10002 [2024-08-07T12:08:53.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:08:53.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:08:53.378Z] Configure a credential helper to remove this warning. See [2024-08-07T12:08:53.378Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:08:53.378Z] [2024-08-07T12:08:53.378Z] Login Succeeded [2024-08-07T12:08:53.378Z] nexus3.edgexfoundry.org:10003 [2024-08-07T12:08:53.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:08:53.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:08:53.647Z] Configure a credential helper to remove this warning. See [2024-08-07T12:08:53.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:08:53.647Z] [2024-08-07T12:08:53.647Z] Login Succeeded [2024-08-07T12:08:53.647Z] nexus3.edgexfoundry.org:10004 [2024-08-07T12:08:53.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:08:54.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:08:54.193Z] Configure a credential helper to remove this warning. See [2024-08-07T12:08:54.193Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:08:54.193Z] [2024-08-07T12:08:54.193Z] Login Succeeded [2024-08-07T12:08:54.193Z] ****.io [2024-08-07T12:08:54.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:08:54.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:08:54.738Z] Configure a credential helper to remove this warning. See [2024-08-07T12:08:54.738Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:08:54.738Z] [2024-08-07T12:08:54.738Z] Login Succeeded [2024-08-07T12:08:54.738Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T12:08:54.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-08-07T12:08:55.404Z] + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] echo [2024-08-07T12:08:55.423Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T12:08:55.443Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T12:08:55.463Z] ========================================================= [2024-08-07T12:08:55.463Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-07T12:08:55.463Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-07T12:08:55.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T12:08:56.079Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-07T12:08:56.079Z] c6b39de5b339: Pulling fs layer [2024-08-07T12:08:56.079Z] a69c41024577: Pulling fs layer [2024-08-07T12:08:56.079Z] d6de4b400683: Pulling fs layer [2024-08-07T12:08:56.079Z] 35cb2a7552d0: Pulling fs layer [2024-08-07T12:08:56.079Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T12:08:56.079Z] 464afbd9ba4c: Pulling fs layer [2024-08-07T12:08:56.079Z] 00f215d4a9da: Pulling fs layer [2024-08-07T12:08:56.079Z] d496ad576159: Pulling fs layer [2024-08-07T12:08:56.079Z] 35cb2a7552d0: Waiting [2024-08-07T12:08:56.079Z] 464afbd9ba4c: Waiting [2024-08-07T12:08:56.079Z] 4f4fb700ef54: Waiting [2024-08-07T12:08:56.079Z] 00f215d4a9da: Waiting [2024-08-07T12:08:56.079Z] a69c41024577: Verifying Checksum [2024-08-07T12:08:56.079Z] a69c41024577: Download complete [2024-08-07T12:08:56.079Z] 35cb2a7552d0: Verifying Checksum [2024-08-07T12:08:56.079Z] 35cb2a7552d0: Download complete [2024-08-07T12:08:56.079Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T12:08:56.079Z] 4f4fb700ef54: Download complete [2024-08-07T12:08:56.079Z] 464afbd9ba4c: Download complete [2024-08-07T12:08:56.079Z] c6b39de5b339: Verifying Checksum [2024-08-07T12:08:56.079Z] c6b39de5b339: Download complete [2024-08-07T12:08:56.678Z] d496ad576159: Verifying Checksum [2024-08-07T12:08:56.678Z] d496ad576159: Download complete [2024-08-07T12:08:57.000Z] #65 ... [2024-08-07T12:08:57.000Z] [2024-08-07T12:08:57.000Z] #51 [support-notifications internal] load build context [2024-08-07T12:08:57.000Z] #51 transferring context: 493.68MB 15.5s done [2024-08-07T12:08:57.000Z] #51 ... [2024-08-07T12:08:57.000Z] [2024-08-07T12:08:57.000Z] #55 [support-cron-scheduler internal] load build context [2024-08-07T12:08:57.000Z] #55 transferring context: 493.68MB 13.6s done [2024-08-07T12:08:57.000Z] #55 ... [2024-08-07T12:08:57.000Z] [2024-08-07T12:08:57.000Z] #56 [support-scheduler internal] load build context [2024-08-07T12:08:57.000Z] #56 transferring context: 493.68MB 13.5s done [2024-08-07T12:08:57.000Z] #56 ... [2024-08-07T12:08:57.000Z] [2024-08-07T12:08:57.000Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:08:57.000Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 5.1s [2024-08-07T12:08:57.000Z] #39 ... [2024-08-07T12:08:57.000Z] [2024-08-07T12:08:57.000Z] #64 [security-bootstrapper internal] load build context [2024-08-07T12:08:57.000Z] #64 transferring context: 493.68MB 13.4s done [2024-08-07T12:08:57.262Z] #64 ... [2024-08-07T12:08:57.262Z] [2024-08-07T12:08:57.262Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:08:57.267Z] c6b39de5b339: Pull complete [2024-08-07T12:08:57.570Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 6.3s [2024-08-07T12:08:57.830Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 6.5s [2024-08-07T12:08:57.864Z] a69c41024577: Pull complete [2024-08-07T12:08:58.134Z] d6de4b400683: Verifying Checksum [2024-08-07T12:08:58.134Z] d6de4b400683: Download complete [2024-08-07T12:08:59.212Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 7.7s [2024-08-07T12:08:59.471Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 8.0s done [2024-08-07T12:08:59.471Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 8.2s [2024-08-07T12:08:59.471Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 8.0s done [2024-08-07T12:08:59.471Z] #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-07T12:08:59.553Z] 00f215d4a9da: Verifying Checksum [2024-08-07T12:08:59.553Z] 00f215d4a9da: Download complete [2024-08-07T12:09:00.974Z] #39 ... [2024-08-07T12:09:00.974Z] [2024-08-07T12:09:00.974Z] #46 [core-command internal] load build context [2024-08-07T12:09:00.974Z] #46 transferring context: 493.68MB 23.3s done [2024-08-07T12:09:01.325Z] #46 ... [2024-08-07T12:09:01.325Z] [2024-08-07T12:09:01.325Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:01.942Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.2s done [2024-08-07T12:09:02.963Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 11.5s done [2024-08-07T12:09:02.963Z] #39 ... [2024-08-07T12:09:02.963Z] [2024-08-07T12:09:02.963Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T12:09:02.963Z] #66 DONE 27.2s [2024-08-07T12:09:02.963Z] [2024-08-07T12:09:02.963Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:02.963Z] #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-07T12:09:02.963Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 11.8s [2024-08-07T12:09:03.224Z] #39 ... [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:09:03.224Z] #57 DONE 27.2s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T12:09:03.224Z] #58 DONE 27.2s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #50 [security-secretstore-setup internal] load build context [2024-08-07T12:09:03.224Z] #50 DONE 32.3s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #48 [security-proxy-auth internal] load build context [2024-08-07T12:09:03.224Z] #48 DONE 32.6s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #51 [support-notifications internal] load build context [2024-08-07T12:09:03.224Z] #51 DONE 32.6s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #49 [core-metadata internal] load build context [2024-08-07T12:09:03.224Z] #49 DONE 32.4s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #52 [core-data internal] load build context [2024-08-07T12:09:03.224Z] #52 DONE 32.3s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:09:03.224Z] #63 DONE 27.4s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-07T12:09:03.224Z] #45 DONE 32.9s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:03.224Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 9.44MB / 30.73MB 11.9s [2024-08-07T12:09:03.224Z] #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-07T12:09:03.224Z] #39 ... [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #47 [security-proxy-setup internal] load build context [2024-08-07T12:09:03.224Z] #47 DONE 32.7s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #53 [core-keeper internal] load build context [2024-08-07T12:09:03.224Z] #53 DONE 32.6s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #54 [security-spiffe-token-provider internal] load build context [2024-08-07T12:09:03.224Z] #54 DONE 27.5s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #64 [security-bootstrapper internal] load build context [2024-08-07T12:09:03.224Z] #64 DONE 27.5s [2024-08-07T12:09:03.224Z] [2024-08-07T12:09:03.224Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:03.224Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.28MB / 30.73MB 12.0s [2024-08-07T12:09:03.483Z] #39 ... [2024-08-07T12:09:03.483Z] [2024-08-07T12:09:03.483Z] #56 [support-scheduler internal] load build context [2024-08-07T12:09:03.483Z] #56 DONE 27.6s [2024-08-07T12:09:03.483Z] [2024-08-07T12:09:03.483Z] #55 [support-cron-scheduler internal] load build context [2024-08-07T12:09:03.483Z] #55 DONE 27.6s [2024-08-07T12:09:03.483Z] [2024-08-07T12:09:03.483Z] #46 [core-command internal] load build context [2024-08-07T12:09:03.483Z] #46 DONE 33.0s [2024-08-07T12:09:03.483Z] [2024-08-07T12:09:03.483Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:03.483Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 12.1s [2024-08-07T12:09:03.483Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 12.3s [2024-08-07T12:09:04.053Z] #39 ... [2024-08-07T12:09:04.054Z] [2024-08-07T12:09:04.054Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:09:04.054Z] #73 DONE 0.7s [2024-08-07T12:09:04.054Z] [2024-08-07T12:09:04.054Z] #74 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:09:04.054Z] #74 DONE 0.7s [2024-08-07T12:09:04.054Z] [2024-08-07T12:09:04.054Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:04.054Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 12.4s done [2024-08-07T12:09:04.054Z] #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-08-07T12:09:04.054Z] #39 ... [2024-08-07T12:09:04.054Z] [2024-08-07T12:09:04.054Z] #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:09:04.054Z] #75 DONE 0.7s [2024-08-07T12:09:04.054Z] [2024-08-07T12:09:04.054Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:05.979Z] #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done [2024-08-07T12:09:06.552Z] #39 ... [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T12:09:06.552Z] #69 27.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #69 27.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #69 27.94 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.552Z] #69 27.94 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.552Z] #69 27.95 OK: 7 MiB in 16 packages [2024-08-07T12:09:06.552Z] #69 DONE 30.1s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T12:09:06.552Z] #71 27.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #71 27.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #71 28.03 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:09:06.552Z] #71 28.03 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:09:06.552Z] #71 28.03 OK: 20070 distinct packages available [2024-08-07T12:09:06.552Z] #71 28.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #71 28.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #71 28.43 (1/11) Installing ca-certificates (20240226-r0) [2024-08-07T12:09:06.552Z] #71 28.45 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-07T12:09:06.552Z] #71 28.46 (3/11) Installing libunistring (1.1-r1) [2024-08-07T12:09:06.552Z] #71 28.48 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-07T12:09:06.552Z] #71 28.49 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-07T12:09:06.552Z] #71 28.49 (6/11) Installing libcurl (8.9.0-r0) [2024-08-07T12:09:06.552Z] #71 28.50 (7/11) Installing curl (8.9.0-r0) [2024-08-07T12:09:06.552Z] #71 28.51 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.552Z] #71 28.51 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-07T12:09:06.552Z] #71 28.51 (10/11) Installing libucontext (1.2-r2) [2024-08-07T12:09:06.552Z] #71 28.51 (11/11) Installing gcompat (1.1.0-r1) [2024-08-07T12:09:06.552Z] #71 28.52 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.552Z] #71 28.53 Executing ca-certificates-20240226-r0.trigger [2024-08-07T12:09:06.552Z] #71 28.64 OK: 12 MiB in 26 packages [2024-08-07T12:09:06.552Z] #71 DONE 30.2s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T12:09:06.552Z] #61 27.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #61 27.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #61 28.07 (1/4) Installing ca-certificates (20240226-r0) [2024-08-07T12:09:06.552Z] #61 28.08 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.552Z] #61 28.09 (3/4) Installing su-exec (0.2-r3) [2024-08-07T12:09:06.552Z] #61 28.11 (4/4) Installing yq (4.33.3-r5) [2024-08-07T12:09:06.552Z] #61 28.16 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.552Z] #61 28.17 Executing ca-certificates-20240226-r0.trigger [2024-08-07T12:09:06.552Z] #61 28.23 OK: 17 MiB in 19 packages [2024-08-07T12:09:06.552Z] #61 DONE 30.2s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:09:06.552Z] #62 27.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #62 27.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #62 27.99 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:09:06.552Z] #62 27.99 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:09:06.552Z] #62 27.99 OK: 20070 distinct packages available [2024-08-07T12:09:06.552Z] #62 28.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #62 28.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #62 28.47 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.552Z] #62 28.53 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-07T12:09:06.552Z] #62 28.53 (3/5) Installing libucontext (1.2-r2) [2024-08-07T12:09:06.552Z] #62 28.54 (4/5) Installing gcompat (1.1.0-r1) [2024-08-07T12:09:06.552Z] #62 28.54 (5/5) Installing openssl (3.1.6-r0) [2024-08-07T12:09:06.552Z] #62 28.55 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.552Z] #62 28.56 OK: 8 MiB in 20 packages [2024-08-07T12:09:06.552Z] #62 DONE 30.2s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T12:09:06.552Z] #60 27.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #60 28.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #60 28.42 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:09:06.552Z] #60 28.42 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:09:06.552Z] #60 28.42 OK: 20077 distinct packages available [2024-08-07T12:09:06.552Z] #60 28.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #60 28.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #60 28.87 OK: 264 MiB in 52 packages [2024-08-07T12:09:06.552Z] #60 DONE 30.7s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T12:09:06.552Z] #70 28.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #70 28.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #70 28.57 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.552Z] #70 28.58 (2/2) Installing su-exec (0.2-r3) [2024-08-07T12:09:06.552Z] #70 28.58 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.552Z] #70 28.59 OK: 7 MiB in 17 packages [2024-08-07T12:09:06.552Z] #70 DONE 30.3s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #67 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T12:09:06.552Z] #67 28.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #67 28.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.552Z] #67 29.13 (1/2) Installing ca-certificates (20240226-r0) [2024-08-07T12:09:06.552Z] #67 29.15 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.552Z] #67 29.15 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.552Z] #67 29.16 Executing ca-certificates-20240226-r0.trigger [2024-08-07T12:09:06.552Z] #67 29.21 OK: 8 MiB in 17 packages [2024-08-07T12:09:06.552Z] #67 DONE 30.3s [2024-08-07T12:09:06.552Z] [2024-08-07T12:09:06.552Z] #72 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T12:09:06.552Z] #72 28.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.553Z] #72 28.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.553Z] #72 29.17 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.553Z] #72 29.18 (2/4) Installing openssl (3.1.6-r0) [2024-08-07T12:09:06.553Z] #72 29.20 (3/4) Installing su-exec (0.2-r3) [2024-08-07T12:09:06.553Z] #72 29.21 (4/4) Installing yq (4.33.3-r5) [2024-08-07T12:09:06.553Z] #72 29.35 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.553Z] #72 29.36 OK: 17 MiB in 19 packages [2024-08-07T12:09:06.553Z] #72 DONE 30.3s [2024-08-07T12:09:06.553Z] [2024-08-07T12:09:06.553Z] #42 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-07T12:09:06.553Z] #42 27.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.553Z] #42 27.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.553Z] #42 28.11 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.553Z] #42 28.11 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.553Z] #42 28.11 OK: 7 MiB in 16 packages [2024-08-07T12:09:06.553Z] #42 DONE 30.4s [2024-08-07T12:09:06.553Z] [2024-08-07T12:09:06.553Z] #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-08-07T12:09:06.813Z] #76 ... [2024-08-07T12:09:06.813Z] [2024-08-07T12:09:06.813Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T12:09:06.813Z] #68 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.813Z] #68 28.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.813Z] #68 29.13 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:09:06.813Z] #68 29.13 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:09:06.813Z] #68 29.13 OK: 20070 distinct packages available [2024-08-07T12:09:06.813Z] #68 29.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.813Z] #68 29.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:06.813Z] #68 29.53 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:06.813Z] #68 29.62 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-07T12:09:06.813Z] #68 29.62 (3/4) Installing libucontext (1.2-r2) [2024-08-07T12:09:06.813Z] #68 29.62 (4/4) Installing gcompat (1.1.0-r1) [2024-08-07T12:09:06.813Z] #68 29.63 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:06.813Z] #68 29.64 OK: 8 MiB in 19 packages [2024-08-07T12:09:06.813Z] #68 DONE 30.3s [2024-08-07T12:09:06.813Z] [2024-08-07T12:09:06.813Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:09:06.813Z] #77 DONE 0.2s [2024-08-07T12:09:06.813Z] [2024-08-07T12:09:06.813Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:09:06.813Z] #39 DONE 30.8s [2024-08-07T12:09:06.813Z] [2024-08-07T12:09:06.813Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:09:06.813Z] #65 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-07T12:09:06.813Z] #65 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-07T12:09:06.813Z] #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-08-07T12:09:06.813Z] #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-08-07T12:09:06.813Z] #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-07T12:09:06.813Z] #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done [2024-08-07T12:09:06.813Z] #65 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.8s done [2024-08-07T12:09:06.813Z] #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-07T12:09:06.813Z] #65 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.2s done [2024-08-07T12:09:06.813Z] #65 DONE 30.6s [2024-08-07T12:09:06.813Z] [2024-08-07T12:09:06.814Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:07.755Z] #78 ... [2024-08-07T12:09:07.756Z] [2024-08-07T12:09:07.756Z] #59 [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-07T12:09:07.756Z] #59 DONE 31.2s [2024-08-07T12:09:07.756Z] [2024-08-07T12:09:07.756Z] #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T12:09:09.145Z] #79 ... [2024-08-07T12:09:09.145Z] [2024-08-07T12:09:09.145Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T12:09:09.145Z] #0 4.671 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.145Z] #0 5.213 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.145Z] #0 5.896 OK: 264 MiB in 52 packages [2024-08-07T12:09:09.145Z] #80 DONE 6.0s [2024-08-07T12:09:09.145Z] [2024-08-07T12:09:09.145Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:09:09.145Z] #0 2.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.145Z] #0 2.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.145Z] #0 2.523 OK: 7 MiB in 16 packages [2024-08-07T12:09:09.145Z] #81 DONE 2.7s [2024-08-07T12:09:09.405Z] [2024-08-07T12:09:09.405Z] #82 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T12:09:09.405Z] #82 DONE 0.1s [2024-08-07T12:09:09.405Z] [2024-08-07T12:09:09.405Z] #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:09.405Z] #83 ... [2024-08-07T12:09:09.405Z] [2024-08-07T12:09:09.405Z] #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T12:09:09.405Z] #0 2.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.405Z] #0 2.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.405Z] #0 2.688 OK: 17 MiB in 19 packages [2024-08-07T12:09:09.405Z] #84 DONE 2.8s [2024-08-07T12:09:09.405Z] [2024-08-07T12:09:09.405Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:09:09.405Z] #0 2.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.405Z] #0 2.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.405Z] #0 2.741 OK: 12 MiB in 26 packages [2024-08-07T12:09:09.405Z] #85 DONE 2.9s [2024-08-07T12:09:09.665Z] [2024-08-07T12:09:09.665Z] #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-08-07T12:09:09.665Z] #76 2.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.665Z] #76 2.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.665Z] #76 2.925 OK: 7 MiB in 16 packages [2024-08-07T12:09:09.665Z] #76 DONE 3.2s [2024-08-07T12:09:09.665Z] [2024-08-07T12:09:09.665Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:09:09.665Z] #0 2.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.665Z] #0 2.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.665Z] #0 2.891 OK: 8 MiB in 17 packages [2024-08-07T12:09:09.665Z] #86 DONE 3.0s [2024-08-07T12:09:09.665Z] [2024-08-07T12:09:09.665Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-07T12:09:09.665Z] #0 2.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.665Z] #0 2.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:09.665Z] #0 2.940 OK: 8 MiB in 20 packages [2024-08-07T12:09:09.665Z] #87 DONE 3.1s [2024-08-07T12:09:09.665Z] [2024-08-07T12:09:09.665Z] #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:09:11.265Z] #88 DONE 1.5s [2024-08-07T12:09:11.265Z] [2024-08-07T12:09:11.265Z] #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T12:09:11.265Z] #0 2.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:11.265Z] #0 2.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:11.265Z] #0 3.130 OK: 17 MiB in 19 packages [2024-08-07T12:09:11.265Z] #89 DONE 4.4s [2024-08-07T12:09:11.265Z] [2024-08-07T12:09:11.265Z] #90 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T12:09:11.265Z] #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:11.265Z] #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:11.265Z] #0 3.026 OK: 7 MiB in 17 packages [2024-08-07T12:09:11.265Z] #90 DONE 4.5s [2024-08-07T12:09:11.265Z] [2024-08-07T12:09:11.265Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T12:09:11.265Z] #0 2.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:11.265Z] #0 3.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:11.265Z] #0 3.957 OK: 8 MiB in 19 packages [2024-08-07T12:09:11.265Z] #91 DONE 4.5s [2024-08-07T12:09:11.265Z] [2024-08-07T12:09:11.265Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T12:09:11.265Z] #92 DONE 1.5s [2024-08-07T12:09:11.265Z] [2024-08-07T12:09:11.265Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:09:11.265Z] #93 ... [2024-08-07T12:09:11.265Z] [2024-08-07T12:09:11.265Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T12:09:11.265Z] #94 DONE 0.2s [2024-08-07T12:09:11.894Z] d6de4b400683: Pull complete [2024-08-07T12:09:11.894Z] 35cb2a7552d0: Pull complete [2024-08-07T12:09:11.898Z] [2024-08-07T12:09:11.898Z] #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T12:09:11.898Z] #95 DONE 0.3s [2024-08-07T12:09:11.898Z] [2024-08-07T12:09:11.898Z] #96 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T12:09:12.162Z] 4f4fb700ef54: Pull complete [2024-08-07T12:09:12.162Z] 464afbd9ba4c: Pull complete [2024-08-07T12:09:12.840Z] #96 ... [2024-08-07T12:09:12.840Z] [2024-08-07T12:09:12.840Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:09:12.840Z] #93 DONE 1.5s [2024-08-07T12:09:12.840Z] [2024-08-07T12:09:12.840Z] #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T12:09:12.840Z] #79 3.648 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:12.840Z] #79 4.132 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-07T12:09:12.840Z] #79 4.783 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T12:09:12.840Z] #79 5.099 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:09:12.840Z] #79 5.107 OK: 7 MiB in 16 packages [2024-08-07T12:09:12.840Z] #79 DONE 5.2s [2024-08-07T12:09:12.840Z] [2024-08-07T12:09:12.840Z] #96 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T12:09:12.840Z] #96 DONE 1.2s [2024-08-07T12:09:12.840Z] [2024-08-07T12:09:12.840Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:09:12.840Z] #97 DONE 1.6s [2024-08-07T12:09:12.840Z] [2024-08-07T12:09:12.840Z] #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T12:09:13.100Z] #98 DONE 0.1s [2024-08-07T12:09:13.100Z] [2024-08-07T12:09:13.100Z] #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-07T12:09:13.100Z] #99 DONE 0.2s [2024-08-07T12:09:13.100Z] [2024-08-07T12:09:13.100Z] #100 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T12:09:13.100Z] #100 DONE 0.2s [2024-08-07T12:09:13.100Z] [2024-08-07T12:09:13.100Z] #101 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T12:09:13.100Z] #101 ... [2024-08-07T12:09:13.100Z] [2024-08-07T12:09:13.100Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T12:09:13.100Z] #102 DONE 0.2s [2024-08-07T12:09:13.360Z] [2024-08-07T12:09:13.360Z] #101 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T12:09:13.360Z] #101 DONE 0.2s [2024-08-07T12:09:13.360Z] [2024-08-07T12:09:13.360Z] #103 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T12:09:13.360Z] #103 DONE 0.2s [2024-08-07T12:09:13.360Z] [2024-08-07T12:09:13.360Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T12:09:13.360Z] #104 DONE 0.1s [2024-08-07T12:09:13.360Z] [2024-08-07T12:09:13.360Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T12:09:13.360Z] #105 DONE 0.1s [2024-08-07T12:09:13.360Z] [2024-08-07T12:09:13.360Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-07T12:09:13.360Z] #106 DONE 0.1s [2024-08-07T12:09:13.360Z] [2024-08-07T12:09:13.360Z] #107 [security-spire-server] exporting to image [2024-08-07T12:09:13.360Z] #107 exporting layers [2024-08-07T12:09:13.620Z] #107 ... [2024-08-07T12:09:13.620Z] [2024-08-07T12:09:13.620Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-07T12:09:13.620Z] #108 DONE 0.2s [2024-08-07T12:09:13.620Z] [2024-08-07T12:09:13.620Z] #109 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T12:09:13.620Z] #109 DONE 2.3s [2024-08-07T12:09:13.620Z] [2024-08-07T12:09:13.620Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-07T12:09:13.620Z] #110 DONE 0.3s [2024-08-07T12:09:13.620Z] [2024-08-07T12:09:13.620Z] #111 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-07T12:09:13.620Z] #111 DONE 0.1s [2024-08-07T12:09:13.620Z] [2024-08-07T12:09:13.620Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-07T12:09:13.879Z] #112 DONE 0.1s [2024-08-07T12:09:13.879Z] [2024-08-07T12:09:13.879Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-07T12:09:13.879Z] #113 DONE 0.2s [2024-08-07T12:09:13.879Z] [2024-08-07T12:09:13.879Z] #107 [security-spire-agent] exporting to image [2024-08-07T12:09:13.879Z] #107 ... [2024-08-07T12:09:13.879Z] [2024-08-07T12:09:13.879Z] #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:14.139Z] #114 ... [2024-08-07T12:09:14.139Z] [2024-08-07T12:09:14.139Z] #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:14.139Z] #115 ... [2024-08-07T12:09:14.139Z] [2024-08-07T12:09:14.139Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:14.400Z] #116 ... [2024-08-07T12:09:14.400Z] [2024-08-07T12:09:14.400Z] #107 [security-spire-server] exporting to image [2024-08-07T12:09:14.400Z] #107 exporting layers 0.7s done [2024-08-07T12:09:14.400Z] #107 writing image sha256:03842648a7eec109d75d12e0813d853a5e01b16f8c595692848ca6d4ce666ad9 done [2024-08-07T12:09:14.400Z] #107 naming to docker.io/library/security-spire-server done [2024-08-07T12:09:14.400Z] #107 exporting layers 0.8s done [2024-08-07T12:09:14.400Z] #107 writing image sha256:df4e7755c4664d443f3cdbf5fd9fadbcf9e24a2df660229fdf7e67e3dd08d477 0.0s done [2024-08-07T12:09:14.400Z] #107 naming to docker.io/library/security-spire-config done [2024-08-07T12:09:14.661Z] #107 exporting layers 0.8s done [2024-08-07T12:09:14.661Z] #107 writing image sha256:7f14e1c497eb72834293dfad54b290839fb68e4f3893749548c462917230181e done [2024-08-07T12:09:14.661Z] #107 naming to docker.io/library/security-spire-agent done [2024-08-07T12:09:14.661Z] #107 DONE 1.3s [2024-08-07T12:09:14.661Z] [2024-08-07T12:09:14.661Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:22.246Z] 00f215d4a9da: Pull complete [2024-08-07T12:09:22.516Z] d496ad576159: Pull complete [2024-08-07T12:09:22.794Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-07T12:09:22.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T12:09:22.794Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-07T12:09:23.131Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T12:09:23.131Z] WORKDIR /edgex [2024-08-07T12:09:23.131Z] COPY go.mod . [2024-08-07T12:09:23.131Z] RUN go mod download -t [2024-08-07T12:09:23.131Z] ci-base-image-arm64 -f - . [2024-08-07T12:09:23.718Z] Sending build context to Docker daemon 3.406MB [2024-08-07T12:09:23.718Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-07T12:09:23.719Z] ---> f246e2811388 [2024-08-07T12:09:23.719Z] Step 2/4 : WORKDIR /edgex [2024-08-07T12:09:26.297Z] ---> Running in fc17d0b6ee18 [2024-08-07T12:09:26.297Z] Removing intermediate container fc17d0b6ee18 [2024-08-07T12:09:26.297Z] ---> c9cabebf5b0d [2024-08-07T12:09:26.297Z] Step 3/4 : COPY go.mod . [2024-08-07T12:09:26.567Z] ---> 3d3f5b2ac737 [2024-08-07T12:09:26.567Z] Step 4/4 : RUN go mod download [2024-08-07T12:09:26.836Z] ---> Running in f7c9cb07fb50 [2024-08-07T12:09:53.504Z] #116 ... [2024-08-07T12:09:53.504Z] [2024-08-07T12:09:53.504Z] #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:53.504Z] #83 DONE 43.8s [2024-08-07T12:09:53.504Z] [2024-08-07T12:09:53.504Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:53.504Z] #116 DONE 49.2s [2024-08-07T12:09:53.504Z] [2024-08-07T12:09:53.504Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:53.504Z] #78 DONE 46.3s [2024-08-07T12:09:53.504Z] [2024-08-07T12:09:53.504Z] #114 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:53.504Z] #114 DONE 49.2s [2024-08-07T12:09:53.504Z] [2024-08-07T12:09:53.504Z] #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:09:53.504Z] #115 DONE 49.2s [2024-08-07T12:09:53.504Z] [2024-08-07T12:09:53.504Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T12:10:03.530Z] #117 ... [2024-08-07T12:10:03.530Z] [2024-08-07T12:10:03.531Z] #118 [core-keeper builder 7/8] COPY . . [2024-08-07T12:10:03.531Z] #118 ... [2024-08-07T12:10:03.531Z] [2024-08-07T12:10:03.531Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T12:10:03.531Z] #119 ... [2024-08-07T12:10:03.531Z] [2024-08-07T12:10:03.531Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T12:10:03.531Z] #120 ... [2024-08-07T12:10:03.531Z] [2024-08-07T12:10:03.531Z] #121 [support-notifications builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #121 DONE 13.7s [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #117 DONE 13.6s [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #122 [security-proxy-setup builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #122 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #123 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #124 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #125 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #126 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #127 [security-bootstrapper builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #127 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #120 DONE 13.7s [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #118 [core-keeper builder 7/8] COPY . . [2024-08-07T12:10:06.850Z] #118 DONE 13.7s [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #128 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T12:10:06.850Z] #128 ... [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #129 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #129 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #130 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #130 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #131 [support-cron-scheduler builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #131 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #119 DONE 13.7s [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #132 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #133 [core-metadata builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #133 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #134 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #135 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #136 [core-data builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #136 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #137 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #137 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #138 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #138 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #139 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #139 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #140 [support-scheduler builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #140 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #141 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #141 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #142 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #143 [core-command builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #143 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #144 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:10:06.850Z] #144 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #145 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-07T12:10:06.850Z] #145 CACHED [2024-08-07T12:10:06.850Z] [2024-08-07T12:10:06.850Z] #146 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:10:06.850Z] #146 CACHED [2024-08-07T12:10:07.136Z] [2024-08-07T12:10:07.136Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:10:08.521Z] #147 1.661 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T12:10:18.569Z] #147 ... [2024-08-07T12:10:18.569Z] [2024-08-07T12:10:18.569Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:10:18.569Z] #0 1.608 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T12:10:18.569Z] #148 ... [2024-08-07T12:10:18.569Z] [2024-08-07T12:10:18.569Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T12:10:18.569Z] #0 1.294 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T12:10:18.569Z] #149 ... [2024-08-07T12:10:18.569Z] [2024-08-07T12:10:18.569Z] #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-07T12:10:18.569Z] #0 1.314 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T12:10:18.569Z] #150 ... [2024-08-07T12:10:18.569Z] [2024-08-07T12:10:18.569Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T12:10:18.569Z] #0 0.750 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T12:10:18.569Z] #151 ... [2024-08-07T12:10:18.569Z] [2024-08-07T12:10:18.569Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T12:10:18.569Z] #0 0.521 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T12:10:18.569Z] #152 ... [2024-08-07T12:10:18.569Z] [2024-08-07T12:10:18.569Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:10:18.569Z] #0 1.315 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T12:10:18.829Z] #153 ... [2024-08-07T12:10:18.829Z] [2024-08-07T12:10:18.829Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T12:10:18.829Z] #0 0.440 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T12:10:18.829Z] #154 ... [2024-08-07T12:10:18.829Z] [2024-08-07T12:10:18.829Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T12:10:18.829Z] #0 0.800 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-07T12:10:19.086Z] #155 ... [2024-08-07T12:10:19.086Z] [2024-08-07T12:10:19.086Z] #128 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T12:10:19.086Z] #128 1.332 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T12:10:19.345Z] #128 ... [2024-08-07T12:10:19.345Z] [2024-08-07T12:10:19.345Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T12:10:19.345Z] #0 1.328 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T12:10:19.345Z] #156 ... [2024-08-07T12:10:19.345Z] [2024-08-07T12:10:19.345Z] #157 [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-07T12:10:19.345Z] #0 1.635 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T12:10:19.604Z] #157 ... [2024-08-07T12:10:19.604Z] [2024-08-07T12:10:19.604Z] #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T12:10:19.604Z] #0 0.798 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T12:10:34.755Z] Removing intermediate container f7c9cb07fb50 [2024-08-07T12:10:34.755Z] ---> 3406351f35ce [2024-08-07T12:10:34.755Z] Successfully built 3406351f35ce [2024-08-07T12:10:34.755Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:10:35.100Z] + docker inspect -f . ci-base-image-arm64 [2024-08-07T12:10:35.100Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:10:35.436Z] prd-ubuntu20.04-docker-arm64-4c-16g-7301 does not seem to be running inside a container [2024-08-07T12:10:35.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:10:36.989Z] $ docker top 1cfcc79f2cbdc8d65c20a00185ef430f75edc10bf87c6d9495f6424eea4687fd -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T12:10:37.921Z] + go version [2024-08-07T12:10:37.921Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-07T12:10:37.940Z] $ docker stop --time=1 1cfcc79f2cbdc8d65c20a00185ef430f75edc10bf87c6d9495f6424eea4687fd [2024-08-07T12:10:39.618Z] $ docker rm -f --volumes 1cfcc79f2cbdc8d65c20a00185ef430f75edc10bf87c6d9495f6424eea4687fd [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-07T12:10:40.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T12:10:40.370Z] [2024-08-07T12:10:40.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:10:40.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T12:10:40.726Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-07T12:10:40.726Z] 547446be3368: Pulling fs layer [2024-08-07T12:10:40.726Z] d125d8839a47: Pulling fs layer [2024-08-07T12:10:40.726Z] 3e85d5ac6304: Pulling fs layer [2024-08-07T12:10:40.726Z] c3105a71a48b: Pulling fs layer [2024-08-07T12:10:40.726Z] 0f093f025ec4: Pulling fs layer [2024-08-07T12:10:40.726Z] c3106fc0e877: Pulling fs layer [2024-08-07T12:10:40.726Z] c3105a71a48b: Waiting [2024-08-07T12:10:40.727Z] 0f093f025ec4: Waiting [2024-08-07T12:10:40.727Z] c3106fc0e877: Waiting [2024-08-07T12:10:40.996Z] 547446be3368: Verifying Checksum [2024-08-07T12:10:40.996Z] 547446be3368: Download complete [2024-08-07T12:10:40.996Z] c3105a71a48b: Download complete [2024-08-07T12:10:41.710Z] d125d8839a47: Verifying Checksum [2024-08-07T12:10:41.710Z] d125d8839a47: Download complete [2024-08-07T12:10:41.710Z] c3106fc0e877: Verifying Checksum [2024-08-07T12:10:41.710Z] c3106fc0e877: Download complete [2024-08-07T12:10:41.710Z] 0f093f025ec4: Verifying Checksum [2024-08-07T12:10:41.710Z] 0f093f025ec4: Download complete [2024-08-07T12:10:41.983Z] 547446be3368: Pull complete [2024-08-07T12:10:43.475Z] d125d8839a47: Pull complete [2024-08-07T12:10:46.656Z] 3e85d5ac6304: Verifying Checksum [2024-08-07T12:10:46.656Z] 3e85d5ac6304: Download complete [2024-08-07T12:10:56.859Z] 3e85d5ac6304: Pull complete [2024-08-07T12:10:56.859Z] c3105a71a48b: Pull complete [2024-08-07T12:10:57.834Z] 0f093f025ec4: Pull complete [2024-08-07T12:10:58.103Z] c3106fc0e877: Pull complete [2024-08-07T12:10:58.103Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-07T12:10:58.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-07T12:10:58.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:10:58.336Z] prd-ubuntu20.04-docker-arm64-4c-16g-7301 does not seem to be running inside a container [2024-08-07T12:10:58.404Z] $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:11:00.831Z] $ docker top ff290d6a965b277d166579d2eeddae788645f5a30b4fa61336719e040c716a8f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T12:11:01.717Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-07T12:11:14.063Z] #1 [core-command internal] load build definition from Dockerfile [2024-08-07T12:11:14.063Z] #1 transferring dockerfile: 1.93kB done [2024-08-07T12:11:14.063Z] #1 DONE 0.1s [2024-08-07T12:11:14.063Z] [2024-08-07T12:11:14.063Z] #2 [core-data internal] load build definition from Dockerfile [2024-08-07T12:11:14.063Z] #2 transferring dockerfile: 2.01kB done [2024-08-07T12:11:14.063Z] #2 DONE 0.0s [2024-08-07T12:11:14.063Z] [2024-08-07T12:11:14.063Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-07T12:11:14.063Z] #3 transferring dockerfile: 1.89kB done [2024-08-07T12:11:14.063Z] #3 DONE 0.1s [2024-08-07T12:11:14.063Z] [2024-08-07T12:11:14.063Z] #4 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #4 transferring dockerfile: 2.49kB done [2024-08-07T12:11:14.064Z] #4 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #5 transferring dockerfile: 3.17kB done [2024-08-07T12:11:14.064Z] #5 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #6 transferring dockerfile: 1.95kB 0.0s done [2024-08-07T12:11:14.064Z] #6 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #7 [support-scheduler internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #7 transferring dockerfile: 1.93kB 0.0s done [2024-08-07T12:11:14.064Z] #7 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #8 [security-spire-server internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #8 transferring dockerfile: 1.70kB 0.0s done [2024-08-07T12:11:14.064Z] #8 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #9 [core-keeper internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #9 transferring dockerfile: 2.01kB 0.0s done [2024-08-07T12:11:14.064Z] #9 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #10 transferring dockerfile: 2.23kB 0.0s done [2024-08-07T12:11:14.064Z] #10 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #11 transferring dockerfile: 1.69kB done [2024-08-07T12:11:14.064Z] #11 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #12 transferring dockerfile: 1.81kB done [2024-08-07T12:11:14.064Z] #12 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #13 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #13 transferring dockerfile: 1.85kB done [2024-08-07T12:11:14.064Z] #13 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #14 [core-metadata internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #14 transferring dockerfile: 2.06kB done [2024-08-07T12:11:14.064Z] #14 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-07T12:11:14.064Z] #15 transferring dockerfile: 2.50kB done [2024-08-07T12:11:14.064Z] #15 DONE 0.1s [2024-08-07T12:11:14.064Z] [2024-08-07T12:11:14.064Z] #16 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-07T12:11:14.332Z] #16 transferring dockerfile: 2.15kB 0.0s done [2024-08-07T12:11:14.332Z] #16 DONE 0.1s [2024-08-07T12:11:14.332Z] [2024-08-07T12:11:14.332Z] #17 [core-command internal] load .dockerignore [2024-08-07T12:11:14.332Z] #17 transferring context: 50B done [2024-08-07T12:11:14.332Z] #17 DONE 0.1s [2024-08-07T12:11:15.298Z] [2024-08-07T12:11:15.298Z] #18 [core-data internal] load .dockerignore [2024-08-07T12:11:15.298Z] #18 transferring context: 50B done [2024-08-07T12:11:15.298Z] #18 DONE 0.0s [2024-08-07T12:11:15.298Z] [2024-08-07T12:11:15.298Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2024-08-07T12:11:15.298Z] #19 transferring context: 50B 0.0s done [2024-08-07T12:11:15.298Z] #19 DONE 0.1s [2024-08-07T12:11:15.298Z] [2024-08-07T12:11:15.298Z] #20 [security-secretstore-setup internal] load .dockerignore [2024-08-07T12:11:15.298Z] #20 transferring context: 50B 0.0s done [2024-08-07T12:11:15.298Z] #20 DONE 0.1s [2024-08-07T12:11:15.298Z] [2024-08-07T12:11:15.298Z] #21 [security-bootstrapper internal] load .dockerignore [2024-08-07T12:11:15.298Z] #21 transferring context: 50B 0.0s done [2024-08-07T12:11:15.298Z] #21 DONE 0.1s [2024-08-07T12:11:15.572Z] [2024-08-07T12:11:15.572Z] #22 [support-notifications internal] load .dockerignore [2024-08-07T12:11:15.572Z] #22 transferring context: 50B 0.0s done [2024-08-07T12:11:15.572Z] #22 DONE 0.1s [2024-08-07T12:11:15.572Z] [2024-08-07T12:11:15.572Z] #23 [support-scheduler internal] load .dockerignore [2024-08-07T12:11:15.572Z] #23 transferring context: 50B 0.0s done [2024-08-07T12:11:15.572Z] #23 DONE 0.1s [2024-08-07T12:11:15.572Z] [2024-08-07T12:11:15.572Z] #24 [security-spire-server internal] load .dockerignore [2024-08-07T12:11:15.572Z] #24 transferring context: 50B 0.0s done [2024-08-07T12:11:15.572Z] #24 DONE 0.1s [2024-08-07T12:11:15.572Z] [2024-08-07T12:11:15.572Z] #25 [core-keeper internal] load .dockerignore [2024-08-07T12:11:15.845Z] #25 transferring context: 50B done [2024-08-07T12:11:15.845Z] #25 DONE 0.1s [2024-08-07T12:11:15.845Z] [2024-08-07T12:11:15.845Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-07T12:11:15.845Z] #26 transferring context: 50B done [2024-08-07T12:11:15.845Z] #26 DONE 0.1s [2024-08-07T12:11:15.845Z] [2024-08-07T12:11:15.845Z] #27 [security-spire-config internal] load .dockerignore [2024-08-07T12:11:15.845Z] #27 transferring context: 50B 0.0s done [2024-08-07T12:11:15.845Z] #27 DONE 0.1s [2024-08-07T12:11:15.845Z] [2024-08-07T12:11:15.845Z] #28 [security-spire-agent internal] load .dockerignore [2024-08-07T12:11:15.845Z] #28 transferring context: 50B 0.0s done [2024-08-07T12:11:15.845Z] #28 DONE 0.1s [2024-08-07T12:11:15.845Z] [2024-08-07T12:11:15.845Z] #29 [core-metadata internal] load .dockerignore [2024-08-07T12:11:15.845Z] #29 DONE 0.0s [2024-08-07T12:11:15.845Z] [2024-08-07T12:11:15.845Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:11:15.845Z] #30 transferring context: 50B 0.0s done [2024-08-07T12:11:16.112Z] #30 ... [2024-08-07T12:11:16.112Z] [2024-08-07T12:11:16.112Z] #29 [core-metadata internal] load .dockerignore [2024-08-07T12:11:16.112Z] #29 transferring context: 50B 0.0s done [2024-08-07T12:11:16.112Z] #29 DONE 0.1s [2024-08-07T12:11:16.112Z] [2024-08-07T12:11:16.112Z] #31 [security-proxy-setup internal] load .dockerignore [2024-08-07T12:11:16.112Z] #31 transferring context: 50B 0.0s done [2024-08-07T12:11:16.112Z] #31 DONE 0.1s [2024-08-07T12:11:16.112Z] [2024-08-07T12:11:16.112Z] #32 [security-proxy-auth internal] load .dockerignore [2024-08-07T12:11:16.112Z] #32 transferring context: 50B done [2024-08-07T12:11:16.112Z] #32 DONE 0.0s [2024-08-07T12:11:16.112Z] [2024-08-07T12:11:16.112Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:16.112Z] #33 DONE 0.0s [2024-08-07T12:11:16.112Z] [2024-08-07T12:11:16.112Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:11:16.379Z] #34 DONE 0.2s [2024-08-07T12:11:16.379Z] [2024-08-07T12:11:16.379Z] #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:16.379Z] #35 DONE 0.0s [2024-08-07T12:11:16.379Z] [2024-08-07T12:11:16.379Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:11:17.348Z] #30 ... [2024-08-07T12:11:17.348Z] [2024-08-07T12:11:17.348Z] #36 [core-command internal] load build context [2024-08-07T12:11:17.348Z] #36 transferring context: 2.98MB 0.8s done [2024-08-07T12:11:17.348Z] #36 DONE 1.0s [2024-08-07T12:11:17.622Z] [2024-08-07T12:11:17.622Z] #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:17.622Z] #35 DONE 1.1s [2024-08-07T12:11:17.622Z] [2024-08-07T12:11:17.622Z] #37 [core-command builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:17.622Z] #37 DONE 0.4s [2024-08-07T12:11:17.622Z] [2024-08-07T12:11:17.622Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:17.622Z] #33 DONE 0.0s [2024-08-07T12:11:17.622Z] [2024-08-07T12:11:17.622Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:11:17.622Z] #34 DONE 0.3s [2024-08-07T12:11:17.622Z] [2024-08-07T12:11:17.622Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:17.622Z] #35 DONE 1.9s [2024-08-07T12:11:17.622Z] [2024-08-07T12:11:17.622Z] #38 [core-data internal] load build context [2024-08-07T12:11:17.892Z] #38 ... [2024-08-07T12:11:17.892Z] [2024-08-07T12:11:17.892Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:17.892Z] #33 DONE 0.0s [2024-08-07T12:11:17.892Z] [2024-08-07T12:11:17.892Z] #38 [core-data internal] load build context [2024-08-07T12:11:17.892Z] #38 ... [2024-08-07T12:11:17.892Z] [2024-08-07T12:11:17.892Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:17.892Z] #33 DONE 0.0s [2024-08-07T12:11:17.892Z] [2024-08-07T12:11:17.892Z] #38 [core-data internal] load build context [2024-08-07T12:11:18.162Z] #38 ... [2024-08-07T12:11:18.162Z] [2024-08-07T12:11:18.162Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:18.162Z] #33 DONE 0.0s [2024-08-07T12:11:18.162Z] [2024-08-07T12:11:18.162Z] #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:18.162Z] #35 DONE 1.9s [2024-08-07T12:11:18.162Z] [2024-08-07T12:11:18.162Z] #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:18.162Z] #37 DONE 0.5s [2024-08-07T12:11:18.162Z] [2024-08-07T12:11:18.162Z] #38 [core-data internal] load build context [2024-08-07T12:11:18.434Z] #38 ... [2024-08-07T12:11:18.434Z] [2024-08-07T12:11:18.434Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:18.434Z] #33 DONE 0.0s [2024-08-07T12:11:18.434Z] [2024-08-07T12:11:18.434Z] #38 [core-data internal] load build context [2024-08-07T12:11:18.434Z] #38 ... [2024-08-07T12:11:18.434Z] [2024-08-07T12:11:18.434Z] #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:18.434Z] #35 DONE 1.9s [2024-08-07T12:11:18.434Z] [2024-08-07T12:11:18.434Z] #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:18.434Z] #37 DONE 0.5s [2024-08-07T12:11:18.434Z] [2024-08-07T12:11:18.434Z] #38 [core-data internal] load build context [2024-08-07T12:11:19.024Z] #38 ... [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:19.024Z] #33 DONE 0.0s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:11:19.024Z] #34 DONE 1.3s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #39 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:19.024Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:19.024Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:19.024Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:19.024Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:19.024Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:19.024Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:19.024Z] #39 DONE 3.2s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:19.024Z] #35 DONE 1.9s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #37 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:19.024Z] #37 DONE 0.5s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #39 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:19.024Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:19.024Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:19.024Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:19.024Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:19.024Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:19.024Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:19.024Z] #39 DONE 3.2s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #38 [core-data internal] load build context [2024-08-07T12:11:19.024Z] #38 ... [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:19.024Z] #35 DONE 2.0s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #37 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:19.024Z] #37 DONE 0.6s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:19.024Z] #33 DONE 0.0s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #40 [security-spiffe-token-provider internal] load build context [2024-08-07T12:11:19.024Z] #40 transferring context: 2.98MB 1.1s done [2024-08-07T12:11:19.024Z] #40 DONE 1.4s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #39 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:19.024Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:19.024Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:19.024Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:19.024Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:19.024Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:19.024Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:19.024Z] #39 DONE 3.3s [2024-08-07T12:11:19.024Z] [2024-08-07T12:11:19.024Z] #38 [core-data internal] load build context [2024-08-07T12:11:19.626Z] #38 transferring context: 2.98MB 1.6s done [2024-08-07T12:11:19.626Z] #38 DONE 1.8s [2024-08-07T12:11:19.626Z] [2024-08-07T12:11:19.626Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T12:11:19.902Z] #41 ... [2024-08-07T12:11:19.902Z] [2024-08-07T12:11:19.902Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:19.902Z] #33 DONE 0.0s [2024-08-07T12:11:19.902Z] [2024-08-07T12:11:19.902Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:19.902Z] #33 DONE 0.0s [2024-08-07T12:11:19.902Z] [2024-08-07T12:11:19.902Z] #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T12:11:20.175Z] #42 ... [2024-08-07T12:11:20.175Z] [2024-08-07T12:11:20.175Z] #43 [security-secretstore-setup internal] load build context [2024-08-07T12:11:20.175Z] #43 transferring context: 2.98MB 1.4s done [2024-08-07T12:11:20.175Z] #43 DONE 1.8s [2024-08-07T12:11:20.175Z] [2024-08-07T12:11:20.175Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:20.175Z] #33 DONE 0.0s [2024-08-07T12:11:20.175Z] [2024-08-07T12:11:20.175Z] #44 [support-notifications internal] load build context [2024-08-07T12:11:20.175Z] #44 transferring context: 2.98MB 1.2s done [2024-08-07T12:11:20.175Z] #44 DONE 1.8s [2024-08-07T12:11:20.175Z] [2024-08-07T12:11:20.175Z] #45 [security-bootstrapper internal] load build context [2024-08-07T12:11:20.175Z] #45 transferring context: 2.98MB 1.4s done [2024-08-07T12:11:20.444Z] #45 ... [2024-08-07T12:11:20.444Z] [2024-08-07T12:11:20.444Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-07T12:11:20.444Z] #33 DONE 0.0s [2024-08-07T12:11:20.444Z] [2024-08-07T12:11:20.444Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:11:20.715Z] #34 ... [2024-08-07T12:11:20.715Z] [2024-08-07T12:11:20.715Z] #45 [security-bootstrapper internal] load build context [2024-08-07T12:11:20.715Z] #45 DONE 2.1s [2024-08-07T12:11:20.715Z] [2024-08-07T12:11:20.715Z] #46 [core-keeper internal] load build context [2024-08-07T12:11:20.983Z] #46 ... [2024-08-07T12:11:20.984Z] [2024-08-07T12:11:20.984Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:20.984Z] #35 DONE 2.2s [2024-08-07T12:11:20.984Z] [2024-08-07T12:11:20.984Z] #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:20.984Z] #37 DONE 0.8s [2024-08-07T12:11:20.984Z] [2024-08-07T12:11:20.984Z] #39 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:20.984Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:20.984Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:20.984Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:20.984Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:20.984Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:20.984Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:20.984Z] #39 DONE 3.5s [2024-08-07T12:11:20.984Z] [2024-08-07T12:11:20.984Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-08-07T12:11:20.984Z] #34 DONE 3.1s [2024-08-07T12:11:20.984Z] [2024-08-07T12:11:20.984Z] #46 [core-keeper internal] load build context [2024-08-07T12:11:21.253Z] #46 ... [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:21.253Z] #35 DONE 2.2s [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #37 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:21.253Z] #37 DONE 0.8s [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #39 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:21.253Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:21.253Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:21.253Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:21.253Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:21.253Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:21.253Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:21.253Z] #39 DONE 3.5s [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #46 [core-keeper internal] load build context [2024-08-07T12:11:21.253Z] #46 ... [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-07T12:11:21.253Z] #35 DONE 2.2s [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-08-07T12:11:21.253Z] #37 DONE 0.8s [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #39 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:21.253Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:21.253Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:21.253Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:21.253Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:21.253Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:21.253Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:21.253Z] #39 DONE 3.5s [2024-08-07T12:11:21.253Z] [2024-08-07T12:11:21.253Z] #46 [core-keeper internal] load build context [2024-08-07T12:11:21.848Z] #46 transferring context: 2.98MB 1.9s done [2024-08-07T12:11:22.461Z] #46 DONE 3.2s [2024-08-07T12:11:22.461Z] [2024-08-07T12:11:22.461Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T12:11:23.436Z] #47 ... [2024-08-07T12:11:23.436Z] [2024-08-07T12:11:23.436Z] #48 [support-scheduler internal] load build context [2024-08-07T12:11:23.436Z] #48 transferring context: 2.98MB 2.6s done [2024-08-07T12:11:23.436Z] #48 DONE 4.3s [2024-08-07T12:11:23.436Z] [2024-08-07T12:11:23.436Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:23.436Z] #49 ... [2024-08-07T12:11:23.436Z] [2024-08-07T12:11:23.436Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-07T12:11:23.436Z] #41 DONE 3.9s [2024-08-07T12:11:23.704Z] [2024-08-07T12:11:23.704Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:23.977Z] #49 ... [2024-08-07T12:11:23.977Z] [2024-08-07T12:11:23.977Z] #50 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-07T12:11:23.977Z] #50 DONE 5.2s [2024-08-07T12:11:24.245Z] [2024-08-07T12:11:24.245Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:24.518Z] #49 ... [2024-08-07T12:11:24.518Z] [2024-08-07T12:11:24.518Z] #39 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:24.518Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:24.518Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:24.518Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:24.518Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:24.518Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:24.518Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:24.518Z] #39 DONE 3.5s [2024-08-07T12:11:24.518Z] [2024-08-07T12:11:24.518Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:24.518Z] #49 ... [2024-08-07T12:11:24.518Z] [2024-08-07T12:11:24.518Z] #39 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-07T12:11:24.518Z] #39 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-07T12:11:24.518Z] #39 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-07T12:11:24.518Z] #39 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-07T12:11:24.518Z] #39 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-07T12:11:24.518Z] #39 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-07T12:11:24.518Z] #39 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-07T12:11:24.518Z] #39 DONE 3.5s [2024-08-07T12:11:24.518Z] [2024-08-07T12:11:24.518Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:25.936Z] #49 ... [2024-08-07T12:11:25.936Z] [2024-08-07T12:11:25.936Z] #51 [security-spire-config internal] load build context [2024-08-07T12:11:25.936Z] #51 transferring context: 25.85kB 0.4s done [2024-08-07T12:11:25.936Z] #51 DONE 1.3s [2024-08-07T12:11:25.936Z] [2024-08-07T12:11:25.936Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:26.528Z] #49 ... [2024-08-07T12:11:26.528Z] [2024-08-07T12:11:26.528Z] #52 [security-spire-server internal] load build context [2024-08-07T12:11:26.528Z] #52 transferring context: 27.60kB 0.2s done [2024-08-07T12:11:26.528Z] #52 DONE 1.9s [2024-08-07T12:11:26.528Z] [2024-08-07T12:11:26.528Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:27.120Z] #49 ... [2024-08-07T12:11:27.120Z] [2024-08-07T12:11:27.120Z] #53 [security-spire-agent internal] load build context [2024-08-07T12:11:27.120Z] #53 transferring context: 27.13kB 0.3s done [2024-08-07T12:11:27.120Z] #53 DONE 2.1s [2024-08-07T12:11:27.120Z] [2024-08-07T12:11:27.120Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:27.120Z] #54 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.5s done [2024-08-07T12:11:27.120Z] #54 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-07T12:11:27.120Z] #54 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-07T12:11:27.706Z] #54 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-07T12:11:27.706Z] #54 ... [2024-08-07T12:11:27.706Z] [2024-08-07T12:11:27.706Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T12:11:27.985Z] #55 ... [2024-08-07T12:11:27.985Z] [2024-08-07T12:11:27.985Z] #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:11:27.985Z] #0 9.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:27.985Z] #0 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:27.985Z] #56 ... [2024-08-07T12:11:27.985Z] [2024-08-07T12:11:27.985Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:28.253Z] #49 ... [2024-08-07T12:11:28.253Z] [2024-08-07T12:11:28.253Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:11:28.253Z] #57 ... [2024-08-07T12:11:28.253Z] [2024-08-07T12:11:28.253Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:28.521Z] #49 ... [2024-08-07T12:11:28.521Z] [2024-08-07T12:11:28.521Z] #58 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T12:11:28.521Z] #58 ... [2024-08-07T12:11:28.521Z] [2024-08-07T12:11:28.521Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:29.107Z] #49 ... [2024-08-07T12:11:29.107Z] [2024-08-07T12:11:29.107Z] #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T12:11:29.107Z] #59 ... [2024-08-07T12:11:29.107Z] [2024-08-07T12:11:29.107Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T12:11:29.375Z] #60 ... [2024-08-07T12:11:29.375Z] [2024-08-07T12:11:29.375Z] #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:29.375Z] #61 ... [2024-08-07T12:11:29.375Z] [2024-08-07T12:11:29.375Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:29.375Z] #54 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.8s done [2024-08-07T12:11:29.375Z] #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 1.0s [2024-08-07T12:11:29.375Z] #54 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-08-07T12:11:29.646Z] #54 ... [2024-08-07T12:11:29.646Z] [2024-08-07T12:11:29.646Z] #59 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T12:11:29.646Z] #59 DONE 10.4s [2024-08-07T12:11:29.646Z] [2024-08-07T12:11:29.646Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:29.646Z] #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.1s [2024-08-07T12:11:29.646Z] #54 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-08-07T12:11:29.646Z] #54 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 1.1s [2024-08-07T12:11:29.646Z] #54 ... [2024-08-07T12:11:29.646Z] [2024-08-07T12:11:29.646Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T12:11:29.646Z] #62 ... [2024-08-07T12:11:29.646Z] [2024-08-07T12:11:29.646Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:29.646Z] #63 ... [2024-08-07T12:11:29.646Z] [2024-08-07T12:11:29.646Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:29.915Z] #54 ... [2024-08-07T12:11:29.915Z] [2024-08-07T12:11:29.915Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T12:11:29.915Z] #64 ... [2024-08-07T12:11:29.915Z] [2024-08-07T12:11:29.915Z] #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T12:11:30.185Z] #65 ... [2024-08-07T12:11:30.185Z] [2024-08-07T12:11:30.185Z] #66 [core-common-config-bootstrapper internal] load build context [2024-08-07T12:11:30.185Z] #66 transferring context: 2.98MB 6.7s done [2024-08-07T12:11:30.185Z] #66 DONE 8.7s [2024-08-07T12:11:30.185Z] [2024-08-07T12:11:30.185Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:30.185Z] #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done [2024-08-07T12:11:30.185Z] #54 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.7s [2024-08-07T12:11:30.185Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 1.7s [2024-08-07T12:11:30.185Z] #54 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done [2024-08-07T12:11:31.164Z] #54 ... [2024-08-07T12:11:31.164Z] [2024-08-07T12:11:31.164Z] #49 [core-metadata internal] load build context [2024-08-07T12:11:31.164Z] #49 transferring context: 2.98MB 7.4s done [2024-08-07T12:11:31.164Z] #49 DONE 9.8s [2024-08-07T12:11:31.164Z] [2024-08-07T12:11:31.164Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:31.164Z] #54 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.2s done [2024-08-07T12:11:31.164Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.26MB / 28.04MB 2.7s [2024-08-07T12:11:31.164Z] #54 ... [2024-08-07T12:11:31.164Z] [2024-08-07T12:11:31.164Z] #67 [security-proxy-setup internal] load build context [2024-08-07T12:11:31.164Z] #67 transferring context: 2.98MB 7.1s done [2024-08-07T12:11:31.449Z] #67 ... [2024-08-07T12:11:31.449Z] [2024-08-07T12:11:31.449Z] #68 [support-cron-scheduler internal] load build context [2024-08-07T12:11:31.449Z] #68 transferring context: 2.98MB 7.7s done [2024-08-07T12:11:31.449Z] #68 DONE 10.2s [2024-08-07T12:11:31.449Z] [2024-08-07T12:11:31.449Z] #69 [security-proxy-auth internal] load build context [2024-08-07T12:11:31.724Z] #69 ... [2024-08-07T12:11:31.724Z] [2024-08-07T12:11:31.724Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T12:11:31.724Z] #60 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:31.994Z] #60 ... [2024-08-07T12:11:31.994Z] [2024-08-07T12:11:31.994Z] #67 [security-proxy-setup internal] load build context [2024-08-07T12:11:31.994Z] #67 DONE 10.8s [2024-08-07T12:11:31.994Z] [2024-08-07T12:11:31.994Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:32.266Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 3.8s [2024-08-07T12:11:32.549Z] #54 ... [2024-08-07T12:11:32.549Z] [2024-08-07T12:11:32.549Z] #56 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:11:32.549Z] #56 12.89 OK: 266 MiB in 52 packages [2024-08-07T12:11:32.549Z] #56 DONE 15.8s [2024-08-07T12:11:32.549Z] [2024-08-07T12:11:32.549Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:32.549Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 4.2s [2024-08-07T12:11:33.144Z] #54 ... [2024-08-07T12:11:33.144Z] [2024-08-07T12:11:33.144Z] #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-07T12:11:33.144Z] #62 DONE 13.4s [2024-08-07T12:11:33.144Z] [2024-08-07T12:11:33.144Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:33.144Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 4.8s [2024-08-07T12:11:33.144Z] #54 ... [2024-08-07T12:11:33.144Z] [2024-08-07T12:11:33.144Z] #69 [security-proxy-auth internal] load build context [2024-08-07T12:11:33.144Z] #69 transferring context: 2.98MB 10.6s done [2024-08-07T12:11:33.144Z] #69 DONE 12.2s [2024-08-07T12:11:33.144Z] [2024-08-07T12:11:33.144Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:33.738Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 5.4s [2024-08-07T12:11:34.716Z] #54 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-07T12:11:34.716Z] #54 ... [2024-08-07T12:11:34.716Z] [2024-08-07T12:11:34.716Z] #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:11:34.716Z] #70 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.5s done [2024-08-07T12:11:34.716Z] #70 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-07T12:11:34.716Z] #70 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-07T12:11:34.716Z] #70 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-07T12:11:34.716Z] #70 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.7s done [2024-08-07T12:11:34.716Z] #70 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.4s done [2024-08-07T12:11:34.716Z] #70 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-08-07T12:11:34.716Z] #70 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 4.54MB / 18.32MB 6.1s [2024-08-07T12:11:34.716Z] #70 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 3.7s done [2024-08-07T12:11:34.716Z] #70 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-07T12:11:34.716Z] #70 ... [2024-08-07T12:11:34.716Z] [2024-08-07T12:11:34.716Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:34.716Z] #54 ... [2024-08-07T12:11:34.716Z] [2024-08-07T12:11:34.716Z] #57 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-07T12:11:34.716Z] #57 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:34.716Z] #57 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:34.716Z] #57 15.49 OK: 266 MiB in 52 packages [2024-08-07T12:11:34.716Z] #57 DONE 16.9s [2024-08-07T12:11:34.716Z] [2024-08-07T12:11:34.716Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:34.989Z] #54 ... [2024-08-07T12:11:34.989Z] [2024-08-07T12:11:34.989Z] #71 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:11:34.989Z] #71 DONE 2.2s [2024-08-07T12:11:34.989Z] [2024-08-07T12:11:34.989Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:34.989Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 6.7s [2024-08-07T12:11:35.258Z] #54 ... [2024-08-07T12:11:35.258Z] [2024-08-07T12:11:35.258Z] #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:11:35.540Z] #72 ... [2024-08-07T12:11:35.540Z] [2024-08-07T12:11:35.540Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T12:11:35.540Z] #73 ... [2024-08-07T12:11:35.540Z] [2024-08-07T12:11:35.540Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:36.151Z] #54 ... [2024-08-07T12:11:36.151Z] [2024-08-07T12:11:36.151Z] #58 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-07T12:11:36.151Z] #58 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:36.151Z] #58 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:36.151Z] #58 16.49 OK: 266 MiB in 52 packages [2024-08-07T12:11:36.151Z] #58 DONE 17.9s [2024-08-07T12:11:36.151Z] [2024-08-07T12:11:36.151Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:36.432Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 7.9s [2024-08-07T12:11:36.432Z] #54 ... [2024-08-07T12:11:36.432Z] [2024-08-07T12:11:36.432Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:11:36.432Z] #74 DONE 1.6s [2024-08-07T12:11:36.432Z] [2024-08-07T12:11:36.432Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:36.716Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 8.4s [2024-08-07T12:11:37.307Z] #54 ... [2024-08-07T12:11:37.307Z] [2024-08-07T12:11:37.307Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:11:37.307Z] #75 DONE 1.2s [2024-08-07T12:11:37.307Z] [2024-08-07T12:11:37.308Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:37.308Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 8.8s [2024-08-07T12:11:37.576Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.45MB / 28.04MB 9.1s [2024-08-07T12:11:38.176Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 9.8s [2024-08-07T12:11:38.768Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 10.2s [2024-08-07T12:11:38.768Z] #54 ... [2024-08-07T12:11:38.768Z] [2024-08-07T12:11:38.768Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T12:11:38.768Z] #55 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:38.768Z] #55 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:38.768Z] #55 16.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:11:38.768Z] #55 16.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:11:38.768Z] #55 16.02 OK: 19953 distinct packages available [2024-08-07T12:11:38.768Z] #55 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:38.768Z] #55 19.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:38.768Z] #55 ... [2024-08-07T12:11:38.768Z] [2024-08-07T12:11:38.768Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:39.039Z] #54 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-08-07T12:11:39.039Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.8s [2024-08-07T12:11:39.311Z] #54 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.9s done [2024-08-07T12:11:39.580Z] #54 ... [2024-08-07T12:11:39.580Z] [2024-08-07T12:11:39.580Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T12:11:39.852Z] #76 ... [2024-08-07T12:11:39.852Z] [2024-08-07T12:11:39.852Z] #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:11:39.852Z] #70 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 10.7s done [2024-08-07T12:11:39.852Z] #70 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-08-07T12:11:39.852Z] #70 ... [2024-08-07T12:11:39.852Z] [2024-08-07T12:11:39.852Z] #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:11:39.852Z] #72 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:40.442Z] #72 ... [2024-08-07T12:11:40.442Z] [2024-08-07T12:11:40.442Z] #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-07T12:11:40.442Z] #60 13.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:40.442Z] #60 19.23 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:40.442Z] #60 19.23 (2/2) Installing su-exec (0.2-r3) [2024-08-07T12:11:40.442Z] #60 19.24 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:40.442Z] #60 19.41 OK: 8 MiB in 17 packages [2024-08-07T12:11:40.442Z] #60 DONE 21.4s [2024-08-07T12:11:40.715Z] [2024-08-07T12:11:40.715Z] #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T12:11:42.686Z] #77 ... [2024-08-07T12:11:42.686Z] [2024-08-07T12:11:42.686Z] #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:42.686Z] #61 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:42.686Z] #61 15.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:42.686Z] #61 21.29 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:42.686Z] #61 21.39 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:42.686Z] #61 21.50 OK: 8 MiB in 16 packages [2024-08-07T12:11:42.686Z] #61 ... [2024-08-07T12:11:42.686Z] [2024-08-07T12:11:42.686Z] #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:11:42.686Z] #72 17.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:42.956Z] #72 ... [2024-08-07T12:11:42.956Z] [2024-08-07T12:11:42.956Z] #61 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:42.956Z] #61 DONE 24.7s [2024-08-07T12:11:42.956Z] [2024-08-07T12:11:42.956Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:42.956Z] #63 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:42.956Z] #63 15.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:42.956Z] #63 21.59 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:42.956Z] #63 21.68 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:42.956Z] #63 21.83 OK: 8 MiB in 16 packages [2024-08-07T12:11:42.956Z] #63 ... [2024-08-07T12:11:42.956Z] [2024-08-07T12:11:42.956Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:42.956Z] #0 9.838 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:43.235Z] #78 ... [2024-08-07T12:11:43.235Z] [2024-08-07T12:11:43.235Z] #79 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-08-07T12:11:43.846Z] #79 ... [2024-08-07T12:11:43.846Z] [2024-08-07T12:11:43.846Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T12:11:43.846Z] #64 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:43.846Z] #64 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:43.846Z] #64 21.32 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:11:43.846Z] #64 21.32 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:11:43.846Z] #64 21.32 OK: 19946 distinct packages available [2024-08-07T12:11:43.846Z] #64 22.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:43.846Z] #64 ... [2024-08-07T12:11:43.846Z] [2024-08-07T12:11:43.846Z] #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T12:11:43.846Z] #42 13.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:43.846Z] #42 16.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:43.846Z] #42 21.73 (1/4) Installing ca-certificates (20240226-r0) [2024-08-07T12:11:43.846Z] #42 22.32 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:43.846Z] #42 22.35 (3/4) Installing su-exec (0.2-r3) [2024-08-07T12:11:43.846Z] #42 22.40 (4/4) Installing yq (4.33.3-r5) [2024-08-07T12:11:44.115Z] #42 ... [2024-08-07T12:11:44.115Z] [2024-08-07T12:11:44.115Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T12:11:44.115Z] #55 25.40 OK: 266 MiB in 52 packages [2024-08-07T12:11:44.115Z] #55 ... [2024-08-07T12:11:44.115Z] [2024-08-07T12:11:44.115Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:44.115Z] #63 DONE 24.6s [2024-08-07T12:11:44.115Z] [2024-08-07T12:11:44.115Z] #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T12:11:44.115Z] #65 14.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:44.115Z] #65 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:44.115Z] #65 22.65 (1/2) Installing ca-certificates (20240226-r0) [2024-08-07T12:11:44.115Z] #65 23.22 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:44.115Z] #65 23.23 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:44.115Z] #65 23.39 Executing ca-certificates-20240226-r0.trigger [2024-08-07T12:11:44.386Z] #65 ... [2024-08-07T12:11:44.386Z] [2024-08-07T12:11:44.386Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:11:44.988Z] #80 ... [2024-08-07T12:11:44.988Z] [2024-08-07T12:11:44.988Z] #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:11:44.988Z] #81 ... [2024-08-07T12:11:44.988Z] [2024-08-07T12:11:44.988Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:44.988Z] #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.7s [2024-08-07T12:11:46.417Z] #54 ... [2024-08-07T12:11:46.417Z] [2024-08-07T12:11:46.417Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-07T12:11:46.417Z] #55 DONE 28.3s [2024-08-07T12:11:46.417Z] [2024-08-07T12:11:46.417Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:46.417Z] #54 ... [2024-08-07T12:11:46.417Z] [2024-08-07T12:11:46.417Z] #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:11:46.688Z] #82 ... [2024-08-07T12:11:46.688Z] [2024-08-07T12:11:46.688Z] #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:11:47.658Z] #83 ... [2024-08-07T12:11:47.658Z] [2024-08-07T12:11:47.658Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-07T12:11:47.658Z] #65 24.59 OK: 9 MiB in 17 packages [2024-08-07T12:11:47.658Z] #65 DONE 27.7s [2024-08-07T12:11:47.658Z] [2024-08-07T12:11:47.658Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T12:11:47.658Z] #76 12.43 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:47.658Z] #76 15.62 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:47.658Z] #76 ... [2024-08-07T12:11:47.658Z] [2024-08-07T12:11:47.658Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:11:47.927Z] #84 ... [2024-08-07T12:11:47.928Z] [2024-08-07T12:11:47.928Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:48.209Z] #54 ... [2024-08-07T12:11:48.209Z] [2024-08-07T12:11:48.209Z] #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:11:48.209Z] #83 DONE 2.0s [2024-08-07T12:11:48.209Z] [2024-08-07T12:11:48.209Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:48.209Z] #54 ... [2024-08-07T12:11:48.209Z] [2024-08-07T12:11:48.209Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T12:11:48.209Z] #47 15.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:48.209Z] #47 18.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:48.209Z] #47 ... [2024-08-07T12:11:48.209Z] [2024-08-07T12:11:48.209Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:48.794Z] #54 ... [2024-08-07T12:11:48.794Z] [2024-08-07T12:11:48.794Z] #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-07T12:11:48.794Z] #42 24.43 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:48.794Z] #42 24.67 Executing ca-certificates-20240226-r0.trigger [2024-08-07T12:11:48.794Z] #42 26.89 OK: 18 MiB in 19 packages [2024-08-07T12:11:48.794Z] #42 DONE 28.9s [2024-08-07T12:11:48.794Z] [2024-08-07T12:11:48.794Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:49.387Z] #54 ... [2024-08-07T12:11:49.387Z] [2024-08-07T12:11:49.387Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T12:11:49.387Z] #73 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:49.387Z] #73 16.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:49.387Z] #73 ... [2024-08-07T12:11:49.387Z] [2024-08-07T12:11:49.387Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:50.375Z] #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.8s [2024-08-07T12:11:51.791Z] #54 ... [2024-08-07T12:11:51.791Z] [2024-08-07T12:11:51.791Z] #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:11:51.791Z] #70 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.9s [2024-08-07T12:11:51.791Z] #70 ... [2024-08-07T12:11:51.791Z] [2024-08-07T12:11:51.791Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:53.754Z] #54 ... [2024-08-07T12:11:53.754Z] [2024-08-07T12:11:53.754Z] #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-07T12:11:53.754Z] #47 27.36 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:53.754Z] #47 27.42 (2/4) Installing openssl (3.1.6-r0) [2024-08-07T12:11:53.754Z] #47 27.58 (3/4) Installing su-exec (0.2-r3) [2024-08-07T12:11:53.754Z] #47 27.62 (4/4) Installing yq (4.33.3-r5) [2024-08-07T12:11:53.754Z] #47 28.84 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:53.754Z] #47 29.09 OK: 18 MiB in 19 packages [2024-08-07T12:11:53.754Z] #47 DONE 31.4s [2024-08-07T12:11:53.754Z] [2024-08-07T12:11:53.754Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:54.726Z] #54 ... [2024-08-07T12:11:54.726Z] [2024-08-07T12:11:54.726Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T12:11:54.726Z] #64 24.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:54.726Z] #64 32.26 (1/11) Installing ca-certificates (20240226-r0) [2024-08-07T12:11:54.726Z] #64 32.67 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-07T12:11:54.726Z] #64 32.79 (3/11) Installing libunistring (1.1-r1) [2024-08-07T12:11:54.726Z] #64 33.06 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-07T12:11:54.726Z] #64 33.14 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-07T12:11:54.726Z] #64 33.19 (6/11) Installing libcurl (8.9.0-r0) [2024-08-07T12:11:54.726Z] #64 33.32 (7/11) Installing curl (8.9.0-r0) [2024-08-07T12:11:54.726Z] #64 33.41 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:54.726Z] #64 33.42 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-07T12:11:54.726Z] #64 33.46 (10/11) Installing libucontext (1.2-r2) [2024-08-07T12:11:54.726Z] #64 33.49 (11/11) Installing gcompat (1.1.0-r1) [2024-08-07T12:11:54.726Z] #64 33.59 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:54.726Z] #64 33.80 Executing ca-certificates-20240226-r0.trigger [2024-08-07T12:11:54.999Z] #64 ... [2024-08-07T12:11:54.999Z] [2024-08-07T12:11:54.999Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:55.276Z] #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.8s [2024-08-07T12:11:55.864Z] #54 ... [2024-08-07T12:11:55.864Z] [2024-08-07T12:11:55.864Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:55.864Z] #78 12.90 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:55.864Z] #78 21.41 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-07T12:11:55.864Z] #78 22.43 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:11:55.864Z] #78 22.55 OK: 8 MiB in 16 packages [2024-08-07T12:11:55.864Z] #78 ... [2024-08-07T12:11:55.864Z] [2024-08-07T12:11:55.864Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:56.466Z] #54 ... [2024-08-07T12:11:56.466Z] [2024-08-07T12:11:56.466Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-07T12:11:56.466Z] #76 24.32 OK: 266 MiB in 52 packages [2024-08-07T12:11:56.466Z] #76 DONE 26.9s [2024-08-07T12:11:56.466Z] [2024-08-07T12:11:56.466Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:56.768Z] #158 ... [2024-08-07T12:11:56.768Z] [2024-08-07T12:11:56.768Z] #157 [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-07T12:11:56.768Z] #157 106.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T12:11:57.432Z] #54 ... [2024-08-07T12:11:57.432Z] [2024-08-07T12:11:57.432Z] #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-07T12:11:57.432Z] #85 DONE 1.0s [2024-08-07T12:11:57.432Z] [2024-08-07T12:11:57.432Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:57.708Z] #54 ... [2024-08-07T12:11:57.708Z] [2024-08-07T12:11:57.708Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:11:57.708Z] #0 6.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:57.708Z] #0 9.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:57.708Z] #86 ... [2024-08-07T12:11:57.708Z] [2024-08-07T12:11:57.708Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:57.976Z] #54 ... [2024-08-07T12:11:57.976Z] [2024-08-07T12:11:57.976Z] #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-07T12:11:57.976Z] #78 DONE 25.1s [2024-08-07T12:11:57.976Z] [2024-08-07T12:11:57.976Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:58.245Z] #54 ... [2024-08-07T12:11:58.245Z] [2024-08-07T12:11:58.245Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:11:58.245Z] #87 ... [2024-08-07T12:11:58.245Z] [2024-08-07T12:11:58.245Z] #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:11:58.245Z] #70 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 15.8s done [2024-08-07T12:11:58.836Z] #70 ... [2024-08-07T12:11:58.836Z] [2024-08-07T12:11:58.836Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:58.836Z] #54 ... [2024-08-07T12:11:58.836Z] [2024-08-07T12:11:58.836Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-07T12:11:58.836Z] #64 35.65 OK: 13 MiB in 26 packages [2024-08-07T12:11:58.836Z] #64 DONE 39.0s [2024-08-07T12:11:58.836Z] [2024-08-07T12:11:58.836Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:59.104Z] #54 ... [2024-08-07T12:11:59.104Z] [2024-08-07T12:11:59.104Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T12:11:59.104Z] #0 6.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:59.104Z] #0 8.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:59.372Z] #88 ... [2024-08-07T12:11:59.372Z] [2024-08-07T12:11:59.372Z] #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-07T12:11:59.372Z] #70 DONE 34.6s [2024-08-07T12:11:59.372Z] [2024-08-07T12:11:59.372Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:11:59.641Z] #54 ... [2024-08-07T12:11:59.641Z] [2024-08-07T12:11:59.641Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T12:11:59.641Z] #73 24.24 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:11:59.641Z] #73 24.24 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:11:59.641Z] #73 24.24 OK: 19946 distinct packages available [2024-08-07T12:11:59.641Z] #73 26.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:59.641Z] #73 28.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:11:59.641Z] #73 ... [2024-08-07T12:11:59.641Z] [2024-08-07T12:11:59.641Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:00.043Z] #157 ... [2024-08-07T12:12:00.043Z] [2024-08-07T12:12:00.043Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T12:12:00.043Z] #154 DONE 113.3s [2024-08-07T12:12:00.303Z] [2024-08-07T12:12:00.303Z] #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T12:12:00.303Z] #158 DONE 113.5s [2024-08-07T12:12:00.303Z] [2024-08-07T12:12:00.303Z] #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-07T12:12:00.562Z] #150 ... [2024-08-07T12:12:00.562Z] [2024-08-07T12:12:00.562Z] #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T12:12:00.562Z] #159 ... [2024-08-07T12:12:00.562Z] [2024-08-07T12:12:00.562Z] #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-07T12:12:00.562Z] #150 DONE 113.7s [2024-08-07T12:12:00.615Z] #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.9s [2024-08-07T12:12:00.896Z] #54 ... [2024-08-07T12:12:00.896Z] [2024-08-07T12:12:00.896Z] #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T12:12:00.896Z] #77 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:00.896Z] #77 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:00.896Z] #77 ... [2024-08-07T12:12:00.896Z] [2024-08-07T12:12:00.896Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:00.908Z] [2024-08-07T12:12:00.908Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T12:12:00.908Z] #155 DONE 113.9s [2024-08-07T12:12:00.908Z] [2024-08-07T12:12:00.908Z] #157 [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-07T12:12:00.908Z] #157 DONE 113.9s [2024-08-07T12:12:00.908Z] [2024-08-07T12:12:00.908Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T12:12:00.908Z] #156 ... [2024-08-07T12:12:00.908Z] [2024-08-07T12:12:00.908Z] #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:01.849Z] #160 ... [2024-08-07T12:12:01.849Z] [2024-08-07T12:12:01.849Z] #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T12:12:01.849Z] #159 DONE 1.4s [2024-08-07T12:12:01.849Z] [2024-08-07T12:12:01.849Z] #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T12:12:01.859Z] #54 ... [2024-08-07T12:12:01.859Z] [2024-08-07T12:12:01.859Z] #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:12:01.859Z] #72 26.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-07T12:12:01.859Z] #72 26.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-07T12:12:01.859Z] #72 26.68 OK: 19946 distinct packages available [2024-08-07T12:12:01.859Z] #72 28.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:01.859Z] #72 30.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:02.106Z] #161 ... [2024-08-07T12:12:02.106Z] [2024-08-07T12:12:02.106Z] #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:02.106Z] #160 DONE 1.3s [2024-08-07T12:12:02.106Z] [2024-08-07T12:12:02.106Z] #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:02.106Z] #162 DONE 0.8s [2024-08-07T12:12:02.128Z] #72 ... [2024-08-07T12:12:02.128Z] [2024-08-07T12:12:02.128Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:12:02.128Z] #80 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:02.128Z] #80 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:02.128Z] #80 17.50 OK: 8 MiB in 16 packages [2024-08-07T12:12:02.128Z] #80 ... [2024-08-07T12:12:02.128Z] [2024-08-07T12:12:02.128Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:02.363Z] [2024-08-07T12:12:02.363Z] #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:02.363Z] #163 DONE 1.4s [2024-08-07T12:12:02.363Z] [2024-08-07T12:12:02.363Z] #164 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:02.363Z] #164 DONE 1.2s [2024-08-07T12:12:02.363Z] [2024-08-07T12:12:02.363Z] #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:03.092Z] #54 ... [2024-08-07T12:12:03.092Z] [2024-08-07T12:12:03.092Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:12:03.092Z] #80 DONE 18.6s [2024-08-07T12:12:03.092Z] [2024-08-07T12:12:03.092Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:03.328Z] #165 ... [2024-08-07T12:12:03.328Z] [2024-08-07T12:12:03.328Z] #166 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:03.328Z] #166 DONE 1.2s [2024-08-07T12:12:03.586Z] [2024-08-07T12:12:03.586Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:03.680Z] #54 ... [2024-08-07T12:12:03.680Z] [2024-08-07T12:12:03.680Z] #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T12:12:03.680Z] #0 7.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:03.843Z] #167 DONE 1.4s [2024-08-07T12:12:03.843Z] [2024-08-07T12:12:03.843Z] #168 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:03.843Z] #168 DONE 1.5s [2024-08-07T12:12:03.843Z] [2024-08-07T12:12:03.843Z] #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:03.843Z] #165 DONE 1.4s [2024-08-07T12:12:03.843Z] [2024-08-07T12:12:03.843Z] #169 [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-07T12:12:03.956Z] #89 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:03.956Z] #89 ... [2024-08-07T12:12:03.956Z] [2024-08-07T12:12:03.956Z] #79 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-08-07T12:12:03.956Z] #79 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:03.956Z] #79 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:03.956Z] #79 ... [2024-08-07T12:12:03.956Z] [2024-08-07T12:12:03.956Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:04.102Z] #169 ... [2024-08-07T12:12:04.102Z] [2024-08-07T12:12:04.102Z] #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T12:12:04.102Z] #161 DONE 2.3s [2024-08-07T12:12:04.102Z] [2024-08-07T12:12:04.102Z] #170 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-07T12:12:04.102Z] #170 DONE 0.5s [2024-08-07T12:12:04.102Z] [2024-08-07T12:12:04.102Z] #171 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:04.227Z] #54 ... [2024-08-07T12:12:04.227Z] [2024-08-07T12:12:04.227Z] #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-07T12:12:04.227Z] #73 36.66 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-07T12:12:04.227Z] #73 36.70 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-07T12:12:04.227Z] #73 36.76 (3/4) Installing libucontext (1.2-r2) [2024-08-07T12:12:04.227Z] #73 36.78 (4/4) Installing gcompat (1.1.0-r1) [2024-08-07T12:12:04.227Z] #73 36.82 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:12:04.227Z] #73 36.99 OK: 8 MiB in 19 packages [2024-08-07T12:12:04.227Z] #73 DONE 38.7s [2024-08-07T12:12:04.227Z] [2024-08-07T12:12:04.227Z] #54 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:04.227Z] #54 ... [2024-08-07T12:12:04.227Z] [2024-08-07T12:12:04.227Z] #77 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-07T12:12:04.227Z] #77 21.74 OK: 8 MiB in 17 packages [2024-08-07T12:12:04.227Z] #77 DONE 23.8s [2024-08-07T12:12:04.359Z] #171 ... [2024-08-07T12:12:04.359Z] [2024-08-07T12:12:04.359Z] #172 [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-07T12:12:04.359Z] #172 DONE 0.6s [2024-08-07T12:12:04.359Z] [2024-08-07T12:12:04.359Z] #169 [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-07T12:12:04.359Z] #169 DONE 0.7s [2024-08-07T12:12:04.359Z] [2024-08-07T12:12:04.359Z] #173 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T12:12:04.521Z] [2024-08-07T12:12:04.521Z] #90 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T12:12:04.622Z] #173 ... [2024-08-07T12:12:04.622Z] [2024-08-07T12:12:04.622Z] #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-07T12:12:04.622Z] #174 DONE 0.7s [2024-08-07T12:12:04.622Z] [2024-08-07T12:12:04.622Z] #171 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:12:04.622Z] #171 DONE 0.6s [2024-08-07T12:12:04.622Z] [2024-08-07T12:12:04.622Z] #175 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:04.972Z] #175 ... [2024-08-07T12:12:04.972Z] [2024-08-07T12:12:04.972Z] #176 [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-07T12:12:04.972Z] #176 DONE 0.7s [2024-08-07T12:12:04.972Z] [2024-08-07T12:12:04.972Z] #107 [security-spiffe-token-provider] exporting to image [2024-08-07T12:12:04.972Z] #107 exporting layers [2024-08-07T12:12:05.288Z] #107 ... [2024-08-07T12:12:05.289Z] [2024-08-07T12:12:05.289Z] #173 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T12:12:05.289Z] #173 DONE 0.8s [2024-08-07T12:12:05.289Z] [2024-08-07T12:12:05.289Z] #177 [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-07T12:12:05.289Z] #177 DONE 0.7s [2024-08-07T12:12:05.289Z] [2024-08-07T12:12:05.289Z] #178 [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-07T12:12:05.546Z] #178 ... [2024-08-07T12:12:05.546Z] [2024-08-07T12:12:05.546Z] #179 [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-07T12:12:05.546Z] #179 DONE 1.0s [2024-08-07T12:12:05.546Z] [2024-08-07T12:12:05.546Z] #175 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:12:05.546Z] #175 DONE 0.9s [2024-08-07T12:12:05.546Z] [2024-08-07T12:12:05.546Z] #180 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T12:12:06.491Z] #90 ... [2024-08-07T12:12:06.491Z] [2024-08-07T12:12:06.491Z] #54 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-07T12:12:06.491Z] #54 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.7s done [2024-08-07T12:12:06.491Z] #54 DONE 42.0s [2024-08-07T12:12:06.492Z] #180 ... [2024-08-07T12:12:06.492Z] [2024-08-07T12:12:06.493Z] #178 [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-07T12:12:06.493Z] #178 DONE 0.8s [2024-08-07T12:12:06.493Z] [2024-08-07T12:12:06.493Z] #181 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-07T12:12:06.493Z] #181 DONE 1.2s [2024-08-07T12:12:06.493Z] [2024-08-07T12:12:06.493Z] #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T12:12:06.493Z] #182 ... [2024-08-07T12:12:06.493Z] [2024-08-07T12:12:06.493Z] #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:12:06.493Z] #183 DONE 1.0s [2024-08-07T12:12:06.493Z] [2024-08-07T12:12:06.493Z] #180 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T12:12:06.493Z] #180 DONE 1.0s [2024-08-07T12:12:06.752Z] [2024-08-07T12:12:06.752Z] #107 [security-spiffe-token-provider] exporting to image [2024-08-07T12:12:06.752Z] #107 exporting layers 1.5s done [2024-08-07T12:12:06.752Z] #107 writing image sha256:acbf91c376a06b8a0b3d298ad82a93ad2ce344b071e453a32cc59dcda55e91e9 done [2024-08-07T12:12:06.752Z] #107 naming to docker.io/library/security-spiffe-token-provider done [2024-08-07T12:12:06.752Z] #107 DONE 2.9s [2024-08-07T12:12:06.752Z] [2024-08-07T12:12:06.752Z] #184 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T12:12:06.764Z] [2024-08-07T12:12:06.764Z] #86 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:12:06.764Z] #86 18.07 OK: 9 MiB in 17 packages [2024-08-07T12:12:06.764Z] #86 DONE 19.3s [2024-08-07T12:12:06.764Z] [2024-08-07T12:12:06.764Z] #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-07T12:12:06.764Z] #72 39.53 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-07T12:12:06.764Z] #72 39.61 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-07T12:12:06.764Z] #72 39.63 (3/5) Installing libucontext (1.2-r2) [2024-08-07T12:12:06.764Z] #72 39.67 (4/5) Installing gcompat (1.1.0-r1) [2024-08-07T12:12:06.764Z] #72 39.75 (5/5) Installing openssl (3.1.6-r0) [2024-08-07T12:12:06.764Z] #72 40.04 Executing busybox-1.36.1-r7.trigger [2024-08-07T12:12:06.764Z] #72 40.40 OK: 9 MiB in 20 packages [2024-08-07T12:12:07.012Z] #184 ... [2024-08-07T12:12:07.013Z] [2024-08-07T12:12:07.013Z] #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T12:12:07.013Z] #182 DONE 0.6s [2024-08-07T12:12:07.031Z] #72 DONE 41.7s [2024-08-07T12:12:07.031Z] [2024-08-07T12:12:07.031Z] #91 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-08-07T12:12:07.271Z] [2024-08-07T12:12:07.271Z] #184 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T12:12:07.271Z] #184 DONE 0.7s [2024-08-07T12:12:07.271Z] [2024-08-07T12:12:07.271Z] #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-07T12:12:07.301Z] #91 ... [2024-08-07T12:12:07.301Z] [2024-08-07T12:12:07.301Z] #79 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2024-08-07T12:12:07.301Z] #79 22.24 OK: 8 MiB in 16 packages [2024-08-07T12:12:07.301Z] #79 DONE 25.6s [2024-08-07T12:12:07.301Z] [2024-08-07T12:12:07.301Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T12:12:07.301Z] #88 17.02 OK: 18 MiB in 19 packages [2024-08-07T12:12:07.530Z] #185 ... [2024-08-07T12:12:07.530Z] [2024-08-07T12:12:07.530Z] #186 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-07T12:12:07.530Z] #186 DONE 0.9s [2024-08-07T12:12:07.530Z] [2024-08-07T12:12:07.530Z] #187 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T12:12:07.568Z] #88 ... [2024-08-07T12:12:07.568Z] [2024-08-07T12:12:07.568Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:12:07.836Z] #92 ... [2024-08-07T12:12:07.836Z] [2024-08-07T12:12:07.836Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:12:07.836Z] #0 4.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:07.836Z] #0 7.069 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:07.836Z] #93 ... [2024-08-07T12:12:07.836Z] [2024-08-07T12:12:07.836Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-07T12:12:07.836Z] #88 DONE 18.9s [2024-08-07T12:12:07.836Z] [2024-08-07T12:12:07.836Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T12:12:08.099Z] #187 ... [2024-08-07T12:12:08.099Z] [2024-08-07T12:12:08.099Z] #188 [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-07T12:12:08.099Z] #188 DONE 0.8s [2024-08-07T12:12:08.099Z] [2024-08-07T12:12:08.099Z] #189 [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-07T12:12:08.099Z] #189 DONE 1.7s [2024-08-07T12:12:08.365Z] [2024-08-07T12:12:08.365Z] #187 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T12:12:08.365Z] #187 DONE 1.0s [2024-08-07T12:12:08.365Z] [2024-08-07T12:12:08.365Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T12:12:09.752Z] #190 DONE 1.2s [2024-08-07T12:12:09.752Z] [2024-08-07T12:12:09.752Z] #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-07T12:12:09.752Z] #185 DONE 2.4s [2024-08-07T12:12:09.752Z] [2024-08-07T12:12:09.752Z] #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-07T12:12:09.752Z] #191 ... [2024-08-07T12:12:09.752Z] [2024-08-07T12:12:09.752Z] #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-07T12:12:09.752Z] #192 DONE 1.5s [2024-08-07T12:12:09.752Z] [2024-08-07T12:12:09.752Z] #107 [core-common-config-bootstrapper] exporting to image [2024-08-07T12:12:09.752Z] #107 exporting layers 1.5s done [2024-08-07T12:12:09.752Z] #107 writing image sha256:2a28b4a256a8b127a2447c25cebe1d510f32335de86ae50154a7fc8c840ed306 0.0s done [2024-08-07T12:12:09.752Z] #107 naming to docker.io/library/core-common-config-bootstrapper done [2024-08-07T12:12:10.334Z] #107 ... [2024-08-07T12:12:10.334Z] [2024-08-07T12:12:10.334Z] #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-07T12:12:10.334Z] #193 DONE 0.5s [2024-08-07T12:12:10.334Z] [2024-08-07T12:12:10.334Z] #194 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-07T12:12:10.430Z] #94 ... [2024-08-07T12:12:10.430Z] [2024-08-07T12:12:10.430Z] #90 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-07T12:12:10.430Z] #90 DONE 5.7s [2024-08-07T12:12:10.430Z] [2024-08-07T12:12:10.430Z] #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-07T12:12:10.430Z] #95 DONE 0.3s [2024-08-07T12:12:10.430Z] [2024-08-07T12:12:10.430Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:12:10.430Z] #93 11.42 OK: 13 MiB in 26 packages [2024-08-07T12:12:11.022Z] #93 ... [2024-08-07T12:12:11.022Z] [2024-08-07T12:12:11.022Z] #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-07T12:12:11.022Z] #89 16.50 OK: 18 MiB in 19 packages [2024-08-07T12:12:11.022Z] #89 DONE 17.5s [2024-08-07T12:12:11.286Z] #194 DONE 0.8s [2024-08-07T12:12:11.286Z] [2024-08-07T12:12:11.286Z] #195 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T12:12:11.292Z] [2024-08-07T12:12:11.292Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-07T12:12:11.292Z] #93 DONE 12.4s [2024-08-07T12:12:11.292Z] [2024-08-07T12:12:11.292Z] #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-07T12:12:11.547Z] #195 ... [2024-08-07T12:12:11.548Z] [2024-08-07T12:12:11.548Z] #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-07T12:12:11.548Z] #191 DONE 2.2s [2024-08-07T12:12:11.560Z] #96 DONE 0.3s [2024-08-07T12:12:11.560Z] [2024-08-07T12:12:11.560Z] #91 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-08-07T12:12:11.560Z] #91 4.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:11.864Z] [2024-08-07T12:12:11.864Z] #195 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T12:12:11.864Z] #195 DONE 0.7s [2024-08-07T12:12:11.864Z] [2024-08-07T12:12:11.864Z] #107 [security-proxy-setup] exporting to image [2024-08-07T12:12:11.864Z] #107 exporting layers 2.2s done [2024-08-07T12:12:11.864Z] #107 writing image sha256:59214f2b3364cbbef6ffa64cf1e92eaaba13379886d24161ef52e27cd4184f7c done [2024-08-07T12:12:11.864Z] #107 naming to docker.io/library/security-proxy-setup done [2024-08-07T12:12:12.432Z] #107 exporting layers 0.8s done [2024-08-07T12:12:12.432Z] #107 writing image sha256:c15e67fac6eeb8b3a606c10b884e61f60693f12e1b14225769662e942b97a542 done [2024-08-07T12:12:12.432Z] #107 naming to docker.io/library/security-secretstore-setup 0.0s done [2024-08-07T12:12:12.432Z] #107 DONE 7.1s [2024-08-07T12:12:12.432Z] [2024-08-07T12:12:12.432Z] #196 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T12:12:12.525Z] #91 5.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:14.471Z] #91 ... [2024-08-07T12:12:14.472Z] [2024-08-07T12:12:14.472Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-07T12:12:14.472Z] #94 6.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:14.472Z] #94 7.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-07T12:12:14.472Z] #94 9.670 OK: 8 MiB in 19 packages [2024-08-07T12:12:14.472Z] #94 DONE 10.2s [2024-08-07T12:12:14.472Z] [2024-08-07T12:12:14.472Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:12:14.958Z] #196 DONE 2.7s [2024-08-07T12:12:14.958Z] [2024-08-07T12:12:14.958Z] #107 [security-bootstrapper] exporting to image [2024-08-07T12:12:14.958Z] #107 exporting layers 0.5s done [2024-08-07T12:12:14.958Z] #107 writing image sha256:ab9a8a0dc3f5ae182a466cd2361ff940e902a9841cbe3eed98a8880787eef33d done [2024-08-07T12:12:14.958Z] #107 naming to docker.io/library/security-bootstrapper 0.0s done [2024-08-07T12:12:14.958Z] #107 DONE 7.6s [2024-08-07T12:12:14.958Z] [2024-08-07T12:12:14.958Z] #128 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T12:12:15.456Z] #97 ... [2024-08-07T12:12:15.456Z] [2024-08-07T12:12:15.456Z] #91 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-08-07T12:12:15.456Z] #91 7.820 OK: 9 MiB in 20 packages [2024-08-07T12:12:15.456Z] #91 DONE 8.7s [2024-08-07T12:12:15.725Z] [2024-08-07T12:12:15.725Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T12:12:16.316Z] #98 ... [2024-08-07T12:12:16.316Z] [2024-08-07T12:12:16.316Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:12:16.316Z] #97 DONE 2.0s [2024-08-07T12:12:16.582Z] [2024-08-07T12:12:16.582Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-07T12:12:16.582Z] #99 DONE 0.3s [2024-08-07T12:12:16.582Z] [2024-08-07T12:12:16.582Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T12:12:16.855Z] #100 ... [2024-08-07T12:12:16.855Z] [2024-08-07T12:12:16.855Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-07T12:12:16.855Z] #98 DONE 1.2s [2024-08-07T12:12:16.855Z] [2024-08-07T12:12:16.855Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-07T12:12:16.855Z] #100 DONE 0.3s [2024-08-07T12:12:16.855Z] [2024-08-07T12:12:16.855Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T12:12:17.123Z] #101 DONE 0.3s [2024-08-07T12:12:17.123Z] [2024-08-07T12:12:17.123Z] #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-07T12:12:17.394Z] #102 DONE 0.3s [2024-08-07T12:12:17.394Z] [2024-08-07T12:12:17.394Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:12:17.394Z] #103 DONE 1.9s [2024-08-07T12:12:17.394Z] [2024-08-07T12:12:17.394Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-07T12:12:17.976Z] #104 DONE 0.3s [2024-08-07T12:12:17.976Z] [2024-08-07T12:12:17.976Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-07T12:12:17.976Z] #105 DONE 0.3s [2024-08-07T12:12:17.976Z] [2024-08-07T12:12:17.976Z] #106 [security-spire-config] exporting to image [2024-08-07T12:12:17.976Z] #106 exporting layers [2024-08-07T12:12:18.245Z] #106 ... [2024-08-07T12:12:18.245Z] [2024-08-07T12:12:18.245Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-07T12:12:18.245Z] #107 DONE 0.3s [2024-08-07T12:12:18.245Z] [2024-08-07T12:12:18.245Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T12:12:18.245Z] #108 DONE 0.2s [2024-08-07T12:12:18.245Z] [2024-08-07T12:12:18.245Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-07T12:12:18.516Z] #109 DONE 0.2s [2024-08-07T12:12:18.516Z] [2024-08-07T12:12:18.516Z] #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:12:18.781Z] #110 ... [2024-08-07T12:12:18.781Z] [2024-08-07T12:12:18.781Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-07T12:12:18.781Z] #111 DONE 0.2s [2024-08-07T12:12:18.781Z] [2024-08-07T12:12:18.781Z] #106 [security-spire-server] exporting to image [2024-08-07T12:12:19.365Z] #106 ... [2024-08-07T12:12:19.365Z] [2024-08-07T12:12:19.365Z] #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-07T12:12:19.365Z] #110 DONE 2.4s [2024-08-07T12:12:19.365Z] [2024-08-07T12:12:19.365Z] #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-07T12:12:19.365Z] #112 DONE 0.4s [2024-08-07T12:12:19.365Z] [2024-08-07T12:12:19.365Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:12:19.746Z] #87 ... [2024-08-07T12:12:19.746Z] [2024-08-07T12:12:19.746Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-07T12:12:20.034Z] #113 DONE 0.3s [2024-08-07T12:12:20.034Z] [2024-08-07T12:12:20.034Z] #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-07T12:12:20.034Z] #114 DONE 0.3s [2024-08-07T12:12:20.034Z] [2024-08-07T12:12:20.034Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:12:20.344Z] #84 ... [2024-08-07T12:12:20.344Z] [2024-08-07T12:12:20.344Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-07T12:12:20.344Z] #115 DONE 0.3s [2024-08-07T12:12:20.344Z] [2024-08-07T12:12:20.344Z] #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:12:20.632Z] #81 ... [2024-08-07T12:12:20.632Z] [2024-08-07T12:12:20.632Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-07T12:12:20.928Z] #116 DONE 0.3s [2024-08-07T12:12:20.928Z] [2024-08-07T12:12:20.928Z] #106 [security-spire-agent] exporting to image [2024-08-07T12:12:22.403Z] #106 exporting layers 4.5s done [2024-08-07T12:12:22.403Z] #106 writing image sha256:7c0cd50ecdbc29bf597aece8f98abf15ad5074846c24f7a894998559f94e6dbe 0.0s done [2024-08-07T12:12:22.403Z] #106 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-08-07T12:12:23.370Z] #106 exporting layers 4.7s done [2024-08-07T12:12:23.370Z] #106 writing image sha256:c6d0859e8edbe4f54c4c1e7e3b4f39ceabe57f51df01849ad479b379bed15893 0.0s done [2024-08-07T12:12:23.370Z] #106 naming to docker.io/library/security-spire-server-arm64 [2024-08-07T12:12:23.636Z] #106 naming to docker.io/library/security-spire-server-arm64 done [2024-08-07T12:12:23.901Z] #106 exporting layers 3.0s done [2024-08-07T12:12:23.901Z] #106 writing image sha256:e0116de52d93586492ba5f3ed2ae6cb5d4b3b076cb0c572ab5ab7edc4895ce95 done [2024-08-07T12:12:23.901Z] #106 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-07T12:12:23.901Z] #106 DONE 6.0s [2024-08-07T12:12:23.901Z] [2024-08-07T12:12:23.901Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:13:11.232Z] #128 DONE 175.6s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:13:11.232Z] #147 DONE 175.6s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T12:13:11.232Z] #149 DONE 175.6s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T12:13:11.232Z] #156 DONE 175.6s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T12:13:11.232Z] #152 DONE 175.6s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:13:11.232Z] #153 DONE 175.7s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T12:13:11.232Z] #151 DONE 175.8s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:13:11.232Z] #148 DONE 175.7s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #197 DONE 0.5s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #198 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #198 DONE 0.4s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #199 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #199 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #200 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #200 DONE 0.3s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #201 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #201 DONE 0.5s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #202 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #202 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #203 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #204 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #205 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #205 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #206 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #206 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #207 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #207 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #208 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #208 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T12:13:11.232Z] #209 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #210 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #210 DONE 0.5s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #211 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:13:11.232Z] #211 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #212 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #212 CACHED [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #202 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:13:11.232Z] #202 DONE 0.5s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #213 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T12:13:11.232Z] #213 DONE 0.5s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #214 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #215 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T12:13:11.232Z] #215 DONE 2.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-07T12:13:11.232Z] #216 DONE 1.9s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #217 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-07T12:13:11.232Z] #217 DONE 2.3s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #218 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T12:13:11.232Z] #218 DONE 1.9s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #219 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T12:13:11.232Z] #219 DONE 2.0s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #220 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-07T12:13:11.232Z] #220 DONE 2.3s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T12:13:11.232Z] #209 DONE 2.3s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #214 DONE 2.0s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #107 [core-keeper] exporting to image [2024-08-07T12:13:11.232Z] #107 exporting layers [2024-08-07T12:13:11.232Z] #107 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #221 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #221 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #222 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #222 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #223 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #223 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #224 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #224 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-07T12:13:11.232Z] #225 DONE 0.3s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #107 [support-notifications] exporting to image [2024-08-07T12:13:11.232Z] #107 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #226 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #226 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #227 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:13:11.232Z] #227 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #107 [core-command] exporting to image [2024-08-07T12:13:11.232Z] #107 writing image sha256:97bb2286c41f7e3e84519a6a6cf9a077c1c6733df5f67a96da3b126f191d59fd [2024-08-07T12:13:11.232Z] #107 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #228 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T12:13:11.232Z] #228 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #229 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T12:13:11.232Z] #229 DONE 0.2s [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.232Z] #107 [core-metadata] exporting to image [2024-08-07T12:13:11.232Z] #107 writing image sha256:97bb2286c41f7e3e84519a6a6cf9a077c1c6733df5f67a96da3b126f191d59fd done [2024-08-07T12:13:11.232Z] #107 naming to docker.io/library/core-keeper done [2024-08-07T12:13:11.232Z] #107 exporting layers 0.3s done [2024-08-07T12:13:11.232Z] #107 writing image sha256:593a1215288fde205a97b8fc964419ffca31fe2ebd8e0c07206c19ddc3637d7a 0.0s done [2024-08-07T12:13:11.232Z] #107 writing image sha256:a79f28d7064c22b6ec6618f3b2ae8ccb29af00ccf3e406c24d33eddaa0ab24f4 done [2024-08-07T12:13:11.232Z] #107 naming to docker.io/library/support-scheduler done [2024-08-07T12:13:11.232Z] #107 naming to docker.io/library/core-data done [2024-08-07T12:13:11.232Z] #107 writing image sha256:106060253e1c077d67068eace88315172cef06204e4601a0d62cf477d9e85c4a done [2024-08-07T12:13:11.232Z] #107 writing image sha256:edb1b1ac12558bc82dfcbc7a601684c7ca46af3eab2c8be7d5df0143ac0b8d9c done [2024-08-07T12:13:11.232Z] #107 naming to docker.io/library/support-notifications done [2024-08-07T12:13:11.232Z] #107 naming to docker.io/library/support-cron-scheduler done [2024-08-07T12:13:11.232Z] #107 ... [2024-08-07T12:13:11.232Z] [2024-08-07T12:13:11.233Z] #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-07T12:13:11.233Z] #230 DONE 0.4s [2024-08-07T12:13:11.233Z] [2024-08-07T12:13:11.233Z] #107 [core-metadata] exporting to image [2024-08-07T12:13:11.233Z] #107 exporting layers 0.3s done [2024-08-07T12:13:11.233Z] #107 writing image sha256:1b9fd38497893a1a9a6f2fd1e51bd7c1e2a0873bc0d9950de98c6c7a855d0b97 done [2024-08-07T12:13:11.233Z] #107 naming to docker.io/library/core-command done [2024-08-07T12:13:11.233Z] #107 writing image sha256:45ceac051aa7afc782abababfe20b325859bc15f971d1e21eb0803b75f49c442 done [2024-08-07T12:13:11.233Z] #107 naming to docker.io/library/core-metadata done [2024-08-07T12:13:11.233Z] #107 exporting layers 1.0s done [2024-08-07T12:13:11.233Z] #107 writing image sha256:e7bb1e362a1fca2c16edb74af43eb0952a84f107b065b7d1af87e1edd25acff6 done [2024-08-07T12:13:11.233Z] #107 naming to docker.io/library/security-proxy-auth [2024-08-07T12:13:11.233Z] #107 naming to docker.io/library/security-proxy-auth done [2024-08-07T12:13:11.233Z] #107 DONE 9.3s [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:13:11.233Z] time="2024-08-07T12:08:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-07T12:13:11.249Z] $ docker stop --time=1 301457f06c40976e04296294ef2a58820cb8d39788131eb5ccd5d012e072c9a9 [2024-08-07T12:13:12.565Z] $ docker rm -f --volumes 301457f06c40976e04296294ef2a58820cb8d39788131eb5ccd5d012e072c9a9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T12:13:12.899Z] + docker images [2024-08-07T12:13:12.900Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-07T12:13:12.900Z] security-proxy-auth latest e7bb1e362a1f 6 seconds ago 33MB [2024-08-07T12:13:12.900Z] core-data latest 593a1215288f 7 seconds ago 39.5MB [2024-08-07T12:13:12.900Z] core-metadata latest 45ceac051aa7 7 seconds ago 39.7MB [2024-08-07T12:13:12.900Z] support-notifications latest 106060253e1c 7 seconds ago 42.4MB [2024-08-07T12:13:12.900Z] core-keeper latest 97bb2286c41f 7 seconds ago 39.4MB [2024-08-07T12:13:12.900Z] support-scheduler latest a79f28d7064c 7 seconds ago 41.8MB [2024-08-07T12:13:12.900Z] support-cron-scheduler latest edb1b1ac1255 7 seconds ago 42.7MB [2024-08-07T12:13:12.900Z] core-command latest 1b9fd3849789 7 seconds ago 35.4MB [2024-08-07T12:13:12.900Z] security-bootstrapper latest ab9a8a0dc3f5 58 seconds ago 18.9MB [2024-08-07T12:13:12.900Z] security-secretstore-setup latest c15e67fac6ee About a minute ago 37MB [2024-08-07T12:13:12.900Z] security-proxy-setup latest 59214f2b3364 About a minute ago 26.2MB [2024-08-07T12:13:12.900Z] core-common-config-bootstrapper latest 2a28b4a256a8 About a minute ago 15.2MB [2024-08-07T12:13:12.900Z] security-spiffe-token-provider latest acbf91c376a0 About a minute ago 28.8MB [2024-08-07T12:13:12.900Z] security-spire-server latest 03842648a7ee 3 minutes ago 121MB [2024-08-07T12:13:12.900Z] security-spire-config latest df4e7755c466 3 minutes ago 120MB [2024-08-07T12:13:12.900Z] security-spire-agent latest 7f14e1c497eb 3 minutes ago 182MB [2024-08-07T12:13:12.900Z] ci-base-image-x86_64 latest 52fab6bbdfed 7 minutes ago 971MB [2024-08-07T12:13:12.900Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-08-07T12:13:12.900Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-07T12:13:12.900Z] 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-07T12:13:13.032Z] provisioning config files... [2024-08-07T12:13:13.043Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config10930151575085627251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:13:13.370Z] ---> ****-login.sh [2024-08-07T12:13:13.370Z] nexus3.edgexfoundry.org:10001 [2024-08-07T12:13:13.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:13:13.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:13:13.370Z] Configure a credential helper to remove this warning. See [2024-08-07T12:13:13.370Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:13:13.370Z] [2024-08-07T12:13:13.370Z] Login Succeeded [2024-08-07T12:13:13.370Z] nexus3.edgexfoundry.org:10002 [2024-08-07T12:13:13.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:13:13.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:13:13.370Z] Configure a credential helper to remove this warning. See [2024-08-07T12:13:13.370Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:13:13.370Z] [2024-08-07T12:13:13.370Z] Login Succeeded [2024-08-07T12:13:13.370Z] nexus3.edgexfoundry.org:10003 [2024-08-07T12:13:13.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:13:13.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:13:13.631Z] Configure a credential helper to remove this warning. See [2024-08-07T12:13:13.631Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:13:13.631Z] [2024-08-07T12:13:13.631Z] Login Succeeded [2024-08-07T12:13:13.631Z] nexus3.edgexfoundry.org:10004 [2024-08-07T12:13:13.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:13:13.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:13:13.631Z] Configure a credential helper to remove this warning. See [2024-08-07T12:13:13.631Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:13:13.631Z] [2024-08-07T12:13:13.631Z] Login Succeeded [2024-08-07T12:13:13.631Z] ****.io [2024-08-07T12:13:13.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:13:13.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:13:13.891Z] Configure a credential helper to remove this warning. See [2024-08-07T12:13:13.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:13:13.891Z] [2024-08-07T12:13:13.891Z] Login Succeeded [2024-08-07T12:13:13.891Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T12:13:13.899Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:13.947Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T12:13:13.972Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-07T12:13:13.972Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:13.972Z] latest [2024-08-07T12:13:13.972Z] 3.2.0-dev.48 [2024-08-07T12:13:13.972Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:13.972Z] main [2024-08-07T12:13:13.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:14.313Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:14.639Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:14.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T12:13:14.639Z] e2f6826d1eda: Preparing [2024-08-07T12:13:14.639Z] 6f384074025f: Preparing [2024-08-07T12:13:14.639Z] 04868242cd26: Preparing [2024-08-07T12:13:14.639Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:14.639Z] f0e572481465: Preparing [2024-08-07T12:13:14.639Z] 52b348f4b36b: Preparing [2024-08-07T12:13:14.639Z] ce7f800efff9: Preparing [2024-08-07T12:13:14.639Z] 52b348f4b36b: Waiting [2024-08-07T12:13:14.639Z] ce7f800efff9: Waiting [2024-08-07T12:13:14.639Z] e2f6826d1eda: Pushed [2024-08-07T12:13:14.639Z] 04868242cd26: Pushed [2024-08-07T12:13:14.639Z] 6e52d2959ca2: Pushed [2024-08-07T12:13:14.639Z] f0e572481465: Pushed [2024-08-07T12:13:14.639Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:14.899Z] 52b348f4b36b: Pushed [2024-08-07T12:13:18.188Z] 6f384074025f: Pushed [2024-08-07T12:13:18.188Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:18.523Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:18.844Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-07T12:13:18.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T12:13:18.844Z] e2f6826d1eda: Preparing [2024-08-07T12:13:18.844Z] 6f384074025f: Preparing [2024-08-07T12:13:18.844Z] 04868242cd26: Preparing [2024-08-07T12:13:18.844Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:18.844Z] f0e572481465: Preparing [2024-08-07T12:13:18.844Z] 52b348f4b36b: Preparing [2024-08-07T12:13:18.844Z] ce7f800efff9: Preparing [2024-08-07T12:13:18.844Z] 52b348f4b36b: Waiting [2024-08-07T12:13:18.844Z] ce7f800efff9: Waiting [2024-08-07T12:13:18.844Z] f0e572481465: Layer already exists [2024-08-07T12:13:18.844Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:18.844Z] 6f384074025f: Layer already exists [2024-08-07T12:13:18.844Z] e2f6826d1eda: Layer already exists [2024-08-07T12:13:18.844Z] 04868242cd26: Layer already exists [2024-08-07T12:13:18.844Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:18.844Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:18.844Z] latest: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:19.172Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:19.497Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.48 [2024-08-07T12:13:19.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T12:13:19.497Z] e2f6826d1eda: Preparing [2024-08-07T12:13:19.497Z] 6f384074025f: Preparing [2024-08-07T12:13:19.497Z] 04868242cd26: Preparing [2024-08-07T12:13:19.497Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:19.497Z] f0e572481465: Preparing [2024-08-07T12:13:19.497Z] 52b348f4b36b: Preparing [2024-08-07T12:13:19.497Z] ce7f800efff9: Preparing [2024-08-07T12:13:19.497Z] 52b348f4b36b: Waiting [2024-08-07T12:13:19.497Z] ce7f800efff9: Waiting [2024-08-07T12:13:19.497Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:19.497Z] 04868242cd26: Layer already exists [2024-08-07T12:13:19.497Z] 6f384074025f: Layer already exists [2024-08-07T12:13:19.497Z] e2f6826d1eda: Layer already exists [2024-08-07T12:13:19.497Z] f0e572481465: Layer already exists [2024-08-07T12:13:19.497Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:19.497Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:19.497Z] 3.2.0-dev.48: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:19.825Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:20.144Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:20.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T12:13:20.144Z] e2f6826d1eda: Preparing [2024-08-07T12:13:20.144Z] 6f384074025f: Preparing [2024-08-07T12:13:20.144Z] 04868242cd26: Preparing [2024-08-07T12:13:20.144Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:20.144Z] f0e572481465: Preparing [2024-08-07T12:13:20.144Z] 52b348f4b36b: Preparing [2024-08-07T12:13:20.144Z] ce7f800efff9: Preparing [2024-08-07T12:13:20.144Z] 52b348f4b36b: Waiting [2024-08-07T12:13:20.144Z] ce7f800efff9: Waiting [2024-08-07T12:13:20.144Z] 6f384074025f: Layer already exists [2024-08-07T12:13:20.144Z] f0e572481465: Layer already exists [2024-08-07T12:13:20.144Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:20.144Z] e2f6826d1eda: Layer already exists [2024-08-07T12:13:20.144Z] 04868242cd26: Layer already exists [2024-08-07T12:13:20.144Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:20.144Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:20.144Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:20.478Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:20.804Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-07T12:13:20.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-07T12:13:20.804Z] e2f6826d1eda: Preparing [2024-08-07T12:13:20.804Z] 6f384074025f: Preparing [2024-08-07T12:13:20.804Z] 04868242cd26: Preparing [2024-08-07T12:13:20.804Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:20.804Z] f0e572481465: Preparing [2024-08-07T12:13:20.804Z] 52b348f4b36b: Preparing [2024-08-07T12:13:20.804Z] ce7f800efff9: Preparing [2024-08-07T12:13:20.804Z] 52b348f4b36b: Waiting [2024-08-07T12:13:20.804Z] ce7f800efff9: Waiting [2024-08-07T12:13:20.804Z] 6f384074025f: Layer already exists [2024-08-07T12:13:20.804Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:20.804Z] f0e572481465: Layer already exists [2024-08-07T12:13:20.804Z] 04868242cd26: Layer already exists [2024-08-07T12:13:20.804Z] e2f6826d1eda: Layer already exists [2024-08-07T12:13:20.804Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:20.804Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:20.804Z] main: digest: sha256:1bdfec80e2140405fe2c46448035e6a04f51b74a200cabb0fad32f6c2cd12174 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:20.870Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:20.882Z] taggedImages: [2024-08-07T12:13:20.882Z] - nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:20.882Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-07T12:13:20.882Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.48 [2024-08-07T12:13:20.882Z] - nexus3.edgexfoundry.org:10004/core-command:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:20.882Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-07T12:13:20.915Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-07T12:13:20.915Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:20.915Z] latest [2024-08-07T12:13:20.915Z] 3.2.0-dev.48 [2024-08-07T12:13:20.915Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:20.915Z] main [2024-08-07T12:13:20.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:21.264Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:21.591Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:21.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T12:13:21.591Z] 5b330581fe3a: Preparing [2024-08-07T12:13:21.591Z] 9511824f18c7: Preparing [2024-08-07T12:13:21.591Z] a2779d772117: Preparing [2024-08-07T12:13:21.591Z] e52c843c463f: Preparing [2024-08-07T12:13:21.591Z] 04868242cd26: Preparing [2024-08-07T12:13:21.591Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:21.591Z] f0e572481465: Preparing [2024-08-07T12:13:21.591Z] 52b348f4b36b: Preparing [2024-08-07T12:13:21.591Z] ce7f800efff9: Preparing [2024-08-07T12:13:21.591Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:21.591Z] f0e572481465: Waiting [2024-08-07T12:13:21.591Z] 52b348f4b36b: Waiting [2024-08-07T12:13:21.591Z] ce7f800efff9: Waiting [2024-08-07T12:13:21.591Z] 04868242cd26: Layer already exists [2024-08-07T12:13:21.591Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:21.591Z] f0e572481465: Layer already exists [2024-08-07T12:13:21.591Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:21.591Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:21.591Z] 5b330581fe3a: Pushed [2024-08-07T12:13:21.591Z] a2779d772117: Pushed [2024-08-07T12:13:21.591Z] 9511824f18c7: Pushed [2024-08-07T12:13:22.529Z] e52c843c463f: Pushed [2024-08-07T12:13:22.788Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:23.120Z] + 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-07T12:13:23.441Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-07T12:13:23.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T12:13:23.441Z] 5b330581fe3a: Preparing [2024-08-07T12:13:23.441Z] 9511824f18c7: Preparing [2024-08-07T12:13:23.441Z] a2779d772117: Preparing [2024-08-07T12:13:23.441Z] e52c843c463f: Preparing [2024-08-07T12:13:23.441Z] 04868242cd26: Preparing [2024-08-07T12:13:23.441Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:23.441Z] f0e572481465: Preparing [2024-08-07T12:13:23.441Z] 52b348f4b36b: Preparing [2024-08-07T12:13:23.441Z] ce7f800efff9: Preparing [2024-08-07T12:13:23.441Z] 52b348f4b36b: Waiting [2024-08-07T12:13:23.441Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:23.441Z] f0e572481465: Waiting [2024-08-07T12:13:23.441Z] ce7f800efff9: Waiting [2024-08-07T12:13:23.441Z] e52c843c463f: Layer already exists [2024-08-07T12:13:23.441Z] 04868242cd26: Layer already exists [2024-08-07T12:13:23.441Z] 5b330581fe3a: Layer already exists [2024-08-07T12:13:23.441Z] 9511824f18c7: Layer already exists [2024-08-07T12:13:23.441Z] a2779d772117: Layer already exists [2024-08-07T12:13:23.441Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:23.441Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:23.441Z] f0e572481465: Layer already exists [2024-08-07T12:13:23.441Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:23.441Z] latest: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:23.773Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:24.099Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.48 [2024-08-07T12:13:24.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T12:13:24.099Z] 5b330581fe3a: Preparing [2024-08-07T12:13:24.099Z] 9511824f18c7: Preparing [2024-08-07T12:13:24.099Z] a2779d772117: Preparing [2024-08-07T12:13:24.099Z] e52c843c463f: Preparing [2024-08-07T12:13:24.099Z] 04868242cd26: Preparing [2024-08-07T12:13:24.099Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:24.099Z] f0e572481465: Preparing [2024-08-07T12:13:24.099Z] 52b348f4b36b: Preparing [2024-08-07T12:13:24.099Z] ce7f800efff9: Preparing [2024-08-07T12:13:24.099Z] f0e572481465: Waiting [2024-08-07T12:13:24.099Z] 52b348f4b36b: Waiting [2024-08-07T12:13:24.099Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:24.099Z] ce7f800efff9: Waiting [2024-08-07T12:13:24.099Z] e52c843c463f: Layer already exists [2024-08-07T12:13:24.099Z] 04868242cd26: Layer already exists [2024-08-07T12:13:24.099Z] a2779d772117: Layer already exists [2024-08-07T12:13:24.099Z] 5b330581fe3a: Layer already exists [2024-08-07T12:13:24.099Z] 9511824f18c7: Layer already exists [2024-08-07T12:13:24.099Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:24.099Z] f0e572481465: Layer already exists [2024-08-07T12:13:24.099Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:24.099Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:24.099Z] 3.2.0-dev.48: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:24.429Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:24.748Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:24.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T12:13:24.748Z] 5b330581fe3a: Preparing [2024-08-07T12:13:24.748Z] 9511824f18c7: Preparing [2024-08-07T12:13:24.748Z] a2779d772117: Preparing [2024-08-07T12:13:24.748Z] e52c843c463f: Preparing [2024-08-07T12:13:24.748Z] 04868242cd26: Preparing [2024-08-07T12:13:24.748Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:24.748Z] f0e572481465: Preparing [2024-08-07T12:13:24.748Z] 52b348f4b36b: Preparing [2024-08-07T12:13:24.748Z] ce7f800efff9: Preparing [2024-08-07T12:13:24.748Z] ce7f800efff9: Waiting [2024-08-07T12:13:24.748Z] 52b348f4b36b: Waiting [2024-08-07T12:13:24.748Z] f0e572481465: Waiting [2024-08-07T12:13:24.748Z] 9511824f18c7: Layer already exists [2024-08-07T12:13:24.748Z] e52c843c463f: Layer already exists [2024-08-07T12:13:24.748Z] a2779d772117: Layer already exists [2024-08-07T12:13:24.748Z] 04868242cd26: Layer already exists [2024-08-07T12:13:24.748Z] 5b330581fe3a: Layer already exists [2024-08-07T12:13:24.748Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:24.748Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:24.748Z] f0e572481465: Layer already exists [2024-08-07T12:13:24.748Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:24.748Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:25.117Z] + 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-07T12:13:25.441Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-07T12:13:25.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-07T12:13:25.441Z] 5b330581fe3a: Preparing [2024-08-07T12:13:25.441Z] 9511824f18c7: Preparing [2024-08-07T12:13:25.441Z] a2779d772117: Preparing [2024-08-07T12:13:25.441Z] e52c843c463f: Preparing [2024-08-07T12:13:25.441Z] 04868242cd26: Preparing [2024-08-07T12:13:25.441Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:25.441Z] f0e572481465: Preparing [2024-08-07T12:13:25.441Z] 52b348f4b36b: Preparing [2024-08-07T12:13:25.441Z] ce7f800efff9: Preparing [2024-08-07T12:13:25.441Z] f0e572481465: Waiting [2024-08-07T12:13:25.441Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:25.441Z] 52b348f4b36b: Waiting [2024-08-07T12:13:25.441Z] ce7f800efff9: Waiting [2024-08-07T12:13:25.441Z] a2779d772117: Layer already exists [2024-08-07T12:13:25.441Z] e52c843c463f: Layer already exists [2024-08-07T12:13:25.441Z] 5b330581fe3a: Layer already exists [2024-08-07T12:13:25.441Z] 04868242cd26: Layer already exists [2024-08-07T12:13:25.441Z] 9511824f18c7: Layer already exists [2024-08-07T12:13:25.441Z] f0e572481465: Layer already exists [2024-08-07T12:13:25.441Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:25.441Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:25.441Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:25.441Z] main: digest: sha256:28a507b809cef31ffe9eb4c46fa0e3d2e80c689936fc3d585c56447eac8ad118 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:25.519Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:25.531Z] taggedImages: [2024-08-07T12:13:25.531Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:25.531Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-07T12:13:25.531Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.48 [2024-08-07T12:13:25.531Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:25.531Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-07T12:13:25.556Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-07T12:13:25.556Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:25.556Z] latest [2024-08-07T12:13:25.556Z] 3.2.0-dev.48 [2024-08-07T12:13:25.556Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:25.556Z] main [2024-08-07T12:13:25.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:25.896Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:26.222Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:26.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T12:13:26.222Z] 60c047e8fde9: Preparing [2024-08-07T12:13:26.222Z] d7460a961266: Preparing [2024-08-07T12:13:26.222Z] 04868242cd26: Preparing [2024-08-07T12:13:26.222Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:26.222Z] c2590e987cf3: Preparing [2024-08-07T12:13:26.223Z] 52b348f4b36b: Preparing [2024-08-07T12:13:26.223Z] ce7f800efff9: Preparing [2024-08-07T12:13:26.223Z] 52b348f4b36b: Waiting [2024-08-07T12:13:26.223Z] ce7f800efff9: Waiting [2024-08-07T12:13:26.223Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:26.223Z] 04868242cd26: Layer already exists [2024-08-07T12:13:26.223Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:26.223Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:26.223Z] c2590e987cf3: Pushed [2024-08-07T12:13:26.223Z] 60c047e8fde9: Pushed [2024-08-07T12:13:29.510Z] d7460a961266: Pushed [2024-08-07T12:13:29.510Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:29.845Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:30.167Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-07T12:13:30.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T12:13:30.167Z] 60c047e8fde9: Preparing [2024-08-07T12:13:30.167Z] d7460a961266: Preparing [2024-08-07T12:13:30.167Z] 04868242cd26: Preparing [2024-08-07T12:13:30.167Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:30.167Z] c2590e987cf3: Preparing [2024-08-07T12:13:30.168Z] 52b348f4b36b: Preparing [2024-08-07T12:13:30.168Z] ce7f800efff9: Preparing [2024-08-07T12:13:30.168Z] 52b348f4b36b: Waiting [2024-08-07T12:13:30.168Z] ce7f800efff9: Waiting [2024-08-07T12:13:30.168Z] 04868242cd26: Layer already exists [2024-08-07T12:13:30.168Z] d7460a961266: Layer already exists [2024-08-07T12:13:30.168Z] c2590e987cf3: Layer already exists [2024-08-07T12:13:30.168Z] 60c047e8fde9: Layer already exists [2024-08-07T12:13:30.168Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:30.168Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:30.168Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:30.168Z] latest: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:30.498Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:30.816Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.48 [2024-08-07T12:13:30.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T12:13:30.816Z] 60c047e8fde9: Preparing [2024-08-07T12:13:30.816Z] d7460a961266: Preparing [2024-08-07T12:13:30.816Z] 04868242cd26: Preparing [2024-08-07T12:13:30.816Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:30.816Z] c2590e987cf3: Preparing [2024-08-07T12:13:30.816Z] 52b348f4b36b: Preparing [2024-08-07T12:13:30.816Z] ce7f800efff9: Preparing [2024-08-07T12:13:30.816Z] ce7f800efff9: Waiting [2024-08-07T12:13:30.816Z] 52b348f4b36b: Waiting [2024-08-07T12:13:30.816Z] 60c047e8fde9: Layer already exists [2024-08-07T12:13:30.816Z] d7460a961266: Layer already exists [2024-08-07T12:13:30.816Z] c2590e987cf3: Layer already exists [2024-08-07T12:13:30.816Z] 04868242cd26: Layer already exists [2024-08-07T12:13:30.816Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:30.816Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:30.816Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:30.816Z] 3.2.0-dev.48: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:31.139Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:31.465Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:31.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T12:13:31.465Z] 60c047e8fde9: Preparing [2024-08-07T12:13:31.465Z] d7460a961266: Preparing [2024-08-07T12:13:31.465Z] 04868242cd26: Preparing [2024-08-07T12:13:31.465Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:31.465Z] c2590e987cf3: Preparing [2024-08-07T12:13:31.465Z] 52b348f4b36b: Preparing [2024-08-07T12:13:31.465Z] ce7f800efff9: Preparing [2024-08-07T12:13:31.465Z] ce7f800efff9: Waiting [2024-08-07T12:13:31.465Z] 52b348f4b36b: Waiting [2024-08-07T12:13:31.465Z] 04868242cd26: Layer already exists [2024-08-07T12:13:31.465Z] c2590e987cf3: Layer already exists [2024-08-07T12:13:31.465Z] 60c047e8fde9: Layer already exists [2024-08-07T12:13:31.465Z] d7460a961266: Layer already exists [2024-08-07T12:13:31.465Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:31.465Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:31.465Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:31.465Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:31.776Z] #30 ... [2024-08-07T12:13:31.776Z] [2024-08-07T12:13:31.776Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:31.776Z] #84 DONE 113.3s [2024-08-07T12:13:31.776Z] [2024-08-07T12:13:31.776Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:31.776Z] #92 DONE 93.5s [2024-08-07T12:13:31.776Z] [2024-08-07T12:13:31.776Z] #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:31.776Z] #82 DONE 114.4s [2024-08-07T12:13:31.776Z] [2024-08-07T12:13:31.776Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:31.776Z] #87 DONE 102.8s [2024-08-07T12:13:31.776Z] [2024-08-07T12:13:31.776Z] #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:31.776Z] #81 DONE 115.9s [2024-08-07T12:13:31.776Z] [2024-08-07T12:13:31.776Z] #117 [core-keeper builder 7/8] COPY . . [2024-08-07T12:13:31.794Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:32.116Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-07T12:13:32.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-07T12:13:32.116Z] 60c047e8fde9: Preparing [2024-08-07T12:13:32.116Z] d7460a961266: Preparing [2024-08-07T12:13:32.116Z] 04868242cd26: Preparing [2024-08-07T12:13:32.116Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:32.116Z] c2590e987cf3: Preparing [2024-08-07T12:13:32.116Z] 52b348f4b36b: Preparing [2024-08-07T12:13:32.116Z] ce7f800efff9: Preparing [2024-08-07T12:13:32.116Z] 52b348f4b36b: Waiting [2024-08-07T12:13:32.116Z] ce7f800efff9: Waiting [2024-08-07T12:13:32.116Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:32.116Z] c2590e987cf3: Layer already exists [2024-08-07T12:13:32.116Z] d7460a961266: Layer already exists [2024-08-07T12:13:32.116Z] 60c047e8fde9: Layer already exists [2024-08-07T12:13:32.116Z] 04868242cd26: Layer already exists [2024-08-07T12:13:32.116Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:32.116Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:32.116Z] main: digest: sha256:d24a8e836db8593862f9ba4ef2423e945c14033d47f83678d2b84535d80b6e87 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:32.188Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:32.200Z] taggedImages: [2024-08-07T12:13:32.200Z] - nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:32.200Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-07T12:13:32.200Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.48 [2024-08-07T12:13:32.200Z] - nexus3.edgexfoundry.org:10004/core-data:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:32.200Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-07T12:13:32.225Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-07T12:13:32.225Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:32.225Z] latest [2024-08-07T12:13:32.225Z] 3.2.0-dev.48 [2024-08-07T12:13:32.225Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:32.225Z] main [2024-08-07T12:13:32.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:32.561Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:32.754Z] #117 ... [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #118 [support-scheduler builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #118 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #119 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #120 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #120 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #121 DONE 1.6s [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #122 [core-data builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #122 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #123 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #123 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #124 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #125 [core-command builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #125 DONE 1.7s [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #126 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #127 [security-proxy-auth builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #127 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #128 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #129 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #130 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #131 [core-metadata builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #131 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #132 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #132 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #133 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #133 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #134 [support-cron-scheduler builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #134 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #135 [security-proxy-setup builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #135 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #136 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #137 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #137 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #138 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #139 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #140 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #117 [core-keeper builder 7/8] COPY . . [2024-08-07T12:13:32.754Z] #117 DONE 1.7s [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #141 [support-notifications builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #141 DONE 1.7s [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #142 DONE 1.7s [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #143 [security-bootstrapper builder 6/7] COPY . . [2024-08-07T12:13:32.754Z] #143 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-07T12:13:32.754Z] #144 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #145 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-07T12:13:32.754Z] #145 CACHED [2024-08-07T12:13:32.754Z] [2024-08-07T12:13:32.754Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T12:13:32.881Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:32.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T12:13:32.881Z] 5ac159e40e3b: Preparing [2024-08-07T12:13:32.881Z] e21661217a87: Preparing [2024-08-07T12:13:32.881Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:32.881Z] 46b53e859439: Preparing [2024-08-07T12:13:32.881Z] a8198eed1c51: Preparing [2024-08-07T12:13:32.881Z] ce7f800efff9: Preparing [2024-08-07T12:13:32.881Z] ce7f800efff9: Waiting [2024-08-07T12:13:32.881Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:32.881Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:32.881Z] 5ac159e40e3b: Pushed [2024-08-07T12:13:32.881Z] a8198eed1c51: Pushed [2024-08-07T12:13:32.881Z] 46b53e859439: Pushed [2024-08-07T12:13:36.165Z] e21661217a87: Pushed [2024-08-07T12:13:36.425Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:36.752Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:37.085Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-07T12:13:37.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T12:13:37.085Z] 5ac159e40e3b: Preparing [2024-08-07T12:13:37.085Z] e21661217a87: Preparing [2024-08-07T12:13:37.085Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:37.085Z] 46b53e859439: Preparing [2024-08-07T12:13:37.085Z] a8198eed1c51: Preparing [2024-08-07T12:13:37.085Z] ce7f800efff9: Preparing [2024-08-07T12:13:37.085Z] ce7f800efff9: Waiting [2024-08-07T12:13:37.085Z] e21661217a87: Layer already exists [2024-08-07T12:13:37.085Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:37.085Z] 5ac159e40e3b: Layer already exists [2024-08-07T12:13:37.085Z] a8198eed1c51: Layer already exists [2024-08-07T12:13:37.085Z] 46b53e859439: Layer already exists [2024-08-07T12:13:37.085Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:37.085Z] latest: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:37.417Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:37.747Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.48 [2024-08-07T12:13:37.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T12:13:37.747Z] 5ac159e40e3b: Preparing [2024-08-07T12:13:37.747Z] e21661217a87: Preparing [2024-08-07T12:13:37.747Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:37.747Z] 46b53e859439: Preparing [2024-08-07T12:13:37.747Z] a8198eed1c51: Preparing [2024-08-07T12:13:37.747Z] ce7f800efff9: Preparing [2024-08-07T12:13:37.747Z] ce7f800efff9: Waiting [2024-08-07T12:13:37.747Z] 5ac159e40e3b: Layer already exists [2024-08-07T12:13:37.747Z] 46b53e859439: Layer already exists [2024-08-07T12:13:37.747Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:37.747Z] e21661217a87: Layer already exists [2024-08-07T12:13:37.747Z] a8198eed1c51: Layer already exists [2024-08-07T12:13:37.747Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:37.747Z] 3.2.0-dev.48: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:38.073Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:38.125Z] #146 ... [2024-08-07T12:13:38.125Z] [2024-08-07T12:13:38.125Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:13:38.125Z] #0 5.336 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-07T12:13:38.398Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:38.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T12:13:38.398Z] 5ac159e40e3b: Preparing [2024-08-07T12:13:38.398Z] e21661217a87: Preparing [2024-08-07T12:13:38.398Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:38.398Z] 46b53e859439: Preparing [2024-08-07T12:13:38.398Z] a8198eed1c51: Preparing [2024-08-07T12:13:38.398Z] ce7f800efff9: Preparing [2024-08-07T12:13:38.398Z] ce7f800efff9: Waiting [2024-08-07T12:13:38.398Z] e21661217a87: Layer already exists [2024-08-07T12:13:38.398Z] 5ac159e40e3b: Layer already exists [2024-08-07T12:13:38.398Z] 46b53e859439: Layer already exists [2024-08-07T12:13:38.398Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:38.398Z] a8198eed1c51: Layer already exists [2024-08-07T12:13:38.398Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:38.398Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:38.710Z] #147 ... [2024-08-07T12:13:38.710Z] [2024-08-07T12:13:38.710Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T12:13:38.710Z] #0 6.084 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-07T12:13:38.727Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:39.057Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-07T12:13:39.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-07T12:13:39.057Z] 5ac159e40e3b: Preparing [2024-08-07T12:13:39.057Z] e21661217a87: Preparing [2024-08-07T12:13:39.057Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:39.057Z] 46b53e859439: Preparing [2024-08-07T12:13:39.057Z] a8198eed1c51: Preparing [2024-08-07T12:13:39.057Z] ce7f800efff9: Preparing [2024-08-07T12:13:39.057Z] ce7f800efff9: Waiting [2024-08-07T12:13:39.057Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:39.057Z] 5ac159e40e3b: Layer already exists [2024-08-07T12:13:39.057Z] 46b53e859439: Layer already exists [2024-08-07T12:13:39.057Z] e21661217a87: Layer already exists [2024-08-07T12:13:39.057Z] a8198eed1c51: Layer already exists [2024-08-07T12:13:39.057Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:39.057Z] main: digest: sha256:b4b450f2301e4a396bf96963c0ed0fc61b4ff6672bd085ed9db5b2d6b7232f9d size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:39.131Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:39.144Z] taggedImages: [2024-08-07T12:13:39.144Z] - nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:39.144Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-07T12:13:39.144Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.48 [2024-08-07T12:13:39.144Z] - nexus3.edgexfoundry.org:10004/core-keeper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:39.144Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-07T12:13:39.166Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-07T12:13:39.166Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:39.166Z] latest [2024-08-07T12:13:39.166Z] 3.2.0-dev.48 [2024-08-07T12:13:39.166Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:39.166Z] main [2024-08-07T12:13:39.166Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:39.294Z] #148 ... [2024-08-07T12:13:39.294Z] [2024-08-07T12:13:39.294Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T12:13:39.294Z] #0 6.650 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-07T12:13:39.510Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:39.832Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:39.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T12:13:39.832Z] e0d40e278ff8: Preparing [2024-08-07T12:13:39.832Z] 9875b6a9b2eb: Preparing [2024-08-07T12:13:39.832Z] c2d414d01e0e: Preparing [2024-08-07T12:13:39.832Z] 04868242cd26: Preparing [2024-08-07T12:13:39.832Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:39.832Z] f0e572481465: Preparing [2024-08-07T12:13:39.832Z] 52b348f4b36b: Preparing [2024-08-07T12:13:39.832Z] ce7f800efff9: Preparing [2024-08-07T12:13:39.832Z] f0e572481465: Waiting [2024-08-07T12:13:39.832Z] ce7f800efff9: Waiting [2024-08-07T12:13:39.832Z] 52b348f4b36b: Waiting [2024-08-07T12:13:39.832Z] 04868242cd26: Layer already exists [2024-08-07T12:13:39.832Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:39.832Z] f0e572481465: Layer already exists [2024-08-07T12:13:39.832Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:39.832Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:39.832Z] 9875b6a9b2eb: Pushed [2024-08-07T12:13:39.832Z] e0d40e278ff8: Pushed [2024-08-07T12:13:39.884Z] #149 ... [2024-08-07T12:13:39.884Z] [2024-08-07T12:13:39.884Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T12:13:39.884Z] #0 7.178 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-07T12:13:39.884Z] #150 ... [2024-08-07T12:13:39.884Z] [2024-08-07T12:13:39.884Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T12:13:39.884Z] #146 7.287 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-07T12:13:42.474Z] #146 ... [2024-08-07T12:13:42.474Z] [2024-08-07T12:13:42.474Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T12:13:42.474Z] #0 6.305 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-07T12:13:42.742Z] #151 ... [2024-08-07T12:13:42.742Z] [2024-08-07T12:13:42.742Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T12:13:42.742Z] #0 5.614 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-07T12:13:43.010Z] #152 ... [2024-08-07T12:13:43.010Z] [2024-08-07T12:13:43.010Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T12:13:43.010Z] #0 7.157 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-07T12:13:43.010Z] #153 ... [2024-08-07T12:13:43.010Z] [2024-08-07T12:13:43.010Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T12:13:43.010Z] #0 6.335 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-07T12:13:43.118Z] c2d414d01e0e: Pushed [2024-08-07T12:13:43.118Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:43.279Z] #154 ... [2024-08-07T12:13:43.279Z] [2024-08-07T12:13:43.279Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:13:43.279Z] #0 6.877 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-07T12:13:43.279Z] #155 ... [2024-08-07T12:13:43.279Z] [2024-08-07T12:13:43.279Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T12:13:43.279Z] #0 6.940 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-07T12:13:43.451Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:43.559Z] #156 ... [2024-08-07T12:13:43.559Z] [2024-08-07T12:13:43.559Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:13:43.559Z] #0 7.262 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-07T12:13:43.559Z] #157 ... [2024-08-07T12:13:43.559Z] [2024-08-07T12:13:43.559Z] #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T12:13:43.559Z] #0 6.979 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-07T12:13:43.777Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-07T12:13:43.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T12:13:43.777Z] e0d40e278ff8: Preparing [2024-08-07T12:13:43.777Z] 9875b6a9b2eb: Preparing [2024-08-07T12:13:43.777Z] c2d414d01e0e: Preparing [2024-08-07T12:13:43.777Z] 04868242cd26: Preparing [2024-08-07T12:13:43.777Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:43.777Z] f0e572481465: Preparing [2024-08-07T12:13:43.777Z] 52b348f4b36b: Preparing [2024-08-07T12:13:43.777Z] ce7f800efff9: Preparing [2024-08-07T12:13:43.777Z] 52b348f4b36b: Waiting [2024-08-07T12:13:43.777Z] f0e572481465: Waiting [2024-08-07T12:13:43.777Z] ce7f800efff9: Waiting [2024-08-07T12:13:43.777Z] 9875b6a9b2eb: Layer already exists [2024-08-07T12:13:43.777Z] e0d40e278ff8: Layer already exists [2024-08-07T12:13:43.777Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:43.777Z] c2d414d01e0e: Layer already exists [2024-08-07T12:13:43.777Z] 04868242cd26: Layer already exists [2024-08-07T12:13:43.777Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:43.777Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:43.777Z] f0e572481465: Layer already exists [2024-08-07T12:13:43.777Z] latest: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:44.107Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:44.433Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.48 [2024-08-07T12:13:44.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T12:13:44.433Z] e0d40e278ff8: Preparing [2024-08-07T12:13:44.433Z] 9875b6a9b2eb: Preparing [2024-08-07T12:13:44.433Z] c2d414d01e0e: Preparing [2024-08-07T12:13:44.433Z] 04868242cd26: Preparing [2024-08-07T12:13:44.433Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:44.433Z] f0e572481465: Preparing [2024-08-07T12:13:44.433Z] 52b348f4b36b: Preparing [2024-08-07T12:13:44.433Z] ce7f800efff9: Preparing [2024-08-07T12:13:44.433Z] 52b348f4b36b: Waiting [2024-08-07T12:13:44.433Z] f0e572481465: Waiting [2024-08-07T12:13:44.433Z] ce7f800efff9: Waiting [2024-08-07T12:13:44.433Z] 04868242cd26: Layer already exists [2024-08-07T12:13:44.433Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:44.433Z] c2d414d01e0e: Layer already exists [2024-08-07T12:13:44.433Z] e0d40e278ff8: Layer already exists [2024-08-07T12:13:44.433Z] 9875b6a9b2eb: Layer already exists [2024-08-07T12:13:44.433Z] f0e572481465: Layer already exists [2024-08-07T12:13:44.433Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:44.433Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:44.433Z] 3.2.0-dev.48: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:44.762Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:45.091Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:45.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T12:13:45.091Z] e0d40e278ff8: Preparing [2024-08-07T12:13:45.091Z] 9875b6a9b2eb: Preparing [2024-08-07T12:13:45.091Z] c2d414d01e0e: Preparing [2024-08-07T12:13:45.091Z] 04868242cd26: Preparing [2024-08-07T12:13:45.091Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:45.091Z] f0e572481465: Preparing [2024-08-07T12:13:45.091Z] 52b348f4b36b: Preparing [2024-08-07T12:13:45.091Z] ce7f800efff9: Preparing [2024-08-07T12:13:45.091Z] f0e572481465: Waiting [2024-08-07T12:13:45.091Z] ce7f800efff9: Waiting [2024-08-07T12:13:45.091Z] 52b348f4b36b: Waiting [2024-08-07T12:13:45.091Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:45.091Z] e0d40e278ff8: Layer already exists [2024-08-07T12:13:45.091Z] c2d414d01e0e: Layer already exists [2024-08-07T12:13:45.091Z] 9875b6a9b2eb: Layer already exists [2024-08-07T12:13:45.091Z] 04868242cd26: Layer already exists [2024-08-07T12:13:45.091Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:45.091Z] f0e572481465: Layer already exists [2024-08-07T12:13:45.091Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:45.091Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:45.418Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:45.736Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-07T12:13:45.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-07T12:13:45.736Z] e0d40e278ff8: Preparing [2024-08-07T12:13:45.736Z] 9875b6a9b2eb: Preparing [2024-08-07T12:13:45.736Z] c2d414d01e0e: Preparing [2024-08-07T12:13:45.736Z] 04868242cd26: Preparing [2024-08-07T12:13:45.736Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:45.736Z] f0e572481465: Preparing [2024-08-07T12:13:45.736Z] 52b348f4b36b: Preparing [2024-08-07T12:13:45.736Z] ce7f800efff9: Preparing [2024-08-07T12:13:45.736Z] f0e572481465: Waiting [2024-08-07T12:13:45.736Z] 52b348f4b36b: Waiting [2024-08-07T12:13:45.736Z] ce7f800efff9: Waiting [2024-08-07T12:13:45.736Z] e0d40e278ff8: Layer already exists [2024-08-07T12:13:45.736Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:45.736Z] c2d414d01e0e: Layer already exists [2024-08-07T12:13:45.736Z] 9875b6a9b2eb: Layer already exists [2024-08-07T12:13:45.736Z] 04868242cd26: Layer already exists [2024-08-07T12:13:45.736Z] f0e572481465: Layer already exists [2024-08-07T12:13:45.736Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:45.736Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:45.736Z] main: digest: sha256:4db2d92ac94a2f00318190d491a64dd62f8fbfce23c8e09b29ad7fc6fbe6e7f8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:45.808Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:45.820Z] taggedImages: [2024-08-07T12:13:45.820Z] - nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:45.820Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-07T12:13:45.820Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.48 [2024-08-07T12:13:45.820Z] - nexus3.edgexfoundry.org:10004/core-metadata:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:45.820Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-07T12:13:45.844Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-07T12:13:45.844Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:45.844Z] latest [2024-08-07T12:13:45.844Z] 3.2.0-dev.48 [2024-08-07T12:13:45.844Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:45.844Z] main [2024-08-07T12:13:45.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:46.189Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:46.508Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:46.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T12:13:46.508Z] f80b4f522cb9: Preparing [2024-08-07T12:13:46.508Z] b4cefa69a16e: Preparing [2024-08-07T12:13:46.508Z] e40a1531109e: Preparing [2024-08-07T12:13:46.508Z] 39d0cf9b3663: Preparing [2024-08-07T12:13:46.508Z] 87d47209196b: Preparing [2024-08-07T12:13:46.508Z] cf9f51676866: Preparing [2024-08-07T12:13:46.508Z] c8d2db80b98c: Preparing [2024-08-07T12:13:46.508Z] cfe3335cadd3: Preparing [2024-08-07T12:13:46.508Z] 04868242cd26: Preparing [2024-08-07T12:13:46.508Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:46.508Z] 7705655b6253: Preparing [2024-08-07T12:13:46.508Z] 1a0b73e6981c: Preparing [2024-08-07T12:13:46.508Z] 5f70bf18a086: Preparing [2024-08-07T12:13:46.508Z] f882c7e2e716: Preparing [2024-08-07T12:13:46.508Z] ba56335c6b2f: Preparing [2024-08-07T12:13:46.508Z] a19e77e31441: Preparing [2024-08-07T12:13:46.508Z] ce7f800efff9: Preparing [2024-08-07T12:13:46.508Z] cf9f51676866: Waiting [2024-08-07T12:13:46.508Z] c8d2db80b98c: Waiting [2024-08-07T12:13:46.508Z] cfe3335cadd3: Waiting [2024-08-07T12:13:46.508Z] 04868242cd26: Waiting [2024-08-07T12:13:46.508Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:46.508Z] 7705655b6253: Waiting [2024-08-07T12:13:46.508Z] 1a0b73e6981c: Waiting [2024-08-07T12:13:46.508Z] 5f70bf18a086: Waiting [2024-08-07T12:13:46.508Z] f882c7e2e716: Waiting [2024-08-07T12:13:46.508Z] ba56335c6b2f: Waiting [2024-08-07T12:13:46.508Z] a19e77e31441: Waiting [2024-08-07T12:13:46.508Z] ce7f800efff9: Waiting [2024-08-07T12:13:46.508Z] e40a1531109e: Pushed [2024-08-07T12:13:46.508Z] 39d0cf9b3663: Pushed [2024-08-07T12:13:46.508Z] f80b4f522cb9: Pushed [2024-08-07T12:13:46.508Z] b4cefa69a16e: Pushed [2024-08-07T12:13:46.508Z] 87d47209196b: Pushed [2024-08-07T12:13:46.508Z] 04868242cd26: Layer already exists [2024-08-07T12:13:46.767Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:46.767Z] cf9f51676866: Pushed [2024-08-07T12:13:46.767Z] c8d2db80b98c: Pushed [2024-08-07T12:13:46.767Z] 5f70bf18a086: Layer already exists [2024-08-07T12:13:46.767Z] 7705655b6253: Pushed [2024-08-07T12:13:46.767Z] 1a0b73e6981c: Pushed [2024-08-07T12:13:46.767Z] f882c7e2e716: Pushed [2024-08-07T12:13:46.767Z] ba56335c6b2f: Pushed [2024-08-07T12:13:46.767Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:46.767Z] a19e77e31441: Pushed [2024-08-07T12:13:48.145Z] cfe3335cadd3: Pushed [2024-08-07T12:13:48.145Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:48.484Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:48.804Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-07T12:13:48.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T12:13:48.805Z] f80b4f522cb9: Preparing [2024-08-07T12:13:48.805Z] b4cefa69a16e: Preparing [2024-08-07T12:13:48.805Z] e40a1531109e: Preparing [2024-08-07T12:13:48.805Z] 39d0cf9b3663: Preparing [2024-08-07T12:13:48.805Z] 87d47209196b: Preparing [2024-08-07T12:13:48.805Z] cf9f51676866: Preparing [2024-08-07T12:13:48.805Z] c8d2db80b98c: Preparing [2024-08-07T12:13:48.805Z] cfe3335cadd3: Preparing [2024-08-07T12:13:48.805Z] 04868242cd26: Preparing [2024-08-07T12:13:48.805Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:48.805Z] 7705655b6253: Preparing [2024-08-07T12:13:48.805Z] 1a0b73e6981c: Preparing [2024-08-07T12:13:48.805Z] 5f70bf18a086: Preparing [2024-08-07T12:13:48.805Z] f882c7e2e716: Preparing [2024-08-07T12:13:48.805Z] ba56335c6b2f: Preparing [2024-08-07T12:13:48.805Z] a19e77e31441: Preparing [2024-08-07T12:13:48.805Z] ce7f800efff9: Preparing [2024-08-07T12:13:48.805Z] cf9f51676866: Waiting [2024-08-07T12:13:48.805Z] c8d2db80b98c: Waiting [2024-08-07T12:13:48.805Z] cfe3335cadd3: Waiting [2024-08-07T12:13:48.805Z] 04868242cd26: Waiting [2024-08-07T12:13:48.805Z] 5f70bf18a086: Waiting [2024-08-07T12:13:48.805Z] 1a0b73e6981c: Waiting [2024-08-07T12:13:48.805Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:48.805Z] f882c7e2e716: Waiting [2024-08-07T12:13:48.805Z] 7705655b6253: Waiting [2024-08-07T12:13:48.805Z] a19e77e31441: Waiting [2024-08-07T12:13:48.805Z] ce7f800efff9: Waiting [2024-08-07T12:13:48.805Z] ba56335c6b2f: Waiting [2024-08-07T12:13:48.805Z] f80b4f522cb9: Layer already exists [2024-08-07T12:13:48.805Z] 39d0cf9b3663: Layer already exists [2024-08-07T12:13:48.805Z] e40a1531109e: Layer already exists [2024-08-07T12:13:48.805Z] b4cefa69a16e: Layer already exists [2024-08-07T12:13:48.805Z] 87d47209196b: Layer already exists [2024-08-07T12:13:48.805Z] 04868242cd26: Layer already exists [2024-08-07T12:13:48.805Z] c8d2db80b98c: Layer already exists [2024-08-07T12:13:48.805Z] cfe3335cadd3: Layer already exists [2024-08-07T12:13:48.805Z] cf9f51676866: Layer already exists [2024-08-07T12:13:48.805Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:48.805Z] 1a0b73e6981c: Layer already exists [2024-08-07T12:13:48.805Z] 7705655b6253: Layer already exists [2024-08-07T12:13:48.805Z] ba56335c6b2f: Layer already exists [2024-08-07T12:13:48.805Z] 5f70bf18a086: Layer already exists [2024-08-07T12:13:48.805Z] f882c7e2e716: Layer already exists [2024-08-07T12:13:48.805Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:48.805Z] a19e77e31441: Layer already exists [2024-08-07T12:13:48.805Z] latest: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:49.129Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:49.455Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.48 [2024-08-07T12:13:49.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T12:13:49.455Z] f80b4f522cb9: Preparing [2024-08-07T12:13:49.455Z] b4cefa69a16e: Preparing [2024-08-07T12:13:49.455Z] e40a1531109e: Preparing [2024-08-07T12:13:49.455Z] 39d0cf9b3663: Preparing [2024-08-07T12:13:49.455Z] 87d47209196b: Preparing [2024-08-07T12:13:49.455Z] cf9f51676866: Preparing [2024-08-07T12:13:49.455Z] c8d2db80b98c: Preparing [2024-08-07T12:13:49.455Z] cfe3335cadd3: Preparing [2024-08-07T12:13:49.455Z] 04868242cd26: Preparing [2024-08-07T12:13:49.455Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:49.455Z] 7705655b6253: Preparing [2024-08-07T12:13:49.455Z] 1a0b73e6981c: Preparing [2024-08-07T12:13:49.455Z] 5f70bf18a086: Preparing [2024-08-07T12:13:49.455Z] f882c7e2e716: Preparing [2024-08-07T12:13:49.455Z] ba56335c6b2f: Preparing [2024-08-07T12:13:49.455Z] a19e77e31441: Preparing [2024-08-07T12:13:49.455Z] ce7f800efff9: Preparing [2024-08-07T12:13:49.455Z] 1a0b73e6981c: Waiting [2024-08-07T12:13:49.455Z] cf9f51676866: Waiting [2024-08-07T12:13:49.455Z] 5f70bf18a086: Waiting [2024-08-07T12:13:49.455Z] f882c7e2e716: Waiting [2024-08-07T12:13:49.455Z] c8d2db80b98c: Waiting [2024-08-07T12:13:49.455Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:49.455Z] 7705655b6253: Waiting [2024-08-07T12:13:49.455Z] cfe3335cadd3: Waiting [2024-08-07T12:13:49.455Z] 04868242cd26: Waiting [2024-08-07T12:13:49.455Z] a19e77e31441: Waiting [2024-08-07T12:13:49.455Z] ce7f800efff9: Waiting [2024-08-07T12:13:49.455Z] ba56335c6b2f: Waiting [2024-08-07T12:13:49.455Z] 87d47209196b: Layer already exists [2024-08-07T12:13:49.455Z] b4cefa69a16e: Layer already exists [2024-08-07T12:13:49.455Z] e40a1531109e: Layer already exists [2024-08-07T12:13:49.455Z] 39d0cf9b3663: Layer already exists [2024-08-07T12:13:49.455Z] f80b4f522cb9: Layer already exists [2024-08-07T12:13:49.455Z] cf9f51676866: Layer already exists [2024-08-07T12:13:49.455Z] cfe3335cadd3: Layer already exists [2024-08-07T12:13:49.455Z] 04868242cd26: Layer already exists [2024-08-07T12:13:49.455Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:49.455Z] c8d2db80b98c: Layer already exists [2024-08-07T12:13:49.455Z] 1a0b73e6981c: Layer already exists [2024-08-07T12:13:49.455Z] 5f70bf18a086: Layer already exists [2024-08-07T12:13:49.455Z] 7705655b6253: Layer already exists [2024-08-07T12:13:49.455Z] ba56335c6b2f: Layer already exists [2024-08-07T12:13:49.455Z] f882c7e2e716: Layer already exists [2024-08-07T12:13:49.455Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:49.455Z] a19e77e31441: Layer already exists [2024-08-07T12:13:49.455Z] 3.2.0-dev.48: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:49.790Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:50.114Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:50.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T12:13:50.114Z] f80b4f522cb9: Preparing [2024-08-07T12:13:50.114Z] b4cefa69a16e: Preparing [2024-08-07T12:13:50.114Z] e40a1531109e: Preparing [2024-08-07T12:13:50.114Z] 39d0cf9b3663: Preparing [2024-08-07T12:13:50.114Z] 87d47209196b: Preparing [2024-08-07T12:13:50.114Z] cf9f51676866: Preparing [2024-08-07T12:13:50.114Z] c8d2db80b98c: Preparing [2024-08-07T12:13:50.114Z] cfe3335cadd3: Preparing [2024-08-07T12:13:50.114Z] 04868242cd26: Preparing [2024-08-07T12:13:50.114Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:50.114Z] 7705655b6253: Preparing [2024-08-07T12:13:50.114Z] 1a0b73e6981c: Preparing [2024-08-07T12:13:50.114Z] 5f70bf18a086: Preparing [2024-08-07T12:13:50.114Z] f882c7e2e716: Preparing [2024-08-07T12:13:50.114Z] ba56335c6b2f: Preparing [2024-08-07T12:13:50.114Z] a19e77e31441: Preparing [2024-08-07T12:13:50.114Z] ce7f800efff9: Preparing [2024-08-07T12:13:50.114Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:50.114Z] cf9f51676866: Waiting [2024-08-07T12:13:50.114Z] c8d2db80b98c: Waiting [2024-08-07T12:13:50.114Z] cfe3335cadd3: Waiting [2024-08-07T12:13:50.114Z] 7705655b6253: Waiting [2024-08-07T12:13:50.114Z] ce7f800efff9: Waiting [2024-08-07T12:13:50.114Z] 04868242cd26: Waiting [2024-08-07T12:13:50.114Z] ba56335c6b2f: Waiting [2024-08-07T12:13:50.114Z] a19e77e31441: Waiting [2024-08-07T12:13:50.114Z] 1a0b73e6981c: Waiting [2024-08-07T12:13:50.114Z] f882c7e2e716: Waiting [2024-08-07T12:13:50.114Z] 5f70bf18a086: Waiting [2024-08-07T12:13:50.114Z] 39d0cf9b3663: Layer already exists [2024-08-07T12:13:50.114Z] f80b4f522cb9: Layer already exists [2024-08-07T12:13:50.114Z] b4cefa69a16e: Layer already exists [2024-08-07T12:13:50.114Z] e40a1531109e: Layer already exists [2024-08-07T12:13:50.114Z] 87d47209196b: Layer already exists [2024-08-07T12:13:50.114Z] cf9f51676866: Layer already exists [2024-08-07T12:13:50.114Z] c8d2db80b98c: Layer already exists [2024-08-07T12:13:50.114Z] cfe3335cadd3: Layer already exists [2024-08-07T12:13:50.114Z] 04868242cd26: Layer already exists [2024-08-07T12:13:50.114Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:50.114Z] 7705655b6253: Layer already exists [2024-08-07T12:13:50.114Z] 1a0b73e6981c: Layer already exists [2024-08-07T12:13:50.114Z] ba56335c6b2f: Layer already exists [2024-08-07T12:13:50.114Z] 5f70bf18a086: Layer already exists [2024-08-07T12:13:50.114Z] f882c7e2e716: Layer already exists [2024-08-07T12:13:50.114Z] a19e77e31441: Layer already exists [2024-08-07T12:13:50.114Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:50.114Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:50.437Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:50.757Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-07T12:13:50.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-07T12:13:50.757Z] f80b4f522cb9: Preparing [2024-08-07T12:13:50.757Z] b4cefa69a16e: Preparing [2024-08-07T12:13:50.757Z] e40a1531109e: Preparing [2024-08-07T12:13:50.757Z] 39d0cf9b3663: Preparing [2024-08-07T12:13:50.757Z] 87d47209196b: Preparing [2024-08-07T12:13:50.757Z] cf9f51676866: Preparing [2024-08-07T12:13:50.757Z] c8d2db80b98c: Preparing [2024-08-07T12:13:50.757Z] cfe3335cadd3: Preparing [2024-08-07T12:13:50.757Z] 04868242cd26: Preparing [2024-08-07T12:13:50.757Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:50.757Z] 7705655b6253: Preparing [2024-08-07T12:13:50.757Z] 1a0b73e6981c: Preparing [2024-08-07T12:13:50.757Z] 5f70bf18a086: Preparing [2024-08-07T12:13:50.757Z] f882c7e2e716: Preparing [2024-08-07T12:13:50.757Z] ba56335c6b2f: Preparing [2024-08-07T12:13:50.757Z] a19e77e31441: Preparing [2024-08-07T12:13:50.757Z] ce7f800efff9: Preparing [2024-08-07T12:13:50.757Z] cf9f51676866: Waiting [2024-08-07T12:13:50.757Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:50.757Z] 7705655b6253: Waiting [2024-08-07T12:13:50.757Z] 04868242cd26: Waiting [2024-08-07T12:13:50.757Z] c8d2db80b98c: Waiting [2024-08-07T12:13:50.757Z] ba56335c6b2f: Waiting [2024-08-07T12:13:50.757Z] 1a0b73e6981c: Waiting [2024-08-07T12:13:50.757Z] a19e77e31441: Waiting [2024-08-07T12:13:50.757Z] cfe3335cadd3: Waiting [2024-08-07T12:13:50.757Z] ce7f800efff9: Waiting [2024-08-07T12:13:50.757Z] 5f70bf18a086: Waiting [2024-08-07T12:13:50.757Z] f882c7e2e716: Waiting [2024-08-07T12:13:50.757Z] 39d0cf9b3663: Layer already exists [2024-08-07T12:13:50.757Z] b4cefa69a16e: Layer already exists [2024-08-07T12:13:50.757Z] f80b4f522cb9: Layer already exists [2024-08-07T12:13:50.757Z] 87d47209196b: Layer already exists [2024-08-07T12:13:50.757Z] e40a1531109e: Layer already exists [2024-08-07T12:13:50.757Z] c8d2db80b98c: Layer already exists [2024-08-07T12:13:50.757Z] cf9f51676866: Layer already exists [2024-08-07T12:13:50.757Z] cfe3335cadd3: Layer already exists [2024-08-07T12:13:50.757Z] 04868242cd26: Layer already exists [2024-08-07T12:13:50.757Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:50.757Z] 7705655b6253: Layer already exists [2024-08-07T12:13:50.757Z] 1a0b73e6981c: Layer already exists [2024-08-07T12:13:50.757Z] 5f70bf18a086: Layer already exists [2024-08-07T12:13:50.757Z] f882c7e2e716: Layer already exists [2024-08-07T12:13:50.757Z] ba56335c6b2f: Layer already exists [2024-08-07T12:13:50.757Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:50.757Z] a19e77e31441: Layer already exists [2024-08-07T12:13:50.757Z] main: digest: sha256:04897c09460e6ba9a876c8d168a8403020236d8bbc05568386ccd3a5ee31e8c7 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:50.830Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:50.844Z] taggedImages: [2024-08-07T12:13:50.844Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:50.844Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-07T12:13:50.844Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.48 [2024-08-07T12:13:50.844Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:50.844Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-07T12:13:50.867Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-07T12:13:50.867Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:50.867Z] latest [2024-08-07T12:13:50.867Z] 3.2.0-dev.48 [2024-08-07T12:13:50.867Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:50.867Z] main [2024-08-07T12:13:50.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:51.221Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:51.547Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:51.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T12:13:51.547Z] e91a6fc44ba0: Preparing [2024-08-07T12:13:51.547Z] 611b85615e00: Preparing [2024-08-07T12:13:51.547Z] 44c4e9cc7af9: Preparing [2024-08-07T12:13:51.547Z] b741d543d55b: Preparing [2024-08-07T12:13:51.547Z] 04868242cd26: Preparing [2024-08-07T12:13:51.547Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:51.547Z] f0e572481465: Preparing [2024-08-07T12:13:51.547Z] 52b348f4b36b: Preparing [2024-08-07T12:13:51.547Z] ce7f800efff9: Preparing [2024-08-07T12:13:51.547Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:51.547Z] f0e572481465: Waiting [2024-08-07T12:13:51.547Z] 52b348f4b36b: Waiting [2024-08-07T12:13:51.547Z] ce7f800efff9: Waiting [2024-08-07T12:13:51.547Z] 04868242cd26: Layer already exists [2024-08-07T12:13:51.547Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:51.547Z] f0e572481465: Layer already exists [2024-08-07T12:13:51.547Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:51.547Z] 611b85615e00: Pushed [2024-08-07T12:13:51.547Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:51.547Z] e91a6fc44ba0: Pushed [2024-08-07T12:13:51.547Z] 44c4e9cc7af9: Pushed [2024-08-07T12:13:54.088Z] b741d543d55b: Pushed [2024-08-07T12:13:54.088Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:54.426Z] + 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-07T12:13:54.753Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-07T12:13:54.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T12:13:54.753Z] e91a6fc44ba0: Preparing [2024-08-07T12:13:54.753Z] 611b85615e00: Preparing [2024-08-07T12:13:54.753Z] 44c4e9cc7af9: Preparing [2024-08-07T12:13:54.753Z] b741d543d55b: Preparing [2024-08-07T12:13:54.753Z] 04868242cd26: Preparing [2024-08-07T12:13:54.753Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:54.753Z] f0e572481465: Preparing [2024-08-07T12:13:54.753Z] 52b348f4b36b: Preparing [2024-08-07T12:13:54.753Z] ce7f800efff9: Preparing [2024-08-07T12:13:54.753Z] f0e572481465: Waiting [2024-08-07T12:13:54.754Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:54.754Z] 52b348f4b36b: Waiting [2024-08-07T12:13:54.754Z] ce7f800efff9: Waiting [2024-08-07T12:13:54.754Z] e91a6fc44ba0: Layer already exists [2024-08-07T12:13:54.754Z] 44c4e9cc7af9: Layer already exists [2024-08-07T12:13:54.754Z] 611b85615e00: Layer already exists [2024-08-07T12:13:54.754Z] 04868242cd26: Layer already exists [2024-08-07T12:13:54.754Z] b741d543d55b: Layer already exists [2024-08-07T12:13:54.754Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:54.754Z] f0e572481465: Layer already exists [2024-08-07T12:13:54.754Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:54.754Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:54.754Z] latest: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:55.090Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:55.410Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.48 [2024-08-07T12:13:55.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T12:13:55.410Z] e91a6fc44ba0: Preparing [2024-08-07T12:13:55.410Z] 611b85615e00: Preparing [2024-08-07T12:13:55.410Z] 44c4e9cc7af9: Preparing [2024-08-07T12:13:55.410Z] b741d543d55b: Preparing [2024-08-07T12:13:55.410Z] 04868242cd26: Preparing [2024-08-07T12:13:55.410Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:55.410Z] f0e572481465: Preparing [2024-08-07T12:13:55.410Z] 52b348f4b36b: Preparing [2024-08-07T12:13:55.410Z] ce7f800efff9: Preparing [2024-08-07T12:13:55.410Z] f0e572481465: Waiting [2024-08-07T12:13:55.410Z] 52b348f4b36b: Waiting [2024-08-07T12:13:55.410Z] ce7f800efff9: Waiting [2024-08-07T12:13:55.410Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:55.410Z] 04868242cd26: Layer already exists [2024-08-07T12:13:55.410Z] 44c4e9cc7af9: Layer already exists [2024-08-07T12:13:55.410Z] e91a6fc44ba0: Layer already exists [2024-08-07T12:13:55.410Z] 611b85615e00: Layer already exists [2024-08-07T12:13:55.410Z] b741d543d55b: Layer already exists [2024-08-07T12:13:55.410Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:55.410Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:55.410Z] f0e572481465: Layer already exists [2024-08-07T12:13:55.410Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:55.410Z] 3.2.0-dev.48: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:55.761Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:56.202Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:56.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T12:13:56.202Z] e91a6fc44ba0: Preparing [2024-08-07T12:13:56.202Z] 611b85615e00: Preparing [2024-08-07T12:13:56.202Z] 44c4e9cc7af9: Preparing [2024-08-07T12:13:56.202Z] b741d543d55b: Preparing [2024-08-07T12:13:56.202Z] 04868242cd26: Preparing [2024-08-07T12:13:56.202Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:56.202Z] f0e572481465: Preparing [2024-08-07T12:13:56.202Z] 52b348f4b36b: Preparing [2024-08-07T12:13:56.202Z] ce7f800efff9: Preparing [2024-08-07T12:13:56.202Z] 52b348f4b36b: Waiting [2024-08-07T12:13:56.202Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:56.202Z] f0e572481465: Waiting [2024-08-07T12:13:56.202Z] b741d543d55b: Layer already exists [2024-08-07T12:13:56.202Z] 44c4e9cc7af9: Layer already exists [2024-08-07T12:13:56.202Z] 611b85615e00: Layer already exists [2024-08-07T12:13:56.202Z] 04868242cd26: Layer already exists [2024-08-07T12:13:56.202Z] e91a6fc44ba0: Layer already exists [2024-08-07T12:13:56.202Z] f0e572481465: Layer already exists [2024-08-07T12:13:56.202Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:56.202Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:56.202Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:56.202Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:56.601Z] + 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-07T12:13:56.946Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-07T12:13:56.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-07T12:13:56.946Z] e91a6fc44ba0: Preparing [2024-08-07T12:13:56.946Z] 611b85615e00: Preparing [2024-08-07T12:13:56.946Z] 44c4e9cc7af9: Preparing [2024-08-07T12:13:56.946Z] b741d543d55b: Preparing [2024-08-07T12:13:56.946Z] 04868242cd26: Preparing [2024-08-07T12:13:56.946Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:56.946Z] f0e572481465: Preparing [2024-08-07T12:13:56.946Z] 52b348f4b36b: Preparing [2024-08-07T12:13:56.946Z] ce7f800efff9: Preparing [2024-08-07T12:13:56.946Z] f0e572481465: Waiting [2024-08-07T12:13:56.946Z] 52b348f4b36b: Waiting [2024-08-07T12:13:56.946Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:56.946Z] ce7f800efff9: Waiting [2024-08-07T12:13:56.946Z] 44c4e9cc7af9: Layer already exists [2024-08-07T12:13:56.946Z] 04868242cd26: Layer already exists [2024-08-07T12:13:56.946Z] e91a6fc44ba0: Layer already exists [2024-08-07T12:13:56.946Z] 611b85615e00: Layer already exists [2024-08-07T12:13:56.946Z] b741d543d55b: Layer already exists [2024-08-07T12:13:56.946Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:56.946Z] f0e572481465: Layer already exists [2024-08-07T12:13:56.946Z] 52b348f4b36b: Layer already exists [2024-08-07T12:13:56.946Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:56.946Z] main: digest: sha256:c6e5fb71ade89b0be12b2710513372575657d2c284d03dff95ea70ac593ca6a4 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:13:57.020Z] ===================================================== [Pipeline] echo [2024-08-07T12:13:57.037Z] taggedImages: [2024-08-07T12:13:57.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:57.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-07T12:13:57.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.48 [2024-08-07T12:13:57.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:57.037Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-07T12:13:57.065Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-07T12:13:57.065Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:57.065Z] latest [2024-08-07T12:13:57.065Z] 3.2.0-dev.48 [2024-08-07T12:13:57.065Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:13:57.065Z] main [2024-08-07T12:13:57.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:57.406Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:57.721Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:13:57.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T12:13:57.721Z] 3e764279a5ea: Preparing [2024-08-07T12:13:57.721Z] 28833f48d8c1: Preparing [2024-08-07T12:13:57.721Z] 835f4d2a5c0b: Preparing [2024-08-07T12:13:57.721Z] aa4f2d66ee7c: Preparing [2024-08-07T12:13:57.721Z] b0cdc1be8131: Preparing [2024-08-07T12:13:57.721Z] 04868242cd26: Preparing [2024-08-07T12:13:57.721Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:57.721Z] e28c4d1def0b: Preparing [2024-08-07T12:13:57.721Z] 2f2968e87944: Preparing [2024-08-07T12:13:57.721Z] 41ffc6dcf68b: Preparing [2024-08-07T12:13:57.721Z] ce7f800efff9: Preparing [2024-08-07T12:13:57.721Z] 04868242cd26: Waiting [2024-08-07T12:13:57.721Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:57.721Z] e28c4d1def0b: Waiting [2024-08-07T12:13:57.721Z] ce7f800efff9: Waiting [2024-08-07T12:13:57.721Z] 2f2968e87944: Waiting [2024-08-07T12:13:57.721Z] 41ffc6dcf68b: Waiting [2024-08-07T12:13:57.721Z] 28833f48d8c1: Pushed [2024-08-07T12:13:57.721Z] aa4f2d66ee7c: Pushed [2024-08-07T12:13:57.721Z] 04868242cd26: Layer already exists [2024-08-07T12:13:57.721Z] b0cdc1be8131: Pushed [2024-08-07T12:13:57.721Z] 3e764279a5ea: Pushed [2024-08-07T12:13:57.721Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:57.721Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:57.979Z] 2f2968e87944: Pushed [2024-08-07T12:13:57.979Z] e28c4d1def0b: Pushed [2024-08-07T12:13:58.914Z] 835f4d2a5c0b: Pushed [2024-08-07T12:13:59.173Z] 41ffc6dcf68b: Pushed [2024-08-07T12:13:59.173Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:13:59.497Z] + 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-07T12:13:59.810Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-07T12:13:59.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T12:13:59.810Z] 3e764279a5ea: Preparing [2024-08-07T12:13:59.810Z] 28833f48d8c1: Preparing [2024-08-07T12:13:59.810Z] 835f4d2a5c0b: Preparing [2024-08-07T12:13:59.810Z] aa4f2d66ee7c: Preparing [2024-08-07T12:13:59.810Z] b0cdc1be8131: Preparing [2024-08-07T12:13:59.810Z] 04868242cd26: Preparing [2024-08-07T12:13:59.810Z] 04868242cd26: Waiting [2024-08-07T12:13:59.810Z] 6e52d2959ca2: Preparing [2024-08-07T12:13:59.810Z] e28c4d1def0b: Preparing [2024-08-07T12:13:59.810Z] 2f2968e87944: Preparing [2024-08-07T12:13:59.810Z] 41ffc6dcf68b: Preparing [2024-08-07T12:13:59.810Z] ce7f800efff9: Preparing [2024-08-07T12:13:59.810Z] 41ffc6dcf68b: Waiting [2024-08-07T12:13:59.810Z] 6e52d2959ca2: Waiting [2024-08-07T12:13:59.810Z] e28c4d1def0b: Waiting [2024-08-07T12:13:59.810Z] ce7f800efff9: Waiting [2024-08-07T12:13:59.810Z] 2f2968e87944: Waiting [2024-08-07T12:13:59.810Z] 3e764279a5ea: Layer already exists [2024-08-07T12:13:59.810Z] aa4f2d66ee7c: Layer already exists [2024-08-07T12:13:59.810Z] 835f4d2a5c0b: Layer already exists [2024-08-07T12:13:59.810Z] 28833f48d8c1: Layer already exists [2024-08-07T12:13:59.810Z] b0cdc1be8131: Layer already exists [2024-08-07T12:13:59.810Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:13:59.810Z] 04868242cd26: Layer already exists [2024-08-07T12:13:59.810Z] e28c4d1def0b: Layer already exists [2024-08-07T12:13:59.810Z] 41ffc6dcf68b: Layer already exists [2024-08-07T12:13:59.810Z] 2f2968e87944: Layer already exists [2024-08-07T12:13:59.810Z] ce7f800efff9: Layer already exists [2024-08-07T12:13:59.810Z] latest: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:00.134Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:00.453Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.48 [2024-08-07T12:14:00.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T12:14:00.453Z] 3e764279a5ea: Preparing [2024-08-07T12:14:00.453Z] 28833f48d8c1: Preparing [2024-08-07T12:14:00.453Z] 835f4d2a5c0b: Preparing [2024-08-07T12:14:00.453Z] aa4f2d66ee7c: Preparing [2024-08-07T12:14:00.453Z] b0cdc1be8131: Preparing [2024-08-07T12:14:00.453Z] 04868242cd26: Preparing [2024-08-07T12:14:00.453Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:00.453Z] e28c4d1def0b: Preparing [2024-08-07T12:14:00.453Z] 2f2968e87944: Preparing [2024-08-07T12:14:00.453Z] 41ffc6dcf68b: Preparing [2024-08-07T12:14:00.453Z] ce7f800efff9: Preparing [2024-08-07T12:14:00.453Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:00.453Z] e28c4d1def0b: Waiting [2024-08-07T12:14:00.453Z] 41ffc6dcf68b: Waiting [2024-08-07T12:14:00.453Z] ce7f800efff9: Waiting [2024-08-07T12:14:00.453Z] 04868242cd26: Waiting [2024-08-07T12:14:00.453Z] 2f2968e87944: Waiting [2024-08-07T12:14:00.453Z] 835f4d2a5c0b: Layer already exists [2024-08-07T12:14:00.453Z] 3e764279a5ea: Layer already exists [2024-08-07T12:14:00.453Z] aa4f2d66ee7c: Layer already exists [2024-08-07T12:14:00.453Z] b0cdc1be8131: Layer already exists [2024-08-07T12:14:00.453Z] 28833f48d8c1: Layer already exists [2024-08-07T12:14:00.453Z] 04868242cd26: Layer already exists [2024-08-07T12:14:00.453Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:00.453Z] 2f2968e87944: Layer already exists [2024-08-07T12:14:00.453Z] e28c4d1def0b: Layer already exists [2024-08-07T12:14:00.453Z] 41ffc6dcf68b: Layer already exists [2024-08-07T12:14:00.453Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:00.453Z] 3.2.0-dev.48: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:00.781Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:01.095Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:01.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T12:14:01.095Z] 3e764279a5ea: Preparing [2024-08-07T12:14:01.095Z] 28833f48d8c1: Preparing [2024-08-07T12:14:01.095Z] 835f4d2a5c0b: Preparing [2024-08-07T12:14:01.095Z] aa4f2d66ee7c: Preparing [2024-08-07T12:14:01.095Z] b0cdc1be8131: Preparing [2024-08-07T12:14:01.095Z] 04868242cd26: Preparing [2024-08-07T12:14:01.095Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:01.095Z] e28c4d1def0b: Preparing [2024-08-07T12:14:01.095Z] 2f2968e87944: Preparing [2024-08-07T12:14:01.095Z] 41ffc6dcf68b: Preparing [2024-08-07T12:14:01.095Z] ce7f800efff9: Preparing [2024-08-07T12:14:01.095Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:01.095Z] 04868242cd26: Waiting [2024-08-07T12:14:01.095Z] e28c4d1def0b: Waiting [2024-08-07T12:14:01.095Z] 2f2968e87944: Waiting [2024-08-07T12:14:01.095Z] ce7f800efff9: Waiting [2024-08-07T12:14:01.095Z] aa4f2d66ee7c: Layer already exists [2024-08-07T12:14:01.095Z] b0cdc1be8131: Layer already exists [2024-08-07T12:14:01.095Z] 3e764279a5ea: Layer already exists [2024-08-07T12:14:01.095Z] 835f4d2a5c0b: Layer already exists [2024-08-07T12:14:01.095Z] 28833f48d8c1: Layer already exists [2024-08-07T12:14:01.095Z] e28c4d1def0b: Layer already exists [2024-08-07T12:14:01.095Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:01.095Z] 2f2968e87944: Layer already exists [2024-08-07T12:14:01.095Z] 04868242cd26: Layer already exists [2024-08-07T12:14:01.095Z] 41ffc6dcf68b: Layer already exists [2024-08-07T12:14:01.095Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:01.095Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:01.427Z] + 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-07T12:14:01.751Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-07T12:14:01.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-07T12:14:01.751Z] 3e764279a5ea: Preparing [2024-08-07T12:14:01.751Z] 28833f48d8c1: Preparing [2024-08-07T12:14:01.751Z] 835f4d2a5c0b: Preparing [2024-08-07T12:14:01.751Z] aa4f2d66ee7c: Preparing [2024-08-07T12:14:01.751Z] b0cdc1be8131: Preparing [2024-08-07T12:14:01.751Z] 04868242cd26: Preparing [2024-08-07T12:14:01.751Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:01.751Z] e28c4d1def0b: Preparing [2024-08-07T12:14:01.751Z] 2f2968e87944: Preparing [2024-08-07T12:14:01.751Z] 41ffc6dcf68b: Preparing [2024-08-07T12:14:01.751Z] ce7f800efff9: Preparing [2024-08-07T12:14:01.751Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:01.751Z] 41ffc6dcf68b: Waiting [2024-08-07T12:14:01.751Z] e28c4d1def0b: Waiting [2024-08-07T12:14:01.751Z] 2f2968e87944: Waiting [2024-08-07T12:14:01.751Z] ce7f800efff9: Waiting [2024-08-07T12:14:01.751Z] 04868242cd26: Waiting [2024-08-07T12:14:01.751Z] b0cdc1be8131: Layer already exists [2024-08-07T12:14:01.751Z] 835f4d2a5c0b: Layer already exists [2024-08-07T12:14:01.751Z] 3e764279a5ea: Layer already exists [2024-08-07T12:14:01.751Z] 28833f48d8c1: Layer already exists [2024-08-07T12:14:01.751Z] aa4f2d66ee7c: Layer already exists [2024-08-07T12:14:01.751Z] 04868242cd26: Layer already exists [2024-08-07T12:14:01.751Z] e28c4d1def0b: Layer already exists [2024-08-07T12:14:01.751Z] 41ffc6dcf68b: Layer already exists [2024-08-07T12:14:01.751Z] 2f2968e87944: Layer already exists [2024-08-07T12:14:01.751Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:01.751Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:01.751Z] main: digest: sha256:68b82ba347c366acc9d3fd39cb5ae4d3cdaa1e8a7e7dc638b879e9b0f30ec7bf size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:14:01.824Z] ===================================================== [Pipeline] echo [2024-08-07T12:14:01.838Z] taggedImages: [2024-08-07T12:14:01.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:01.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-07T12:14:01.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.48 [2024-08-07T12:14:01.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:01.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-07T12:14:01.865Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-07T12:14:01.865Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:01.865Z] latest [2024-08-07T12:14:01.865Z] 3.2.0-dev.48 [2024-08-07T12:14:01.865Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:01.865Z] main [2024-08-07T12:14:01.865Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:02.202Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:02.525Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:02.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T12:14:02.525Z] ff9472120b70: Preparing [2024-08-07T12:14:02.525Z] 6a183e2e4a76: Preparing [2024-08-07T12:14:02.525Z] 221816d51580: Preparing [2024-08-07T12:14:02.525Z] 99fd3f5aaa73: Preparing [2024-08-07T12:14:02.525Z] 15a01e674548: Preparing [2024-08-07T12:14:02.525Z] b0500aa88f8f: Preparing [2024-08-07T12:14:02.525Z] 367fd98b398a: Preparing [2024-08-07T12:14:02.525Z] 04868242cd26: Preparing [2024-08-07T12:14:02.525Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:02.525Z] f9b94100a602: Preparing [2024-08-07T12:14:02.525Z] e10c015d08a1: Preparing [2024-08-07T12:14:02.525Z] ce7f800efff9: Preparing [2024-08-07T12:14:02.525Z] b0500aa88f8f: Waiting [2024-08-07T12:14:02.525Z] 04868242cd26: Waiting [2024-08-07T12:14:02.525Z] 367fd98b398a: Waiting [2024-08-07T12:14:02.525Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:02.525Z] e10c015d08a1: Waiting [2024-08-07T12:14:02.525Z] f9b94100a602: Waiting [2024-08-07T12:14:02.525Z] ce7f800efff9: Waiting [2024-08-07T12:14:02.525Z] 15a01e674548: Pushed [2024-08-07T12:14:02.525Z] 6a183e2e4a76: Pushed [2024-08-07T12:14:02.525Z] ff9472120b70: Pushed [2024-08-07T12:14:02.525Z] 04868242cd26: Layer already exists [2024-08-07T12:14:02.525Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:02.525Z] b0500aa88f8f: Pushed [2024-08-07T12:14:02.783Z] 367fd98b398a: Pushed [2024-08-07T12:14:02.783Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:02.783Z] f9b94100a602: Pushed [2024-08-07T12:14:03.352Z] 99fd3f5aaa73: Pushed [2024-08-07T12:14:03.919Z] 221816d51580: Pushed [2024-08-07T12:14:03.919Z] e10c015d08a1: Pushed [2024-08-07T12:14:03.919Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:04.243Z] + 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-07T12:14:04.569Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-07T12:14:04.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T12:14:04.569Z] ff9472120b70: Preparing [2024-08-07T12:14:04.569Z] 6a183e2e4a76: Preparing [2024-08-07T12:14:04.569Z] 221816d51580: Preparing [2024-08-07T12:14:04.569Z] 99fd3f5aaa73: Preparing [2024-08-07T12:14:04.569Z] 15a01e674548: Preparing [2024-08-07T12:14:04.569Z] b0500aa88f8f: Preparing [2024-08-07T12:14:04.569Z] 367fd98b398a: Preparing [2024-08-07T12:14:04.569Z] 04868242cd26: Preparing [2024-08-07T12:14:04.569Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:04.569Z] f9b94100a602: Preparing [2024-08-07T12:14:04.569Z] e10c015d08a1: Preparing [2024-08-07T12:14:04.569Z] ce7f800efff9: Preparing [2024-08-07T12:14:04.569Z] b0500aa88f8f: Waiting [2024-08-07T12:14:04.569Z] 367fd98b398a: Waiting [2024-08-07T12:14:04.569Z] 04868242cd26: Waiting [2024-08-07T12:14:04.569Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:04.569Z] f9b94100a602: Waiting [2024-08-07T12:14:04.569Z] e10c015d08a1: Waiting [2024-08-07T12:14:04.569Z] ce7f800efff9: Waiting [2024-08-07T12:14:04.569Z] ff9472120b70: Layer already exists [2024-08-07T12:14:04.569Z] 99fd3f5aaa73: Layer already exists [2024-08-07T12:14:04.569Z] 15a01e674548: Layer already exists [2024-08-07T12:14:04.569Z] 6a183e2e4a76: Layer already exists [2024-08-07T12:14:04.569Z] 221816d51580: Layer already exists [2024-08-07T12:14:04.569Z] b0500aa88f8f: Layer already exists [2024-08-07T12:14:04.569Z] 367fd98b398a: Layer already exists [2024-08-07T12:14:04.569Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:04.569Z] 04868242cd26: Layer already exists [2024-08-07T12:14:04.569Z] f9b94100a602: Layer already exists [2024-08-07T12:14:04.569Z] e10c015d08a1: Layer already exists [2024-08-07T12:14:04.569Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:04.569Z] latest: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:04.896Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:05.210Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.48 [2024-08-07T12:14:05.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T12:14:05.210Z] ff9472120b70: Preparing [2024-08-07T12:14:05.210Z] 6a183e2e4a76: Preparing [2024-08-07T12:14:05.210Z] 221816d51580: Preparing [2024-08-07T12:14:05.210Z] 99fd3f5aaa73: Preparing [2024-08-07T12:14:05.210Z] 15a01e674548: Preparing [2024-08-07T12:14:05.210Z] b0500aa88f8f: Preparing [2024-08-07T12:14:05.210Z] 367fd98b398a: Preparing [2024-08-07T12:14:05.210Z] 04868242cd26: Preparing [2024-08-07T12:14:05.210Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:05.210Z] f9b94100a602: Preparing [2024-08-07T12:14:05.210Z] e10c015d08a1: Preparing [2024-08-07T12:14:05.210Z] ce7f800efff9: Preparing [2024-08-07T12:14:05.210Z] 04868242cd26: Waiting [2024-08-07T12:14:05.210Z] f9b94100a602: Waiting [2024-08-07T12:14:05.210Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:05.210Z] ce7f800efff9: Waiting [2024-08-07T12:14:05.210Z] e10c015d08a1: Waiting [2024-08-07T12:14:05.210Z] b0500aa88f8f: Waiting [2024-08-07T12:14:05.210Z] 367fd98b398a: Waiting [2024-08-07T12:14:05.210Z] 6a183e2e4a76: Layer already exists [2024-08-07T12:14:05.210Z] 221816d51580: Layer already exists [2024-08-07T12:14:05.210Z] ff9472120b70: Layer already exists [2024-08-07T12:14:05.210Z] 99fd3f5aaa73: Layer already exists [2024-08-07T12:14:05.210Z] 15a01e674548: Layer already exists [2024-08-07T12:14:05.210Z] 367fd98b398a: Layer already exists [2024-08-07T12:14:05.210Z] b0500aa88f8f: Layer already exists [2024-08-07T12:14:05.210Z] 04868242cd26: Layer already exists [2024-08-07T12:14:05.210Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:05.210Z] f9b94100a602: Layer already exists [2024-08-07T12:14:05.210Z] e10c015d08a1: Layer already exists [2024-08-07T12:14:05.210Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:05.210Z] 3.2.0-dev.48: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:05.545Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:05.864Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:05.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T12:14:05.864Z] ff9472120b70: Preparing [2024-08-07T12:14:05.864Z] 6a183e2e4a76: Preparing [2024-08-07T12:14:05.864Z] 221816d51580: Preparing [2024-08-07T12:14:05.864Z] 99fd3f5aaa73: Preparing [2024-08-07T12:14:05.864Z] 15a01e674548: Preparing [2024-08-07T12:14:05.864Z] b0500aa88f8f: Preparing [2024-08-07T12:14:05.864Z] 367fd98b398a: Preparing [2024-08-07T12:14:05.864Z] 04868242cd26: Preparing [2024-08-07T12:14:05.864Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:05.864Z] f9b94100a602: Preparing [2024-08-07T12:14:05.864Z] 04868242cd26: Waiting [2024-08-07T12:14:05.864Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:05.864Z] e10c015d08a1: Preparing [2024-08-07T12:14:05.864Z] ce7f800efff9: Preparing [2024-08-07T12:14:05.864Z] 367fd98b398a: Waiting [2024-08-07T12:14:05.864Z] e10c015d08a1: Waiting [2024-08-07T12:14:05.864Z] f9b94100a602: Waiting [2024-08-07T12:14:05.864Z] ce7f800efff9: Waiting [2024-08-07T12:14:05.864Z] 15a01e674548: Layer already exists [2024-08-07T12:14:05.864Z] ff9472120b70: Layer already exists [2024-08-07T12:14:05.864Z] 6a183e2e4a76: Layer already exists [2024-08-07T12:14:05.864Z] 99fd3f5aaa73: Layer already exists [2024-08-07T12:14:05.864Z] 221816d51580: Layer already exists [2024-08-07T12:14:05.864Z] b0500aa88f8f: Layer already exists [2024-08-07T12:14:05.864Z] 367fd98b398a: Layer already exists [2024-08-07T12:14:05.864Z] f9b94100a602: Layer already exists [2024-08-07T12:14:05.864Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:05.864Z] 04868242cd26: Layer already exists [2024-08-07T12:14:05.864Z] e10c015d08a1: Layer already exists [2024-08-07T12:14:05.864Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:05.864Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:06.184Z] + 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-07T12:14:06.512Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-07T12:14:06.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-07T12:14:06.512Z] ff9472120b70: Preparing [2024-08-07T12:14:06.512Z] 6a183e2e4a76: Preparing [2024-08-07T12:14:06.512Z] 221816d51580: Preparing [2024-08-07T12:14:06.512Z] 99fd3f5aaa73: Preparing [2024-08-07T12:14:06.512Z] 15a01e674548: Preparing [2024-08-07T12:14:06.512Z] b0500aa88f8f: Preparing [2024-08-07T12:14:06.512Z] 367fd98b398a: Preparing [2024-08-07T12:14:06.512Z] 04868242cd26: Preparing [2024-08-07T12:14:06.512Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:06.512Z] f9b94100a602: Preparing [2024-08-07T12:14:06.512Z] e10c015d08a1: Preparing [2024-08-07T12:14:06.512Z] ce7f800efff9: Preparing [2024-08-07T12:14:06.512Z] 04868242cd26: Waiting [2024-08-07T12:14:06.512Z] 6e52d2959ca2: Waiting [2024-08-07T12:14:06.512Z] e10c015d08a1: Waiting [2024-08-07T12:14:06.512Z] ce7f800efff9: Waiting [2024-08-07T12:14:06.512Z] f9b94100a602: Waiting [2024-08-07T12:14:06.512Z] b0500aa88f8f: Waiting [2024-08-07T12:14:06.512Z] 367fd98b398a: Waiting [2024-08-07T12:14:06.512Z] 6a183e2e4a76: Layer already exists [2024-08-07T12:14:06.512Z] ff9472120b70: Layer already exists [2024-08-07T12:14:06.512Z] 221816d51580: Layer already exists [2024-08-07T12:14:06.512Z] 15a01e674548: Layer already exists [2024-08-07T12:14:06.512Z] 99fd3f5aaa73: Layer already exists [2024-08-07T12:14:06.512Z] b0500aa88f8f: Layer already exists [2024-08-07T12:14:06.512Z] 04868242cd26: Layer already exists [2024-08-07T12:14:06.512Z] 367fd98b398a: Layer already exists [2024-08-07T12:14:06.512Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:06.512Z] f9b94100a602: Layer already exists [2024-08-07T12:14:06.512Z] e10c015d08a1: Layer already exists [2024-08-07T12:14:06.512Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:06.512Z] main: digest: sha256:7f647f3a357d7c897b13993a1d51036b61e77ebd2b1e9dd0299c35b7f08b6234 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:14:06.577Z] ===================================================== [Pipeline] echo [2024-08-07T12:14:06.587Z] taggedImages: [2024-08-07T12:14:06.587Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:06.587Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-07T12:14:06.587Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.48 [2024-08-07T12:14:06.587Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:06.587Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-07T12:14:06.609Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-07T12:14:06.609Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:06.609Z] latest [2024-08-07T12:14:06.609Z] 3.2.0-dev.48 [2024-08-07T12:14:06.609Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:06.609Z] main [2024-08-07T12:14:06.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:06.943Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:07.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:07.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T12:14:07.267Z] 66a7a235ff1c: Preparing [2024-08-07T12:14:07.267Z] 93801cff1554: Preparing [2024-08-07T12:14:07.267Z] 04868242cd26: Preparing [2024-08-07T12:14:07.267Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:07.267Z] 91b7761f0a04: Preparing [2024-08-07T12:14:07.267Z] df6346f6cb68: Preparing [2024-08-07T12:14:07.267Z] ce7f800efff9: Preparing [2024-08-07T12:14:07.267Z] df6346f6cb68: Waiting [2024-08-07T12:14:07.267Z] ce7f800efff9: Waiting [2024-08-07T12:14:07.267Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:07.267Z] 04868242cd26: Layer already exists [2024-08-07T12:14:07.267Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:07.267Z] 91b7761f0a04: Pushed [2024-08-07T12:14:07.267Z] 66a7a235ff1c: Pushed [2024-08-07T12:14:08.202Z] df6346f6cb68: Pushed [2024-08-07T12:14:09.138Z] 93801cff1554: Pushed [2024-08-07T12:14:09.138Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:09.468Z] + 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-07T12:14:09.794Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-07T12:14:09.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T12:14:09.794Z] 66a7a235ff1c: Preparing [2024-08-07T12:14:09.794Z] 93801cff1554: Preparing [2024-08-07T12:14:09.794Z] 04868242cd26: Preparing [2024-08-07T12:14:09.794Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:09.794Z] 91b7761f0a04: Preparing [2024-08-07T12:14:09.794Z] df6346f6cb68: Preparing [2024-08-07T12:14:09.794Z] ce7f800efff9: Preparing [2024-08-07T12:14:09.794Z] df6346f6cb68: Waiting [2024-08-07T12:14:09.794Z] ce7f800efff9: Waiting [2024-08-07T12:14:09.794Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:09.794Z] 91b7761f0a04: Layer already exists [2024-08-07T12:14:09.794Z] 93801cff1554: Layer already exists [2024-08-07T12:14:09.794Z] 66a7a235ff1c: Layer already exists [2024-08-07T12:14:09.794Z] 04868242cd26: Layer already exists [2024-08-07T12:14:09.794Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:09.794Z] df6346f6cb68: Layer already exists [2024-08-07T12:14:09.794Z] latest: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:10.123Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:10.446Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.48 [2024-08-07T12:14:10.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T12:14:10.446Z] 66a7a235ff1c: Preparing [2024-08-07T12:14:10.446Z] 93801cff1554: Preparing [2024-08-07T12:14:10.446Z] 04868242cd26: Preparing [2024-08-07T12:14:10.446Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:10.446Z] 91b7761f0a04: Preparing [2024-08-07T12:14:10.446Z] df6346f6cb68: Preparing [2024-08-07T12:14:10.446Z] ce7f800efff9: Preparing [2024-08-07T12:14:10.446Z] df6346f6cb68: Waiting [2024-08-07T12:14:10.446Z] 66a7a235ff1c: Layer already exists [2024-08-07T12:14:10.446Z] 93801cff1554: Layer already exists [2024-08-07T12:14:10.446Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:10.446Z] 04868242cd26: Layer already exists [2024-08-07T12:14:10.446Z] 91b7761f0a04: Layer already exists [2024-08-07T12:14:10.446Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:10.446Z] df6346f6cb68: Layer already exists [2024-08-07T12:14:10.446Z] 3.2.0-dev.48: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:10.770Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:11.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:11.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T12:14:11.092Z] 66a7a235ff1c: Preparing [2024-08-07T12:14:11.092Z] 93801cff1554: Preparing [2024-08-07T12:14:11.092Z] 04868242cd26: Preparing [2024-08-07T12:14:11.092Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:11.092Z] 91b7761f0a04: Preparing [2024-08-07T12:14:11.092Z] df6346f6cb68: Preparing [2024-08-07T12:14:11.092Z] ce7f800efff9: Preparing [2024-08-07T12:14:11.092Z] df6346f6cb68: Waiting [2024-08-07T12:14:11.092Z] ce7f800efff9: Waiting [2024-08-07T12:14:11.092Z] 04868242cd26: Layer already exists [2024-08-07T12:14:11.092Z] 93801cff1554: Layer already exists [2024-08-07T12:14:11.092Z] 91b7761f0a04: Layer already exists [2024-08-07T12:14:11.092Z] 66a7a235ff1c: Layer already exists [2024-08-07T12:14:11.092Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:11.092Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:11.092Z] df6346f6cb68: Layer already exists [2024-08-07T12:14:11.092Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:11.409Z] + 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-07T12:14:11.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-07T12:14:11.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-07T12:14:11.731Z] 66a7a235ff1c: Preparing [2024-08-07T12:14:11.731Z] 93801cff1554: Preparing [2024-08-07T12:14:11.731Z] 04868242cd26: Preparing [2024-08-07T12:14:11.731Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:11.731Z] 91b7761f0a04: Preparing [2024-08-07T12:14:11.731Z] df6346f6cb68: Preparing [2024-08-07T12:14:11.731Z] ce7f800efff9: Preparing [2024-08-07T12:14:11.731Z] df6346f6cb68: Waiting [2024-08-07T12:14:11.731Z] ce7f800efff9: Waiting [2024-08-07T12:14:11.731Z] 93801cff1554: Layer already exists [2024-08-07T12:14:11.731Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:11.731Z] 66a7a235ff1c: Layer already exists [2024-08-07T12:14:11.731Z] 04868242cd26: Layer already exists [2024-08-07T12:14:11.731Z] 91b7761f0a04: Layer already exists [2024-08-07T12:14:11.731Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:11.731Z] df6346f6cb68: Layer already exists [2024-08-07T12:14:11.731Z] main: digest: sha256:28b8ce5e0592545f71ce0b85bcf54290d70b58bdea78ebef7700b7fb050960ee size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:14:11.805Z] ===================================================== [Pipeline] echo [2024-08-07T12:14:11.819Z] taggedImages: [2024-08-07T12:14:11.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:11.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-07T12:14:11.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.48 [2024-08-07T12:14:11.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:11.819Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-07T12:14:11.850Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-07T12:14:11.850Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:11.850Z] latest [2024-08-07T12:14:11.850Z] 3.2.0-dev.48 [2024-08-07T12:14:11.850Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:11.850Z] main [2024-08-07T12:14:11.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:12.182Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:12.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:12.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T12:14:12.494Z] 6bc3fe94b5ae: Preparing [2024-08-07T12:14:12.494Z] e0fa3dc43a04: Preparing [2024-08-07T12:14:12.494Z] 570c2b19144e: Preparing [2024-08-07T12:14:12.494Z] 04868242cd26: Preparing [2024-08-07T12:14:12.494Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:12.494Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:12.494Z] c3219da4e4b8: Preparing [2024-08-07T12:14:12.494Z] 860375d087b6: Preparing [2024-08-07T12:14:12.494Z] c03b7ac7db08: Preparing [2024-08-07T12:14:12.494Z] ce7f800efff9: Preparing [2024-08-07T12:14:12.494Z] c3219da4e4b8: Waiting [2024-08-07T12:14:12.494Z] c03b7ac7db08: Waiting [2024-08-07T12:14:12.494Z] ce7f800efff9: Waiting [2024-08-07T12:14:12.494Z] 860375d087b6: Waiting [2024-08-07T12:14:12.494Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:12.494Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:12.494Z] 04868242cd26: Layer already exists [2024-08-07T12:14:12.494Z] 570c2b19144e: Pushed [2024-08-07T12:14:12.494Z] e0fa3dc43a04: Pushed [2024-08-07T12:14:12.494Z] 6bc3fe94b5ae: Pushed [2024-08-07T12:14:12.494Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:12.494Z] 860375d087b6: Pushed [2024-08-07T12:14:13.059Z] c03b7ac7db08: Pushed [2024-08-07T12:14:19.638Z] c3219da4e4b8: Pushed [2024-08-07T12:14:22.924Z] a74cc3eb2a94: Pushed [2024-08-07T12:14:22.924Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:23.256Z] + 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-07T12:14:23.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-07T12:14:23.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T12:14:23.578Z] 6bc3fe94b5ae: Preparing [2024-08-07T12:14:23.578Z] e0fa3dc43a04: Preparing [2024-08-07T12:14:23.578Z] 570c2b19144e: Preparing [2024-08-07T12:14:23.578Z] 04868242cd26: Preparing [2024-08-07T12:14:23.578Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:23.578Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:23.578Z] c3219da4e4b8: Preparing [2024-08-07T12:14:23.578Z] 860375d087b6: Preparing [2024-08-07T12:14:23.578Z] c03b7ac7db08: Preparing [2024-08-07T12:14:23.578Z] ce7f800efff9: Preparing [2024-08-07T12:14:23.578Z] 860375d087b6: Waiting [2024-08-07T12:14:23.578Z] c03b7ac7db08: Waiting [2024-08-07T12:14:23.578Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:23.578Z] c3219da4e4b8: Waiting [2024-08-07T12:14:23.578Z] ce7f800efff9: Waiting [2024-08-07T12:14:23.578Z] e0fa3dc43a04: Layer already exists [2024-08-07T12:14:23.578Z] 04868242cd26: Layer already exists [2024-08-07T12:14:23.578Z] 6bc3fe94b5ae: Layer already exists [2024-08-07T12:14:23.578Z] 570c2b19144e: Layer already exists [2024-08-07T12:14:23.578Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:23.578Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:23.578Z] 860375d087b6: Layer already exists [2024-08-07T12:14:23.578Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:23.578Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:23.578Z] c3219da4e4b8: Layer already exists [2024-08-07T12:14:23.578Z] latest: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:23.901Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:24.219Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.48 [2024-08-07T12:14:24.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T12:14:24.219Z] 6bc3fe94b5ae: Preparing [2024-08-07T12:14:24.219Z] e0fa3dc43a04: Preparing [2024-08-07T12:14:24.219Z] 570c2b19144e: Preparing [2024-08-07T12:14:24.219Z] 04868242cd26: Preparing [2024-08-07T12:14:24.219Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:24.219Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:24.219Z] c3219da4e4b8: Preparing [2024-08-07T12:14:24.219Z] 860375d087b6: Preparing [2024-08-07T12:14:24.219Z] c03b7ac7db08: Preparing [2024-08-07T12:14:24.219Z] ce7f800efff9: Preparing [2024-08-07T12:14:24.219Z] c3219da4e4b8: Waiting [2024-08-07T12:14:24.219Z] c03b7ac7db08: Waiting [2024-08-07T12:14:24.219Z] 860375d087b6: Waiting [2024-08-07T12:14:24.219Z] ce7f800efff9: Waiting [2024-08-07T12:14:24.219Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:24.219Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:24.219Z] 04868242cd26: Layer already exists [2024-08-07T12:14:24.219Z] 6bc3fe94b5ae: Layer already exists [2024-08-07T12:14:24.219Z] e0fa3dc43a04: Layer already exists [2024-08-07T12:14:24.219Z] 570c2b19144e: Layer already exists [2024-08-07T12:14:24.219Z] 860375d087b6: Layer already exists [2024-08-07T12:14:24.219Z] c3219da4e4b8: Layer already exists [2024-08-07T12:14:24.219Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:24.219Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:24.219Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:24.219Z] 3.2.0-dev.48: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:24.539Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:24.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:24.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T12:14:24.853Z] 6bc3fe94b5ae: Preparing [2024-08-07T12:14:24.853Z] e0fa3dc43a04: Preparing [2024-08-07T12:14:24.853Z] 570c2b19144e: Preparing [2024-08-07T12:14:24.853Z] 04868242cd26: Preparing [2024-08-07T12:14:24.853Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:24.853Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:24.853Z] c3219da4e4b8: Preparing [2024-08-07T12:14:24.853Z] 860375d087b6: Preparing [2024-08-07T12:14:24.853Z] c03b7ac7db08: Preparing [2024-08-07T12:14:24.853Z] ce7f800efff9: Preparing [2024-08-07T12:14:24.853Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:24.853Z] c3219da4e4b8: Waiting [2024-08-07T12:14:24.853Z] 860375d087b6: Waiting [2024-08-07T12:14:24.853Z] ce7f800efff9: Waiting [2024-08-07T12:14:24.853Z] 04868242cd26: Layer already exists [2024-08-07T12:14:24.853Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:24.853Z] 570c2b19144e: Layer already exists [2024-08-07T12:14:24.853Z] 6bc3fe94b5ae: Layer already exists [2024-08-07T12:14:24.853Z] e0fa3dc43a04: Layer already exists [2024-08-07T12:14:24.853Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:24.853Z] 860375d087b6: Layer already exists [2024-08-07T12:14:24.853Z] c3219da4e4b8: Layer already exists [2024-08-07T12:14:24.854Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:24.854Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:24.854Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:25.173Z] + 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-07T12:14:25.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-07T12:14:25.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-07T12:14:25.483Z] 6bc3fe94b5ae: Preparing [2024-08-07T12:14:25.483Z] e0fa3dc43a04: Preparing [2024-08-07T12:14:25.483Z] 570c2b19144e: Preparing [2024-08-07T12:14:25.483Z] 04868242cd26: Preparing [2024-08-07T12:14:25.483Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:25.483Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:25.483Z] c3219da4e4b8: Preparing [2024-08-07T12:14:25.483Z] 860375d087b6: Preparing [2024-08-07T12:14:25.483Z] c03b7ac7db08: Preparing [2024-08-07T12:14:25.483Z] ce7f800efff9: Preparing [2024-08-07T12:14:25.483Z] c3219da4e4b8: Waiting [2024-08-07T12:14:25.483Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:25.483Z] c03b7ac7db08: Waiting [2024-08-07T12:14:25.483Z] 860375d087b6: Waiting [2024-08-07T12:14:25.483Z] 570c2b19144e: Layer already exists [2024-08-07T12:14:25.483Z] 6bc3fe94b5ae: Layer already exists [2024-08-07T12:14:25.483Z] 04868242cd26: Layer already exists [2024-08-07T12:14:25.483Z] e0fa3dc43a04: Layer already exists [2024-08-07T12:14:25.483Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:25.483Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:25.483Z] 860375d087b6: Layer already exists [2024-08-07T12:14:25.483Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:25.483Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:25.483Z] c3219da4e4b8: Layer already exists [2024-08-07T12:14:25.483Z] main: digest: sha256:21f862d8d9a9362e5f21cecff48b8090eb75bffecc4cfb4debf730e5d351ea34 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:14:25.560Z] ===================================================== [Pipeline] echo [2024-08-07T12:14:25.574Z] taggedImages: [2024-08-07T12:14:25.574Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:25.574Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-07T12:14:25.574Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.48 [2024-08-07T12:14:25.574Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:25.574Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-07T12:14:25.600Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-07T12:14:25.600Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:25.600Z] latest [2024-08-07T12:14:25.600Z] 3.2.0-dev.48 [2024-08-07T12:14:25.600Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:25.600Z] main [2024-08-07T12:14:25.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:25.959Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:26.282Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:26.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T12:14:26.282Z] 84a49b1f211e: Preparing [2024-08-07T12:14:26.282Z] 091e08e532c7: Preparing [2024-08-07T12:14:26.282Z] de6990271313: Preparing [2024-08-07T12:14:26.282Z] 04868242cd26: Preparing [2024-08-07T12:14:26.282Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:26.282Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:26.282Z] 6bab569d99e4: Preparing [2024-08-07T12:14:26.282Z] 859994d4746d: Preparing [2024-08-07T12:14:26.282Z] ce7f800efff9: Preparing [2024-08-07T12:14:26.282Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:26.282Z] 859994d4746d: Waiting [2024-08-07T12:14:26.282Z] ce7f800efff9: Waiting [2024-08-07T12:14:26.282Z] 6bab569d99e4: Waiting [2024-08-07T12:14:26.282Z] 04868242cd26: Layer already exists [2024-08-07T12:14:26.282Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:26.282Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:26.282Z] 091e08e532c7: Pushed [2024-08-07T12:14:26.282Z] de6990271313: Pushed [2024-08-07T12:14:26.282Z] 84a49b1f211e: Pushed [2024-08-07T12:14:26.282Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:26.282Z] 6bab569d99e4: Pushed [2024-08-07T12:14:26.541Z] 859994d4746d: Pushed [2024-08-07T12:14:26.800Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:27.121Z] + 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-07T12:14:27.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-07T12:14:27.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T12:14:27.444Z] 84a49b1f211e: Preparing [2024-08-07T12:14:27.444Z] 091e08e532c7: Preparing [2024-08-07T12:14:27.444Z] de6990271313: Preparing [2024-08-07T12:14:27.444Z] 04868242cd26: Preparing [2024-08-07T12:14:27.444Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:27.444Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:27.444Z] 6bab569d99e4: Preparing [2024-08-07T12:14:27.444Z] 859994d4746d: Preparing [2024-08-07T12:14:27.444Z] ce7f800efff9: Preparing [2024-08-07T12:14:27.444Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:27.444Z] 6bab569d99e4: Waiting [2024-08-07T12:14:27.444Z] 859994d4746d: Waiting [2024-08-07T12:14:27.444Z] ce7f800efff9: Waiting [2024-08-07T12:14:27.444Z] 84a49b1f211e: Layer already exists [2024-08-07T12:14:27.444Z] 091e08e532c7: Layer already exists [2024-08-07T12:14:27.444Z] de6990271313: Layer already exists [2024-08-07T12:14:27.444Z] 04868242cd26: Layer already exists [2024-08-07T12:14:27.444Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:27.444Z] 859994d4746d: Layer already exists [2024-08-07T12:14:27.444Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:27.444Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:27.444Z] 6bab569d99e4: Layer already exists [2024-08-07T12:14:27.444Z] latest: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:27.765Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:28.086Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.48 [2024-08-07T12:14:28.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T12:14:28.086Z] 84a49b1f211e: Preparing [2024-08-07T12:14:28.086Z] 091e08e532c7: Preparing [2024-08-07T12:14:28.086Z] de6990271313: Preparing [2024-08-07T12:14:28.086Z] 04868242cd26: Preparing [2024-08-07T12:14:28.086Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:28.086Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:28.086Z] 6bab569d99e4: Preparing [2024-08-07T12:14:28.086Z] 859994d4746d: Preparing [2024-08-07T12:14:28.086Z] ce7f800efff9: Preparing [2024-08-07T12:14:28.086Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:28.086Z] 859994d4746d: Waiting [2024-08-07T12:14:28.086Z] 6bab569d99e4: Waiting [2024-08-07T12:14:28.086Z] ce7f800efff9: Waiting [2024-08-07T12:14:28.086Z] 04868242cd26: Layer already exists [2024-08-07T12:14:28.086Z] 091e08e532c7: Layer already exists [2024-08-07T12:14:28.086Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:28.086Z] de6990271313: Layer already exists [2024-08-07T12:14:28.086Z] 84a49b1f211e: Layer already exists [2024-08-07T12:14:28.086Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:28.086Z] 6bab569d99e4: Layer already exists [2024-08-07T12:14:28.086Z] 859994d4746d: Layer already exists [2024-08-07T12:14:28.086Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:28.086Z] 3.2.0-dev.48: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:28.408Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:28.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:28.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T12:14:28.728Z] 84a49b1f211e: Preparing [2024-08-07T12:14:28.728Z] 091e08e532c7: Preparing [2024-08-07T12:14:28.728Z] de6990271313: Preparing [2024-08-07T12:14:28.728Z] 04868242cd26: Preparing [2024-08-07T12:14:28.728Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:28.728Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:28.728Z] 6bab569d99e4: Preparing [2024-08-07T12:14:28.728Z] 859994d4746d: Preparing [2024-08-07T12:14:28.728Z] ce7f800efff9: Preparing [2024-08-07T12:14:28.728Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:28.728Z] 6bab569d99e4: Waiting [2024-08-07T12:14:28.728Z] 859994d4746d: Waiting [2024-08-07T12:14:28.728Z] ce7f800efff9: Waiting [2024-08-07T12:14:28.728Z] 04868242cd26: Layer already exists [2024-08-07T12:14:28.728Z] 84a49b1f211e: Layer already exists [2024-08-07T12:14:28.728Z] 091e08e532c7: Layer already exists [2024-08-07T12:14:28.728Z] de6990271313: Layer already exists [2024-08-07T12:14:28.728Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:28.728Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:28.728Z] 6bab569d99e4: Layer already exists [2024-08-07T12:14:28.728Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:28.728Z] 859994d4746d: Layer already exists [2024-08-07T12:14:28.728Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:29.063Z] + 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-07T12:14:29.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-07T12:14:29.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-07T12:14:29.379Z] 84a49b1f211e: Preparing [2024-08-07T12:14:29.379Z] 091e08e532c7: Preparing [2024-08-07T12:14:29.379Z] de6990271313: Preparing [2024-08-07T12:14:29.379Z] 04868242cd26: Preparing [2024-08-07T12:14:29.379Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:29.379Z] a74cc3eb2a94: Preparing [2024-08-07T12:14:29.379Z] 6bab569d99e4: Preparing [2024-08-07T12:14:29.379Z] 859994d4746d: Preparing [2024-08-07T12:14:29.379Z] ce7f800efff9: Preparing [2024-08-07T12:14:29.379Z] a74cc3eb2a94: Waiting [2024-08-07T12:14:29.379Z] 6bab569d99e4: Waiting [2024-08-07T12:14:29.379Z] 859994d4746d: Waiting [2024-08-07T12:14:29.379Z] ce7f800efff9: Waiting [2024-08-07T12:14:29.379Z] 84a49b1f211e: Layer already exists [2024-08-07T12:14:29.379Z] 04868242cd26: Layer already exists [2024-08-07T12:14:29.380Z] de6990271313: Layer already exists [2024-08-07T12:14:29.380Z] 091e08e532c7: Layer already exists [2024-08-07T12:14:29.380Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:29.380Z] 6bab569d99e4: Layer already exists [2024-08-07T12:14:29.380Z] a74cc3eb2a94: Layer already exists [2024-08-07T12:14:29.380Z] 859994d4746d: Layer already exists [2024-08-07T12:14:29.380Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:29.380Z] main: digest: sha256:c077d56fb6402e1b9c88eace79f8a805a972d091b62e49042d7711f1da58dc7d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:14:29.450Z] ===================================================== [Pipeline] echo [2024-08-07T12:14:29.463Z] taggedImages: [2024-08-07T12:14:29.463Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:29.463Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-07T12:14:29.463Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.48 [2024-08-07T12:14:29.463Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:29.463Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-07T12:14:29.491Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-07T12:14:29.491Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:29.491Z] latest [2024-08-07T12:14:29.491Z] 3.2.0-dev.48 [2024-08-07T12:14:29.491Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:29.491Z] main [2024-08-07T12:14:29.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:29.826Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:30.149Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:30.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T12:14:30.149Z] 1d8c559cefba: Preparing [2024-08-07T12:14:30.149Z] 75bb4c7e1217: Preparing [2024-08-07T12:14:30.149Z] fef09d15f9b9: Preparing [2024-08-07T12:14:30.149Z] 04868242cd26: Preparing [2024-08-07T12:14:30.149Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:30.149Z] f947696ea1f0: Preparing [2024-08-07T12:14:30.149Z] 860375d087b6: Preparing [2024-08-07T12:14:30.149Z] c03b7ac7db08: Preparing [2024-08-07T12:14:30.149Z] ce7f800efff9: Preparing [2024-08-07T12:14:30.149Z] f947696ea1f0: Waiting [2024-08-07T12:14:30.149Z] 860375d087b6: Waiting [2024-08-07T12:14:30.149Z] c03b7ac7db08: Waiting [2024-08-07T12:14:30.149Z] ce7f800efff9: Waiting [2024-08-07T12:14:30.149Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:30.149Z] 04868242cd26: Layer already exists [2024-08-07T12:14:30.149Z] 860375d087b6: Layer already exists [2024-08-07T12:14:30.149Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:30.149Z] 75bb4c7e1217: Pushed [2024-08-07T12:14:30.149Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:30.149Z] fef09d15f9b9: Pushed [2024-08-07T12:14:30.149Z] 1d8c559cefba: Pushed [2024-08-07T12:14:42.352Z] f947696ea1f0: Pushed [2024-08-07T12:14:42.352Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:42.670Z] + 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-07T12:14:42.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-07T12:14:42.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T12:14:42.995Z] 1d8c559cefba: Preparing [2024-08-07T12:14:42.995Z] 75bb4c7e1217: Preparing [2024-08-07T12:14:42.995Z] fef09d15f9b9: Preparing [2024-08-07T12:14:42.995Z] 04868242cd26: Preparing [2024-08-07T12:14:42.995Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:42.995Z] f947696ea1f0: Preparing [2024-08-07T12:14:42.995Z] 860375d087b6: Preparing [2024-08-07T12:14:42.995Z] c03b7ac7db08: Preparing [2024-08-07T12:14:42.995Z] ce7f800efff9: Preparing [2024-08-07T12:14:42.995Z] f947696ea1f0: Waiting [2024-08-07T12:14:42.995Z] 860375d087b6: Waiting [2024-08-07T12:14:42.995Z] ce7f800efff9: Waiting [2024-08-07T12:14:42.995Z] c03b7ac7db08: Waiting [2024-08-07T12:14:42.995Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:42.995Z] fef09d15f9b9: Layer already exists [2024-08-07T12:14:42.995Z] 04868242cd26: Layer already exists [2024-08-07T12:14:42.995Z] 1d8c559cefba: Layer already exists [2024-08-07T12:14:42.995Z] 75bb4c7e1217: Layer already exists [2024-08-07T12:14:42.995Z] f947696ea1f0: Layer already exists [2024-08-07T12:14:42.995Z] 860375d087b6: Layer already exists [2024-08-07T12:14:42.995Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:42.995Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:51.110Z] latest: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:51.437Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:51.806Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.48 [2024-08-07T12:14:51.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T12:14:51.806Z] 1d8c559cefba: Preparing [2024-08-07T12:14:51.806Z] 75bb4c7e1217: Preparing [2024-08-07T12:14:51.806Z] fef09d15f9b9: Preparing [2024-08-07T12:14:51.806Z] 04868242cd26: Preparing [2024-08-07T12:14:51.806Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:51.806Z] f947696ea1f0: Preparing [2024-08-07T12:14:51.806Z] 860375d087b6: Preparing [2024-08-07T12:14:51.806Z] c03b7ac7db08: Preparing [2024-08-07T12:14:51.806Z] ce7f800efff9: Preparing [2024-08-07T12:14:51.806Z] c03b7ac7db08: Waiting [2024-08-07T12:14:51.806Z] ce7f800efff9: Waiting [2024-08-07T12:14:51.806Z] 860375d087b6: Waiting [2024-08-07T12:14:51.806Z] fef09d15f9b9: Layer already exists [2024-08-07T12:14:51.806Z] 04868242cd26: Layer already exists [2024-08-07T12:14:51.806Z] 1d8c559cefba: Layer already exists [2024-08-07T12:14:51.806Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:51.806Z] 75bb4c7e1217: Layer already exists [2024-08-07T12:14:51.806Z] f947696ea1f0: Layer already exists [2024-08-07T12:14:51.806Z] 860375d087b6: Layer already exists [2024-08-07T12:14:51.806Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:51.806Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:51.806Z] 3.2.0-dev.48: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:52.133Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:52.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:52.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T12:14:52.465Z] 1d8c559cefba: Preparing [2024-08-07T12:14:52.465Z] 75bb4c7e1217: Preparing [2024-08-07T12:14:52.465Z] fef09d15f9b9: Preparing [2024-08-07T12:14:52.465Z] 04868242cd26: Preparing [2024-08-07T12:14:52.465Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:52.465Z] f947696ea1f0: Preparing [2024-08-07T12:14:52.465Z] 860375d087b6: Preparing [2024-08-07T12:14:52.465Z] c03b7ac7db08: Preparing [2024-08-07T12:14:52.465Z] ce7f800efff9: Preparing [2024-08-07T12:14:52.465Z] f947696ea1f0: Waiting [2024-08-07T12:14:52.465Z] 860375d087b6: Waiting [2024-08-07T12:14:52.465Z] ce7f800efff9: Waiting [2024-08-07T12:14:52.465Z] c03b7ac7db08: Waiting [2024-08-07T12:14:52.465Z] 1d8c559cefba: Layer already exists [2024-08-07T12:14:52.465Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:52.465Z] fef09d15f9b9: Layer already exists [2024-08-07T12:14:52.465Z] 04868242cd26: Layer already exists [2024-08-07T12:14:52.465Z] 75bb4c7e1217: Layer already exists [2024-08-07T12:14:52.465Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:52.465Z] f947696ea1f0: Layer already exists [2024-08-07T12:14:52.465Z] 860375d087b6: Layer already exists [2024-08-07T12:14:52.465Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:52.465Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:52.786Z] + 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-07T12:14:53.108Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-07T12:14:53.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-07T12:14:53.108Z] 1d8c559cefba: Preparing [2024-08-07T12:14:53.108Z] 75bb4c7e1217: Preparing [2024-08-07T12:14:53.108Z] fef09d15f9b9: Preparing [2024-08-07T12:14:53.108Z] 04868242cd26: Preparing [2024-08-07T12:14:53.108Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:53.108Z] f947696ea1f0: Preparing [2024-08-07T12:14:53.108Z] 860375d087b6: Preparing [2024-08-07T12:14:53.108Z] c03b7ac7db08: Preparing [2024-08-07T12:14:53.108Z] ce7f800efff9: Preparing [2024-08-07T12:14:53.108Z] f947696ea1f0: Waiting [2024-08-07T12:14:53.108Z] 860375d087b6: Waiting [2024-08-07T12:14:53.108Z] ce7f800efff9: Waiting [2024-08-07T12:14:53.108Z] c03b7ac7db08: Waiting [2024-08-07T12:14:53.108Z] 04868242cd26: Layer already exists [2024-08-07T12:14:53.108Z] 1d8c559cefba: Layer already exists [2024-08-07T12:14:53.108Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:53.108Z] 75bb4c7e1217: Layer already exists [2024-08-07T12:14:53.108Z] fef09d15f9b9: Layer already exists [2024-08-07T12:14:53.108Z] 860375d087b6: Layer already exists [2024-08-07T12:14:53.108Z] f947696ea1f0: Layer already exists [2024-08-07T12:14:53.108Z] c03b7ac7db08: Layer already exists [2024-08-07T12:14:53.108Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:53.108Z] main: digest: sha256:f8f32efaf3ee349f1ec4c604841711ebcb8614e9fb9e703b2e59a44a55aa7efe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:14:53.175Z] ===================================================== [Pipeline] echo [2024-08-07T12:14:53.256Z] taggedImages: [2024-08-07T12:14:53.256Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:53.256Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-07T12:14:53.256Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.48 [2024-08-07T12:14:53.256Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:53.256Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-07T12:14:53.280Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-07T12:14:53.280Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:53.280Z] latest [2024-08-07T12:14:53.280Z] 3.2.0-dev.48 [2024-08-07T12:14:53.280Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:14:53.280Z] main [2024-08-07T12:14:53.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:53.627Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:53.951Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:14:53.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T12:14:53.951Z] 6f04c4d8415a: Preparing [2024-08-07T12:14:53.951Z] e95212bc4c37: Preparing [2024-08-07T12:14:53.951Z] 04868242cd26: Preparing [2024-08-07T12:14:53.951Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:53.951Z] f1fa66fdbfdb: Preparing [2024-08-07T12:14:53.951Z] 131e06843079: Preparing [2024-08-07T12:14:53.951Z] ce7f800efff9: Preparing [2024-08-07T12:14:53.951Z] ce7f800efff9: Waiting [2024-08-07T12:14:53.951Z] 131e06843079: Waiting [2024-08-07T12:14:53.951Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:53.951Z] 04868242cd26: Layer already exists [2024-08-07T12:14:53.951Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:53.951Z] f1fa66fdbfdb: Pushed [2024-08-07T12:14:53.951Z] 6f04c4d8415a: Pushed [2024-08-07T12:14:54.210Z] 131e06843079: Pushed [2024-08-07T12:14:58.399Z] e95212bc4c37: Pushed [2024-08-07T12:14:58.399Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:58.731Z] + 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-07T12:14:59.052Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-07T12:14:59.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T12:14:59.052Z] 6f04c4d8415a: Preparing [2024-08-07T12:14:59.052Z] e95212bc4c37: Preparing [2024-08-07T12:14:59.052Z] 04868242cd26: Preparing [2024-08-07T12:14:59.052Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:59.052Z] f1fa66fdbfdb: Preparing [2024-08-07T12:14:59.052Z] 131e06843079: Preparing [2024-08-07T12:14:59.052Z] ce7f800efff9: Preparing [2024-08-07T12:14:59.052Z] 131e06843079: Waiting [2024-08-07T12:14:59.052Z] ce7f800efff9: Waiting [2024-08-07T12:14:59.052Z] 6f04c4d8415a: Layer already exists [2024-08-07T12:14:59.052Z] e95212bc4c37: Layer already exists [2024-08-07T12:14:59.052Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:14:59.052Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:59.052Z] 04868242cd26: Layer already exists [2024-08-07T12:14:59.052Z] 131e06843079: Layer already exists [2024-08-07T12:14:59.052Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:59.052Z] latest: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:59.384Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:14:59.703Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.48 [2024-08-07T12:14:59.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T12:14:59.703Z] 6f04c4d8415a: Preparing [2024-08-07T12:14:59.703Z] e95212bc4c37: Preparing [2024-08-07T12:14:59.703Z] 04868242cd26: Preparing [2024-08-07T12:14:59.703Z] 6e52d2959ca2: Preparing [2024-08-07T12:14:59.703Z] f1fa66fdbfdb: Preparing [2024-08-07T12:14:59.703Z] 131e06843079: Preparing [2024-08-07T12:14:59.703Z] ce7f800efff9: Preparing [2024-08-07T12:14:59.703Z] ce7f800efff9: Waiting [2024-08-07T12:14:59.703Z] 131e06843079: Waiting [2024-08-07T12:14:59.703Z] e95212bc4c37: Layer already exists [2024-08-07T12:14:59.703Z] 6f04c4d8415a: Layer already exists [2024-08-07T12:14:59.703Z] 04868242cd26: Layer already exists [2024-08-07T12:14:59.703Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:14:59.703Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:14:59.703Z] 131e06843079: Layer already exists [2024-08-07T12:14:59.703Z] ce7f800efff9: Layer already exists [2024-08-07T12:14:59.703Z] 3.2.0-dev.48: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:00.024Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:00.342Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:00.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T12:15:00.342Z] 6f04c4d8415a: Preparing [2024-08-07T12:15:00.342Z] e95212bc4c37: Preparing [2024-08-07T12:15:00.342Z] 04868242cd26: Preparing [2024-08-07T12:15:00.342Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:00.342Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:00.342Z] 131e06843079: Preparing [2024-08-07T12:15:00.342Z] ce7f800efff9: Preparing [2024-08-07T12:15:00.342Z] 131e06843079: Waiting [2024-08-07T12:15:00.342Z] ce7f800efff9: Waiting [2024-08-07T12:15:00.342Z] 6f04c4d8415a: Layer already exists [2024-08-07T12:15:00.342Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:00.342Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:00.342Z] 04868242cd26: Layer already exists [2024-08-07T12:15:00.342Z] e95212bc4c37: Layer already exists [2024-08-07T12:15:00.342Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:00.342Z] 131e06843079: Layer already exists [2024-08-07T12:15:00.342Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:00.666Z] + 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-07T12:15:00.991Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-07T12:15:00.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-07T12:15:00.991Z] 6f04c4d8415a: Preparing [2024-08-07T12:15:00.991Z] e95212bc4c37: Preparing [2024-08-07T12:15:00.991Z] 04868242cd26: Preparing [2024-08-07T12:15:00.991Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:00.991Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:00.991Z] 131e06843079: Preparing [2024-08-07T12:15:00.991Z] ce7f800efff9: Preparing [2024-08-07T12:15:00.991Z] 131e06843079: Waiting [2024-08-07T12:15:00.991Z] e95212bc4c37: Layer already exists [2024-08-07T12:15:00.991Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:00.991Z] 6f04c4d8415a: Layer already exists [2024-08-07T12:15:00.991Z] 04868242cd26: Layer already exists [2024-08-07T12:15:00.991Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:00.991Z] 131e06843079: Layer already exists [2024-08-07T12:15:00.991Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:00.991Z] main: digest: sha256:de782d94a88abbf5176a27f7c5537892787b836887d2d5209751ee91ba05f9bc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:15:01.061Z] ===================================================== [Pipeline] echo [2024-08-07T12:15:01.079Z] taggedImages: [2024-08-07T12:15:01.079Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:01.079Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-07T12:15:01.079Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.48 [2024-08-07T12:15:01.079Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:01.079Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-07T12:15:01.104Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-07T12:15:01.104Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:01.104Z] latest [2024-08-07T12:15:01.104Z] 3.2.0-dev.48 [2024-08-07T12:15:01.104Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:01.104Z] main [2024-08-07T12:15:01.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:01.443Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:01.763Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:01.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T12:15:01.763Z] cb96c769b1f9: Preparing [2024-08-07T12:15:01.763Z] d11cc343d47e: Preparing [2024-08-07T12:15:01.763Z] 04868242cd26: Preparing [2024-08-07T12:15:01.763Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:01.763Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:01.763Z] 131e06843079: Preparing [2024-08-07T12:15:01.763Z] ce7f800efff9: Preparing [2024-08-07T12:15:01.763Z] 131e06843079: Waiting [2024-08-07T12:15:01.763Z] ce7f800efff9: Waiting [2024-08-07T12:15:01.763Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:01.763Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:01.763Z] 04868242cd26: Layer already exists [2024-08-07T12:15:01.763Z] 131e06843079: Layer already exists [2024-08-07T12:15:01.763Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:01.763Z] cb96c769b1f9: Pushed [2024-08-07T12:15:05.043Z] d11cc343d47e: Pushed [2024-08-07T12:15:05.043Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:05.367Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:05.685Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-07T12:15:05.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T12:15:05.685Z] cb96c769b1f9: Preparing [2024-08-07T12:15:05.685Z] d11cc343d47e: Preparing [2024-08-07T12:15:05.685Z] 04868242cd26: Preparing [2024-08-07T12:15:05.685Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:05.685Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:05.685Z] 131e06843079: Preparing [2024-08-07T12:15:05.685Z] ce7f800efff9: Preparing [2024-08-07T12:15:05.685Z] 131e06843079: Waiting [2024-08-07T12:15:05.685Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:05.685Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:05.685Z] 04868242cd26: Layer already exists [2024-08-07T12:15:05.685Z] d11cc343d47e: Layer already exists [2024-08-07T12:15:05.685Z] cb96c769b1f9: Layer already exists [2024-08-07T12:15:05.685Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:05.685Z] 131e06843079: Layer already exists [2024-08-07T12:15:05.685Z] latest: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:06.010Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:06.338Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.48 [2024-08-07T12:15:06.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T12:15:06.338Z] cb96c769b1f9: Preparing [2024-08-07T12:15:06.338Z] d11cc343d47e: Preparing [2024-08-07T12:15:06.338Z] 04868242cd26: Preparing [2024-08-07T12:15:06.338Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:06.338Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:06.338Z] 131e06843079: Preparing [2024-08-07T12:15:06.338Z] ce7f800efff9: Preparing [2024-08-07T12:15:06.338Z] 131e06843079: Waiting [2024-08-07T12:15:06.338Z] ce7f800efff9: Waiting [2024-08-07T12:15:06.338Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:06.338Z] 04868242cd26: Layer already exists [2024-08-07T12:15:06.338Z] cb96c769b1f9: Layer already exists [2024-08-07T12:15:06.338Z] d11cc343d47e: Layer already exists [2024-08-07T12:15:06.338Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:06.338Z] 131e06843079: Layer already exists [2024-08-07T12:15:06.338Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:06.339Z] 3.2.0-dev.48: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:06.654Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:06.978Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:06.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T12:15:06.978Z] cb96c769b1f9: Preparing [2024-08-07T12:15:06.978Z] d11cc343d47e: Preparing [2024-08-07T12:15:06.978Z] 04868242cd26: Preparing [2024-08-07T12:15:06.978Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:06.978Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:06.978Z] 131e06843079: Preparing [2024-08-07T12:15:06.978Z] ce7f800efff9: Preparing [2024-08-07T12:15:06.978Z] ce7f800efff9: Waiting [2024-08-07T12:15:06.978Z] 131e06843079: Waiting [2024-08-07T12:15:06.978Z] 04868242cd26: Layer already exists [2024-08-07T12:15:06.978Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:06.978Z] d11cc343d47e: Layer already exists [2024-08-07T12:15:06.978Z] cb96c769b1f9: Layer already exists [2024-08-07T12:15:06.978Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:06.978Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:06.978Z] 131e06843079: Layer already exists [2024-08-07T12:15:06.978Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:07.307Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:07.631Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-07T12:15:07.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-07T12:15:07.632Z] cb96c769b1f9: Preparing [2024-08-07T12:15:07.632Z] d11cc343d47e: Preparing [2024-08-07T12:15:07.632Z] 04868242cd26: Preparing [2024-08-07T12:15:07.632Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:07.632Z] f1fa66fdbfdb: Preparing [2024-08-07T12:15:07.632Z] 131e06843079: Preparing [2024-08-07T12:15:07.632Z] ce7f800efff9: Preparing [2024-08-07T12:15:07.632Z] ce7f800efff9: Waiting [2024-08-07T12:15:07.632Z] 131e06843079: Waiting [2024-08-07T12:15:07.632Z] d11cc343d47e: Layer already exists [2024-08-07T12:15:07.632Z] 04868242cd26: Layer already exists [2024-08-07T12:15:07.632Z] f1fa66fdbfdb: Layer already exists [2024-08-07T12:15:07.632Z] cb96c769b1f9: Layer already exists [2024-08-07T12:15:07.632Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:07.632Z] 131e06843079: Layer already exists [2024-08-07T12:15:07.632Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:07.632Z] main: digest: sha256:9eac2c9620956c3612d5dc1f516b341dca5585ee81a1c803ac44064c7e42b385 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:15:07.710Z] ===================================================== [Pipeline] echo [2024-08-07T12:15:07.723Z] taggedImages: [2024-08-07T12:15:07.723Z] - nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:07.723Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-07T12:15:07.723Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.48 [2024-08-07T12:15:07.723Z] - nexus3.edgexfoundry.org:10004/support-notifications:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:07.723Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-07T12:15:07.745Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-07T12:15:07.745Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:07.745Z] latest [2024-08-07T12:15:07.745Z] 3.2.0-dev.48 [2024-08-07T12:15:07.745Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:07.745Z] main [2024-08-07T12:15:07.745Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:08.075Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:08.389Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:08.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T12:15:08.389Z] 1c5541d7ffc5: Preparing [2024-08-07T12:15:08.389Z] f756eab46418: Preparing [2024-08-07T12:15:08.389Z] 04868242cd26: Preparing [2024-08-07T12:15:08.389Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:08.389Z] f0e572481465: Preparing [2024-08-07T12:15:08.389Z] 52b348f4b36b: Preparing [2024-08-07T12:15:08.389Z] ce7f800efff9: Preparing [2024-08-07T12:15:08.389Z] 52b348f4b36b: Waiting [2024-08-07T12:15:08.390Z] ce7f800efff9: Waiting [2024-08-07T12:15:08.390Z] 04868242cd26: Layer already exists [2024-08-07T12:15:08.390Z] f0e572481465: Layer already exists [2024-08-07T12:15:08.390Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:08.390Z] 52b348f4b36b: Layer already exists [2024-08-07T12:15:08.390Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:08.390Z] 1c5541d7ffc5: Pushed [2024-08-07T12:15:12.574Z] f756eab46418: Pushed [2024-08-07T12:15:12.575Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:12.897Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:13.219Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-07T12:15:13.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T12:15:13.219Z] 1c5541d7ffc5: Preparing [2024-08-07T12:15:13.219Z] f756eab46418: Preparing [2024-08-07T12:15:13.219Z] 04868242cd26: Preparing [2024-08-07T12:15:13.219Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:13.219Z] f0e572481465: Preparing [2024-08-07T12:15:13.219Z] 52b348f4b36b: Preparing [2024-08-07T12:15:13.219Z] ce7f800efff9: Preparing [2024-08-07T12:15:13.219Z] 52b348f4b36b: Waiting [2024-08-07T12:15:13.219Z] ce7f800efff9: Waiting [2024-08-07T12:15:13.219Z] 04868242cd26: Layer already exists [2024-08-07T12:15:13.219Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:13.219Z] 1c5541d7ffc5: Layer already exists [2024-08-07T12:15:13.219Z] f756eab46418: Layer already exists [2024-08-07T12:15:13.219Z] f0e572481465: Layer already exists [2024-08-07T12:15:13.219Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:13.219Z] 52b348f4b36b: Layer already exists [2024-08-07T12:15:13.219Z] latest: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:13.535Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:13.851Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.48 [2024-08-07T12:15:13.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T12:15:13.852Z] 1c5541d7ffc5: Preparing [2024-08-07T12:15:13.852Z] f756eab46418: Preparing [2024-08-07T12:15:13.852Z] 04868242cd26: Preparing [2024-08-07T12:15:13.852Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:13.852Z] f0e572481465: Preparing [2024-08-07T12:15:13.852Z] 52b348f4b36b: Preparing [2024-08-07T12:15:13.852Z] ce7f800efff9: Preparing [2024-08-07T12:15:13.852Z] 52b348f4b36b: Waiting [2024-08-07T12:15:13.852Z] f0e572481465: Layer already exists [2024-08-07T12:15:13.852Z] f756eab46418: Layer already exists [2024-08-07T12:15:13.852Z] 04868242cd26: Layer already exists [2024-08-07T12:15:13.852Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:13.852Z] 1c5541d7ffc5: Layer already exists [2024-08-07T12:15:13.852Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:13.852Z] 52b348f4b36b: Layer already exists [2024-08-07T12:15:13.852Z] 3.2.0-dev.48: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:14.175Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:14.497Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:14.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T12:15:14.497Z] 1c5541d7ffc5: Preparing [2024-08-07T12:15:14.497Z] f756eab46418: Preparing [2024-08-07T12:15:14.497Z] 04868242cd26: Preparing [2024-08-07T12:15:14.497Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:14.497Z] f0e572481465: Preparing [2024-08-07T12:15:14.497Z] 52b348f4b36b: Preparing [2024-08-07T12:15:14.497Z] ce7f800efff9: Preparing [2024-08-07T12:15:14.497Z] 52b348f4b36b: Waiting [2024-08-07T12:15:14.497Z] ce7f800efff9: Waiting [2024-08-07T12:15:14.497Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:14.497Z] f0e572481465: Layer already exists [2024-08-07T12:15:14.497Z] 1c5541d7ffc5: Layer already exists [2024-08-07T12:15:14.497Z] f756eab46418: Layer already exists [2024-08-07T12:15:14.497Z] 04868242cd26: Layer already exists [2024-08-07T12:15:14.497Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:14.497Z] 52b348f4b36b: Layer already exists [2024-08-07T12:15:14.497Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:14.819Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:15:15.134Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-07T12:15:15.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-07T12:15:15.134Z] 1c5541d7ffc5: Preparing [2024-08-07T12:15:15.134Z] f756eab46418: Preparing [2024-08-07T12:15:15.134Z] 04868242cd26: Preparing [2024-08-07T12:15:15.134Z] 6e52d2959ca2: Preparing [2024-08-07T12:15:15.134Z] f0e572481465: Preparing [2024-08-07T12:15:15.134Z] 52b348f4b36b: Preparing [2024-08-07T12:15:15.134Z] ce7f800efff9: Preparing [2024-08-07T12:15:15.134Z] 52b348f4b36b: Waiting [2024-08-07T12:15:15.134Z] ce7f800efff9: Waiting [2024-08-07T12:15:15.134Z] f756eab46418: Layer already exists [2024-08-07T12:15:15.134Z] 04868242cd26: Layer already exists [2024-08-07T12:15:15.134Z] f0e572481465: Layer already exists [2024-08-07T12:15:15.134Z] 6e52d2959ca2: Layer already exists [2024-08-07T12:15:15.134Z] 1c5541d7ffc5: Layer already exists [2024-08-07T12:15:15.134Z] ce7f800efff9: Layer already exists [2024-08-07T12:15:15.134Z] 52b348f4b36b: Layer already exists [2024-08-07T12:15:15.134Z] main: digest: sha256:e6dfa6566c4e07ad777d6317206e13a4b59a953e8a37df7d16f254a31b42288a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:15:15.213Z] ===================================================== [Pipeline] echo [2024-08-07T12:15:15.227Z] taggedImages: [2024-08-07T12:15:15.227Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:15:15.227Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-07T12:15:15.227Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.48 [2024-08-07T12:15:15.227Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:15:15.227Z] - 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-07T12:34:37.260Z] #158 ... [2024-08-07T12:34:37.260Z] [2024-08-07T12:34:37.260Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T12:34:37.260Z] #149 1258.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-07T12:34:39.218Z] #149 ... [2024-08-07T12:34:39.218Z] [2024-08-07T12:34:39.218Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-07T12:34:39.218Z] #150 DONE 1266.2s [2024-08-07T12:34:39.218Z] [2024-08-07T12:34:39.218Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:34:39.485Z] #155 ... [2024-08-07T12:34:39.485Z] [2024-08-07T12:34:39.485Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:34:39.485Z] #159 DONE 0.1s [2024-08-07T12:34:39.485Z] [2024-08-07T12:34:39.485Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:34:39.752Z] #155 ... [2024-08-07T12:34:39.752Z] [2024-08-07T12:34:39.752Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:34:40.023Z] #160 DONE 0.2s [2024-08-07T12:34:40.023Z] [2024-08-07T12:34:40.023Z] #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-07T12:34:40.023Z] #161 DONE 0.1s [2024-08-07T12:34:40.023Z] [2024-08-07T12:34:40.023Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-07T12:34:40.023Z] #162 DONE 0.1s [2024-08-07T12:34:40.023Z] [2024-08-07T12:34:40.023Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:34:40.296Z] #147 ... [2024-08-07T12:34:40.296Z] [2024-08-07T12:34:40.296Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-07T12:34:40.296Z] #163 DONE 0.2s [2024-08-07T12:34:40.296Z] [2024-08-07T12:34:40.296Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T12:34:40.563Z] #164 DONE 0.1s [2024-08-07T12:34:40.563Z] [2024-08-07T12:34:40.563Z] #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-07T12:34:42.509Z] #165 DONE 2.2s [2024-08-07T12:34:42.509Z] [2024-08-07T12:34:42.509Z] #106 [security-proxy-setup] exporting to image [2024-08-07T12:34:42.509Z] #106 exporting layers [2024-08-07T12:34:43.917Z] #106 exporting layers 1.1s done [2024-08-07T12:34:43.917Z] #106 writing image sha256:1745727f68944a75678282234f5e34f736948d739ca1927035420f7593207d6a done [2024-08-07T12:34:43.917Z] #106 naming to docker.io/library/security-proxy-setup-arm64 done [2024-08-07T12:34:43.917Z] #106 DONE 7.1s [2024-08-07T12:34:43.917Z] [2024-08-07T12:34:43.917Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:34:49.287Z] #155 ... [2024-08-07T12:34:49.288Z] [2024-08-07T12:34:49.288Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-07T12:34:49.288Z] #146 DONE 1276.2s [2024-08-07T12:34:49.288Z] [2024-08-07T12:34:49.288Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T12:34:49.288Z] #149 ... [2024-08-07T12:34:49.288Z] [2024-08-07T12:34:49.288Z] #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-07T12:34:49.554Z] #166 DONE 0.3s [2024-08-07T12:34:49.554Z] [2024-08-07T12:34:49.554Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:34:49.822Z] #30 ... [2024-08-07T12:34:49.822Z] [2024-08-07T12:34:49.822Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-07T12:34:51.788Z] #167 DONE 2.1s [2024-08-07T12:34:51.788Z] [2024-08-07T12:34:51.788Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-07T12:34:51.788Z] #149 DONE 1279.1s [2024-08-07T12:34:51.788Z] [2024-08-07T12:34:51.788Z] #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:34:52.376Z] #168 DONE 0.4s [2024-08-07T12:34:52.376Z] [2024-08-07T12:34:52.376Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:34:52.643Z] #169 DONE 0.4s [2024-08-07T12:34:52.643Z] [2024-08-07T12:34:52.643Z] #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T12:34:52.643Z] #170 ... [2024-08-07T12:34:52.643Z] [2024-08-07T12:34:52.643Z] #171 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:34:52.643Z] #171 DONE 0.3s [2024-08-07T12:34:52.912Z] [2024-08-07T12:34:52.912Z] #172 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:34:53.183Z] #172 DONE 0.2s [2024-08-07T12:34:53.183Z] [2024-08-07T12:34:53.183Z] #173 [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-07T12:34:53.183Z] #173 ... [2024-08-07T12:34:53.183Z] [2024-08-07T12:34:53.183Z] #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-07T12:34:53.183Z] #170 DONE 0.6s [2024-08-07T12:34:53.463Z] [2024-08-07T12:34:53.463Z] #174 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-07T12:34:53.463Z] #174 DONE 0.2s [2024-08-07T12:34:53.463Z] [2024-08-07T12:34:53.463Z] #173 [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-07T12:34:53.463Z] #173 DONE 0.2s [2024-08-07T12:34:53.463Z] [2024-08-07T12:34:53.463Z] #175 [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-07T12:34:53.733Z] #175 ... [2024-08-07T12:34:53.733Z] [2024-08-07T12:34:53.733Z] #176 [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-07T12:34:53.733Z] #176 DONE 0.3s [2024-08-07T12:34:53.733Z] [2024-08-07T12:34:53.733Z] #175 [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-07T12:34:53.733Z] #175 DONE 0.3s [2024-08-07T12:34:53.733Z] [2024-08-07T12:34:53.733Z] #177 [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-07T12:34:54.009Z] #177 ... [2024-08-07T12:34:54.009Z] [2024-08-07T12:34:54.009Z] #178 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:34:54.009Z] #178 DONE 0.2s [2024-08-07T12:34:54.009Z] [2024-08-07T12:34:54.009Z] #177 [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-07T12:34:54.009Z] #177 DONE 0.3s [2024-08-07T12:34:54.009Z] [2024-08-07T12:34:54.009Z] #179 [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-07T12:34:54.281Z] #179 ... [2024-08-07T12:34:54.281Z] [2024-08-07T12:34:54.281Z] #180 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-07T12:34:54.281Z] #180 DONE 0.3s [2024-08-07T12:34:54.281Z] [2024-08-07T12:34:54.281Z] #179 [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-07T12:34:54.281Z] #179 DONE 0.3s [2024-08-07T12:34:54.281Z] [2024-08-07T12:34:54.281Z] #181 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-07T12:34:54.555Z] #181 DONE 0.2s [2024-08-07T12:34:54.555Z] [2024-08-07T12:34:54.555Z] #182 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T12:34:54.555Z] #182 ... [2024-08-07T12:34:54.555Z] [2024-08-07T12:34:54.555Z] #183 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-07T12:34:54.555Z] #183 DONE 0.5s [2024-08-07T12:34:54.837Z] [2024-08-07T12:34:54.837Z] #182 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-07T12:34:54.837Z] #182 DONE 0.3s [2024-08-07T12:34:54.837Z] [2024-08-07T12:34:54.837Z] #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-07T12:34:54.837Z] #184 DONE 0.2s [2024-08-07T12:34:54.837Z] [2024-08-07T12:34:54.837Z] #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-07T12:34:58.212Z] #185 DONE 2.8s [2024-08-07T12:34:58.212Z] [2024-08-07T12:34:58.212Z] #186 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-07T12:34:58.212Z] #186 DONE 2.8s [2024-08-07T12:34:58.212Z] [2024-08-07T12:34:58.212Z] #106 [security-secretstore-setup] exporting to image [2024-08-07T12:34:58.212Z] #106 exporting layers [2024-08-07T12:34:59.716Z] #106 exporting layers 2.1s done [2024-08-07T12:34:59.716Z] #106 writing image sha256:0cfddd72df9e11dc809d4faec2bcea998e185b1246f84e4fe5bb0592cc635de8 0.0s done [2024-08-07T12:34:59.716Z] #106 naming to docker.io/library/security-bootstrapper-arm64 0.1s done [2024-08-07T12:34:59.716Z] #106 exporting layers 2.2s done [2024-08-07T12:34:59.716Z] #106 writing image sha256:aee4047b9b5d99af0cddf66a9876b1d34c115f4a40b22c21c3b2cf8e89304a7a 0.0s done [2024-08-07T12:34:59.716Z] #106 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-08-07T12:34:59.716Z] #106 DONE 9.4s [2024-08-07T12:34:59.716Z] [2024-08-07T12:34:59.716Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:35:56.140Z] #147 ... [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-07T12:35:56.140Z] #154 DONE 1338.1s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:35:56.140Z] #30 ... [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:35:56.140Z] #187 DONE 0.3s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:35:56.140Z] #155 ... [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:35:56.140Z] #188 DONE 0.3s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #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-07T12:35:56.140Z] #189 DONE 0.3s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #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-07T12:35:56.140Z] #190 DONE 0.3s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:35:56.140Z] #147 ... [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #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-07T12:35:56.140Z] #191 DONE 0.2s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #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-07T12:35:56.140Z] #192 DONE 1.9s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:35:56.140Z] #147 ... [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #106 [core-common-config-bootstrapper] exporting to image [2024-08-07T12:35:56.140Z] #106 exporting layers [2024-08-07T12:35:56.140Z] #106 exporting layers 0.6s done [2024-08-07T12:35:56.140Z] #106 writing image sha256:47a18d55e01b092662d25bf4cca2fedf9bc1acba53d1d399acdc031a31456dff 0.0s done [2024-08-07T12:35:56.140Z] #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-07T12:35:56.140Z] #106 DONE 10.1s [2024-08-07T12:35:56.140Z] [2024-08-07T12:35:56.140Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T12:38:02.816Z] #152 ... [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-07T12:38:02.816Z] #148 DONE 1465.0s [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:38:02.816Z] #30 ... [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:38:02.816Z] #193 DONE 0.1s [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:38:02.816Z] #155 ... [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:38:02.816Z] #194 DONE 0.2s [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #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-07T12:38:02.816Z] #195 DONE 0.2s [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #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-07T12:38:02.816Z] #196 DONE 0.1s [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #106 [security-spiffe-token-provider] exporting to image [2024-08-07T12:38:02.816Z] #106 exporting layers [2024-08-07T12:38:02.816Z] #106 exporting layers 0.7s done [2024-08-07T12:38:02.816Z] #106 writing image sha256:bbfad5b6768b9074bbde55ac403aa5e693075dacc7e6a7ecd61e05e62c26c0bc done [2024-08-07T12:38:02.816Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-08-07T12:38:02.816Z] #106 DONE 10.8s [2024-08-07T12:38:02.816Z] [2024-08-07T12:38:02.816Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:45:55.535Z] #155 ... [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-07T12:45:55.535Z] #151 DONE 1937.8s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:45:55.535Z] #155 ... [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:45:55.535Z] #197 DONE 0.2s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:45:55.535Z] #157 ... [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:45:55.535Z] #198 DONE 0.2s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-07T12:45:55.535Z] #199 DONE 0.4s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:45:55.535Z] #155 ... [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #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-07T12:45:55.535Z] #200 DONE 0.1s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-07T12:45:55.535Z] #201 DONE 0.1s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:45:55.535Z] #155 ... [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #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-07T12:45:55.535Z] #202 DONE 1.9s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #106 [security-proxy-auth] exporting to image [2024-08-07T12:45:55.535Z] #106 exporting layers [2024-08-07T12:45:55.535Z] #106 exporting layers 0.8s done [2024-08-07T12:45:55.535Z] #106 writing image sha256:b28c4f1552778fa70a5589778fe754bc511f6bf21587b38110e74ec710d0aed8 done [2024-08-07T12:45:55.535Z] #106 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-07T12:45:55.535Z] #106 DONE 11.7s [2024-08-07T12:45:55.535Z] [2024-08-07T12:45:55.535Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:47:03.381Z] #155 ... [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-07T12:47:03.381Z] #152 DONE 2002.9s [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:47:03.381Z] #30 ... [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:47:03.381Z] #203 DONE 0.2s [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:47:03.381Z] #155 ... [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:47:03.381Z] #204 DONE 0.2s [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-07T12:47:03.381Z] #205 DONE 0.5s [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:47:03.381Z] #147 ... [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:47:03.381Z] #206 DONE 0.2s [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #106 [core-command] exporting to image [2024-08-07T12:47:03.381Z] #106 exporting layers [2024-08-07T12:47:03.381Z] #106 exporting layers 0.4s done [2024-08-07T12:47:03.381Z] #106 writing image sha256:8204d8797b13fcd786964e76d8498b61b053a1c2cdd428b2d92dd7ccb7517118 done [2024-08-07T12:47:03.381Z] #106 naming to docker.io/library/core-command-arm64 done [2024-08-07T12:47:03.381Z] #106 DONE 12.1s [2024-08-07T12:47:03.381Z] [2024-08-07T12:47:03.381Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:49:10.013Z] #155 ... [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-07T12:49:10.013Z] #158 DONE 2124.8s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:49:10.013Z] #30 ... [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:10.013Z] #207 ... [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-07T12:49:10.013Z] #155 DONE 2125.8s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:10.013Z] #207 DONE 0.4s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T12:49:10.013Z] #208 ... [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #209 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:10.013Z] #209 DONE 0.2s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:49:10.013Z] #210 DONE 0.2s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-07T12:49:10.013Z] #208 DONE 1.0s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:49:10.013Z] #211 DONE 0.2s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #106 [core-keeper] exporting to image [2024-08-07T12:49:10.013Z] #106 exporting layers [2024-08-07T12:49:10.013Z] #106 ... [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-07T12:49:10.013Z] #156 DONE 2127.6s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-07T12:49:10.013Z] #212 DONE 0.9s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:49:10.013Z] #213 DONE 0.4s [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:49:10.013Z] #147 ... [2024-08-07T12:49:10.013Z] [2024-08-07T12:49:10.013Z] #106 [core-data] exporting to image [2024-08-07T12:49:10.013Z] #106 exporting layers 1.3s done [2024-08-07T12:49:10.014Z] #106 writing image sha256:14f333c205f5e6a0d17b54457af7c8e55fab602054a85cbe5d56901b68fdcd2c 0.0s done [2024-08-07T12:49:10.014Z] #106 naming to docker.io/library/core-keeper-arm64 0.0s done [2024-08-07T12:49:10.014Z] #106 exporting layers 0.9s done [2024-08-07T12:49:10.014Z] #106 writing image sha256:cf94b7e2faa190a7f205b89ace4316f69d393c890b304e33ae156aff05152e4e done [2024-08-07T12:49:10.014Z] #106 naming to docker.io/library/core-data-arm64 done [2024-08-07T12:49:10.014Z] #106 DONE 14.0s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:10.014Z] #214 DONE 0.4s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:49:10.014Z] #157 ... [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:49:10.014Z] #215 DONE 0.1s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-07T12:49:10.014Z] #216 DONE 0.9s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:49:10.014Z] #217 DONE 0.1s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:49:10.014Z] #147 ... [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-07T12:49:10.014Z] #218 DONE 0.1s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #106 [core-metadata] exporting to image [2024-08-07T12:49:10.014Z] #106 exporting layers 0.6s done [2024-08-07T12:49:10.014Z] #106 writing image sha256:c9bfe592ff34241c2c973351749a3da23798f61976a33a5f9e149efe985b4d55 done [2024-08-07T12:49:10.014Z] #106 naming to docker.io/library/core-metadata-arm64 done [2024-08-07T12:49:10.014Z] #106 DONE 14.7s [2024-08-07T12:49:10.014Z] [2024-08-07T12:49:10.014Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-07T12:49:36.672Z] #147 DONE 2161.3s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T12:49:36.672Z] #153 ... [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:36.672Z] #219 DONE 0.5s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #220 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:49:36.672Z] #220 DONE 0.2s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:49:36.672Z] #157 ... [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #221 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-07T12:49:36.672Z] #221 DONE 0.5s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:49:36.672Z] #222 DONE 0.2s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #106 [support-scheduler] exporting to image [2024-08-07T12:49:36.672Z] #106 exporting layers [2024-08-07T12:49:36.672Z] #106 exporting layers 0.6s done [2024-08-07T12:49:36.672Z] #106 writing image sha256:5530fa68a26b122b48277eb27e9b4242deee1666eb99a720bc65ce5d4a58979c 0.0s done [2024-08-07T12:49:36.672Z] #106 naming to docker.io/library/support-scheduler-arm64 done [2024-08-07T12:49:36.672Z] #106 DONE 15.3s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-07T12:49:36.672Z] #153 DONE 2163.6s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:49:36.672Z] #30 ... [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #223 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:36.672Z] #223 DONE 0.2s [2024-08-07T12:49:36.672Z] [2024-08-07T12:49:36.672Z] #224 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:49:36.944Z] #224 DONE 0.1s [2024-08-07T12:49:36.944Z] [2024-08-07T12:49:36.944Z] #225 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T12:49:37.209Z] #225 ... [2024-08-07T12:49:37.209Z] [2024-08-07T12:49:37.209Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-07T12:49:37.209Z] #157 DONE 2164.6s [2024-08-07T12:49:37.472Z] [2024-08-07T12:49:37.472Z] #225 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-07T12:49:37.472Z] #225 DONE 0.4s [2024-08-07T12:49:37.472Z] [2024-08-07T12:49:37.472Z] #226 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-07T12:49:37.472Z] #226 DONE 0.3s [2024-08-07T12:49:37.472Z] [2024-08-07T12:49:37.472Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:49:37.736Z] #30 ... [2024-08-07T12:49:37.736Z] [2024-08-07T12:49:37.736Z] #106 [support-notifications] exporting to image [2024-08-07T12:49:37.736Z] #106 ... [2024-08-07T12:49:37.736Z] [2024-08-07T12:49:37.736Z] #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-07T12:49:37.736Z] #227 CACHED [2024-08-07T12:49:37.736Z] [2024-08-07T12:49:37.736Z] #228 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-07T12:49:37.736Z] #228 CACHED [2024-08-07T12:49:37.999Z] [2024-08-07T12:49:37.999Z] #229 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-07T12:49:38.263Z] #229 DONE 0.4s [2024-08-07T12:49:38.263Z] [2024-08-07T12:49:38.263Z] #106 [support-notifications] exporting to image [2024-08-07T12:49:38.263Z] #106 exporting layers 0.7s done [2024-08-07T12:49:38.263Z] #106 writing image sha256:e969758f8e12953e3461130aa2c25e251808c904aae803f4cf672935990befdb done [2024-08-07T12:49:38.263Z] #106 naming to docker.io/library/support-notifications-arm64 done [2024-08-07T12:49:38.263Z] #106 DONE 16.0s [2024-08-07T12:49:38.263Z] [2024-08-07T12:49:38.263Z] #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-07T12:49:38.529Z] #230 DONE 0.1s [2024-08-07T12:49:38.529Z] [2024-08-07T12:49:38.529Z] #106 [support-cron-scheduler] exporting to image [2024-08-07T12:49:38.792Z] #106 exporting layers 0.4s done [2024-08-07T12:49:38.792Z] #106 writing image sha256:5fc7711560537451717203d3dd07d72b6fbe76a5edd5b4d94a3b0fa1112d95e2 done [2024-08-07T12:49:38.792Z] #106 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-07T12:49:38.792Z] #106 DONE 16.3s [2024-08-07T12:49:38.792Z] [2024-08-07T12:49:38.792Z] #30 [support-cron-scheduler internal] load .dockerignore [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-07T12:49:38.792Z] time="2024-08-07T12:11:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-07T12:49:38.797Z] $ docker stop --time=1 ff290d6a965b277d166579d2eeddae788645f5a30b4fa61336719e040c716a8f [2024-08-07T12:49:40.468Z] $ docker rm -f --volumes ff290d6a965b277d166579d2eeddae788645f5a30b4fa61336719e040c716a8f [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T12:49:40.958Z] + docker images [2024-08-07T12:49:40.958Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-07T12:49:40.958Z] support-cron-scheduler-arm64 latest 5fc771156053 2 seconds ago 42.2MB [2024-08-07T12:49:40.958Z] support-notifications-arm64 latest e969758f8e12 3 seconds ago 41.9MB [2024-08-07T12:49:40.958Z] support-scheduler-arm64 latest 5530fa68a26b 5 seconds ago 41.2MB [2024-08-07T12:49:40.958Z] core-metadata-arm64 latest c9bfe592ff34 38 seconds ago 39.1MB [2024-08-07T12:49:40.958Z] core-data-arm64 latest cf94b7e2faa1 40 seconds ago 39MB [2024-08-07T12:49:40.958Z] core-keeper-arm64 latest 14f333c205f5 41 seconds ago 38.9MB [2024-08-07T12:49:40.958Z] core-command-arm64 latest 8204d8797b13 2 minutes ago 35MB [2024-08-07T12:49:40.958Z] security-proxy-auth-arm64 latest b28c4f155277 3 minutes ago 32.6MB [2024-08-07T12:49:40.958Z] security-spiffe-token-provider-arm64 latest bbfad5b6768b 11 minutes ago 29MB [2024-08-07T12:49:40.958Z] core-common-config-bootstrapper-arm64 latest 47a18d55e01b 13 minutes ago 15.3MB [2024-08-07T12:49:40.958Z] security-bootstrapper-arm64 latest 0cfddd72df9e 14 minutes ago 18.9MB [2024-08-07T12:49:40.958Z] security-secretstore-setup-arm64 latest aee4047b9b5d 14 minutes ago 36.4MB [2024-08-07T12:49:40.958Z] security-proxy-setup-arm64 latest 1745727f6894 14 minutes ago 26.1MB [2024-08-07T12:49:40.959Z] security-spire-agent-arm64 latest e0116de52d93 37 minutes ago 174MB [2024-08-07T12:49:40.959Z] security-spire-server-arm64 latest c6d0859e8edb 37 minutes ago 116MB [2024-08-07T12:49:40.959Z] security-spire-config-arm64 latest 7c0cd50ecdbc 37 minutes ago 115MB [2024-08-07T12:49:40.959Z] ci-base-image-arm64 latest 3406351f35ce 39 minutes ago 967MB [2024-08-07T12:49:40.959Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-08-07T12:49:40.959Z] 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-07T12:49:41.106Z] provisioning config files... [2024-08-07T12:49:41.117Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/666@tmp/config11142803643100829210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:49:41.457Z] ---> ****-login.sh [2024-08-07T12:49:41.457Z] nexus3.edgexfoundry.org:10001 [2024-08-07T12:49:41.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:49:41.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:49:41.722Z] Configure a credential helper to remove this warning. See [2024-08-07T12:49:41.722Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:49:41.722Z] [2024-08-07T12:49:41.722Z] Login Succeeded [2024-08-07T12:49:41.722Z] nexus3.edgexfoundry.org:10002 [2024-08-07T12:49:41.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:49:42.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:49:42.258Z] Configure a credential helper to remove this warning. See [2024-08-07T12:49:42.258Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:49:42.258Z] [2024-08-07T12:49:42.258Z] Login Succeeded [2024-08-07T12:49:42.258Z] nexus3.edgexfoundry.org:10003 [2024-08-07T12:49:42.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:49:42.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:49:42.529Z] Configure a credential helper to remove this warning. See [2024-08-07T12:49:42.529Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:49:42.529Z] [2024-08-07T12:49:42.529Z] Login Succeeded [2024-08-07T12:49:42.529Z] nexus3.edgexfoundry.org:10004 [2024-08-07T12:49:42.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:49:42.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:49:42.799Z] Configure a credential helper to remove this warning. See [2024-08-07T12:49:42.799Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:49:42.799Z] [2024-08-07T12:49:42.799Z] Login Succeeded [2024-08-07T12:49:42.799Z] ****.io [2024-08-07T12:49:43.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-07T12:49:43.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-07T12:49:43.327Z] Configure a credential helper to remove this warning. See [2024-08-07T12:49:43.327Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-07T12:49:43.327Z] [2024-08-07T12:49:43.327Z] Login Succeeded [2024-08-07T12:49:43.327Z] ---> ****-login.sh ends [Pipeline] } [2024-08-07T12:49:43.338Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:49:43.391Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-07T12:49:43.423Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-07T12:49:43.423Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:49:43.423Z] latest [2024-08-07T12:49:43.423Z] 3.2.0-dev.48 [2024-08-07T12:49:43.423Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:49:43.423Z] main [2024-08-07T12:49:43.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:43.811Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:44.199Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:49:44.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T12:49:44.199Z] e934e73d20ab: Preparing [2024-08-07T12:49:44.199Z] 4365731b7571: Preparing [2024-08-07T12:49:44.199Z] 964d9097aa72: Preparing [2024-08-07T12:49:44.199Z] a6214aa29733: Preparing [2024-08-07T12:49:44.199Z] a87198ca2b5b: Preparing [2024-08-07T12:49:44.199Z] 2610fe0abe73: Preparing [2024-08-07T12:49:44.199Z] 3c20671a5817: Preparing [2024-08-07T12:49:44.199Z] 2610fe0abe73: Waiting [2024-08-07T12:49:44.199Z] 3c20671a5817: Waiting [2024-08-07T12:49:44.469Z] a87198ca2b5b: Pushed [2024-08-07T12:49:44.469Z] 964d9097aa72: Pushed [2024-08-07T12:49:44.469Z] a6214aa29733: Pushed [2024-08-07T12:49:44.469Z] e934e73d20ab: Pushed [2024-08-07T12:49:44.469Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:44.469Z] 2610fe0abe73: Pushed [2024-08-07T12:49:51.163Z] 4365731b7571: Pushed [2024-08-07T12:49:51.163Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:51.515Z] + 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-07T12:49:51.863Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-07T12:49:51.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T12:49:51.863Z] e934e73d20ab: Preparing [2024-08-07T12:49:51.863Z] 4365731b7571: Preparing [2024-08-07T12:49:51.863Z] 964d9097aa72: Preparing [2024-08-07T12:49:51.863Z] a6214aa29733: Preparing [2024-08-07T12:49:51.863Z] a87198ca2b5b: Preparing [2024-08-07T12:49:51.863Z] 2610fe0abe73: Preparing [2024-08-07T12:49:51.863Z] 3c20671a5817: Preparing [2024-08-07T12:49:51.863Z] 2610fe0abe73: Waiting [2024-08-07T12:49:51.863Z] 3c20671a5817: Waiting [2024-08-07T12:49:51.863Z] a6214aa29733: Layer already exists [2024-08-07T12:49:51.863Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:51.863Z] 4365731b7571: Layer already exists [2024-08-07T12:49:51.863Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:51.863Z] e934e73d20ab: Layer already exists [2024-08-07T12:49:51.863Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:51.863Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:51.863Z] latest: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:52.213Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:52.561Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.48 [2024-08-07T12:49:52.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T12:49:52.561Z] e934e73d20ab: Preparing [2024-08-07T12:49:52.561Z] 4365731b7571: Preparing [2024-08-07T12:49:52.561Z] 964d9097aa72: Preparing [2024-08-07T12:49:52.561Z] a6214aa29733: Preparing [2024-08-07T12:49:52.561Z] a87198ca2b5b: Preparing [2024-08-07T12:49:52.561Z] 2610fe0abe73: Preparing [2024-08-07T12:49:52.561Z] 3c20671a5817: Preparing [2024-08-07T12:49:52.561Z] 2610fe0abe73: Waiting [2024-08-07T12:49:52.561Z] 3c20671a5817: Waiting [2024-08-07T12:49:52.561Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:52.561Z] 4365731b7571: Layer already exists [2024-08-07T12:49:52.561Z] e934e73d20ab: Layer already exists [2024-08-07T12:49:52.561Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:52.561Z] a6214aa29733: Layer already exists [2024-08-07T12:49:52.561Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:52.561Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:52.561Z] 3.2.0-dev.48: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:52.922Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:53.266Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:49:53.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T12:49:53.266Z] e934e73d20ab: Preparing [2024-08-07T12:49:53.266Z] 4365731b7571: Preparing [2024-08-07T12:49:53.266Z] 964d9097aa72: Preparing [2024-08-07T12:49:53.266Z] a6214aa29733: Preparing [2024-08-07T12:49:53.266Z] a87198ca2b5b: Preparing [2024-08-07T12:49:53.266Z] 2610fe0abe73: Preparing [2024-08-07T12:49:53.266Z] 3c20671a5817: Preparing [2024-08-07T12:49:53.266Z] 2610fe0abe73: Waiting [2024-08-07T12:49:53.266Z] 3c20671a5817: Waiting [2024-08-07T12:49:53.266Z] e934e73d20ab: Layer already exists [2024-08-07T12:49:53.266Z] 4365731b7571: Layer already exists [2024-08-07T12:49:53.266Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:53.266Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:53.266Z] a6214aa29733: Layer already exists [2024-08-07T12:49:53.266Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:53.266Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:53.266Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:53.617Z] + 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-07T12:49:53.960Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-07T12:49:53.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-07T12:49:53.960Z] e934e73d20ab: Preparing [2024-08-07T12:49:53.960Z] 4365731b7571: Preparing [2024-08-07T12:49:53.960Z] 964d9097aa72: Preparing [2024-08-07T12:49:53.960Z] a6214aa29733: Preparing [2024-08-07T12:49:53.960Z] a87198ca2b5b: Preparing [2024-08-07T12:49:53.960Z] 2610fe0abe73: Preparing [2024-08-07T12:49:53.960Z] 3c20671a5817: Preparing [2024-08-07T12:49:53.960Z] 2610fe0abe73: Waiting [2024-08-07T12:49:53.960Z] 3c20671a5817: Waiting [2024-08-07T12:49:53.960Z] e934e73d20ab: Layer already exists [2024-08-07T12:49:53.960Z] a6214aa29733: Layer already exists [2024-08-07T12:49:53.960Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:53.960Z] 4365731b7571: Layer already exists [2024-08-07T12:49:53.960Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:53.960Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:53.960Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:53.960Z] main: digest: sha256:9edc75e55064915abb1985cc62915d98069eb01c2d10090f190a0e21cc7a3011 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:49:54.315Z] ===================================================== [Pipeline] echo [2024-08-07T12:49:54.327Z] taggedImages: [2024-08-07T12:49:54.327Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:49:54.327Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-07T12:49:54.327Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.48 [2024-08-07T12:49:54.327Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:49:54.327Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-07T12:49:54.354Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-07T12:49:54.354Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:49:54.354Z] latest [2024-08-07T12:49:54.354Z] 3.2.0-dev.48 [2024-08-07T12:49:54.354Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:49:54.354Z] main [2024-08-07T12:49:54.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:54.707Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:55.056Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:49:55.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T12:49:55.056Z] 04735d0132cf: Preparing [2024-08-07T12:49:55.056Z] c2c3aecda472: Preparing [2024-08-07T12:49:55.056Z] 727b50e099a3: Preparing [2024-08-07T12:49:55.056Z] 45008a0ad447: Preparing [2024-08-07T12:49:55.056Z] 964d9097aa72: Preparing [2024-08-07T12:49:55.056Z] a6214aa29733: Preparing [2024-08-07T12:49:55.056Z] a6214aa29733: Waiting [2024-08-07T12:49:55.056Z] a87198ca2b5b: Preparing [2024-08-07T12:49:55.056Z] 2610fe0abe73: Preparing [2024-08-07T12:49:55.056Z] a87198ca2b5b: Waiting [2024-08-07T12:49:55.056Z] 3c20671a5817: Preparing [2024-08-07T12:49:55.056Z] 2610fe0abe73: Waiting [2024-08-07T12:49:55.056Z] 3c20671a5817: Waiting [2024-08-07T12:49:55.056Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:55.322Z] a6214aa29733: Layer already exists [2024-08-07T12:49:55.322Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:55.322Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:55.322Z] 04735d0132cf: Pushed [2024-08-07T12:49:55.322Z] 727b50e099a3: Pushed [2024-08-07T12:49:55.322Z] c2c3aecda472: Pushed [2024-08-07T12:49:55.322Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:57.250Z] 45008a0ad447: Pushed [2024-08-07T12:49:57.250Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:57.601Z] + 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-07T12:49:57.947Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-07T12:49:57.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T12:49:57.947Z] 04735d0132cf: Preparing [2024-08-07T12:49:57.947Z] c2c3aecda472: Preparing [2024-08-07T12:49:57.947Z] 727b50e099a3: Preparing [2024-08-07T12:49:57.947Z] 45008a0ad447: Preparing [2024-08-07T12:49:57.947Z] 964d9097aa72: Preparing [2024-08-07T12:49:57.947Z] a6214aa29733: Preparing [2024-08-07T12:49:57.947Z] a87198ca2b5b: Preparing [2024-08-07T12:49:57.947Z] 2610fe0abe73: Preparing [2024-08-07T12:49:57.947Z] 3c20671a5817: Preparing [2024-08-07T12:49:57.947Z] a87198ca2b5b: Waiting [2024-08-07T12:49:57.947Z] 2610fe0abe73: Waiting [2024-08-07T12:49:57.947Z] 3c20671a5817: Waiting [2024-08-07T12:49:57.947Z] a6214aa29733: Waiting [2024-08-07T12:49:57.947Z] c2c3aecda472: Layer already exists [2024-08-07T12:49:57.947Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:57.947Z] 727b50e099a3: Layer already exists [2024-08-07T12:49:57.947Z] 45008a0ad447: Layer already exists [2024-08-07T12:49:57.947Z] 04735d0132cf: Layer already exists [2024-08-07T12:49:57.947Z] a6214aa29733: Layer already exists [2024-08-07T12:49:57.947Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:57.947Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:57.947Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:58.209Z] latest: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:58.553Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:58.900Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.48 [2024-08-07T12:49:58.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T12:49:58.900Z] 04735d0132cf: Preparing [2024-08-07T12:49:58.900Z] c2c3aecda472: Preparing [2024-08-07T12:49:58.900Z] 727b50e099a3: Preparing [2024-08-07T12:49:58.900Z] 45008a0ad447: Preparing [2024-08-07T12:49:58.900Z] 964d9097aa72: Preparing [2024-08-07T12:49:58.900Z] a6214aa29733: Preparing [2024-08-07T12:49:58.900Z] a87198ca2b5b: Preparing [2024-08-07T12:49:58.900Z] 2610fe0abe73: Preparing [2024-08-07T12:49:58.900Z] 3c20671a5817: Preparing [2024-08-07T12:49:58.900Z] a6214aa29733: Waiting [2024-08-07T12:49:58.900Z] a87198ca2b5b: Waiting [2024-08-07T12:49:58.900Z] 2610fe0abe73: Waiting [2024-08-07T12:49:58.900Z] 3c20671a5817: Waiting [2024-08-07T12:49:58.900Z] 727b50e099a3: Layer already exists [2024-08-07T12:49:58.900Z] 45008a0ad447: Layer already exists [2024-08-07T12:49:58.900Z] 04735d0132cf: Layer already exists [2024-08-07T12:49:58.900Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:58.900Z] c2c3aecda472: Layer already exists [2024-08-07T12:49:58.900Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:58.900Z] a6214aa29733: Layer already exists [2024-08-07T12:49:58.900Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:58.900Z] 2610fe0abe73: Layer already exists [2024-08-07T12:49:58.900Z] 3.2.0-dev.48: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:59.501Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:49:59.848Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:49:59.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T12:49:59.848Z] 04735d0132cf: Preparing [2024-08-07T12:49:59.848Z] c2c3aecda472: Preparing [2024-08-07T12:49:59.848Z] 727b50e099a3: Preparing [2024-08-07T12:49:59.848Z] 45008a0ad447: Preparing [2024-08-07T12:49:59.848Z] 964d9097aa72: Preparing [2024-08-07T12:49:59.848Z] a6214aa29733: Preparing [2024-08-07T12:49:59.848Z] a87198ca2b5b: Preparing [2024-08-07T12:49:59.848Z] 2610fe0abe73: Preparing [2024-08-07T12:49:59.848Z] 3c20671a5817: Preparing [2024-08-07T12:49:59.848Z] a87198ca2b5b: Waiting [2024-08-07T12:49:59.848Z] a6214aa29733: Waiting [2024-08-07T12:49:59.848Z] 2610fe0abe73: Waiting [2024-08-07T12:49:59.848Z] 3c20671a5817: Waiting [2024-08-07T12:49:59.848Z] 04735d0132cf: Layer already exists [2024-08-07T12:49:59.848Z] c2c3aecda472: Layer already exists [2024-08-07T12:49:59.848Z] 964d9097aa72: Layer already exists [2024-08-07T12:49:59.848Z] 45008a0ad447: Layer already exists [2024-08-07T12:49:59.848Z] 727b50e099a3: Layer already exists [2024-08-07T12:49:59.848Z] a6214aa29733: Layer already exists [2024-08-07T12:49:59.848Z] a87198ca2b5b: Layer already exists [2024-08-07T12:49:59.848Z] 3c20671a5817: Layer already exists [2024-08-07T12:49:59.848Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:00.112Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:00.460Z] + 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-07T12:50:00.813Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-07T12:50:00.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-07T12:50:00.813Z] 04735d0132cf: Preparing [2024-08-07T12:50:00.813Z] c2c3aecda472: Preparing [2024-08-07T12:50:00.813Z] 727b50e099a3: Preparing [2024-08-07T12:50:00.813Z] 45008a0ad447: Preparing [2024-08-07T12:50:00.813Z] 964d9097aa72: Preparing [2024-08-07T12:50:00.813Z] a6214aa29733: Preparing [2024-08-07T12:50:00.813Z] a87198ca2b5b: Preparing [2024-08-07T12:50:00.813Z] 2610fe0abe73: Preparing [2024-08-07T12:50:00.813Z] 3c20671a5817: Preparing [2024-08-07T12:50:00.813Z] a6214aa29733: Waiting [2024-08-07T12:50:00.813Z] a87198ca2b5b: Waiting [2024-08-07T12:50:00.813Z] 2610fe0abe73: Waiting [2024-08-07T12:50:00.813Z] 3c20671a5817: Waiting [2024-08-07T12:50:00.813Z] 727b50e099a3: Layer already exists [2024-08-07T12:50:00.813Z] 04735d0132cf: Layer already exists [2024-08-07T12:50:00.813Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:00.813Z] c2c3aecda472: Layer already exists [2024-08-07T12:50:00.813Z] 45008a0ad447: Layer already exists [2024-08-07T12:50:00.813Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:00.813Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:00.813Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:00.813Z] a6214aa29733: Layer already exists [2024-08-07T12:50:01.077Z] main: digest: sha256:6e7f99b10c5f106ef8dcbb0db889411ce67257eac205d11702297283dc194509 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:50:01.164Z] ===================================================== [Pipeline] echo [2024-08-07T12:50:01.177Z] taggedImages: [2024-08-07T12:50:01.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:01.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-07T12:50:01.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.48 [2024-08-07T12:50:01.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:01.177Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-07T12:50:01.204Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-07T12:50:01.204Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:01.204Z] latest [2024-08-07T12:50:01.204Z] 3.2.0-dev.48 [2024-08-07T12:50:01.204Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:01.204Z] main [2024-08-07T12:50:01.204Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:01.564Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:01.911Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:01.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T12:50:01.911Z] 84bdd650f572: Preparing [2024-08-07T12:50:01.911Z] 88d4154923bf: Preparing [2024-08-07T12:50:01.911Z] 964d9097aa72: Preparing [2024-08-07T12:50:01.911Z] a6214aa29733: Preparing [2024-08-07T12:50:01.911Z] 17c25fb7985f: Preparing [2024-08-07T12:50:01.911Z] 4f56bb57c573: Preparing [2024-08-07T12:50:01.911Z] 3c20671a5817: Preparing [2024-08-07T12:50:01.911Z] 4f56bb57c573: Waiting [2024-08-07T12:50:01.911Z] 3c20671a5817: Waiting [2024-08-07T12:50:01.911Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:02.174Z] a6214aa29733: Layer already exists [2024-08-07T12:50:02.174Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:02.174Z] 17c25fb7985f: Pushed [2024-08-07T12:50:02.174Z] 84bdd650f572: Pushed [2024-08-07T12:50:02.174Z] 4f56bb57c573: Pushed [2024-08-07T12:50:08.794Z] 88d4154923bf: Pushed [2024-08-07T12:50:08.794Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:09.409Z] + 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-07T12:50:09.754Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-07T12:50:09.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T12:50:09.754Z] 84bdd650f572: Preparing [2024-08-07T12:50:09.754Z] 88d4154923bf: Preparing [2024-08-07T12:50:09.754Z] 964d9097aa72: Preparing [2024-08-07T12:50:09.754Z] a6214aa29733: Preparing [2024-08-07T12:50:09.754Z] 17c25fb7985f: Preparing [2024-08-07T12:50:09.754Z] 4f56bb57c573: Preparing [2024-08-07T12:50:09.754Z] 3c20671a5817: Preparing [2024-08-07T12:50:09.754Z] 4f56bb57c573: Waiting [2024-08-07T12:50:09.754Z] 88d4154923bf: Layer already exists [2024-08-07T12:50:09.754Z] 84bdd650f572: Layer already exists [2024-08-07T12:50:09.754Z] 17c25fb7985f: Layer already exists [2024-08-07T12:50:09.754Z] a6214aa29733: Layer already exists [2024-08-07T12:50:09.754Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:09.754Z] 4f56bb57c573: Layer already exists [2024-08-07T12:50:09.754Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:10.020Z] latest: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:10.373Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:10.711Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.48 [2024-08-07T12:50:10.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T12:50:10.711Z] 84bdd650f572: Preparing [2024-08-07T12:50:10.711Z] 88d4154923bf: Preparing [2024-08-07T12:50:10.711Z] 964d9097aa72: Preparing [2024-08-07T12:50:10.711Z] a6214aa29733: Preparing [2024-08-07T12:50:10.711Z] 17c25fb7985f: Preparing [2024-08-07T12:50:10.711Z] 4f56bb57c573: Preparing [2024-08-07T12:50:10.711Z] 3c20671a5817: Preparing [2024-08-07T12:50:10.711Z] 3c20671a5817: Waiting [2024-08-07T12:50:10.711Z] 4f56bb57c573: Waiting [2024-08-07T12:50:10.711Z] a6214aa29733: Layer already exists [2024-08-07T12:50:10.711Z] 84bdd650f572: Layer already exists [2024-08-07T12:50:10.711Z] 17c25fb7985f: Layer already exists [2024-08-07T12:50:10.711Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:10.711Z] 88d4154923bf: Layer already exists [2024-08-07T12:50:10.711Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:10.711Z] 4f56bb57c573: Layer already exists [2024-08-07T12:50:10.711Z] 3.2.0-dev.48: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:11.404Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:11.748Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:11.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T12:50:11.748Z] 84bdd650f572: Preparing [2024-08-07T12:50:11.748Z] 88d4154923bf: Preparing [2024-08-07T12:50:11.748Z] 964d9097aa72: Preparing [2024-08-07T12:50:11.748Z] a6214aa29733: Preparing [2024-08-07T12:50:11.748Z] 17c25fb7985f: Preparing [2024-08-07T12:50:11.748Z] 4f56bb57c573: Preparing [2024-08-07T12:50:11.748Z] 3c20671a5817: Preparing [2024-08-07T12:50:11.748Z] 3c20671a5817: Waiting [2024-08-07T12:50:11.748Z] 4f56bb57c573: Waiting [2024-08-07T12:50:11.748Z] 84bdd650f572: Layer already exists [2024-08-07T12:50:11.748Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:11.748Z] 17c25fb7985f: Layer already exists [2024-08-07T12:50:11.748Z] 88d4154923bf: Layer already exists [2024-08-07T12:50:11.748Z] a6214aa29733: Layer already exists [2024-08-07T12:50:11.748Z] 4f56bb57c573: Layer already exists [2024-08-07T12:50:11.748Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:11.748Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:12.360Z] + 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-07T12:50:12.712Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-07T12:50:12.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-07T12:50:12.712Z] 84bdd650f572: Preparing [2024-08-07T12:50:12.712Z] 88d4154923bf: Preparing [2024-08-07T12:50:12.712Z] 964d9097aa72: Preparing [2024-08-07T12:50:12.712Z] a6214aa29733: Preparing [2024-08-07T12:50:12.712Z] 17c25fb7985f: Preparing [2024-08-07T12:50:12.712Z] 4f56bb57c573: Preparing [2024-08-07T12:50:12.712Z] 3c20671a5817: Preparing [2024-08-07T12:50:12.712Z] 4f56bb57c573: Waiting [2024-08-07T12:50:12.712Z] 3c20671a5817: Waiting [2024-08-07T12:50:12.712Z] 84bdd650f572: Layer already exists [2024-08-07T12:50:12.712Z] a6214aa29733: Layer already exists [2024-08-07T12:50:12.712Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:12.712Z] 88d4154923bf: Layer already exists [2024-08-07T12:50:12.712Z] 17c25fb7985f: Layer already exists [2024-08-07T12:50:12.712Z] 4f56bb57c573: Layer already exists [2024-08-07T12:50:12.712Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:12.978Z] main: digest: sha256:98e956091c496d20725b1e9e41df67cbee38fd92feb1f0381d98c47a4e30571f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:50:13.054Z] ===================================================== [Pipeline] echo [2024-08-07T12:50:13.066Z] taggedImages: [2024-08-07T12:50:13.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:13.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-07T12:50:13.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.48 [2024-08-07T12:50:13.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:13.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-07T12:50:13.090Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-07T12:50:13.090Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:13.090Z] latest [2024-08-07T12:50:13.090Z] 3.2.0-dev.48 [2024-08-07T12:50:13.090Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:13.090Z] main [2024-08-07T12:50:13.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:13.444Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:13.796Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:13.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T12:50:13.796Z] c068b7fe5ab9: Preparing [2024-08-07T12:50:13.796Z] db1fa3b2e47d: Preparing [2024-08-07T12:50:13.796Z] a6214aa29733: Preparing [2024-08-07T12:50:13.796Z] b4682c552b46: Preparing [2024-08-07T12:50:13.796Z] 4df8d13fe123: Preparing [2024-08-07T12:50:13.796Z] 3c20671a5817: Preparing [2024-08-07T12:50:13.796Z] 3c20671a5817: Waiting [2024-08-07T12:50:14.060Z] a6214aa29733: Layer already exists [2024-08-07T12:50:14.060Z] 4df8d13fe123: Pushed [2024-08-07T12:50:14.060Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:14.060Z] b4682c552b46: Pushed [2024-08-07T12:50:14.060Z] c068b7fe5ab9: Pushed [2024-08-07T12:50:20.679Z] db1fa3b2e47d: Pushed [2024-08-07T12:50:20.679Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:21.037Z] + 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-07T12:50:21.384Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-07T12:50:21.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T12:50:21.384Z] c068b7fe5ab9: Preparing [2024-08-07T12:50:21.384Z] db1fa3b2e47d: Preparing [2024-08-07T12:50:21.384Z] a6214aa29733: Preparing [2024-08-07T12:50:21.384Z] b4682c552b46: Preparing [2024-08-07T12:50:21.384Z] 4df8d13fe123: Preparing [2024-08-07T12:50:21.384Z] 3c20671a5817: Preparing [2024-08-07T12:50:21.384Z] 3c20671a5817: Waiting [2024-08-07T12:50:21.384Z] b4682c552b46: Layer already exists [2024-08-07T12:50:21.384Z] 4df8d13fe123: Layer already exists [2024-08-07T12:50:21.384Z] c068b7fe5ab9: Layer already exists [2024-08-07T12:50:21.384Z] a6214aa29733: Layer already exists [2024-08-07T12:50:21.384Z] db1fa3b2e47d: Layer already exists [2024-08-07T12:50:21.384Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:21.648Z] latest: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:21.998Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:22.351Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.48 [2024-08-07T12:50:22.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T12:50:22.351Z] c068b7fe5ab9: Preparing [2024-08-07T12:50:22.351Z] db1fa3b2e47d: Preparing [2024-08-07T12:50:22.351Z] a6214aa29733: Preparing [2024-08-07T12:50:22.351Z] b4682c552b46: Preparing [2024-08-07T12:50:22.351Z] 4df8d13fe123: Preparing [2024-08-07T12:50:22.351Z] 3c20671a5817: Preparing [2024-08-07T12:50:22.351Z] 3c20671a5817: Waiting [2024-08-07T12:50:22.351Z] c068b7fe5ab9: Layer already exists [2024-08-07T12:50:22.351Z] 4df8d13fe123: Layer already exists [2024-08-07T12:50:22.351Z] a6214aa29733: Layer already exists [2024-08-07T12:50:22.351Z] db1fa3b2e47d: Layer already exists [2024-08-07T12:50:22.351Z] b4682c552b46: Layer already exists [2024-08-07T12:50:22.351Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:22.616Z] 3.2.0-dev.48: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:22.985Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:23.335Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:23.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T12:50:23.335Z] c068b7fe5ab9: Preparing [2024-08-07T12:50:23.335Z] db1fa3b2e47d: Preparing [2024-08-07T12:50:23.335Z] a6214aa29733: Preparing [2024-08-07T12:50:23.335Z] b4682c552b46: Preparing [2024-08-07T12:50:23.335Z] 4df8d13fe123: Preparing [2024-08-07T12:50:23.335Z] 3c20671a5817: Preparing [2024-08-07T12:50:23.335Z] 3c20671a5817: Waiting [2024-08-07T12:50:23.335Z] c068b7fe5ab9: Layer already exists [2024-08-07T12:50:23.335Z] 4df8d13fe123: Layer already exists [2024-08-07T12:50:23.335Z] db1fa3b2e47d: Layer already exists [2024-08-07T12:50:23.335Z] a6214aa29733: Layer already exists [2024-08-07T12:50:23.335Z] b4682c552b46: Layer already exists [2024-08-07T12:50:23.335Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:23.604Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:23.951Z] + 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-07T12:50:24.293Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-07T12:50:24.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-07T12:50:24.293Z] c068b7fe5ab9: Preparing [2024-08-07T12:50:24.293Z] db1fa3b2e47d: Preparing [2024-08-07T12:50:24.293Z] a6214aa29733: Preparing [2024-08-07T12:50:24.293Z] b4682c552b46: Preparing [2024-08-07T12:50:24.293Z] 4df8d13fe123: Preparing [2024-08-07T12:50:24.293Z] 3c20671a5817: Preparing [2024-08-07T12:50:24.293Z] 3c20671a5817: Waiting [2024-08-07T12:50:24.293Z] 4df8d13fe123: Layer already exists [2024-08-07T12:50:24.293Z] db1fa3b2e47d: Layer already exists [2024-08-07T12:50:24.293Z] b4682c552b46: Layer already exists [2024-08-07T12:50:24.293Z] c068b7fe5ab9: Layer already exists [2024-08-07T12:50:24.293Z] a6214aa29733: Layer already exists [2024-08-07T12:50:24.293Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:24.556Z] main: digest: sha256:6940ab03b4ebe1d34cc47f36fb0f422c380313320cf6089a7a901829f3e87990 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:50:24.680Z] ===================================================== [Pipeline] echo [2024-08-07T12:50:24.690Z] taggedImages: [2024-08-07T12:50:24.690Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:24.690Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-07T12:50:24.690Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.48 [2024-08-07T12:50:24.690Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:24.690Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-07T12:50:24.710Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-07T12:50:24.710Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:24.710Z] latest [2024-08-07T12:50:24.710Z] 3.2.0-dev.48 [2024-08-07T12:50:24.710Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:24.710Z] main [2024-08-07T12:50:24.710Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:25.085Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:25.465Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:25.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T12:50:25.465Z] d045018e55ff: Preparing [2024-08-07T12:50:25.465Z] 167a934498ad: Preparing [2024-08-07T12:50:25.465Z] b52ac4e50773: Preparing [2024-08-07T12:50:25.465Z] 964d9097aa72: Preparing [2024-08-07T12:50:25.465Z] a6214aa29733: Preparing [2024-08-07T12:50:25.465Z] a87198ca2b5b: Preparing [2024-08-07T12:50:25.465Z] 2610fe0abe73: Preparing [2024-08-07T12:50:25.465Z] 3c20671a5817: Preparing [2024-08-07T12:50:25.465Z] a87198ca2b5b: Waiting [2024-08-07T12:50:25.465Z] 2610fe0abe73: Waiting [2024-08-07T12:50:25.465Z] 3c20671a5817: Waiting [2024-08-07T12:50:25.465Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:25.465Z] a6214aa29733: Layer already exists [2024-08-07T12:50:25.749Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:25.749Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:25.749Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:25.749Z] d045018e55ff: Pushed [2024-08-07T12:50:25.749Z] 167a934498ad: Pushed [2024-08-07T12:50:32.366Z] b52ac4e50773: Pushed [2024-08-07T12:50:32.366Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:32.716Z] + 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-07T12:50:33.059Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-07T12:50:33.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T12:50:33.059Z] d045018e55ff: Preparing [2024-08-07T12:50:33.059Z] 167a934498ad: Preparing [2024-08-07T12:50:33.059Z] b52ac4e50773: Preparing [2024-08-07T12:50:33.059Z] 964d9097aa72: Preparing [2024-08-07T12:50:33.059Z] a6214aa29733: Preparing [2024-08-07T12:50:33.059Z] a87198ca2b5b: Preparing [2024-08-07T12:50:33.059Z] 2610fe0abe73: Preparing [2024-08-07T12:50:33.059Z] 3c20671a5817: Preparing [2024-08-07T12:50:33.059Z] a87198ca2b5b: Waiting [2024-08-07T12:50:33.059Z] 2610fe0abe73: Waiting [2024-08-07T12:50:33.059Z] 3c20671a5817: Waiting [2024-08-07T12:50:33.059Z] d045018e55ff: Layer already exists [2024-08-07T12:50:33.059Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:33.059Z] b52ac4e50773: Layer already exists [2024-08-07T12:50:33.059Z] 167a934498ad: Layer already exists [2024-08-07T12:50:33.059Z] a6214aa29733: Layer already exists [2024-08-07T12:50:33.059Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:33.059Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:33.059Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:33.323Z] latest: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:33.672Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:34.017Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.48 [2024-08-07T12:50:34.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T12:50:34.017Z] d045018e55ff: Preparing [2024-08-07T12:50:34.017Z] 167a934498ad: Preparing [2024-08-07T12:50:34.017Z] b52ac4e50773: Preparing [2024-08-07T12:50:34.017Z] 964d9097aa72: Preparing [2024-08-07T12:50:34.017Z] a6214aa29733: Preparing [2024-08-07T12:50:34.017Z] a87198ca2b5b: Preparing [2024-08-07T12:50:34.018Z] 2610fe0abe73: Preparing [2024-08-07T12:50:34.018Z] a87198ca2b5b: Waiting [2024-08-07T12:50:34.018Z] 3c20671a5817: Preparing [2024-08-07T12:50:34.018Z] 2610fe0abe73: Waiting [2024-08-07T12:50:34.018Z] 3c20671a5817: Waiting [2024-08-07T12:50:34.018Z] a6214aa29733: Layer already exists [2024-08-07T12:50:34.018Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:34.018Z] 167a934498ad: Layer already exists [2024-08-07T12:50:34.018Z] b52ac4e50773: Layer already exists [2024-08-07T12:50:34.018Z] d045018e55ff: Layer already exists [2024-08-07T12:50:34.018Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:34.018Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:34.018Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:34.280Z] 3.2.0-dev.48: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:34.627Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:34.972Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:34.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T12:50:34.972Z] d045018e55ff: Preparing [2024-08-07T12:50:34.972Z] 167a934498ad: Preparing [2024-08-07T12:50:34.972Z] b52ac4e50773: Preparing [2024-08-07T12:50:34.972Z] 964d9097aa72: Preparing [2024-08-07T12:50:34.972Z] a6214aa29733: Preparing [2024-08-07T12:50:34.972Z] a87198ca2b5b: Preparing [2024-08-07T12:50:34.972Z] 2610fe0abe73: Preparing [2024-08-07T12:50:34.972Z] 3c20671a5817: Preparing [2024-08-07T12:50:34.972Z] a87198ca2b5b: Waiting [2024-08-07T12:50:34.972Z] 2610fe0abe73: Waiting [2024-08-07T12:50:34.972Z] 3c20671a5817: Waiting [2024-08-07T12:50:34.972Z] 167a934498ad: Layer already exists [2024-08-07T12:50:34.972Z] d045018e55ff: Layer already exists [2024-08-07T12:50:34.972Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:34.972Z] a6214aa29733: Layer already exists [2024-08-07T12:50:34.972Z] b52ac4e50773: Layer already exists [2024-08-07T12:50:34.972Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:34.972Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:34.972Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:35.235Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:35.587Z] + 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-07T12:50:35.933Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-07T12:50:35.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-07T12:50:35.934Z] d045018e55ff: Preparing [2024-08-07T12:50:35.934Z] 167a934498ad: Preparing [2024-08-07T12:50:35.934Z] b52ac4e50773: Preparing [2024-08-07T12:50:35.934Z] 964d9097aa72: Preparing [2024-08-07T12:50:35.934Z] a6214aa29733: Preparing [2024-08-07T12:50:35.934Z] a87198ca2b5b: Preparing [2024-08-07T12:50:35.934Z] 2610fe0abe73: Preparing [2024-08-07T12:50:35.934Z] 3c20671a5817: Preparing [2024-08-07T12:50:35.934Z] a87198ca2b5b: Waiting [2024-08-07T12:50:35.934Z] 2610fe0abe73: Waiting [2024-08-07T12:50:35.934Z] 3c20671a5817: Waiting [2024-08-07T12:50:35.934Z] 167a934498ad: Layer already exists [2024-08-07T12:50:35.934Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:35.934Z] a6214aa29733: Layer already exists [2024-08-07T12:50:35.934Z] b52ac4e50773: Layer already exists [2024-08-07T12:50:35.934Z] d045018e55ff: Layer already exists [2024-08-07T12:50:35.934Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:35.934Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:35.934Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:36.196Z] main: digest: sha256:afd6c5a281cee0f16ea9fdcbe8ff9180c2ebe56a952f29def7ed00fc953d0d52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:50:36.274Z] ===================================================== [Pipeline] echo [2024-08-07T12:50:36.291Z] taggedImages: [2024-08-07T12:50:36.291Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:36.291Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-07T12:50:36.291Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.48 [2024-08-07T12:50:36.291Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:36.291Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-07T12:50:36.317Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-07T12:50:36.317Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:36.317Z] latest [2024-08-07T12:50:36.317Z] 3.2.0-dev.48 [2024-08-07T12:50:36.317Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:36.317Z] main [2024-08-07T12:50:36.317Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:36.677Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:37.022Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:37.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T12:50:37.022Z] dd11c832a674: Preparing [2024-08-07T12:50:37.022Z] 5d291e7f9c68: Preparing [2024-08-07T12:50:37.022Z] 887dc37f4258: Preparing [2024-08-07T12:50:37.022Z] 7a1eef1ca6dc: Preparing [2024-08-07T12:50:37.022Z] 15e1cb043299: Preparing [2024-08-07T12:50:37.022Z] f04c316f74e3: Preparing [2024-08-07T12:50:37.022Z] b5c1ee325310: Preparing [2024-08-07T12:50:37.022Z] 4eb3c2cf3067: Preparing [2024-08-07T12:50:37.022Z] 964d9097aa72: Preparing [2024-08-07T12:50:37.022Z] a6214aa29733: Preparing [2024-08-07T12:50:37.022Z] 951bd3dd3608: Preparing [2024-08-07T12:50:37.022Z] 520ce9cac67b: Preparing [2024-08-07T12:50:37.022Z] 5f70bf18a086: Preparing [2024-08-07T12:50:37.022Z] f04c316f74e3: Waiting [2024-08-07T12:50:37.022Z] b5c1ee325310: Waiting [2024-08-07T12:50:37.022Z] 4eb3c2cf3067: Waiting [2024-08-07T12:50:37.022Z] 964d9097aa72: Waiting [2024-08-07T12:50:37.022Z] a6214aa29733: Waiting [2024-08-07T12:50:37.022Z] 951bd3dd3608: Waiting [2024-08-07T12:50:37.022Z] 520ce9cac67b: Waiting [2024-08-07T12:50:37.022Z] 5f70bf18a086: Waiting [2024-08-07T12:50:37.022Z] b75fb58e7344: Preparing [2024-08-07T12:50:37.022Z] 65b9ee7d2a36: Preparing [2024-08-07T12:50:37.022Z] 2f424b9282ba: Preparing [2024-08-07T12:50:37.022Z] 3c20671a5817: Preparing [2024-08-07T12:50:37.022Z] 2f424b9282ba: Waiting [2024-08-07T12:50:37.022Z] 3c20671a5817: Waiting [2024-08-07T12:50:37.295Z] dd11c832a674: Pushed [2024-08-07T12:50:37.295Z] 5d291e7f9c68: Pushed [2024-08-07T12:50:37.295Z] 15e1cb043299: Pushed [2024-08-07T12:50:37.295Z] 7a1eef1ca6dc: Pushed [2024-08-07T12:50:37.295Z] 887dc37f4258: Pushed [2024-08-07T12:50:37.295Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:37.295Z] a6214aa29733: Layer already exists [2024-08-07T12:50:37.295Z] f04c316f74e3: Pushed [2024-08-07T12:50:37.561Z] 5f70bf18a086: Layer already exists [2024-08-07T12:50:37.561Z] b5c1ee325310: Pushed [2024-08-07T12:50:37.561Z] 951bd3dd3608: Pushed [2024-08-07T12:50:37.561Z] 520ce9cac67b: Pushed [2024-08-07T12:50:37.561Z] b75fb58e7344: Pushed [2024-08-07T12:50:37.561Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:37.561Z] 65b9ee7d2a36: Pushed [2024-08-07T12:50:37.824Z] 2f424b9282ba: Pushed [2024-08-07T12:50:40.384Z] 4eb3c2cf3067: Pushed [2024-08-07T12:50:40.384Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:40.729Z] + 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-07T12:50:41.078Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-07T12:50:41.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T12:50:41.078Z] dd11c832a674: Preparing [2024-08-07T12:50:41.078Z] 5d291e7f9c68: Preparing [2024-08-07T12:50:41.078Z] 887dc37f4258: Preparing [2024-08-07T12:50:41.078Z] 7a1eef1ca6dc: Preparing [2024-08-07T12:50:41.078Z] 15e1cb043299: Preparing [2024-08-07T12:50:41.078Z] f04c316f74e3: Preparing [2024-08-07T12:50:41.078Z] b5c1ee325310: Preparing [2024-08-07T12:50:41.078Z] 4eb3c2cf3067: Preparing [2024-08-07T12:50:41.078Z] 964d9097aa72: Preparing [2024-08-07T12:50:41.078Z] a6214aa29733: Preparing [2024-08-07T12:50:41.078Z] 951bd3dd3608: Preparing [2024-08-07T12:50:41.078Z] 520ce9cac67b: Preparing [2024-08-07T12:50:41.078Z] 5f70bf18a086: Preparing [2024-08-07T12:50:41.078Z] b75fb58e7344: Preparing [2024-08-07T12:50:41.078Z] 65b9ee7d2a36: Preparing [2024-08-07T12:50:41.078Z] 2f424b9282ba: Preparing [2024-08-07T12:50:41.078Z] 3c20671a5817: Preparing [2024-08-07T12:50:41.078Z] f04c316f74e3: Waiting [2024-08-07T12:50:41.078Z] b5c1ee325310: Waiting [2024-08-07T12:50:41.078Z] 4eb3c2cf3067: Waiting [2024-08-07T12:50:41.078Z] 964d9097aa72: Waiting [2024-08-07T12:50:41.078Z] a6214aa29733: Waiting [2024-08-07T12:50:41.078Z] 951bd3dd3608: Waiting [2024-08-07T12:50:41.078Z] 520ce9cac67b: Waiting [2024-08-07T12:50:41.078Z] 5f70bf18a086: Waiting [2024-08-07T12:50:41.078Z] b75fb58e7344: Waiting [2024-08-07T12:50:41.078Z] 65b9ee7d2a36: Waiting [2024-08-07T12:50:41.078Z] 2f424b9282ba: Waiting [2024-08-07T12:50:41.078Z] 3c20671a5817: Waiting [2024-08-07T12:50:41.078Z] dd11c832a674: Layer already exists [2024-08-07T12:50:41.078Z] 5d291e7f9c68: Layer already exists [2024-08-07T12:50:41.078Z] 7a1eef1ca6dc: Layer already exists [2024-08-07T12:50:41.078Z] 887dc37f4258: Layer already exists [2024-08-07T12:50:41.078Z] 15e1cb043299: Layer already exists [2024-08-07T12:50:41.078Z] b5c1ee325310: Layer already exists [2024-08-07T12:50:41.078Z] f04c316f74e3: Layer already exists [2024-08-07T12:50:41.078Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:41.078Z] 4eb3c2cf3067: Layer already exists [2024-08-07T12:50:41.078Z] a6214aa29733: Layer already exists [2024-08-07T12:50:41.078Z] 951bd3dd3608: Layer already exists [2024-08-07T12:50:41.078Z] 520ce9cac67b: Layer already exists [2024-08-07T12:50:41.078Z] 5f70bf18a086: Layer already exists [2024-08-07T12:50:41.078Z] b75fb58e7344: Layer already exists [2024-08-07T12:50:41.078Z] 65b9ee7d2a36: Layer already exists [2024-08-07T12:50:41.078Z] 2f424b9282ba: Layer already exists [2024-08-07T12:50:41.078Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:41.341Z] latest: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:41.685Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:42.036Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.48 [2024-08-07T12:50:42.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T12:50:42.036Z] dd11c832a674: Preparing [2024-08-07T12:50:42.036Z] 5d291e7f9c68: Preparing [2024-08-07T12:50:42.036Z] 887dc37f4258: Preparing [2024-08-07T12:50:42.036Z] 7a1eef1ca6dc: Preparing [2024-08-07T12:50:42.036Z] 15e1cb043299: Preparing [2024-08-07T12:50:42.036Z] f04c316f74e3: Preparing [2024-08-07T12:50:42.036Z] b5c1ee325310: Preparing [2024-08-07T12:50:42.036Z] 4eb3c2cf3067: Preparing [2024-08-07T12:50:42.036Z] 964d9097aa72: Preparing [2024-08-07T12:50:42.036Z] a6214aa29733: Preparing [2024-08-07T12:50:42.036Z] 951bd3dd3608: Preparing [2024-08-07T12:50:42.036Z] 520ce9cac67b: Preparing [2024-08-07T12:50:42.036Z] 5f70bf18a086: Preparing [2024-08-07T12:50:42.036Z] b75fb58e7344: Preparing [2024-08-07T12:50:42.036Z] 65b9ee7d2a36: Preparing [2024-08-07T12:50:42.036Z] 2f424b9282ba: Preparing [2024-08-07T12:50:42.036Z] 3c20671a5817: Preparing [2024-08-07T12:50:42.036Z] f04c316f74e3: Waiting [2024-08-07T12:50:42.036Z] 4eb3c2cf3067: Waiting [2024-08-07T12:50:42.036Z] 964d9097aa72: Waiting [2024-08-07T12:50:42.036Z] a6214aa29733: Waiting [2024-08-07T12:50:42.036Z] b5c1ee325310: Waiting [2024-08-07T12:50:42.036Z] 951bd3dd3608: Waiting [2024-08-07T12:50:42.036Z] 5f70bf18a086: Waiting [2024-08-07T12:50:42.036Z] 65b9ee7d2a36: Waiting [2024-08-07T12:50:42.036Z] b75fb58e7344: Waiting [2024-08-07T12:50:42.036Z] 2f424b9282ba: Waiting [2024-08-07T12:50:42.036Z] 520ce9cac67b: Waiting [2024-08-07T12:50:42.036Z] 3c20671a5817: Waiting [2024-08-07T12:50:42.036Z] 7a1eef1ca6dc: Layer already exists [2024-08-07T12:50:42.036Z] 887dc37f4258: Layer already exists [2024-08-07T12:50:42.036Z] 5d291e7f9c68: Layer already exists [2024-08-07T12:50:42.036Z] dd11c832a674: Layer already exists [2024-08-07T12:50:42.036Z] 15e1cb043299: Layer already exists [2024-08-07T12:50:42.036Z] f04c316f74e3: Layer already exists [2024-08-07T12:50:42.036Z] 4eb3c2cf3067: Layer already exists [2024-08-07T12:50:42.036Z] a6214aa29733: Layer already exists [2024-08-07T12:50:42.036Z] b5c1ee325310: Layer already exists [2024-08-07T12:50:42.036Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:42.036Z] 951bd3dd3608: Layer already exists [2024-08-07T12:50:42.036Z] 520ce9cac67b: Layer already exists [2024-08-07T12:50:42.036Z] 5f70bf18a086: Layer already exists [2024-08-07T12:50:42.036Z] b75fb58e7344: Layer already exists [2024-08-07T12:50:42.036Z] 65b9ee7d2a36: Layer already exists [2024-08-07T12:50:42.036Z] 2f424b9282ba: Layer already exists [2024-08-07T12:50:42.036Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:42.301Z] 3.2.0-dev.48: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:42.657Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:42.996Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:42.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T12:50:42.996Z] dd11c832a674: Preparing [2024-08-07T12:50:42.996Z] 5d291e7f9c68: Preparing [2024-08-07T12:50:42.996Z] 887dc37f4258: Preparing [2024-08-07T12:50:42.996Z] 7a1eef1ca6dc: Preparing [2024-08-07T12:50:42.996Z] 15e1cb043299: Preparing [2024-08-07T12:50:42.996Z] f04c316f74e3: Preparing [2024-08-07T12:50:42.996Z] b5c1ee325310: Preparing [2024-08-07T12:50:42.996Z] 4eb3c2cf3067: Preparing [2024-08-07T12:50:42.996Z] 964d9097aa72: Preparing [2024-08-07T12:50:42.996Z] a6214aa29733: Preparing [2024-08-07T12:50:42.996Z] 951bd3dd3608: Preparing [2024-08-07T12:50:42.996Z] 520ce9cac67b: Preparing [2024-08-07T12:50:42.996Z] 5f70bf18a086: Preparing [2024-08-07T12:50:42.996Z] b75fb58e7344: Preparing [2024-08-07T12:50:42.996Z] 65b9ee7d2a36: Preparing [2024-08-07T12:50:42.996Z] 2f424b9282ba: Preparing [2024-08-07T12:50:42.996Z] 3c20671a5817: Preparing [2024-08-07T12:50:42.996Z] a6214aa29733: Waiting [2024-08-07T12:50:42.996Z] 951bd3dd3608: Waiting [2024-08-07T12:50:42.996Z] 520ce9cac67b: Waiting [2024-08-07T12:50:42.996Z] 5f70bf18a086: Waiting [2024-08-07T12:50:42.996Z] b75fb58e7344: Waiting [2024-08-07T12:50:42.996Z] 65b9ee7d2a36: Waiting [2024-08-07T12:50:42.996Z] 2f424b9282ba: Waiting [2024-08-07T12:50:42.996Z] 3c20671a5817: Waiting [2024-08-07T12:50:42.996Z] b5c1ee325310: Waiting [2024-08-07T12:50:42.996Z] f04c316f74e3: Waiting [2024-08-07T12:50:42.996Z] 4eb3c2cf3067: Waiting [2024-08-07T12:50:42.996Z] 964d9097aa72: Waiting [2024-08-07T12:50:42.996Z] 887dc37f4258: Layer already exists [2024-08-07T12:50:42.996Z] 15e1cb043299: Layer already exists [2024-08-07T12:50:42.996Z] 5d291e7f9c68: Layer already exists [2024-08-07T12:50:42.996Z] 7a1eef1ca6dc: Layer already exists [2024-08-07T12:50:42.996Z] dd11c832a674: Layer already exists [2024-08-07T12:50:42.996Z] f04c316f74e3: Layer already exists [2024-08-07T12:50:42.996Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:42.996Z] 4eb3c2cf3067: Layer already exists [2024-08-07T12:50:42.996Z] b5c1ee325310: Layer already exists [2024-08-07T12:50:42.996Z] a6214aa29733: Layer already exists [2024-08-07T12:50:42.996Z] b75fb58e7344: Layer already exists [2024-08-07T12:50:42.996Z] 951bd3dd3608: Layer already exists [2024-08-07T12:50:42.996Z] 520ce9cac67b: Layer already exists [2024-08-07T12:50:42.996Z] 5f70bf18a086: Layer already exists [2024-08-07T12:50:42.996Z] 65b9ee7d2a36: Layer already exists [2024-08-07T12:50:42.996Z] 2f424b9282ba: Layer already exists [2024-08-07T12:50:42.996Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:43.259Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:43.609Z] + 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-07T12:50:43.951Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-07T12:50:43.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-07T12:50:43.951Z] dd11c832a674: Preparing [2024-08-07T12:50:43.951Z] 5d291e7f9c68: Preparing [2024-08-07T12:50:43.951Z] 887dc37f4258: Preparing [2024-08-07T12:50:43.951Z] 7a1eef1ca6dc: Preparing [2024-08-07T12:50:43.951Z] 15e1cb043299: Preparing [2024-08-07T12:50:43.951Z] f04c316f74e3: Preparing [2024-08-07T12:50:43.951Z] b5c1ee325310: Preparing [2024-08-07T12:50:43.951Z] f04c316f74e3: Waiting [2024-08-07T12:50:43.951Z] 4eb3c2cf3067: Preparing [2024-08-07T12:50:43.951Z] b5c1ee325310: Waiting [2024-08-07T12:50:43.951Z] 964d9097aa72: Preparing [2024-08-07T12:50:43.951Z] 4eb3c2cf3067: Waiting [2024-08-07T12:50:43.951Z] a6214aa29733: Preparing [2024-08-07T12:50:43.951Z] 964d9097aa72: Waiting [2024-08-07T12:50:43.951Z] 951bd3dd3608: Preparing [2024-08-07T12:50:43.951Z] a6214aa29733: Waiting [2024-08-07T12:50:43.951Z] 520ce9cac67b: Preparing [2024-08-07T12:50:43.951Z] 5f70bf18a086: Preparing [2024-08-07T12:50:43.951Z] b75fb58e7344: Preparing [2024-08-07T12:50:43.951Z] 65b9ee7d2a36: Preparing [2024-08-07T12:50:43.951Z] 2f424b9282ba: Preparing [2024-08-07T12:50:43.951Z] 3c20671a5817: Preparing [2024-08-07T12:50:43.951Z] 951bd3dd3608: Waiting [2024-08-07T12:50:43.951Z] 520ce9cac67b: Waiting [2024-08-07T12:50:43.951Z] 5f70bf18a086: Waiting [2024-08-07T12:50:43.951Z] b75fb58e7344: Waiting [2024-08-07T12:50:43.951Z] 65b9ee7d2a36: Waiting [2024-08-07T12:50:43.951Z] 2f424b9282ba: Waiting [2024-08-07T12:50:43.951Z] 3c20671a5817: Waiting [2024-08-07T12:50:43.951Z] 887dc37f4258: Layer already exists [2024-08-07T12:50:43.951Z] 5d291e7f9c68: Layer already exists [2024-08-07T12:50:43.951Z] dd11c832a674: Layer already exists [2024-08-07T12:50:43.951Z] 7a1eef1ca6dc: Layer already exists [2024-08-07T12:50:43.951Z] 15e1cb043299: Layer already exists [2024-08-07T12:50:43.951Z] f04c316f74e3: Layer already exists [2024-08-07T12:50:43.951Z] 4eb3c2cf3067: Layer already exists [2024-08-07T12:50:43.951Z] b5c1ee325310: Layer already exists [2024-08-07T12:50:43.951Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:43.951Z] a6214aa29733: Layer already exists [2024-08-07T12:50:43.951Z] 951bd3dd3608: Layer already exists [2024-08-07T12:50:43.951Z] b75fb58e7344: Layer already exists [2024-08-07T12:50:43.951Z] 520ce9cac67b: Layer already exists [2024-08-07T12:50:43.951Z] 5f70bf18a086: Layer already exists [2024-08-07T12:50:43.951Z] 65b9ee7d2a36: Layer already exists [2024-08-07T12:50:43.951Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:43.951Z] 2f424b9282ba: Layer already exists [2024-08-07T12:50:44.214Z] main: digest: sha256:eb0dc7844312fe53394aeb44154c1ec7c90bdc581decbe8e25518ccc2256f83d size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:50:44.285Z] ===================================================== [Pipeline] echo [2024-08-07T12:50:44.297Z] taggedImages: [2024-08-07T12:50:44.297Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:44.297Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-07T12:50:44.297Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.48 [2024-08-07T12:50:44.297Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:44.297Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-07T12:50:44.323Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-07T12:50:44.323Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:44.323Z] latest [2024-08-07T12:50:44.323Z] 3.2.0-dev.48 [2024-08-07T12:50:44.323Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:44.323Z] main [2024-08-07T12:50:44.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:44.693Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:45.028Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:45.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T12:50:45.028Z] 28dac48a186e: Preparing [2024-08-07T12:50:45.028Z] ba18c87486a3: Preparing [2024-08-07T12:50:45.028Z] cd995d539f40: Preparing [2024-08-07T12:50:45.028Z] bdcca36a0b8e: Preparing [2024-08-07T12:50:45.028Z] 964d9097aa72: Preparing [2024-08-07T12:50:45.028Z] a6214aa29733: Preparing [2024-08-07T12:50:45.028Z] a87198ca2b5b: Preparing [2024-08-07T12:50:45.028Z] 2610fe0abe73: Preparing [2024-08-07T12:50:45.028Z] 3c20671a5817: Preparing [2024-08-07T12:50:45.028Z] a6214aa29733: Waiting [2024-08-07T12:50:45.028Z] a87198ca2b5b: Waiting [2024-08-07T12:50:45.028Z] 2610fe0abe73: Waiting [2024-08-07T12:50:45.028Z] 3c20671a5817: Waiting [2024-08-07T12:50:45.028Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:45.292Z] a6214aa29733: Layer already exists [2024-08-07T12:50:45.292Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:45.292Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:45.292Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:45.292Z] 28dac48a186e: Pushed [2024-08-07T12:50:45.292Z] ba18c87486a3: Pushed [2024-08-07T12:50:45.292Z] cd995d539f40: Pushed [2024-08-07T12:50:50.609Z] bdcca36a0b8e: Pushed [2024-08-07T12:50:50.609Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:50.950Z] + 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-07T12:50:51.295Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-07T12:50:51.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T12:50:51.295Z] 28dac48a186e: Preparing [2024-08-07T12:50:51.295Z] ba18c87486a3: Preparing [2024-08-07T12:50:51.295Z] cd995d539f40: Preparing [2024-08-07T12:50:51.295Z] bdcca36a0b8e: Preparing [2024-08-07T12:50:51.295Z] 964d9097aa72: Preparing [2024-08-07T12:50:51.295Z] a6214aa29733: Preparing [2024-08-07T12:50:51.295Z] a87198ca2b5b: Preparing [2024-08-07T12:50:51.295Z] 2610fe0abe73: Preparing [2024-08-07T12:50:51.295Z] 3c20671a5817: Preparing [2024-08-07T12:50:51.295Z] a6214aa29733: Waiting [2024-08-07T12:50:51.295Z] a87198ca2b5b: Waiting [2024-08-07T12:50:51.295Z] 2610fe0abe73: Waiting [2024-08-07T12:50:51.295Z] 3c20671a5817: Waiting [2024-08-07T12:50:51.295Z] 28dac48a186e: Layer already exists [2024-08-07T12:50:51.295Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:51.295Z] ba18c87486a3: Layer already exists [2024-08-07T12:50:51.295Z] bdcca36a0b8e: Layer already exists [2024-08-07T12:50:51.295Z] cd995d539f40: Layer already exists [2024-08-07T12:50:51.559Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:51.559Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:51.559Z] a6214aa29733: Layer already exists [2024-08-07T12:50:51.559Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:51.559Z] latest: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:51.912Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:52.262Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.48 [2024-08-07T12:50:52.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T12:50:52.262Z] 28dac48a186e: Preparing [2024-08-07T12:50:52.262Z] ba18c87486a3: Preparing [2024-08-07T12:50:52.262Z] cd995d539f40: Preparing [2024-08-07T12:50:52.262Z] bdcca36a0b8e: Preparing [2024-08-07T12:50:52.262Z] 964d9097aa72: Preparing [2024-08-07T12:50:52.262Z] a6214aa29733: Preparing [2024-08-07T12:50:52.262Z] a87198ca2b5b: Preparing [2024-08-07T12:50:52.262Z] 2610fe0abe73: Preparing [2024-08-07T12:50:52.262Z] 3c20671a5817: Preparing [2024-08-07T12:50:52.262Z] a87198ca2b5b: Waiting [2024-08-07T12:50:52.262Z] 2610fe0abe73: Waiting [2024-08-07T12:50:52.262Z] 3c20671a5817: Waiting [2024-08-07T12:50:52.262Z] a6214aa29733: Waiting [2024-08-07T12:50:52.262Z] bdcca36a0b8e: Layer already exists [2024-08-07T12:50:52.262Z] cd995d539f40: Layer already exists [2024-08-07T12:50:52.262Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:52.262Z] 28dac48a186e: Layer already exists [2024-08-07T12:50:52.262Z] ba18c87486a3: Layer already exists [2024-08-07T12:50:52.262Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:52.262Z] a6214aa29733: Layer already exists [2024-08-07T12:50:52.262Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:52.262Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:52.527Z] 3.2.0-dev.48: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:52.867Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:53.210Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:53.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T12:50:53.210Z] 28dac48a186e: Preparing [2024-08-07T12:50:53.210Z] ba18c87486a3: Preparing [2024-08-07T12:50:53.210Z] cd995d539f40: Preparing [2024-08-07T12:50:53.210Z] bdcca36a0b8e: Preparing [2024-08-07T12:50:53.210Z] 964d9097aa72: Preparing [2024-08-07T12:50:53.210Z] a6214aa29733: Preparing [2024-08-07T12:50:53.210Z] a87198ca2b5b: Preparing [2024-08-07T12:50:53.210Z] 2610fe0abe73: Preparing [2024-08-07T12:50:53.210Z] 3c20671a5817: Preparing [2024-08-07T12:50:53.210Z] a6214aa29733: Waiting [2024-08-07T12:50:53.210Z] a87198ca2b5b: Waiting [2024-08-07T12:50:53.210Z] 2610fe0abe73: Waiting [2024-08-07T12:50:53.210Z] 3c20671a5817: Waiting [2024-08-07T12:50:53.210Z] cd995d539f40: Layer already exists [2024-08-07T12:50:53.210Z] bdcca36a0b8e: Layer already exists [2024-08-07T12:50:53.210Z] 28dac48a186e: Layer already exists [2024-08-07T12:50:53.210Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:53.210Z] ba18c87486a3: Layer already exists [2024-08-07T12:50:53.210Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:53.210Z] a6214aa29733: Layer already exists [2024-08-07T12:50:53.210Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:53.210Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:53.473Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:53.838Z] + 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-07T12:50:54.195Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-07T12:50:54.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-07T12:50:54.195Z] 28dac48a186e: Preparing [2024-08-07T12:50:54.195Z] ba18c87486a3: Preparing [2024-08-07T12:50:54.195Z] cd995d539f40: Preparing [2024-08-07T12:50:54.195Z] bdcca36a0b8e: Preparing [2024-08-07T12:50:54.195Z] 964d9097aa72: Preparing [2024-08-07T12:50:54.195Z] a6214aa29733: Preparing [2024-08-07T12:50:54.195Z] a87198ca2b5b: Preparing [2024-08-07T12:50:54.195Z] 2610fe0abe73: Preparing [2024-08-07T12:50:54.195Z] 3c20671a5817: Preparing [2024-08-07T12:50:54.195Z] a6214aa29733: Waiting [2024-08-07T12:50:54.195Z] a87198ca2b5b: Waiting [2024-08-07T12:50:54.195Z] 2610fe0abe73: Waiting [2024-08-07T12:50:54.195Z] 3c20671a5817: Waiting [2024-08-07T12:50:54.195Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:54.195Z] 28dac48a186e: Layer already exists [2024-08-07T12:50:54.195Z] bdcca36a0b8e: Layer already exists [2024-08-07T12:50:54.195Z] ba18c87486a3: Layer already exists [2024-08-07T12:50:54.195Z] cd995d539f40: Layer already exists [2024-08-07T12:50:54.195Z] a87198ca2b5b: Layer already exists [2024-08-07T12:50:54.195Z] 2610fe0abe73: Layer already exists [2024-08-07T12:50:54.195Z] a6214aa29733: Layer already exists [2024-08-07T12:50:54.195Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:54.458Z] main: digest: sha256:ce581bd820fdb2541d29472340e553a07bedc08e99df4a6fe3ef628c7b0baf09 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:50:54.540Z] ===================================================== [Pipeline] echo [2024-08-07T12:50:54.552Z] taggedImages: [2024-08-07T12:50:54.552Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:54.552Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-07T12:50:54.552Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.48 [2024-08-07T12:50:54.552Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:54.552Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-07T12:50:54.583Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-07T12:50:54.583Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:54.583Z] latest [2024-08-07T12:50:54.583Z] 3.2.0-dev.48 [2024-08-07T12:50:54.583Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:50:54.583Z] main [2024-08-07T12:50:54.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:54.950Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:55.288Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:50:55.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T12:50:55.288Z] e88551f28e81: Preparing [2024-08-07T12:50:55.288Z] 720516082c87: Preparing [2024-08-07T12:50:55.288Z] bbf1a118ec4d: Preparing [2024-08-07T12:50:55.288Z] dffd04624777: Preparing [2024-08-07T12:50:55.288Z] 2f0221574df1: Preparing [2024-08-07T12:50:55.288Z] 964d9097aa72: Preparing [2024-08-07T12:50:55.288Z] a6214aa29733: Preparing [2024-08-07T12:50:55.288Z] 964d9097aa72: Waiting [2024-08-07T12:50:55.288Z] e9fc899a9bba: Preparing [2024-08-07T12:50:55.288Z] 22bd365bfa8b: Preparing [2024-08-07T12:50:55.288Z] a6214aa29733: Waiting [2024-08-07T12:50:55.288Z] d414290ea798: Preparing [2024-08-07T12:50:55.288Z] e9fc899a9bba: Waiting [2024-08-07T12:50:55.288Z] 22bd365bfa8b: Waiting [2024-08-07T12:50:55.288Z] 3c20671a5817: Preparing [2024-08-07T12:50:55.288Z] d414290ea798: Waiting [2024-08-07T12:50:55.288Z] 3c20671a5817: Waiting [2024-08-07T12:50:55.550Z] dffd04624777: Pushed [2024-08-07T12:50:55.550Z] e88551f28e81: Pushed [2024-08-07T12:50:55.550Z] 2f0221574df1: Pushed [2024-08-07T12:50:55.550Z] 720516082c87: Pushed [2024-08-07T12:50:55.550Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:55.550Z] a6214aa29733: Layer already exists [2024-08-07T12:50:55.550Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:55.550Z] e9fc899a9bba: Pushed [2024-08-07T12:50:55.812Z] 22bd365bfa8b: Pushed [2024-08-07T12:50:57.736Z] bbf1a118ec4d: Pushed [2024-08-07T12:50:58.312Z] d414290ea798: Pushed [2024-08-07T12:50:58.312Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:58.655Z] + 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-07T12:50:58.996Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-07T12:50:58.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T12:50:58.996Z] e88551f28e81: Preparing [2024-08-07T12:50:58.996Z] 720516082c87: Preparing [2024-08-07T12:50:58.996Z] bbf1a118ec4d: Preparing [2024-08-07T12:50:58.996Z] dffd04624777: Preparing [2024-08-07T12:50:58.996Z] 2f0221574df1: Preparing [2024-08-07T12:50:58.996Z] 964d9097aa72: Preparing [2024-08-07T12:50:58.996Z] a6214aa29733: Preparing [2024-08-07T12:50:58.996Z] e9fc899a9bba: Preparing [2024-08-07T12:50:58.996Z] 22bd365bfa8b: Preparing [2024-08-07T12:50:58.996Z] d414290ea798: Preparing [2024-08-07T12:50:58.996Z] 3c20671a5817: Preparing [2024-08-07T12:50:58.996Z] a6214aa29733: Waiting [2024-08-07T12:50:58.996Z] e9fc899a9bba: Waiting [2024-08-07T12:50:58.996Z] d414290ea798: Waiting [2024-08-07T12:50:58.996Z] 964d9097aa72: Waiting [2024-08-07T12:50:58.996Z] 3c20671a5817: Waiting [2024-08-07T12:50:58.996Z] 22bd365bfa8b: Waiting [2024-08-07T12:50:58.996Z] bbf1a118ec4d: Layer already exists [2024-08-07T12:50:58.996Z] e88551f28e81: Layer already exists [2024-08-07T12:50:58.996Z] 2f0221574df1: Layer already exists [2024-08-07T12:50:58.996Z] 720516082c87: Layer already exists [2024-08-07T12:50:58.996Z] dffd04624777: Layer already exists [2024-08-07T12:50:58.996Z] d414290ea798: Layer already exists [2024-08-07T12:50:58.996Z] e9fc899a9bba: Layer already exists [2024-08-07T12:50:58.996Z] a6214aa29733: Layer already exists [2024-08-07T12:50:58.996Z] 22bd365bfa8b: Layer already exists [2024-08-07T12:50:58.996Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:58.996Z] 3c20671a5817: Layer already exists [2024-08-07T12:50:59.259Z] latest: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:59.602Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:50:59.946Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.48 [2024-08-07T12:50:59.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T12:50:59.946Z] e88551f28e81: Preparing [2024-08-07T12:50:59.946Z] 720516082c87: Preparing [2024-08-07T12:50:59.946Z] bbf1a118ec4d: Preparing [2024-08-07T12:50:59.946Z] dffd04624777: Preparing [2024-08-07T12:50:59.946Z] 2f0221574df1: Preparing [2024-08-07T12:50:59.946Z] 964d9097aa72: Preparing [2024-08-07T12:50:59.946Z] a6214aa29733: Preparing [2024-08-07T12:50:59.946Z] e9fc899a9bba: Preparing [2024-08-07T12:50:59.946Z] 22bd365bfa8b: Preparing [2024-08-07T12:50:59.946Z] d414290ea798: Preparing [2024-08-07T12:50:59.946Z] 3c20671a5817: Preparing [2024-08-07T12:50:59.946Z] e9fc899a9bba: Waiting [2024-08-07T12:50:59.946Z] 22bd365bfa8b: Waiting [2024-08-07T12:50:59.946Z] d414290ea798: Waiting [2024-08-07T12:50:59.946Z] 3c20671a5817: Waiting [2024-08-07T12:50:59.946Z] 964d9097aa72: Waiting [2024-08-07T12:50:59.946Z] a6214aa29733: Waiting [2024-08-07T12:50:59.946Z] dffd04624777: Layer already exists [2024-08-07T12:50:59.946Z] 2f0221574df1: Layer already exists [2024-08-07T12:50:59.946Z] e88551f28e81: Layer already exists [2024-08-07T12:50:59.946Z] 720516082c87: Layer already exists [2024-08-07T12:50:59.946Z] bbf1a118ec4d: Layer already exists [2024-08-07T12:50:59.946Z] e9fc899a9bba: Layer already exists [2024-08-07T12:50:59.946Z] 964d9097aa72: Layer already exists [2024-08-07T12:50:59.946Z] d414290ea798: Layer already exists [2024-08-07T12:50:59.946Z] 22bd365bfa8b: Layer already exists [2024-08-07T12:50:59.946Z] a6214aa29733: Layer already exists [2024-08-07T12:50:59.946Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:00.209Z] 3.2.0-dev.48: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:00.553Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:00.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:00.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T12:51:00.897Z] e88551f28e81: Preparing [2024-08-07T12:51:00.897Z] 720516082c87: Preparing [2024-08-07T12:51:00.897Z] bbf1a118ec4d: Preparing [2024-08-07T12:51:00.897Z] dffd04624777: Preparing [2024-08-07T12:51:00.897Z] 2f0221574df1: Preparing [2024-08-07T12:51:00.897Z] 964d9097aa72: Preparing [2024-08-07T12:51:00.897Z] a6214aa29733: Preparing [2024-08-07T12:51:00.897Z] e9fc899a9bba: Preparing [2024-08-07T12:51:00.897Z] 22bd365bfa8b: Preparing [2024-08-07T12:51:00.897Z] d414290ea798: Preparing [2024-08-07T12:51:00.897Z] 3c20671a5817: Preparing [2024-08-07T12:51:00.897Z] a6214aa29733: Waiting [2024-08-07T12:51:00.897Z] e9fc899a9bba: Waiting [2024-08-07T12:51:00.897Z] 22bd365bfa8b: Waiting [2024-08-07T12:51:00.897Z] d414290ea798: Waiting [2024-08-07T12:51:00.897Z] 3c20671a5817: Waiting [2024-08-07T12:51:00.897Z] 964d9097aa72: Waiting [2024-08-07T12:51:00.897Z] e88551f28e81: Layer already exists [2024-08-07T12:51:00.897Z] dffd04624777: Layer already exists [2024-08-07T12:51:00.897Z] 2f0221574df1: Layer already exists [2024-08-07T12:51:00.897Z] 720516082c87: Layer already exists [2024-08-07T12:51:00.897Z] bbf1a118ec4d: Layer already exists [2024-08-07T12:51:00.897Z] a6214aa29733: Layer already exists [2024-08-07T12:51:00.897Z] e9fc899a9bba: Layer already exists [2024-08-07T12:51:00.897Z] 22bd365bfa8b: Layer already exists [2024-08-07T12:51:00.897Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:00.897Z] d414290ea798: Layer already exists [2024-08-07T12:51:00.897Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:01.160Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:01.511Z] + 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-07T12:51:01.863Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-07T12:51:01.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-07T12:51:01.863Z] e88551f28e81: Preparing [2024-08-07T12:51:01.863Z] 720516082c87: Preparing [2024-08-07T12:51:01.863Z] bbf1a118ec4d: Preparing [2024-08-07T12:51:01.863Z] dffd04624777: Preparing [2024-08-07T12:51:01.863Z] 2f0221574df1: Preparing [2024-08-07T12:51:01.863Z] 964d9097aa72: Preparing [2024-08-07T12:51:01.863Z] a6214aa29733: Preparing [2024-08-07T12:51:01.863Z] e9fc899a9bba: Preparing [2024-08-07T12:51:01.863Z] 22bd365bfa8b: Preparing [2024-08-07T12:51:01.863Z] d414290ea798: Preparing [2024-08-07T12:51:01.863Z] 3c20671a5817: Preparing [2024-08-07T12:51:01.863Z] 964d9097aa72: Waiting [2024-08-07T12:51:01.863Z] e9fc899a9bba: Waiting [2024-08-07T12:51:01.863Z] 22bd365bfa8b: Waiting [2024-08-07T12:51:01.863Z] a6214aa29733: Waiting [2024-08-07T12:51:01.863Z] d414290ea798: Waiting [2024-08-07T12:51:01.863Z] 3c20671a5817: Waiting [2024-08-07T12:51:01.863Z] dffd04624777: Layer already exists [2024-08-07T12:51:01.863Z] bbf1a118ec4d: Layer already exists [2024-08-07T12:51:01.863Z] 720516082c87: Layer already exists [2024-08-07T12:51:01.863Z] e88551f28e81: Layer already exists [2024-08-07T12:51:01.863Z] 2f0221574df1: Layer already exists [2024-08-07T12:51:01.863Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:01.863Z] e9fc899a9bba: Layer already exists [2024-08-07T12:51:01.863Z] 22bd365bfa8b: Layer already exists [2024-08-07T12:51:01.863Z] a6214aa29733: Layer already exists [2024-08-07T12:51:01.863Z] d414290ea798: Layer already exists [2024-08-07T12:51:01.863Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:02.129Z] main: digest: sha256:e36fabdcc6de3bc0905dc62e03d4d88b62356d5640b86ad7114328d622fef932 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:51:02.204Z] ===================================================== [Pipeline] echo [2024-08-07T12:51:02.216Z] taggedImages: [2024-08-07T12:51:02.216Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:02.216Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-07T12:51:02.216Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.48 [2024-08-07T12:51:02.216Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:02.216Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-07T12:51:02.236Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-07T12:51:02.237Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:02.237Z] latest [2024-08-07T12:51:02.237Z] 3.2.0-dev.48 [2024-08-07T12:51:02.237Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:02.237Z] main [2024-08-07T12:51:02.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:02.618Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:02.965Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:02.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T12:51:02.965Z] 6d5e99fe65d7: Preparing [2024-08-07T12:51:02.965Z] 1c6256facf02: Preparing [2024-08-07T12:51:02.965Z] 8a215f86656b: Preparing [2024-08-07T12:51:02.965Z] 6727e243d19b: Preparing [2024-08-07T12:51:02.965Z] 8b359f067cc5: Preparing [2024-08-07T12:51:02.965Z] cb9555bcb43d: Preparing [2024-08-07T12:51:02.965Z] 32259fb15a66: Preparing [2024-08-07T12:51:02.965Z] 964d9097aa72: Preparing [2024-08-07T12:51:02.965Z] a6214aa29733: Preparing [2024-08-07T12:51:02.965Z] 3329a075c642: Preparing [2024-08-07T12:51:02.965Z] 2ee4d4b2eebb: Preparing [2024-08-07T12:51:02.965Z] 3c20671a5817: Preparing [2024-08-07T12:51:02.965Z] 964d9097aa72: Waiting [2024-08-07T12:51:02.965Z] 2ee4d4b2eebb: Waiting [2024-08-07T12:51:02.965Z] a6214aa29733: Waiting [2024-08-07T12:51:02.965Z] 3329a075c642: Waiting [2024-08-07T12:51:02.965Z] cb9555bcb43d: Waiting [2024-08-07T12:51:02.965Z] 32259fb15a66: Waiting [2024-08-07T12:51:02.965Z] 3c20671a5817: Waiting [2024-08-07T12:51:03.230Z] 8b359f067cc5: Pushed [2024-08-07T12:51:03.230Z] 1c6256facf02: Pushed [2024-08-07T12:51:03.230Z] 6d5e99fe65d7: Pushed [2024-08-07T12:51:03.230Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:03.230Z] a6214aa29733: Layer already exists [2024-08-07T12:51:03.230Z] cb9555bcb43d: Pushed [2024-08-07T12:51:03.495Z] 32259fb15a66: Pushed [2024-08-07T12:51:03.495Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:03.495Z] 3329a075c642: Pushed [2024-08-07T12:51:05.429Z] 6727e243d19b: Pushed [2024-08-07T12:51:05.694Z] 8a215f86656b: Pushed [2024-08-07T12:51:05.958Z] 2ee4d4b2eebb: Pushed [2024-08-07T12:51:06.222Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:06.573Z] + 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-07T12:51:06.919Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-07T12:51:06.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T12:51:06.919Z] 6d5e99fe65d7: Preparing [2024-08-07T12:51:06.919Z] 1c6256facf02: Preparing [2024-08-07T12:51:06.919Z] 8a215f86656b: Preparing [2024-08-07T12:51:06.919Z] 6727e243d19b: Preparing [2024-08-07T12:51:06.919Z] 8b359f067cc5: Preparing [2024-08-07T12:51:06.919Z] cb9555bcb43d: Preparing [2024-08-07T12:51:06.919Z] 32259fb15a66: Preparing [2024-08-07T12:51:06.919Z] 964d9097aa72: Preparing [2024-08-07T12:51:06.919Z] a6214aa29733: Preparing [2024-08-07T12:51:06.919Z] 3329a075c642: Preparing [2024-08-07T12:51:06.919Z] 2ee4d4b2eebb: Preparing [2024-08-07T12:51:06.919Z] 3c20671a5817: Preparing [2024-08-07T12:51:06.919Z] cb9555bcb43d: Waiting [2024-08-07T12:51:06.919Z] 32259fb15a66: Waiting [2024-08-07T12:51:06.919Z] 964d9097aa72: Waiting [2024-08-07T12:51:06.919Z] a6214aa29733: Waiting [2024-08-07T12:51:06.919Z] 3329a075c642: Waiting [2024-08-07T12:51:06.919Z] 2ee4d4b2eebb: Waiting [2024-08-07T12:51:06.919Z] 3c20671a5817: Waiting [2024-08-07T12:51:06.919Z] 8b359f067cc5: Layer already exists [2024-08-07T12:51:06.919Z] 6d5e99fe65d7: Layer already exists [2024-08-07T12:51:06.919Z] 1c6256facf02: Layer already exists [2024-08-07T12:51:06.919Z] 8a215f86656b: Layer already exists [2024-08-07T12:51:06.919Z] 6727e243d19b: Layer already exists [2024-08-07T12:51:06.919Z] 32259fb15a66: Layer already exists [2024-08-07T12:51:06.919Z] cb9555bcb43d: Layer already exists [2024-08-07T12:51:06.919Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:06.919Z] a6214aa29733: Layer already exists [2024-08-07T12:51:06.919Z] 3329a075c642: Layer already exists [2024-08-07T12:51:06.919Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:06.919Z] 2ee4d4b2eebb: Layer already exists [2024-08-07T12:51:07.182Z] latest: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:07.527Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:07.873Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.48 [2024-08-07T12:51:07.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T12:51:07.873Z] 6d5e99fe65d7: Preparing [2024-08-07T12:51:07.873Z] 1c6256facf02: Preparing [2024-08-07T12:51:07.873Z] 8a215f86656b: Preparing [2024-08-07T12:51:07.873Z] 6727e243d19b: Preparing [2024-08-07T12:51:07.873Z] 8b359f067cc5: Preparing [2024-08-07T12:51:07.873Z] cb9555bcb43d: Preparing [2024-08-07T12:51:07.873Z] 32259fb15a66: Preparing [2024-08-07T12:51:07.873Z] 964d9097aa72: Preparing [2024-08-07T12:51:07.873Z] a6214aa29733: Preparing [2024-08-07T12:51:07.873Z] 3329a075c642: Preparing [2024-08-07T12:51:07.873Z] 2ee4d4b2eebb: Preparing [2024-08-07T12:51:07.873Z] 3c20671a5817: Preparing [2024-08-07T12:51:07.873Z] 32259fb15a66: Waiting [2024-08-07T12:51:07.873Z] 964d9097aa72: Waiting [2024-08-07T12:51:07.873Z] a6214aa29733: Waiting [2024-08-07T12:51:07.873Z] 3329a075c642: Waiting [2024-08-07T12:51:07.873Z] 2ee4d4b2eebb: Waiting [2024-08-07T12:51:07.873Z] 3c20671a5817: Waiting [2024-08-07T12:51:07.873Z] cb9555bcb43d: Waiting [2024-08-07T12:51:07.873Z] 8a215f86656b: Layer already exists [2024-08-07T12:51:07.873Z] 8b359f067cc5: Layer already exists [2024-08-07T12:51:07.873Z] 1c6256facf02: Layer already exists [2024-08-07T12:51:07.873Z] 6d5e99fe65d7: Layer already exists [2024-08-07T12:51:07.873Z] 6727e243d19b: Layer already exists [2024-08-07T12:51:07.873Z] cb9555bcb43d: Layer already exists [2024-08-07T12:51:07.873Z] 32259fb15a66: Layer already exists [2024-08-07T12:51:07.873Z] a6214aa29733: Layer already exists [2024-08-07T12:51:07.873Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:07.873Z] 3329a075c642: Layer already exists [2024-08-07T12:51:07.873Z] 2ee4d4b2eebb: Layer already exists [2024-08-07T12:51:07.873Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:08.137Z] 3.2.0-dev.48: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:08.503Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:08.859Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:08.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T12:51:08.859Z] 6d5e99fe65d7: Preparing [2024-08-07T12:51:08.859Z] 1c6256facf02: Preparing [2024-08-07T12:51:08.859Z] 8a215f86656b: Preparing [2024-08-07T12:51:08.859Z] 6727e243d19b: Preparing [2024-08-07T12:51:08.859Z] 8b359f067cc5: Preparing [2024-08-07T12:51:08.859Z] cb9555bcb43d: Preparing [2024-08-07T12:51:08.859Z] 32259fb15a66: Preparing [2024-08-07T12:51:08.859Z] cb9555bcb43d: Waiting [2024-08-07T12:51:08.859Z] 964d9097aa72: Preparing [2024-08-07T12:51:08.859Z] 32259fb15a66: Waiting [2024-08-07T12:51:08.859Z] a6214aa29733: Preparing [2024-08-07T12:51:08.859Z] 3329a075c642: Preparing [2024-08-07T12:51:08.859Z] 964d9097aa72: Waiting [2024-08-07T12:51:08.859Z] a6214aa29733: Waiting [2024-08-07T12:51:08.859Z] 2ee4d4b2eebb: Preparing [2024-08-07T12:51:08.859Z] 2ee4d4b2eebb: Waiting [2024-08-07T12:51:08.859Z] 3329a075c642: Waiting [2024-08-07T12:51:08.859Z] 3c20671a5817: Preparing [2024-08-07T12:51:08.859Z] 3c20671a5817: Waiting [2024-08-07T12:51:08.859Z] 8a215f86656b: Layer already exists [2024-08-07T12:51:08.859Z] 6d5e99fe65d7: Layer already exists [2024-08-07T12:51:08.859Z] 8b359f067cc5: Layer already exists [2024-08-07T12:51:08.859Z] 1c6256facf02: Layer already exists [2024-08-07T12:51:08.859Z] 6727e243d19b: Layer already exists [2024-08-07T12:51:08.859Z] 32259fb15a66: Layer already exists [2024-08-07T12:51:08.859Z] cb9555bcb43d: Layer already exists [2024-08-07T12:51:08.859Z] 3329a075c642: Layer already exists [2024-08-07T12:51:08.859Z] a6214aa29733: Layer already exists [2024-08-07T12:51:08.859Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:08.859Z] 2ee4d4b2eebb: Layer already exists [2024-08-07T12:51:08.859Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:09.123Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:09.473Z] + 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-07T12:51:09.812Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-07T12:51:09.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-07T12:51:09.812Z] 6d5e99fe65d7: Preparing [2024-08-07T12:51:09.812Z] 1c6256facf02: Preparing [2024-08-07T12:51:09.812Z] 8a215f86656b: Preparing [2024-08-07T12:51:09.812Z] 6727e243d19b: Preparing [2024-08-07T12:51:09.812Z] 8b359f067cc5: Preparing [2024-08-07T12:51:09.812Z] cb9555bcb43d: Preparing [2024-08-07T12:51:09.812Z] 32259fb15a66: Preparing [2024-08-07T12:51:09.812Z] cb9555bcb43d: Waiting [2024-08-07T12:51:09.812Z] 964d9097aa72: Preparing [2024-08-07T12:51:09.812Z] 32259fb15a66: Waiting [2024-08-07T12:51:09.812Z] a6214aa29733: Preparing [2024-08-07T12:51:09.812Z] a6214aa29733: Waiting [2024-08-07T12:51:09.812Z] 3329a075c642: Preparing [2024-08-07T12:51:09.812Z] 2ee4d4b2eebb: Preparing [2024-08-07T12:51:09.812Z] 3329a075c642: Waiting [2024-08-07T12:51:09.812Z] 3c20671a5817: Preparing [2024-08-07T12:51:09.812Z] 3c20671a5817: Waiting [2024-08-07T12:51:09.812Z] 6727e243d19b: Layer already exists [2024-08-07T12:51:09.812Z] 8b359f067cc5: Layer already exists [2024-08-07T12:51:09.812Z] 1c6256facf02: Layer already exists [2024-08-07T12:51:09.812Z] 8a215f86656b: Layer already exists [2024-08-07T12:51:09.812Z] 6d5e99fe65d7: Layer already exists [2024-08-07T12:51:09.812Z] cb9555bcb43d: Layer already exists [2024-08-07T12:51:09.812Z] a6214aa29733: Layer already exists [2024-08-07T12:51:09.812Z] 32259fb15a66: Layer already exists [2024-08-07T12:51:09.812Z] 3329a075c642: Layer already exists [2024-08-07T12:51:09.812Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:09.812Z] 2ee4d4b2eebb: Layer already exists [2024-08-07T12:51:09.812Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:10.076Z] main: digest: sha256:94052e186ea364974b7059d64e398457d57761ca5f709c131c31e4c940c4f643 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:51:10.150Z] ===================================================== [Pipeline] echo [2024-08-07T12:51:10.166Z] taggedImages: [2024-08-07T12:51:10.166Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:10.166Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-07T12:51:10.166Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.48 [2024-08-07T12:51:10.166Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:10.166Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-07T12:51:10.190Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-07T12:51:10.190Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:10.190Z] latest [2024-08-07T12:51:10.190Z] 3.2.0-dev.48 [2024-08-07T12:51:10.190Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:10.190Z] main [2024-08-07T12:51:10.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:10.549Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:10.892Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:10.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T12:51:10.893Z] 19e991f5414c: Preparing [2024-08-07T12:51:10.893Z] e761f8d472d9: Preparing [2024-08-07T12:51:10.893Z] 964d9097aa72: Preparing [2024-08-07T12:51:10.893Z] a6214aa29733: Preparing [2024-08-07T12:51:10.893Z] 2b2b87eb28fa: Preparing [2024-08-07T12:51:10.893Z] 195071652145: Preparing [2024-08-07T12:51:10.893Z] 3c20671a5817: Preparing [2024-08-07T12:51:10.893Z] 195071652145: Waiting [2024-08-07T12:51:10.893Z] 3c20671a5817: Waiting [2024-08-07T12:51:10.893Z] a6214aa29733: Layer already exists [2024-08-07T12:51:10.893Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:11.158Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:11.158Z] 19e991f5414c: Pushed [2024-08-07T12:51:11.158Z] 2b2b87eb28fa: Pushed [2024-08-07T12:51:13.090Z] 195071652145: Pushed [2024-08-07T12:51:14.519Z] e761f8d472d9: Pushed [2024-08-07T12:51:14.789Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:15.143Z] + 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-07T12:51:15.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-07T12:51:15.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T12:51:15.493Z] 19e991f5414c: Preparing [2024-08-07T12:51:15.493Z] e761f8d472d9: Preparing [2024-08-07T12:51:15.493Z] 964d9097aa72: Preparing [2024-08-07T12:51:15.493Z] a6214aa29733: Preparing [2024-08-07T12:51:15.493Z] 2b2b87eb28fa: Preparing [2024-08-07T12:51:15.493Z] 195071652145: Preparing [2024-08-07T12:51:15.493Z] 3c20671a5817: Preparing [2024-08-07T12:51:15.493Z] 195071652145: Waiting [2024-08-07T12:51:15.493Z] 3c20671a5817: Waiting [2024-08-07T12:51:15.493Z] a6214aa29733: Layer already exists [2024-08-07T12:51:15.493Z] 19e991f5414c: Layer already exists [2024-08-07T12:51:15.493Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:15.493Z] 2b2b87eb28fa: Layer already exists [2024-08-07T12:51:15.493Z] e761f8d472d9: Layer already exists [2024-08-07T12:51:15.493Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:15.493Z] 195071652145: Layer already exists [2024-08-07T12:51:15.759Z] latest: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:16.105Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:16.442Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.48 [2024-08-07T12:51:16.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T12:51:16.442Z] 19e991f5414c: Preparing [2024-08-07T12:51:16.442Z] e761f8d472d9: Preparing [2024-08-07T12:51:16.442Z] 964d9097aa72: Preparing [2024-08-07T12:51:16.442Z] a6214aa29733: Preparing [2024-08-07T12:51:16.442Z] 2b2b87eb28fa: Preparing [2024-08-07T12:51:16.442Z] 195071652145: Preparing [2024-08-07T12:51:16.442Z] 3c20671a5817: Preparing [2024-08-07T12:51:16.442Z] 195071652145: Waiting [2024-08-07T12:51:16.442Z] 3c20671a5817: Waiting [2024-08-07T12:51:16.442Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:16.442Z] 19e991f5414c: Layer already exists [2024-08-07T12:51:16.442Z] e761f8d472d9: Layer already exists [2024-08-07T12:51:16.442Z] 2b2b87eb28fa: Layer already exists [2024-08-07T12:51:16.442Z] a6214aa29733: Layer already exists [2024-08-07T12:51:16.442Z] 195071652145: Layer already exists [2024-08-07T12:51:16.442Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:16.705Z] 3.2.0-dev.48: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:17.051Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:17.393Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:17.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T12:51:17.394Z] 19e991f5414c: Preparing [2024-08-07T12:51:17.394Z] e761f8d472d9: Preparing [2024-08-07T12:51:17.394Z] 964d9097aa72: Preparing [2024-08-07T12:51:17.394Z] a6214aa29733: Preparing [2024-08-07T12:51:17.394Z] 2b2b87eb28fa: Preparing [2024-08-07T12:51:17.394Z] 195071652145: Preparing [2024-08-07T12:51:17.394Z] 3c20671a5817: Preparing [2024-08-07T12:51:17.394Z] 195071652145: Waiting [2024-08-07T12:51:17.394Z] 3c20671a5817: Waiting [2024-08-07T12:51:17.394Z] 2b2b87eb28fa: Layer already exists [2024-08-07T12:51:17.394Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:17.394Z] e761f8d472d9: Layer already exists [2024-08-07T12:51:17.394Z] a6214aa29733: Layer already exists [2024-08-07T12:51:17.394Z] 19e991f5414c: Layer already exists [2024-08-07T12:51:17.394Z] 195071652145: Layer already exists [2024-08-07T12:51:17.394Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:17.657Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:17.998Z] + 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-07T12:51:18.337Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-07T12:51:18.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-07T12:51:18.337Z] 19e991f5414c: Preparing [2024-08-07T12:51:18.337Z] e761f8d472d9: Preparing [2024-08-07T12:51:18.337Z] 964d9097aa72: Preparing [2024-08-07T12:51:18.337Z] a6214aa29733: Preparing [2024-08-07T12:51:18.337Z] 2b2b87eb28fa: Preparing [2024-08-07T12:51:18.337Z] 195071652145: Preparing [2024-08-07T12:51:18.337Z] 3c20671a5817: Preparing [2024-08-07T12:51:18.337Z] 3c20671a5817: Waiting [2024-08-07T12:51:18.337Z] 195071652145: Waiting [2024-08-07T12:51:18.337Z] 19e991f5414c: Layer already exists [2024-08-07T12:51:18.337Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:18.337Z] 2b2b87eb28fa: Layer already exists [2024-08-07T12:51:18.337Z] e761f8d472d9: Layer already exists [2024-08-07T12:51:18.337Z] a6214aa29733: Layer already exists [2024-08-07T12:51:18.337Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:18.337Z] 195071652145: Layer already exists [2024-08-07T12:51:18.599Z] main: digest: sha256:fb89d318cf205aa4858589753bfa7be34e03bce0dcbe59dce10eb6957988325d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:51:18.682Z] ===================================================== [Pipeline] echo [2024-08-07T12:51:18.695Z] taggedImages: [2024-08-07T12:51:18.695Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:18.695Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-07T12:51:18.695Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.48 [2024-08-07T12:51:18.695Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:18.695Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-07T12:51:18.718Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-07T12:51:18.718Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:18.718Z] latest [2024-08-07T12:51:18.718Z] 3.2.0-dev.48 [2024-08-07T12:51:18.718Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:18.718Z] main [2024-08-07T12:51:18.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:19.063Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:19.409Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:19.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T12:51:19.409Z] e8fa4ff5afff: Preparing [2024-08-07T12:51:19.409Z] 842eebcf6149: Preparing [2024-08-07T12:51:19.409Z] 3058101cbea8: Preparing [2024-08-07T12:51:19.409Z] 964d9097aa72: Preparing [2024-08-07T12:51:19.409Z] a6214aa29733: Preparing [2024-08-07T12:51:19.409Z] 8b40dd9ab42a: Preparing [2024-08-07T12:51:19.409Z] bdd25c111fdc: Preparing [2024-08-07T12:51:19.409Z] d4a9733f54ee: Preparing [2024-08-07T12:51:19.409Z] 316b64662358: Preparing [2024-08-07T12:51:19.409Z] 3c20671a5817: Preparing [2024-08-07T12:51:19.409Z] d4a9733f54ee: Waiting [2024-08-07T12:51:19.409Z] 8b40dd9ab42a: Waiting [2024-08-07T12:51:19.409Z] 316b64662358: Waiting [2024-08-07T12:51:19.409Z] 3c20671a5817: Waiting [2024-08-07T12:51:19.409Z] bdd25c111fdc: Waiting [2024-08-07T12:51:19.409Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:19.671Z] a6214aa29733: Layer already exists [2024-08-07T12:51:19.671Z] 3058101cbea8: Pushed [2024-08-07T12:51:19.671Z] 842eebcf6149: Pushed [2024-08-07T12:51:19.672Z] e8fa4ff5afff: Pushed [2024-08-07T12:51:19.672Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:19.672Z] d4a9733f54ee: Pushed [2024-08-07T12:51:20.621Z] 316b64662358: Pushed [2024-08-07T12:51:32.897Z] bdd25c111fdc: Pushed [2024-08-07T12:51:41.066Z] 8b40dd9ab42a: Pushed [2024-08-07T12:51:41.066Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:41.407Z] + 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-07T12:51:41.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-07T12:51:41.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T12:51:41.763Z] e8fa4ff5afff: Preparing [2024-08-07T12:51:41.763Z] 842eebcf6149: Preparing [2024-08-07T12:51:41.763Z] 3058101cbea8: Preparing [2024-08-07T12:51:41.763Z] 964d9097aa72: Preparing [2024-08-07T12:51:41.763Z] a6214aa29733: Preparing [2024-08-07T12:51:41.763Z] 8b40dd9ab42a: Preparing [2024-08-07T12:51:41.763Z] bdd25c111fdc: Preparing [2024-08-07T12:51:41.763Z] 8b40dd9ab42a: Waiting [2024-08-07T12:51:41.763Z] d4a9733f54ee: Preparing [2024-08-07T12:51:41.763Z] 316b64662358: Preparing [2024-08-07T12:51:41.763Z] 3c20671a5817: Preparing [2024-08-07T12:51:41.763Z] 316b64662358: Waiting [2024-08-07T12:51:41.763Z] bdd25c111fdc: Waiting [2024-08-07T12:51:41.763Z] d4a9733f54ee: Waiting [2024-08-07T12:51:41.763Z] 3c20671a5817: Waiting [2024-08-07T12:51:41.763Z] a6214aa29733: Layer already exists [2024-08-07T12:51:41.763Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:41.763Z] e8fa4ff5afff: Layer already exists [2024-08-07T12:51:41.763Z] 3058101cbea8: Layer already exists [2024-08-07T12:51:41.763Z] 842eebcf6149: Layer already exists [2024-08-07T12:51:41.763Z] bdd25c111fdc: Layer already exists [2024-08-07T12:51:41.763Z] d4a9733f54ee: Layer already exists [2024-08-07T12:51:41.763Z] 8b40dd9ab42a: Layer already exists [2024-08-07T12:51:41.763Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:41.763Z] 316b64662358: Layer already exists [2024-08-07T12:51:42.027Z] latest: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:42.388Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:42.736Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.48 [2024-08-07T12:51:42.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T12:51:42.736Z] e8fa4ff5afff: Preparing [2024-08-07T12:51:42.736Z] 842eebcf6149: Preparing [2024-08-07T12:51:42.736Z] 3058101cbea8: Preparing [2024-08-07T12:51:42.736Z] 964d9097aa72: Preparing [2024-08-07T12:51:42.736Z] a6214aa29733: Preparing [2024-08-07T12:51:42.736Z] 8b40dd9ab42a: Preparing [2024-08-07T12:51:42.736Z] bdd25c111fdc: Preparing [2024-08-07T12:51:42.736Z] 8b40dd9ab42a: Waiting [2024-08-07T12:51:42.736Z] d4a9733f54ee: Preparing [2024-08-07T12:51:42.736Z] 316b64662358: Preparing [2024-08-07T12:51:42.736Z] 3c20671a5817: Preparing [2024-08-07T12:51:42.736Z] bdd25c111fdc: Waiting [2024-08-07T12:51:42.736Z] d4a9733f54ee: Waiting [2024-08-07T12:51:42.736Z] 316b64662358: Waiting [2024-08-07T12:51:42.736Z] 3c20671a5817: Waiting [2024-08-07T12:51:42.736Z] a6214aa29733: Layer already exists [2024-08-07T12:51:42.736Z] 3058101cbea8: Layer already exists [2024-08-07T12:51:42.736Z] 842eebcf6149: Layer already exists [2024-08-07T12:51:42.736Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:42.736Z] e8fa4ff5afff: Layer already exists [2024-08-07T12:51:42.736Z] 8b40dd9ab42a: Layer already exists [2024-08-07T12:51:42.736Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:42.736Z] d4a9733f54ee: Layer already exists [2024-08-07T12:51:42.736Z] 316b64662358: Layer already exists [2024-08-07T12:51:42.736Z] bdd25c111fdc: Layer already exists [2024-08-07T12:51:43.000Z] 3.2.0-dev.48: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:43.343Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:43.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:43.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T12:51:43.693Z] e8fa4ff5afff: Preparing [2024-08-07T12:51:43.693Z] 842eebcf6149: Preparing [2024-08-07T12:51:43.693Z] 3058101cbea8: Preparing [2024-08-07T12:51:43.693Z] 964d9097aa72: Preparing [2024-08-07T12:51:43.693Z] a6214aa29733: Preparing [2024-08-07T12:51:43.693Z] 8b40dd9ab42a: Preparing [2024-08-07T12:51:43.694Z] bdd25c111fdc: Preparing [2024-08-07T12:51:43.694Z] d4a9733f54ee: Preparing [2024-08-07T12:51:43.694Z] 316b64662358: Preparing [2024-08-07T12:51:43.694Z] 3c20671a5817: Preparing [2024-08-07T12:51:43.694Z] bdd25c111fdc: Waiting [2024-08-07T12:51:43.694Z] d4a9733f54ee: Waiting [2024-08-07T12:51:43.694Z] 316b64662358: Waiting [2024-08-07T12:51:43.694Z] 3c20671a5817: Waiting [2024-08-07T12:51:43.694Z] 8b40dd9ab42a: Waiting [2024-08-07T12:51:43.694Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:43.694Z] 842eebcf6149: Layer already exists [2024-08-07T12:51:43.694Z] 3058101cbea8: Layer already exists [2024-08-07T12:51:43.694Z] a6214aa29733: Layer already exists [2024-08-07T12:51:43.694Z] e8fa4ff5afff: Layer already exists [2024-08-07T12:51:43.694Z] 8b40dd9ab42a: Layer already exists [2024-08-07T12:51:43.694Z] d4a9733f54ee: Layer already exists [2024-08-07T12:51:43.694Z] 316b64662358: Layer already exists [2024-08-07T12:51:43.694Z] bdd25c111fdc: Layer already exists [2024-08-07T12:51:43.694Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:43.959Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:44.309Z] + 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-07T12:51:44.654Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-07T12:51:44.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-07T12:51:44.654Z] e8fa4ff5afff: Preparing [2024-08-07T12:51:44.654Z] 842eebcf6149: Preparing [2024-08-07T12:51:44.654Z] 3058101cbea8: Preparing [2024-08-07T12:51:44.654Z] 964d9097aa72: Preparing [2024-08-07T12:51:44.654Z] a6214aa29733: Preparing [2024-08-07T12:51:44.654Z] 8b40dd9ab42a: Preparing [2024-08-07T12:51:44.654Z] bdd25c111fdc: Preparing [2024-08-07T12:51:44.654Z] d4a9733f54ee: Preparing [2024-08-07T12:51:44.654Z] 316b64662358: Preparing [2024-08-07T12:51:44.654Z] 3c20671a5817: Preparing [2024-08-07T12:51:44.654Z] 316b64662358: Waiting [2024-08-07T12:51:44.654Z] bdd25c111fdc: Waiting [2024-08-07T12:51:44.654Z] d4a9733f54ee: Waiting [2024-08-07T12:51:44.654Z] 3c20671a5817: Waiting [2024-08-07T12:51:44.654Z] 8b40dd9ab42a: Waiting [2024-08-07T12:51:44.654Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:44.654Z] 3058101cbea8: Layer already exists [2024-08-07T12:51:44.654Z] 842eebcf6149: Layer already exists [2024-08-07T12:51:44.654Z] a6214aa29733: Layer already exists [2024-08-07T12:51:44.654Z] e8fa4ff5afff: Layer already exists [2024-08-07T12:51:44.654Z] bdd25c111fdc: Layer already exists [2024-08-07T12:51:44.654Z] d4a9733f54ee: Layer already exists [2024-08-07T12:51:44.654Z] 8b40dd9ab42a: Layer already exists [2024-08-07T12:51:44.654Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:44.654Z] 316b64662358: Layer already exists [2024-08-07T12:51:44.916Z] main: digest: sha256:b7265d4e4920fe9c0a2ee338c83364c231e22f952f591ca498aec1d9a8e7200e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:51:44.996Z] ===================================================== [Pipeline] echo [2024-08-07T12:51:45.009Z] taggedImages: [2024-08-07T12:51:45.009Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:45.009Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-07T12:51:45.009Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.48 [2024-08-07T12:51:45.009Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:45.009Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-07T12:51:45.044Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-07T12:51:45.044Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:45.044Z] latest [2024-08-07T12:51:45.044Z] 3.2.0-dev.48 [2024-08-07T12:51:45.044Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:51:45.044Z] main [2024-08-07T12:51:45.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:45.424Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:51:45.764Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:51:45.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T12:51:45.765Z] 52f8577b8a7b: Preparing [2024-08-07T12:51:45.765Z] 3b7355d07622: Preparing [2024-08-07T12:51:45.765Z] 32ae71aaf8b2: Preparing [2024-08-07T12:51:45.765Z] 964d9097aa72: Preparing [2024-08-07T12:51:45.765Z] a6214aa29733: Preparing [2024-08-07T12:51:45.765Z] 0b8fe30882c3: Preparing [2024-08-07T12:51:45.765Z] 8b339bf591f0: Preparing [2024-08-07T12:51:45.765Z] 9fc6c8ae2521: Preparing [2024-08-07T12:51:45.765Z] 3c20671a5817: Preparing [2024-08-07T12:51:45.765Z] 0b8fe30882c3: Waiting [2024-08-07T12:51:45.765Z] 8b339bf591f0: Waiting [2024-08-07T12:51:45.765Z] 9fc6c8ae2521: Waiting [2024-08-07T12:51:45.765Z] 3c20671a5817: Waiting [2024-08-07T12:51:45.765Z] a6214aa29733: Layer already exists [2024-08-07T12:51:45.765Z] 964d9097aa72: Layer already exists [2024-08-07T12:51:46.029Z] 32ae71aaf8b2: Pushed [2024-08-07T12:51:46.029Z] 3b7355d07622: Pushed [2024-08-07T12:51:46.029Z] 3c20671a5817: Layer already exists [2024-08-07T12:51:46.029Z] 8b339bf591f0: Pushed [2024-08-07T12:51:46.029Z] 52f8577b8a7b: Pushed [2024-08-07T12:51:46.609Z] 9fc6c8ae2521: Pushed [2024-08-07T12:52:04.774Z] 0b8fe30882c3: Pushed [2024-08-07T12:52:04.774Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:05.130Z] + 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-07T12:52:05.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-07T12:52:05.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T12:52:05.478Z] 52f8577b8a7b: Preparing [2024-08-07T12:52:05.478Z] 3b7355d07622: Preparing [2024-08-07T12:52:05.478Z] 32ae71aaf8b2: Preparing [2024-08-07T12:52:05.478Z] 964d9097aa72: Preparing [2024-08-07T12:52:05.478Z] a6214aa29733: Preparing [2024-08-07T12:52:05.478Z] 0b8fe30882c3: Preparing [2024-08-07T12:52:05.478Z] 8b339bf591f0: Preparing [2024-08-07T12:52:05.478Z] 9fc6c8ae2521: Preparing [2024-08-07T12:52:05.478Z] 3c20671a5817: Preparing [2024-08-07T12:52:05.478Z] 0b8fe30882c3: Waiting [2024-08-07T12:52:05.478Z] 8b339bf591f0: Waiting [2024-08-07T12:52:05.478Z] 9fc6c8ae2521: Waiting [2024-08-07T12:52:05.478Z] 3c20671a5817: Waiting [2024-08-07T12:52:05.478Z] a6214aa29733: Layer already exists [2024-08-07T12:52:05.478Z] 3b7355d07622: Layer already exists [2024-08-07T12:52:05.478Z] 32ae71aaf8b2: Layer already exists [2024-08-07T12:52:05.478Z] 52f8577b8a7b: Layer already exists [2024-08-07T12:52:05.478Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:05.478Z] 8b339bf591f0: Layer already exists [2024-08-07T12:52:05.478Z] 0b8fe30882c3: Layer already exists [2024-08-07T12:52:05.478Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:05.478Z] 9fc6c8ae2521: Layer already exists [2024-08-07T12:52:05.743Z] latest: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:06.094Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:06.433Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.48 [2024-08-07T12:52:06.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T12:52:06.434Z] 52f8577b8a7b: Preparing [2024-08-07T12:52:06.434Z] 3b7355d07622: Preparing [2024-08-07T12:52:06.434Z] 32ae71aaf8b2: Preparing [2024-08-07T12:52:06.434Z] 964d9097aa72: Preparing [2024-08-07T12:52:06.434Z] a6214aa29733: Preparing [2024-08-07T12:52:06.434Z] 0b8fe30882c3: Preparing [2024-08-07T12:52:06.434Z] 8b339bf591f0: Preparing [2024-08-07T12:52:06.434Z] 9fc6c8ae2521: Preparing [2024-08-07T12:52:06.434Z] 3c20671a5817: Preparing [2024-08-07T12:52:06.434Z] 9fc6c8ae2521: Waiting [2024-08-07T12:52:06.434Z] 3c20671a5817: Waiting [2024-08-07T12:52:06.434Z] 0b8fe30882c3: Waiting [2024-08-07T12:52:06.434Z] 8b339bf591f0: Waiting [2024-08-07T12:52:06.434Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:06.434Z] 52f8577b8a7b: Layer already exists [2024-08-07T12:52:06.434Z] 32ae71aaf8b2: Layer already exists [2024-08-07T12:52:06.434Z] 3b7355d07622: Layer already exists [2024-08-07T12:52:06.434Z] a6214aa29733: Layer already exists [2024-08-07T12:52:06.434Z] 9fc6c8ae2521: Layer already exists [2024-08-07T12:52:06.434Z] 8b339bf591f0: Layer already exists [2024-08-07T12:52:06.434Z] 0b8fe30882c3: Layer already exists [2024-08-07T12:52:06.434Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:06.434Z] 3.2.0-dev.48: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:07.038Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:07.378Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:07.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T12:52:07.378Z] 52f8577b8a7b: Preparing [2024-08-07T12:52:07.378Z] 3b7355d07622: Preparing [2024-08-07T12:52:07.378Z] 32ae71aaf8b2: Preparing [2024-08-07T12:52:07.378Z] 964d9097aa72: Preparing [2024-08-07T12:52:07.378Z] a6214aa29733: Preparing [2024-08-07T12:52:07.378Z] 0b8fe30882c3: Preparing [2024-08-07T12:52:07.378Z] 8b339bf591f0: Preparing [2024-08-07T12:52:07.378Z] 9fc6c8ae2521: Preparing [2024-08-07T12:52:07.378Z] 3c20671a5817: Preparing [2024-08-07T12:52:07.378Z] 0b8fe30882c3: Waiting [2024-08-07T12:52:07.378Z] 8b339bf591f0: Waiting [2024-08-07T12:52:07.378Z] 9fc6c8ae2521: Waiting [2024-08-07T12:52:07.378Z] 3c20671a5817: Waiting [2024-08-07T12:52:07.378Z] 32ae71aaf8b2: Layer already exists [2024-08-07T12:52:07.378Z] 52f8577b8a7b: Layer already exists [2024-08-07T12:52:07.378Z] 3b7355d07622: Layer already exists [2024-08-07T12:52:07.378Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:07.378Z] a6214aa29733: Layer already exists [2024-08-07T12:52:07.378Z] 0b8fe30882c3: Layer already exists [2024-08-07T12:52:07.378Z] 8b339bf591f0: Layer already exists [2024-08-07T12:52:07.378Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:07.378Z] 9fc6c8ae2521: Layer already exists [2024-08-07T12:52:07.641Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:07.985Z] + 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-07T12:52:08.333Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-07T12:52:08.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-07T12:52:08.333Z] 52f8577b8a7b: Preparing [2024-08-07T12:52:08.333Z] 3b7355d07622: Preparing [2024-08-07T12:52:08.333Z] 32ae71aaf8b2: Preparing [2024-08-07T12:52:08.333Z] 964d9097aa72: Preparing [2024-08-07T12:52:08.333Z] a6214aa29733: Preparing [2024-08-07T12:52:08.333Z] 0b8fe30882c3: Preparing [2024-08-07T12:52:08.333Z] 8b339bf591f0: Preparing [2024-08-07T12:52:08.333Z] 9fc6c8ae2521: Preparing [2024-08-07T12:52:08.333Z] 3c20671a5817: Preparing [2024-08-07T12:52:08.333Z] 0b8fe30882c3: Waiting [2024-08-07T12:52:08.333Z] 8b339bf591f0: Waiting [2024-08-07T12:52:08.333Z] 3c20671a5817: Waiting [2024-08-07T12:52:08.333Z] 3b7355d07622: Layer already exists [2024-08-07T12:52:08.333Z] 32ae71aaf8b2: Layer already exists [2024-08-07T12:52:08.333Z] a6214aa29733: Layer already exists [2024-08-07T12:52:08.333Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:08.333Z] 52f8577b8a7b: Layer already exists [2024-08-07T12:52:08.333Z] 0b8fe30882c3: Layer already exists [2024-08-07T12:52:08.333Z] 8b339bf591f0: Layer already exists [2024-08-07T12:52:08.333Z] 9fc6c8ae2521: Layer already exists [2024-08-07T12:52:08.333Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:08.596Z] main: digest: sha256:371abeb8ed82b2611c96acd2004aa95e8a9159109f91ec2f0578111d33692690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:52:08.690Z] ===================================================== [Pipeline] echo [2024-08-07T12:52:08.703Z] taggedImages: [2024-08-07T12:52:08.703Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:08.703Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-07T12:52:08.703Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.48 [2024-08-07T12:52:08.703Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:08.703Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-07T12:52:08.728Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-07T12:52:08.728Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:08.728Z] latest [2024-08-07T12:52:08.728Z] 3.2.0-dev.48 [2024-08-07T12:52:08.728Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:08.728Z] main [2024-08-07T12:52:08.728Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:09.235Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:09.581Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:09.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T12:52:09.581Z] 0f20d81c56b6: Preparing [2024-08-07T12:52:09.581Z] 6f82fdac5098: Preparing [2024-08-07T12:52:09.581Z] f232ce4eae59: Preparing [2024-08-07T12:52:09.581Z] 964d9097aa72: Preparing [2024-08-07T12:52:09.581Z] a6214aa29733: Preparing [2024-08-07T12:52:09.581Z] ac4bbfdbcbf1: Preparing [2024-08-07T12:52:09.581Z] d4a9733f54ee: Preparing [2024-08-07T12:52:09.581Z] 316b64662358: Preparing [2024-08-07T12:52:09.581Z] 3c20671a5817: Preparing [2024-08-07T12:52:09.581Z] ac4bbfdbcbf1: Waiting [2024-08-07T12:52:09.581Z] d4a9733f54ee: Waiting [2024-08-07T12:52:09.581Z] 316b64662358: Waiting [2024-08-07T12:52:09.581Z] 3c20671a5817: Waiting [2024-08-07T12:52:09.581Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:09.581Z] a6214aa29733: Layer already exists [2024-08-07T12:52:09.847Z] d4a9733f54ee: Layer already exists [2024-08-07T12:52:09.847Z] f232ce4eae59: Pushed [2024-08-07T12:52:09.847Z] 6f82fdac5098: Pushed [2024-08-07T12:52:09.847Z] 0f20d81c56b6: Pushed [2024-08-07T12:52:09.847Z] 316b64662358: Layer already exists [2024-08-07T12:52:09.847Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:31.864Z] ac4bbfdbcbf1: Pushed [2024-08-07T12:52:31.864Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:32.220Z] + 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-07T12:52:32.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-07T12:52:32.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T12:52:32.571Z] 0f20d81c56b6: Preparing [2024-08-07T12:52:32.571Z] 6f82fdac5098: Preparing [2024-08-07T12:52:32.571Z] f232ce4eae59: Preparing [2024-08-07T12:52:32.571Z] 964d9097aa72: Preparing [2024-08-07T12:52:32.571Z] a6214aa29733: Preparing [2024-08-07T12:52:32.571Z] ac4bbfdbcbf1: Preparing [2024-08-07T12:52:32.571Z] d4a9733f54ee: Preparing [2024-08-07T12:52:32.571Z] 316b64662358: Preparing [2024-08-07T12:52:32.571Z] 3c20671a5817: Preparing [2024-08-07T12:52:32.571Z] ac4bbfdbcbf1: Waiting [2024-08-07T12:52:32.571Z] d4a9733f54ee: Waiting [2024-08-07T12:52:32.571Z] 316b64662358: Waiting [2024-08-07T12:52:32.571Z] 3c20671a5817: Waiting [2024-08-07T12:52:32.571Z] a6214aa29733: Layer already exists [2024-08-07T12:52:32.571Z] 0f20d81c56b6: Layer already exists [2024-08-07T12:52:32.571Z] f232ce4eae59: Layer already exists [2024-08-07T12:52:32.571Z] 6f82fdac5098: Layer already exists [2024-08-07T12:52:32.571Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:32.571Z] 316b64662358: Layer already exists [2024-08-07T12:52:32.571Z] ac4bbfdbcbf1: Layer already exists [2024-08-07T12:52:32.571Z] d4a9733f54ee: Layer already exists [2024-08-07T12:52:32.571Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:32.835Z] latest: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:33.179Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:33.525Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.48 [2024-08-07T12:52:33.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T12:52:33.525Z] 0f20d81c56b6: Preparing [2024-08-07T12:52:33.525Z] 6f82fdac5098: Preparing [2024-08-07T12:52:33.525Z] f232ce4eae59: Preparing [2024-08-07T12:52:33.525Z] 964d9097aa72: Preparing [2024-08-07T12:52:33.525Z] a6214aa29733: Preparing [2024-08-07T12:52:33.525Z] ac4bbfdbcbf1: Preparing [2024-08-07T12:52:33.525Z] d4a9733f54ee: Preparing [2024-08-07T12:52:33.525Z] 316b64662358: Preparing [2024-08-07T12:52:33.525Z] 3c20671a5817: Preparing [2024-08-07T12:52:33.525Z] ac4bbfdbcbf1: Waiting [2024-08-07T12:52:33.525Z] d4a9733f54ee: Waiting [2024-08-07T12:52:33.525Z] 316b64662358: Waiting [2024-08-07T12:52:33.525Z] 3c20671a5817: Waiting [2024-08-07T12:52:33.525Z] 6f82fdac5098: Layer already exists [2024-08-07T12:52:33.525Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:33.525Z] 0f20d81c56b6: Layer already exists [2024-08-07T12:52:33.525Z] a6214aa29733: Layer already exists [2024-08-07T12:52:33.525Z] f232ce4eae59: Layer already exists [2024-08-07T12:52:33.525Z] 316b64662358: Layer already exists [2024-08-07T12:52:33.525Z] ac4bbfdbcbf1: Layer already exists [2024-08-07T12:52:33.525Z] d4a9733f54ee: Layer already exists [2024-08-07T12:52:33.525Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:33.525Z] 3.2.0-dev.48: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:34.136Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:34.476Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:34.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T12:52:34.476Z] 0f20d81c56b6: Preparing [2024-08-07T12:52:34.476Z] 6f82fdac5098: Preparing [2024-08-07T12:52:34.476Z] f232ce4eae59: Preparing [2024-08-07T12:52:34.476Z] 964d9097aa72: Preparing [2024-08-07T12:52:34.476Z] a6214aa29733: Preparing [2024-08-07T12:52:34.477Z] ac4bbfdbcbf1: Preparing [2024-08-07T12:52:34.477Z] d4a9733f54ee: Preparing [2024-08-07T12:52:34.477Z] 316b64662358: Preparing [2024-08-07T12:52:34.477Z] 3c20671a5817: Preparing [2024-08-07T12:52:34.477Z] d4a9733f54ee: Waiting [2024-08-07T12:52:34.477Z] 316b64662358: Waiting [2024-08-07T12:52:34.477Z] 3c20671a5817: Waiting [2024-08-07T12:52:34.477Z] ac4bbfdbcbf1: Waiting [2024-08-07T12:52:34.477Z] a6214aa29733: Layer already exists [2024-08-07T12:52:34.477Z] 0f20d81c56b6: Layer already exists [2024-08-07T12:52:34.477Z] f232ce4eae59: Layer already exists [2024-08-07T12:52:34.477Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:34.477Z] 6f82fdac5098: Layer already exists [2024-08-07T12:52:34.477Z] d4a9733f54ee: Layer already exists [2024-08-07T12:52:34.477Z] ac4bbfdbcbf1: Layer already exists [2024-08-07T12:52:34.477Z] 316b64662358: Layer already exists [2024-08-07T12:52:34.477Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:34.477Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:35.080Z] + 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-07T12:52:35.416Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-07T12:52:35.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-07T12:52:35.416Z] 0f20d81c56b6: Preparing [2024-08-07T12:52:35.416Z] 6f82fdac5098: Preparing [2024-08-07T12:52:35.416Z] f232ce4eae59: Preparing [2024-08-07T12:52:35.416Z] 964d9097aa72: Preparing [2024-08-07T12:52:35.416Z] a6214aa29733: Preparing [2024-08-07T12:52:35.416Z] ac4bbfdbcbf1: Preparing [2024-08-07T12:52:35.416Z] d4a9733f54ee: Preparing [2024-08-07T12:52:35.416Z] 316b64662358: Preparing [2024-08-07T12:52:35.416Z] 3c20671a5817: Preparing [2024-08-07T12:52:35.416Z] ac4bbfdbcbf1: Waiting [2024-08-07T12:52:35.416Z] d4a9733f54ee: Waiting [2024-08-07T12:52:35.416Z] 316b64662358: Waiting [2024-08-07T12:52:35.416Z] 3c20671a5817: Waiting [2024-08-07T12:52:35.416Z] f232ce4eae59: Layer already exists [2024-08-07T12:52:35.416Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:35.416Z] a6214aa29733: Layer already exists [2024-08-07T12:52:35.416Z] 0f20d81c56b6: Layer already exists [2024-08-07T12:52:35.416Z] 6f82fdac5098: Layer already exists [2024-08-07T12:52:35.416Z] ac4bbfdbcbf1: Layer already exists [2024-08-07T12:52:35.416Z] d4a9733f54ee: Layer already exists [2024-08-07T12:52:35.416Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:35.416Z] 316b64662358: Layer already exists [2024-08-07T12:52:35.678Z] main: digest: sha256:337aa4e38c971cb50f5b117fa01d9df617deed161f1e475df30d810e174feff2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:52:35.767Z] ===================================================== [Pipeline] echo [2024-08-07T12:52:35.781Z] taggedImages: [2024-08-07T12:52:35.781Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:35.781Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-07T12:52:35.781Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.48 [2024-08-07T12:52:35.781Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:35.781Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-07T12:52:35.805Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-07T12:52:35.805Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:35.805Z] latest [2024-08-07T12:52:35.805Z] 3.2.0-dev.48 [2024-08-07T12:52:35.805Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:35.805Z] main [2024-08-07T12:52:35.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:36.151Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:36.493Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:36.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T12:52:36.494Z] 80b256d1803a: Preparing [2024-08-07T12:52:36.494Z] 555cb25f2670: Preparing [2024-08-07T12:52:36.494Z] 964d9097aa72: Preparing [2024-08-07T12:52:36.494Z] a6214aa29733: Preparing [2024-08-07T12:52:36.494Z] b4803ad4705c: Preparing [2024-08-07T12:52:36.494Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:36.494Z] 3c20671a5817: Preparing [2024-08-07T12:52:36.494Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:36.494Z] 3c20671a5817: Waiting [2024-08-07T12:52:36.494Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:36.494Z] a6214aa29733: Layer already exists [2024-08-07T12:52:36.757Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:36.757Z] b4803ad4705c: Pushed [2024-08-07T12:52:36.757Z] 80b256d1803a: Pushed [2024-08-07T12:52:37.020Z] 35ebe1070c0a: Pushed [2024-08-07T12:52:43.758Z] 555cb25f2670: Pushed [2024-08-07T12:52:43.758Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:44.107Z] + 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-07T12:52:44.450Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-07T12:52:44.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T12:52:44.450Z] 80b256d1803a: Preparing [2024-08-07T12:52:44.450Z] 555cb25f2670: Preparing [2024-08-07T12:52:44.450Z] 964d9097aa72: Preparing [2024-08-07T12:52:44.450Z] a6214aa29733: Preparing [2024-08-07T12:52:44.450Z] b4803ad4705c: Preparing [2024-08-07T12:52:44.450Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:44.450Z] 3c20671a5817: Preparing [2024-08-07T12:52:44.450Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:44.450Z] 3c20671a5817: Waiting [2024-08-07T12:52:44.450Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:44.450Z] 555cb25f2670: Layer already exists [2024-08-07T12:52:44.450Z] 80b256d1803a: Layer already exists [2024-08-07T12:52:44.450Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:44.450Z] a6214aa29733: Layer already exists [2024-08-07T12:52:44.450Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:44.450Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:44.713Z] latest: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:45.061Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:45.400Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.48 [2024-08-07T12:52:45.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T12:52:45.400Z] 80b256d1803a: Preparing [2024-08-07T12:52:45.400Z] 555cb25f2670: Preparing [2024-08-07T12:52:45.400Z] 964d9097aa72: Preparing [2024-08-07T12:52:45.400Z] a6214aa29733: Preparing [2024-08-07T12:52:45.400Z] b4803ad4705c: Preparing [2024-08-07T12:52:45.400Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:45.400Z] 3c20671a5817: Preparing [2024-08-07T12:52:45.400Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:45.400Z] 3c20671a5817: Waiting [2024-08-07T12:52:45.400Z] 555cb25f2670: Layer already exists [2024-08-07T12:52:45.400Z] a6214aa29733: Layer already exists [2024-08-07T12:52:45.400Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:45.400Z] 80b256d1803a: Layer already exists [2024-08-07T12:52:45.400Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:45.400Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:45.400Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:45.400Z] 3.2.0-dev.48: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:46.005Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:46.349Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:46.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T12:52:46.349Z] 80b256d1803a: Preparing [2024-08-07T12:52:46.349Z] 555cb25f2670: Preparing [2024-08-07T12:52:46.349Z] 964d9097aa72: Preparing [2024-08-07T12:52:46.349Z] a6214aa29733: Preparing [2024-08-07T12:52:46.349Z] b4803ad4705c: Preparing [2024-08-07T12:52:46.349Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:46.349Z] 3c20671a5817: Preparing [2024-08-07T12:52:46.349Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:46.349Z] 3c20671a5817: Waiting [2024-08-07T12:52:46.349Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:46.349Z] 555cb25f2670: Layer already exists [2024-08-07T12:52:46.349Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:46.349Z] 80b256d1803a: Layer already exists [2024-08-07T12:52:46.349Z] a6214aa29733: Layer already exists [2024-08-07T12:52:46.349Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:46.349Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:46.349Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:46.701Z] + 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-07T12:52:47.046Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-07T12:52:47.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-07T12:52:47.046Z] 80b256d1803a: Preparing [2024-08-07T12:52:47.046Z] 555cb25f2670: Preparing [2024-08-07T12:52:47.046Z] 964d9097aa72: Preparing [2024-08-07T12:52:47.046Z] a6214aa29733: Preparing [2024-08-07T12:52:47.046Z] b4803ad4705c: Preparing [2024-08-07T12:52:47.046Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:47.046Z] 3c20671a5817: Preparing [2024-08-07T12:52:47.046Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:47.046Z] 3c20671a5817: Waiting [2024-08-07T12:52:47.046Z] 80b256d1803a: Layer already exists [2024-08-07T12:52:47.046Z] 555cb25f2670: Layer already exists [2024-08-07T12:52:47.046Z] a6214aa29733: Layer already exists [2024-08-07T12:52:47.046Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:47.046Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:47.046Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:47.046Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:47.046Z] main: digest: sha256:a19cc3b4545fde9c4d01410256aaf5b81616d22d4494c138f4625b0c11a0defe size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:52:47.390Z] ===================================================== [Pipeline] echo [2024-08-07T12:52:47.405Z] taggedImages: [2024-08-07T12:52:47.405Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:47.405Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-07T12:52:47.405Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.48 [2024-08-07T12:52:47.405Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:47.405Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-07T12:52:47.436Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-07T12:52:47.436Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:47.436Z] latest [2024-08-07T12:52:47.436Z] 3.2.0-dev.48 [2024-08-07T12:52:47.436Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:47.436Z] main [2024-08-07T12:52:47.436Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:47.805Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:48.145Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:52:48.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T12:52:48.145Z] d3c21321cfad: Preparing [2024-08-07T12:52:48.145Z] 50485a955164: Preparing [2024-08-07T12:52:48.145Z] 964d9097aa72: Preparing [2024-08-07T12:52:48.145Z] a6214aa29733: Preparing [2024-08-07T12:52:48.145Z] b4803ad4705c: Preparing [2024-08-07T12:52:48.145Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:48.145Z] 3c20671a5817: Preparing [2024-08-07T12:52:48.145Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:48.145Z] 3c20671a5817: Waiting [2024-08-07T12:52:48.145Z] a6214aa29733: Layer already exists [2024-08-07T12:52:48.409Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:48.409Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:48.409Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:48.409Z] d3c21321cfad: Pushed [2024-08-07T12:52:48.409Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:56.579Z] 50485a955164: Pushed [2024-08-07T12:52:56.579Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:56.928Z] + 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-07T12:52:57.270Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-07T12:52:57.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T12:52:57.270Z] d3c21321cfad: Preparing [2024-08-07T12:52:57.270Z] 50485a955164: Preparing [2024-08-07T12:52:57.270Z] 964d9097aa72: Preparing [2024-08-07T12:52:57.270Z] a6214aa29733: Preparing [2024-08-07T12:52:57.270Z] b4803ad4705c: Preparing [2024-08-07T12:52:57.270Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:57.270Z] 3c20671a5817: Preparing [2024-08-07T12:52:57.270Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:57.270Z] 3c20671a5817: Waiting [2024-08-07T12:52:57.270Z] d3c21321cfad: Layer already exists [2024-08-07T12:52:57.270Z] a6214aa29733: Layer already exists [2024-08-07T12:52:57.270Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:57.270Z] 50485a955164: Layer already exists [2024-08-07T12:52:57.270Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:57.270Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:57.270Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:57.534Z] latest: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:57.878Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:58.215Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.48 [2024-08-07T12:52:58.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T12:52:58.215Z] d3c21321cfad: Preparing [2024-08-07T12:52:58.215Z] 50485a955164: Preparing [2024-08-07T12:52:58.215Z] 964d9097aa72: Preparing [2024-08-07T12:52:58.215Z] a6214aa29733: Preparing [2024-08-07T12:52:58.215Z] b4803ad4705c: Preparing [2024-08-07T12:52:58.215Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:58.215Z] 3c20671a5817: Preparing [2024-08-07T12:52:58.215Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:58.215Z] 3c20671a5817: Waiting [2024-08-07T12:52:58.215Z] a6214aa29733: Layer already exists [2024-08-07T12:52:58.215Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:58.215Z] d3c21321cfad: Layer already exists [2024-08-07T12:52:58.215Z] 50485a955164: Layer already exists [2024-08-07T12:52:58.215Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:58.215Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:58.215Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:58.479Z] 3.2.0-dev.48: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:58.831Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:59.176Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:52:59.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T12:52:59.176Z] d3c21321cfad: Preparing [2024-08-07T12:52:59.176Z] 50485a955164: Preparing [2024-08-07T12:52:59.176Z] 964d9097aa72: Preparing [2024-08-07T12:52:59.176Z] a6214aa29733: Preparing [2024-08-07T12:52:59.176Z] b4803ad4705c: Preparing [2024-08-07T12:52:59.176Z] 35ebe1070c0a: Preparing [2024-08-07T12:52:59.176Z] 3c20671a5817: Preparing [2024-08-07T12:52:59.176Z] 35ebe1070c0a: Waiting [2024-08-07T12:52:59.176Z] 3c20671a5817: Waiting [2024-08-07T12:52:59.176Z] 50485a955164: Layer already exists [2024-08-07T12:52:59.176Z] b4803ad4705c: Layer already exists [2024-08-07T12:52:59.176Z] d3c21321cfad: Layer already exists [2024-08-07T12:52:59.176Z] a6214aa29733: Layer already exists [2024-08-07T12:52:59.176Z] 964d9097aa72: Layer already exists [2024-08-07T12:52:59.176Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:52:59.176Z] 3c20671a5817: Layer already exists [2024-08-07T12:52:59.176Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:52:59.791Z] + 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-07T12:53:00.142Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-07T12:53:00.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-07T12:53:00.142Z] d3c21321cfad: Preparing [2024-08-07T12:53:00.142Z] 50485a955164: Preparing [2024-08-07T12:53:00.142Z] 964d9097aa72: Preparing [2024-08-07T12:53:00.142Z] a6214aa29733: Preparing [2024-08-07T12:53:00.142Z] b4803ad4705c: Preparing [2024-08-07T12:53:00.142Z] 35ebe1070c0a: Preparing [2024-08-07T12:53:00.142Z] 3c20671a5817: Preparing [2024-08-07T12:53:00.142Z] 35ebe1070c0a: Waiting [2024-08-07T12:53:00.142Z] 3c20671a5817: Waiting [2024-08-07T12:53:00.142Z] d3c21321cfad: Layer already exists [2024-08-07T12:53:00.142Z] 964d9097aa72: Layer already exists [2024-08-07T12:53:00.142Z] b4803ad4705c: Layer already exists [2024-08-07T12:53:00.142Z] a6214aa29733: Layer already exists [2024-08-07T12:53:00.142Z] 50485a955164: Layer already exists [2024-08-07T12:53:00.142Z] 3c20671a5817: Layer already exists [2024-08-07T12:53:00.142Z] 35ebe1070c0a: Layer already exists [2024-08-07T12:53:00.406Z] main: digest: sha256:4623d0a751b2a84709c2fcc7b9998e1b91d9bc1e053e80bcc7a0433dcbaf7e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:53:00.489Z] ===================================================== [Pipeline] echo [2024-08-07T12:53:00.502Z] taggedImages: [2024-08-07T12:53:00.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:53:00.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-07T12:53:00.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.48 [2024-08-07T12:53:00.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:53:00.502Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-07T12:53:00.529Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-07T12:53:00.529Z] ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:53:00.529Z] latest [2024-08-07T12:53:00.529Z] 3.2.0-dev.48 [2024-08-07T12:53:00.529Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:53:00.529Z] main [2024-08-07T12:53:00.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:00.883Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:01.231Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:53:01.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T12:53:01.232Z] 93cc235da20b: Preparing [2024-08-07T12:53:01.232Z] 2dc21fbf0461: Preparing [2024-08-07T12:53:01.232Z] 964d9097aa72: Preparing [2024-08-07T12:53:01.232Z] a6214aa29733: Preparing [2024-08-07T12:53:01.232Z] a87198ca2b5b: Preparing [2024-08-07T12:53:01.232Z] 2610fe0abe73: Preparing [2024-08-07T12:53:01.232Z] 3c20671a5817: Preparing [2024-08-07T12:53:01.232Z] 2610fe0abe73: Waiting [2024-08-07T12:53:01.232Z] 3c20671a5817: Waiting [2024-08-07T12:53:01.232Z] a87198ca2b5b: Layer already exists [2024-08-07T12:53:01.496Z] 964d9097aa72: Layer already exists [2024-08-07T12:53:01.496Z] a6214aa29733: Layer already exists [2024-08-07T12:53:01.496Z] 2610fe0abe73: Layer already exists [2024-08-07T12:53:01.496Z] 3c20671a5817: Layer already exists [2024-08-07T12:53:01.760Z] 93cc235da20b: Pushed [2024-08-07T12:53:08.380Z] 2dc21fbf0461: Pushed [2024-08-07T12:53:08.380Z] ec96e723b98e779972536fd74512d007c7aee7d0: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:08.722Z] + 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-07T12:53:09.073Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-07T12:53:09.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T12:53:09.073Z] 93cc235da20b: Preparing [2024-08-07T12:53:09.073Z] 2dc21fbf0461: Preparing [2024-08-07T12:53:09.073Z] 964d9097aa72: Preparing [2024-08-07T12:53:09.073Z] a6214aa29733: Preparing [2024-08-07T12:53:09.073Z] a87198ca2b5b: Preparing [2024-08-07T12:53:09.073Z] 2610fe0abe73: Preparing [2024-08-07T12:53:09.073Z] 3c20671a5817: Preparing [2024-08-07T12:53:09.073Z] 2610fe0abe73: Waiting [2024-08-07T12:53:09.073Z] 3c20671a5817: Waiting [2024-08-07T12:53:09.073Z] 964d9097aa72: Layer already exists [2024-08-07T12:53:09.073Z] 93cc235da20b: Layer already exists [2024-08-07T12:53:09.073Z] 2dc21fbf0461: Layer already exists [2024-08-07T12:53:09.073Z] a87198ca2b5b: Layer already exists [2024-08-07T12:53:09.073Z] a6214aa29733: Layer already exists [2024-08-07T12:53:09.073Z] 3c20671a5817: Layer already exists [2024-08-07T12:53:09.073Z] 2610fe0abe73: Layer already exists [2024-08-07T12:53:09.336Z] latest: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:09.682Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:10.020Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.48 [2024-08-07T12:53:10.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T12:53:10.020Z] 93cc235da20b: Preparing [2024-08-07T12:53:10.020Z] 2dc21fbf0461: Preparing [2024-08-07T12:53:10.020Z] 964d9097aa72: Preparing [2024-08-07T12:53:10.020Z] a6214aa29733: Preparing [2024-08-07T12:53:10.020Z] a87198ca2b5b: Preparing [2024-08-07T12:53:10.020Z] 2610fe0abe73: Preparing [2024-08-07T12:53:10.020Z] 3c20671a5817: Preparing [2024-08-07T12:53:10.020Z] 2610fe0abe73: Waiting [2024-08-07T12:53:10.020Z] 3c20671a5817: Waiting [2024-08-07T12:53:10.020Z] 964d9097aa72: Layer already exists [2024-08-07T12:53:10.020Z] a87198ca2b5b: Layer already exists [2024-08-07T12:53:10.020Z] 2dc21fbf0461: Layer already exists [2024-08-07T12:53:10.020Z] a6214aa29733: Layer already exists [2024-08-07T12:53:10.020Z] 93cc235da20b: Layer already exists [2024-08-07T12:53:10.020Z] 2610fe0abe73: Layer already exists [2024-08-07T12:53:10.020Z] 3c20671a5817: Layer already exists [2024-08-07T12:53:10.284Z] 3.2.0-dev.48: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:10.638Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:10.980Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:53:10.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T12:53:10.980Z] 93cc235da20b: Preparing [2024-08-07T12:53:10.980Z] 2dc21fbf0461: Preparing [2024-08-07T12:53:10.980Z] 964d9097aa72: Preparing [2024-08-07T12:53:10.980Z] a6214aa29733: Preparing [2024-08-07T12:53:10.980Z] a87198ca2b5b: Preparing [2024-08-07T12:53:10.980Z] 2610fe0abe73: Preparing [2024-08-07T12:53:10.980Z] 3c20671a5817: Preparing [2024-08-07T12:53:10.980Z] 2610fe0abe73: Waiting [2024-08-07T12:53:10.980Z] 3c20671a5817: Waiting [2024-08-07T12:53:10.980Z] 93cc235da20b: Layer already exists [2024-08-07T12:53:10.980Z] 964d9097aa72: Layer already exists [2024-08-07T12:53:10.980Z] a6214aa29733: Layer already exists [2024-08-07T12:53:10.980Z] 2dc21fbf0461: Layer already exists [2024-08-07T12:53:10.980Z] a87198ca2b5b: Layer already exists [2024-08-07T12:53:10.980Z] 2610fe0abe73: Layer already exists [2024-08-07T12:53:10.980Z] 3c20671a5817: Layer already exists [2024-08-07T12:53:10.980Z] ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:11.326Z] + 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-07T12:53:11.673Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-07T12:53:11.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-07T12:53:11.673Z] 93cc235da20b: Preparing [2024-08-07T12:53:11.673Z] 2dc21fbf0461: Preparing [2024-08-07T12:53:11.673Z] 964d9097aa72: Preparing [2024-08-07T12:53:11.673Z] a6214aa29733: Preparing [2024-08-07T12:53:11.673Z] a87198ca2b5b: Preparing [2024-08-07T12:53:11.673Z] 2610fe0abe73: Preparing [2024-08-07T12:53:11.673Z] 3c20671a5817: Preparing [2024-08-07T12:53:11.673Z] 2610fe0abe73: Waiting [2024-08-07T12:53:11.673Z] a6214aa29733: Layer already exists [2024-08-07T12:53:11.673Z] 93cc235da20b: Layer already exists [2024-08-07T12:53:11.673Z] a87198ca2b5b: Layer already exists [2024-08-07T12:53:11.673Z] 964d9097aa72: Layer already exists [2024-08-07T12:53:11.673Z] 2dc21fbf0461: Layer already exists [2024-08-07T12:53:11.673Z] 3c20671a5817: Layer already exists [2024-08-07T12:53:11.673Z] 2610fe0abe73: Layer already exists [2024-08-07T12:53:11.937Z] main: digest: sha256:39eb1179eb7ec4ff31b32aeda77608009d97aa97a2418d9fda82710fceca3680 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-07T12:53:12.007Z] ===================================================== [Pipeline] echo [2024-08-07T12:53:12.020Z] taggedImages: [2024-08-07T12:53:12.020Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0 [2024-08-07T12:53:12.020Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-07T12:53:12.021Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.48 [2024-08-07T12:53:12.021Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ec96e723b98e779972536fd74512d007c7aee7d0-3.2.0-dev.48 [2024-08-07T12:53:12.021Z] - 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-07T12:53:12.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T12:53:12.414Z] [2024-08-07T12:53:12.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:12.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T12:53:12.750Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-07T12:53:12.750Z] 8998bd30e6a1: Pulling fs layer [2024-08-07T12:53:12.750Z] 04944245beec: Pulling fs layer [2024-08-07T12:53:12.750Z] 699f458cf7ca: Pulling fs layer [2024-08-07T12:53:13.027Z] 765212b225bb: Pulling fs layer [2024-08-07T12:53:13.027Z] f23df028b6ca: Pulling fs layer [2024-08-07T12:53:13.027Z] d65c8cfc05b1: Pulling fs layer [2024-08-07T12:53:13.027Z] 2437ff75d9bd: Pulling fs layer [2024-08-07T12:53:13.027Z] 765212b225bb: Waiting [2024-08-07T12:53:13.027Z] f23df028b6ca: Waiting [2024-08-07T12:53:13.027Z] d65c8cfc05b1: Waiting [2024-08-07T12:53:13.027Z] 2437ff75d9bd: Waiting [2024-08-07T12:53:13.027Z] 04944245beec: Verifying Checksum [2024-08-07T12:53:13.027Z] 04944245beec: Download complete [2024-08-07T12:53:13.027Z] 765212b225bb: Verifying Checksum [2024-08-07T12:53:13.027Z] 765212b225bb: Download complete [2024-08-07T12:53:13.027Z] f23df028b6ca: Verifying Checksum [2024-08-07T12:53:13.027Z] f23df028b6ca: Download complete [2024-08-07T12:53:13.027Z] d65c8cfc05b1: Verifying Checksum [2024-08-07T12:53:13.027Z] d65c8cfc05b1: Download complete [2024-08-07T12:53:13.292Z] 699f458cf7ca: Verifying Checksum [2024-08-07T12:53:13.292Z] 699f458cf7ca: Download complete [2024-08-07T12:53:13.557Z] 8998bd30e6a1: Verifying Checksum [2024-08-07T12:53:13.557Z] 8998bd30e6a1: Download complete [2024-08-07T12:53:16.143Z] 2437ff75d9bd: Verifying Checksum [2024-08-07T12:53:16.143Z] 2437ff75d9bd: Download complete [2024-08-07T12:53:18.080Z] 8998bd30e6a1: Pull complete [2024-08-07T12:53:18.658Z] 04944245beec: Pull complete [2024-08-07T12:53:20.589Z] 699f458cf7ca: Pull complete [2024-08-07T12:53:20.589Z] 765212b225bb: Pull complete [2024-08-07T12:53:21.168Z] f23df028b6ca: Pull complete [2024-08-07T12:53:21.433Z] d65c8cfc05b1: Pull complete [2024-08-07T12:53:39.610Z] 2437ff75d9bd: Pull complete [2024-08-07T12:53:39.610Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-07T12:53:39.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-07T12:53:39.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:53:39.807Z] prd-ubuntu20.04-docker-arm64-4c-16g-7301 does not seem to be running inside a container [2024-08-07T12:53:39.845Z] $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:53:42.313Z] $ docker top aa587ac5c7c1aac4d4d5308176c2a315c74526fd8cc9585dffc793accaa06f78 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:53:43.246Z] ---> job-cost.sh [2024-08-07T12:53:43.246Z] lf-activate-venv: SKIPPING [2024-08-07T12:53:43.246Z] INFO: No Stack... [2024-08-07T12:53:43.509Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-07T12:53:44.462Z] INFO: Archiving Costs [Pipeline] sh [2024-08-07T12:53:45.090Z] + cut -d, -f6 [2024-08-07T12:53:45.090Z] + cat /w/workspace/edgex-go/666/archives/cost.csv [Pipeline] lock [2024-08-07T12:53:45.125Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-666-stack-cost] [2024-08-07T12:53:45.136Z] Resource [jenkins-edgexfoundry-edgex-go-main-666-stack-cost] did not exist. Created. [2024-08-07T12:53:45.143Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-666-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-07T12:53:45.783Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-07T12:53:46.375Z] Stashed 1 file(s) [Pipeline] } [2024-08-07T12:53:46.384Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-666-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-07T12:53:46.396Z] $ docker stop --time=1 aa587ac5c7c1aac4d4d5308176c2a315c74526fd8cc9585dffc793accaa06f78 [2024-08-07T12:53:47.913Z] $ docker rm -f --volumes aa587ac5c7c1aac4d4d5308176c2a315c74526fd8cc9585dffc793accaa06f78 [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-07T12:53:48.515Z] provisioning config files... [2024-08-07T12:53:48.524Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/666@tmp/config2561494573677513794tmp [Pipeline] { [Pipeline] sh [2024-08-07T12:53:48.824Z] + set +x [2024-08-07T12:53:48.825Z] + + curl -s https://codecov.io/bash [2024-08-07T12:53:48.825Z] bash -s -- [2024-08-07T12:53:48.825Z] [2024-08-07T12:53:48.825Z] _____ _ [2024-08-07T12:53:48.825Z] / ____| | | [2024-08-07T12:53:48.825Z] | | ___ __| | ___ ___ _____ __ [2024-08-07T12:53:48.825Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-07T12:53:48.825Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-07T12:53:48.825Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-07T12:53:48.825Z] Bash-1.0.6 [2024-08-07T12:53:48.825Z] [2024-08-07T12:53:48.825Z] [2024-08-07T12:53:48.825Z] ==> git version 2.25.1 found [2024-08-07T12:53:48.825Z] ==> 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-07T12:53:48.825Z] Release-Date: 2020-01-08 [2024-08-07T12:53:48.825Z] 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-07T12:53:48.825Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-07T12:53:48.825Z] ==> Jenkins CI detected. [2024-08-07T12:53:48.825Z] current dir:  /w/workspace/edgex-go/666 [2024-08-07T12:53:48.825Z] project root: . [2024-08-07T12:53:48.825Z] --> token set from env [2024-08-07T12:53:48.825Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-07T12:53:48.825Z] ==> Running gcov in . (disable via -X gcov) [2024-08-07T12:53:48.825Z] ==> Python coveragepy not found [2024-08-07T12:53:48.825Z] ==> Searching for coverage reports in: [2024-08-07T12:53:48.825Z] + . [2024-08-07T12:53:49.085Z] -> Found 1 reports [2024-08-07T12:53:49.085Z] ==> Detecting git/mercurial file structure [2024-08-07T12:53:49.085Z] ==> Reading reports [2024-08-07T12:53:49.085Z] + ./coverage.out bytes=504074 [2024-08-07T12:53:49.085Z] ==> Appending adjustments [2024-08-07T12:53:49.085Z] https://docs.codecov.io/docs/fixing-reports [2024-08-07T12:53:50.462Z] + Found adjustments [2024-08-07T12:53:50.462Z] ==> Gzipping contents [2024-08-07T12:53:50.462Z] 64K /tmp/codecov.sihJtf.gz [2024-08-07T12:53:50.462Z] ==> Uploading reports [2024-08-07T12:53:50.462Z] url: https://codecov.io [2024-08-07T12:53:50.462Z] query: branch=main&commit=ec96e723b98e779972536fd74512d007c7aee7d0&build=666&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F666%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T12:53:50.462Z] -> Pinging Codecov [2024-08-07T12:53:50.462Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ec96e723b98e779972536fd74512d007c7aee7d0&build=666&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F666%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-07T12:53:50.462Z] -> Uploading to [2024-08-07T12:53:50.462Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-07/00271124DB129430A58F1EEE437C3FCB/ec96e723b98e779972536fd74512d007c7aee7d0/520570dd-9d73-4ace-bad7-28d35dd463b4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T125350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3cd8cdbaed72e23173d0a640ac90533cd960ced13d81a5c49438e8d80312045d [2024-08-07T12:53:50.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:53:50.462Z] Dload Upload Total Spent Left Speed [2024-08-07T12:53:50.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64551 0 0 100 64551 0 224k --:--:-- --:--:-- --:--:-- 224k [2024-08-07T12:53:50.721Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ec96e723b98e779972536fd74512d007c7aee7d0 [Pipeline] } [2024-08-07T12:53:50.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-07T12:53:50.950Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-07T12:53:50.971Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:51.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T12:53:51.280Z] [2024-08-07T12:53:51.280Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:53:51.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T12:53:51.611Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-07T12:53:51.611Z] 619be1103602: Already exists [2024-08-07T12:53:51.611Z] f8ea3408117e: Pulling fs layer [2024-08-07T12:53:51.611Z] 91320369b822: Pulling fs layer [2024-08-07T12:53:51.611Z] 0406650e8295: Pulling fs layer [2024-08-07T12:53:51.611Z] 4f4fb700ef54: Pulling fs layer [2024-08-07T12:53:51.611Z] 96d80e3f36e1: Pulling fs layer [2024-08-07T12:53:51.611Z] bcf3aedb951c: Pulling fs layer [2024-08-07T12:53:51.611Z] 4f4fb700ef54: Waiting [2024-08-07T12:53:51.611Z] 96d80e3f36e1: Waiting [2024-08-07T12:53:51.611Z] bcf3aedb951c: Waiting [2024-08-07T12:53:51.611Z] 0406650e8295: Download complete [2024-08-07T12:53:51.611Z] f8ea3408117e: Download complete [2024-08-07T12:53:51.611Z] 4f4fb700ef54: Verifying Checksum [2024-08-07T12:53:51.611Z] 4f4fb700ef54: Download complete [2024-08-07T12:53:51.870Z] f8ea3408117e: Pull complete [2024-08-07T12:53:51.870Z] 96d80e3f36e1: Download complete [2024-08-07T12:53:52.129Z] 91320369b822: Download complete [2024-08-07T12:53:52.699Z] bcf3aedb951c: Download complete [2024-08-07T12:53:55.993Z] 91320369b822: Pull complete [2024-08-07T12:53:55.993Z] 0406650e8295: Pull complete [2024-08-07T12:53:55.993Z] 4f4fb700ef54: Pull complete [2024-08-07T12:53:55.993Z] 96d80e3f36e1: Pull complete [2024-08-07T12:53:59.272Z] bcf3aedb951c: Pull complete [2024-08-07T12:53:59.272Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-07T12:53:59.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-07T12:53:59.272Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:53:59.374Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:53:59.414Z] $ 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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:54:03.396Z] $ docker top d93034d0712b398a4302d969e9e23c30ea575f131b01b42cc70eb01b229cc59f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T12:54:03.747Z] + git config --global --add safe.directory /w/workspace/edgex-go/666 [Pipeline] echo [2024-08-07T12:54:03.756Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-07T12:54:04.034Z] + set -o pipefail [2024-08-07T12:54:04.035Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-07T12:54:12.166Z] [2024-08-07T12:54:12.166Z] Monitoring /w/workspace/edgex-go/666 (github.com/edgexfoundry/edgex-go)... [2024-08-07T12:54:12.166Z] [2024-08-07T12:54:12.166Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/e051f514-90aa-4b86-859d-fe9f9fdc6122 [2024-08-07T12:54:12.166Z] [2024-08-07T12:54:12.167Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-07T12:54:12.167Z] [2024-08-07T12:54:12.167Z] [2024-08-07T12:54:12.167Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-07T12:54:12.167Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-07T12:54:12.188Z] $ docker stop --time=1 d93034d0712b398a4302d969e9e23c30ea575f131b01b42cc70eb01b229cc59f [2024-08-07T12:54:15.859Z] $ docker rm -f --volumes d93034d0712b398a4302d969e9e23c30ea575f131b01b42cc70eb01b229cc59f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-07T12:54:16.415Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T12:54:16.428Z] provisioning config files... [2024-08-07T12:54:16.437Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/666@tmp/config8109596819228683733tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:54:16.742Z] --> edgex-publish-swagger.sh [2024-08-07T12:54:16.742Z] === Publish openapi/v3 API === [2024-08-07T12:54:16.742Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-07T12:54:16.742Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/666/openapi/v3/core-command.yaml] [2024-08-07T12:54:16.742Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:16.742Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:17.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 58854 --:--:-- --:--:-- --:--:-- 58749 [2024-08-07T12:54:17.312Z] [2024-08-07T12:54:17.312Z] [2024-08-07T12:54:17.312Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/666/openapi/v3/core-data.yaml] [2024-08-07T12:54:17.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:17.312Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:17.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 138k --:--:-- --:--:-- --:--:-- 138k 100 72043 0 0 100 72043 0 138k --:--:-- --:--:-- --:--:-- 138k [2024-08-07T12:54:17.879Z] [2024-08-07T12:54:17.879Z] [2024-08-07T12:54:17.879Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/666/openapi/v3/core-keeper.yaml] [2024-08-07T12:54:17.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:17.879Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:18.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 223 108k --:--:-- --:--:-- --:--:-- 108k [2024-08-07T12:54:18.139Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-07T12:54:18.139Z] [2024-08-07T12:54:18.139Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/666/openapi/v3/core-metadata.yaml] [2024-08-07T12:54:18.139Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:18.139Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:18.398Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 333 318k --:--:-- --:--:-- --:--:-- 318k [2024-08-07T12:54:18.398Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T12:54:18.398Z] [2024-08-07T12:54:18.398Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/666/openapi/v3/support-cron-scheduler.yaml] [2024-08-07T12:54:18.398Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:18.398Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:18.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42836 0 0 100 42836 0 206k --:--:-- --:--:-- --:--:-- 205k 100 42902 100 66 100 42836 210 133k --:--:-- --:--:-- --:--:-- 133k [2024-08-07T12:54:18.918Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-07T12:54:18.918Z] [2024-08-07T12:54:18.918Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/666/openapi/v3/support-notifications.yaml] [2024-08-07T12:54:18.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:18.918Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:19.177Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 374 204k --:--:-- --:--:-- --:--:-- 204k [2024-08-07T12:54:19.177Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T12:54:19.177Z] [2024-08-07T12:54:19.177Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/666/openapi/v3/support-scheduler.yaml] [2024-08-07T12:54:19.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-07T12:54:19.177Z] Dload Upload Total Spent Left Speed [2024-08-07T12:54:19.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 367 86950 --:--:-- --:--:-- --:--:-- 87112 100 37110 100 156 100 36954 367 86950 --:--:-- --:--:-- --:--:-- 87112 [2024-08-07T12:54:19.746Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-07T12:54:19.746Z] [Pipeline] } [2024-08-07T12:54:19.753Z] 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-07T12:54:20.172Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T12:54:20.172Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:20.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T12:54:20.475Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:54:20.561Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:54:20.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:54:21.047Z] $ docker top fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T12:54:21.140Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T12:54:21.140Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T12:54:21.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T12:54:21.266Z] $ docker exec fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 ssh-agent [2024-08-07T12:54:21.357Z] SSH_AUTH_SOCK=/tmp/ssh-YfN8kFKETuGP/agent.32 [2024-08-07T12:54:21.357Z] SSH_AGENT_PID=38 [2024-08-07T12:54:21.362Z] Running ssh-add (command line suppressed) [2024-08-07T12:54:21.466Z] Identity added: /w/workspace/edgex-go/666@tmp/private_key_6886516611474545472.key (/w/workspace/edgex-go/666@tmp/private_key_6886516611474545472.key) [2024-08-07T12:54:21.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T12:54:21.761Z] + git semver tag [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,945 [run_tag] DEBUG tag force:False [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,945 [check_head_tag] DEBUG check head tag [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,947 [execute] INFO git cat-file --batch-check [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=) [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,952 [execute] INFO git cat-file --batch [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=) [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,995 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,995 [execute] INFO git tag -a v3.2.0-dev.48 -m v3.2.0-dev.48 [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,995 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.48', '-m', 'v3.2.0-dev.48'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=None) [2024-08-07T12:54:22.020Z] 2024-08-07 12:54:21,999 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:22.020Z] 3.2.0-dev.48 [Pipeline] } [2024-08-07T12:54:22.039Z] $ docker exec --env ******** --env ******** fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 ssh-agent -k [2024-08-07T12:54:22.131Z] unset SSH_AUTH_SOCK; [2024-08-07T12:54:22.131Z] unset SSH_AGENT_PID; [2024-08-07T12:54:22.131Z] echo Agent pid 38 killed; [2024-08-07T12:54:22.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T12:54:22.447Z] + git semver [Pipeline] } [2024-08-07T12:54:22.728Z] $ docker stop --time=1 fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 [2024-08-07T12:54:24.028Z] $ docker rm -f --volumes fe3f3a8fd4d8e95b22d9527698f6dc4bdf9d9cce0c7a2d82e75358f61b8ca872 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:24.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T12:54:24.427Z] [2024-08-07T12:54:24.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:24.728Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T12:54:24.728Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-07T12:54:24.728Z] ab5ef0e58194: Pulling fs layer [2024-08-07T12:54:24.728Z] 9712f1f96733: Pulling fs layer [2024-08-07T12:54:24.728Z] 63f879dbbcfc: Pulling fs layer [2024-08-07T12:54:24.728Z] 0d9ebad4ef96: Pulling fs layer [2024-08-07T12:54:24.728Z] e9a5061849ea: Pulling fs layer [2024-08-07T12:54:24.728Z] d747dcd14b5f: Pulling fs layer [2024-08-07T12:54:24.728Z] 2de7ff778b66: Pulling fs layer [2024-08-07T12:54:24.728Z] d747dcd14b5f: Waiting [2024-08-07T12:54:24.728Z] 2de7ff778b66: Waiting [2024-08-07T12:54:24.728Z] 0d9ebad4ef96: Waiting [2024-08-07T12:54:24.728Z] e9a5061849ea: Waiting [2024-08-07T12:54:24.728Z] 9712f1f96733: Verifying Checksum [2024-08-07T12:54:24.728Z] 9712f1f96733: Download complete [2024-08-07T12:54:24.986Z] 63f879dbbcfc: Verifying Checksum [2024-08-07T12:54:24.986Z] 63f879dbbcfc: Download complete [2024-08-07T12:54:25.244Z] e9a5061849ea: Verifying Checksum [2024-08-07T12:54:25.244Z] e9a5061849ea: Download complete [2024-08-07T12:54:25.244Z] 0d9ebad4ef96: Verifying Checksum [2024-08-07T12:54:25.244Z] 0d9ebad4ef96: Download complete [2024-08-07T12:54:25.244Z] d747dcd14b5f: Verifying Checksum [2024-08-07T12:54:25.244Z] ab5ef0e58194: Verifying Checksum [2024-08-07T12:54:25.244Z] ab5ef0e58194: Download complete [2024-08-07T12:54:25.244Z] 2de7ff778b66: Download complete [2024-08-07T12:54:28.527Z] ab5ef0e58194: Pull complete [2024-08-07T12:54:28.527Z] 9712f1f96733: Pull complete [2024-08-07T12:54:28.785Z] 63f879dbbcfc: Pull complete [2024-08-07T12:54:32.968Z] 0d9ebad4ef96: Pull complete [2024-08-07T12:54:33.225Z] e9a5061849ea: Pull complete [2024-08-07T12:54:33.225Z] d747dcd14b5f: Pull complete [2024-08-07T12:54:34.599Z] 2de7ff778b66: Pull complete [2024-08-07T12:54:34.599Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-07T12:54:34.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-07T12:54:34.599Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:54:34.688Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:54:34.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:54:38.940Z] $ docker top b4606e2dcaa4e6014551eb19e7b7f59d8d2a837f303784f84e4c817c4069be1a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-07T12:54:39.012Z] provisioning config files... [2024-08-07T12:54:39.019Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/666@tmp/config2775191936669586475tmp [2024-08-07T12:54:39.027Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/666@tmp/config9708473488001487524tmp [2024-08-07T12:54:39.036Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/666@tmp/config4753805605777979334tmp [Pipeline] { [Pipeline] echo [2024-08-07T12:54:39.104Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:54:39.398Z] ---> sigul-configuration.sh [2024-08-07T12:54:39.398Z] gpg: directory `/root/.gnupg' created [2024-08-07T12:54:39.398Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-07T12:54:39.398Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-07T12:54:39.398Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-07T12:54:39.398Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-07T12:54:39.398Z] gpg: CAST5 encrypted data [2024-08-07T12:54:39.398Z] gpg: encrypted with 1 passphrase [2024-08-07T12:54:39.398Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-07T12:54:39.689Z] + mkdir /home/jenkins [2024-08-07T12:54:39.689Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-07T12:54:39.978Z] + 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-07T12:54:39.990Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:54:40.284Z] ---> sigul-install.sh [2024-08-07T12:54:40.284Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-07T12:54:40.580Z] + git tag --list [2024-08-07T12:54:40.580Z] 0.6.0 [2024-08-07T12:54:40.580Z] 0.6.1 [2024-08-07T12:54:40.580Z] 0.7.0 [2024-08-07T12:54:40.580Z] 0.7.1 [2024-08-07T12:54:40.580Z] v1.0.0 [2024-08-07T12:54:40.580Z] v1.0.1 [2024-08-07T12:54:40.580Z] v1.1.0 [2024-08-07T12:54:40.580Z] v1.2.0 [2024-08-07T12:54:40.580Z] v1.2.1 [2024-08-07T12:54:40.580Z] v1.3.0 [2024-08-07T12:54:40.580Z] v1.3.1 [2024-08-07T12:54:40.580Z] v2.0.0 [2024-08-07T12:54:40.580Z] v2.1.0 [2024-08-07T12:54:40.580Z] v2.1.1 [2024-08-07T12:54:40.580Z] v2.2.0 [2024-08-07T12:54:40.580Z] v2.3.0 [2024-08-07T12:54:40.580Z] v3.0 [2024-08-07T12:54:40.580Z] v3.0.0 [2024-08-07T12:54:40.580Z] v3.1 [2024-08-07T12:54:40.580Z] v3.1.0 [2024-08-07T12:54:40.580Z] v3.1.0-dev.1 [2024-08-07T12:54:40.580Z] v3.1.0-dev.10 [2024-08-07T12:54:40.580Z] v3.1.0-dev.11 [2024-08-07T12:54:40.580Z] v3.1.0-dev.12 [2024-08-07T12:54:40.580Z] v3.1.0-dev.13 [2024-08-07T12:54:40.580Z] v3.1.0-dev.14 [2024-08-07T12:54:40.580Z] v3.1.0-dev.15 [2024-08-07T12:54:40.580Z] v3.1.0-dev.16 [2024-08-07T12:54:40.580Z] v3.1.0-dev.17 [2024-08-07T12:54:40.580Z] v3.1.0-dev.18 [2024-08-07T12:54:40.580Z] v3.1.0-dev.19 [2024-08-07T12:54:40.580Z] v3.1.0-dev.2 [2024-08-07T12:54:40.580Z] v3.1.0-dev.20 [2024-08-07T12:54:40.580Z] v3.1.0-dev.21 [2024-08-07T12:54:40.580Z] v3.1.0-dev.22 [2024-08-07T12:54:40.580Z] v3.1.0-dev.23 [2024-08-07T12:54:40.580Z] v3.1.0-dev.24 [2024-08-07T12:54:40.580Z] v3.1.0-dev.25 [2024-08-07T12:54:40.580Z] v3.1.0-dev.26 [2024-08-07T12:54:40.580Z] v3.1.0-dev.27 [2024-08-07T12:54:40.580Z] v3.1.0-dev.28 [2024-08-07T12:54:40.580Z] v3.1.0-dev.29 [2024-08-07T12:54:40.580Z] v3.1.0-dev.3 [2024-08-07T12:54:40.580Z] v3.1.0-dev.30 [2024-08-07T12:54:40.580Z] v3.1.0-dev.31 [2024-08-07T12:54:40.580Z] v3.1.0-dev.32 [2024-08-07T12:54:40.580Z] v3.1.0-dev.33 [2024-08-07T12:54:40.580Z] v3.1.0-dev.34 [2024-08-07T12:54:40.580Z] v3.1.0-dev.35 [2024-08-07T12:54:40.580Z] v3.1.0-dev.36 [2024-08-07T12:54:40.580Z] v3.1.0-dev.37 [2024-08-07T12:54:40.580Z] v3.1.0-dev.38 [2024-08-07T12:54:40.580Z] v3.1.0-dev.39 [2024-08-07T12:54:40.580Z] v3.1.0-dev.4 [2024-08-07T12:54:40.580Z] v3.1.0-dev.40 [2024-08-07T12:54:40.580Z] v3.1.0-dev.41 [2024-08-07T12:54:40.580Z] v3.1.0-dev.42 [2024-08-07T12:54:40.580Z] v3.1.0-dev.43 [2024-08-07T12:54:40.580Z] v3.1.0-dev.44 [2024-08-07T12:54:40.580Z] v3.1.0-dev.45 [2024-08-07T12:54:40.580Z] v3.1.0-dev.46 [2024-08-07T12:54:40.580Z] v3.1.0-dev.47 [2024-08-07T12:54:40.580Z] v3.1.0-dev.48 [2024-08-07T12:54:40.580Z] v3.1.0-dev.49 [2024-08-07T12:54:40.580Z] v3.1.0-dev.5 [2024-08-07T12:54:40.580Z] v3.1.0-dev.50 [2024-08-07T12:54:40.580Z] v3.1.0-dev.51 [2024-08-07T12:54:40.580Z] v3.1.0-dev.52 [2024-08-07T12:54:40.580Z] v3.1.0-dev.53 [2024-08-07T12:54:40.580Z] v3.1.0-dev.54 [2024-08-07T12:54:40.580Z] v3.1.0-dev.55 [2024-08-07T12:54:40.580Z] v3.1.0-dev.56 [2024-08-07T12:54:40.580Z] v3.1.0-dev.57 [2024-08-07T12:54:40.580Z] v3.1.0-dev.58 [2024-08-07T12:54:40.580Z] v3.1.0-dev.59 [2024-08-07T12:54:40.580Z] v3.1.0-dev.6 [2024-08-07T12:54:40.580Z] v3.1.0-dev.60 [2024-08-07T12:54:40.580Z] v3.1.0-dev.61 [2024-08-07T12:54:40.580Z] v3.1.0-dev.62 [2024-08-07T12:54:40.580Z] v3.1.0-dev.63 [2024-08-07T12:54:40.580Z] v3.1.0-dev.64 [2024-08-07T12:54:40.580Z] v3.1.0-dev.65 [2024-08-07T12:54:40.580Z] v3.1.0-dev.66 [2024-08-07T12:54:40.580Z] v3.1.0-dev.67 [2024-08-07T12:54:40.580Z] v3.1.0-dev.68 [2024-08-07T12:54:40.580Z] v3.1.0-dev.69 [2024-08-07T12:54:40.580Z] v3.1.0-dev.7 [2024-08-07T12:54:40.580Z] v3.1.0-dev.70 [2024-08-07T12:54:40.580Z] v3.1.0-dev.71 [2024-08-07T12:54:40.580Z] v3.1.0-dev.72 [2024-08-07T12:54:40.580Z] v3.1.0-dev.73 [2024-08-07T12:54:40.580Z] v3.1.0-dev.8 [2024-08-07T12:54:40.580Z] v3.1.0-dev.9 [2024-08-07T12:54:40.580Z] v3.1.1 [2024-08-07T12:54:40.580Z] v3.1.1-dev.1 [2024-08-07T12:54:40.580Z] v3.1.1-dev.2 [2024-08-07T12:54:40.580Z] v3.2.0-dev.1 [2024-08-07T12:54:40.580Z] v3.2.0-dev.10 [2024-08-07T12:54:40.580Z] v3.2.0-dev.11 [2024-08-07T12:54:40.580Z] v3.2.0-dev.12 [2024-08-07T12:54:40.580Z] v3.2.0-dev.13 [2024-08-07T12:54:40.580Z] v3.2.0-dev.14 [2024-08-07T12:54:40.580Z] v3.2.0-dev.15 [2024-08-07T12:54:40.580Z] v3.2.0-dev.16 [2024-08-07T12:54:40.580Z] v3.2.0-dev.17 [2024-08-07T12:54:40.580Z] v3.2.0-dev.18 [2024-08-07T12:54:40.580Z] v3.2.0-dev.19 [2024-08-07T12:54:40.580Z] v3.2.0-dev.2 [2024-08-07T12:54:40.580Z] v3.2.0-dev.20 [2024-08-07T12:54:40.580Z] v3.2.0-dev.21 [2024-08-07T12:54:40.580Z] v3.2.0-dev.22 [2024-08-07T12:54:40.580Z] v3.2.0-dev.23 [2024-08-07T12:54:40.580Z] v3.2.0-dev.24 [2024-08-07T12:54:40.580Z] v3.2.0-dev.25 [2024-08-07T12:54:40.580Z] v3.2.0-dev.26 [2024-08-07T12:54:40.580Z] v3.2.0-dev.27 [2024-08-07T12:54:40.580Z] v3.2.0-dev.28 [2024-08-07T12:54:40.580Z] v3.2.0-dev.29 [2024-08-07T12:54:40.580Z] v3.2.0-dev.3 [2024-08-07T12:54:40.580Z] v3.2.0-dev.30 [2024-08-07T12:54:40.580Z] v3.2.0-dev.31 [2024-08-07T12:54:40.580Z] v3.2.0-dev.32 [2024-08-07T12:54:40.580Z] v3.2.0-dev.33 [2024-08-07T12:54:40.580Z] v3.2.0-dev.34 [2024-08-07T12:54:40.580Z] v3.2.0-dev.35 [2024-08-07T12:54:40.580Z] v3.2.0-dev.36 [2024-08-07T12:54:40.580Z] v3.2.0-dev.37 [2024-08-07T12:54:40.580Z] v3.2.0-dev.38 [2024-08-07T12:54:40.580Z] v3.2.0-dev.39 [2024-08-07T12:54:40.580Z] v3.2.0-dev.4 [2024-08-07T12:54:40.580Z] v3.2.0-dev.40 [2024-08-07T12:54:40.580Z] v3.2.0-dev.41 [2024-08-07T12:54:40.580Z] v3.2.0-dev.42 [2024-08-07T12:54:40.580Z] v3.2.0-dev.43 [2024-08-07T12:54:40.580Z] v3.2.0-dev.44 [2024-08-07T12:54:40.580Z] v3.2.0-dev.45 [2024-08-07T12:54:40.580Z] v3.2.0-dev.46 [2024-08-07T12:54:40.580Z] v3.2.0-dev.47 [2024-08-07T12:54:40.580Z] v3.2.0-dev.48 [2024-08-07T12:54:40.580Z] v3.2.0-dev.5 [2024-08-07T12:54:40.580Z] v3.2.0-dev.6 [2024-08-07T12:54:40.580Z] v3.2.0-dev.7 [2024-08-07T12:54:40.580Z] v3.2.0-dev.8 [2024-08-07T12:54:40.580Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-07T12:54:40.898Z] + lftools sign git-tag v3.2.0-dev.48 [2024-08-07T12:54:41.465Z] Signing Git tag with Sigul... [2024-08-07T12:54:41.465Z] Signing v3.2.0-dev.48 [Pipeline] echo [2024-08-07T12:54:42.048Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:54:42.342Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-07T12:54:42.349Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-07T12:54:42.383Z] $ docker stop --time=1 b4606e2dcaa4e6014551eb19e7b7f59d8d2a837f303784f84e4c817c4069be1a [2024-08-07T12:54:43.657Z] $ docker rm -f --volumes b4606e2dcaa4e6014551eb19e7b7f59d8d2a837f303784f84e4c817c4069be1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-07T12:54:44.075Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T12:54:44.075Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:44.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T12:54:44.383Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:54:44.458Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:54:44.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:54:44.885Z] $ docker top 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 -eo pid,comm [2024-08-07T12:54:44.924Z] 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-07T12:54:44.924Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T12:54:44.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T12:54:44.982Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T12:54:45.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T12:54:45.109Z] $ docker exec 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 ssh-agent [2024-08-07T12:54:45.208Z] SSH_AUTH_SOCK=/tmp/ssh-YZCFa2Een8qR/agent.33 [2024-08-07T12:54:45.208Z] SSH_AGENT_PID=39 [2024-08-07T12:54:45.212Z] Running ssh-add (command line suppressed) [2024-08-07T12:54:45.328Z] Identity added: /w/workspace/edgex-go/666@tmp/private_key_5731663487680462311.key (/w/workspace/edgex-go/666@tmp/private_key_5731663487680462311.key) [2024-08-07T12:54:45.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T12:54:45.623Z] + git semver bump pre [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,811 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,812 [bump_version] DEBUG bumping version:3.2.0-dev.48 on axis:pre with prefix:dev [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,812 [bump_version] DEBUG bumped version:3.2.0-dev.49 [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,812 [write_version] DEBUG write version:3.2.0-dev.49 to path:/w/workspace/edgex-go/666/.semver/main with force:True [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,812 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,812 [write_file] DEBUG write to file:/w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,814 [execute] INFO git cat-file --batch-check [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,820 [execute] INFO git cat-file --batch [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,820 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T12:54:45.882Z] 2024-08-07 12:54:45,826 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:45.882Z] 3.2.0-dev.49 [Pipeline] } [2024-08-07T12:54:45.901Z] $ docker exec --env ******** --env ******** 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 ssh-agent -k [2024-08-07T12:54:46.006Z] unset SSH_AUTH_SOCK; [2024-08-07T12:54:46.006Z] unset SSH_AGENT_PID; [2024-08-07T12:54:46.006Z] echo Agent pid 39 killed; [2024-08-07T12:54:46.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T12:54:46.329Z] + git semver [Pipeline] } [2024-08-07T12:54:46.615Z] $ docker stop --time=1 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 [2024-08-07T12:54:47.913Z] $ docker rm -f --volumes 1fe803ea6ba5a7297b0c0ba4d8135f77eb887f54f8f0b3f49de544649057bca0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-07T12:54:48.262Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-07T12:54:48.262Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:48.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-07T12:54:48.567Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:54:48.651Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:54:48.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:54:49.033Z] $ docker top 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb -eo pid,comm [2024-08-07T12:54:49.076Z] 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-07T12:54:49.076Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-07T12:54:49.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-07T12:54:49.136Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-07T12:54:49.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-07T12:54:49.263Z] $ docker exec 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb ssh-agent [2024-08-07T12:54:49.366Z] SSH_AUTH_SOCK=/tmp/ssh-VQ0Yn9As1fYN/agent.32 [2024-08-07T12:54:49.366Z] SSH_AGENT_PID=38 [2024-08-07T12:54:49.370Z] Running ssh-add (command line suppressed) [2024-08-07T12:54:49.478Z] Identity added: /w/workspace/edgex-go/666@tmp/private_key_17055995083297724181.key (/w/workspace/edgex-go/666@tmp/private_key_17055995083297724181.key) [2024-08-07T12:54:49.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-07T12:54:49.773Z] + git semver push [2024-08-07T12:54:50.031Z] 2024-08-07 12:54:49,960 [run_push] DEBUG push [2024-08-07T12:54:50.031Z] 2024-08-07 12:54:49,961 [execute] INFO git cat-file --batch-check [2024-08-07T12:54:50.031Z] 2024-08-07 12:54:49,961 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=) [2024-08-07T12:54:50.031Z] 2024-08-07 12:54:49,966 [execute] INFO git rev-list 03191b2070e635960ecef3a3db6653bd0281e09e -- [2024-08-07T12:54:50.032Z] 2024-08-07 12:54:49,966 [execute] DEBUG Popen(['git', 'rev-list', '03191b2070e635960ecef3a3db6653bd0281e09e', '--'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T12:54:50.032Z] 2024-08-07 12:54:49,986 [execute] INFO git fetch -v origin [2024-08-07T12:54:50.032Z] 2024-08-07 12:54:49,986 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-07T12:54:50.599Z] 2024-08-07 12:54:50,413 [run_push] DEBUG no remote changes detected [2024-08-07T12:54:50.599Z] 2024-08-07 12:54:50,414 [execute] INFO git push origin semver [2024-08-07T12:54:50.599Z] 2024-08-07 12:54:50,414 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/666/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-07T12:54:51.533Z] 2024-08-07 12:54:51,269 [run_push] DEBUG push all version tags [2024-08-07T12:54:51.533Z] 2024-08-07 12:54:51,270 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-07T12:54:51.533Z] 2024-08-07 12:54:51,270 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/666, universal_newlines=False, shell=None, istream=None) [2024-08-07T12:54:52.470Z] 2024-08-07 12:54:52,198 [read_version] DEBUG read version from /w/workspace/edgex-go/666/.semver/main [2024-08-07T12:54:52.470Z] 3.2.0-dev.49 [Pipeline] } [2024-08-07T12:54:52.492Z] $ docker exec --env ******** --env ******** 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb ssh-agent -k [2024-08-07T12:54:52.603Z] unset SSH_AUTH_SOCK; [2024-08-07T12:54:52.604Z] unset SSH_AGENT_PID; [2024-08-07T12:54:52.604Z] echo Agent pid 38 killed; [2024-08-07T12:54:52.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-07T12:54:52.938Z] + git semver [Pipeline] } [2024-08-07T12:54:53.220Z] $ docker stop --time=1 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb [2024-08-07T12:54:54.509Z] $ docker rm -f --volumes 6a5bcafbc3c61b04940d9a7c90200f547f72f3fd387706f868ef265ae6e73ecb [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-07T12:54:55.088Z] + [ -d /w/workspace/edgex-go/666/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:54:55.383Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:54:56.241Z] ---> package-listing.sh [2024-08-07T12:54:56.241Z] ++ facter osfamily [2024-08-07T12:54:56.241Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-07T12:54:56.500Z] + OS_FAMILY=debian [2024-08-07T12:54:56.500Z] + workspace=/w/workspace/edgex-go/666 [2024-08-07T12:54:56.500Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-07T12:54:56.500Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-07T12:54:56.500Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-07T12:54:56.500Z] + PACKAGES=/tmp/packages_start.txt [2024-08-07T12:54:56.500Z] + '[' /w/workspace/edgex-go/666 ']' [2024-08-07T12:54:56.500Z] + PACKAGES=/tmp/packages_end.txt [2024-08-07T12:54:56.500Z] + case "${OS_FAMILY}" in [2024-08-07T12:54:56.500Z] + dpkg -l [2024-08-07T12:54:56.500Z] + grep '^ii' [2024-08-07T12:54:56.500Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-07T12:54:56.500Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-07T12:54:56.500Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-07T12:54:56.500Z] + '[' /w/workspace/edgex-go/666 ']' [2024-08-07T12:54:56.500Z] + mkdir -p /w/workspace/edgex-go/666/archives/ [2024-08-07T12:54:56.500Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/666/archives/ [Pipeline] echo [2024-08-07T12:54:56.511Z] 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/666/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-07T12:54:56.792Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:57.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T12:54:57.354Z] [2024-08-07T12:54:57.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-07T12:54:57.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T12:54:57.656Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-07T12:54:57.656Z] 5eb5b503b376: Pulling fs layer [2024-08-07T12:54:57.656Z] 5c69ac0246d0: Pulling fs layer [2024-08-07T12:54:57.656Z] ec43610c2a17: Pulling fs layer [2024-08-07T12:54:57.656Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-07T12:54:57.656Z] 33b1e0a273af: Pulling fs layer [2024-08-07T12:54:57.656Z] 5d3b04190fa2: Pulling fs layer [2024-08-07T12:54:57.656Z] 2f39f015ded8: Pulling fs layer [2024-08-07T12:54:57.656Z] 3a2ae6a8a46f: Waiting [2024-08-07T12:54:57.656Z] 33b1e0a273af: Waiting [2024-08-07T12:54:57.656Z] 5d3b04190fa2: Waiting [2024-08-07T12:54:57.656Z] 2f39f015ded8: Waiting [2024-08-07T12:54:57.914Z] 5c69ac0246d0: Download complete [2024-08-07T12:54:57.914Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-07T12:54:57.914Z] 3a2ae6a8a46f: Download complete [2024-08-07T12:54:57.914Z] 33b1e0a273af: Verifying Checksum [2024-08-07T12:54:57.914Z] 33b1e0a273af: Download complete [2024-08-07T12:54:57.914Z] ec43610c2a17: Verifying Checksum [2024-08-07T12:54:57.914Z] ec43610c2a17: Download complete [2024-08-07T12:54:57.914Z] 5d3b04190fa2: Download complete [2024-08-07T12:54:57.914Z] 5eb5b503b376: Download complete [2024-08-07T12:54:58.481Z] 2f39f015ded8: Download complete [2024-08-07T12:54:59.413Z] 5eb5b503b376: Pull complete [2024-08-07T12:54:59.413Z] 5c69ac0246d0: Pull complete [2024-08-07T12:54:59.980Z] ec43610c2a17: Pull complete [2024-08-07T12:54:59.980Z] 3a2ae6a8a46f: Pull complete [2024-08-07T12:55:00.238Z] 33b1e0a273af: Pull complete [2024-08-07T12:55:00.238Z] 5d3b04190fa2: Pull complete [2024-08-07T12:55:05.501Z] 2f39f015ded8: Pull complete [2024-08-07T12:55:05.501Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-07T12:55:05.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-07T12:55:05.501Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-07T12:55:05.600Z] prd-ubuntu20.04-docker-8c-8g-7299 does not seem to be running inside a container [2024-08-07T12:55:05.638Z] $ 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/666/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/666 -v /w/workspace/edgex-go/666:/w/workspace/edgex-go/666:rw,z -v /w/workspace/edgex-go/666@tmp:/w/workspace/edgex-go/666@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-07T12:55:09.102Z] $ docker top db65929558882cbabd28dc5c27b4069e7f48a2874c3faedf61b1e2ed7f002541 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-07T12:55:09.440Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-07T12:55:09.721Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-07T12:55:10.006Z] + ls /var/log/sa-host [2024-08-07T12:55:10.006Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-07T12:55:10.162Z] provisioning config files... [2024-08-07T12:55:10.173Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/666@tmp/config10962766862469529904tmp [Pipeline] { [Pipeline] echo [2024-08-07T12:55:10.238Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:55:10.556Z] ---> create-netrc.sh [Pipeline] } [2024-08-07T12:55:10.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:55:10.955Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-07T12:55:10.965Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:55:11.247Z] ---> sudo-logs.sh [2024-08-07T12:55:11.247Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-07T12:55:11.270Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:55:11.553Z] ---> job-cost.sh [2024-08-07T12:55:11.553Z] lf-activate-venv: SKIPPING [2024-08-07T12:55:11.553Z] DEBUG: total: 0.10999999940395355 [2024-08-07T12:55:11.553Z] INFO: Retrieving Stack Cost... [2024-08-07T12:55:12.119Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-07T12:55:12.378Z] INFO: Archiving Costs [Pipeline] echo [2024-08-07T12:55:12.390Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-07T12:55:12.665Z] ---> logs-deploy.sh [2024-08-07T12:55:12.665Z] lf-activate-venv: SKIPPING [2024-08-07T12:55:12.665Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/666 [2024-08-07T12:55:12.665Z] INFO: archiving workspace using pattern(s): [2024-08-07T12:55:13.598Z] Archives upload complete. [2024-08-07T12:55:13.856Z] INFO: archiving logs to Nexus