Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b103c04882abc23661cee8905a92a31c1ff0bf6a 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-ssh17202411333818932970.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-ssh2920479258202866047.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-ssh12596522752991259490.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-ssh5000271738790579306.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-ssh12650347177337158754.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-6871’ is offline Running on prd-ubuntu20.04-docker-8c-8g-6878 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/660 [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/660 # 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 b103c04882abc23661cee8905a92a31c1ff0bf6a (main) Commit message: "feat: Implement support-cron-scheduler service persistence layer (#4837)" > 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 b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 > git rev-list --no-walk 041e6f6c6c367bee7b45b8df01fd92059f4bc2e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-31T13:51:08.596Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-31T13:51:08.657Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-31T13:51:08.682Z] ========================================================= [2024-07-31T13:51:08.682Z] EdgeX Global Pipelines Version Info [2024-07-31T13:51:08.682Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-31T13:51:09.402Z] ------------------- [2024-07-31T13:51:09.402Z] stable info: [2024-07-31T13:51:09.402Z] ------------------- [2024-07-31T13:51:09.402Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-31T13:51:09.402Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-31T13:51:09.402Z] Message: update stable to v1.0.260 [2024-07-31T13:51:09.969Z] ------------------- [2024-07-31T13:51:09.969Z] experimental info: [2024-07-31T13:51:09.969Z] ------------------- [2024-07-31T13:51:09.969Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-31T13:51:09.969Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-31T13:51:09.969Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-31T13:51:10.041Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-31T13:51:10.064Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-31T13:51:10.084Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-31T13:51:10.109Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-31T13:51:10.128Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-31T13:51:10.150Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-31T13:51:10.173Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-31T13:51:10.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-31T13:51:10.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-31T13:51:10.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-31T13:51:10.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-31T13:51:10.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-31T13:51:10.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-31T13:51:10.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-31T13:51:10.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-31T13:51:10.383Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-31T13:51:10.402Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-31T13:51:10.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-31T13:51:10.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-31T13:51:10.464Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-31T13:51:10.487Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-31T13:51:10.510Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-31T13:51:10.528Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-31T13:51:10.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-31T13:51:10.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-31T13:51:10.588Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-31T13:51:10.611Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] echo [2024-07-31T13:51:10.643Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b103c04 [Pipeline] echo [2024-07-31T13:51:10.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T13:51:10.741Z] provisioning config files... [2024-07-31T13:51:10.754Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config10869913522772332681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T13:51:11.084Z] ---> ****-login.sh [2024-07-31T13:51:11.084Z] nexus3.edgexfoundry.org:10001 [2024-07-31T13:51:11.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:51:11.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:51:11.347Z] Configure a credential helper to remove this warning. See [2024-07-31T13:51:11.347Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:51:11.347Z] [2024-07-31T13:51:11.347Z] Login Succeeded [2024-07-31T13:51:11.347Z] nexus3.edgexfoundry.org:10002 [2024-07-31T13:51:11.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:51:11.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:51:11.347Z] Configure a credential helper to remove this warning. See [2024-07-31T13:51:11.347Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:51:11.347Z] [2024-07-31T13:51:11.347Z] Login Succeeded [2024-07-31T13:51:11.347Z] nexus3.edgexfoundry.org:10003 [2024-07-31T13:51:11.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:51:11.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:51:11.608Z] Configure a credential helper to remove this warning. See [2024-07-31T13:51:11.608Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:51:11.608Z] [2024-07-31T13:51:11.608Z] Login Succeeded [2024-07-31T13:51:11.608Z] nexus3.edgexfoundry.org:10004 [2024-07-31T13:51:11.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:51:11.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:51:11.608Z] Configure a credential helper to remove this warning. See [2024-07-31T13:51:11.608Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:51:11.608Z] [2024-07-31T13:51:11.608Z] Login Succeeded [2024-07-31T13:51:11.608Z] ****.io [2024-07-31T13:51:11.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:51:11.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:51:11.870Z] Configure a credential helper to remove this warning. See [2024-07-31T13:51:11.870Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:51:11.870Z] [2024-07-31T13:51:11.870Z] Login Succeeded [2024-07-31T13:51:11.870Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T13:51:11.879Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T13:51:12.211Z] + 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-07-31T13:51:12.211Z] + dirname cmd/core-command/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-31T13:51:12.211Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-31T13:51:12.211Z] cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-31T13:51:12.211Z] + + dirname cmd/core-data/Dockerfile [2024-07-31T13:51:12.211Z] cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-31T13:51:12.211Z] + + dirnamecut cmd/core-keeper/Dockerfile -d/ [2024-07-31T13:51:12.211Z] -f2 [2024-07-31T13:51:12.211Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/core-metadata/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-31T13:51:12.211Z] + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 [2024-07-31T13:51:12.211Z] [2024-07-31T13:51:12.211Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/support-notifications/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-31T13:51:12.211Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-31T13:51:12.211Z] + cut -d/ -f2 [2024-07-31T13:51:12.211Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-31T13:51:12.249Z] 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-07-31T13:51:12.611Z] + git rev-list -1 --merges b103c04882abc23661cee8905a92a31c1ff0bf6a~1..b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] echo [2024-07-31T13:51:12.623Z] -----------> git rev-list -1 --merges b103c04882abc23661cee8905a92a31c1ff0bf6a~1..b103c04882abc23661cee8905a92a31c1ff0bf6a b103c04882abc23661cee8905a92a31c1ff0bf6a [false] [Pipeline] sh [2024-07-31T13:51:12.917Z] + git log --format=format:%s -1 b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] echo [2024-07-31T13:51:12.935Z] ========================================================= [2024-07-31T13:51:12.935Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-31T13:51:12.935Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-31T13:51:13.422Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T13:51:13.423Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-31T13:51:13.423Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-31T13:51:13.423Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-31T13:51:13.423Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2024-07-31T13:51:13.423Z] tee -a /etc/ssh/ssh_known_hosts [2024-07-31T13:51:13.423Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:51:13.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T13:51:13.857Z] [2024-07-31T13:51:13.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:51:14.157Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T13:51:14.157Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-31T13:51:14.157Z] b85a868b505f: Pulling fs layer [2024-07-31T13:51:14.157Z] e2be974225ed: Pulling fs layer [2024-07-31T13:51:14.157Z] 339a4e72a1f5: Pulling fs layer [2024-07-31T13:51:14.157Z] 988bab9f4d93: Pulling fs layer [2024-07-31T13:51:14.157Z] 1469e6f7b9e6: Pulling fs layer [2024-07-31T13:51:14.157Z] eaf3925da568: Pulling fs layer [2024-07-31T13:51:14.157Z] bab4dde63d76: Pulling fs layer [2024-07-31T13:51:14.157Z] bde34c3a00c8: Pulling fs layer [2024-07-31T13:51:14.157Z] b352a97aabf1: Pulling fs layer [2024-07-31T13:51:14.157Z] 4872d77fe225: Pulling fs layer [2024-07-31T13:51:14.157Z] 5851b861e8e6: Pulling fs layer [2024-07-31T13:51:14.157Z] bab4dde63d76: Waiting [2024-07-31T13:51:14.157Z] bde34c3a00c8: Waiting [2024-07-31T13:51:14.157Z] b352a97aabf1: Waiting [2024-07-31T13:51:14.157Z] 4872d77fe225: Waiting [2024-07-31T13:51:14.157Z] 5851b861e8e6: Waiting [2024-07-31T13:51:14.157Z] 988bab9f4d93: Waiting [2024-07-31T13:51:14.157Z] 1469e6f7b9e6: Waiting [2024-07-31T13:51:14.157Z] eaf3925da568: Waiting [2024-07-31T13:51:14.157Z] e2be974225ed: Download complete [2024-07-31T13:51:14.157Z] 988bab9f4d93: Verifying Checksum [2024-07-31T13:51:14.157Z] 988bab9f4d93: Download complete [2024-07-31T13:51:14.416Z] 1469e6f7b9e6: Verifying Checksum [2024-07-31T13:51:14.416Z] 1469e6f7b9e6: Download complete [2024-07-31T13:51:14.416Z] 339a4e72a1f5: Verifying Checksum [2024-07-31T13:51:14.416Z] 339a4e72a1f5: Download complete [2024-07-31T13:51:14.416Z] eaf3925da568: Verifying Checksum [2024-07-31T13:51:14.416Z] eaf3925da568: Download complete [2024-07-31T13:51:14.416Z] bde34c3a00c8: Verifying Checksum [2024-07-31T13:51:14.416Z] bde34c3a00c8: Download complete [2024-07-31T13:51:14.416Z] b352a97aabf1: Verifying Checksum [2024-07-31T13:51:14.416Z] b352a97aabf1: Download complete [2024-07-31T13:51:14.416Z] 4872d77fe225: Verifying Checksum [2024-07-31T13:51:14.416Z] 4872d77fe225: Download complete [2024-07-31T13:51:14.416Z] 5851b861e8e6: Verifying Checksum [2024-07-31T13:51:14.416Z] 5851b861e8e6: Download complete [2024-07-31T13:51:14.416Z] b85a868b505f: Verifying Checksum [2024-07-31T13:51:14.416Z] b85a868b505f: Download complete [2024-07-31T13:51:14.675Z] bab4dde63d76: Verifying Checksum [2024-07-31T13:51:14.675Z] bab4dde63d76: Download complete [2024-07-31T13:51:15.611Z] b85a868b505f: Pull complete [2024-07-31T13:51:15.870Z] e2be974225ed: Pull complete [2024-07-31T13:51:16.130Z] 339a4e72a1f5: Pull complete [2024-07-31T13:51:16.389Z] 988bab9f4d93: Pull complete [2024-07-31T13:51:16.650Z] 1469e6f7b9e6: Pull complete [2024-07-31T13:51:16.650Z] eaf3925da568: Pull complete [2024-07-31T13:51:18.555Z] bab4dde63d76: Pull complete [2024-07-31T13:51:18.555Z] bde34c3a00c8: Pull complete [2024-07-31T13:51:18.555Z] b352a97aabf1: Pull complete [2024-07-31T13:51:18.555Z] 4872d77fe225: Pull complete [2024-07-31T13:51:18.555Z] 5851b861e8e6: Pull complete [2024-07-31T13:51:18.555Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-31T13:51:18.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T13:51:18.555Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T13:51:18.703Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T13:51:18.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T13:51:22.557Z] $ docker top 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 -eo pid,comm [2024-07-31T13:51:22.616Z] 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-07-31T13:51:22.616Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T13:51:22.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T13:51:22.670Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T13:51:22.790Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T13:51:22.788Z] $ docker exec 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent [2024-07-31T13:51:22.893Z] SSH_AUTH_SOCK=/tmp/ssh-NDjVCnRsC765/agent.32 [2024-07-31T13:51:22.893Z] SSH_AGENT_PID=38 [2024-07-31T13:51:22.900Z] Running ssh-add (command line suppressed) [2024-07-31T13:51:22.993Z] Identity added: /w/workspace/edgex-go/660@tmp/private_key_11953642296405828921.key (/w/workspace/edgex-go/660@tmp/private_key_11953642296405828921.key) [2024-07-31T13:51:23.013Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T13:51:23.307Z] + git tag --points-at HEAD [Pipeline] } [2024-07-31T13:51:23.316Z] $ docker exec --env ******** --env ******** 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent -k [2024-07-31T13:51:23.409Z] unset SSH_AUTH_SOCK; [2024-07-31T13:51:23.409Z] unset SSH_AGENT_PID; [2024-07-31T13:51:23.410Z] echo Agent pid 38 killed; [2024-07-31T13:51:23.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-31T13:51:23.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T13:51:23.497Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T13:51:23.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T13:51:23.591Z] $ docker exec 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent [2024-07-31T13:51:23.701Z] SSH_AUTH_SOCK=/tmp/ssh-yf0S1hY60tSX/agent.71 [2024-07-31T13:51:23.701Z] SSH_AGENT_PID=77 [2024-07-31T13:51:23.709Z] Running ssh-add (command line suppressed) [2024-07-31T13:51:23.806Z] Identity added: /w/workspace/edgex-go/660@tmp/private_key_8395257398123014744.key (/w/workspace/edgex-go/660@tmp/private_key_8395257398123014744.key) [2024-07-31T13:51:23.822Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T13:51:24.120Z] + git semver init [2024-07-31T13:51:24.380Z] 2024-07-31 13:51:24,286 [run_init] DEBUG init version:0.0.0 force:False [2024-07-31T13:51:24.380Z] 2024-07-31 13:51:24,288 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/660/.semver [2024-07-31T13:51:24.380Z] 2024-07-31 13:51:24,288 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/660/.semver [2024-07-31T13:51:24.380Z] 2024-07-31 13:51:24,289 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/660/.semver'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=None) [2024-07-31T13:51:30.972Z] 2024-07-31 13:51:30,769 [append_file] DEBUG append to file:/w/workspace/edgex-go/660/.git/info/exclude [2024-07-31T13:51:30.972Z] 2024-07-31 13:51:30,770 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/660/.semver/main with force:False [2024-07-31T13:51:30.972Z] 2024-07-31 13:51:30,770 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T13:51:30.972Z] 2024-07-31 13:51:30,770 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T13:51:30.972Z] 3.2.0-dev.42 [Pipeline] } [2024-07-31T13:51:30.978Z] $ docker exec --env ******** --env ******** 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 ssh-agent -k [2024-07-31T13:51:31.074Z] unset SSH_AUTH_SOCK; [2024-07-31T13:51:31.075Z] unset SSH_AGENT_PID; [2024-07-31T13:51:31.075Z] echo Agent pid 77 killed; [2024-07-31T13:51:31.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T13:51:31.405Z] + git semver [Pipeline] } [2024-07-31T13:51:31.677Z] $ docker stop --time=1 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 [2024-07-31T13:51:32.976Z] $ docker rm -f --volumes 9580891ab0b72326ad0942dfc134d76ed668bc9347e4f31356ff32c8fddfee27 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T13:51:33.324Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-31T13:51:33.577Z] Stashed 1 file(s) [Pipeline] echo [2024-07-31T13:51:33.580Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.42 [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-07-31T13:51:34.071Z] + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] echo [2024-07-31T13:51:34.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T13:51:34.112Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T13:51:34.132Z] ========================================================= [2024-07-31T13:51:34.132Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-31T13:51:34.132Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-31T13:51:34.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T13:51:35.008Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-31T13:51:35.008Z] 619be1103602: Pulling fs layer [2024-07-31T13:51:35.008Z] 7862e08f4a3e: Pulling fs layer [2024-07-31T13:51:35.008Z] 5df492c9dc93: Pulling fs layer [2024-07-31T13:51:35.008Z] 7629e6793208: Pulling fs layer [2024-07-31T13:51:35.008Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T13:51:35.008Z] fb5054dd5b73: Pulling fs layer [2024-07-31T13:51:35.008Z] eeca6798cff9: Pulling fs layer [2024-07-31T13:51:35.008Z] aa269ceb94a6: Pulling fs layer [2024-07-31T13:51:35.008Z] ada007ff1a6a: Pulling fs layer [2024-07-31T13:51:35.008Z] 4f4fb700ef54: Waiting [2024-07-31T13:51:35.008Z] fb5054dd5b73: Waiting [2024-07-31T13:51:35.008Z] ada007ff1a6a: Waiting [2024-07-31T13:51:35.008Z] eeca6798cff9: Waiting [2024-07-31T13:51:35.008Z] 7629e6793208: Waiting [2024-07-31T13:51:35.008Z] 7862e08f4a3e: Download complete [2024-07-31T13:51:35.008Z] 7629e6793208: Verifying Checksum [2024-07-31T13:51:35.008Z] 7629e6793208: Download complete [2024-07-31T13:51:35.008Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T13:51:35.008Z] 4f4fb700ef54: Download complete [2024-07-31T13:51:35.008Z] 619be1103602: Verifying Checksum [2024-07-31T13:51:35.008Z] 619be1103602: Download complete [2024-07-31T13:51:35.008Z] fb5054dd5b73: Verifying Checksum [2024-07-31T13:51:35.008Z] fb5054dd5b73: Download complete [2024-07-31T13:51:35.270Z] eeca6798cff9: Verifying Checksum [2024-07-31T13:51:35.270Z] eeca6798cff9: Download complete [2024-07-31T13:51:35.270Z] 619be1103602: Pull complete [2024-07-31T13:51:35.528Z] ada007ff1a6a: Verifying Checksum [2024-07-31T13:51:35.528Z] ada007ff1a6a: Download complete [2024-07-31T13:51:35.528Z] 7862e08f4a3e: Pull complete [2024-07-31T13:51:35.528Z] 5df492c9dc93: Verifying Checksum [2024-07-31T13:51:35.528Z] 5df492c9dc93: Download complete [2024-07-31T13:51:36.094Z] aa269ceb94a6: Verifying Checksum [2024-07-31T13:51:36.094Z] aa269ceb94a6: Download complete [2024-07-31T13:51:39.375Z] 5df492c9dc93: Pull complete [2024-07-31T13:51:39.375Z] 7629e6793208: Pull complete [2024-07-31T13:51:39.375Z] 4f4fb700ef54: Pull complete [2024-07-31T13:51:39.375Z] fb5054dd5b73: Pull complete [2024-07-31T13:51:39.375Z] eeca6798cff9: Pull complete [2024-07-31T13:51:41.320Z] aa269ceb94a6: Pull complete [2024-07-31T13:51:41.888Z] ada007ff1a6a: Pull complete [2024-07-31T13:51:41.889Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-31T13:51:41.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T13:51:41.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-31T13:51:42.184Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T13:51:42.184Z] WORKDIR /edgex [2024-07-31T13:51:42.184Z] COPY go.mod . [2024-07-31T13:51:42.184Z] RUN go mod download [2024-07-31T13:51:42.184Z] + docker build -t ci-base-image-x86_64 -f - . [2024-07-31T13:51:42.750Z] Sending build context to Docker daemon 178.7MB [2024-07-31T13:51:42.750Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T13:51:42.750Z] ---> f489d0715acc [2024-07-31T13:51:42.750Z] Step 2/4 : WORKDIR /edgex [2024-07-31T13:51:48.690Z] Still waiting to schedule task [2024-07-31T13:51:48.691Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-31T13:51:49.320Z] ---> Running in 04a4c3e6bf26 [2024-07-31T13:51:49.320Z] Removing intermediate container 04a4c3e6bf26 [2024-07-31T13:51:49.320Z] ---> 9eb6f36e3f9c [2024-07-31T13:51:49.320Z] Step 3/4 : COPY go.mod . [2024-07-31T13:51:49.320Z] ---> 808d3570edf1 [2024-07-31T13:51:49.320Z] Step 4/4 : RUN go mod download [2024-07-31T13:51:49.320Z] ---> Running in feeb443afdab [2024-07-31T13:52:15.896Z] Removing intermediate container feeb443afdab [2024-07-31T13:52:15.896Z] ---> ce2138a46231 [2024-07-31T13:52:15.896Z] Successfully built ce2138a46231 [2024-07-31T13:52:15.896Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:52:16.201Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-31T13:52:16.201Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T13:52:16.279Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T13:52:16.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** ci-base-image-x86_64 cat [2024-07-31T13:52:16.723Z] $ docker top 3b6b670f841a10402c1f4de08dbf5a61ad630272cd6268b1c65afb0fa8728a92 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T13:52:17.067Z] + go version [2024-07-31T13:52:17.067Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-31T13:52:17.079Z] $ docker stop --time=1 3b6b670f841a10402c1f4de08dbf5a61ad630272cd6268b1c65afb0fa8728a92 [2024-07-31T13:52:18.343Z] $ docker rm -f --volumes 3b6b670f841a10402c1f4de08dbf5a61ad630272cd6268b1c65afb0fa8728a92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:52:18.778Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-31T13:52:18.778Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T13:52:18.856Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T13:52:18.886Z] $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** ci-base-image-x86_64 cat [2024-07-31T13:52:19.233Z] $ docker top 1ac37b64b779bdd0fc19ee3e869004f0f689ab2c67f356c946d475e6a70bbcfc -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-31T13:52:19.301Z] ========================================================= [2024-07-31T13:52:19.301Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-31T13:52:19.301Z] ========================================================= [Pipeline] sh [2024-07-31T13:52:19.581Z] + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] fileExists [Pipeline] sh [2024-07-31T13:52:19.884Z] + make test [2024-07-31T13:52:19.884Z] go test -race -coverprofile=coverage.out ./... [2024-07-31T13:52:26.447Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-31T13:52:52.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-07-31T13:52:53.234Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-31T13:52:53.234Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-31T13:52:53.234Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-31T13:52:53.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-31T13:52:54.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-31T13:52:54.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-31T13:52:55.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.021s coverage: 28.7% of statements [2024-07-31T13:52:56.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-31T13:52:56.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-31T13:52:56.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-31T13:52:57.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-31T13:52:57.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-31T13:52:57.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-31T13:52:57.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-31T13:52:58.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-31T13:52:58.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-31T13:52:58.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-31T13:52:58.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-31T13:52:58.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-31T13:53:00.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-31T13:53:00.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-31T13:53:00.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.2% of statements [2024-07-31T13:53:00.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.039s coverage: 53.2% of statements [2024-07-31T13:53:00.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.636s coverage: 93.4% of statements [2024-07-31T13:53:00.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 91.7% of statements [2024-07-31T13:53:01.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 6.5% of statements [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-07-31T13:53:02.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-31T13:53:04.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.364s coverage: 95.8% of statements [2024-07-31T13:53:04.048Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2024-07-31T13:53:04.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.014s coverage: 0.0% of statements [no tests to run] [2024-07-31T13:53:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-31T13:53:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-31T13:53:05.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.034s coverage: 0.8% of statements [2024-07-31T13:53:05.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements [2024-07-31T13:53:05.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 41.7% of statements [2024-07-31T13:53:05.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 77.8% of statements [2024-07-31T13:53:05.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.026s coverage: 94.1% of statements [2024-07-31T13:53:06.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements [2024-07-31T13:53:06.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2024-07-31T13:53:06.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-31T13:53:06.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-31T13:53:08.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-31T13:53:08.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-31T13:53:08.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-31T13:53:08.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-31T13:53:08.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-31T13:53:08.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-31T13:53:08.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-31T13:53:10.348Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-31T13:53:10.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-31T13:53:12.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-31T13:53:12.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-31T13:53:14.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-31T13:53:14.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-31T13:53:14.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-31T13:53:16.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-31T13:53:16.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-31T13:53:16.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-07-31T13:53:16.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-31T13:53:17.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.023s coverage: 94.4% of statements [2024-07-31T13:53:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-31T13:53:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-31T13:53:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-31T13:53:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-31T13:53:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-31T13:53:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-31T13:53:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-31T13:53:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-31T13:53:21.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-31T13:53:21.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-31T13:53:22.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-31T13:53:22.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-31T13:53:23.086Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6885 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-07-31T13:53:23.106Z] Running in /w/workspace/edgex-go/660 [Pipeline] { [Pipeline] checkout [2024-07-31T13:53:26.175Z] The recommended git tool is: git [2024-07-31T13:53:31.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.256s coverage: 79.9% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.047s coverage: 92.9% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.028s coverage: 64.4% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 20.0% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.063s coverage: 81.8% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.062s coverage: 82.1% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.129s coverage: 63.1% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 38.4% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 89.5% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 84.8% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.045s coverage: 19.9% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.096s coverage: 95.7% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.032s coverage: 61.8% of statements [2024-07-31T13:53:31.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 98.9% of statements [2024-07-31T13:53:31.981Z] 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-07-31T13:53:31.981Z] running golangci-lint [2024-07-31T13:53:31.981Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-31T13:53:31.981Z] go version go1.21.9 linux/amd64 [2024-07-31T13:53:31.981Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-31T13:53:31.981Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-31T13:53:32.724Z] using credential edgex-jenkins-ssh [2024-07-31T13:53:32.748Z] Cloning the remote Git repository [2024-07-31T13:53:32.801Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-31T13:53:32.911Z] > git init /w/workspace/edgex-go/660 # timeout=10 [2024-07-31T13:53:33.087Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-31T13:53:33.088Z] > git --version # timeout=10 [2024-07-31T13:53:33.109Z] > git --version # 'git version 2.25.1' [2024-07-31T13:53:33.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-31T13:53:33.264Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-31T13:53:50.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-31T13:53:50.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-31T13:53:51.366Z] Avoid second fetch [2024-07-31T13:53:51.367Z] Checking out Revision b103c04882abc23661cee8905a92a31c1ff0bf6a (main) [2024-07-31T13:53:52.160Z] Commit message: "feat: Implement support-cron-scheduler service persistence layer (#4837)" [2024-07-31T13:53:51.381Z] > git config core.sparsecheckout # timeout=10 [2024-07-31T13:53:51.442Z] > git checkout -f b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 [2024-07-31T13:53:53.897Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|deps|files|name|types_sizes) took 21.267626333s" [2024-07-31T13:53:53.897Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.684738ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-31T13:53:56.750Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-31T13:53:56.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T13:53:56.750Z] Dload Upload Total Spent Left Speed [2024-07-31T13:53:56.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2024-07-31T13:53:57.092Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-31T13:53:57.420Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-31T13:53:57.420Z] + sudo tee /etc/docker/daemon.new [2024-07-31T13:53:57.420Z] { [2024-07-31T13:53:57.420Z] "registry-mirrors": [ [2024-07-31T13:53:57.420Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-31T13:53:57.420Z] ], [2024-07-31T13:53:57.420Z] "bip": "10.250.0.254/24", [2024-07-31T13:53:57.420Z] "hosts": [ [2024-07-31T13:53:57.420Z] "tcp://0.0.0.0:5555", [2024-07-31T13:53:57.420Z] "unix:///var/run/docker.sock" [2024-07-31T13:53:57.420Z] ], [2024-07-31T13:53:57.420Z] "mtu": 1458, [2024-07-31T13:53:57.420Z] "selinux-enabled": true, [2024-07-31T13:53:57.420Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-31T13:53:57.420Z] } [Pipeline] sh [2024-07-31T13:53:57.749Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-31T13:53:58.083Z] + sudo service docker restart [2024-07-31T13:54:03.861Z] level=info msg="[linters_context/goanalysis] analyzers took 1m24.222081116s with top 10 stages: buildir: 46.826394992s, gosec: 7.27406131s, inspect: 3.350817227s, fact_deprecated: 3.144784576s, printf: 1.716721177s, ctrlflow: 1.555429211s, S1038: 1.151551589s, nilness: 961.197867ms, fact_purity: 901.60238ms, isgenerated: 596.02729ms" [2024-07-31T13:54:03.861Z] level=info msg="[runner] Issues before processing: 211, after processing: 0" [2024-07-31T13:54:03.861Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 211/211, identifier_marker: 211/211, filename_unadjuster: 211/211, skip_files: 211/211, cgo: 211/211, path_prettifier: 211/211, exclude-rules: 21/211, nolint: 0/21, autogenerated_exclude: 211/211, exclude: 211/211" [2024-07-31T13:54:03.861Z] level=info msg="[runner] processing took 17.218502ms with stages: nolint: 6.880062ms, identifier_marker: 4.973161ms, autogenerated_exclude: 1.749415ms, path_prettifier: 1.582127ms, exclude-rules: 1.17611ms, skip_dirs: 813.065µs, cgo: 27.271µs, filename_unadjuster: 13.631µs, max_same_issues: 770ns, skip_files: 460ns, fixer: 350ns, uniq_by_line: 340ns, exclude: 270ns, diff: 260ns, sort_results: 250ns, severity-rules: 240ns, source_code: 180ns, max_from_linter: 170ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns, path_shortener: 120ns" [2024-07-31T13:54:03.861Z] level=info msg="[runner] linters took 10.215190818s with stages: goanalysis_metalinter: 10.197882261s" [2024-07-31T13:54:03.861Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-31T13:54:03.861Z] level=info msg="Memory: 314 samples, avg is 266.3MB, max is 1313.7MB" [2024-07-31T13:54:03.861Z] level=info msg="Execution took 31.532441768s" [2024-07-31T13:54:03.861Z] go vet ./... [2024-07-31T13:54:10.416Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-31T13:54:10.416Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-31T13:54:10.416Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-31T13:54:10.429Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-31T13:54:10.734Z] + ls -al . [2024-07-31T13:54:10.734Z] total 864 [2024-07-31T13:54:10.734Z] drwxrwxr-x 11 1001 1001 4096 Jul 31 13:52 . [2024-07-31T13:54:10.734Z] drwxr-xr-x 4 root root 4096 Jul 31 13:52 .. [2024-07-31T13:54:10.734Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 13:51 .blubracket [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 10 Jul 31 13:51 .dockerignore [2024-07-31T13:54:10.734Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 13:53 .git [2024-07-31T13:54:10.734Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 13:51 .github [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 1102 Jul 31 13:51 .gitignore [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 42 Jul 31 13:51 .golangci.yml [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 100 Jul 31 13:51 .hadolint.yml [2024-07-31T13:54:10.734Z] drwxr-xr-x 3 1001 1001 4096 Jul 31 13:51 .semver [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 155 Jul 31 13:51 .sonarcloud.properties [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 1171 Jul 31 13:51 ADOPTERS.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 20806 Jul 31 13:51 Attribution.txt [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 100284 Jul 31 13:51 CHANGELOG.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 13:51 CONTRIBUTING.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 677 Jul 31 13:51 GOVERNANCE.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 861 Jul 31 13:51 Jenkinsfile [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 13:51 LICENSE [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 16854 Jul 31 13:51 Makefile [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 582 Jul 31 13:51 OWNERS.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 9528 Jul 31 13:51 README.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 789 Jul 31 13:51 SECURITY.md [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 12 Jul 31 13:51 VERSION [2024-07-31T13:54:10.734Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 13:51 bin [2024-07-31T13:54:10.734Z] drwxrwxr-x 20 1001 1001 4096 Jul 31 13:51 cmd [2024-07-31T13:54:10.734Z] -rw-r--r-- 1 root root 497982 Jul 31 13:53 coverage.out [2024-07-31T13:54:10.734Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 13:51 fuzz_test [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 7118 Jul 31 13:51 go.mod [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 101672 Jul 31 13:51 go.sum [2024-07-31T13:54:10.734Z] drwxrwxr-x 7 1001 1001 4096 Jul 31 13:51 internal [2024-07-31T13:54:10.734Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 13:51 openapi [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 584 Jul 31 13:51 security.txt [2024-07-31T13:54:10.734Z] -rw-rw-r-- 1 1001 1001 204 Jul 31 13:51 version.go [Pipeline] sh [2024-07-31T13:54:11.022Z] + '[' -e coverage.out ] [2024-07-31T13:54:11.022Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-31T13:54:11.135Z] Stashed 1 file(s) [Pipeline] sh [2024-07-31T13:54:11.420Z] + make build [2024-07-31T13:54:11.420Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T13:54:16.387Z] provisioning config files... [2024-07-31T13:54:16.412Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config3591619116592981312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T13:54:16.856Z] ---> ****-login.sh [2024-07-31T13:54:16.856Z] nexus3.edgexfoundry.org:10001 [2024-07-31T13:54:17.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:54:17.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:54:17.400Z] Configure a credential helper to remove this warning. See [2024-07-31T13:54:17.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:54:17.400Z] [2024-07-31T13:54:17.400Z] Login Succeeded [2024-07-31T13:54:17.400Z] nexus3.edgexfoundry.org:10002 [2024-07-31T13:54:17.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:54:17.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:54:17.668Z] Configure a credential helper to remove this warning. See [2024-07-31T13:54:17.668Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:54:17.668Z] [2024-07-31T13:54:17.668Z] Login Succeeded [2024-07-31T13:54:17.668Z] nexus3.edgexfoundry.org:10003 [2024-07-31T13:54:17.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:54:18.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:54:18.205Z] Configure a credential helper to remove this warning. See [2024-07-31T13:54:18.205Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:54:18.205Z] [2024-07-31T13:54:18.205Z] Login Succeeded [2024-07-31T13:54:18.205Z] nexus3.edgexfoundry.org:10004 [2024-07-31T13:54:18.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:54:18.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:54:18.475Z] Configure a credential helper to remove this warning. See [2024-07-31T13:54:18.476Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:54:18.476Z] [2024-07-31T13:54:18.476Z] Login Succeeded [2024-07-31T13:54:18.476Z] ****.io [2024-07-31T13:54:18.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:54:19.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:54:19.010Z] Configure a credential helper to remove this warning. See [2024-07-31T13:54:19.010Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:54:19.010Z] [2024-07-31T13:54:19.010Z] Login Succeeded [2024-07-31T13:54:19.010Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T13:54:19.022Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-31T13:54:19.661Z] + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] echo [2024-07-31T13:54:19.681Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T13:54:19.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T13:54:19.724Z] ========================================================= [2024-07-31T13:54:19.724Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-31T13:54:19.724Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-31T13:54:20.045Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T13:54:20.317Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-31T13:54:20.317Z] c6b39de5b339: Pulling fs layer [2024-07-31T13:54:20.317Z] a69c41024577: Pulling fs layer [2024-07-31T13:54:20.317Z] d6de4b400683: Pulling fs layer [2024-07-31T13:54:20.317Z] 35cb2a7552d0: Pulling fs layer [2024-07-31T13:54:20.317Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T13:54:20.317Z] 464afbd9ba4c: Pulling fs layer [2024-07-31T13:54:20.317Z] 00f215d4a9da: Pulling fs layer [2024-07-31T13:54:20.317Z] d496ad576159: Pulling fs layer [2024-07-31T13:54:20.317Z] 4f4fb700ef54: Waiting [2024-07-31T13:54:20.317Z] 464afbd9ba4c: Waiting [2024-07-31T13:54:20.317Z] 00f215d4a9da: Waiting [2024-07-31T13:54:20.317Z] d496ad576159: Waiting [2024-07-31T13:54:20.317Z] 35cb2a7552d0: Waiting [2024-07-31T13:54:20.317Z] a69c41024577: Verifying Checksum [2024-07-31T13:54:20.317Z] a69c41024577: Download complete [2024-07-31T13:54:20.317Z] 35cb2a7552d0: Verifying Checksum [2024-07-31T13:54:20.317Z] 35cb2a7552d0: Download complete [2024-07-31T13:54:20.317Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T13:54:20.317Z] 4f4fb700ef54: Download complete [2024-07-31T13:54:20.317Z] 464afbd9ba4c: Verifying Checksum [2024-07-31T13:54:20.317Z] 464afbd9ba4c: Download complete [2024-07-31T13:54:20.317Z] c6b39de5b339: Verifying Checksum [2024-07-31T13:54:20.317Z] c6b39de5b339: Download complete [2024-07-31T13:54:20.901Z] d496ad576159: Verifying Checksum [2024-07-31T13:54:20.901Z] d496ad576159: Download complete [2024-07-31T13:54:21.169Z] c6b39de5b339: Pull complete [2024-07-31T13:54:21.758Z] a69c41024577: Pull complete [2024-07-31T13:54:22.025Z] d6de4b400683: Verifying Checksum [2024-07-31T13:54:22.025Z] d6de4b400683: Download complete [2024-07-31T13:54:22.982Z] 00f215d4a9da: Verifying Checksum [2024-07-31T13:54:22.982Z] 00f215d4a9da: Download complete [2024-07-31T13:54:35.301Z] d6de4b400683: Pull complete [2024-07-31T13:54:35.301Z] 35cb2a7552d0: Pull complete [2024-07-31T13:54:35.570Z] 4f4fb700ef54: Pull complete [2024-07-31T13:54:35.838Z] 464afbd9ba4c: Pull complete [2024-07-31T13:54:37.963Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-31T13:54:37.963Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-31T13:54:37.963Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-31T13:54:37.963Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-31T13:54:39.054Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-31T13:54:42.491Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-31T13:54:44.147Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T13:54:45.523Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-31T13:54:45.924Z] 00f215d4a9da: Pull complete [2024-07-31T13:54:45.924Z] d496ad576159: Pull complete [2024-07-31T13:54:45.924Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-31T13:54:45.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T13:54:45.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-31T13:54:46.263Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T13:54:46.263Z] WORKDIR /edgex [2024-07-31T13:54:46.263Z] COPY go.mod . [2024-07-31T13:54:46.263Z] RUN go mod download [2024-07-31T13:54:46.263Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-31T13:54:46.849Z] Sending build context to Docker daemon 3.311MB [2024-07-31T13:54:46.849Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T13:54:46.849Z] ---> f246e2811388 [2024-07-31T13:54:46.849Z] Step 2/4 : WORKDIR /edgex [2024-07-31T13:54:47.424Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-31T13:54:47.990Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-31T13:54:48.556Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-31T13:54:48.790Z] ---> Running in 321c0be6a8a2 [2024-07-31T13:54:48.790Z] Removing intermediate container 321c0be6a8a2 [2024-07-31T13:54:48.790Z] ---> 64e56aaa8f2e [2024-07-31T13:54:48.790Z] Step 3/4 : COPY go.mod . [2024-07-31T13:54:49.378Z] ---> 9efb8a88c022 [2024-07-31T13:54:49.378Z] Step 4/4 : RUN go mod download [2024-07-31T13:54:49.378Z] ---> Running in 8d371bf59945 [2024-07-31T13:54:49.489Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-31T13:54:50.055Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-07-31T13:54:51.004Z] $ docker stop --time=1 1ac37b64b779bdd0fc19ee3e869004f0f689ab2c67f356c946d475e6a70bbcfc [2024-07-31T13:54:59.024Z] $ docker rm -f --volumes 1ac37b64b779bdd0fc19ee3e869004f0f689ab2c67f356c946d475e6a70bbcfc [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-07-31T13:55:00.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-31T13:55:00.207Z] [2024-07-31T13:55:00.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:55:00.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-31T13:55:00.512Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-31T13:55:00.512Z] 91d30c5bc195: Pulling fs layer [2024-07-31T13:55:00.512Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-31T13:55:00.512Z] 9c61dcf015f6: Pulling fs layer [2024-07-31T13:55:00.512Z] 4698f68db338: Pulling fs layer [2024-07-31T13:55:00.512Z] 2a2f49069b9e: Pulling fs layer [2024-07-31T13:55:00.512Z] e0025b399a48: Pulling fs layer [2024-07-31T13:55:00.512Z] 2a2f49069b9e: Waiting [2024-07-31T13:55:00.512Z] e0025b399a48: Waiting [2024-07-31T13:55:00.512Z] 4698f68db338: Waiting [2024-07-31T13:55:00.512Z] 91d30c5bc195: Verifying Checksum [2024-07-31T13:55:00.512Z] 91d30c5bc195: Download complete [2024-07-31T13:55:00.772Z] 4698f68db338: Verifying Checksum [2024-07-31T13:55:00.772Z] 4698f68db338: Download complete [2024-07-31T13:55:00.772Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-31T13:55:00.772Z] 2e9b0aa3be6d: Download complete [2024-07-31T13:55:00.772Z] 91d30c5bc195: Pull complete [2024-07-31T13:55:00.772Z] e0025b399a48: Verifying Checksum [2024-07-31T13:55:00.772Z] e0025b399a48: Download complete [2024-07-31T13:55:00.772Z] 2a2f49069b9e: Download complete [2024-07-31T13:55:01.031Z] 2e9b0aa3be6d: Pull complete [2024-07-31T13:55:01.292Z] 9c61dcf015f6: Download complete [2024-07-31T13:55:03.822Z] 9c61dcf015f6: Pull complete [2024-07-31T13:55:03.822Z] 4698f68db338: Pull complete [2024-07-31T13:55:04.080Z] 2a2f49069b9e: Pull complete [2024-07-31T13:55:04.080Z] e0025b399a48: Pull complete [2024-07-31T13:55:04.080Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-31T13:55:04.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-31T13:55:04.080Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T13:55:04.210Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T13:55:04.249Z] $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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-compose:latest cat [2024-07-31T13:55:07.734Z] $ docker top c2fcdd619e5bce426f97482c20244b73574e042b1e7c1c0e8130f5d8ca9cf8ce -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T13:55:08.082Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-31T13:55:10.616Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #1 transferring dockerfile: 1.81kB done [2024-07-31T13:55:10.616Z] #1 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #2 transferring dockerfile: 1.89kB done [2024-07-31T13:55:10.616Z] #2 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #3 [core-command internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #3 transferring dockerfile: 1.93kB done [2024-07-31T13:55:10.616Z] #3 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #4 transferring dockerfile: 2.93kB done [2024-07-31T13:55:10.616Z] #4 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #5 [support-scheduler internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #5 transferring dockerfile: 1.93kB done [2024-07-31T13:55:10.616Z] #5 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #6 [core-keeper internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #6 transferring dockerfile: 2.01kB done [2024-07-31T13:55:10.616Z] #6 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #7 transferring dockerfile: 1.70kB done [2024-07-31T13:55:10.616Z] #7 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #8 [support-cron-scheduler internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #8 transferring dockerfile: 1.85kB done [2024-07-31T13:55:10.616Z] #8 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #9 transferring dockerfile: 2.23kB done [2024-07-31T13:55:10.616Z] #9 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #10 transferring dockerfile: 2.15kB done [2024-07-31T13:55:10.616Z] #10 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #11 transferring dockerfile: 1.69kB done [2024-07-31T13:55:10.616Z] #11 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #12 [core-metadata internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #12 transferring dockerfile: 2.06kB done [2024-07-31T13:55:10.616Z] #12 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #13 [support-notifications internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #13 transferring dockerfile: 1.95kB done [2024-07-31T13:55:10.616Z] #13 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #14 transferring dockerfile: 2.50kB done [2024-07-31T13:55:10.616Z] #14 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #15 [core-data internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #15 transferring dockerfile: 2.01kB done [2024-07-31T13:55:10.616Z] #15 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #16 [security-spire-agent internal] load .dockerignore [2024-07-31T13:55:10.616Z] #16 transferring context: 50B done [2024-07-31T13:55:10.616Z] #16 DONE 0.0s [2024-07-31T13:55:10.616Z] [2024-07-31T13:55:10.616Z] #17 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-31T13:55:10.616Z] #17 transferring dockerfile: 2.49kB done [2024-07-31T13:55:10.875Z] #17 DONE 0.0s [2024-07-31T13:55:10.875Z] [2024-07-31T13:55:10.875Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2024-07-31T13:55:10.875Z] #18 transferring context: 50B done [2024-07-31T13:55:10.875Z] #18 DONE 0.0s [2024-07-31T13:55:10.875Z] [2024-07-31T13:55:10.875Z] #19 [core-command internal] load .dockerignore [2024-07-31T13:55:10.875Z] #19 transferring context: 50B done [2024-07-31T13:55:10.875Z] #19 DONE 0.0s [2024-07-31T13:55:10.875Z] [2024-07-31T13:55:10.875Z] #20 [security-bootstrapper internal] load .dockerignore [2024-07-31T13:55:10.875Z] #20 transferring context: 50B done [2024-07-31T13:55:10.875Z] #20 DONE 0.0s [2024-07-31T13:55:10.875Z] [2024-07-31T13:55:10.875Z] #21 [support-scheduler internal] load .dockerignore [2024-07-31T13:55:10.875Z] #21 transferring context: 50B done [2024-07-31T13:55:10.875Z] #21 DONE 0.0s [2024-07-31T13:55:10.875Z] [2024-07-31T13:55:10.875Z] #22 [core-keeper internal] load .dockerignore [2024-07-31T13:55:10.875Z] #22 transferring context: 50B done [2024-07-31T13:55:10.875Z] #22 DONE 0.0s [2024-07-31T13:55:10.875Z] [2024-07-31T13:55:10.875Z] #23 [security-spire-server internal] load .dockerignore [2024-07-31T13:55:11.134Z] #23 transferring context: 50B done [2024-07-31T13:55:11.134Z] #23 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #24 [support-cron-scheduler internal] load .dockerignore [2024-07-31T13:55:11.134Z] #24 transferring context: 50B done [2024-07-31T13:55:11.134Z] #24 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #25 [security-proxy-auth internal] load .dockerignore [2024-07-31T13:55:11.134Z] #25 transferring context: 50B done [2024-07-31T13:55:11.134Z] #25 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-31T13:55:11.134Z] #26 transferring context: 50B done [2024-07-31T13:55:11.134Z] #26 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #27 [security-spire-config internal] load .dockerignore [2024-07-31T13:55:11.134Z] #27 transferring context: 50B done [2024-07-31T13:55:11.134Z] #27 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #28 [core-metadata internal] load .dockerignore [2024-07-31T13:55:11.134Z] #28 transferring context: 50B done [2024-07-31T13:55:11.134Z] #28 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #29 [support-notifications internal] load .dockerignore [2024-07-31T13:55:11.134Z] #29 transferring context: 50B done [2024-07-31T13:55:11.134Z] #29 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #30 [security-proxy-setup internal] load .dockerignore [2024-07-31T13:55:11.134Z] #30 transferring context: 50B done [2024-07-31T13:55:11.134Z] #30 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #31 [core-data internal] load .dockerignore [2024-07-31T13:55:11.134Z] #31 transferring context: 50B done [2024-07-31T13:55:11.134Z] #31 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #32 [security-secretstore-setup internal] load .dockerignore [2024-07-31T13:55:11.134Z] #32 transferring context: 50B done [2024-07-31T13:55:11.134Z] #32 DONE 0.0s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #33 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:55:11.134Z] #33 DONE 0.1s [2024-07-31T13:55:11.134Z] [2024-07-31T13:55:11.134Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-31T13:55:11.397Z] #34 ... [2024-07-31T13:55:11.397Z] [2024-07-31T13:55:11.397Z] #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T13:55:11.397Z] #35 DONE 0.0s [2024-07-31T13:55:11.397Z] [2024-07-31T13:55:11.397Z] #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T13:55:11.397Z] #35 DONE 0.0s [2024-07-31T13:55:11.397Z] [2024-07-31T13:55:11.397Z] #36 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:55:11.397Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:55:11.397Z] #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T13:55:11.397Z] #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 1.05MB / 3.42MB 0.1s [2024-07-31T13:55:11.397Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:55:11.397Z] #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T13:55:11.656Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:55:11.656Z] #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T13:55:11.656Z] #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s [2024-07-31T13:55:11.656Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:55:11.656Z] #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T13:55:11.656Z] #36 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-07-31T13:55:11.656Z] #36 ... [2024-07-31T13:55:11.656Z] [2024-07-31T13:55:11.656Z] #35 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T13:55:11.656Z] #35 DONE 0.0s [2024-07-31T13:55:11.656Z] [2024-07-31T13:55:11.656Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:55:11.656Z] #33 DONE 0.4s [2024-07-31T13:55:11.656Z] [2024-07-31T13:55:11.656Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-31T13:55:11.656Z] #34 DONE 0.6s [2024-07-31T13:55:11.656Z] [2024-07-31T13:55:11.656Z] #36 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:55:11.656Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:55:11.656Z] #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T13:55:11.656Z] #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-07-31T13:55:11.656Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:55:11.656Z] #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T13:55:11.929Z] #36 ... [2024-07-31T13:55:11.929Z] [2024-07-31T13:55:11.929Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-31T13:55:11.929Z] #37 DONE 0.7s [2024-07-31T13:55:11.929Z] [2024-07-31T13:55:11.929Z] #36 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:55:11.929Z] #36 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:55:11.929Z] #36 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T13:55:11.929Z] #36 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-07-31T13:55:11.929Z] #36 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:55:11.929Z] #36 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T13:55:11.929Z] #36 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.5s done [2024-07-31T13:55:12.189Z] #36 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.5s done [2024-07-31T13:55:12.189Z] #36 ... [2024-07-31T13:55:12.189Z] [2024-07-31T13:55:12.189Z] #38 [security-spire-config internal] load build context [2024-07-31T13:55:12.189Z] #38 transferring context: 25.48kB 0.1s done [2024-07-31T13:55:12.189Z] #38 DONE 0.4s [2024-07-31T13:55:12.450Z] [2024-07-31T13:55:12.450Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:55:12.450Z] #39 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-07-31T13:55:12.450Z] #39 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-31T13:55:12.450Z] #39 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-31T13:55:12.450Z] #39 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-31T13:55:12.450Z] #39 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-07-31T13:55:12.450Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s [2024-07-31T13:55:12.450Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.3s [2024-07-31T13:55:12.450Z] #39 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-31T13:55:12.450Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.3s [2024-07-31T13:55:12.450Z] #39 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-31T13:55:12.450Z] #39 ... [2024-07-31T13:55:12.450Z] [2024-07-31T13:55:12.450Z] #36 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:55:12.450Z] #36 DONE 1.4s [2024-07-31T13:55:12.450Z] [2024-07-31T13:55:12.450Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:55:12.450Z] #39 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-07-31T13:55:12.450Z] #39 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.4s done [2024-07-31T13:55:12.450Z] #39 ... [2024-07-31T13:55:12.450Z] [2024-07-31T13:55:12.450Z] #40 [security-spire-server internal] load build context [2024-07-31T13:55:12.450Z] #40 transferring context: 27.23kB 0.1s done [2024-07-31T13:55:12.450Z] #40 DONE 0.8s [2024-07-31T13:55:12.450Z] [2024-07-31T13:55:12.450Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:55:12.450Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 3.15MB / 30.73MB 0.5s [2024-07-31T13:55:12.450Z] #39 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-07-31T13:55:12.707Z] #39 ... [2024-07-31T13:55:12.707Z] [2024-07-31T13:55:12.707Z] #41 [security-spire-agent internal] load build context [2024-07-31T13:55:12.707Z] #41 transferring context: 26.76kB 0.0s done [2024-07-31T13:55:12.707Z] #41 DONE 0.8s [2024-07-31T13:55:12.707Z] [2024-07-31T13:55:12.707Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:55:12.707Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 8.39MB / 30.73MB 0.7s [2024-07-31T13:55:12.707Z] #39 ... [2024-07-31T13:55:12.707Z] [2024-07-31T13:55:12.707Z] #42 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-31T13:55:12.707Z] #42 DONE 1.4s [2024-07-31T13:55:12.707Z] [2024-07-31T13:55:12.707Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:55:12.707Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12.58MB / 30.73MB 0.8s [2024-07-31T13:55:13.223Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.78MB / 30.73MB 0.9s [2024-07-31T13:55:13.223Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 19.92MB / 30.73MB 1.0s [2024-07-31T13:55:13.484Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 27.26MB / 30.73MB 1.3s [2024-07-31T13:55:13.484Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.5s [2024-07-31T13:55:13.742Z] #39 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.7s done [2024-07-31T13:55:14.002Z] #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-07-31T13:55:16.370Z] #39 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.9s done [2024-07-31T13:55:21.859Z] #39 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-31T13:55:21.859Z] #43 transferring context: 243.46MB 9.9s [2024-07-31T13:55:21.859Z] #43 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #44 [security-bootstrapper internal] load build context [2024-07-31T13:55:21.859Z] #44 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #45 [core-keeper internal] load build context [2024-07-31T13:55:21.859Z] #45 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-31T13:55:21.859Z] #46 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #47 [core-data internal] load build context [2024-07-31T13:55:21.859Z] #47 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #48 [security-proxy-setup internal] load build context [2024-07-31T13:55:21.859Z] #48 ... [2024-07-31T13:55:21.859Z] [2024-07-31T13:55:21.859Z] #49 [security-secretstore-setup internal] load build context [2024-07-31T13:55:22.117Z] #49 ... [2024-07-31T13:55:22.117Z] [2024-07-31T13:55:22.117Z] #50 [support-cron-scheduler internal] load build context [2024-07-31T13:55:22.117Z] #50 ... [2024-07-31T13:55:22.117Z] [2024-07-31T13:55:22.117Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:55:22.117Z] #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done [2024-07-31T13:55:22.118Z] #51 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-07-31T13:55:22.118Z] #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-31T13:55:22.118Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-31T13:55:22.118Z] #51 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-07-31T13:55:22.118Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-07-31T13:55:22.118Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-07-31T13:55:22.118Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-31T13:55:22.118Z] #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s [2024-07-31T13:55:22.118Z] #51 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.6s done [2024-07-31T13:55:22.118Z] #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-07-31T13:55:22.118Z] #51 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done [2024-07-31T13:55:22.118Z] #51 ... [2024-07-31T13:55:22.118Z] [2024-07-31T13:55:22.118Z] #52 [support-scheduler internal] load build context [2024-07-31T13:55:22.403Z] #52 ... [2024-07-31T13:55:22.403Z] [2024-07-31T13:55:22.403Z] #53 [core-metadata internal] load build context [2024-07-31T13:55:22.661Z] #53 ... [2024-07-31T13:55:22.661Z] [2024-07-31T13:55:22.661Z] #54 [core-command internal] load build context [2024-07-31T13:55:22.661Z] #54 ... [2024-07-31T13:55:22.661Z] [2024-07-31T13:55:22.661Z] #55 [security-proxy-auth internal] load build context [2024-07-31T13:55:22.661Z] #55 ... [2024-07-31T13:55:22.661Z] [2024-07-31T13:55:22.661Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T13:55:22.918Z] #56 ... [2024-07-31T13:55:22.918Z] [2024-07-31T13:55:22.918Z] #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T13:55:22.918Z] #57 ... [2024-07-31T13:55:22.918Z] [2024-07-31T13:55:22.918Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:55:23.175Z] #58 ... [2024-07-31T13:55:23.175Z] [2024-07-31T13:55:23.175Z] #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-07-31T13:55:23.175Z] #59 ... [2024-07-31T13:55:23.175Z] [2024-07-31T13:55:23.175Z] #60 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T13:55:23.175Z] #0 1.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:23.175Z] #0 1.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:23.175Z] #0 1.585 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:23.176Z] #0 1.589 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:23.176Z] #0 1.618 OK: 7 MiB in 16 packages [2024-07-31T13:55:23.176Z] #60 ... [2024-07-31T13:55:23.176Z] [2024-07-31T13:55:23.176Z] #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T13:55:23.176Z] #0 1.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:23.176Z] #0 1.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:23.176Z] #0 1.684 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:55:23.176Z] #0 1.684 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:55:23.176Z] #0 1.684 OK: 20070 distinct packages available [2024-07-31T13:55:23.176Z] #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:23.176Z] #0 1.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:23.176Z] #0 1.992 (1/5) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:23.176Z] #0 1.997 (2/5) Installing musl-obstack (1.2.3-r2) [2024-07-31T13:55:23.176Z] #0 2.001 (3/5) Installing libucontext (1.2-r2) [2024-07-31T13:55:23.176Z] #0 2.002 (4/5) Installing gcompat (1.1.0-r1) [2024-07-31T13:55:23.176Z] #0 2.007 (5/5) Installing openssl (3.1.6-r0) [2024-07-31T13:55:23.176Z] #0 2.031 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:23.176Z] #0 2.037 OK: 8 MiB in 20 packages [2024-07-31T13:55:23.435Z] #61 ... [2024-07-31T13:55:23.435Z] [2024-07-31T13:55:23.435Z] #62 [core-command builder 2/7] WORKDIR /edgex-go [2024-07-31T13:55:23.435Z] #62 ... [2024-07-31T13:55:23.435Z] [2024-07-31T13:55:23.435Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T13:55:23.694Z] #63 ... [2024-07-31T13:55:23.694Z] [2024-07-31T13:55:23.694Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T13:55:23.694Z] #64 ... [2024-07-31T13:55:23.694Z] [2024-07-31T13:55:23.694Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T13:55:23.955Z] #65 ... [2024-07-31T13:55:23.955Z] [2024-07-31T13:55:23.955Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T13:55:23.955Z] #66 ... [2024-07-31T13:55:23.955Z] [2024-07-31T13:55:23.955Z] #67 [support-notifications internal] load build context [2024-07-31T13:55:23.955Z] #67 ... [2024-07-31T13:55:23.955Z] [2024-07-31T13:55:23.955Z] #53 [core-metadata internal] load build context [2024-07-31T13:55:24.521Z] #53 transferring context: 492.69MB 12.6s done [2024-07-31T13:55:27.817Z] #53 ... [2024-07-31T13:55:27.817Z] [2024-07-31T13:55:27.817Z] #67 [support-notifications internal] load build context [2024-07-31T13:55:28.075Z] #67 transferring context: 492.69MB 16.3s done [2024-07-31T13:55:31.365Z] #67 ... [2024-07-31T13:55:31.365Z] [2024-07-31T13:55:31.365Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-31T13:55:31.365Z] #43 transferring context: 492.69MB 14.3s done [2024-07-31T13:55:31.624Z] #43 ... [2024-07-31T13:55:31.624Z] [2024-07-31T13:55:31.624Z] #44 [security-bootstrapper internal] load build context [2024-07-31T13:55:31.624Z] #44 transferring context: 492.69MB 12.9s done [2024-07-31T13:55:31.624Z] #44 ... [2024-07-31T13:55:31.624Z] [2024-07-31T13:55:31.624Z] #45 [core-keeper internal] load build context [2024-07-31T13:55:31.624Z] #45 transferring context: 492.69MB 14.2s done [2024-07-31T13:55:31.883Z] #45 ... [2024-07-31T13:55:31.883Z] [2024-07-31T13:55:31.883Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-31T13:55:31.883Z] #46 transferring context: 492.69MB 13.8s done [2024-07-31T13:55:32.151Z] #46 ... [2024-07-31T13:55:32.151Z] [2024-07-31T13:55:32.151Z] #48 [security-proxy-setup internal] load build context [2024-07-31T13:55:32.151Z] #48 transferring context: 492.69MB 12.3s done [2024-07-31T13:55:32.151Z] #48 ... [2024-07-31T13:55:32.151Z] [2024-07-31T13:55:32.151Z] #47 [core-data internal] load build context [2024-07-31T13:55:32.151Z] #47 transferring context: 492.69MB 13.1s done [2024-07-31T13:55:32.410Z] #47 ... [2024-07-31T13:55:32.410Z] [2024-07-31T13:55:32.410Z] #50 [support-cron-scheduler internal] load build context [2024-07-31T13:55:32.410Z] #50 transferring context: 492.69MB 13.9s done [2024-07-31T13:55:32.410Z] #50 ... [2024-07-31T13:55:32.410Z] [2024-07-31T13:55:32.410Z] #49 [security-secretstore-setup internal] load build context [2024-07-31T13:55:32.410Z] #49 transferring context: 492.69MB 13.7s done [2024-07-31T13:55:32.990Z] #49 ... [2024-07-31T13:55:32.990Z] [2024-07-31T13:55:32.990Z] #52 [support-scheduler internal] load build context [2024-07-31T13:55:32.990Z] #52 transferring context: 492.69MB 12.6s done [2024-07-31T13:55:33.250Z] #52 ... [2024-07-31T13:55:33.250Z] [2024-07-31T13:55:33.250Z] #54 [core-command internal] load build context [2024-07-31T13:55:33.250Z] #54 transferring context: 492.69MB 14.2s done [2024-07-31T13:55:33.250Z] #54 ... [2024-07-31T13:55:33.250Z] [2024-07-31T13:55:33.250Z] #55 [security-proxy-auth internal] load build context [2024-07-31T13:55:33.250Z] #55 transferring context: 492.69MB 13.4s done [2024-07-31T13:55:45.970Z] Removing intermediate container 8d371bf59945 [2024-07-31T13:55:45.971Z] ---> 6a24ff6125cc [2024-07-31T13:55:46.245Z] Successfully built 6a24ff6125cc [2024-07-31T13:55:46.245Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:55:46.575Z] + docker inspect -f . ci-base-image-arm64 [2024-07-31T13:55:46.575Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T13:55:46.770Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2024-07-31T13:55:46.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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-07-31T13:55:48.043Z] $ docker top 86cc17e596459578b3c3ebb2f6e1a19574dfff539e0253b29431a57cb60963f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T13:55:48.877Z] + go version [2024-07-31T13:55:48.877Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-31T13:55:48.890Z] $ docker stop --time=1 86cc17e596459578b3c3ebb2f6e1a19574dfff539e0253b29431a57cb60963f1 [2024-07-31T13:55:50.454Z] $ docker rm -f --volumes 86cc17e596459578b3c3ebb2f6e1a19574dfff539e0253b29431a57cb60963f1 [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-07-31T13:55:51.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-31T13:55:51.172Z] [2024-07-31T13:55:51.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:55:51.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-31T13:55:51.513Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-31T13:55:51.513Z] 547446be3368: Pulling fs layer [2024-07-31T13:55:51.513Z] d125d8839a47: Pulling fs layer [2024-07-31T13:55:51.513Z] 3e85d5ac6304: Pulling fs layer [2024-07-31T13:55:51.513Z] c3105a71a48b: Pulling fs layer [2024-07-31T13:55:51.513Z] 0f093f025ec4: Pulling fs layer [2024-07-31T13:55:51.513Z] c3106fc0e877: Pulling fs layer [2024-07-31T13:55:51.513Z] c3105a71a48b: Waiting [2024-07-31T13:55:51.513Z] 0f093f025ec4: Waiting [2024-07-31T13:55:51.513Z] c3106fc0e877: Waiting [2024-07-31T13:55:51.779Z] 547446be3368: Verifying Checksum [2024-07-31T13:55:51.779Z] 547446be3368: Download complete [2024-07-31T13:55:51.779Z] c3105a71a48b: Verifying Checksum [2024-07-31T13:55:51.779Z] c3105a71a48b: Download complete [2024-07-31T13:55:52.363Z] d125d8839a47: Verifying Checksum [2024-07-31T13:55:52.363Z] d125d8839a47: Download complete [2024-07-31T13:55:52.363Z] c3106fc0e877: Verifying Checksum [2024-07-31T13:55:52.363Z] c3106fc0e877: Download complete [2024-07-31T13:55:52.363Z] 0f093f025ec4: Verifying Checksum [2024-07-31T13:55:52.363Z] 0f093f025ec4: Download complete [2024-07-31T13:55:52.363Z] 547446be3368: Pull complete [2024-07-31T13:55:53.768Z] d125d8839a47: Pull complete [2024-07-31T13:55:54.349Z] 3e85d5ac6304: Verifying Checksum [2024-07-31T13:55:54.349Z] 3e85d5ac6304: Download complete [2024-07-31T13:55:55.604Z] #55 ... [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #52 [support-scheduler internal] load build context [2024-07-31T13:55:55.604Z] #52 DONE 42.2s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #48 [security-proxy-setup internal] load build context [2024-07-31T13:55:55.604Z] #48 DONE 41.8s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #44 [security-bootstrapper internal] load build context [2024-07-31T13:55:55.604Z] #44 DONE 42.2s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #53 [core-metadata internal] load build context [2024-07-31T13:55:55.604Z] #53 DONE 41.9s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #47 [core-data internal] load build context [2024-07-31T13:55:55.604Z] #47 DONE 41.9s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #62 [core-command builder 2/7] WORKDIR /edgex-go [2024-07-31T13:55:55.604Z] #62 DONE 40.5s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #60 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T13:55:55.604Z] #60 DONE 41.0s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #50 [support-cron-scheduler internal] load build context [2024-07-31T13:55:55.604Z] #50 DONE 42.2s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-31T13:55:55.604Z] #46 DONE 42.1s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T13:55:55.604Z] #61 DONE 41.3s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #68 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:55.604Z] #68 ... [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #55 [security-proxy-auth internal] load build context [2024-07-31T13:55:55.604Z] #55 DONE 42.0s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #49 [security-secretstore-setup internal] load build context [2024-07-31T13:55:55.604Z] #49 DONE 42.0s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #54 [core-command internal] load build context [2024-07-31T13:55:55.604Z] #54 DONE 42.3s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-31T13:55:55.604Z] #43 DONE 42.4s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #45 [core-keeper internal] load build context [2024-07-31T13:55:55.604Z] #45 DONE 42.3s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #67 [support-notifications internal] load build context [2024-07-31T13:55:55.604Z] #67 DONE 42.1s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:55:55.604Z] #39 ... [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #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-07-31T13:55:55.604Z] #59 DONE 41.8s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T13:55:55.604Z] #64 41.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #64 41.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #64 41.92 (1/2) Installing ca-certificates (20240226-r0) [2024-07-31T13:55:55.604Z] #64 41.94 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:55.604Z] #64 41.95 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:55.604Z] #64 41.95 Executing ca-certificates-20240226-r0.trigger [2024-07-31T13:55:55.604Z] #64 42.02 OK: 8 MiB in 17 packages [2024-07-31T13:55:55.604Z] #64 DONE 42.4s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T13:55:55.604Z] #65 41.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #65 41.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #65 42.03 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:55.604Z] #65 42.03 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:55.604Z] #65 42.04 OK: 7 MiB in 16 packages [2024-07-31T13:55:55.604Z] #65 DONE 42.4s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T13:55:55.604Z] #56 41.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #56 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #56 41.99 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:55.604Z] #56 42.01 (2/2) Installing su-exec (0.2-r3) [2024-07-31T13:55:55.604Z] #56 42.02 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:55.604Z] #56 42.03 OK: 7 MiB in 17 packages [2024-07-31T13:55:55.604Z] #56 DONE 42.4s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T13:55:55.604Z] #66 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #66 41.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #66 42.07 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:55.604Z] #66 42.08 (2/4) Installing openssl (3.1.6-r0) [2024-07-31T13:55:55.604Z] #66 42.09 (3/4) Installing su-exec (0.2-r3) [2024-07-31T13:55:55.604Z] #66 42.09 (4/4) Installing yq (4.33.3-r5) [2024-07-31T13:55:55.604Z] #66 42.16 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:55.604Z] #66 42.17 OK: 17 MiB in 19 packages [2024-07-31T13:55:55.604Z] #66 DONE 42.4s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #69 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:55.604Z] #69 ... [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-31T13:55:55.604Z] #0 1.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #0 1.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #0 1.409 OK: 264 MiB in 52 packages [2024-07-31T13:55:55.604Z] #70 DONE 1.5s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #71 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:55:55.604Z] #71 DONE 0.1s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T13:55:55.604Z] #57 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #57 41.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #57 42.08 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:55:55.604Z] #57 42.08 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:55:55.604Z] #57 42.08 OK: 20070 distinct packages available [2024-07-31T13:55:55.604Z] #57 42.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #57 42.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #57 42.44 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:55.604Z] #57 42.44 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-31T13:55:55.604Z] #57 42.44 (3/4) Installing libucontext (1.2-r2) [2024-07-31T13:55:55.604Z] #57 42.45 (4/4) Installing gcompat (1.1.0-r1) [2024-07-31T13:55:55.604Z] #57 42.45 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:55.604Z] #57 42.46 OK: 8 MiB in 19 packages [2024-07-31T13:55:55.604Z] #57 DONE 42.6s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T13:55:55.604Z] #72 ... [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #73 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T13:55:55.604Z] #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #0 1.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #0 1.690 OK: 264 MiB in 52 packages [2024-07-31T13:55:55.604Z] #73 DONE 1.8s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:55:55.604Z] #74 DONE 0.1s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #75 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T13:55:55.604Z] #0 1.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #0 1.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:55.604Z] #0 1.765 OK: 264 MiB in 52 packages [2024-07-31T13:55:55.604Z] #75 DONE 1.9s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:55:55.604Z] #76 DONE 0.0s [2024-07-31T13:55:55.604Z] [2024-07-31T13:55:55.604Z] #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:55:56.190Z] #77 ... [2024-07-31T13:55:56.190Z] [2024-07-31T13:55:56.190Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T13:55:56.190Z] #63 41.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:56.190Z] #63 42.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:56.190Z] #63 43.01 (1/4) Installing ca-certificates (20240226-r0) [2024-07-31T13:55:56.190Z] #63 43.03 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:56.190Z] #63 43.03 (3/4) Installing su-exec (0.2-r3) [2024-07-31T13:55:56.190Z] #63 43.04 (4/4) Installing yq (4.33.3-r5) [2024-07-31T13:55:56.190Z] #63 43.11 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:56.190Z] #63 43.11 Executing ca-certificates-20240226-r0.trigger [2024-07-31T13:55:56.190Z] #63 43.15 OK: 17 MiB in 19 packages [2024-07-31T13:55:56.190Z] #63 DONE 43.5s [2024-07-31T13:55:56.190Z] [2024-07-31T13:55:56.190Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:55:56.190Z] #58 41.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:56.190Z] #58 42.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:56.190Z] #58 42.71 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:55:56.190Z] #58 42.71 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:55:56.190Z] #58 42.71 OK: 20070 distinct packages available [2024-07-31T13:55:56.190Z] #58 42.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:56.190Z] #58 42.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:56.190Z] #58 43.07 (1/11) Installing ca-certificates (20240226-r0) [2024-07-31T13:55:56.190Z] #58 43.09 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-31T13:55:56.190Z] #58 43.10 (3/11) Installing libunistring (1.1-r1) [2024-07-31T13:55:56.190Z] #58 43.12 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-31T13:55:56.190Z] #58 43.12 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-31T13:55:56.190Z] #58 43.13 (6/11) Installing libcurl (8.9.0-r0) [2024-07-31T13:55:56.190Z] #58 43.14 (7/11) Installing curl (8.9.0-r0) [2024-07-31T13:55:56.190Z] #58 43.15 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:56.190Z] #58 43.16 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-31T13:55:56.190Z] #58 43.16 (10/11) Installing libucontext (1.2-r2) [2024-07-31T13:55:56.190Z] #58 43.16 (11/11) Installing gcompat (1.1.0-r1) [2024-07-31T13:55:56.190Z] #58 43.16 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:56.190Z] #58 43.17 Executing ca-certificates-20240226-r0.trigger [2024-07-31T13:55:56.190Z] #58 43.22 OK: 12 MiB in 26 packages [2024-07-31T13:55:56.190Z] #58 DONE 43.5s [2024-07-31T13:55:56.190Z] [2024-07-31T13:55:56.190Z] #78 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T13:55:56.190Z] #78 DONE 2.6s [2024-07-31T13:55:56.190Z] [2024-07-31T13:55:56.190Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T13:55:57.565Z] #79 ... [2024-07-31T13:55:57.565Z] [2024-07-31T13:55:57.565Z] #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T13:55:57.565Z] #0 3.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.565Z] #0 3.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.565Z] #0 3.368 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:55:57.565Z] #0 3.368 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:55:57.565Z] #0 3.368 OK: 20077 distinct packages available [2024-07-31T13:55:57.565Z] #0 3.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.565Z] #0 3.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.565Z] #0 3.711 OK: 264 MiB in 52 packages [2024-07-31T13:55:57.565Z] #80 DONE 3.9s [2024-07-31T13:55:57.565Z] [2024-07-31T13:55:57.565Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:55:57.565Z] #81 DONE 0.0s [2024-07-31T13:55:57.565Z] [2024-07-31T13:55:57.565Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:55:57.824Z] #82 ... [2024-07-31T13:55:57.824Z] [2024-07-31T13:55:57.824Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:57.824Z] #69 2.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.824Z] #69 2.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.824Z] #69 2.561 OK: 8 MiB in 17 packages [2024-07-31T13:55:57.824Z] #69 DONE 2.7s [2024-07-31T13:55:57.824Z] [2024-07-31T13:55:57.824Z] #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:57.824Z] #0 2.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.824Z] #0 2.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.824Z] #0 2.649 OK: 7 MiB in 16 packages [2024-07-31T13:55:57.824Z] #83 DONE 2.8s [2024-07-31T13:55:57.824Z] [2024-07-31T13:55:57.824Z] #68 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:57.824Z] #68 3.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:57.824Z] #68 4.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:58.082Z] #68 ... [2024-07-31T13:55:58.082Z] [2024-07-31T13:55:58.082Z] #84 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-07-31T13:55:58.082Z] #0 3.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:58.082Z] #0 4.228 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:58.082Z] #0 4.438 OK: 8 MiB in 20 packages [2024-07-31T13:55:58.082Z] #84 DONE 4.6s [2024-07-31T13:55:58.082Z] [2024-07-31T13:55:58.082Z] #68 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:58.082Z] #68 4.361 OK: 7 MiB in 16 packages [2024-07-31T13:55:59.631Z] #68 ... [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T13:55:59.631Z] #0 2.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #0 2.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #0 2.923 OK: 7 MiB in 17 packages [2024-07-31T13:55:59.631Z] #85 DONE 4.3s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #86 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T13:55:59.631Z] #0 2.484 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #0 3.023 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #0 3.727 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T13:55:59.631Z] #0 4.042 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:55:59.631Z] #0 4.050 OK: 7 MiB in 16 packages [2024-07-31T13:55:59.631Z] #86 DONE 4.9s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #68 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:55:59.631Z] #68 DONE 5.7s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-31T13:55:59.631Z] #0 2.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #0 2.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #0 3.072 OK: 17 MiB in 19 packages [2024-07-31T13:55:59.631Z] #87 DONE 4.3s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:55:59.631Z] #88 DONE 1.4s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-31T13:55:59.631Z] #89 DONE 0.1s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #90 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-31T13:55:59.631Z] #90 DONE 1.4s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #91 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-31T13:55:59.631Z] #91 DONE 0.1s [2024-07-31T13:55:59.631Z] [2024-07-31T13:55:59.631Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T13:55:59.631Z] #72 4.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.631Z] #72 4.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:55:59.892Z] #72 4.583 OK: 8 MiB in 19 packages [2024-07-31T13:56:00.458Z] #72 DONE 5.1s [2024-07-31T13:56:00.458Z] [2024-07-31T13:56:00.458Z] #92 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-31T13:56:00.458Z] #92 DONE 0.9s [2024-07-31T13:56:00.458Z] [2024-07-31T13:56:00.458Z] #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:56:00.458Z] #0 3.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:56:00.458Z] #0 3.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:56:00.458Z] #0 3.667 OK: 12 MiB in 26 packages [2024-07-31T13:56:00.458Z] #93 DONE 4.2s [2024-07-31T13:56:00.458Z] [2024-07-31T13:56:00.458Z] #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-31T13:56:00.458Z] #0 3.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:56:00.458Z] #0 3.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:56:00.459Z] #0 3.671 OK: 17 MiB in 19 packages [2024-07-31T13:56:00.459Z] #94 DONE 4.2s [2024-07-31T13:56:00.459Z] [2024-07-31T13:56:00.459Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:56:00.459Z] #95 DONE 1.0s [2024-07-31T13:56:00.459Z] [2024-07-31T13:56:00.459Z] #96 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-31T13:56:01.025Z] #96 DONE 0.6s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #97 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:56:01.025Z] #97 DONE 0.6s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:56:01.025Z] #98 DONE 0.6s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #99 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-31T13:56:01.025Z] #99 DONE 0.1s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #100 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-31T13:56:01.025Z] #100 DONE 0.1s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-31T13:56:01.025Z] #101 DONE 0.1s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-31T13:56:01.025Z] #102 DONE 0.1s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:56:01.025Z] #103 DONE 0.1s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #104 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-31T13:56:01.025Z] #104 DONE 0.1s [2024-07-31T13:56:01.025Z] [2024-07-31T13:56:01.025Z] #105 [security-spire-server] exporting to image [2024-07-31T13:56:01.025Z] #105 exporting layers [2024-07-31T13:56:01.286Z] #105 ... [2024-07-31T13:56:01.286Z] [2024-07-31T13:56:01.286Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:56:01.286Z] #106 DONE 0.1s [2024-07-31T13:56:01.286Z] [2024-07-31T13:56:01.286Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-31T13:56:01.286Z] #107 DONE 0.1s [2024-07-31T13:56:01.545Z] [2024-07-31T13:56:01.545Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-31T13:56:01.545Z] #108 DONE 0.1s [2024-07-31T13:56:01.545Z] [2024-07-31T13:56:01.545Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-31T13:56:01.545Z] #109 DONE 0.1s [2024-07-31T13:56:01.545Z] [2024-07-31T13:56:01.545Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-31T13:56:01.545Z] #110 DONE 0.1s [2024-07-31T13:56:01.545Z] [2024-07-31T13:56:01.545Z] #105 [security-spire-config] exporting to image [2024-07-31T13:56:01.545Z] #105 ... [2024-07-31T13:56:01.545Z] [2024-07-31T13:56:01.545Z] #111 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-31T13:56:01.545Z] #111 DONE 2.3s [2024-07-31T13:56:01.545Z] [2024-07-31T13:56:01.545Z] #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-31T13:56:01.545Z] #112 DONE 0.0s [2024-07-31T13:56:01.806Z] [2024-07-31T13:56:01.806Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T13:56:01.806Z] #79 4.750 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T13:56:01.806Z] #79 5.217 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T13:56:02.066Z] #79 5.838 OK: 264 MiB in 52 packages [2024-07-31T13:56:02.066Z] #79 DONE 5.9s [2024-07-31T13:56:02.066Z] [2024-07-31T13:56:02.066Z] #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-31T13:56:02.066Z] #113 DONE 0.1s [2024-07-31T13:56:02.066Z] [2024-07-31T13:56:02.066Z] #105 [security-spire-config] exporting to image [2024-07-31T13:56:02.066Z] #105 exporting layers 0.6s done [2024-07-31T13:56:02.066Z] #105 writing image sha256:be484348fd8084e8d57b9fb4395eb74e45d239dd9cca0b315b9daf47655403ea done [2024-07-31T13:56:02.066Z] #105 naming to docker.io/library/security-spire-server done [2024-07-31T13:56:02.066Z] #105 writing image sha256:101edd16619f3bd72d95a38276fa1ab5d514f8af323c7e6bb4ab238536b56f0c done [2024-07-31T13:56:02.066Z] #105 naming to docker.io/library/security-spire-agent done [2024-07-31T13:56:02.066Z] #105 writing image sha256:2454bba75aaf0f2ee97b5d7d05ee6cfef0407d5b4c5c38490715af8957cd12fd done [2024-07-31T13:56:02.066Z] #105 naming to docker.io/library/security-spire-config done [2024-07-31T13:56:02.066Z] #105 DONE 1.1s [2024-07-31T13:56:02.066Z] [2024-07-31T13:56:02.066Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:02.325Z] #114 ... [2024-07-31T13:56:02.325Z] [2024-07-31T13:56:02.325Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:03.705Z] #115 ... [2024-07-31T13:56:03.705Z] [2024-07-31T13:56:03.705Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:56:03.964Z] #51 ... [2024-07-31T13:56:03.964Z] [2024-07-31T13:56:03.964Z] #116 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:04.417Z] 3e85d5ac6304: Pull complete [2024-07-31T13:56:04.417Z] c3105a71a48b: Pull complete [2024-07-31T13:56:05.001Z] 0f093f025ec4: Pull complete [2024-07-31T13:56:05.267Z] c3106fc0e877: Pull complete [2024-07-31T13:56:05.267Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-31T13:56:05.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-31T13:56:05.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T13:56:05.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2024-07-31T13:56:05.531Z] $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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-07-31T13:56:07.661Z] $ docker top 6a9360a68313e81e86c958f586f60c7583cf5da9b3067dfe00aa9138ce023ebf -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T13:56:08.172Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-31T13:56:18.234Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #1 transferring dockerfile: [2024-07-31T13:56:18.234Z] #1 transferring dockerfile: 2.23kB done [2024-07-31T13:56:18.234Z] #1 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #2 transferring dockerfile: 2.50kB done [2024-07-31T13:56:18.234Z] #2 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #3 transferring dockerfile: 1.81kB 0.0s done [2024-07-31T13:56:18.234Z] #3 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #4 transferring dockerfile: 2.06kB 0.0s done [2024-07-31T13:56:18.234Z] #4 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #5 transferring dockerfile: 2.15kB 0.0s done [2024-07-31T13:56:18.234Z] #5 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #6 [core-keeper internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #6 transferring dockerfile: 2.01kB done [2024-07-31T13:56:18.234Z] #6 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #7 transferring dockerfile: 1.95kB done [2024-07-31T13:56:18.234Z] #7 DONE 0.1s [2024-07-31T13:56:18.234Z] [2024-07-31T13:56:18.234Z] #8 [core-command internal] load build definition from Dockerfile [2024-07-31T13:56:18.234Z] #8 transferring dockerfile: 1.93kB done [2024-07-31T13:56:18.234Z] #8 DONE 0.0s [2024-07-31T13:56:18.504Z] [2024-07-31T13:56:18.504Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-31T13:56:18.504Z] #9 transferring dockerfile: 2.49kB done [2024-07-31T13:56:18.504Z] #9 DONE 0.1s [2024-07-31T13:56:18.504Z] [2024-07-31T13:56:18.504Z] #10 [core-data internal] load build definition from Dockerfile [2024-07-31T13:56:18.504Z] #10 transferring dockerfile: 2.01kB done [2024-07-31T13:56:18.504Z] #10 DONE 0.1s [2024-07-31T13:56:18.504Z] [2024-07-31T13:56:18.504Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-07-31T13:56:18.773Z] #11 transferring dockerfile: 1.69kB done [2024-07-31T13:56:18.773Z] #11 DONE 0.1s [2024-07-31T13:56:18.773Z] [2024-07-31T13:56:18.773Z] #12 [support-scheduler internal] load build definition from Dockerfile [2024-07-31T13:56:18.773Z] #12 transferring dockerfile: 1.93kB done [2024-07-31T13:56:18.773Z] #12 DONE 0.1s [2024-07-31T13:56:18.773Z] [2024-07-31T13:56:18.773Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-31T13:56:18.773Z] #13 transferring dockerfile: 2.93kB done [2024-07-31T13:56:18.773Z] #13 DONE 0.1s [2024-07-31T13:56:18.773Z] [2024-07-31T13:56:18.773Z] #14 [security-spire-server internal] load build definition from Dockerfile [2024-07-31T13:56:18.773Z] #14 transferring dockerfile: 1.70kB done [2024-07-31T13:56:18.773Z] #14 DONE 0.1s [2024-07-31T13:56:18.773Z] [2024-07-31T13:56:18.773Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-31T13:56:18.773Z] #15 transferring dockerfile: 1.89kB done [2024-07-31T13:56:18.773Z] #15 DONE 0.1s [2024-07-31T13:56:19.042Z] [2024-07-31T13:56:19.042Z] #16 [support-cron-scheduler internal] load build definition from Dockerfile [2024-07-31T13:56:19.042Z] #16 transferring dockerfile: 1.85kB done [2024-07-31T13:56:19.042Z] #16 DONE 0.1s [2024-07-31T13:56:19.042Z] [2024-07-31T13:56:19.042Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-31T13:56:19.042Z] #17 transferring context: [2024-07-31T13:56:19.042Z] #17 transferring context: 50B done [2024-07-31T13:56:19.042Z] #17 DONE 0.1s [2024-07-31T13:56:19.626Z] [2024-07-31T13:56:19.626Z] #18 [security-proxy-setup internal] load .dockerignore [2024-07-31T13:56:19.626Z] #18 transferring context: 50B done [2024-07-31T13:56:19.626Z] #18 DONE 0.0s [2024-07-31T13:56:19.626Z] [2024-07-31T13:56:19.626Z] #19 [security-spire-agent internal] load .dockerignore [2024-07-31T13:56:19.895Z] #19 transferring context: 50B done [2024-07-31T13:56:19.895Z] #19 DONE 0.0s [2024-07-31T13:56:19.895Z] [2024-07-31T13:56:19.895Z] #20 [security-proxy-auth internal] load .dockerignore [2024-07-31T13:56:19.895Z] #20 DONE 0.0s [2024-07-31T13:56:19.895Z] [2024-07-31T13:56:19.895Z] #21 [core-metadata internal] load .dockerignore [2024-07-31T13:56:19.895Z] #21 transferring context: 50B done [2024-07-31T13:56:19.895Z] #21 DONE 0.1s [2024-07-31T13:56:19.895Z] [2024-07-31T13:56:19.895Z] #20 [security-proxy-auth internal] load .dockerignore [2024-07-31T13:56:19.895Z] #20 transferring context: 50B 0.0s done [2024-07-31T13:56:19.895Z] #20 DONE 0.1s [2024-07-31T13:56:19.895Z] [2024-07-31T13:56:19.895Z] #22 [core-keeper internal] load .dockerignore [2024-07-31T13:56:20.164Z] #22 transferring context: 50B done [2024-07-31T13:56:20.164Z] #22 DONE 0.1s [2024-07-31T13:56:20.164Z] [2024-07-31T13:56:20.164Z] #23 [support-notifications internal] load .dockerignore [2024-07-31T13:56:20.164Z] #23 transferring context: 50B 0.0s done [2024-07-31T13:56:20.164Z] #23 DONE 0.1s [2024-07-31T13:56:20.164Z] [2024-07-31T13:56:20.164Z] #24 [core-command internal] load .dockerignore [2024-07-31T13:56:20.164Z] #24 transferring context: 50B 0.0s done [2024-07-31T13:56:20.164Z] #24 DONE 0.1s [2024-07-31T13:56:20.164Z] [2024-07-31T13:56:20.164Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-07-31T13:56:20.164Z] #25 transferring context: 50B 0.0s done [2024-07-31T13:56:20.164Z] #25 DONE 0.1s [2024-07-31T13:56:20.164Z] [2024-07-31T13:56:20.164Z] #26 [core-data internal] load .dockerignore [2024-07-31T13:56:20.440Z] #26 transferring context: 50B done [2024-07-31T13:56:20.440Z] #26 DONE 0.1s [2024-07-31T13:56:20.440Z] [2024-07-31T13:56:20.440Z] #27 [support-scheduler internal] load .dockerignore [2024-07-31T13:56:20.440Z] #27 transferring context: 50B 0.0s done [2024-07-31T13:56:20.440Z] #27 DONE 0.1s [2024-07-31T13:56:20.440Z] [2024-07-31T13:56:20.440Z] #28 [security-spire-config internal] load .dockerignore [2024-07-31T13:56:20.440Z] #28 transferring context: 50B 0.0s done [2024-07-31T13:56:20.440Z] #28 DONE 0.1s [2024-07-31T13:56:20.440Z] [2024-07-31T13:56:20.440Z] #29 [security-bootstrapper internal] load .dockerignore [2024-07-31T13:56:20.440Z] #29 transferring context: 50B 0.0s done [2024-07-31T13:56:20.440Z] #29 DONE 0.1s [2024-07-31T13:56:20.440Z] [2024-07-31T13:56:20.440Z] #30 [security-spire-server internal] load .dockerignore [2024-07-31T13:56:20.707Z] #30 transferring context: 50B 0.0s done [2024-07-31T13:56:20.707Z] #30 DONE 0.1s [2024-07-31T13:56:20.707Z] [2024-07-31T13:56:20.707Z] #31 [security-spiffe-token-provider internal] load .dockerignore [2024-07-31T13:56:20.707Z] #31 transferring context: 50B 0.0s done [2024-07-31T13:56:20.707Z] #31 DONE 0.1s [2024-07-31T13:56:20.707Z] [2024-07-31T13:56:20.707Z] #32 [support-cron-scheduler internal] load .dockerignore [2024-07-31T13:56:20.707Z] #32 transferring context: 50B 0.0s done [2024-07-31T13:56:20.707Z] #32 DONE 0.1s [2024-07-31T13:56:20.707Z] [2024-07-31T13:56:20.707Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:20.707Z] #33 DONE 0.0s [2024-07-31T13:56:20.707Z] [2024-07-31T13:56:20.707Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:56:20.973Z] #34 DONE 0.2s [2024-07-31T13:56:20.973Z] [2024-07-31T13:56:20.973Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:20.973Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:20.973Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:20.973Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:20.973Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:20.973Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s [2024-07-31T13:56:21.238Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.15MB / 3.34MB 0.2s [2024-07-31T13:56:21.238Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-07-31T13:56:21.238Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:21.824Z] #35 ... [2024-07-31T13:56:21.824Z] [2024-07-31T13:56:21.824Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-31T13:56:21.824Z] #36 transferring context: 2.91MB 0.6s done [2024-07-31T13:56:21.824Z] #36 DONE 0.7s [2024-07-31T13:56:21.824Z] [2024-07-31T13:56:21.824Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:21.824Z] #35 ... [2024-07-31T13:56:21.824Z] [2024-07-31T13:56:21.824Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:21.824Z] #33 DONE 0.0s [2024-07-31T13:56:21.824Z] [2024-07-31T13:56:21.824Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:56:21.824Z] #34 DONE 0.2s [2024-07-31T13:56:21.824Z] [2024-07-31T13:56:21.824Z] #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:21.824Z] #37 DONE 1.7s [2024-07-31T13:56:21.824Z] [2024-07-31T13:56:21.824Z] #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:21.824Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:21.824Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:21.824Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:21.824Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:21.824Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:22.089Z] #35 ... [2024-07-31T13:56:22.089Z] [2024-07-31T13:56:22.089Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:22.089Z] #33 DONE 0.0s [2024-07-31T13:56:22.089Z] [2024-07-31T13:56:22.089Z] #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:22.089Z] #35 ... [2024-07-31T13:56:22.089Z] [2024-07-31T13:56:22.089Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:22.089Z] #33 DONE 0.1s [2024-07-31T13:56:22.089Z] [2024-07-31T13:56:22.089Z] #35 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:22.089Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:22.357Z] #35 ... [2024-07-31T13:56:22.357Z] [2024-07-31T13:56:22.357Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:22.357Z] #33 DONE 0.1s [2024-07-31T13:56:22.357Z] [2024-07-31T13:56:22.357Z] #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:22.357Z] #37 DONE 1.7s [2024-07-31T13:56:22.357Z] [2024-07-31T13:56:22.357Z] #38 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:22.357Z] #38 DONE 0.8s [2024-07-31T13:56:22.357Z] [2024-07-31T13:56:22.357Z] #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:22.357Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:22.357Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:22.357Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:22.357Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:22.357Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:22.357Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:22.625Z] #35 ... [2024-07-31T13:56:22.625Z] [2024-07-31T13:56:22.625Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:22.625Z] #33 DONE 0.1s [2024-07-31T13:56:22.625Z] [2024-07-31T13:56:22.625Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:22.625Z] #33 DONE 0.1s [2024-07-31T13:56:22.625Z] [2024-07-31T13:56:22.625Z] #39 [security-proxy-auth internal] load build context [2024-07-31T13:56:22.892Z] #39 ... [2024-07-31T13:56:22.892Z] [2024-07-31T13:56:22.892Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:22.892Z] #33 DONE 0.1s [2024-07-31T13:56:22.892Z] [2024-07-31T13:56:22.892Z] #39 [security-proxy-auth internal] load build context [2024-07-31T13:56:22.892Z] #39 ... [2024-07-31T13:56:22.892Z] [2024-07-31T13:56:22.892Z] #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:22.892Z] #37 DONE 1.8s [2024-07-31T13:56:22.892Z] [2024-07-31T13:56:22.892Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:56:22.892Z] #34 DONE 1.2s [2024-07-31T13:56:22.892Z] [2024-07-31T13:56:22.892Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:22.892Z] #38 DONE 0.9s [2024-07-31T13:56:22.892Z] [2024-07-31T13:56:22.892Z] #39 [security-proxy-auth internal] load build context [2024-07-31T13:56:23.159Z] #39 ... [2024-07-31T13:56:23.159Z] [2024-07-31T13:56:23.159Z] #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:23.159Z] #37 DONE 1.8s [2024-07-31T13:56:23.159Z] [2024-07-31T13:56:23.159Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:23.159Z] #33 DONE 0.1s [2024-07-31T13:56:23.159Z] [2024-07-31T13:56:23.159Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:23.159Z] #38 DONE 0.9s [2024-07-31T13:56:23.159Z] [2024-07-31T13:56:23.159Z] #39 [security-proxy-auth internal] load build context [2024-07-31T13:56:23.159Z] #39 ... [2024-07-31T13:56:23.159Z] [2024-07-31T13:56:23.159Z] #40 [security-proxy-setup internal] load build context [2024-07-31T13:56:23.159Z] #40 transferring context: 2.91MB 1.0s done [2024-07-31T13:56:23.159Z] #40 DONE 1.4s [2024-07-31T13:56:23.159Z] [2024-07-31T13:56:23.159Z] #39 [security-proxy-auth internal] load build context [2024-07-31T13:56:23.425Z] #39 transferring context: 2.91MB 1.0s done [2024-07-31T13:56:23.425Z] #39 DONE 1.1s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #35 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:23.425Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:23.425Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:23.425Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:23.425Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:23.425Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:23.425Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:23.425Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:23.425Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:23.425Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:23.425Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:23.425Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:23.425Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:23.425Z] #35 DONE 3.5s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:23.425Z] #33 DONE 0.1s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-31T13:56:23.425Z] #41 DONE 1.6s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-31T13:56:23.425Z] #42 DONE 1.6s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #43 [security-spire-agent internal] load build context [2024-07-31T13:56:23.425Z] #43 DONE 0.0s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:23.425Z] #44 DONE 0.0s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:56:23.425Z] #45 DONE 0.0s [2024-07-31T13:56:23.425Z] [2024-07-31T13:56:23.425Z] #46 [core-metadata internal] load build context [2024-07-31T13:56:23.425Z] #46 transferring context: 2.91MB 0.9s done [2024-07-31T13:56:23.699Z] #46 DONE 1.4s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:23.699Z] #37 DONE 1.8s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #38 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:23.699Z] #38 DONE 0.9s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:23.699Z] #33 DONE 0.1s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:23.699Z] #44 DONE 0.0s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #35 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:23.699Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:23.699Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:23.699Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:23.699Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:23.699Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:23.699Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:23.699Z] #35 DONE 3.5s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:56:23.699Z] #34 ... [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:23.699Z] #37 DONE 1.9s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:23.699Z] #38 DONE 1.0s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:23.699Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:23.699Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:23.699Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:23.699Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:23.699Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:23.699Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:23.699Z] #35 DONE 3.5s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #47 [security-spire-server internal] load build context [2024-07-31T13:56:23.699Z] #47 DONE 0.0s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #48 [security-spire-config internal] load build context [2024-07-31T13:56:23.699Z] #48 DONE 0.0s [2024-07-31T13:56:23.699Z] [2024-07-31T13:56:23.699Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:23.699Z] #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:23.969Z] #44 ... [2024-07-31T13:56:23.969Z] [2024-07-31T13:56:23.969Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T13:56:23.969Z] #33 DONE 0.1s [2024-07-31T13:56:23.969Z] [2024-07-31T13:56:23.969Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T13:56:25.384Z] #34 DONE 3.1s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:25.384Z] #37 DONE 1.9s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #38 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:25.384Z] #38 DONE 1.0s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #35 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:25.384Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:25.384Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:25.384Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:25.384Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:25.384Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:25.384Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:25.384Z] #35 DONE 3.6s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:25.384Z] #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.3s done [2024-07-31T13:56:25.384Z] #44 ... [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T13:56:25.384Z] #37 DONE 1.9s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-31T13:56:25.384Z] #38 DONE 1.0s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T13:56:25.384Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T13:56:25.384Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T13:56:25.384Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T13:56:25.384Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T13:56:25.384Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T13:56:25.384Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-07-31T13:56:25.384Z] #35 DONE 3.6s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #43 [security-spire-agent internal] load build context [2024-07-31T13:56:25.384Z] #43 transferring context: 26.76kB 0.4s done [2024-07-31T13:56:25.384Z] #43 DONE 1.6s [2024-07-31T13:56:25.384Z] [2024-07-31T13:56:25.384Z] #49 [security-spiffe-token-provider internal] load build context [2024-07-31T13:56:25.976Z] #49 ... [2024-07-31T13:56:25.976Z] [2024-07-31T13:56:25.976Z] #48 [security-spire-config internal] load build context [2024-07-31T13:56:25.976Z] #48 transferring context: 25.48kB 0.3s done [2024-07-31T13:56:25.976Z] #48 DONE 2.3s [2024-07-31T13:56:26.245Z] [2024-07-31T13:56:26.245Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:26.245Z] #44 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-31T13:56:26.245Z] #44 ... [2024-07-31T13:56:26.245Z] [2024-07-31T13:56:26.245Z] #47 [security-spire-server internal] load build context [2024-07-31T13:56:26.245Z] #47 transferring context: 27.23kB 0.2s done [2024-07-31T13:56:26.245Z] #47 DONE 2.4s [2024-07-31T13:56:26.245Z] [2024-07-31T13:56:26.245Z] #50 [core-keeper internal] load build context [2024-07-31T13:56:26.513Z] #50 ... [2024-07-31T13:56:26.513Z] [2024-07-31T13:56:26.513Z] #51 [support-notifications internal] load build context [2024-07-31T13:56:26.513Z] #51 transferring context: 2.91MB 2.5s done [2024-07-31T13:56:26.513Z] #51 DONE 3.5s [2024-07-31T13:56:26.513Z] [2024-07-31T13:56:26.513Z] #50 [core-keeper internal] load build context [2024-07-31T13:56:26.787Z] #50 ... [2024-07-31T13:56:26.787Z] [2024-07-31T13:56:26.787Z] #52 [core-command internal] load build context [2024-07-31T13:56:26.787Z] #52 transferring context: 2.91MB 2.7s done [2024-07-31T13:56:26.787Z] #52 DONE 3.6s [2024-07-31T13:56:26.787Z] [2024-07-31T13:56:26.787Z] #50 [core-keeper internal] load build context [2024-07-31T13:56:26.787Z] #50 transferring context: 2.91MB 3.1s done [2024-07-31T13:56:27.054Z] #50 DONE 3.8s [2024-07-31T13:56:27.054Z] [2024-07-31T13:56:27.054Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:27.054Z] #44 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-07-31T13:56:27.054Z] #44 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-07-31T13:56:27.638Z] #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s [2024-07-31T13:56:27.638Z] #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s [2024-07-31T13:56:27.638Z] #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.3s [2024-07-31T13:56:27.905Z] #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-31T13:56:27.905Z] #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done [2024-07-31T13:56:27.905Z] #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done [2024-07-31T13:56:27.905Z] #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-31T13:56:27.905Z] #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.5s done [2024-07-31T13:56:28.177Z] #44 ... [2024-07-31T13:56:28.177Z] [2024-07-31T13:56:28.177Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T13:56:28.177Z] #53 DONE 5.1s [2024-07-31T13:56:28.177Z] [2024-07-31T13:56:28.178Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:28.178Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.9s [2024-07-31T13:56:28.790Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 1.3s [2024-07-31T13:56:28.790Z] #44 ... [2024-07-31T13:56:28.790Z] [2024-07-31T13:56:28.790Z] #54 [core-data internal] load build context [2024-07-31T13:56:28.790Z] #54 transferring context: 2.91MB 3.7s done [2024-07-31T13:56:28.790Z] #54 DONE 5.8s [2024-07-31T13:56:28.790Z] [2024-07-31T13:56:28.790Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:29.057Z] #44 ... [2024-07-31T13:56:29.057Z] [2024-07-31T13:56:29.057Z] #55 [security-secretstore-setup internal] load build context [2024-07-31T13:56:29.057Z] #55 transferring context: 2.91MB 3.9s done [2024-07-31T13:56:29.057Z] #55 DONE 5.9s [2024-07-31T13:56:29.057Z] [2024-07-31T13:56:29.057Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:29.057Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 1.7s [2024-07-31T13:56:29.642Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.76MB / 28.04MB 2.2s [2024-07-31T13:56:29.913Z] #44 ... [2024-07-31T13:56:29.913Z] [2024-07-31T13:56:29.913Z] #56 [support-scheduler internal] load build context [2024-07-31T13:56:29.913Z] #56 transferring context: 2.91MB 2.8s done [2024-07-31T13:56:29.913Z] #56 DONE 6.3s [2024-07-31T13:56:29.913Z] [2024-07-31T13:56:29.913Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:30.185Z] #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-07-31T13:56:30.452Z] #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-07-31T13:56:30.723Z] #44 ... [2024-07-31T13:56:30.723Z] [2024-07-31T13:56:30.723Z] #57 [security-bootstrapper internal] load build context [2024-07-31T13:56:30.723Z] #57 transferring context: 2.91MB 2.5s done [2024-07-31T13:56:30.723Z] #57 DONE 6.8s [2024-07-31T13:56:30.723Z] [2024-07-31T13:56:30.723Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:30.723Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 3.2s [2024-07-31T13:56:31.002Z] #44 ... [2024-07-31T13:56:31.002Z] [2024-07-31T13:56:31.002Z] #58 [support-cron-scheduler internal] load build context [2024-07-31T13:56:31.002Z] #58 transferring context: 2.91MB 2.7s done [2024-07-31T13:56:31.002Z] #58 DONE 5.7s [2024-07-31T13:56:31.002Z] [2024-07-31T13:56:31.002Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:31.587Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 4.0s [2024-07-31T13:56:31.855Z] #44 ... [2024-07-31T13:56:31.855Z] [2024-07-31T13:56:31.855Z] #49 [security-spiffe-token-provider internal] load build context [2024-07-31T13:56:31.855Z] #49 transferring context: 2.91MB 2.9s done [2024-07-31T13:56:31.855Z] #49 DONE 6.6s [2024-07-31T13:56:31.855Z] [2024-07-31T13:56:31.855Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:32.128Z] #44 ... [2024-07-31T13:56:32.128Z] [2024-07-31T13:56:32.128Z] #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-31T13:56:32.128Z] #0 5.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:32.128Z] #0 6.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:32.128Z] #0 8.301 OK: 266 MiB in 52 packages [2024-07-31T13:56:32.128Z] #59 DONE 9.4s [2024-07-31T13:56:32.128Z] [2024-07-31T13:56:32.128Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:32.128Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.94MB / 28.04MB 4.8s [2024-07-31T13:56:32.128Z] #44 ... [2024-07-31T13:56:32.128Z] [2024-07-31T13:56:32.128Z] #60 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T13:56:32.128Z] #0 6.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:32.128Z] #0 7.904 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:32.128Z] #0 9.882 OK: 266 MiB in 52 packages [2024-07-31T13:56:32.398Z] #60 ... [2024-07-31T13:56:32.398Z] [2024-07-31T13:56:32.398Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T13:56:32.398Z] #0 6.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:32.398Z] #0 6.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:32.398Z] #0 9.263 OK: 266 MiB in 52 packages [2024-07-31T13:56:32.398Z] #61 DONE 10.3s [2024-07-31T13:56:32.398Z] [2024-07-31T13:56:32.398Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:32.665Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.43MB / 28.04MB 5.4s [2024-07-31T13:56:32.938Z] #44 ... [2024-07-31T13:56:32.938Z] [2024-07-31T13:56:32.938Z] #60 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T13:56:32.938Z] #60 DONE 11.5s [2024-07-31T13:56:32.938Z] [2024-07-31T13:56:32.938Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:32.938Z] #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-07-31T13:56:33.214Z] #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.2s done [2024-07-31T13:56:33.481Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 6.1s [2024-07-31T13:56:33.749Z] #44 ... [2024-07-31T13:56:33.749Z] [2024-07-31T13:56:33.749Z] #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:33.749Z] #62 DONE 1.3s [2024-07-31T13:56:33.749Z] [2024-07-31T13:56:33.749Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:33.749Z] #44 ... [2024-07-31T13:56:33.749Z] [2024-07-31T13:56:33.749Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:56:33.749Z] #45 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.2s done [2024-07-31T13:56:33.749Z] #45 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-31T13:56:33.749Z] #45 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-07-31T13:56:33.749Z] #45 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-07-31T13:56:33.749Z] #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done [2024-07-31T13:56:33.749Z] #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done [2024-07-31T13:56:33.749Z] #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-31T13:56:33.749Z] #45 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.7s done [2024-07-31T13:56:33.749Z] #45 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 5.5s done [2024-07-31T13:56:33.749Z] #45 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-07-31T13:56:33.749Z] #45 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.5s done [2024-07-31T13:56:34.016Z] #45 ... [2024-07-31T13:56:34.016Z] [2024-07-31T13:56:34.016Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:34.283Z] #44 ... [2024-07-31T13:56:34.283Z] [2024-07-31T13:56:34.283Z] #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:34.283Z] #63 DONE 1.9s [2024-07-31T13:56:34.283Z] [2024-07-31T13:56:34.283Z] #64 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:34.283Z] #64 DONE 1.4s [2024-07-31T13:56:34.283Z] [2024-07-31T13:56:34.283Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:34.283Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.36MB / 28.04MB 6.7s [2024-07-31T13:56:34.283Z] #44 ... [2024-07-31T13:56:34.283Z] [2024-07-31T13:56:34.283Z] #65 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:34.554Z] #65 ... [2024-07-31T13:56:34.554Z] [2024-07-31T13:56:34.554Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T13:56:34.554Z] #66 ... [2024-07-31T13:56:34.554Z] [2024-07-31T13:56:34.554Z] #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:34.824Z] #67 ... [2024-07-31T13:56:34.824Z] [2024-07-31T13:56:34.824Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T13:56:34.824Z] #68 ... [2024-07-31T13:56:34.824Z] [2024-07-31T13:56:34.824Z] #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T13:56:35.094Z] #69 ... [2024-07-31T13:56:35.094Z] [2024-07-31T13:56:35.094Z] #70 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T13:56:35.363Z] #70 ... [2024-07-31T13:56:35.363Z] [2024-07-31T13:56:35.363Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T13:56:35.363Z] #71 ... [2024-07-31T13:56:35.363Z] [2024-07-31T13:56:35.363Z] #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T13:56:35.363Z] #72 ... [2024-07-31T13:56:35.363Z] [2024-07-31T13:56:35.363Z] #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T13:56:35.631Z] #73 ... [2024-07-31T13:56:35.631Z] [2024-07-31T13:56:35.631Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T13:56:35.631Z] #74 ... [2024-07-31T13:56:35.631Z] [2024-07-31T13:56:35.631Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:35.631Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 8.2s [2024-07-31T13:56:36.216Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 8.7s [2024-07-31T13:56:36.799Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 9.0s done [2024-07-31T13:56:36.800Z] #44 ... [2024-07-31T13:56:36.800Z] [2024-07-31T13:56:36.800Z] #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:56:36.800Z] #75 ... [2024-07-31T13:56:36.800Z] [2024-07-31T13:56:36.800Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T13:56:36.800Z] #71 11.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:37.384Z] #71 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:38.819Z] #71 ... [2024-07-31T13:56:38.819Z] [2024-07-31T13:56:38.820Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T13:56:39.089Z] #76 ... [2024-07-31T13:56:39.089Z] [2024-07-31T13:56:39.089Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:39.089Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-07-31T13:56:39.361Z] #44 ... [2024-07-31T13:56:39.361Z] [2024-07-31T13:56:39.361Z] #65 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:39.361Z] #65 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:39.361Z] #65 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:39.361Z] #65 14.18 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:39.362Z] #65 14.19 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:39.362Z] #65 14.28 OK: 8 MiB in 16 packages [2024-07-31T13:56:39.362Z] #65 DONE 15.7s [2024-07-31T13:56:39.362Z] [2024-07-31T13:56:39.362Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:40.324Z] #44 ... [2024-07-31T13:56:40.324Z] [2024-07-31T13:56:40.324Z] #70 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T13:56:40.324Z] #70 DONE 15.7s [2024-07-31T13:56:40.324Z] [2024-07-31T13:56:40.324Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:42.729Z] #116 DONE 42.9s [2024-07-31T13:56:42.729Z] [2024-07-31T13:56:42.729Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:42.729Z] #82 DONE 40.5s [2024-07-31T13:56:42.729Z] [2024-07-31T13:56:42.729Z] #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:42.729Z] #77 DONE 42.6s [2024-07-31T13:56:42.729Z] [2024-07-31T13:56:42.729Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:42.729Z] #115 DONE 35.9s [2024-07-31T13:56:42.729Z] [2024-07-31T13:56:42.729Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:42.729Z] #114 DONE 42.7s [2024-07-31T13:56:42.729Z] [2024-07-31T13:56:42.729Z] #117 [security-bootstrapper builder 6/7] COPY . . [2024-07-31T13:56:44.614Z] #44 ... [2024-07-31T13:56:44.614Z] [2024-07-31T13:56:44.614Z] #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:44.614Z] #77 ... [2024-07-31T13:56:44.614Z] [2024-07-31T13:56:44.614Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:56:44.614Z] #45 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.9s [2024-07-31T13:56:44.614Z] #45 ... [2024-07-31T13:56:44.614Z] [2024-07-31T13:56:44.614Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:44.614Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.3s [2024-07-31T13:56:44.614Z] #44 ... [2024-07-31T13:56:44.614Z] [2024-07-31T13:56:44.614Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:44.614Z] #78 ... [2024-07-31T13:56:44.614Z] [2024-07-31T13:56:44.614Z] #79 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:44.614Z] #79 ... [2024-07-31T13:56:44.614Z] [2024-07-31T13:56:44.614Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:45.199Z] #44 ... [2024-07-31T13:56:45.199Z] [2024-07-31T13:56:45.199Z] #73 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T13:56:45.199Z] #73 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:45.199Z] #73 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:45.199Z] #73 15.82 (1/2) Installing ca-certificates (20240226-r0) [2024-07-31T13:56:45.199Z] #73 16.19 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:45.199Z] #73 16.24 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:45.199Z] #73 16.33 Executing ca-certificates-20240226-r0.trigger [2024-07-31T13:56:45.199Z] #73 17.93 OK: 9 MiB in 17 packages [2024-07-31T13:56:45.199Z] #73 DONE 20.6s [2024-07-31T13:56:45.199Z] [2024-07-31T13:56:45.199Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:47.150Z] #44 ... [2024-07-31T13:56:47.150Z] [2024-07-31T13:56:47.150Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T13:56:47.150Z] #66 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:47.150Z] #66 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:47.150Z] #66 18.80 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:47.150Z] #66 18.86 (2/4) Installing openssl (3.1.6-r0) [2024-07-31T13:56:47.150Z] #66 18.99 (3/4) Installing su-exec (0.2-r3) [2024-07-31T13:56:47.150Z] #66 19.00 (4/4) Installing yq (4.33.3-r5) [2024-07-31T13:56:47.150Z] #66 20.10 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:47.150Z] #66 20.28 OK: 18 MiB in 19 packages [2024-07-31T13:56:47.150Z] #66 DONE 22.4s [2024-07-31T13:56:47.150Z] [2024-07-31T13:56:47.150Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:48.045Z] #117 ... [2024-07-31T13:56:48.045Z] [2024-07-31T13:56:48.045Z] #118 [support-cron-scheduler builder 6/7] COPY . . [2024-07-31T13:56:48.110Z] #44 ... [2024-07-31T13:56:48.110Z] [2024-07-31T13:56:48.110Z] #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:48.110Z] #67 14.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:48.110Z] #67 15.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:48.110Z] #67 21.50 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:48.110Z] #67 21.53 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:48.110Z] #67 21.76 OK: 8 MiB in 16 packages [2024-07-31T13:56:48.110Z] #67 DONE 23.4s [2024-07-31T13:56:48.110Z] [2024-07-31T13:56:48.110Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:48.640Z] #118 ... [2024-07-31T13:56:48.640Z] [2024-07-31T13:56:48.640Z] #119 [support-scheduler builder 6/7] COPY . . [2024-07-31T13:56:48.640Z] #119 ... [2024-07-31T13:56:48.640Z] [2024-07-31T13:56:48.640Z] #120 [core-keeper builder 7/8] COPY . . [2024-07-31T13:56:48.904Z] #120 ... [2024-07-31T13:56:48.904Z] [2024-07-31T13:56:48.904Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-31T13:56:49.072Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.3s [2024-07-31T13:56:49.072Z] #44 ... [2024-07-31T13:56:49.072Z] [2024-07-31T13:56:49.072Z] #80 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-31T13:56:49.072Z] #0 5.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:49.072Z] #0 8.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:49.342Z] #80 ... [2024-07-31T13:56:49.342Z] [2024-07-31T13:56:49.342Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T13:56:49.342Z] #68 14.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:49.342Z] #68 15.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:49.342Z] #68 22.15 (1/4) Installing ca-certificates (20240226-r0) [2024-07-31T13:56:49.342Z] #68 22.64 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:49.342Z] #68 22.79 (3/4) Installing su-exec (0.2-r3) [2024-07-31T13:56:49.342Z] #68 22.82 (4/4) Installing yq (4.33.3-r5) [2024-07-31T13:56:49.342Z] #68 24.22 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:49.342Z] #68 24.34 Executing ca-certificates-20240226-r0.trigger [2024-07-31T13:56:49.613Z] #68 ... [2024-07-31T13:56:49.613Z] [2024-07-31T13:56:49.613Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:49.884Z] #44 ... [2024-07-31T13:56:49.884Z] [2024-07-31T13:56:49.884Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T13:56:49.884Z] #74 14.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:49.884Z] #74 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:49.884Z] #74 23.48 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:56:49.884Z] #74 23.48 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:56:49.884Z] #74 23.48 OK: 19946 distinct packages available [2024-07-31T13:56:49.884Z] #74 ... [2024-07-31T13:56:49.884Z] [2024-07-31T13:56:49.885Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:50.152Z] #44 ... [2024-07-31T13:56:50.152Z] [2024-07-31T13:56:50.152Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T13:56:50.152Z] #71 14.90 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:56:50.152Z] #71 14.90 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:56:50.152Z] #71 14.90 OK: 19953 distinct packages available [2024-07-31T13:56:50.152Z] #71 16.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.152Z] #71 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.418Z] #71 25.02 OK: 266 MiB in 52 packages [2024-07-31T13:56:50.418Z] #71 ... [2024-07-31T13:56:50.418Z] [2024-07-31T13:56:50.418Z] #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:50.418Z] #0 4.590 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.418Z] #0 6.415 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.418Z] #81 ... [2024-07-31T13:56:50.418Z] [2024-07-31T13:56:50.418Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:50.705Z] #44 ... [2024-07-31T13:56:50.705Z] [2024-07-31T13:56:50.705Z] #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T13:56:50.705Z] #69 15.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.705Z] #69 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.705Z] #69 24.00 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:56:50.705Z] #69 24.00 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:56:50.705Z] #69 24.00 OK: 19946 distinct packages available [2024-07-31T13:56:50.705Z] #69 25.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:50.705Z] #69 ... [2024-07-31T13:56:50.705Z] [2024-07-31T13:56:50.705Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:51.455Z] #121 DONE 13.4s [2024-07-31T13:56:51.456Z] [2024-07-31T13:56:51.456Z] #119 [support-scheduler builder 6/7] COPY . . [2024-07-31T13:56:51.673Z] #44 ... [2024-07-31T13:56:51.673Z] [2024-07-31T13:56:51.673Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T13:56:51.673Z] #71 DONE 26.6s [2024-07-31T13:56:51.715Z] #119 DONE 13.5s [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #118 [support-cron-scheduler builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #118 DONE 13.4s [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #122 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #122 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #123 [support-notifications builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #123 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #124 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #124 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #120 [core-keeper builder 7/8] COPY . . [2024-07-31T13:56:51.715Z] #120 DONE 13.4s [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #125 [security-proxy-setup builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #125 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #126 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #127 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #117 [security-bootstrapper builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #117 DONE 13.4s [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #128 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #129 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #130 [security-secretstore-setup builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #130 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #131 [core-data builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #131 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #132 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #133 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #133 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #134 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #135 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #136 [core-command builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #136 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #137 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #138 [core-metadata builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #138 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #139 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #140 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #141 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #142 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #142 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:51.715Z] #143 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #144 [security-proxy-auth builder 6/7] COPY . . [2024-07-31T13:56:51.715Z] #144 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #145 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:51.715Z] #145 CACHED [2024-07-31T13:56:51.715Z] [2024-07-31T13:56:51.715Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T13:56:51.943Z] [2024-07-31T13:56:51.943Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:52.214Z] #44 ... [2024-07-31T13:56:52.214Z] [2024-07-31T13:56:52.214Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T13:56:52.214Z] #76 13.54 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:52.214Z] #76 15.49 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:52.482Z] #76 ... [2024-07-31T13:56:52.482Z] [2024-07-31T13:56:52.482Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:52.482Z] #44 ... [2024-07-31T13:56:52.482Z] [2024-07-31T13:56:52.482Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:56:52.482Z] #82 DONE 0.7s [2024-07-31T13:56:52.482Z] [2024-07-31T13:56:52.482Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:52.482Z] #44 ... [2024-07-31T13:56:52.482Z] [2024-07-31T13:56:52.482Z] #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:56:52.482Z] #75 15.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:52.482Z] #75 18.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:52.482Z] #75 25.60 v3.18.8-25-g4ef9fee9d02 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T13:56:52.482Z] #75 25.60 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T13:56:52.482Z] #75 25.60 OK: 19946 distinct packages available [2024-07-31T13:56:52.657Z] #146 0.852 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-31T13:56:52.758Z] #75 ... [2024-07-31T13:56:52.758Z] [2024-07-31T13:56:52.758Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:56:52.758Z] #83 ... [2024-07-31T13:56:52.758Z] [2024-07-31T13:56:52.758Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T13:56:52.758Z] #68 25.91 OK: 18 MiB in 19 packages [2024-07-31T13:56:52.758Z] #68 DONE 28.3s [2024-07-31T13:56:52.758Z] [2024-07-31T13:56:52.758Z] #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T13:56:52.758Z] #72 17.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:52.758Z] #72 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:52.758Z] #72 27.41 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:52.758Z] #72 27.47 (2/2) Installing su-exec (0.2-r3) [2024-07-31T13:56:52.758Z] #72 27.48 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:52.758Z] #72 27.67 OK: 8 MiB in 17 packages [2024-07-31T13:56:52.758Z] #72 ... [2024-07-31T13:56:52.758Z] [2024-07-31T13:56:52.758Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:54.722Z] #44 ... [2024-07-31T13:56:54.723Z] [2024-07-31T13:56:54.723Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T13:56:54.723Z] #76 24.20 OK: 266 MiB in 52 packages [2024-07-31T13:56:54.723Z] #76 DONE 25.7s [2024-07-31T13:56:54.723Z] [2024-07-31T13:56:54.723Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:54.723Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.6s [2024-07-31T13:56:54.723Z] #44 ... [2024-07-31T13:56:54.723Z] [2024-07-31T13:56:54.723Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:56:54.723Z] #45 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.3s done [2024-07-31T13:56:54.723Z] #45 ... [2024-07-31T13:56:54.723Z] [2024-07-31T13:56:54.723Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:54.993Z] #44 ... [2024-07-31T13:56:54.993Z] [2024-07-31T13:56:54.993Z] #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-31T13:56:54.993Z] #84 DONE 0.6s [2024-07-31T13:56:55.260Z] [2024-07-31T13:56:55.260Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:55.260Z] #44 ... [2024-07-31T13:56:55.260Z] [2024-07-31T13:56:55.260Z] #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T13:56:55.260Z] #72 DONE 30.0s [2024-07-31T13:56:55.260Z] [2024-07-31T13:56:55.260Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:56:55.260Z] #0 5.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:55.260Z] #0 8.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:55.527Z] #85 ... [2024-07-31T13:56:55.527Z] [2024-07-31T13:56:55.527Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:55.794Z] #44 ... [2024-07-31T13:56:55.794Z] [2024-07-31T13:56:55.794Z] #80 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-31T13:56:55.794Z] #80 14.96 OK: 8 MiB in 16 packages [2024-07-31T13:56:55.794Z] #80 DONE 17.3s [2024-07-31T13:56:55.794Z] [2024-07-31T13:56:55.794Z] #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:55.794Z] #81 14.02 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T13:56:55.794Z] #81 15.30 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:56:55.794Z] #81 15.40 OK: 8 MiB in 16 packages [2024-07-31T13:56:57.204Z] #81 ... [2024-07-31T13:56:57.204Z] [2024-07-31T13:56:57.204Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-31T13:56:57.204Z] #0 4.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:57.204Z] #0 7.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:57.204Z] #86 ... [2024-07-31T13:56:57.204Z] [2024-07-31T13:56:57.204Z] #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T13:56:57.204Z] #81 DONE 16.7s [2024-07-31T13:56:57.204Z] [2024-07-31T13:56:57.204Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:57.787Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.7s done [2024-07-31T13:56:58.072Z] #44 ... [2024-07-31T13:56:58.072Z] [2024-07-31T13:56:58.072Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:56:58.072Z] #0 5.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:58.072Z] #0 7.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:58.072Z] #87 ... [2024-07-31T13:56:58.072Z] [2024-07-31T13:56:58.072Z] #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:56:58.072Z] #75 27.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:58.072Z] #75 29.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:56:58.338Z] #75 ... [2024-07-31T13:56:58.338Z] [2024-07-31T13:56:58.338Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:56:58.338Z] #44 DONE 34.8s [2024-07-31T13:56:58.338Z] [2024-07-31T13:56:58.338Z] #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T13:57:00.279Z] #88 4.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:00.279Z] #88 ... [2024-07-31T13:57:00.279Z] [2024-07-31T13:57:00.279Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T13:57:00.279Z] #74 24.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:00.279Z] #74 27.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:00.279Z] #74 33.79 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T13:57:00.279Z] #74 33.81 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-31T13:57:00.279Z] #74 33.83 (3/4) Installing libucontext (1.2-r2) [2024-07-31T13:57:00.279Z] #74 33.86 (4/4) Installing gcompat (1.1.0-r1) [2024-07-31T13:57:00.279Z] #74 33.88 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:57:00.279Z] #74 34.02 OK: 8 MiB in 19 packages [2024-07-31T13:57:00.279Z] #74 ... [2024-07-31T13:57:00.279Z] [2024-07-31T13:57:00.279Z] #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T13:57:00.279Z] #69 27.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:00.279Z] #69 33.91 (1/5) Installing dumb-init (1.2.5-r2) [2024-07-31T13:57:00.279Z] #69 33.96 (2/5) Installing musl-obstack (1.2.3-r2) [2024-07-31T13:57:00.279Z] #69 33.98 (3/5) Installing libucontext (1.2-r2) [2024-07-31T13:57:00.279Z] #69 34.00 (4/5) Installing gcompat (1.1.0-r1) [2024-07-31T13:57:00.279Z] #69 34.04 (5/5) Installing openssl (3.1.6-r0) [2024-07-31T13:57:00.279Z] #69 34.18 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:57:00.279Z] #69 34.36 OK: 9 MiB in 20 packages [2024-07-31T13:57:00.279Z] #69 DONE 35.6s [2024-07-31T13:57:00.279Z] [2024-07-31T13:57:00.279Z] #89 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-31T13:57:00.279Z] #89 ... [2024-07-31T13:57:00.279Z] [2024-07-31T13:57:00.279Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T13:57:00.279Z] #74 DONE 35.1s [2024-07-31T13:57:00.279Z] [2024-07-31T13:57:00.279Z] #89 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-07-31T13:57:00.545Z] #89 ... [2024-07-31T13:57:00.545Z] [2024-07-31T13:57:00.546Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-31T13:57:00.546Z] #86 12.64 OK: 18 MiB in 19 packages [2024-07-31T13:57:00.546Z] #86 DONE 13.6s [2024-07-31T13:57:00.836Z] [2024-07-31T13:57:00.836Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-31T13:57:00.836Z] #90 DONE 0.4s [2024-07-31T13:57:00.836Z] [2024-07-31T13:57:00.836Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T13:57:01.422Z] #91 ... [2024-07-31T13:57:01.423Z] [2024-07-31T13:57:01.423Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:57:01.423Z] #87 11.97 OK: 8 MiB in 16 packages [2024-07-31T13:57:01.423Z] #87 DONE 13.3s [2024-07-31T13:57:01.423Z] [2024-07-31T13:57:01.423Z] #85 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:57:01.423Z] #85 14.60 OK: 9 MiB in 17 packages [2024-07-31T13:57:01.423Z] #85 DONE 16.2s [2024-07-31T13:57:01.423Z] [2024-07-31T13:57:01.423Z] #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-31T13:57:01.423Z] #0 5.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:01.423Z] #0 7.172 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:02.004Z] #92 ... [2024-07-31T13:57:02.004Z] [2024-07-31T13:57:02.004Z] #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T13:57:02.004Z] #88 6.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:02.645Z] #146 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-31T13:57:02.645Z] #0 0.991 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-31T13:57:02.645Z] #147 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T13:57:02.645Z] #0 0.452 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-31T13:57:02.645Z] #148 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T13:57:02.645Z] #0 1.516 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-31T13:57:02.645Z] #149 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T13:57:02.645Z] #0 0.394 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-31T13:57:02.645Z] #150 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T13:57:02.645Z] #0 1.141 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-31T13:57:02.645Z] #151 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T13:57:02.645Z] #0 0.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-31T13:57:02.645Z] #152 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T13:57:02.645Z] #0 1.077 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-31T13:57:02.645Z] #153 ... [2024-07-31T13:57:02.645Z] [2024-07-31T13:57:02.645Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T13:57:02.645Z] #0 1.455 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-31T13:57:02.905Z] #154 ... [2024-07-31T13:57:02.905Z] [2024-07-31T13:57:02.905Z] #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T13:57:02.905Z] #0 0.825 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-31T13:57:02.905Z] #155 ... [2024-07-31T13:57:02.905Z] [2024-07-31T13:57:02.905Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T13:57:02.905Z] #0 1.384 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-31T13:57:03.165Z] #156 ... [2024-07-31T13:57:03.165Z] [2024-07-31T13:57:03.165Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T13:57:03.165Z] #0 0.542 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-31T13:57:03.165Z] #157 ... [2024-07-31T13:57:03.165Z] [2024-07-31T13:57:03.165Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T13:57:03.165Z] #0 0.517 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T13:57:04.586Z] #88 8.926 OK: 8 MiB in 17 packages [2024-07-31T13:57:04.854Z] #88 DONE 9.7s [2024-07-31T13:57:04.854Z] [2024-07-31T13:57:04.854Z] #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:57:04.854Z] #75 35.53 (1/11) Installing ca-certificates (20240226-r0) [2024-07-31T13:57:04.854Z] #75 35.95 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-31T13:57:04.854Z] #75 36.03 (3/11) Installing libunistring (1.1-r1) [2024-07-31T13:57:04.854Z] #75 36.21 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-31T13:57:04.854Z] #75 36.23 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-31T13:57:04.854Z] #75 36.25 (6/11) Installing libcurl (8.9.0-r0) [2024-07-31T13:57:04.854Z] #75 36.35 (7/11) Installing curl (8.9.0-r0) [2024-07-31T13:57:04.854Z] #75 36.37 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-31T13:57:04.854Z] #75 36.39 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-31T13:57:04.854Z] #75 36.40 (10/11) Installing libucontext (1.2-r2) [2024-07-31T13:57:04.854Z] #75 36.41 (11/11) Installing gcompat (1.1.0-r1) [2024-07-31T13:57:04.854Z] #75 36.43 Executing busybox-1.36.1-r7.trigger [2024-07-31T13:57:04.854Z] #75 36.58 Executing ca-certificates-20240226-r0.trigger [2024-07-31T13:57:04.854Z] #75 37.36 OK: 13 MiB in 26 packages [2024-07-31T13:57:05.130Z] #75 ... [2024-07-31T13:57:05.130Z] [2024-07-31T13:57:05.130Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:57:05.130Z] #93 ... [2024-07-31T13:57:05.130Z] [2024-07-31T13:57:05.130Z] #75 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T13:57:05.130Z] #75 DONE 38.5s [2024-07-31T13:57:05.130Z] [2024-07-31T13:57:05.130Z] #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-31T13:57:05.130Z] #92 11.47 OK: 18 MiB in 19 packages [2024-07-31T13:57:05.130Z] #92 DONE 12.4s [2024-07-31T13:57:05.130Z] [2024-07-31T13:57:05.130Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:57:07.704Z] #94 ... [2024-07-31T13:57:07.704Z] [2024-07-31T13:57:07.704Z] #89 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-31T13:57:07.704Z] #89 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:07.704Z] #89 3.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:07.704Z] #89 6.444 OK: 9 MiB in 20 packages [2024-07-31T13:57:07.704Z] #89 DONE 7.4s [2024-07-31T13:57:07.704Z] [2024-07-31T13:57:07.704Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-31T13:57:09.130Z] #95 ... [2024-07-31T13:57:09.130Z] [2024-07-31T13:57:09.130Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-31T13:57:09.130Z] #96 DONE 4.0s [2024-07-31T13:57:09.130Z] [2024-07-31T13:57:09.130Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T13:57:09.130Z] #91 3.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:09.130Z] #91 4.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:09.130Z] #91 7.802 OK: 8 MiB in 19 packages [2024-07-31T13:57:09.130Z] #91 DONE 8.8s [2024-07-31T13:57:09.130Z] [2024-07-31T13:57:09.130Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-31T13:57:09.130Z] #95 DONE 1.8s [2024-07-31T13:57:09.130Z] [2024-07-31T13:57:09.130Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:57:09.711Z] #97 ... [2024-07-31T13:57:09.712Z] [2024-07-31T13:57:09.712Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-31T13:57:09.712Z] #98 DONE 0.6s [2024-07-31T13:57:09.712Z] [2024-07-31T13:57:09.712Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:57:10.296Z] #99 ... [2024-07-31T13:57:10.296Z] [2024-07-31T13:57:10.296Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:57:10.296Z] #100 DONE 2.5s [2024-07-31T13:57:10.296Z] [2024-07-31T13:57:10.296Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-31T13:57:10.296Z] #101 DONE 0.2s [2024-07-31T13:57:10.296Z] [2024-07-31T13:57:10.296Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-31T13:57:10.296Z] #102 DONE 0.2s [2024-07-31T13:57:10.296Z] [2024-07-31T13:57:10.296Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:57:10.562Z] #103 DONE 0.2s [2024-07-31T13:57:10.562Z] [2024-07-31T13:57:10.562Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-31T13:57:11.158Z] #104 DONE 0.3s [2024-07-31T13:57:11.158Z] [2024-07-31T13:57:11.158Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-31T13:57:11.158Z] #105 ... [2024-07-31T13:57:11.158Z] [2024-07-31T13:57:11.158Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:57:11.158Z] #99 DONE 1.9s [2024-07-31T13:57:11.446Z] [2024-07-31T13:57:11.446Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-31T13:57:11.446Z] #105 DONE 0.4s [2024-07-31T13:57:11.446Z] [2024-07-31T13:57:11.446Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T13:57:11.446Z] #97 DONE 2.1s [2024-07-31T13:57:11.446Z] [2024-07-31T13:57:11.446Z] #106 [security-spire-server] exporting to image [2024-07-31T13:57:11.446Z] #106 exporting layers [2024-07-31T13:57:11.726Z] #106 ... [2024-07-31T13:57:11.726Z] [2024-07-31T13:57:11.726Z] #107 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-31T13:57:11.726Z] #107 DONE 0.4s [2024-07-31T13:57:11.726Z] [2024-07-31T13:57:11.726Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-31T13:57:11.726Z] #108 DONE 0.3s [2024-07-31T13:57:11.726Z] [2024-07-31T13:57:11.726Z] #109 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-31T13:57:11.995Z] #109 DONE 0.3s [2024-07-31T13:57:11.995Z] [2024-07-31T13:57:11.995Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-31T13:57:11.995Z] #110 DONE 0.5s [2024-07-31T13:57:11.995Z] [2024-07-31T13:57:11.995Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:57:12.265Z] #111 ... [2024-07-31T13:57:12.265Z] [2024-07-31T13:57:12.265Z] #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:57:12.265Z] #112 DONE 0.2s [2024-07-31T13:57:12.533Z] [2024-07-31T13:57:12.533Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T13:57:12.533Z] #94 3.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:12.533Z] #94 4.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T13:57:12.533Z] #94 6.485 OK: 13 MiB in 26 packages [2024-07-31T13:57:12.533Z] #94 DONE 7.2s [2024-07-31T13:57:12.533Z] [2024-07-31T13:57:12.533Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-31T13:57:12.828Z] #113 ... [2024-07-31T13:57:12.828Z] [2024-07-31T13:57:12.828Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T13:57:12.828Z] #111 DONE 0.5s [2024-07-31T13:57:12.828Z] [2024-07-31T13:57:12.828Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-31T13:57:12.828Z] #113 DONE 0.4s [2024-07-31T13:57:12.828Z] [2024-07-31T13:57:12.828Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-31T13:57:13.106Z] #114 DONE 0.3s [2024-07-31T13:57:13.106Z] [2024-07-31T13:57:13.106Z] #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-31T13:57:13.106Z] #115 DONE 0.4s [2024-07-31T13:57:13.106Z] [2024-07-31T13:57:13.106Z] #106 [security-spire-server] exporting to image [2024-07-31T13:57:14.090Z] #106 ... [2024-07-31T13:57:14.090Z] [2024-07-31T13:57:14.090Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-31T13:57:14.090Z] #116 DONE 0.6s [2024-07-31T13:57:14.090Z] [2024-07-31T13:57:14.090Z] #106 [security-spire-agent] exporting to image [2024-07-31T13:57:15.504Z] #106 exporting layers 3.9s done [2024-07-31T13:57:15.504Z] #106 writing image sha256:0c4bf04ed733ce5d9536be4772646e6e1602464152e1556d4ec26708dc9b7c39 [2024-07-31T13:57:15.504Z] #106 writing image sha256:0c4bf04ed733ce5d9536be4772646e6e1602464152e1556d4ec26708dc9b7c39 0.0s done [2024-07-31T13:57:15.504Z] #106 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-31T13:57:16.088Z] #106 exporting layers 2.8s done [2024-07-31T13:57:16.088Z] #106 writing image sha256:0a8d0a45ee215a9af9a7280a46c5beeb5f59d8a7d83d87720e471c306180f174 0.0s done [2024-07-31T13:57:16.088Z] #106 naming to docker.io/library/security-spire-config-arm64 done [2024-07-31T13:57:16.355Z] #106 exporting layers 2.3s done [2024-07-31T13:57:16.355Z] #106 writing image sha256:a4e6d7422a297f5f5d259e131d1569c19f896e8938c4a1815ea852778c4b732f done [2024-07-31T13:57:16.355Z] #106 naming to docker.io/library/security-spire-agent-arm64 done [2024-07-31T13:57:16.355Z] #106 DONE 5.1s [2024-07-31T13:57:16.355Z] [2024-07-31T13:57:16.355Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #78 DONE 101.0s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #79 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #79 DONE 101.0s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #117 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #117 ... [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #83 DONE 82.8s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #93 DONE 80.3s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #77 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #77 DONE 101.5s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #118 [security-proxy-setup builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #118 ... [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #119 DONE 1.5s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #120 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #120 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #121 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #121 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #122 [security-bootstrapper builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #122 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #123 [support-cron-scheduler builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #123 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #124 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #124 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #125 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #125 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #126 [support-scheduler builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #126 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #127 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #127 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #128 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #129 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #130 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #131 [core-data builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #131 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #132 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #132 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #133 [security-secretstore-setup builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #133 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #134 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #134 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #135 [core-command builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #135 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #136 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #137 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #137 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #138 [core-keeper builder 7/8] COPY . . [2024-07-31T13:58:24.239Z] #138 DONE 1.5s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #118 [security-proxy-setup builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #118 DONE 1.5s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #139 [security-proxy-auth builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #139 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #140 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #141 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #142 [support-notifications builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #142 DONE 1.7s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #143 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T13:58:24.239Z] #143 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #144 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-31T13:58:24.239Z] #144 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #145 [core-metadata builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #145 CACHED [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #117 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-31T13:58:24.239Z] #117 DONE 1.6s [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T13:58:24.239Z] #146 ... [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T13:58:24.239Z] #0 5.279 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-31T13:58:24.239Z] #147 ... [2024-07-31T13:58:24.239Z] [2024-07-31T13:58:24.239Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T13:58:24.239Z] #146 6.256 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T13:58:24.646Z] #158 ... [2024-07-31T13:58:24.646Z] [2024-07-31T13:58:24.646Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-31T13:58:24.646Z] #147 91.24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-31T13:58:26.826Z] #146 ... [2024-07-31T13:58:26.827Z] [2024-07-31T13:58:26.827Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T13:58:26.827Z] #0 4.970 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-31T13:58:27.096Z] #148 ... [2024-07-31T13:58:27.096Z] [2024-07-31T13:58:27.096Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T13:58:27.096Z] #0 6.034 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-31T13:58:27.096Z] #149 ... [2024-07-31T13:58:27.096Z] [2024-07-31T13:58:27.096Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T13:58:27.096Z] #0 6.685 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-31T13:58:27.364Z] #150 ... [2024-07-31T13:58:27.364Z] [2024-07-31T13:58:27.364Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T13:58:27.364Z] #0 5.230 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-31T13:58:27.364Z] #151 ... [2024-07-31T13:58:27.364Z] [2024-07-31T13:58:27.364Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T13:58:27.364Z] #0 6.561 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-31T13:58:27.667Z] #152 ... [2024-07-31T13:58:27.667Z] [2024-07-31T13:58:27.667Z] #153 [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-07-31T13:58:27.667Z] #0 4.518 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-31T13:58:27.935Z] #153 ... [2024-07-31T13:58:27.935Z] [2024-07-31T13:58:27.935Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T13:58:27.935Z] #0 5.573 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-31T13:58:27.935Z] #154 ... [2024-07-31T13:58:27.935Z] [2024-07-31T13:58:27.935Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T13:58:27.935Z] #0 6.623 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-31T13:58:28.202Z] #155 ... [2024-07-31T13:58:28.202Z] [2024-07-31T13:58:28.202Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T13:58:28.202Z] #0 6.741 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-31T13:58:28.202Z] #156 ... [2024-07-31T13:58:28.202Z] [2024-07-31T13:58:28.202Z] #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T13:58:28.202Z] #0 6.408 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-31T13:58:28.474Z] #157 ... [2024-07-31T13:58:28.474Z] [2024-07-31T13:58:28.474Z] #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T13:58:28.474Z] #0 6.536 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-31T13:59:32.456Z] #147 ... [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T13:59:32.456Z] #157 DONE 160.6s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T13:59:32.456Z] #152 DONE 160.6s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-31T13:59:32.456Z] #147 DONE 160.6s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T13:59:32.456Z] #154 DONE 160.6s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T13:59:32.456Z] #150 DONE 160.7s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T13:59:32.456Z] #148 DONE 160.7s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T13:59:32.456Z] #156 DONE 160.7s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:32.456Z] #159 ... [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T13:59:32.456Z] #149 DONE 160.9s [2024-07-31T13:59:32.456Z] [2024-07-31T13:59:32.456Z] #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:32.719Z] #160 ... [2024-07-31T13:59:32.719Z] [2024-07-31T13:59:32.719Z] #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T13:59:32.719Z] #158 DONE 161.1s [2024-07-31T13:59:32.719Z] [2024-07-31T13:59:32.719Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T13:59:32.719Z] #146 DONE 161.1s [2024-07-31T13:59:32.719Z] [2024-07-31T13:59:32.719Z] #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T13:59:32.719Z] #155 DONE 161.2s [2024-07-31T13:59:32.719Z] [2024-07-31T13:59:32.719Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T13:59:32.719Z] #153 DONE 161.2s [2024-07-31T13:59:32.719Z] [2024-07-31T13:59:32.719Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T13:59:32.719Z] #151 DONE 161.2s [2024-07-31T13:59:32.719Z] [2024-07-31T13:59:32.719Z] #161 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #161 DONE 0.5s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #162 DONE 0.9s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #163 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-31T13:59:33.292Z] #163 DONE 1.0s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #159 DONE 0.9s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #164 DONE 0.8s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #160 DONE 0.7s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #165 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #165 DONE 0.7s [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #166 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:33.292Z] #166 ... [2024-07-31T13:59:33.292Z] [2024-07-31T13:59:33.292Z] #167 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:33.292Z] #167 DONE 0.5s [2024-07-31T13:59:33.553Z] [2024-07-31T13:59:33.553Z] #168 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:33.553Z] #168 DONE 0.3s [2024-07-31T13:59:33.553Z] [2024-07-31T13:59:33.553Z] #169 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T13:59:34.123Z] #169 ... [2024-07-31T13:59:34.123Z] [2024-07-31T13:59:34.123Z] #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.123Z] #170 DONE 0.6s [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #171 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #171 DONE 0.6s [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #166 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #166 DONE 0.6s [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #172 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #172 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #173 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:34.406Z] #173 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #174 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #174 DONE 0.6s [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #175 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #175 DONE 0.7s [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:34.406Z] #176 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #177 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #178 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:34.406Z] #178 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #179 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #179 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #180 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #181 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:34.406Z] #181 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #182 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:34.406Z] #182 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #183 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:34.406Z] #183 CACHED [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #169 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T13:59:34.406Z] #169 DONE 0.6s [2024-07-31T13:59:34.406Z] [2024-07-31T13:59:34.406Z] #184 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.313Z] #184 ... [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #185 [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-07-31T13:59:36.313Z] #185 DONE 2.2s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #186 [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-07-31T13:59:36.313Z] #186 ... [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #187 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-31T13:59:36.313Z] #187 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-31T13:59:36.313Z] #188 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #189 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-31T13:59:36.313Z] #189 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-31T13:59:36.313Z] #190 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #191 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-31T13:59:36.313Z] #191 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-31T13:59:36.313Z] #192 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #193 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-07-31T13:59:36.313Z] #193 DONE 2.5s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #194 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-31T13:59:36.313Z] #194 DONE 2.5s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #184 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.313Z] #184 DONE 2.4s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #195 [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-07-31T13:59:36.313Z] #195 DONE 2.5s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #196 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-31T13:59:36.313Z] #196 DONE 2.5s [2024-07-31T13:59:36.313Z] [2024-07-31T13:59:36.313Z] #105 [core-keeper] exporting to image [2024-07-31T13:59:36.313Z] #105 exporting layers [2024-07-31T13:59:36.572Z] #105 ... [2024-07-31T13:59:36.572Z] [2024-07-31T13:59:36.572Z] #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.572Z] #197 DONE 0.4s [2024-07-31T13:59:36.572Z] [2024-07-31T13:59:36.572Z] #186 [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-07-31T13:59:36.572Z] #186 DONE 0.5s [2024-07-31T13:59:36.572Z] [2024-07-31T13:59:36.572Z] #105 [core-keeper] exporting to image [2024-07-31T13:59:36.572Z] #105 exporting layers 0.3s done [2024-07-31T13:59:36.830Z] #105 ... [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #198 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.830Z] #198 DONE 0.4s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #199 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.830Z] #199 DONE 0.4s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #200 [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-07-31T13:59:36.830Z] #200 DONE 0.5s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.830Z] #201 DONE 0.5s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #105 [support-scheduler] exporting to image [2024-07-31T13:59:36.830Z] #105 ... [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #202 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.830Z] #202 DONE 0.5s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #203 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-31T13:59:36.830Z] #203 DONE 3.7s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:36.830Z] #204 DONE 0.5s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-31T13:59:36.830Z] #205 DONE 0.5s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #206 [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-07-31T13:59:36.830Z] #206 DONE 0.5s [2024-07-31T13:59:36.830Z] [2024-07-31T13:59:36.830Z] #105 [core-keeper] exporting to image [2024-07-31T13:59:36.830Z] #105 writing image sha256:8d79c838560b2f2bad8095d50045b9cadd8f9853cd17ae9e5b8b2aedbe5487af 0.0s done [2024-07-31T13:59:36.830Z] #105 naming to docker.io/library/core-keeper done [2024-07-31T13:59:37.090Z] #105 ... [2024-07-31T13:59:37.090Z] [2024-07-31T13:59:37.090Z] #207 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-07-31T13:59:37.090Z] #207 DONE 0.7s [2024-07-31T13:59:37.090Z] [2024-07-31T13:59:37.090Z] #208 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-31T13:59:37.090Z] #208 DONE 0.3s [2024-07-31T13:59:37.090Z] [2024-07-31T13:59:37.090Z] #105 [core-metadata] exporting to image [2024-07-31T13:59:37.090Z] #105 exporting layers 0.4s done [2024-07-31T13:59:37.348Z] #105 ... [2024-07-31T13:59:37.348Z] [2024-07-31T13:59:37.348Z] #209 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-31T13:59:37.348Z] #209 DONE 0.6s [2024-07-31T13:59:37.348Z] [2024-07-31T13:59:37.348Z] #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-31T13:59:37.348Z] #210 DONE 0.4s [2024-07-31T13:59:37.348Z] [2024-07-31T13:59:37.348Z] #211 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T13:59:37.348Z] #211 DONE 0.5s [2024-07-31T13:59:37.348Z] [2024-07-31T13:59:37.348Z] #212 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-31T13:59:37.348Z] #212 DONE 0.4s [2024-07-31T13:59:37.348Z] [2024-07-31T13:59:37.348Z] #213 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-31T13:59:37.348Z] #213 DONE 0.4s [2024-07-31T13:59:37.348Z] [2024-07-31T13:59:37.348Z] #105 [core-data] exporting to image [2024-07-31T13:59:37.348Z] #105 exporting layers 0.5s done [2024-07-31T13:59:37.348Z] #105 writing image sha256:62434a978a25128da7a81e42bd3f82b55110bd3002f1608662b95f85f783a638 0.0s done [2024-07-31T13:59:37.348Z] #105 naming to docker.io/library/core-data done [2024-07-31T13:59:37.348Z] #105 writing image sha256:3f4276b9af5fb0c739c0c38067454884951c9449d3988866de919eef8f2c2b2c 0.0s done [2024-07-31T13:59:37.348Z] #105 writing image sha256:019bc51fa42bace826315df819250322a4527281c4da90b2203a4e6548936c1b done [2024-07-31T13:59:37.348Z] #105 naming to docker.io/library/core-command [2024-07-31T13:59:37.348Z] #105 naming to docker.io/library/security-spiffe-token-provider [2024-07-31T13:59:37.348Z] #105 exporting layers 0.5s done [2024-07-31T13:59:37.348Z] #105 naming to docker.io/library/core-command 0.1s done [2024-07-31T13:59:37.348Z] #105 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2024-07-31T13:59:37.348Z] #105 writing image sha256:bd9df5f83bcdc7ae4d86fb4691a035fcca2a8075d696ebccdca8d5a5ce9dd17c [2024-07-31T13:59:37.608Z] #105 exporting layers 0.5s done [2024-07-31T13:59:37.609Z] #105 writing image sha256:bd9df5f83bcdc7ae4d86fb4691a035fcca2a8075d696ebccdca8d5a5ce9dd17c 0.0s done [2024-07-31T13:59:37.609Z] #105 naming to docker.io/library/support-scheduler done [2024-07-31T13:59:37.609Z] #105 writing image sha256:6427493e6b6fdb5511551b0d5cdd20df598fa2b3dae00a1be15a5f0e5bbd4578 0.0s done [2024-07-31T13:59:37.609Z] #105 writing image sha256:3b31082447a0bb6a40505efa8805f8317f196cfe3d53fed21b78c28081eb241f done [2024-07-31T13:59:37.609Z] #105 writing image sha256:191623211bdcbe99a4d3e325299fd26634c6b02ef346005b9b021bf3cd0ceb9a done [2024-07-31T13:59:37.609Z] #105 naming to docker.io/library/support-notifications done [2024-07-31T13:59:37.609Z] #105 naming to docker.io/library/core-metadata done [2024-07-31T13:59:37.609Z] #105 naming to docker.io/library/support-cron-scheduler done [2024-07-31T13:59:37.609Z] #105 DONE 2.3s [2024-07-31T13:59:37.609Z] [2024-07-31T13:59:37.609Z] #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-31T13:59:37.609Z] #214 DONE 0.3s [2024-07-31T13:59:37.609Z] [2024-07-31T13:59:37.609Z] #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T13:59:37.609Z] #215 DONE 0.3s [2024-07-31T13:59:37.609Z] [2024-07-31T13:59:37.609Z] #216 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-31T13:59:37.609Z] #216 DONE 0.3s [2024-07-31T13:59:37.609Z] [2024-07-31T13:59:37.609Z] #217 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-31T13:59:37.868Z] #217 DONE 0.4s [2024-07-31T13:59:37.868Z] [2024-07-31T13:59:37.868Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-31T13:59:37.868Z] #218 DONE 0.4s [2024-07-31T13:59:37.868Z] [2024-07-31T13:59:37.868Z] #219 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-31T13:59:37.868Z] #219 DONE 0.0s [2024-07-31T13:59:37.868Z] [2024-07-31T13:59:37.868Z] #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T13:59:38.127Z] #220 DONE 0.1s [2024-07-31T13:59:38.127Z] [2024-07-31T13:59:38.127Z] #221 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T13:59:38.127Z] #221 DONE 0.8s [2024-07-31T13:59:38.127Z] [2024-07-31T13:59:38.127Z] #222 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T13:59:38.127Z] #222 DONE 0.8s [2024-07-31T13:59:38.127Z] [2024-07-31T13:59:38.127Z] #223 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-31T13:59:38.127Z] #223 DONE 0.1s [2024-07-31T13:59:38.127Z] [2024-07-31T13:59:38.127Z] #224 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-31T13:59:38.127Z] #224 DONE 0.1s [2024-07-31T13:59:38.127Z] [2024-07-31T13:59:38.127Z] #225 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-31T13:59:38.127Z] #225 DONE 0.1s [2024-07-31T13:59:38.127Z] [2024-07-31T13:59:38.127Z] #105 [core-common-config-bootstrapper] exporting to image [2024-07-31T13:59:38.388Z] #105 ... [2024-07-31T13:59:38.388Z] [2024-07-31T13:59:38.388Z] #226 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-31T13:59:38.388Z] #226 DONE 0.1s [2024-07-31T13:59:38.388Z] [2024-07-31T13:59:38.388Z] #105 [core-common-config-bootstrapper] exporting to image [2024-07-31T13:59:38.388Z] #105 exporting layers 0.3s done [2024-07-31T13:59:38.388Z] #105 writing image sha256:0da14951e11cbf90be5d2677a2af26ed6b1e13f06808e071511bce947d8e83be 0.0s done [2024-07-31T13:59:38.388Z] #105 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-31T13:59:38.388Z] #105 writing image sha256:d89405f680afa110812f8981c02e44388d327a102819f0f7e0f0096f16c8318c done [2024-07-31T13:59:38.388Z] #105 naming to docker.io/library/security-proxy-auth done [2024-07-31T13:59:38.388Z] #105 DONE 2.6s [2024-07-31T13:59:38.388Z] [2024-07-31T13:59:38.388Z] #227 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T13:59:38.388Z] #227 DONE 0.9s [2024-07-31T13:59:38.388Z] [2024-07-31T13:59:38.388Z] #228 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-31T13:59:38.648Z] #228 ... [2024-07-31T13:59:38.648Z] [2024-07-31T13:59:38.648Z] #229 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T13:59:38.648Z] #229 DONE 0.5s [2024-07-31T13:59:38.648Z] [2024-07-31T13:59:38.648Z] #105 [security-proxy-setup] exporting to image [2024-07-31T13:59:38.648Z] #105 exporting layers 0.2s done [2024-07-31T13:59:38.648Z] #105 writing image sha256:7c0ddcd556b3e75008d082fe172887af5320a27f0b6664d14d2d11977915a2f3 done [2024-07-31T13:59:38.648Z] #105 naming to docker.io/library/security-proxy-setup done [2024-07-31T13:59:38.908Z] #105 exporting layers 0.2s done [2024-07-31T13:59:38.908Z] #105 writing image sha256:abbaa34aee8f9cc265193182a6a0884340d1dd894a7b1beaf550e6dc1a12bd89 done [2024-07-31T13:59:38.908Z] #105 naming to docker.io/library/security-secretstore-setup done [2024-07-31T13:59:38.908Z] #105 DONE 2.9s [2024-07-31T13:59:38.908Z] [2024-07-31T13:59:38.908Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T13:59:38.908Z] #39 ... [2024-07-31T13:59:38.908Z] [2024-07-31T13:59:38.908Z] #228 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-31T13:59:38.908Z] #228 DONE 0.5s [2024-07-31T13:59:38.908Z] [2024-07-31T13:59:38.908Z] #105 [security-bootstrapper] exporting to image [2024-07-31T13:59:39.169Z] #105 exporting layers 0.2s done [2024-07-31T13:59:39.169Z] #105 writing image sha256:be5f8a23c74c8bf6557d271658df49f3b1f5dfcfcda7da42238ee5b1fe13e923 done [2024-07-31T13:59:39.169Z] #105 naming to docker.io/library/security-bootstrapper done [2024-07-31T13:59:39.169Z] #105 DONE 3.1s [2024-07-31T13:59:39.169Z] [2024-07-31T13:59:39.169Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T13:59:39.169Z] time="2024-07-31T13:55:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-31T13:59:39.184Z] $ docker stop --time=1 c2fcdd619e5bce426f97482c20244b73574e042b1e7c1c0e8130f5d8ca9cf8ce [2024-07-31T13:59:40.483Z] $ docker rm -f --volumes c2fcdd619e5bce426f97482c20244b73574e042b1e7c1c0e8130f5d8ca9cf8ce [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T13:59:40.827Z] + docker images [2024-07-31T13:59:40.828Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-31T13:59:40.828Z] security-bootstrapper latest be5f8a23c74c 2 seconds ago 18.9MB [2024-07-31T13:59:40.828Z] security-proxy-setup latest 7c0ddcd556b3 2 seconds ago 26.2MB [2024-07-31T13:59:40.828Z] security-secretstore-setup latest abbaa34aee8f 2 seconds ago 36.9MB [2024-07-31T13:59:40.828Z] core-common-config-bootstrapper latest 0da14951e11c 3 seconds ago 15.2MB [2024-07-31T13:59:40.828Z] security-proxy-auth latest d89405f680af 3 seconds ago 33MB [2024-07-31T13:59:40.828Z] security-spiffe-token-provider latest 019bc51fa42b 4 seconds ago 28.8MB [2024-07-31T13:59:40.828Z] support-notifications latest 3b31082447a0 4 seconds ago 42.3MB [2024-07-31T13:59:40.828Z] support-scheduler latest bd9df5f83bcd 4 seconds ago 41.8MB [2024-07-31T13:59:40.828Z] core-command latest 3f4276b9af5f 4 seconds ago 35.4MB [2024-07-31T13:59:40.828Z] core-metadata latest 191623211bdc 4 seconds ago 39.6MB [2024-07-31T13:59:40.828Z] core-data latest 62434a978a25 4 seconds ago 39.5MB [2024-07-31T13:59:40.828Z] support-cron-scheduler latest 6427493e6b6f 4 seconds ago 42.1MB [2024-07-31T13:59:40.828Z] core-keeper latest 8d79c838560b 4 seconds ago 39.4MB [2024-07-31T13:59:40.828Z] security-spire-agent latest 101edd16619f 3 minutes ago 182MB [2024-07-31T13:59:40.828Z] security-spire-config latest 2454bba75aaf 3 minutes ago 120MB [2024-07-31T13:59:40.828Z] security-spire-server latest be484348fd80 3 minutes ago 121MB [2024-07-31T13:59:40.828Z] ci-base-image-x86_64 latest ce2138a46231 7 minutes ago 969MB [2024-07-31T13:59:40.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-07-31T13:59:40.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-07-31T13:59:40.828Z] 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-07-31T13:59:40.995Z] provisioning config files... [2024-07-31T13:59:41.005Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config8797663244408736549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T13:59:41.307Z] ---> ****-login.sh [2024-07-31T13:59:41.307Z] nexus3.edgexfoundry.org:10001 [2024-07-31T13:59:41.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:59:41.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:59:41.308Z] Configure a credential helper to remove this warning. See [2024-07-31T13:59:41.308Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:59:41.308Z] [2024-07-31T13:59:41.308Z] Login Succeeded [2024-07-31T13:59:41.308Z] nexus3.edgexfoundry.org:10002 [2024-07-31T13:59:41.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:59:41.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:59:41.568Z] Configure a credential helper to remove this warning. See [2024-07-31T13:59:41.568Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:59:41.568Z] [2024-07-31T13:59:41.568Z] Login Succeeded [2024-07-31T13:59:41.568Z] nexus3.edgexfoundry.org:10003 [2024-07-31T13:59:41.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:59:41.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:59:41.569Z] Configure a credential helper to remove this warning. See [2024-07-31T13:59:41.569Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:59:41.569Z] [2024-07-31T13:59:41.569Z] Login Succeeded [2024-07-31T13:59:41.569Z] nexus3.edgexfoundry.org:10004 [2024-07-31T13:59:41.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:59:41.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:59:41.828Z] Configure a credential helper to remove this warning. See [2024-07-31T13:59:41.828Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:59:41.828Z] [2024-07-31T13:59:41.828Z] Login Succeeded [2024-07-31T13:59:41.828Z] ****.io [2024-07-31T13:59:41.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T13:59:42.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T13:59:42.086Z] Configure a credential helper to remove this warning. See [2024-07-31T13:59:42.086Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T13:59:42.086Z] [2024-07-31T13:59:42.086Z] Login Succeeded [2024-07-31T13:59:42.086Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T13:59:42.092Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T13:59:42.149Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T13:59:42.181Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-07-31T13:59:42.181Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:42.181Z] latest [2024-07-31T13:59:42.181Z] 3.2.0-dev.42 [2024-07-31T13:59:42.181Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:42.181Z] main [2024-07-31T13:59:42.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:42.529Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:42.852Z] + docker push nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:42.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-31T13:59:42.852Z] c737bf9b4b7d: Preparing [2024-07-31T13:59:42.852Z] ccd7059f2fcf: Preparing [2024-07-31T13:59:42.852Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:42.852Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:42.852Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:42.852Z] 941a02c2d58b: Preparing [2024-07-31T13:59:42.852Z] ce7f800efff9: Preparing [2024-07-31T13:59:42.852Z] ce7f800efff9: Waiting [2024-07-31T13:59:42.852Z] 941a02c2d58b: Waiting [2024-07-31T13:59:42.852Z] 44ea4e9a09a2: Pushed [2024-07-31T13:59:42.852Z] 3fc7ab47dd1b: Pushed [2024-07-31T13:59:42.852Z] c737bf9b4b7d: Pushed [2024-07-31T13:59:42.852Z] 2f9b2c563cd2: Pushed [2024-07-31T13:59:42.852Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:43.112Z] 941a02c2d58b: Pushed [2024-07-31T13:59:45.654Z] ccd7059f2fcf: Pushed [2024-07-31T13:59:45.654Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:45.983Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:46.309Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-31T13:59:46.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-31T13:59:46.309Z] c737bf9b4b7d: Preparing [2024-07-31T13:59:46.309Z] ccd7059f2fcf: Preparing [2024-07-31T13:59:46.309Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:46.309Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:46.309Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:46.309Z] 941a02c2d58b: Preparing [2024-07-31T13:59:46.309Z] ce7f800efff9: Preparing [2024-07-31T13:59:46.309Z] 941a02c2d58b: Waiting [2024-07-31T13:59:46.309Z] ce7f800efff9: Waiting [2024-07-31T13:59:46.309Z] ccd7059f2fcf: Layer already exists [2024-07-31T13:59:46.309Z] c737bf9b4b7d: Layer already exists [2024-07-31T13:59:46.309Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:46.309Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:46.309Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:46.309Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:46.309Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:46.309Z] latest: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:46.642Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:46.972Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.42 [2024-07-31T13:59:46.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-31T13:59:46.972Z] c737bf9b4b7d: Preparing [2024-07-31T13:59:46.972Z] ccd7059f2fcf: Preparing [2024-07-31T13:59:46.972Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:46.972Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:46.972Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:46.972Z] 941a02c2d58b: Preparing [2024-07-31T13:59:46.972Z] ce7f800efff9: Preparing [2024-07-31T13:59:46.972Z] 941a02c2d58b: Waiting [2024-07-31T13:59:46.972Z] ce7f800efff9: Waiting [2024-07-31T13:59:46.972Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:46.972Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:46.972Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:46.972Z] ccd7059f2fcf: Layer already exists [2024-07-31T13:59:46.972Z] c737bf9b4b7d: Layer already exists [2024-07-31T13:59:46.972Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:46.972Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:46.972Z] 3.2.0-dev.42: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:47.299Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:47.619Z] + docker push nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:47.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-31T13:59:47.619Z] c737bf9b4b7d: Preparing [2024-07-31T13:59:47.619Z] ccd7059f2fcf: Preparing [2024-07-31T13:59:47.619Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:47.619Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:47.619Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:47.619Z] 941a02c2d58b: Preparing [2024-07-31T13:59:47.619Z] ce7f800efff9: Preparing [2024-07-31T13:59:47.619Z] 941a02c2d58b: Waiting [2024-07-31T13:59:47.619Z] ce7f800efff9: Waiting [2024-07-31T13:59:47.619Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:47.619Z] ccd7059f2fcf: Layer already exists [2024-07-31T13:59:47.619Z] c737bf9b4b7d: Layer already exists [2024-07-31T13:59:47.619Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:47.619Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:47.619Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:47.619Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:47.619Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:47.952Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:48.282Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-07-31T13:59:48.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-31T13:59:48.282Z] c737bf9b4b7d: Preparing [2024-07-31T13:59:48.282Z] ccd7059f2fcf: Preparing [2024-07-31T13:59:48.282Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:48.282Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:48.282Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:48.282Z] 941a02c2d58b: Preparing [2024-07-31T13:59:48.282Z] ce7f800efff9: Preparing [2024-07-31T13:59:48.282Z] ce7f800efff9: Waiting [2024-07-31T13:59:48.282Z] 941a02c2d58b: Waiting [2024-07-31T13:59:48.282Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:48.282Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:48.282Z] ccd7059f2fcf: Layer already exists [2024-07-31T13:59:48.282Z] c737bf9b4b7d: Layer already exists [2024-07-31T13:59:48.282Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:48.282Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:48.282Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:48.282Z] main: digest: sha256:00a579794888ca1896e2db1e62fc0b51d30ab35f5719918dca2d133075ecd54b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T13:59:48.361Z] ===================================================== [Pipeline] echo [2024-07-31T13:59:48.375Z] taggedImages: [2024-07-31T13:59:48.375Z] - nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:48.375Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-31T13:59:48.375Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.42 [2024-07-31T13:59:48.375Z] - nexus3.edgexfoundry.org:10004/core-command:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:48.375Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-07-31T13:59:48.409Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-07-31T13:59:48.409Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:48.409Z] latest [2024-07-31T13:59:48.409Z] 3.2.0-dev.42 [2024-07-31T13:59:48.409Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:48.409Z] main [2024-07-31T13:59:48.409Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:48.765Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:49.103Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:49.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-31T13:59:49.104Z] c5a7169f6c28: Preparing [2024-07-31T13:59:49.104Z] 8adefb8d6601: Preparing [2024-07-31T13:59:49.104Z] 682cfd1fcfff: Preparing [2024-07-31T13:59:49.104Z] d4c89d1a0b6a: Preparing [2024-07-31T13:59:49.104Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:49.104Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:49.104Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:49.104Z] 941a02c2d58b: Preparing [2024-07-31T13:59:49.104Z] ce7f800efff9: Preparing [2024-07-31T13:59:49.104Z] 3fc7ab47dd1b: Waiting [2024-07-31T13:59:49.104Z] 941a02c2d58b: Waiting [2024-07-31T13:59:49.104Z] ce7f800efff9: Waiting [2024-07-31T13:59:49.104Z] 44ea4e9a09a2: Waiting [2024-07-31T13:59:49.104Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:49.104Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:49.104Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:49.104Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:49.104Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:49.104Z] 682cfd1fcfff: Pushed [2024-07-31T13:59:49.104Z] c5a7169f6c28: Pushed [2024-07-31T13:59:49.104Z] 8adefb8d6601: Pushed [2024-07-31T13:59:50.040Z] d4c89d1a0b6a: Pushed [2024-07-31T13:59:50.040Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:50.373Z] + 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-07-31T13:59:50.700Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-31T13:59:50.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-31T13:59:50.700Z] c5a7169f6c28: Preparing [2024-07-31T13:59:50.700Z] 8adefb8d6601: Preparing [2024-07-31T13:59:50.700Z] 682cfd1fcfff: Preparing [2024-07-31T13:59:50.700Z] d4c89d1a0b6a: Preparing [2024-07-31T13:59:50.700Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:50.700Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:50.700Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:50.700Z] 941a02c2d58b: Preparing [2024-07-31T13:59:50.700Z] ce7f800efff9: Preparing [2024-07-31T13:59:50.700Z] 44ea4e9a09a2: Waiting [2024-07-31T13:59:50.700Z] ce7f800efff9: Waiting [2024-07-31T13:59:50.700Z] 3fc7ab47dd1b: Waiting [2024-07-31T13:59:50.700Z] 941a02c2d58b: Waiting [2024-07-31T13:59:50.700Z] 682cfd1fcfff: Layer already exists [2024-07-31T13:59:50.700Z] c5a7169f6c28: Layer already exists [2024-07-31T13:59:50.700Z] d4c89d1a0b6a: Layer already exists [2024-07-31T13:59:50.700Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:50.700Z] 8adefb8d6601: Layer already exists [2024-07-31T13:59:50.700Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:50.700Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:50.700Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:50.700Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:50.700Z] latest: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:51.036Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:51.368Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.42 [2024-07-31T13:59:51.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-31T13:59:51.368Z] c5a7169f6c28: Preparing [2024-07-31T13:59:51.368Z] 8adefb8d6601: Preparing [2024-07-31T13:59:51.368Z] 682cfd1fcfff: Preparing [2024-07-31T13:59:51.368Z] d4c89d1a0b6a: Preparing [2024-07-31T13:59:51.368Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:51.368Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:51.368Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:51.368Z] 941a02c2d58b: Preparing [2024-07-31T13:59:51.368Z] ce7f800efff9: Preparing [2024-07-31T13:59:51.368Z] 44ea4e9a09a2: Waiting [2024-07-31T13:59:51.368Z] 3fc7ab47dd1b: Waiting [2024-07-31T13:59:51.368Z] ce7f800efff9: Waiting [2024-07-31T13:59:51.368Z] c5a7169f6c28: Layer already exists [2024-07-31T13:59:51.368Z] d4c89d1a0b6a: Layer already exists [2024-07-31T13:59:51.368Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:51.368Z] 682cfd1fcfff: Layer already exists [2024-07-31T13:59:51.368Z] 8adefb8d6601: Layer already exists [2024-07-31T13:59:51.368Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:51.368Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:51.368Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:51.368Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:51.368Z] 3.2.0-dev.42: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:51.699Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:52.066Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:52.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-31T13:59:52.066Z] c5a7169f6c28: Preparing [2024-07-31T13:59:52.066Z] 8adefb8d6601: Preparing [2024-07-31T13:59:52.066Z] 682cfd1fcfff: Preparing [2024-07-31T13:59:52.066Z] d4c89d1a0b6a: Preparing [2024-07-31T13:59:52.066Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:52.066Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:52.067Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:52.067Z] 941a02c2d58b: Preparing [2024-07-31T13:59:52.067Z] ce7f800efff9: Preparing [2024-07-31T13:59:52.067Z] 941a02c2d58b: Waiting [2024-07-31T13:59:52.067Z] 3fc7ab47dd1b: Waiting [2024-07-31T13:59:52.067Z] ce7f800efff9: Waiting [2024-07-31T13:59:52.067Z] 44ea4e9a09a2: Waiting [2024-07-31T13:59:52.067Z] d4c89d1a0b6a: Layer already exists [2024-07-31T13:59:52.067Z] 682cfd1fcfff: Layer already exists [2024-07-31T13:59:52.067Z] 8adefb8d6601: Layer already exists [2024-07-31T13:59:52.067Z] c5a7169f6c28: Layer already exists [2024-07-31T13:59:52.067Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:52.067Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:52.067Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:52.067Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:52.067Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:52.067Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:52.401Z] + 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-07-31T13:59:52.737Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-07-31T13:59:52.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-31T13:59:52.738Z] c5a7169f6c28: Preparing [2024-07-31T13:59:52.738Z] 8adefb8d6601: Preparing [2024-07-31T13:59:52.738Z] 682cfd1fcfff: Preparing [2024-07-31T13:59:52.738Z] d4c89d1a0b6a: Preparing [2024-07-31T13:59:52.738Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:52.738Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:52.738Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:52.738Z] 941a02c2d58b: Preparing [2024-07-31T13:59:52.738Z] ce7f800efff9: Preparing [2024-07-31T13:59:52.738Z] 44ea4e9a09a2: Waiting [2024-07-31T13:59:52.738Z] 3fc7ab47dd1b: Waiting [2024-07-31T13:59:52.738Z] 941a02c2d58b: Waiting [2024-07-31T13:59:52.738Z] ce7f800efff9: Waiting [2024-07-31T13:59:52.738Z] 682cfd1fcfff: Layer already exists [2024-07-31T13:59:52.738Z] 8adefb8d6601: Layer already exists [2024-07-31T13:59:52.738Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:52.738Z] d4c89d1a0b6a: Layer already exists [2024-07-31T13:59:52.738Z] c5a7169f6c28: Layer already exists [2024-07-31T13:59:52.738Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:52.738Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:52.738Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:52.738Z] 941a02c2d58b: Layer already exists [2024-07-31T13:59:52.738Z] main: digest: sha256:51a90b243190dd7ad2f9ca1f005da06c079102d8f1853c1655f8895b639e0d47 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T13:59:52.819Z] ===================================================== [Pipeline] echo [2024-07-31T13:59:52.834Z] taggedImages: [2024-07-31T13:59:52.834Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:52.834Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-31T13:59:52.834Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.42 [2024-07-31T13:59:52.834Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:52.834Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-07-31T13:59:52.866Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-07-31T13:59:52.866Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:52.866Z] latest [2024-07-31T13:59:52.866Z] 3.2.0-dev.42 [2024-07-31T13:59:52.866Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:52.866Z] main [2024-07-31T13:59:52.866Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:53.237Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:53.572Z] + docker push nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:53.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-31T13:59:53.572Z] f8415c504e02: Preparing [2024-07-31T13:59:53.572Z] fc02c7d0b1a5: Preparing [2024-07-31T13:59:53.572Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:53.572Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:53.572Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:53.572Z] 196a1ce8ad3d: Preparing [2024-07-31T13:59:53.572Z] ce7f800efff9: Preparing [2024-07-31T13:59:53.572Z] 196a1ce8ad3d: Waiting [2024-07-31T13:59:53.572Z] ce7f800efff9: Waiting [2024-07-31T13:59:53.572Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:53.572Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:53.572Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:53.572Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:53.572Z] f8415c504e02: Pushed [2024-07-31T13:59:53.572Z] 196a1ce8ad3d: Pushed [2024-07-31T13:59:56.864Z] fc02c7d0b1a5: Pushed [2024-07-31T13:59:56.864Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:57.200Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:57.520Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-31T13:59:57.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-31T13:59:57.520Z] f8415c504e02: Preparing [2024-07-31T13:59:57.520Z] fc02c7d0b1a5: Preparing [2024-07-31T13:59:57.520Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:57.520Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:57.520Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:57.520Z] 196a1ce8ad3d: Preparing [2024-07-31T13:59:57.520Z] ce7f800efff9: Preparing [2024-07-31T13:59:57.520Z] 196a1ce8ad3d: Waiting [2024-07-31T13:59:57.520Z] ce7f800efff9: Waiting [2024-07-31T13:59:57.520Z] fc02c7d0b1a5: Layer already exists [2024-07-31T13:59:57.520Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:57.520Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:57.520Z] f8415c504e02: Layer already exists [2024-07-31T13:59:57.520Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:57.520Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:57.520Z] 196a1ce8ad3d: Layer already exists [2024-07-31T13:59:57.520Z] latest: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:57.840Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:58.166Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.42 [2024-07-31T13:59:58.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-31T13:59:58.166Z] f8415c504e02: Preparing [2024-07-31T13:59:58.166Z] fc02c7d0b1a5: Preparing [2024-07-31T13:59:58.166Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:58.166Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:58.166Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:58.166Z] 196a1ce8ad3d: Preparing [2024-07-31T13:59:58.166Z] ce7f800efff9: Preparing [2024-07-31T13:59:58.166Z] 196a1ce8ad3d: Waiting [2024-07-31T13:59:58.166Z] ce7f800efff9: Waiting [2024-07-31T13:59:58.166Z] f8415c504e02: Layer already exists [2024-07-31T13:59:58.166Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:58.166Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:58.166Z] fc02c7d0b1a5: Layer already exists [2024-07-31T13:59:58.166Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:58.166Z] 196a1ce8ad3d: Layer already exists [2024-07-31T13:59:58.166Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:58.166Z] 3.2.0-dev.42: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:58.501Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:58.847Z] + docker push nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:58.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-31T13:59:58.848Z] f8415c504e02: Preparing [2024-07-31T13:59:58.848Z] fc02c7d0b1a5: Preparing [2024-07-31T13:59:58.848Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:58.848Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:58.848Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:58.848Z] 196a1ce8ad3d: Preparing [2024-07-31T13:59:58.848Z] ce7f800efff9: Preparing [2024-07-31T13:59:58.848Z] 196a1ce8ad3d: Waiting [2024-07-31T13:59:58.848Z] ce7f800efff9: Waiting [2024-07-31T13:59:58.848Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:58.848Z] f8415c504e02: Layer already exists [2024-07-31T13:59:58.848Z] fc02c7d0b1a5: Layer already exists [2024-07-31T13:59:58.848Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:58.848Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:58.848Z] 196a1ce8ad3d: Layer already exists [2024-07-31T13:59:58.848Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:58.848Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:59.189Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T13:59:59.531Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-07-31T13:59:59.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-31T13:59:59.531Z] f8415c504e02: Preparing [2024-07-31T13:59:59.531Z] fc02c7d0b1a5: Preparing [2024-07-31T13:59:59.531Z] 2f9b2c563cd2: Preparing [2024-07-31T13:59:59.531Z] 44ea4e9a09a2: Preparing [2024-07-31T13:59:59.531Z] 3fc7ab47dd1b: Preparing [2024-07-31T13:59:59.531Z] 196a1ce8ad3d: Preparing [2024-07-31T13:59:59.531Z] 196a1ce8ad3d: Waiting [2024-07-31T13:59:59.531Z] ce7f800efff9: Preparing [2024-07-31T13:59:59.531Z] ce7f800efff9: Waiting [2024-07-31T13:59:59.531Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T13:59:59.531Z] f8415c504e02: Layer already exists [2024-07-31T13:59:59.531Z] 2f9b2c563cd2: Layer already exists [2024-07-31T13:59:59.531Z] 44ea4e9a09a2: Layer already exists [2024-07-31T13:59:59.531Z] fc02c7d0b1a5: Layer already exists [2024-07-31T13:59:59.531Z] ce7f800efff9: Layer already exists [2024-07-31T13:59:59.531Z] 196a1ce8ad3d: Layer already exists [2024-07-31T13:59:59.531Z] main: digest: sha256:ef2f3c83a15b927293ba1094175b6d66cede76e38d9b4fe442c396d72f3918ab size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T13:59:59.612Z] ===================================================== [Pipeline] echo [2024-07-31T13:59:59.629Z] taggedImages: [2024-07-31T13:59:59.629Z] - nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:59.629Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-31T13:59:59.629Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.42 [2024-07-31T13:59:59.629Z] - nexus3.edgexfoundry.org:10004/core-data:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:59.629Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-07-31T13:59:59.664Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-07-31T13:59:59.664Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T13:59:59.664Z] latest [2024-07-31T13:59:59.664Z] 3.2.0-dev.42 [2024-07-31T13:59:59.664Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T13:59:59.664Z] main [2024-07-31T13:59:59.664Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:00.016Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:00.345Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:00.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-31T14:00:00.345Z] 5f6251dc3a61: Preparing [2024-07-31T14:00:00.345Z] 3038999b3f50: Preparing [2024-07-31T14:00:00.345Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:00.345Z] c9e07555778d: Preparing [2024-07-31T14:00:00.345Z] 40c3f289243f: Preparing [2024-07-31T14:00:00.345Z] ce7f800efff9: Preparing [2024-07-31T14:00:00.345Z] ce7f800efff9: Waiting [2024-07-31T14:00:00.345Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:00.345Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:00.345Z] c9e07555778d: Pushed [2024-07-31T14:00:00.345Z] 40c3f289243f: Pushed [2024-07-31T14:00:00.345Z] 5f6251dc3a61: Pushed [2024-07-31T14:00:03.639Z] 3038999b3f50: Pushed [2024-07-31T14:00:03.639Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:03.980Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:04.302Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-31T14:00:04.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-31T14:00:04.302Z] 5f6251dc3a61: Preparing [2024-07-31T14:00:04.302Z] 3038999b3f50: Preparing [2024-07-31T14:00:04.302Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:04.302Z] c9e07555778d: Preparing [2024-07-31T14:00:04.302Z] 40c3f289243f: Preparing [2024-07-31T14:00:04.302Z] ce7f800efff9: Preparing [2024-07-31T14:00:04.302Z] ce7f800efff9: Waiting [2024-07-31T14:00:04.302Z] 40c3f289243f: Layer already exists [2024-07-31T14:00:04.302Z] 5f6251dc3a61: Layer already exists [2024-07-31T14:00:04.302Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:04.302Z] 3038999b3f50: Layer already exists [2024-07-31T14:00:04.302Z] c9e07555778d: Layer already exists [2024-07-31T14:00:04.302Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:04.302Z] latest: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:04.635Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:04.960Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.42 [2024-07-31T14:00:04.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-31T14:00:04.960Z] 5f6251dc3a61: Preparing [2024-07-31T14:00:04.960Z] 3038999b3f50: Preparing [2024-07-31T14:00:04.960Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:04.960Z] c9e07555778d: Preparing [2024-07-31T14:00:04.960Z] 40c3f289243f: Preparing [2024-07-31T14:00:04.960Z] ce7f800efff9: Preparing [2024-07-31T14:00:04.960Z] ce7f800efff9: Waiting [2024-07-31T14:00:04.960Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:04.960Z] c9e07555778d: Layer already exists [2024-07-31T14:00:04.960Z] 40c3f289243f: Layer already exists [2024-07-31T14:00:04.960Z] 3038999b3f50: Layer already exists [2024-07-31T14:00:04.960Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:04.960Z] 5f6251dc3a61: Layer already exists [2024-07-31T14:00:04.960Z] 3.2.0-dev.42: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:05.294Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:05.637Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:05.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-31T14:00:05.637Z] 5f6251dc3a61: Preparing [2024-07-31T14:00:05.637Z] 3038999b3f50: Preparing [2024-07-31T14:00:05.637Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:05.637Z] c9e07555778d: Preparing [2024-07-31T14:00:05.637Z] 40c3f289243f: Preparing [2024-07-31T14:00:05.637Z] ce7f800efff9: Preparing [2024-07-31T14:00:05.637Z] ce7f800efff9: Waiting [2024-07-31T14:00:05.637Z] 5f6251dc3a61: Layer already exists [2024-07-31T14:00:05.637Z] 3038999b3f50: Layer already exists [2024-07-31T14:00:05.637Z] c9e07555778d: Layer already exists [2024-07-31T14:00:05.637Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:05.637Z] 40c3f289243f: Layer already exists [2024-07-31T14:00:05.637Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:05.637Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:05.970Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:06.301Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-07-31T14:00:06.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-31T14:00:06.301Z] 5f6251dc3a61: Preparing [2024-07-31T14:00:06.301Z] 3038999b3f50: Preparing [2024-07-31T14:00:06.301Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:06.301Z] c9e07555778d: Preparing [2024-07-31T14:00:06.301Z] 40c3f289243f: Preparing [2024-07-31T14:00:06.301Z] ce7f800efff9: Preparing [2024-07-31T14:00:06.301Z] ce7f800efff9: Waiting [2024-07-31T14:00:06.301Z] 3038999b3f50: Layer already exists [2024-07-31T14:00:06.301Z] 40c3f289243f: Layer already exists [2024-07-31T14:00:06.301Z] 5f6251dc3a61: Layer already exists [2024-07-31T14:00:06.301Z] c9e07555778d: Layer already exists [2024-07-31T14:00:06.301Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:06.301Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:06.301Z] main: digest: sha256:191a5c88c46811776bef97d7d479b63468a248af4052b64d5488e9d200c3a73f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:06.385Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:06.400Z] taggedImages: [2024-07-31T14:00:06.400Z] - nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:06.400Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-31T14:00:06.400Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.42 [2024-07-31T14:00:06.400Z] - nexus3.edgexfoundry.org:10004/core-keeper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:06.400Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-07-31T14:00:06.429Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-07-31T14:00:06.429Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:06.429Z] latest [2024-07-31T14:00:06.429Z] 3.2.0-dev.42 [2024-07-31T14:00:06.429Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:06.429Z] main [2024-07-31T14:00:06.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:06.761Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:07.085Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:07.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-31T14:00:07.085Z] 2b8daa589c10: Preparing [2024-07-31T14:00:07.085Z] ad1474e8a426: Preparing [2024-07-31T14:00:07.085Z] 070627f006c0: Preparing [2024-07-31T14:00:07.085Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:07.085Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:07.085Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:07.085Z] 941a02c2d58b: Preparing [2024-07-31T14:00:07.085Z] ce7f800efff9: Preparing [2024-07-31T14:00:07.085Z] ce7f800efff9: Waiting [2024-07-31T14:00:07.085Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:07.085Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:07.085Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:07.085Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:07.085Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:07.085Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:07.085Z] ad1474e8a426: Pushed [2024-07-31T14:00:07.085Z] 2b8daa589c10: Pushed [2024-07-31T14:00:10.380Z] 070627f006c0: Pushed [2024-07-31T14:00:10.380Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:10.713Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:11.048Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-31T14:00:11.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-31T14:00:11.048Z] 2b8daa589c10: Preparing [2024-07-31T14:00:11.048Z] ad1474e8a426: Preparing [2024-07-31T14:00:11.048Z] 070627f006c0: Preparing [2024-07-31T14:00:11.048Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:11.048Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:11.048Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:11.048Z] 941a02c2d58b: Preparing [2024-07-31T14:00:11.048Z] ce7f800efff9: Preparing [2024-07-31T14:00:11.048Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:11.048Z] ce7f800efff9: Waiting [2024-07-31T14:00:11.048Z] 941a02c2d58b: Waiting [2024-07-31T14:00:11.048Z] 070627f006c0: Layer already exists [2024-07-31T14:00:11.048Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:11.048Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:11.048Z] ad1474e8a426: Layer already exists [2024-07-31T14:00:11.048Z] 2b8daa589c10: Layer already exists [2024-07-31T14:00:11.048Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:11.048Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:11.048Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:11.048Z] latest: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:11.374Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:11.708Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.42 [2024-07-31T14:00:11.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-31T14:00:11.708Z] 2b8daa589c10: Preparing [2024-07-31T14:00:11.708Z] ad1474e8a426: Preparing [2024-07-31T14:00:11.708Z] 070627f006c0: Preparing [2024-07-31T14:00:11.708Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:11.708Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:11.708Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:11.708Z] 941a02c2d58b: Preparing [2024-07-31T14:00:11.708Z] ce7f800efff9: Preparing [2024-07-31T14:00:11.708Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:11.708Z] 941a02c2d58b: Waiting [2024-07-31T14:00:11.708Z] ce7f800efff9: Waiting [2024-07-31T14:00:11.708Z] 070627f006c0: Layer already exists [2024-07-31T14:00:11.708Z] 2b8daa589c10: Layer already exists [2024-07-31T14:00:11.708Z] ad1474e8a426: Layer already exists [2024-07-31T14:00:11.708Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:11.708Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:11.708Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:11.708Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:11.708Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:11.708Z] 3.2.0-dev.42: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:12.037Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:12.361Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:12.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-31T14:00:12.361Z] 2b8daa589c10: Preparing [2024-07-31T14:00:12.361Z] ad1474e8a426: Preparing [2024-07-31T14:00:12.361Z] 070627f006c0: Preparing [2024-07-31T14:00:12.361Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:12.361Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:12.361Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:12.361Z] 941a02c2d58b: Preparing [2024-07-31T14:00:12.361Z] ce7f800efff9: Preparing [2024-07-31T14:00:12.361Z] 941a02c2d58b: Waiting [2024-07-31T14:00:12.361Z] ce7f800efff9: Waiting [2024-07-31T14:00:12.361Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:12.361Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:12.361Z] 070627f006c0: Layer already exists [2024-07-31T14:00:12.361Z] ad1474e8a426: Layer already exists [2024-07-31T14:00:12.361Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:12.361Z] 2b8daa589c10: Layer already exists [2024-07-31T14:00:12.361Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:12.361Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:12.361Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:12.361Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:12.707Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:13.119Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-07-31T14:00:13.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-31T14:00:13.119Z] 2b8daa589c10: Preparing [2024-07-31T14:00:13.119Z] ad1474e8a426: Preparing [2024-07-31T14:00:13.119Z] 070627f006c0: Preparing [2024-07-31T14:00:13.119Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:13.119Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:13.119Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:13.119Z] 941a02c2d58b: Preparing [2024-07-31T14:00:13.119Z] ce7f800efff9: Preparing [2024-07-31T14:00:13.119Z] 941a02c2d58b: Waiting [2024-07-31T14:00:13.119Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:13.119Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:13.119Z] 070627f006c0: Layer already exists [2024-07-31T14:00:13.119Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:13.119Z] 2b8daa589c10: Layer already exists [2024-07-31T14:00:13.119Z] ad1474e8a426: Layer already exists [2024-07-31T14:00:13.119Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:13.119Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:13.119Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:13.119Z] main: digest: sha256:fd91069923894f76506b569c10bdb9b197529c1946f6ed35f0f60de2e4621c42 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:13.203Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:13.220Z] taggedImages: [2024-07-31T14:00:13.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:13.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-31T14:00:13.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.42 [2024-07-31T14:00:13.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:13.220Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-07-31T14:00:13.253Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-07-31T14:00:13.253Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:13.253Z] latest [2024-07-31T14:00:13.253Z] 3.2.0-dev.42 [2024-07-31T14:00:13.253Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:13.253Z] main [2024-07-31T14:00:13.253Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:13.624Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:13.966Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:13.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-31T14:00:13.967Z] 63c03e578faa: Preparing [2024-07-31T14:00:13.967Z] e3b5acde30dd: Preparing [2024-07-31T14:00:13.967Z] d92cf10d5e07: Preparing [2024-07-31T14:00:13.967Z] 80141c370d64: Preparing [2024-07-31T14:00:13.967Z] aa5bb64ed812: Preparing [2024-07-31T14:00:13.967Z] 40569ec95e58: Preparing [2024-07-31T14:00:13.967Z] da5702ff69b8: Preparing [2024-07-31T14:00:13.967Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:13.967Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:13.967Z] 2e6f46b4e7bc: Preparing [2024-07-31T14:00:13.967Z] a086fe702a41: Preparing [2024-07-31T14:00:13.967Z] 5f70bf18a086: Preparing [2024-07-31T14:00:13.967Z] 7dce21a13943: Preparing [2024-07-31T14:00:13.967Z] c4c1884aa609: Preparing [2024-07-31T14:00:13.967Z] 621f2c8b75d4: Preparing [2024-07-31T14:00:13.967Z] ce7f800efff9: Preparing [2024-07-31T14:00:13.967Z] 40569ec95e58: Waiting [2024-07-31T14:00:13.967Z] 7dce21a13943: Waiting [2024-07-31T14:00:13.967Z] c4c1884aa609: Waiting [2024-07-31T14:00:13.967Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:13.967Z] da5702ff69b8: Waiting [2024-07-31T14:00:13.967Z] 621f2c8b75d4: Waiting [2024-07-31T14:00:13.967Z] 2e6f46b4e7bc: Waiting [2024-07-31T14:00:13.967Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:13.967Z] ce7f800efff9: Waiting [2024-07-31T14:00:13.967Z] 5f70bf18a086: Waiting [2024-07-31T14:00:13.967Z] aa5bb64ed812: Pushed [2024-07-31T14:00:13.967Z] d92cf10d5e07: Pushed [2024-07-31T14:00:14.227Z] 80141c370d64: Pushed [2024-07-31T14:00:14.227Z] 63c03e578faa: Pushed [2024-07-31T14:00:14.227Z] e3b5acde30dd: Pushed [2024-07-31T14:00:14.227Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:14.227Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:14.227Z] 40569ec95e58: Pushed [2024-07-31T14:00:14.227Z] 5f70bf18a086: Layer already exists [2024-07-31T14:00:14.227Z] 2e6f46b4e7bc: Pushed [2024-07-31T14:00:14.227Z] 7dce21a13943: Pushed [2024-07-31T14:00:14.227Z] a086fe702a41: Pushed [2024-07-31T14:00:14.227Z] c4c1884aa609: Pushed [2024-07-31T14:00:14.227Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:14.486Z] 621f2c8b75d4: Pushed [2024-07-31T14:00:15.424Z] da5702ff69b8: Pushed [2024-07-31T14:00:15.424Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:15.764Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:16.093Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-31T14:00:16.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-31T14:00:16.093Z] 63c03e578faa: Preparing [2024-07-31T14:00:16.093Z] e3b5acde30dd: Preparing [2024-07-31T14:00:16.093Z] d92cf10d5e07: Preparing [2024-07-31T14:00:16.093Z] 80141c370d64: Preparing [2024-07-31T14:00:16.093Z] aa5bb64ed812: Preparing [2024-07-31T14:00:16.093Z] 40569ec95e58: Preparing [2024-07-31T14:00:16.093Z] da5702ff69b8: Preparing [2024-07-31T14:00:16.093Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:16.093Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:16.093Z] 2e6f46b4e7bc: Preparing [2024-07-31T14:00:16.093Z] a086fe702a41: Preparing [2024-07-31T14:00:16.093Z] 5f70bf18a086: Preparing [2024-07-31T14:00:16.093Z] 7dce21a13943: Preparing [2024-07-31T14:00:16.093Z] c4c1884aa609: Preparing [2024-07-31T14:00:16.093Z] 621f2c8b75d4: Preparing [2024-07-31T14:00:16.093Z] ce7f800efff9: Preparing [2024-07-31T14:00:16.093Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:16.093Z] 2e6f46b4e7bc: Waiting [2024-07-31T14:00:16.093Z] a086fe702a41: Waiting [2024-07-31T14:00:16.093Z] 5f70bf18a086: Waiting [2024-07-31T14:00:16.093Z] 7dce21a13943: Waiting [2024-07-31T14:00:16.093Z] c4c1884aa609: Waiting [2024-07-31T14:00:16.093Z] 621f2c8b75d4: Waiting [2024-07-31T14:00:16.093Z] ce7f800efff9: Waiting [2024-07-31T14:00:16.093Z] 40569ec95e58: Waiting [2024-07-31T14:00:16.093Z] da5702ff69b8: Waiting [2024-07-31T14:00:16.093Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:16.093Z] aa5bb64ed812: Layer already exists [2024-07-31T14:00:16.093Z] d92cf10d5e07: Layer already exists [2024-07-31T14:00:16.093Z] e3b5acde30dd: Layer already exists [2024-07-31T14:00:16.093Z] 80141c370d64: Layer already exists [2024-07-31T14:00:16.093Z] 63c03e578faa: Layer already exists [2024-07-31T14:00:16.093Z] da5702ff69b8: Layer already exists [2024-07-31T14:00:16.093Z] 40569ec95e58: Layer already exists [2024-07-31T14:00:16.093Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:16.093Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:16.093Z] 2e6f46b4e7bc: Layer already exists [2024-07-31T14:00:16.093Z] a086fe702a41: Layer already exists [2024-07-31T14:00:16.093Z] 5f70bf18a086: Layer already exists [2024-07-31T14:00:16.093Z] 7dce21a13943: Layer already exists [2024-07-31T14:00:16.093Z] c4c1884aa609: Layer already exists [2024-07-31T14:00:16.093Z] 621f2c8b75d4: Layer already exists [2024-07-31T14:00:16.093Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:16.093Z] latest: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:16.417Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:16.739Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.42 [2024-07-31T14:00:16.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-31T14:00:16.739Z] 63c03e578faa: Preparing [2024-07-31T14:00:16.739Z] e3b5acde30dd: Preparing [2024-07-31T14:00:16.739Z] d92cf10d5e07: Preparing [2024-07-31T14:00:16.739Z] 80141c370d64: Preparing [2024-07-31T14:00:16.739Z] aa5bb64ed812: Preparing [2024-07-31T14:00:16.739Z] 40569ec95e58: Preparing [2024-07-31T14:00:16.739Z] da5702ff69b8: Preparing [2024-07-31T14:00:16.739Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:16.739Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:16.739Z] 2e6f46b4e7bc: Preparing [2024-07-31T14:00:16.739Z] a086fe702a41: Preparing [2024-07-31T14:00:16.739Z] 5f70bf18a086: Preparing [2024-07-31T14:00:16.739Z] 7dce21a13943: Preparing [2024-07-31T14:00:16.739Z] c4c1884aa609: Preparing [2024-07-31T14:00:16.739Z] 621f2c8b75d4: Preparing [2024-07-31T14:00:16.739Z] ce7f800efff9: Preparing [2024-07-31T14:00:16.739Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:16.739Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:16.739Z] 2e6f46b4e7bc: Waiting [2024-07-31T14:00:16.739Z] a086fe702a41: Waiting [2024-07-31T14:00:16.739Z] 5f70bf18a086: Waiting [2024-07-31T14:00:16.739Z] 7dce21a13943: Waiting [2024-07-31T14:00:16.739Z] c4c1884aa609: Waiting [2024-07-31T14:00:16.739Z] 621f2c8b75d4: Waiting [2024-07-31T14:00:16.739Z] ce7f800efff9: Waiting [2024-07-31T14:00:16.739Z] 40569ec95e58: Waiting [2024-07-31T14:00:16.739Z] da5702ff69b8: Waiting [2024-07-31T14:00:16.739Z] d92cf10d5e07: Layer already exists [2024-07-31T14:00:16.739Z] aa5bb64ed812: Layer already exists [2024-07-31T14:00:16.739Z] 80141c370d64: Layer already exists [2024-07-31T14:00:16.739Z] 63c03e578faa: Layer already exists [2024-07-31T14:00:16.739Z] da5702ff69b8: Layer already exists [2024-07-31T14:00:16.739Z] 40569ec95e58: Layer already exists [2024-07-31T14:00:16.739Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:16.739Z] e3b5acde30dd: Layer already exists [2024-07-31T14:00:16.739Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:16.739Z] 2e6f46b4e7bc: Layer already exists [2024-07-31T14:00:16.739Z] a086fe702a41: Layer already exists [2024-07-31T14:00:16.739Z] 7dce21a13943: Layer already exists [2024-07-31T14:00:16.739Z] 621f2c8b75d4: Layer already exists [2024-07-31T14:00:16.739Z] c4c1884aa609: Layer already exists [2024-07-31T14:00:16.739Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:16.739Z] 5f70bf18a086: Layer already exists [2024-07-31T14:00:16.739Z] 3.2.0-dev.42: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:17.067Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:17.392Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:17.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-31T14:00:17.392Z] 63c03e578faa: Preparing [2024-07-31T14:00:17.392Z] e3b5acde30dd: Preparing [2024-07-31T14:00:17.392Z] d92cf10d5e07: Preparing [2024-07-31T14:00:17.392Z] 80141c370d64: Preparing [2024-07-31T14:00:17.392Z] aa5bb64ed812: Preparing [2024-07-31T14:00:17.392Z] 40569ec95e58: Preparing [2024-07-31T14:00:17.392Z] da5702ff69b8: Preparing [2024-07-31T14:00:17.392Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:17.392Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:17.392Z] 2e6f46b4e7bc: Preparing [2024-07-31T14:00:17.392Z] a086fe702a41: Preparing [2024-07-31T14:00:17.392Z] 5f70bf18a086: Preparing [2024-07-31T14:00:17.392Z] 7dce21a13943: Preparing [2024-07-31T14:00:17.392Z] c4c1884aa609: Preparing [2024-07-31T14:00:17.392Z] 621f2c8b75d4: Preparing [2024-07-31T14:00:17.392Z] 40569ec95e58: Waiting [2024-07-31T14:00:17.392Z] ce7f800efff9: Preparing [2024-07-31T14:00:17.392Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:17.392Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:17.392Z] 7dce21a13943: Waiting [2024-07-31T14:00:17.392Z] 2e6f46b4e7bc: Waiting [2024-07-31T14:00:17.392Z] c4c1884aa609: Waiting [2024-07-31T14:00:17.392Z] a086fe702a41: Waiting [2024-07-31T14:00:17.392Z] 5f70bf18a086: Waiting [2024-07-31T14:00:17.392Z] 621f2c8b75d4: Waiting [2024-07-31T14:00:17.392Z] ce7f800efff9: Waiting [2024-07-31T14:00:17.392Z] e3b5acde30dd: Layer already exists [2024-07-31T14:00:17.392Z] aa5bb64ed812: Layer already exists [2024-07-31T14:00:17.392Z] d92cf10d5e07: Layer already exists [2024-07-31T14:00:17.392Z] 63c03e578faa: Layer already exists [2024-07-31T14:00:17.392Z] 40569ec95e58: Layer already exists [2024-07-31T14:00:17.392Z] 80141c370d64: Layer already exists [2024-07-31T14:00:17.392Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:17.392Z] da5702ff69b8: Layer already exists [2024-07-31T14:00:17.392Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:17.392Z] 2e6f46b4e7bc: Layer already exists [2024-07-31T14:00:17.392Z] 7dce21a13943: Layer already exists [2024-07-31T14:00:17.392Z] a086fe702a41: Layer already exists [2024-07-31T14:00:17.392Z] c4c1884aa609: Layer already exists [2024-07-31T14:00:17.392Z] 5f70bf18a086: Layer already exists [2024-07-31T14:00:17.392Z] 621f2c8b75d4: Layer already exists [2024-07-31T14:00:17.392Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:17.392Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:17.748Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:18.098Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-07-31T14:00:18.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-31T14:00:18.098Z] 63c03e578faa: Preparing [2024-07-31T14:00:18.098Z] e3b5acde30dd: Preparing [2024-07-31T14:00:18.098Z] d92cf10d5e07: Preparing [2024-07-31T14:00:18.098Z] 80141c370d64: Preparing [2024-07-31T14:00:18.098Z] aa5bb64ed812: Preparing [2024-07-31T14:00:18.098Z] 40569ec95e58: Preparing [2024-07-31T14:00:18.098Z] da5702ff69b8: Preparing [2024-07-31T14:00:18.098Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:18.098Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:18.098Z] 2e6f46b4e7bc: Preparing [2024-07-31T14:00:18.098Z] a086fe702a41: Preparing [2024-07-31T14:00:18.098Z] 5f70bf18a086: Preparing [2024-07-31T14:00:18.098Z] 7dce21a13943: Preparing [2024-07-31T14:00:18.098Z] c4c1884aa609: Preparing [2024-07-31T14:00:18.098Z] 621f2c8b75d4: Preparing [2024-07-31T14:00:18.098Z] ce7f800efff9: Preparing [2024-07-31T14:00:18.098Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:18.098Z] 2e6f46b4e7bc: Waiting [2024-07-31T14:00:18.098Z] c4c1884aa609: Waiting [2024-07-31T14:00:18.098Z] 621f2c8b75d4: Waiting [2024-07-31T14:00:18.098Z] a086fe702a41: Waiting [2024-07-31T14:00:18.098Z] ce7f800efff9: Waiting [2024-07-31T14:00:18.098Z] 5f70bf18a086: Waiting [2024-07-31T14:00:18.098Z] 7dce21a13943: Waiting [2024-07-31T14:00:18.098Z] 40569ec95e58: Waiting [2024-07-31T14:00:18.098Z] da5702ff69b8: Waiting [2024-07-31T14:00:18.098Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:18.098Z] aa5bb64ed812: Layer already exists [2024-07-31T14:00:18.098Z] 80141c370d64: Layer already exists [2024-07-31T14:00:18.098Z] d92cf10d5e07: Layer already exists [2024-07-31T14:00:18.098Z] e3b5acde30dd: Layer already exists [2024-07-31T14:00:18.098Z] 63c03e578faa: Layer already exists [2024-07-31T14:00:18.098Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:18.098Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:18.098Z] da5702ff69b8: Layer already exists [2024-07-31T14:00:18.098Z] 40569ec95e58: Layer already exists [2024-07-31T14:00:18.098Z] 2e6f46b4e7bc: Layer already exists [2024-07-31T14:00:18.098Z] a086fe702a41: Layer already exists [2024-07-31T14:00:18.098Z] c4c1884aa609: Layer already exists [2024-07-31T14:00:18.098Z] 621f2c8b75d4: Layer already exists [2024-07-31T14:00:18.098Z] 7dce21a13943: Layer already exists [2024-07-31T14:00:18.098Z] 5f70bf18a086: Layer already exists [2024-07-31T14:00:18.098Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:18.098Z] main: digest: sha256:61f38cde1631d84695b5be9f122d5499137b80c11c75f7e6722f43a98c9cfe97 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:18.177Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:18.196Z] taggedImages: [2024-07-31T14:00:18.196Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:18.196Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-31T14:00:18.196Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.42 [2024-07-31T14:00:18.196Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:18.196Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-07-31T14:00:18.233Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-07-31T14:00:18.233Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:18.233Z] latest [2024-07-31T14:00:18.233Z] 3.2.0-dev.42 [2024-07-31T14:00:18.233Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:18.233Z] main [2024-07-31T14:00:18.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:18.585Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:18.907Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:18.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-31T14:00:18.907Z] c5a7169f6c28: Preparing [2024-07-31T14:00:18.907Z] 8adefb8d6601: Preparing [2024-07-31T14:00:18.907Z] 32d489699be4: Preparing [2024-07-31T14:00:18.907Z] 33bbfd2e9819: Preparing [2024-07-31T14:00:18.907Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:18.907Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:18.907Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:18.907Z] 941a02c2d58b: Preparing [2024-07-31T14:00:18.907Z] ce7f800efff9: Preparing [2024-07-31T14:00:18.907Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:18.907Z] 941a02c2d58b: Waiting [2024-07-31T14:00:18.907Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:18.907Z] ce7f800efff9: Waiting [2024-07-31T14:00:18.907Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:18.907Z] 8adefb8d6601: Layer already exists [2024-07-31T14:00:18.907Z] c5a7169f6c28: Layer already exists [2024-07-31T14:00:18.907Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:18.907Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:18.907Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:18.907Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:18.907Z] 32d489699be4: Pushed [2024-07-31T14:00:21.442Z] 33bbfd2e9819: Pushed [2024-07-31T14:00:21.442Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:21.769Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:22.097Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-31T14:00:22.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-31T14:00:22.097Z] c5a7169f6c28: Preparing [2024-07-31T14:00:22.097Z] 8adefb8d6601: Preparing [2024-07-31T14:00:22.097Z] 32d489699be4: Preparing [2024-07-31T14:00:22.097Z] 33bbfd2e9819: Preparing [2024-07-31T14:00:22.097Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:22.098Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:22.098Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:22.098Z] 941a02c2d58b: Preparing [2024-07-31T14:00:22.098Z] ce7f800efff9: Preparing [2024-07-31T14:00:22.098Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:22.098Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:22.098Z] ce7f800efff9: Waiting [2024-07-31T14:00:22.098Z] 941a02c2d58b: Waiting [2024-07-31T14:00:22.098Z] 33bbfd2e9819: Layer already exists [2024-07-31T14:00:22.098Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:22.098Z] 32d489699be4: Layer already exists [2024-07-31T14:00:22.098Z] c5a7169f6c28: Layer already exists [2024-07-31T14:00:22.098Z] 8adefb8d6601: Layer already exists [2024-07-31T14:00:22.098Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:22.098Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:22.098Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:22.098Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:22.098Z] latest: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:22.432Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:22.756Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.42 [2024-07-31T14:00:22.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-31T14:00:22.756Z] c5a7169f6c28: Preparing [2024-07-31T14:00:22.756Z] 8adefb8d6601: Preparing [2024-07-31T14:00:22.756Z] 32d489699be4: Preparing [2024-07-31T14:00:22.756Z] 33bbfd2e9819: Preparing [2024-07-31T14:00:22.756Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:22.756Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:22.756Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:22.756Z] 941a02c2d58b: Preparing [2024-07-31T14:00:22.756Z] ce7f800efff9: Preparing [2024-07-31T14:00:22.756Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:22.756Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:22.756Z] 941a02c2d58b: Waiting [2024-07-31T14:00:22.756Z] ce7f800efff9: Waiting [2024-07-31T14:00:22.756Z] 32d489699be4: Layer already exists [2024-07-31T14:00:22.756Z] 8adefb8d6601: Layer already exists [2024-07-31T14:00:22.756Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:22.756Z] c5a7169f6c28: Layer already exists [2024-07-31T14:00:22.756Z] 33bbfd2e9819: Layer already exists [2024-07-31T14:00:22.756Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:22.756Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:22.756Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:22.756Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:22.756Z] 3.2.0-dev.42: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:23.091Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:23.414Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:23.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-31T14:00:23.414Z] c5a7169f6c28: Preparing [2024-07-31T14:00:23.414Z] 8adefb8d6601: Preparing [2024-07-31T14:00:23.414Z] 32d489699be4: Preparing [2024-07-31T14:00:23.414Z] 33bbfd2e9819: Preparing [2024-07-31T14:00:23.414Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:23.414Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:23.414Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:23.414Z] 941a02c2d58b: Preparing [2024-07-31T14:00:23.414Z] ce7f800efff9: Preparing [2024-07-31T14:00:23.414Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:23.414Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:23.414Z] 941a02c2d58b: Waiting [2024-07-31T14:00:23.414Z] ce7f800efff9: Waiting [2024-07-31T14:00:23.414Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:23.414Z] 32d489699be4: Layer already exists [2024-07-31T14:00:23.414Z] 8adefb8d6601: Layer already exists [2024-07-31T14:00:23.414Z] 33bbfd2e9819: Layer already exists [2024-07-31T14:00:23.414Z] c5a7169f6c28: Layer already exists [2024-07-31T14:00:23.414Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:23.414Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:23.414Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:23.414Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:23.414Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:24.132Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:28.528Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-07-31T14:00:28.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-31T14:00:28.528Z] c5a7169f6c28: Preparing [2024-07-31T14:00:28.528Z] 8adefb8d6601: Preparing [2024-07-31T14:00:28.528Z] 32d489699be4: Preparing [2024-07-31T14:00:28.528Z] 33bbfd2e9819: Preparing [2024-07-31T14:00:28.528Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:28.528Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:28.528Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:00:28.528Z] 941a02c2d58b: Preparing [2024-07-31T14:00:28.528Z] ce7f800efff9: Preparing [2024-07-31T14:00:28.528Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:28.528Z] 941a02c2d58b: Waiting [2024-07-31T14:00:28.528Z] 3fc7ab47dd1b: Waiting [2024-07-31T14:00:28.528Z] ce7f800efff9: Waiting [2024-07-31T14:00:28.528Z] c5a7169f6c28: Layer already exists [2024-07-31T14:00:28.528Z] 32d489699be4: Layer already exists [2024-07-31T14:00:28.528Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:28.528Z] 33bbfd2e9819: Layer already exists [2024-07-31T14:00:28.528Z] 8adefb8d6601: Layer already exists [2024-07-31T14:00:28.528Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:28.528Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:28.528Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:00:28.528Z] 941a02c2d58b: Layer already exists [2024-07-31T14:00:28.528Z] main: digest: sha256:4cd089dea61b9d1442ae2cdec2e2c6cf98508479527338c19e9a323ded204e1a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:28.615Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:28.631Z] taggedImages: [2024-07-31T14:00:28.631Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:28.631Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-31T14:00:28.631Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.42 [2024-07-31T14:00:28.631Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:28.631Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-07-31T14:00:28.666Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-07-31T14:00:28.666Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:28.666Z] latest [2024-07-31T14:00:28.666Z] 3.2.0-dev.42 [2024-07-31T14:00:28.666Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:28.666Z] main [2024-07-31T14:00:28.666Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:29.102Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:31.047Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:31.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-31T14:00:31.564Z] a999bc1f81cc: Preparing [2024-07-31T14:00:31.564Z] 7a8219f83633: Preparing [2024-07-31T14:00:31.564Z] c40b2f78f7b1: Preparing [2024-07-31T14:00:31.564Z] e743881a21bb: Preparing [2024-07-31T14:00:31.564Z] b8d6b23521dd: Preparing [2024-07-31T14:00:31.564Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:31.564Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:31.564Z] 76701fd2bceb: Preparing [2024-07-31T14:00:31.564Z] 7a778d7e7219: Preparing [2024-07-31T14:00:31.564Z] 549957f75de6: Preparing [2024-07-31T14:00:31.564Z] ce7f800efff9: Preparing [2024-07-31T14:00:31.564Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:31.564Z] 549957f75de6: Waiting [2024-07-31T14:00:31.564Z] 7a778d7e7219: Waiting [2024-07-31T14:00:31.564Z] 76701fd2bceb: Waiting [2024-07-31T14:00:31.564Z] ce7f800efff9: Waiting [2024-07-31T14:00:31.564Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:32.226Z] b8d6b23521dd: Pushed [2024-07-31T14:00:32.226Z] e743881a21bb: Pushed [2024-07-31T14:00:32.226Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:32.851Z] 7a8219f83633: Pushed [2024-07-31T14:00:32.851Z] a999bc1f81cc: Pushed [2024-07-31T14:00:32.851Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:32.851Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:32.851Z] 76701fd2bceb: Pushed [2024-07-31T14:00:32.851Z] 7a778d7e7219: Pushed [2024-07-31T14:00:35.367Z] c40b2f78f7b1: Pushed [2024-07-31T14:00:36.507Z] 549957f75de6: Pushed [2024-07-31T14:00:36.507Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:36.825Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:37.237Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-31T14:00:37.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-31T14:00:37.237Z] a999bc1f81cc: Preparing [2024-07-31T14:00:37.237Z] 7a8219f83633: Preparing [2024-07-31T14:00:37.237Z] c40b2f78f7b1: Preparing [2024-07-31T14:00:37.237Z] e743881a21bb: Preparing [2024-07-31T14:00:37.237Z] b8d6b23521dd: Preparing [2024-07-31T14:00:37.237Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:37.237Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:37.237Z] 76701fd2bceb: Preparing [2024-07-31T14:00:37.237Z] 7a778d7e7219: Preparing [2024-07-31T14:00:37.237Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:37.237Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:37.237Z] 76701fd2bceb: Waiting [2024-07-31T14:00:37.237Z] 549957f75de6: Preparing [2024-07-31T14:00:37.237Z] ce7f800efff9: Preparing [2024-07-31T14:00:37.237Z] e743881a21bb: Layer already exists [2024-07-31T14:00:37.237Z] b8d6b23521dd: Layer already exists [2024-07-31T14:00:37.237Z] c40b2f78f7b1: Layer already exists [2024-07-31T14:00:37.237Z] a999bc1f81cc: Layer already exists [2024-07-31T14:00:37.237Z] 7a8219f83633: Layer already exists [2024-07-31T14:00:37.237Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:37.237Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:37.237Z] 76701fd2bceb: Layer already exists [2024-07-31T14:00:37.237Z] 7a778d7e7219: Layer already exists [2024-07-31T14:00:37.237Z] 549957f75de6: Layer already exists [2024-07-31T14:00:37.237Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:37.237Z] latest: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:37.633Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:37.998Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.42 [2024-07-31T14:00:37.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-31T14:00:37.998Z] a999bc1f81cc: Preparing [2024-07-31T14:00:37.998Z] 7a8219f83633: Preparing [2024-07-31T14:00:37.998Z] c40b2f78f7b1: Preparing [2024-07-31T14:00:37.998Z] e743881a21bb: Preparing [2024-07-31T14:00:37.998Z] b8d6b23521dd: Preparing [2024-07-31T14:00:37.998Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:37.998Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:37.998Z] 76701fd2bceb: Preparing [2024-07-31T14:00:37.998Z] 7a778d7e7219: Preparing [2024-07-31T14:00:37.998Z] 549957f75de6: Preparing [2024-07-31T14:00:37.998Z] ce7f800efff9: Preparing [2024-07-31T14:00:37.998Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:37.998Z] ce7f800efff9: Waiting [2024-07-31T14:00:37.998Z] 549957f75de6: Waiting [2024-07-31T14:00:37.998Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:37.998Z] a999bc1f81cc: Layer already exists [2024-07-31T14:00:37.998Z] 7a8219f83633: Layer already exists [2024-07-31T14:00:37.998Z] e743881a21bb: Layer already exists [2024-07-31T14:00:37.998Z] c40b2f78f7b1: Layer already exists [2024-07-31T14:00:37.998Z] b8d6b23521dd: Layer already exists [2024-07-31T14:00:37.998Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:37.998Z] 76701fd2bceb: Layer already exists [2024-07-31T14:00:37.998Z] 7a778d7e7219: Layer already exists [2024-07-31T14:00:37.998Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:37.998Z] 549957f75de6: Layer already exists [2024-07-31T14:00:37.998Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:37.998Z] 3.2.0-dev.42: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:38.353Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:39.070Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:39.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-31T14:00:39.070Z] a999bc1f81cc: Preparing [2024-07-31T14:00:39.070Z] 7a8219f83633: Preparing [2024-07-31T14:00:39.070Z] c40b2f78f7b1: Preparing [2024-07-31T14:00:39.329Z] e743881a21bb: Preparing [2024-07-31T14:00:39.329Z] b8d6b23521dd: Preparing [2024-07-31T14:00:39.329Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:39.329Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:39.329Z] 76701fd2bceb: Preparing [2024-07-31T14:00:39.329Z] 7a778d7e7219: Preparing [2024-07-31T14:00:39.329Z] 549957f75de6: Preparing [2024-07-31T14:00:39.329Z] ce7f800efff9: Preparing [2024-07-31T14:00:39.329Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:39.329Z] 76701fd2bceb: Waiting [2024-07-31T14:00:39.329Z] 7a778d7e7219: Waiting [2024-07-31T14:00:39.329Z] 549957f75de6: Waiting [2024-07-31T14:00:39.329Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:39.329Z] ce7f800efff9: Waiting [2024-07-31T14:00:39.329Z] c40b2f78f7b1: Layer already exists [2024-07-31T14:00:39.329Z] e743881a21bb: Layer already exists [2024-07-31T14:00:39.329Z] b8d6b23521dd: Layer already exists [2024-07-31T14:00:39.329Z] a999bc1f81cc: Layer already exists [2024-07-31T14:00:39.329Z] 7a8219f83633: Layer already exists [2024-07-31T14:00:39.329Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:39.329Z] 549957f75de6: Layer already exists [2024-07-31T14:00:39.329Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:39.329Z] 76701fd2bceb: Layer already exists [2024-07-31T14:00:39.329Z] 7a778d7e7219: Layer already exists [2024-07-31T14:00:39.329Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:39.329Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:39.675Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:40.006Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-07-31T14:00:40.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-31T14:00:40.006Z] a999bc1f81cc: Preparing [2024-07-31T14:00:40.006Z] 7a8219f83633: Preparing [2024-07-31T14:00:40.006Z] c40b2f78f7b1: Preparing [2024-07-31T14:00:40.006Z] e743881a21bb: Preparing [2024-07-31T14:00:40.006Z] b8d6b23521dd: Preparing [2024-07-31T14:00:40.006Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:40.006Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:40.006Z] 76701fd2bceb: Preparing [2024-07-31T14:00:40.006Z] 7a778d7e7219: Preparing [2024-07-31T14:00:40.006Z] 549957f75de6: Preparing [2024-07-31T14:00:40.006Z] ce7f800efff9: Preparing [2024-07-31T14:00:40.006Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:40.006Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:40.006Z] 76701fd2bceb: Waiting [2024-07-31T14:00:40.006Z] 7a778d7e7219: Waiting [2024-07-31T14:00:40.006Z] 549957f75de6: Waiting [2024-07-31T14:00:40.006Z] ce7f800efff9: Waiting [2024-07-31T14:00:40.006Z] e743881a21bb: Layer already exists [2024-07-31T14:00:40.006Z] 7a8219f83633: Layer already exists [2024-07-31T14:00:40.006Z] a999bc1f81cc: Layer already exists [2024-07-31T14:00:40.006Z] b8d6b23521dd: Layer already exists [2024-07-31T14:00:40.006Z] c40b2f78f7b1: Layer already exists [2024-07-31T14:00:40.006Z] 76701fd2bceb: Layer already exists [2024-07-31T14:00:40.006Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:40.006Z] 7a778d7e7219: Layer already exists [2024-07-31T14:00:40.006Z] 549957f75de6: Layer already exists [2024-07-31T14:00:40.006Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:40.006Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:40.006Z] main: digest: sha256:443b8be83914f93b5c0a3172faecc59d65e9b59ea0ea1d07930866e351ff19c6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:40.083Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:40.099Z] taggedImages: [2024-07-31T14:00:40.099Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:40.099Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-31T14:00:40.099Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.42 [2024-07-31T14:00:40.099Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:40.099Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-07-31T14:00:40.128Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-07-31T14:00:40.128Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:40.128Z] latest [2024-07-31T14:00:40.128Z] 3.2.0-dev.42 [2024-07-31T14:00:40.128Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:40.128Z] main [2024-07-31T14:00:40.128Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:40.487Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:40.815Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:40.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-31T14:00:40.816Z] 6d35555e19db: Preparing [2024-07-31T14:00:40.816Z] 1ca54d9c576d: Preparing [2024-07-31T14:00:40.816Z] e6814da72c11: Preparing [2024-07-31T14:00:40.816Z] bfc809ba1d00: Preparing [2024-07-31T14:00:40.816Z] 30da7be04f00: Preparing [2024-07-31T14:00:40.816Z] 39493294664a: Preparing [2024-07-31T14:00:40.816Z] 15d8ba14a877: Preparing [2024-07-31T14:00:40.816Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:40.816Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:40.816Z] cf785c89421e: Preparing [2024-07-31T14:00:40.816Z] d5260b0e8ae0: Preparing [2024-07-31T14:00:40.816Z] ce7f800efff9: Preparing [2024-07-31T14:00:40.816Z] 39493294664a: Waiting [2024-07-31T14:00:40.816Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:40.816Z] cf785c89421e: Waiting [2024-07-31T14:00:40.816Z] d5260b0e8ae0: Waiting [2024-07-31T14:00:40.816Z] ce7f800efff9: Waiting [2024-07-31T14:00:40.816Z] 15d8ba14a877: Waiting [2024-07-31T14:00:40.816Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:40.816Z] 30da7be04f00: Pushed [2024-07-31T14:00:40.816Z] 6d35555e19db: Pushed [2024-07-31T14:00:40.816Z] 1ca54d9c576d: Pushed [2024-07-31T14:00:40.816Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:40.816Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:41.074Z] 39493294664a: Pushed [2024-07-31T14:00:41.074Z] 15d8ba14a877: Pushed [2024-07-31T14:00:41.074Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:41.074Z] cf785c89421e: Pushed [2024-07-31T14:00:41.642Z] bfc809ba1d00: Pushed [2024-07-31T14:00:43.700Z] e6814da72c11: Pushed [2024-07-31T14:00:43.700Z] d5260b0e8ae0: Pushed [2024-07-31T14:00:43.700Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:44.038Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:44.361Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-31T14:00:44.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-31T14:00:44.361Z] 6d35555e19db: Preparing [2024-07-31T14:00:44.361Z] 1ca54d9c576d: Preparing [2024-07-31T14:00:44.361Z] e6814da72c11: Preparing [2024-07-31T14:00:44.361Z] bfc809ba1d00: Preparing [2024-07-31T14:00:44.361Z] 30da7be04f00: Preparing [2024-07-31T14:00:44.361Z] 39493294664a: Preparing [2024-07-31T14:00:44.361Z] 15d8ba14a877: Preparing [2024-07-31T14:00:44.361Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:44.361Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:44.361Z] cf785c89421e: Preparing [2024-07-31T14:00:44.361Z] d5260b0e8ae0: Preparing [2024-07-31T14:00:44.361Z] ce7f800efff9: Preparing [2024-07-31T14:00:44.361Z] 15d8ba14a877: Waiting [2024-07-31T14:00:44.361Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:44.361Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:44.361Z] cf785c89421e: Waiting [2024-07-31T14:00:44.361Z] 39493294664a: Waiting [2024-07-31T14:00:44.361Z] d5260b0e8ae0: Waiting [2024-07-31T14:00:44.361Z] ce7f800efff9: Waiting [2024-07-31T14:00:44.361Z] e6814da72c11: Layer already exists [2024-07-31T14:00:44.361Z] bfc809ba1d00: Layer already exists [2024-07-31T14:00:44.361Z] 30da7be04f00: Layer already exists [2024-07-31T14:00:44.361Z] 6d35555e19db: Layer already exists [2024-07-31T14:00:44.361Z] 1ca54d9c576d: Layer already exists [2024-07-31T14:00:44.361Z] 15d8ba14a877: Layer already exists [2024-07-31T14:00:44.361Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:44.361Z] cf785c89421e: Layer already exists [2024-07-31T14:00:44.361Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:44.361Z] 39493294664a: Layer already exists [2024-07-31T14:00:44.361Z] d5260b0e8ae0: Layer already exists [2024-07-31T14:00:44.361Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:44.361Z] latest: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:44.698Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:45.026Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.42 [2024-07-31T14:00:45.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-31T14:00:45.026Z] 6d35555e19db: Preparing [2024-07-31T14:00:45.026Z] 1ca54d9c576d: Preparing [2024-07-31T14:00:45.026Z] e6814da72c11: Preparing [2024-07-31T14:00:45.026Z] bfc809ba1d00: Preparing [2024-07-31T14:00:45.026Z] 30da7be04f00: Preparing [2024-07-31T14:00:45.026Z] 39493294664a: Preparing [2024-07-31T14:00:45.026Z] 15d8ba14a877: Preparing [2024-07-31T14:00:45.026Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:45.026Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:45.026Z] cf785c89421e: Preparing [2024-07-31T14:00:45.026Z] d5260b0e8ae0: Preparing [2024-07-31T14:00:45.026Z] ce7f800efff9: Preparing [2024-07-31T14:00:45.026Z] 39493294664a: Waiting [2024-07-31T14:00:45.026Z] cf785c89421e: Waiting [2024-07-31T14:00:45.026Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:45.026Z] d5260b0e8ae0: Waiting [2024-07-31T14:00:45.026Z] 15d8ba14a877: Waiting [2024-07-31T14:00:45.026Z] ce7f800efff9: Waiting [2024-07-31T14:00:45.026Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:45.026Z] 6d35555e19db: Layer already exists [2024-07-31T14:00:45.026Z] 1ca54d9c576d: Layer already exists [2024-07-31T14:00:45.026Z] e6814da72c11: Layer already exists [2024-07-31T14:00:45.026Z] bfc809ba1d00: Layer already exists [2024-07-31T14:00:45.026Z] 30da7be04f00: Layer already exists [2024-07-31T14:00:45.026Z] 15d8ba14a877: Layer already exists [2024-07-31T14:00:45.027Z] 39493294664a: Layer already exists [2024-07-31T14:00:45.027Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:45.027Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:45.027Z] cf785c89421e: Layer already exists [2024-07-31T14:00:45.027Z] d5260b0e8ae0: Layer already exists [2024-07-31T14:00:45.027Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:45.027Z] 3.2.0-dev.42: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:45.353Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:45.700Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:45.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-31T14:00:45.700Z] 6d35555e19db: Preparing [2024-07-31T14:00:45.700Z] 1ca54d9c576d: Preparing [2024-07-31T14:00:45.700Z] e6814da72c11: Preparing [2024-07-31T14:00:45.700Z] bfc809ba1d00: Preparing [2024-07-31T14:00:45.700Z] 30da7be04f00: Preparing [2024-07-31T14:00:45.700Z] 39493294664a: Preparing [2024-07-31T14:00:45.700Z] 15d8ba14a877: Preparing [2024-07-31T14:00:45.700Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:45.700Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:45.700Z] cf785c89421e: Preparing [2024-07-31T14:00:45.700Z] d5260b0e8ae0: Preparing [2024-07-31T14:00:45.700Z] ce7f800efff9: Preparing [2024-07-31T14:00:45.700Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:45.700Z] cf785c89421e: Waiting [2024-07-31T14:00:45.700Z] d5260b0e8ae0: Waiting [2024-07-31T14:00:45.700Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:45.700Z] 39493294664a: Waiting [2024-07-31T14:00:45.700Z] ce7f800efff9: Waiting [2024-07-31T14:00:45.700Z] 1ca54d9c576d: Layer already exists [2024-07-31T14:00:45.700Z] 6d35555e19db: Layer already exists [2024-07-31T14:00:45.700Z] bfc809ba1d00: Layer already exists [2024-07-31T14:00:45.700Z] e6814da72c11: Layer already exists [2024-07-31T14:00:45.700Z] 30da7be04f00: Layer already exists [2024-07-31T14:00:45.700Z] 15d8ba14a877: Layer already exists [2024-07-31T14:00:45.700Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:45.700Z] 39493294664a: Layer already exists [2024-07-31T14:00:45.700Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:45.700Z] cf785c89421e: Layer already exists [2024-07-31T14:00:45.700Z] d5260b0e8ae0: Layer already exists [2024-07-31T14:00:45.700Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:45.700Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:46.034Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:46.360Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-07-31T14:00:46.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-31T14:00:46.360Z] 6d35555e19db: Preparing [2024-07-31T14:00:46.360Z] 1ca54d9c576d: Preparing [2024-07-31T14:00:46.360Z] e6814da72c11: Preparing [2024-07-31T14:00:46.360Z] bfc809ba1d00: Preparing [2024-07-31T14:00:46.360Z] 30da7be04f00: Preparing [2024-07-31T14:00:46.360Z] 39493294664a: Preparing [2024-07-31T14:00:46.360Z] 15d8ba14a877: Preparing [2024-07-31T14:00:46.360Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:46.360Z] 39493294664a: Waiting [2024-07-31T14:00:46.360Z] 15d8ba14a877: Waiting [2024-07-31T14:00:46.360Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:46.360Z] cf785c89421e: Preparing [2024-07-31T14:00:46.360Z] d5260b0e8ae0: Preparing [2024-07-31T14:00:46.360Z] ce7f800efff9: Preparing [2024-07-31T14:00:46.360Z] d5260b0e8ae0: Waiting [2024-07-31T14:00:46.360Z] ce7f800efff9: Waiting [2024-07-31T14:00:46.360Z] 2f9b2c563cd2: Waiting [2024-07-31T14:00:46.360Z] cf785c89421e: Waiting [2024-07-31T14:00:46.360Z] 44ea4e9a09a2: Waiting [2024-07-31T14:00:46.360Z] 1ca54d9c576d: Layer already exists [2024-07-31T14:00:46.360Z] bfc809ba1d00: Layer already exists [2024-07-31T14:00:46.360Z] 30da7be04f00: Layer already exists [2024-07-31T14:00:46.360Z] e6814da72c11: Layer already exists [2024-07-31T14:00:46.360Z] 6d35555e19db: Layer already exists [2024-07-31T14:00:46.360Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:46.360Z] 39493294664a: Layer already exists [2024-07-31T14:00:46.360Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:46.360Z] 15d8ba14a877: Layer already exists [2024-07-31T14:00:46.360Z] cf785c89421e: Layer already exists [2024-07-31T14:00:46.360Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:46.360Z] d5260b0e8ae0: Layer already exists [2024-07-31T14:00:46.360Z] main: digest: sha256:52e104a6cf6cd97b58ef3e72a841af835fed12d9e0d25dce5fbebf466e92ac2e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:46.428Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:46.444Z] taggedImages: [2024-07-31T14:00:46.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:46.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-31T14:00:46.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.42 [2024-07-31T14:00:46.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:46.444Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-07-31T14:00:46.473Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-07-31T14:00:46.473Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:46.473Z] latest [2024-07-31T14:00:46.473Z] 3.2.0-dev.42 [2024-07-31T14:00:46.473Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:46.473Z] main [2024-07-31T14:00:46.473Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:46.817Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:47.169Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:47.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-31T14:00:47.170Z] 1a840a2761cb: Preparing [2024-07-31T14:00:47.170Z] a4d9d9ec12a7: Preparing [2024-07-31T14:00:47.170Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:47.170Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:47.170Z] 4344c8d57066: Preparing [2024-07-31T14:00:47.170Z] fc06aa54a71a: Preparing [2024-07-31T14:00:47.170Z] ce7f800efff9: Preparing [2024-07-31T14:00:47.170Z] fc06aa54a71a: Waiting [2024-07-31T14:00:47.170Z] ce7f800efff9: Waiting [2024-07-31T14:00:47.170Z] 4344c8d57066: Pushed [2024-07-31T14:00:47.736Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:47.736Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:47.736Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:47.736Z] 1a840a2761cb: Pushed [2024-07-31T14:00:48.304Z] fc06aa54a71a: Pushed [2024-07-31T14:00:48.563Z] a4d9d9ec12a7: Pushed [2024-07-31T14:00:48.822Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:49.145Z] + 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-07-31T14:00:49.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-31T14:00:49.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-31T14:00:49.478Z] 1a840a2761cb: Preparing [2024-07-31T14:00:49.478Z] a4d9d9ec12a7: Preparing [2024-07-31T14:00:49.478Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:49.478Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:49.478Z] 4344c8d57066: Preparing [2024-07-31T14:00:49.478Z] fc06aa54a71a: Preparing [2024-07-31T14:00:49.478Z] ce7f800efff9: Preparing [2024-07-31T14:00:49.478Z] ce7f800efff9: Waiting [2024-07-31T14:00:49.478Z] fc06aa54a71a: Waiting [2024-07-31T14:00:49.478Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:49.478Z] 4344c8d57066: Layer already exists [2024-07-31T14:00:49.478Z] a4d9d9ec12a7: Layer already exists [2024-07-31T14:00:49.478Z] 1a840a2761cb: Layer already exists [2024-07-31T14:00:49.478Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:49.478Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:49.478Z] fc06aa54a71a: Layer already exists [2024-07-31T14:00:49.478Z] latest: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:49.812Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:50.139Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.42 [2024-07-31T14:00:50.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-31T14:00:50.139Z] 1a840a2761cb: Preparing [2024-07-31T14:00:50.139Z] a4d9d9ec12a7: Preparing [2024-07-31T14:00:50.139Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:50.139Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:50.139Z] 4344c8d57066: Preparing [2024-07-31T14:00:50.139Z] fc06aa54a71a: Preparing [2024-07-31T14:00:50.139Z] ce7f800efff9: Preparing [2024-07-31T14:00:50.139Z] fc06aa54a71a: Waiting [2024-07-31T14:00:50.139Z] ce7f800efff9: Waiting [2024-07-31T14:00:50.139Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:50.139Z] 4344c8d57066: Layer already exists [2024-07-31T14:00:50.140Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:50.140Z] 1a840a2761cb: Layer already exists [2024-07-31T14:00:50.140Z] a4d9d9ec12a7: Layer already exists [2024-07-31T14:00:50.140Z] fc06aa54a71a: Layer already exists [2024-07-31T14:00:50.140Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:50.140Z] 3.2.0-dev.42: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:50.482Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:50.831Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:50.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-31T14:00:50.831Z] 1a840a2761cb: Preparing [2024-07-31T14:00:50.831Z] a4d9d9ec12a7: Preparing [2024-07-31T14:00:50.831Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:50.831Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:50.831Z] 4344c8d57066: Preparing [2024-07-31T14:00:50.831Z] fc06aa54a71a: Preparing [2024-07-31T14:00:50.831Z] ce7f800efff9: Preparing [2024-07-31T14:00:50.831Z] ce7f800efff9: Waiting [2024-07-31T14:00:50.831Z] 1a840a2761cb: Layer already exists [2024-07-31T14:00:50.831Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:50.831Z] 4344c8d57066: Layer already exists [2024-07-31T14:00:50.831Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:50.831Z] a4d9d9ec12a7: Layer already exists [2024-07-31T14:00:50.831Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:50.831Z] fc06aa54a71a: Layer already exists [2024-07-31T14:00:50.831Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:51.176Z] + 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-07-31T14:00:51.506Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-07-31T14:00:51.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-31T14:00:51.506Z] 1a840a2761cb: Preparing [2024-07-31T14:00:51.506Z] a4d9d9ec12a7: Preparing [2024-07-31T14:00:51.506Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:51.506Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:51.506Z] 4344c8d57066: Preparing [2024-07-31T14:00:51.506Z] fc06aa54a71a: Preparing [2024-07-31T14:00:51.506Z] ce7f800efff9: Preparing [2024-07-31T14:00:51.506Z] fc06aa54a71a: Waiting [2024-07-31T14:00:51.506Z] ce7f800efff9: Waiting [2024-07-31T14:00:51.506Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:51.506Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:51.506Z] a4d9d9ec12a7: Layer already exists [2024-07-31T14:00:51.506Z] 1a840a2761cb: Layer already exists [2024-07-31T14:00:51.506Z] 4344c8d57066: Layer already exists [2024-07-31T14:00:51.506Z] fc06aa54a71a: Layer already exists [2024-07-31T14:00:51.506Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:51.506Z] main: digest: sha256:ce34b1bcda5e92404a340ede638a4bec4f6ed0d262dd066a29bf4ea5631e85ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:00:51.584Z] ===================================================== [Pipeline] echo [2024-07-31T14:00:51.599Z] taggedImages: [2024-07-31T14:00:51.599Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:51.599Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-31T14:00:51.599Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.42 [2024-07-31T14:00:51.599Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:51.599Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-07-31T14:00:51.628Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-07-31T14:00:51.628Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:51.628Z] latest [2024-07-31T14:00:51.628Z] 3.2.0-dev.42 [2024-07-31T14:00:51.628Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:00:51.628Z] main [2024-07-31T14:00:51.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:51.977Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:00:52.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:00:52.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-31T14:00:52.304Z] 73b7436f77e3: Preparing [2024-07-31T14:00:52.304Z] 97f55382cf0a: Preparing [2024-07-31T14:00:52.304Z] a7d36d8fb21d: Preparing [2024-07-31T14:00:52.304Z] 2f9b2c563cd2: Preparing [2024-07-31T14:00:52.304Z] 44ea4e9a09a2: Preparing [2024-07-31T14:00:52.304Z] 7513dbc8f0ad: Preparing [2024-07-31T14:00:52.304Z] 10c62463ceb4: Preparing [2024-07-31T14:00:52.304Z] 918468545a34: Preparing [2024-07-31T14:00:52.304Z] c21434d1c396: Preparing [2024-07-31T14:00:52.304Z] ce7f800efff9: Preparing [2024-07-31T14:00:52.304Z] 7513dbc8f0ad: Waiting [2024-07-31T14:00:52.304Z] 10c62463ceb4: Waiting [2024-07-31T14:00:52.304Z] ce7f800efff9: Waiting [2024-07-31T14:00:52.304Z] 918468545a34: Waiting [2024-07-31T14:00:52.304Z] c21434d1c396: Waiting [2024-07-31T14:00:52.304Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:00:52.304Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:00:52.304Z] a7d36d8fb21d: Pushed [2024-07-31T14:00:52.304Z] 73b7436f77e3: Pushed [2024-07-31T14:00:52.304Z] 97f55382cf0a: Pushed [2024-07-31T14:00:52.304Z] ce7f800efff9: Layer already exists [2024-07-31T14:00:52.564Z] 918468545a34: Pushed [2024-07-31T14:00:52.823Z] c21434d1c396: Pushed [2024-07-31T14:00:58.093Z] 10c62463ceb4: Pushed [2024-07-31T14:01:03.369Z] 7513dbc8f0ad: Pushed [2024-07-31T14:01:03.369Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:03.702Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:04.026Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-31T14:01:04.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-31T14:01:04.026Z] 73b7436f77e3: Preparing [2024-07-31T14:01:04.026Z] 97f55382cf0a: Preparing [2024-07-31T14:01:04.026Z] a7d36d8fb21d: Preparing [2024-07-31T14:01:04.026Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:04.026Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:04.026Z] 7513dbc8f0ad: Preparing [2024-07-31T14:01:04.026Z] 10c62463ceb4: Preparing [2024-07-31T14:01:04.026Z] 918468545a34: Preparing [2024-07-31T14:01:04.026Z] c21434d1c396: Preparing [2024-07-31T14:01:04.026Z] ce7f800efff9: Preparing [2024-07-31T14:01:04.026Z] 7513dbc8f0ad: Waiting [2024-07-31T14:01:04.026Z] 10c62463ceb4: Waiting [2024-07-31T14:01:04.026Z] 918468545a34: Waiting [2024-07-31T14:01:04.026Z] c21434d1c396: Waiting [2024-07-31T14:01:04.026Z] ce7f800efff9: Waiting [2024-07-31T14:01:04.026Z] 73b7436f77e3: Layer already exists [2024-07-31T14:01:04.026Z] 97f55382cf0a: Layer already exists [2024-07-31T14:01:04.026Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:04.026Z] a7d36d8fb21d: Layer already exists [2024-07-31T14:01:04.026Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:04.026Z] 10c62463ceb4: Layer already exists [2024-07-31T14:01:04.026Z] 7513dbc8f0ad: Layer already exists [2024-07-31T14:01:04.026Z] c21434d1c396: Layer already exists [2024-07-31T14:01:04.026Z] 918468545a34: Layer already exists [2024-07-31T14:01:04.026Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:04.026Z] latest: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:04.361Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:04.694Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.42 [2024-07-31T14:01:04.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-31T14:01:04.694Z] 73b7436f77e3: Preparing [2024-07-31T14:01:04.694Z] 97f55382cf0a: Preparing [2024-07-31T14:01:04.694Z] a7d36d8fb21d: Preparing [2024-07-31T14:01:04.694Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:04.694Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:04.694Z] 7513dbc8f0ad: Preparing [2024-07-31T14:01:04.694Z] 10c62463ceb4: Preparing [2024-07-31T14:01:04.694Z] 918468545a34: Preparing [2024-07-31T14:01:04.694Z] c21434d1c396: Preparing [2024-07-31T14:01:04.694Z] ce7f800efff9: Preparing [2024-07-31T14:01:04.694Z] 10c62463ceb4: Waiting [2024-07-31T14:01:04.694Z] ce7f800efff9: Waiting [2024-07-31T14:01:04.694Z] 918468545a34: Waiting [2024-07-31T14:01:04.694Z] c21434d1c396: Waiting [2024-07-31T14:01:04.694Z] 7513dbc8f0ad: Waiting [2024-07-31T14:01:04.694Z] 97f55382cf0a: Layer already exists [2024-07-31T14:01:04.694Z] 73b7436f77e3: Layer already exists [2024-07-31T14:01:04.694Z] a7d36d8fb21d: Layer already exists [2024-07-31T14:01:04.694Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:04.694Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:04.694Z] c21434d1c396: Layer already exists [2024-07-31T14:01:04.694Z] 7513dbc8f0ad: Layer already exists [2024-07-31T14:01:04.694Z] 10c62463ceb4: Layer already exists [2024-07-31T14:01:04.694Z] 918468545a34: Layer already exists [2024-07-31T14:01:04.694Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:04.694Z] 3.2.0-dev.42: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:05.030Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:05.344Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:05.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-31T14:01:05.344Z] 73b7436f77e3: Preparing [2024-07-31T14:01:05.344Z] 97f55382cf0a: Preparing [2024-07-31T14:01:05.344Z] a7d36d8fb21d: Preparing [2024-07-31T14:01:05.344Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:05.344Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:05.344Z] 7513dbc8f0ad: Preparing [2024-07-31T14:01:05.344Z] 10c62463ceb4: Preparing [2024-07-31T14:01:05.344Z] 918468545a34: Preparing [2024-07-31T14:01:05.344Z] c21434d1c396: Preparing [2024-07-31T14:01:05.344Z] ce7f800efff9: Preparing [2024-07-31T14:01:05.344Z] 7513dbc8f0ad: Waiting [2024-07-31T14:01:05.344Z] 10c62463ceb4: Waiting [2024-07-31T14:01:05.344Z] 918468545a34: Waiting [2024-07-31T14:01:05.344Z] c21434d1c396: Waiting [2024-07-31T14:01:05.344Z] ce7f800efff9: Waiting [2024-07-31T14:01:05.344Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:05.344Z] a7d36d8fb21d: Layer already exists [2024-07-31T14:01:05.344Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:05.344Z] 97f55382cf0a: Layer already exists [2024-07-31T14:01:05.344Z] 73b7436f77e3: Layer already exists [2024-07-31T14:01:05.344Z] 10c62463ceb4: Layer already exists [2024-07-31T14:01:05.344Z] 7513dbc8f0ad: Layer already exists [2024-07-31T14:01:05.344Z] c21434d1c396: Layer already exists [2024-07-31T14:01:05.344Z] 918468545a34: Layer already exists [2024-07-31T14:01:05.344Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:05.344Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:05.693Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:06.024Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-07-31T14:01:06.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-31T14:01:06.024Z] 73b7436f77e3: Preparing [2024-07-31T14:01:06.024Z] 97f55382cf0a: Preparing [2024-07-31T14:01:06.024Z] a7d36d8fb21d: Preparing [2024-07-31T14:01:06.024Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:06.024Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:06.024Z] 7513dbc8f0ad: Preparing [2024-07-31T14:01:06.024Z] 10c62463ceb4: Preparing [2024-07-31T14:01:06.024Z] 918468545a34: Preparing [2024-07-31T14:01:06.024Z] c21434d1c396: Preparing [2024-07-31T14:01:06.024Z] ce7f800efff9: Preparing [2024-07-31T14:01:06.024Z] 7513dbc8f0ad: Waiting [2024-07-31T14:01:06.024Z] 918468545a34: Waiting [2024-07-31T14:01:06.024Z] ce7f800efff9: Waiting [2024-07-31T14:01:06.024Z] 10c62463ceb4: Waiting [2024-07-31T14:01:06.024Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:06.024Z] 73b7436f77e3: Layer already exists [2024-07-31T14:01:06.024Z] 97f55382cf0a: Layer already exists [2024-07-31T14:01:06.024Z] a7d36d8fb21d: Layer already exists [2024-07-31T14:01:06.024Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:06.024Z] 7513dbc8f0ad: Layer already exists [2024-07-31T14:01:06.024Z] c21434d1c396: Layer already exists [2024-07-31T14:01:06.024Z] 918468545a34: Layer already exists [2024-07-31T14:01:06.024Z] 10c62463ceb4: Layer already exists [2024-07-31T14:01:06.024Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:06.024Z] main: digest: sha256:81e349e1b5d1d13f5c41a0a53274b835ca09c5992528a9b65ef9342746e6f9bf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:01:06.107Z] ===================================================== [Pipeline] echo [2024-07-31T14:01:06.130Z] taggedImages: [2024-07-31T14:01:06.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:06.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-31T14:01:06.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.42 [2024-07-31T14:01:06.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:06.130Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-07-31T14:01:06.163Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-07-31T14:01:06.163Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:06.163Z] latest [2024-07-31T14:01:06.163Z] 3.2.0-dev.42 [2024-07-31T14:01:06.163Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:06.163Z] main [2024-07-31T14:01:06.163Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:06.518Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:06.847Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:06.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-31T14:01:06.847Z] dc4acdcb3551: Preparing [2024-07-31T14:01:06.847Z] 612699053ccc: Preparing [2024-07-31T14:01:06.847Z] 67b29791377c: Preparing [2024-07-31T14:01:06.847Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:06.847Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:06.847Z] aa8d6a94d18c: Preparing [2024-07-31T14:01:06.847Z] ad64b4e77459: Preparing [2024-07-31T14:01:06.847Z] d72be4ae7c63: Preparing [2024-07-31T14:01:06.847Z] ce7f800efff9: Preparing [2024-07-31T14:01:06.847Z] aa8d6a94d18c: Waiting [2024-07-31T14:01:06.847Z] ce7f800efff9: Waiting [2024-07-31T14:01:06.847Z] ad64b4e77459: Waiting [2024-07-31T14:01:06.847Z] d72be4ae7c63: Waiting [2024-07-31T14:01:06.847Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:06.847Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:06.847Z] 612699053ccc: Pushed [2024-07-31T14:01:06.847Z] 67b29791377c: Pushed [2024-07-31T14:01:07.106Z] dc4acdcb3551: Pushed [2024-07-31T14:01:07.106Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:07.106Z] ad64b4e77459: Pushed [2024-07-31T14:01:07.106Z] d72be4ae7c63: Pushed [2024-07-31T14:01:17.102Z] aa8d6a94d18c: Pushed [2024-07-31T14:01:17.102Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:17.432Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:17.777Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-31T14:01:17.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-31T14:01:17.777Z] dc4acdcb3551: Preparing [2024-07-31T14:01:17.777Z] 612699053ccc: Preparing [2024-07-31T14:01:17.777Z] 67b29791377c: Preparing [2024-07-31T14:01:17.777Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:17.777Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:17.777Z] aa8d6a94d18c: Preparing [2024-07-31T14:01:17.777Z] ad64b4e77459: Preparing [2024-07-31T14:01:17.777Z] d72be4ae7c63: Preparing [2024-07-31T14:01:17.777Z] ce7f800efff9: Preparing [2024-07-31T14:01:17.777Z] ad64b4e77459: Waiting [2024-07-31T14:01:17.777Z] d72be4ae7c63: Waiting [2024-07-31T14:01:17.777Z] ce7f800efff9: Waiting [2024-07-31T14:01:17.777Z] aa8d6a94d18c: Waiting [2024-07-31T14:01:17.777Z] 612699053ccc: Layer already exists [2024-07-31T14:01:17.777Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:17.777Z] dc4acdcb3551: Layer already exists [2024-07-31T14:01:17.777Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:17.777Z] 67b29791377c: Layer already exists [2024-07-31T14:01:17.777Z] aa8d6a94d18c: Layer already exists [2024-07-31T14:01:17.777Z] ad64b4e77459: Layer already exists [2024-07-31T14:01:17.777Z] d72be4ae7c63: Layer already exists [2024-07-31T14:01:17.777Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:17.777Z] latest: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:18.112Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:18.429Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.42 [2024-07-31T14:01:18.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-31T14:01:18.430Z] dc4acdcb3551: Preparing [2024-07-31T14:01:18.430Z] 612699053ccc: Preparing [2024-07-31T14:01:18.430Z] 67b29791377c: Preparing [2024-07-31T14:01:18.430Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:18.430Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:18.430Z] aa8d6a94d18c: Preparing [2024-07-31T14:01:18.430Z] ad64b4e77459: Preparing [2024-07-31T14:01:18.430Z] d72be4ae7c63: Preparing [2024-07-31T14:01:18.430Z] ce7f800efff9: Preparing [2024-07-31T14:01:18.430Z] aa8d6a94d18c: Waiting [2024-07-31T14:01:18.430Z] ad64b4e77459: Waiting [2024-07-31T14:01:18.430Z] d72be4ae7c63: Waiting [2024-07-31T14:01:18.430Z] ce7f800efff9: Waiting [2024-07-31T14:01:18.430Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:18.430Z] 612699053ccc: Layer already exists [2024-07-31T14:01:18.430Z] dc4acdcb3551: Layer already exists [2024-07-31T14:01:18.430Z] 67b29791377c: Layer already exists [2024-07-31T14:01:18.430Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:18.430Z] aa8d6a94d18c: Layer already exists [2024-07-31T14:01:18.430Z] ad64b4e77459: Layer already exists [2024-07-31T14:01:18.430Z] d72be4ae7c63: Layer already exists [2024-07-31T14:01:18.430Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:18.430Z] 3.2.0-dev.42: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:18.768Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:19.103Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:19.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-31T14:01:19.104Z] dc4acdcb3551: Preparing [2024-07-31T14:01:19.104Z] 612699053ccc: Preparing [2024-07-31T14:01:19.104Z] 67b29791377c: Preparing [2024-07-31T14:01:19.104Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:19.104Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:19.104Z] aa8d6a94d18c: Preparing [2024-07-31T14:01:19.104Z] ad64b4e77459: Preparing [2024-07-31T14:01:19.104Z] d72be4ae7c63: Preparing [2024-07-31T14:01:19.104Z] ce7f800efff9: Preparing [2024-07-31T14:01:19.104Z] aa8d6a94d18c: Waiting [2024-07-31T14:01:19.104Z] ad64b4e77459: Waiting [2024-07-31T14:01:19.104Z] d72be4ae7c63: Waiting [2024-07-31T14:01:19.104Z] ce7f800efff9: Waiting [2024-07-31T14:01:19.104Z] dc4acdcb3551: Layer already exists [2024-07-31T14:01:19.104Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:19.104Z] 612699053ccc: Layer already exists [2024-07-31T14:01:19.104Z] 67b29791377c: Layer already exists [2024-07-31T14:01:19.104Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:19.104Z] aa8d6a94d18c: Layer already exists [2024-07-31T14:01:19.104Z] d72be4ae7c63: Layer already exists [2024-07-31T14:01:19.104Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:19.104Z] ad64b4e77459: Layer already exists [2024-07-31T14:01:19.104Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:19.442Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:19.759Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-07-31T14:01:19.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-31T14:01:19.759Z] dc4acdcb3551: Preparing [2024-07-31T14:01:19.759Z] 612699053ccc: Preparing [2024-07-31T14:01:19.760Z] 67b29791377c: Preparing [2024-07-31T14:01:19.760Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:19.760Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:19.760Z] aa8d6a94d18c: Preparing [2024-07-31T14:01:19.760Z] ad64b4e77459: Preparing [2024-07-31T14:01:19.760Z] d72be4ae7c63: Preparing [2024-07-31T14:01:19.760Z] ce7f800efff9: Preparing [2024-07-31T14:01:19.760Z] ad64b4e77459: Waiting [2024-07-31T14:01:19.760Z] d72be4ae7c63: Waiting [2024-07-31T14:01:19.760Z] aa8d6a94d18c: Waiting [2024-07-31T14:01:19.760Z] 612699053ccc: Layer already exists [2024-07-31T14:01:19.760Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:19.760Z] dc4acdcb3551: Layer already exists [2024-07-31T14:01:19.760Z] 67b29791377c: Layer already exists [2024-07-31T14:01:19.760Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:19.760Z] ad64b4e77459: Layer already exists [2024-07-31T14:01:19.760Z] aa8d6a94d18c: Layer already exists [2024-07-31T14:01:19.760Z] d72be4ae7c63: Layer already exists [2024-07-31T14:01:19.760Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:19.760Z] main: digest: sha256:40a0b1c7f6a14935dfb6575e15e28f389006be49bc43e2a2c4b78d455d20d5be size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:01:19.839Z] ===================================================== [Pipeline] echo [2024-07-31T14:01:19.853Z] taggedImages: [2024-07-31T14:01:19.853Z] - nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:19.853Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-31T14:01:19.853Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.42 [2024-07-31T14:01:19.853Z] - nexus3.edgexfoundry.org:10004/security-spire-config:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:19.853Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-07-31T14:01:19.882Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-07-31T14:01:19.882Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:19.882Z] latest [2024-07-31T14:01:19.882Z] 3.2.0-dev.42 [2024-07-31T14:01:19.882Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:19.882Z] main [2024-07-31T14:01:19.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:20.237Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:20.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:20.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-31T14:01:20.565Z] 191872d217e6: Preparing [2024-07-31T14:01:20.565Z] f330c5853814: Preparing [2024-07-31T14:01:20.565Z] b70fde92e305: Preparing [2024-07-31T14:01:20.565Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:20.565Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:20.565Z] f08e7011e1e8: Preparing [2024-07-31T14:01:20.565Z] 918468545a34: Preparing [2024-07-31T14:01:20.565Z] c21434d1c396: Preparing [2024-07-31T14:01:20.565Z] ce7f800efff9: Preparing [2024-07-31T14:01:20.565Z] c21434d1c396: Waiting [2024-07-31T14:01:20.565Z] f08e7011e1e8: Waiting [2024-07-31T14:01:20.565Z] ce7f800efff9: Waiting [2024-07-31T14:01:20.565Z] 918468545a34: Waiting [2024-07-31T14:01:20.565Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:20.565Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:20.565Z] 918468545a34: Layer already exists [2024-07-31T14:01:20.565Z] c21434d1c396: Layer already exists [2024-07-31T14:01:20.565Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:20.565Z] b70fde92e305: Pushed [2024-07-31T14:01:20.565Z] 191872d217e6: Pushed [2024-07-31T14:01:20.565Z] f330c5853814: Pushed [2024-07-31T14:01:30.544Z] f08e7011e1e8: Pushed [2024-07-31T14:01:30.544Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:30.878Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:31.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-31T14:01:31.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-31T14:01:31.203Z] 191872d217e6: Preparing [2024-07-31T14:01:31.203Z] f330c5853814: Preparing [2024-07-31T14:01:31.203Z] b70fde92e305: Preparing [2024-07-31T14:01:31.203Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:31.203Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:31.203Z] f08e7011e1e8: Preparing [2024-07-31T14:01:31.203Z] 918468545a34: Preparing [2024-07-31T14:01:31.203Z] c21434d1c396: Preparing [2024-07-31T14:01:31.203Z] ce7f800efff9: Preparing [2024-07-31T14:01:31.203Z] f08e7011e1e8: Waiting [2024-07-31T14:01:31.203Z] c21434d1c396: Waiting [2024-07-31T14:01:31.203Z] b70fde92e305: Layer already exists [2024-07-31T14:01:31.203Z] f330c5853814: Layer already exists [2024-07-31T14:01:31.203Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:31.203Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:31.203Z] 191872d217e6: Layer already exists [2024-07-31T14:01:31.203Z] f08e7011e1e8: Layer already exists [2024-07-31T14:01:31.203Z] c21434d1c396: Layer already exists [2024-07-31T14:01:31.203Z] 918468545a34: Layer already exists [2024-07-31T14:01:31.203Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:31.203Z] latest: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:31.537Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:31.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.42 [2024-07-31T14:01:31.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-31T14:01:31.870Z] 191872d217e6: Preparing [2024-07-31T14:01:31.870Z] f330c5853814: Preparing [2024-07-31T14:01:31.870Z] b70fde92e305: Preparing [2024-07-31T14:01:31.870Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:31.870Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:31.870Z] f08e7011e1e8: Preparing [2024-07-31T14:01:31.870Z] 918468545a34: Preparing [2024-07-31T14:01:31.870Z] c21434d1c396: Preparing [2024-07-31T14:01:31.870Z] f08e7011e1e8: Waiting [2024-07-31T14:01:31.870Z] ce7f800efff9: Preparing [2024-07-31T14:01:31.870Z] ce7f800efff9: Waiting [2024-07-31T14:01:31.870Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:31.870Z] b70fde92e305: Layer already exists [2024-07-31T14:01:31.870Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:31.870Z] 191872d217e6: Layer already exists [2024-07-31T14:01:31.870Z] f330c5853814: Layer already exists [2024-07-31T14:01:31.870Z] 918468545a34: Layer already exists [2024-07-31T14:01:31.870Z] c21434d1c396: Layer already exists [2024-07-31T14:01:31.870Z] f08e7011e1e8: Layer already exists [2024-07-31T14:01:31.870Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:31.870Z] 3.2.0-dev.42: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:32.200Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:32.530Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:32.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-31T14:01:32.530Z] 191872d217e6: Preparing [2024-07-31T14:01:32.530Z] f330c5853814: Preparing [2024-07-31T14:01:32.530Z] b70fde92e305: Preparing [2024-07-31T14:01:32.530Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:32.530Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:32.530Z] f08e7011e1e8: Preparing [2024-07-31T14:01:32.530Z] 918468545a34: Preparing [2024-07-31T14:01:32.530Z] c21434d1c396: Preparing [2024-07-31T14:01:32.530Z] ce7f800efff9: Preparing [2024-07-31T14:01:32.530Z] 918468545a34: Waiting [2024-07-31T14:01:32.530Z] c21434d1c396: Waiting [2024-07-31T14:01:32.530Z] ce7f800efff9: Waiting [2024-07-31T14:01:32.530Z] f08e7011e1e8: Waiting [2024-07-31T14:01:32.530Z] f330c5853814: Layer already exists [2024-07-31T14:01:32.530Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:32.530Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:32.530Z] b70fde92e305: Layer already exists [2024-07-31T14:01:32.530Z] 191872d217e6: Layer already exists [2024-07-31T14:01:32.530Z] 918468545a34: Layer already exists [2024-07-31T14:01:32.530Z] c21434d1c396: Layer already exists [2024-07-31T14:01:32.530Z] f08e7011e1e8: Layer already exists [2024-07-31T14:01:32.530Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:32.530Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:32.856Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:33.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-07-31T14:01:33.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-31T14:01:33.177Z] 191872d217e6: Preparing [2024-07-31T14:01:33.177Z] f330c5853814: Preparing [2024-07-31T14:01:33.177Z] b70fde92e305: Preparing [2024-07-31T14:01:33.177Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:33.177Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:33.177Z] f08e7011e1e8: Preparing [2024-07-31T14:01:33.177Z] 918468545a34: Preparing [2024-07-31T14:01:33.177Z] c21434d1c396: Preparing [2024-07-31T14:01:33.177Z] ce7f800efff9: Preparing [2024-07-31T14:01:33.177Z] f08e7011e1e8: Waiting [2024-07-31T14:01:33.177Z] 918468545a34: Waiting [2024-07-31T14:01:33.177Z] c21434d1c396: Waiting [2024-07-31T14:01:33.177Z] ce7f800efff9: Waiting [2024-07-31T14:01:33.177Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:33.177Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:33.177Z] b70fde92e305: Layer already exists [2024-07-31T14:01:33.177Z] f330c5853814: Layer already exists [2024-07-31T14:01:33.177Z] 191872d217e6: Layer already exists [2024-07-31T14:01:33.177Z] 918468545a34: Layer already exists [2024-07-31T14:01:33.177Z] f08e7011e1e8: Layer already exists [2024-07-31T14:01:33.177Z] c21434d1c396: Layer already exists [2024-07-31T14:01:33.177Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:33.177Z] main: digest: sha256:455a216e8e9d50fb8fddd755791a44eebad1c577769508f25c9d2f290ab3b365 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:01:33.256Z] ===================================================== [Pipeline] echo [2024-07-31T14:01:33.271Z] taggedImages: [2024-07-31T14:01:33.271Z] - nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:33.271Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-31T14:01:33.271Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.42 [2024-07-31T14:01:33.271Z] - nexus3.edgexfoundry.org:10004/security-spire-server:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:33.271Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-07-31T14:01:33.300Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-07-31T14:01:33.300Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:33.300Z] latest [2024-07-31T14:01:33.300Z] 3.2.0-dev.42 [2024-07-31T14:01:33.300Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:33.300Z] main [2024-07-31T14:01:33.300Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:33.640Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:33.971Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:33.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-07-31T14:01:33.971Z] d020d78a6c43: Preparing [2024-07-31T14:01:33.971Z] 5851edf3d228: Preparing [2024-07-31T14:01:33.971Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:33.971Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:33.971Z] 60ade07cef62: Preparing [2024-07-31T14:01:33.971Z] 4c9bd7006291: Preparing [2024-07-31T14:01:33.971Z] ce7f800efff9: Preparing [2024-07-31T14:01:33.971Z] 4c9bd7006291: Waiting [2024-07-31T14:01:33.971Z] ce7f800efff9: Waiting [2024-07-31T14:01:33.971Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:33.971Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:33.971Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:33.971Z] 60ade07cef62: Pushed [2024-07-31T14:01:33.971Z] d020d78a6c43: Pushed [2024-07-31T14:01:33.971Z] 4c9bd7006291: Pushed [2024-07-31T14:01:37.266Z] 5851edf3d228: Pushed [2024-07-31T14:01:37.527Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:37.853Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:38.184Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-07-31T14:01:38.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-07-31T14:01:38.185Z] d020d78a6c43: Preparing [2024-07-31T14:01:38.185Z] 5851edf3d228: Preparing [2024-07-31T14:01:38.185Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:38.185Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:38.185Z] 60ade07cef62: Preparing [2024-07-31T14:01:38.185Z] 4c9bd7006291: Preparing [2024-07-31T14:01:38.185Z] ce7f800efff9: Preparing [2024-07-31T14:01:38.185Z] 4c9bd7006291: Waiting [2024-07-31T14:01:38.185Z] ce7f800efff9: Waiting [2024-07-31T14:01:38.185Z] d020d78a6c43: Layer already exists [2024-07-31T14:01:38.185Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:38.185Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:38.185Z] 5851edf3d228: Layer already exists [2024-07-31T14:01:38.185Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:38.185Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:38.185Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:38.185Z] latest: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:38.512Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:38.834Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.42 [2024-07-31T14:01:38.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-07-31T14:01:38.835Z] d020d78a6c43: Preparing [2024-07-31T14:01:38.835Z] 5851edf3d228: Preparing [2024-07-31T14:01:38.835Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:38.835Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:38.835Z] 60ade07cef62: Preparing [2024-07-31T14:01:38.835Z] 4c9bd7006291: Preparing [2024-07-31T14:01:38.835Z] ce7f800efff9: Preparing [2024-07-31T14:01:38.835Z] 4c9bd7006291: Waiting [2024-07-31T14:01:38.835Z] ce7f800efff9: Waiting [2024-07-31T14:01:38.835Z] 5851edf3d228: Layer already exists [2024-07-31T14:01:38.835Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:38.835Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:38.835Z] d020d78a6c43: Layer already exists [2024-07-31T14:01:38.835Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:38.835Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:38.835Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:38.835Z] 3.2.0-dev.42: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:39.166Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:39.486Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:39.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-07-31T14:01:39.486Z] d020d78a6c43: Preparing [2024-07-31T14:01:39.486Z] 5851edf3d228: Preparing [2024-07-31T14:01:39.486Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:39.486Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:39.486Z] 60ade07cef62: Preparing [2024-07-31T14:01:39.486Z] 4c9bd7006291: Preparing [2024-07-31T14:01:39.486Z] ce7f800efff9: Preparing [2024-07-31T14:01:39.486Z] ce7f800efff9: Waiting [2024-07-31T14:01:39.486Z] 4c9bd7006291: Waiting [2024-07-31T14:01:39.486Z] d020d78a6c43: Layer already exists [2024-07-31T14:01:39.486Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:39.486Z] 5851edf3d228: Layer already exists [2024-07-31T14:01:39.486Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:39.486Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:39.486Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:39.486Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:39.486Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:39.834Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:40.155Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-07-31T14:01:40.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-07-31T14:01:40.155Z] d020d78a6c43: Preparing [2024-07-31T14:01:40.155Z] 5851edf3d228: Preparing [2024-07-31T14:01:40.155Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:40.155Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:40.155Z] 60ade07cef62: Preparing [2024-07-31T14:01:40.155Z] 4c9bd7006291: Preparing [2024-07-31T14:01:40.155Z] ce7f800efff9: Preparing [2024-07-31T14:01:40.155Z] 4c9bd7006291: Waiting [2024-07-31T14:01:40.155Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:40.155Z] d020d78a6c43: Layer already exists [2024-07-31T14:01:40.155Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:40.155Z] 5851edf3d228: Layer already exists [2024-07-31T14:01:40.155Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:40.155Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:40.155Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:40.155Z] main: digest: sha256:62344bdf18083065fd85dfe006bc14993955a8f5b9a9d1ec858f2b6447d4cf1d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:01:40.229Z] ===================================================== [Pipeline] echo [2024-07-31T14:01:40.248Z] taggedImages: [2024-07-31T14:01:40.248Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:40.248Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-07-31T14:01:40.248Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.42 [2024-07-31T14:01:40.248Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:40.248Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-07-31T14:01:40.281Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-07-31T14:01:40.281Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:40.281Z] latest [2024-07-31T14:01:40.281Z] 3.2.0-dev.42 [2024-07-31T14:01:40.281Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:40.281Z] main [2024-07-31T14:01:40.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:40.642Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:40.960Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:40.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-31T14:01:40.960Z] dd035737bb88: Preparing [2024-07-31T14:01:40.960Z] 6706893f4e68: Preparing [2024-07-31T14:01:40.960Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:40.960Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:40.960Z] 60ade07cef62: Preparing [2024-07-31T14:01:40.960Z] 4c9bd7006291: Preparing [2024-07-31T14:01:40.960Z] ce7f800efff9: Preparing [2024-07-31T14:01:40.960Z] 4c9bd7006291: Waiting [2024-07-31T14:01:40.960Z] ce7f800efff9: Waiting [2024-07-31T14:01:40.960Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:40.960Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:40.960Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:40.960Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:40.960Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:40.960Z] dd035737bb88: Pushed [2024-07-31T14:01:45.154Z] 6706893f4e68: Pushed [2024-07-31T14:01:45.154Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:45.474Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:45.802Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-31T14:01:45.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-31T14:01:45.802Z] dd035737bb88: Preparing [2024-07-31T14:01:45.802Z] 6706893f4e68: Preparing [2024-07-31T14:01:45.802Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:45.802Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:45.802Z] 60ade07cef62: Preparing [2024-07-31T14:01:45.802Z] 4c9bd7006291: Preparing [2024-07-31T14:01:45.802Z] ce7f800efff9: Preparing [2024-07-31T14:01:45.802Z] 4c9bd7006291: Waiting [2024-07-31T14:01:45.802Z] ce7f800efff9: Waiting [2024-07-31T14:01:45.802Z] dd035737bb88: Layer already exists [2024-07-31T14:01:45.802Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:45.802Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:45.802Z] 6706893f4e68: Layer already exists [2024-07-31T14:01:45.802Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:45.802Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:45.802Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:45.802Z] latest: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:46.130Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:46.453Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.42 [2024-07-31T14:01:46.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-31T14:01:46.453Z] dd035737bb88: Preparing [2024-07-31T14:01:46.453Z] 6706893f4e68: Preparing [2024-07-31T14:01:46.453Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:46.453Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:46.453Z] 60ade07cef62: Preparing [2024-07-31T14:01:46.453Z] 4c9bd7006291: Preparing [2024-07-31T14:01:46.453Z] ce7f800efff9: Preparing [2024-07-31T14:01:46.453Z] 4c9bd7006291: Waiting [2024-07-31T14:01:46.453Z] ce7f800efff9: Waiting [2024-07-31T14:01:46.453Z] dd035737bb88: Layer already exists [2024-07-31T14:01:46.453Z] 6706893f4e68: Layer already exists [2024-07-31T14:01:46.453Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:46.453Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:46.453Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:46.453Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:46.453Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:46.453Z] 3.2.0-dev.42: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:46.786Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:47.119Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:47.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-31T14:01:47.119Z] dd035737bb88: Preparing [2024-07-31T14:01:47.119Z] 6706893f4e68: Preparing [2024-07-31T14:01:47.119Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:47.119Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:47.119Z] 60ade07cef62: Preparing [2024-07-31T14:01:47.119Z] 4c9bd7006291: Preparing [2024-07-31T14:01:47.119Z] ce7f800efff9: Preparing [2024-07-31T14:01:47.119Z] ce7f800efff9: Waiting [2024-07-31T14:01:47.119Z] 4c9bd7006291: Waiting [2024-07-31T14:01:47.119Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:47.119Z] 6706893f4e68: Layer already exists [2024-07-31T14:01:47.119Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:47.119Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:47.119Z] dd035737bb88: Layer already exists [2024-07-31T14:01:47.119Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:47.119Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:47.119Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:47.449Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:47.795Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-07-31T14:01:47.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-31T14:01:47.795Z] dd035737bb88: Preparing [2024-07-31T14:01:47.795Z] 6706893f4e68: Preparing [2024-07-31T14:01:47.795Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:47.795Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:47.795Z] 60ade07cef62: Preparing [2024-07-31T14:01:47.795Z] 4c9bd7006291: Preparing [2024-07-31T14:01:47.795Z] ce7f800efff9: Preparing [2024-07-31T14:01:47.795Z] 4c9bd7006291: Waiting [2024-07-31T14:01:47.795Z] ce7f800efff9: Waiting [2024-07-31T14:01:47.795Z] 6706893f4e68: Layer already exists [2024-07-31T14:01:47.795Z] dd035737bb88: Layer already exists [2024-07-31T14:01:47.795Z] 60ade07cef62: Layer already exists [2024-07-31T14:01:47.795Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:47.795Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:47.795Z] 4c9bd7006291: Layer already exists [2024-07-31T14:01:47.795Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:47.795Z] main: digest: sha256:9397ebc798e0818d23b9d5863a46d35a67403c3fd0836c2db6d30c6ffa73ea1e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:01:47.869Z] ===================================================== [Pipeline] echo [2024-07-31T14:01:47.886Z] taggedImages: [2024-07-31T14:01:47.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:47.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-31T14:01:47.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.42 [2024-07-31T14:01:47.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:47.886Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-07-31T14:01:47.923Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-07-31T14:01:47.923Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:47.923Z] latest [2024-07-31T14:01:47.923Z] 3.2.0-dev.42 [2024-07-31T14:01:47.923Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:47.923Z] main [2024-07-31T14:01:47.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:48.279Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:48.606Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:48.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-31T14:01:48.606Z] d987a481f348: Preparing [2024-07-31T14:01:48.606Z] 897c30f73e7d: Preparing [2024-07-31T14:01:48.606Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:48.606Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:48.606Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:01:48.606Z] 941a02c2d58b: Preparing [2024-07-31T14:01:48.606Z] ce7f800efff9: Preparing [2024-07-31T14:01:48.606Z] 941a02c2d58b: Waiting [2024-07-31T14:01:48.606Z] ce7f800efff9: Waiting [2024-07-31T14:01:48.606Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:48.606Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:48.606Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:01:48.606Z] 941a02c2d58b: Layer already exists [2024-07-31T14:01:48.606Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:48.606Z] d987a481f348: Pushed [2024-07-31T14:01:51.888Z] 897c30f73e7d: Pushed [2024-07-31T14:01:51.888Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:52.221Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:52.549Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-31T14:01:52.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-31T14:01:52.549Z] d987a481f348: Preparing [2024-07-31T14:01:52.549Z] 897c30f73e7d: Preparing [2024-07-31T14:01:52.549Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:52.549Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:52.549Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:01:52.549Z] 941a02c2d58b: Preparing [2024-07-31T14:01:52.549Z] ce7f800efff9: Preparing [2024-07-31T14:01:52.549Z] ce7f800efff9: Waiting [2024-07-31T14:01:52.549Z] 941a02c2d58b: Waiting [2024-07-31T14:01:52.549Z] d987a481f348: Layer already exists [2024-07-31T14:01:52.549Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:52.549Z] 897c30f73e7d: Layer already exists [2024-07-31T14:01:52.549Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:01:52.549Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:52.549Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:52.549Z] 941a02c2d58b: Layer already exists [2024-07-31T14:01:52.549Z] latest: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:52.874Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:53.202Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.42 [2024-07-31T14:01:53.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-31T14:01:53.203Z] d987a481f348: Preparing [2024-07-31T14:01:53.203Z] 897c30f73e7d: Preparing [2024-07-31T14:01:53.203Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:53.203Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:53.203Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:01:53.203Z] 941a02c2d58b: Preparing [2024-07-31T14:01:53.203Z] ce7f800efff9: Preparing [2024-07-31T14:01:53.203Z] ce7f800efff9: Waiting [2024-07-31T14:01:53.203Z] 941a02c2d58b: Waiting [2024-07-31T14:01:53.203Z] d987a481f348: Layer already exists [2024-07-31T14:01:53.203Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:01:53.203Z] 897c30f73e7d: Layer already exists [2024-07-31T14:01:53.203Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:53.203Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:53.203Z] 941a02c2d58b: Layer already exists [2024-07-31T14:01:53.203Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:53.203Z] 3.2.0-dev.42: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:53.530Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:53.858Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:53.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-31T14:01:53.858Z] d987a481f348: Preparing [2024-07-31T14:01:53.858Z] 897c30f73e7d: Preparing [2024-07-31T14:01:53.858Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:53.858Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:53.858Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:01:53.858Z] 941a02c2d58b: Preparing [2024-07-31T14:01:53.858Z] ce7f800efff9: Preparing [2024-07-31T14:01:53.858Z] 941a02c2d58b: Waiting [2024-07-31T14:01:53.858Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:53.858Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:01:53.858Z] 897c30f73e7d: Layer already exists [2024-07-31T14:01:53.858Z] d987a481f348: Layer already exists [2024-07-31T14:01:53.858Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:53.858Z] 941a02c2d58b: Layer already exists [2024-07-31T14:01:53.858Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:53.858Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:54.194Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:01:54.523Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-07-31T14:01:54.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-31T14:01:54.523Z] d987a481f348: Preparing [2024-07-31T14:01:54.523Z] 897c30f73e7d: Preparing [2024-07-31T14:01:54.523Z] 2f9b2c563cd2: Preparing [2024-07-31T14:01:54.523Z] 44ea4e9a09a2: Preparing [2024-07-31T14:01:54.523Z] 3fc7ab47dd1b: Preparing [2024-07-31T14:01:54.523Z] 941a02c2d58b: Preparing [2024-07-31T14:01:54.523Z] ce7f800efff9: Preparing [2024-07-31T14:01:54.523Z] 941a02c2d58b: Waiting [2024-07-31T14:01:54.523Z] ce7f800efff9: Waiting [2024-07-31T14:01:54.523Z] 897c30f73e7d: Layer already exists [2024-07-31T14:01:54.523Z] 2f9b2c563cd2: Layer already exists [2024-07-31T14:01:54.523Z] 3fc7ab47dd1b: Layer already exists [2024-07-31T14:01:54.523Z] 44ea4e9a09a2: Layer already exists [2024-07-31T14:01:54.523Z] d987a481f348: Layer already exists [2024-07-31T14:01:54.523Z] ce7f800efff9: Layer already exists [2024-07-31T14:01:54.523Z] 941a02c2d58b: Layer already exists [2024-07-31T14:01:54.523Z] main: digest: sha256:75957be2153cdcf95b34a043bcc5380591afafe1c8b56a5c3fbec44602492d23 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:01:54.606Z] ===================================================== [Pipeline] echo [2024-07-31T14:01:54.631Z] taggedImages: [2024-07-31T14:01:54.631Z] - nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:01:54.631Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-31T14:01:54.631Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.42 [2024-07-31T14:01:54.631Z] - nexus3.edgexfoundry.org:10004/support-scheduler:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:01:54.631Z] - 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-07-31T14:17:52.419Z] #158 ... [2024-07-31T14:17:52.419Z] [2024-07-31T14:17:52.419Z] #153 [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-07-31T14:17:52.419Z] #153 1165.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.42" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-31T14:17:52.419Z] #153 ... [2024-07-31T14:17:52.419Z] [2024-07-31T14:17:52.419Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T14:17:52.419Z] #151 DONE 1174.8s [2024-07-31T14:17:52.419Z] [2024-07-31T14:17:52.419Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:17:52.692Z] #45 ... [2024-07-31T14:17:52.692Z] [2024-07-31T14:17:52.692Z] #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-31T14:17:52.963Z] #159 DONE 0.2s [2024-07-31T14:17:52.963Z] [2024-07-31T14:17:52.963Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-31T14:17:54.908Z] #160 ... [2024-07-31T14:17:54.908Z] [2024-07-31T14:17:54.908Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T14:17:54.908Z] #155 DONE 1177.9s [2024-07-31T14:17:54.908Z] [2024-07-31T14:17:54.908Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T14:17:55.187Z] #148 ... [2024-07-31T14:17:55.187Z] [2024-07-31T14:17:55.187Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:17:55.583Z] #161 DONE 0.3s [2024-07-31T14:17:55.583Z] [2024-07-31T14:17:55.583Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:17:56.170Z] #162 DONE 0.6s [2024-07-31T14:17:56.170Z] [2024-07-31T14:17:56.170Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-31T14:17:56.443Z] #163 ... [2024-07-31T14:17:56.443Z] [2024-07-31T14:17:56.443Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-31T14:17:56.443Z] #160 DONE 3.5s [2024-07-31T14:17:56.443Z] [2024-07-31T14:17:56.443Z] #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:17:56.717Z] #164 ... [2024-07-31T14:17:56.717Z] [2024-07-31T14:17:56.717Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-31T14:17:56.717Z] #163 DONE 0.6s [2024-07-31T14:17:56.984Z] [2024-07-31T14:17:56.984Z] #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:17:56.984Z] #164 DONE 0.4s [2024-07-31T14:17:56.984Z] [2024-07-31T14:17:56.984Z] #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:17:56.984Z] #165 ... [2024-07-31T14:17:56.984Z] [2024-07-31T14:17:56.984Z] #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-31T14:17:56.984Z] #166 DONE 0.2s [2024-07-31T14:17:57.534Z] [2024-07-31T14:17:57.534Z] #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:17:57.534Z] #165 DONE 0.3s [2024-07-31T14:17:57.534Z] [2024-07-31T14:17:57.534Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-31T14:17:57.801Z] #167 DONE 0.6s [2024-07-31T14:17:57.801Z] [2024-07-31T14:17:57.801Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-31T14:17:57.801Z] #168 ... [2024-07-31T14:17:57.801Z] [2024-07-31T14:17:57.801Z] #169 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-31T14:17:57.801Z] #169 DONE 0.8s [2024-07-31T14:17:58.071Z] [2024-07-31T14:17:58.071Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-31T14:17:58.071Z] #168 DONE 0.3s [2024-07-31T14:17:58.071Z] [2024-07-31T14:17:58.071Z] #170 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T14:17:58.339Z] #170 DONE 0.3s [2024-07-31T14:17:58.339Z] [2024-07-31T14:17:58.339Z] #171 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T14:17:58.339Z] #171 ... [2024-07-31T14:17:58.339Z] [2024-07-31T14:17:58.339Z] #172 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-31T14:17:58.339Z] #172 DONE 0.2s [2024-07-31T14:17:58.631Z] [2024-07-31T14:17:58.631Z] #173 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-31T14:17:58.898Z] #173 DONE 0.5s [2024-07-31T14:17:58.898Z] [2024-07-31T14:17:58.898Z] #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-31T14:17:59.165Z] #174 DONE 0.1s [2024-07-31T14:17:59.165Z] [2024-07-31T14:17:59.165Z] #175 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-31T14:17:59.165Z] #175 DONE 0.2s [2024-07-31T14:17:59.165Z] [2024-07-31T14:17:59.165Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T14:17:59.430Z] #156 ... [2024-07-31T14:17:59.430Z] [2024-07-31T14:17:59.430Z] #176 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-31T14:18:01.389Z] #176 ... [2024-07-31T14:18:01.389Z] [2024-07-31T14:18:01.389Z] #171 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T14:18:01.389Z] #171 DONE 3.0s [2024-07-31T14:18:01.389Z] [2024-07-31T14:18:01.389Z] #106 [security-proxy-setup] exporting to image [2024-07-31T14:18:01.389Z] #106 exporting layers [2024-07-31T14:18:02.819Z] #106 ... [2024-07-31T14:18:02.819Z] [2024-07-31T14:18:02.819Z] #176 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-31T14:18:02.819Z] #176 DONE 3.2s [2024-07-31T14:18:02.819Z] [2024-07-31T14:18:02.819Z] #106 [security-bootstrapper] exporting to image [2024-07-31T14:18:03.086Z] #106 exporting layers 1.8s done [2024-07-31T14:18:03.086Z] #106 writing image sha256:df64b9d677d6241a6278143ef700578924a321ca90d68e48c9dfe184d54c768b 0.0s done [2024-07-31T14:18:03.086Z] #106 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-31T14:18:03.667Z] #106 exporting layers 0.9s done [2024-07-31T14:18:03.667Z] #106 writing image sha256:34d2f4f67ae0f00e1bbcbaa02555b153fdc6f7d6fc8af2be4b0f1c61dee82f4c done [2024-07-31T14:18:03.667Z] #106 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-31T14:18:03.667Z] #106 DONE 7.2s [2024-07-31T14:18:03.667Z] [2024-07-31T14:18:03.667Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T14:18:07.001Z] #156 ... [2024-07-31T14:18:07.001Z] [2024-07-31T14:18:07.001Z] #153 [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-07-31T14:18:07.001Z] #153 DONE 1190.2s [2024-07-31T14:18:07.269Z] [2024-07-31T14:18:07.269Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T14:18:07.269Z] #156 ... [2024-07-31T14:18:07.269Z] [2024-07-31T14:18:07.269Z] #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:18:07.863Z] #177 DONE 0.2s [2024-07-31T14:18:07.863Z] [2024-07-31T14:18:07.863Z] #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:18:07.863Z] #178 DONE 0.2s [2024-07-31T14:18:07.863Z] [2024-07-31T14:18:07.863Z] #179 [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-07-31T14:18:08.129Z] #179 DONE 0.2s [2024-07-31T14:18:08.129Z] [2024-07-31T14:18:08.129Z] #180 [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-07-31T14:18:08.129Z] #180 DONE 0.1s [2024-07-31T14:18:08.129Z] [2024-07-31T14:18:08.129Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T14:18:08.129Z] #148 ... [2024-07-31T14:18:08.129Z] [2024-07-31T14:18:08.129Z] #181 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:18:08.129Z] #181 DONE 0.1s [2024-07-31T14:18:08.395Z] [2024-07-31T14:18:08.395Z] #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-31T14:18:08.395Z] #182 DONE 0.3s [2024-07-31T14:18:08.395Z] [2024-07-31T14:18:08.395Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T14:18:08.666Z] #148 ... [2024-07-31T14:18:08.666Z] [2024-07-31T14:18:08.666Z] #183 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-31T14:18:08.666Z] #183 DONE 0.3s [2024-07-31T14:18:08.666Z] [2024-07-31T14:18:08.666Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:18:08.933Z] #150 ... [2024-07-31T14:18:08.933Z] [2024-07-31T14:18:08.933Z] #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T14:18:08.933Z] #184 DONE 0.1s [2024-07-31T14:18:08.933Z] [2024-07-31T14:18:08.933Z] #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T14:18:11.512Z] #185 DONE 2.4s [2024-07-31T14:18:11.512Z] [2024-07-31T14:18:11.512Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:18:11.512Z] #150 ... [2024-07-31T14:18:11.512Z] [2024-07-31T14:18:11.512Z] #106 [security-secretstore-setup] exporting to image [2024-07-31T14:18:11.512Z] #106 exporting layers [2024-07-31T14:18:12.470Z] #106 exporting layers 1.1s done [2024-07-31T14:18:12.470Z] #106 writing image sha256:d5b40320dd5c1219531fcdb763b65038f3ad803ca827c530c2726b3e2cd28b57 done [2024-07-31T14:18:12.470Z] #106 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2024-07-31T14:18:12.470Z] #106 DONE 8.3s [2024-07-31T14:18:12.470Z] [2024-07-31T14:18:12.470Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:19:20.303Z] #45 ... [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T14:19:20.303Z] #154 DONE 1254.1s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T14:19:20.303Z] #156 ... [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #186 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:19:20.303Z] #186 DONE 0.1s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #187 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:19:20.303Z] #187 DONE 0.1s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T14:19:20.303Z] #146 ... [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #188 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-31T14:19:20.303Z] #188 DONE 0.2s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #189 [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-07-31T14:19:20.303Z] #189 DONE 0.1s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #190 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-31T14:19:20.303Z] #190 DONE 0.1s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T14:19:20.303Z] #148 ... [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #191 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T14:19:20.303Z] #191 DONE 1.9s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #106 [core-common-config-bootstrapper] exporting to image [2024-07-31T14:19:20.303Z] #106 exporting layers [2024-07-31T14:19:20.303Z] #106 exporting layers 0.6s done [2024-07-31T14:19:20.303Z] #106 writing image sha256:bab1f3123ebfa7b3dec2037d851b7b576f05bfeb47f715f2df034721d4319aa5 [2024-07-31T14:19:20.303Z] #106 writing image sha256:bab1f3123ebfa7b3dec2037d851b7b576f05bfeb47f715f2df034721d4319aa5 0.0s done [2024-07-31T14:19:20.303Z] #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-31T14:19:20.303Z] #106 DONE 9.0s [2024-07-31T14:19:20.303Z] [2024-07-31T14:19:20.303Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:21:26.962Z] #150 ... [2024-07-31T14:21:26.962Z] [2024-07-31T14:21:26.962Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T14:21:26.962Z] #148 DONE 1389.9s [2024-07-31T14:21:26.962Z] [2024-07-31T14:21:26.962Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:21:27.229Z] #45 ... [2024-07-31T14:21:27.229Z] [2024-07-31T14:21:27.229Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:21:27.494Z] #192 DONE 0.3s [2024-07-31T14:21:27.494Z] [2024-07-31T14:21:27.494Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:21:27.494Z] #193 DONE 0.2s [2024-07-31T14:21:27.494Z] [2024-07-31T14:21:27.494Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-31T14:21:28.075Z] #194 DONE 0.3s [2024-07-31T14:21:28.075Z] [2024-07-31T14:21:28.075Z] #195 [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-07-31T14:21:28.075Z] #195 DONE 0.1s [2024-07-31T14:21:28.075Z] [2024-07-31T14:21:28.075Z] #106 [security-spiffe-token-provider] exporting to image [2024-07-31T14:21:28.075Z] #106 exporting layers [2024-07-31T14:21:28.655Z] #106 exporting layers 0.7s done [2024-07-31T14:21:28.655Z] #106 writing image sha256:a0a5685f9dbc6b269e977d2fd7dbd10c0e8bfee60792398b466449167418093e 0.1s done [2024-07-31T14:21:28.655Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 [2024-07-31T14:21:28.920Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-31T14:21:28.920Z] #106 DONE 9.7s [2024-07-31T14:21:28.920Z] [2024-07-31T14:21:28.920Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T14:30:06.552Z] #152 DONE 1905.7s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:30:06.552Z] #150 ... [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:30:06.552Z] #196 DONE 0.2s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:30:06.552Z] #197 DONE 0.1s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-31T14:30:06.552Z] #198 DONE 0.5s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:30:06.552Z] #199 DONE 0.2s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-31T14:30:06.552Z] #200 DONE 0.2s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T14:30:06.552Z] #201 DONE 2.0s [2024-07-31T14:30:06.552Z] [2024-07-31T14:30:06.552Z] #106 [security-proxy-auth] exporting to image [2024-07-31T14:30:06.552Z] #106 exporting layers [2024-07-31T14:30:07.143Z] #106 exporting layers 0.7s done [2024-07-31T14:30:07.413Z] #106 writing image sha256:84a954d045790ddbacbde11631aedb4695db022d19f4492d41d0db4de24eae20 done [2024-07-31T14:30:07.413Z] #106 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-31T14:30:07.413Z] #106 DONE 10.4s [2024-07-31T14:30:07.413Z] [2024-07-31T14:30:07.413Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:31:15.296Z] #45 ... [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T14:31:15.296Z] #156 DONE 1970.1s [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:31:15.296Z] #45 ... [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #202 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:31:15.296Z] #202 DONE 0.1s [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:31:15.296Z] #150 ... [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #203 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:31:15.296Z] #203 DONE 0.2s [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #204 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-31T14:31:15.296Z] #204 DONE 0.4s [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T14:31:15.296Z] #157 ... [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:31:15.296Z] #205 DONE 0.2s [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:31:15.296Z] #150 ... [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #106 [core-command] exporting to image [2024-07-31T14:31:15.296Z] #106 exporting layers [2024-07-31T14:31:15.296Z] #106 exporting layers 0.5s done [2024-07-31T14:31:15.296Z] #106 writing image sha256:2e5871ba327f1fd5a333f689e918fefa442e0ff65771341011baf7516f0791b9 done [2024-07-31T14:31:15.296Z] #106 naming to docker.io/library/core-command-arm64 done [2024-07-31T14:31:15.296Z] #106 DONE 11.0s [2024-07-31T14:31:15.296Z] [2024-07-31T14:31:15.296Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:33:37.246Z] #150 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T14:33:37.246Z] #149 DONE 2113.4s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #158 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T14:33:37.246Z] #158 DONE 2113.4s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:33:37.246Z] #150 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T14:33:37.246Z] #147 DONE 2114.0s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:33:37.246Z] #150 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:33:37.246Z] #206 DONE 0.4s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:33:37.246Z] #207 DONE 0.3s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:33:37.246Z] #208 DONE 0.2s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T14:33:37.246Z] #146 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:33:37.246Z] #209 DONE 0.2s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:33:37.246Z] #210 DONE 0.2s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #211 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T14:33:37.246Z] #211 DONE 0.9s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-31T14:33:37.246Z] #212 DONE 1.0s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:33:37.246Z] #213 DONE 0.3s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #106 [core-keeper] exporting to image [2024-07-31T14:33:37.246Z] #106 exporting layers [2024-07-31T14:33:37.246Z] #106 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #214 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:33:37.246Z] #214 DONE 0.3s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #106 [core-data] exporting to image [2024-07-31T14:33:37.246Z] #106 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #215 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-31T14:33:37.246Z] #215 DONE 1.1s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #216 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:33:37.246Z] #216 DONE 0.2s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-31T14:33:37.246Z] #217 DONE 0.4s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:33:37.246Z] #150 ... [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #106 [core-metadata] exporting to image [2024-07-31T14:33:37.246Z] #106 exporting layers 1.3s done [2024-07-31T14:33:37.246Z] #106 writing image sha256:16e71da494560ea297b83000fc1f7beaf50eb4e9fc106734c1124e244c17c5da [2024-07-31T14:33:37.246Z] #106 exporting layers 1.3s done [2024-07-31T14:33:37.246Z] #106 writing image sha256:16e71da494560ea297b83000fc1f7beaf50eb4e9fc106734c1124e244c17c5da 0.1s done [2024-07-31T14:33:37.246Z] #106 naming to docker.io/library/core-keeper-arm64 done [2024-07-31T14:33:37.246Z] #106 writing image sha256:cd0af1f4fa88c5ceefba26aa224568c44b026ea3d648cf1da2814791cae18f5f done [2024-07-31T14:33:37.246Z] #106 naming to docker.io/library/core-data-arm64 0.0s done [2024-07-31T14:33:37.246Z] #106 exporting layers 0.7s done [2024-07-31T14:33:37.246Z] #106 writing image sha256:834896b983a61e6a60d2d62c7272a6db822cb8c579ee7974f908d117e59e4f09 done [2024-07-31T14:33:37.246Z] #106 naming to docker.io/library/core-metadata-arm64 done [2024-07-31T14:33:37.246Z] #106 DONE 12.9s [2024-07-31T14:33:37.246Z] [2024-07-31T14:33:37.246Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T14:34:09.433Z] #146 DONE 2152.5s [2024-07-31T14:34:09.433Z] [2024-07-31T14:34:09.433Z] #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T14:34:09.698Z] #157 ... [2024-07-31T14:34:09.698Z] [2024-07-31T14:34:09.698Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T14:34:09.698Z] #150 DONE 2152.8s [2024-07-31T14:34:09.698Z] [2024-07-31T14:34:09.698Z] #218 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:34:09.979Z] #218 DONE 0.3s [2024-07-31T14:34:09.979Z] [2024-07-31T14:34:09.979Z] #219 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:34:10.244Z] #219 DONE 0.3s [2024-07-31T14:34:10.244Z] [2024-07-31T14:34:10.244Z] #220 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-07-31T14:34:10.515Z] #220 ... [2024-07-31T14:34:10.515Z] [2024-07-31T14:34:10.515Z] #221 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:34:10.515Z] #221 DONE 0.2s [2024-07-31T14:34:10.515Z] [2024-07-31T14:34:10.515Z] #222 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:34:10.515Z] #222 DONE 0.2s [2024-07-31T14:34:10.515Z] [2024-07-31T14:34:10.515Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:34:10.782Z] #45 ... [2024-07-31T14:34:10.782Z] [2024-07-31T14:34:10.782Z] #223 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-31T14:34:11.050Z] #223 ... [2024-07-31T14:34:11.051Z] [2024-07-31T14:34:11.051Z] #220 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-07-31T14:34:11.051Z] #220 DONE 0.6s [2024-07-31T14:34:11.051Z] [2024-07-31T14:34:11.051Z] #223 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-31T14:34:11.051Z] #223 DONE 0.5s [2024-07-31T14:34:11.051Z] [2024-07-31T14:34:11.051Z] #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T14:34:11.051Z] #157 DONE 2154.1s [2024-07-31T14:34:11.051Z] [2024-07-31T14:34:11.051Z] #224 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:34:11.317Z] #224 ... [2024-07-31T14:34:11.317Z] [2024-07-31T14:34:11.317Z] #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-07-31T14:34:11.317Z] #225 DONE 0.3s [2024-07-31T14:34:11.584Z] [2024-07-31T14:34:11.584Z] #224 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:34:11.584Z] #224 DONE 0.3s [2024-07-31T14:34:11.584Z] [2024-07-31T14:34:11.584Z] #106 [support-scheduler] exporting to image [2024-07-31T14:34:11.584Z] #106 exporting layers [2024-07-31T14:34:11.851Z] #106 ... [2024-07-31T14:34:11.851Z] [2024-07-31T14:34:11.851Z] #226 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T14:34:11.851Z] #226 CACHED [2024-07-31T14:34:11.851Z] [2024-07-31T14:34:11.851Z] #227 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T14:34:11.851Z] #227 CACHED [2024-07-31T14:34:11.851Z] [2024-07-31T14:34:11.851Z] #106 [support-scheduler] exporting to image [2024-07-31T14:34:11.851Z] #106 exporting layers 0.7s done [2024-07-31T14:34:12.117Z] #106 exporting layers 0.6s done [2024-07-31T14:34:12.117Z] #106 writing image sha256:aafb38909146859fa5cfd41db80973ccaec6471a9f4c717f681aefbc458f97e7 done [2024-07-31T14:34:12.117Z] #106 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-07-31T14:34:12.117Z] #106 writing image sha256:2e286b6019d35bd174835c61e26bcabcfaf20609d990be421052249b04b98a71 done [2024-07-31T14:34:12.117Z] #106 naming to docker.io/library/support-scheduler-arm64 done [2024-07-31T14:34:12.117Z] #106 DONE 13.7s [2024-07-31T14:34:12.117Z] [2024-07-31T14:34:12.117Z] #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-31T14:34:12.383Z] #228 DONE 0.5s [2024-07-31T14:34:12.383Z] [2024-07-31T14:34:12.383Z] #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-31T14:34:12.383Z] #229 DONE 0.1s [2024-07-31T14:34:12.384Z] [2024-07-31T14:34:12.384Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:34:12.384Z] #45 ... [2024-07-31T14:34:12.384Z] [2024-07-31T14:34:12.384Z] #106 [support-notifications] exporting to image [2024-07-31T14:34:12.968Z] #106 exporting layers 0.5s done [2024-07-31T14:34:12.969Z] #106 writing image sha256:2bc825b44afefe0b531b4d4ca61433c6a0caca657ddcfb76ea6d5d357e039d39 done [2024-07-31T14:34:12.969Z] #106 naming to docker.io/library/support-notifications-arm64 done [2024-07-31T14:34:12.969Z] #106 DONE 14.2s [2024-07-31T14:34:12.969Z] [2024-07-31T14:34:12.969Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:09Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T14:34:12.969Z] time="2024-07-31T13:56:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-31T14:34:12.975Z] $ docker stop --time=1 6a9360a68313e81e86c958f586f60c7583cf5da9b3067dfe00aa9138ce023ebf [2024-07-31T14:34:14.618Z] $ docker rm -f --volumes 6a9360a68313e81e86c958f586f60c7583cf5da9b3067dfe00aa9138ce023ebf [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T14:34:15.146Z] + docker images [2024-07-31T14:34:15.146Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-31T14:34:15.146Z] support-notifications-arm64 latest 2bc825b44afe 2 seconds ago 41.9MB [2024-07-31T14:34:15.146Z] support-scheduler-arm64 latest 2e286b6019d3 3 seconds ago 41.2MB [2024-07-31T14:34:15.146Z] support-cron-scheduler-arm64 latest aafb38909146 3 seconds ago 41.6MB [2024-07-31T14:34:15.146Z] core-metadata-arm64 latest 834896b983a6 40 seconds ago 39.1MB [2024-07-31T14:34:15.146Z] core-keeper-arm64 latest 16e71da49456 41 seconds ago 38.9MB [2024-07-31T14:34:15.146Z] core-data-arm64 latest cd0af1f4fa88 41 seconds ago 39MB [2024-07-31T14:34:15.146Z] core-command-arm64 latest 2e5871ba327f 3 minutes ago 35MB [2024-07-31T14:34:15.146Z] security-proxy-auth-arm64 latest 84a954d04579 4 minutes ago 32.6MB [2024-07-31T14:34:15.146Z] security-spiffe-token-provider-arm64 latest a0a5685f9dbc 12 minutes ago 29MB [2024-07-31T14:34:15.146Z] core-common-config-bootstrapper-arm64 latest bab1f3123ebf 15 minutes ago 15.3MB [2024-07-31T14:34:15.146Z] security-secretstore-setup-arm64 latest d5b40320dd5c 16 minutes ago 36.4MB [2024-07-31T14:34:15.146Z] security-bootstrapper-arm64 latest 34d2f4f67ae0 16 minutes ago 18.9MB [2024-07-31T14:34:15.146Z] security-proxy-setup-arm64 latest df64b9d677d6 16 minutes ago 26.1MB [2024-07-31T14:34:15.146Z] security-spire-agent-arm64 latest a4e6d7422a29 37 minutes ago 174MB [2024-07-31T14:34:15.146Z] security-spire-config-arm64 latest 0a8d0a45ee21 37 minutes ago 115MB [2024-07-31T14:34:15.146Z] security-spire-server-arm64 latest 0c4bf04ed733 37 minutes ago 116MB [2024-07-31T14:34:15.146Z] ci-base-image-arm64 latest 6a24ff6125cc 38 minutes ago 965MB [2024-07-31T14:34:15.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-07-31T14:34:15.146Z] 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-07-31T14:34:15.284Z] provisioning config files... [2024-07-31T14:34:15.298Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/660@tmp/config6766051726164739314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:34:15.637Z] ---> ****-login.sh [2024-07-31T14:34:15.637Z] nexus3.edgexfoundry.org:10001 [2024-07-31T14:34:15.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T14:34:15.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T14:34:15.899Z] Configure a credential helper to remove this warning. See [2024-07-31T14:34:15.899Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T14:34:15.899Z] [2024-07-31T14:34:15.899Z] Login Succeeded [2024-07-31T14:34:15.899Z] nexus3.edgexfoundry.org:10002 [2024-07-31T14:34:16.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T14:34:16.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T14:34:16.481Z] Configure a credential helper to remove this warning. See [2024-07-31T14:34:16.481Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T14:34:16.481Z] [2024-07-31T14:34:16.481Z] Login Succeeded [2024-07-31T14:34:16.481Z] nexus3.edgexfoundry.org:10003 [2024-07-31T14:34:16.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T14:34:16.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T14:34:16.748Z] Configure a credential helper to remove this warning. See [2024-07-31T14:34:16.748Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T14:34:16.748Z] [2024-07-31T14:34:16.748Z] Login Succeeded [2024-07-31T14:34:16.748Z] nexus3.edgexfoundry.org:10004 [2024-07-31T14:34:17.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T14:34:17.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T14:34:17.285Z] Configure a credential helper to remove this warning. See [2024-07-31T14:34:17.285Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T14:34:17.285Z] [2024-07-31T14:34:17.285Z] Login Succeeded [2024-07-31T14:34:17.285Z] ****.io [2024-07-31T14:34:17.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T14:34:17.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T14:34:17.819Z] Configure a credential helper to remove this warning. See [2024-07-31T14:34:17.819Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T14:34:17.819Z] [2024-07-31T14:34:17.819Z] Login Succeeded [2024-07-31T14:34:17.819Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T14:34:17.830Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:34:17.877Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T14:34:17.911Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-07-31T14:34:17.911Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:17.911Z] latest [2024-07-31T14:34:17.911Z] 3.2.0-dev.42 [2024-07-31T14:34:17.911Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:17.911Z] main [2024-07-31T14:34:17.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:18.284Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:18.650Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:18.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-31T14:34:18.650Z] 1ed2259cee78: Preparing [2024-07-31T14:34:18.650Z] a307b6e19393: Preparing [2024-07-31T14:34:18.650Z] 41908c1543b7: Preparing [2024-07-31T14:34:18.650Z] 106403aad51f: Preparing [2024-07-31T14:34:18.650Z] 783a833435b8: Preparing [2024-07-31T14:34:18.650Z] e828ff23cda4: Preparing [2024-07-31T14:34:18.650Z] 3c20671a5817: Preparing [2024-07-31T14:34:18.650Z] e828ff23cda4: Waiting [2024-07-31T14:34:18.915Z] 106403aad51f: Pushed [2024-07-31T14:34:18.915Z] 1ed2259cee78: Pushed [2024-07-31T14:34:18.915Z] 783a833435b8: Pushed [2024-07-31T14:34:18.915Z] 41908c1543b7: Pushed [2024-07-31T14:34:18.915Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:18.915Z] e828ff23cda4: Pushed [2024-07-31T14:34:25.538Z] a307b6e19393: Pushed [2024-07-31T14:34:25.538Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:25.903Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:26.251Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-31T14:34:26.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-31T14:34:26.251Z] 1ed2259cee78: Preparing [2024-07-31T14:34:26.251Z] a307b6e19393: Preparing [2024-07-31T14:34:26.251Z] 41908c1543b7: Preparing [2024-07-31T14:34:26.251Z] 106403aad51f: Preparing [2024-07-31T14:34:26.251Z] 783a833435b8: Preparing [2024-07-31T14:34:26.251Z] e828ff23cda4: Preparing [2024-07-31T14:34:26.251Z] 3c20671a5817: Preparing [2024-07-31T14:34:26.251Z] e828ff23cda4: Waiting [2024-07-31T14:34:26.251Z] 3c20671a5817: Waiting [2024-07-31T14:34:26.251Z] 106403aad51f: Layer already exists [2024-07-31T14:34:26.251Z] 1ed2259cee78: Layer already exists [2024-07-31T14:34:26.251Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:26.251Z] a307b6e19393: Layer already exists [2024-07-31T14:34:26.251Z] 783a833435b8: Layer already exists [2024-07-31T14:34:26.251Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:26.251Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:26.518Z] latest: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:26.879Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:27.244Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.42 [2024-07-31T14:34:27.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-31T14:34:27.244Z] 1ed2259cee78: Preparing [2024-07-31T14:34:27.244Z] a307b6e19393: Preparing [2024-07-31T14:34:27.244Z] 41908c1543b7: Preparing [2024-07-31T14:34:27.244Z] 106403aad51f: Preparing [2024-07-31T14:34:27.244Z] 783a833435b8: Preparing [2024-07-31T14:34:27.244Z] e828ff23cda4: Preparing [2024-07-31T14:34:27.244Z] 3c20671a5817: Preparing [2024-07-31T14:34:27.244Z] e828ff23cda4: Waiting [2024-07-31T14:34:27.244Z] 3c20671a5817: Waiting [2024-07-31T14:34:27.244Z] 783a833435b8: Layer already exists [2024-07-31T14:34:27.244Z] a307b6e19393: Layer already exists [2024-07-31T14:34:27.244Z] 106403aad51f: Layer already exists [2024-07-31T14:34:27.244Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:27.244Z] 1ed2259cee78: Layer already exists [2024-07-31T14:34:27.244Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:27.244Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:27.244Z] 3.2.0-dev.42: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:27.868Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:28.224Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:28.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-31T14:34:28.224Z] 1ed2259cee78: Preparing [2024-07-31T14:34:28.224Z] a307b6e19393: Preparing [2024-07-31T14:34:28.224Z] 41908c1543b7: Preparing [2024-07-31T14:34:28.224Z] 106403aad51f: Preparing [2024-07-31T14:34:28.224Z] 783a833435b8: Preparing [2024-07-31T14:34:28.224Z] e828ff23cda4: Preparing [2024-07-31T14:34:28.224Z] 3c20671a5817: Preparing [2024-07-31T14:34:28.224Z] e828ff23cda4: Waiting [2024-07-31T14:34:28.224Z] 3c20671a5817: Waiting [2024-07-31T14:34:28.224Z] 1ed2259cee78: Layer already exists [2024-07-31T14:34:28.224Z] 783a833435b8: Layer already exists [2024-07-31T14:34:28.224Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:28.224Z] 106403aad51f: Layer already exists [2024-07-31T14:34:28.224Z] a307b6e19393: Layer already exists [2024-07-31T14:34:28.224Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:28.224Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:28.224Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:28.849Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:29.206Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-07-31T14:34:29.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-31T14:34:29.206Z] 1ed2259cee78: Preparing [2024-07-31T14:34:29.206Z] a307b6e19393: Preparing [2024-07-31T14:34:29.206Z] 41908c1543b7: Preparing [2024-07-31T14:34:29.206Z] 106403aad51f: Preparing [2024-07-31T14:34:29.206Z] 783a833435b8: Preparing [2024-07-31T14:34:29.206Z] e828ff23cda4: Preparing [2024-07-31T14:34:29.206Z] 3c20671a5817: Preparing [2024-07-31T14:34:29.206Z] e828ff23cda4: Waiting [2024-07-31T14:34:29.206Z] 3c20671a5817: Waiting [2024-07-31T14:34:29.206Z] 1ed2259cee78: Layer already exists [2024-07-31T14:34:29.206Z] 783a833435b8: Layer already exists [2024-07-31T14:34:29.206Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:29.206Z] a307b6e19393: Layer already exists [2024-07-31T14:34:29.206Z] 106403aad51f: Layer already exists [2024-07-31T14:34:29.206Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:29.206Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:29.472Z] main: digest: sha256:a0e31e84f5f84e2a9feec8e4cf039ebc913347bb34a42d350efb88b08a109f8e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:34:29.554Z] ===================================================== [Pipeline] echo [2024-07-31T14:34:29.572Z] taggedImages: [2024-07-31T14:34:29.572Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:29.572Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-31T14:34:29.572Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.42 [2024-07-31T14:34:29.572Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:29.572Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-07-31T14:34:29.603Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-07-31T14:34:29.603Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:29.603Z] latest [2024-07-31T14:34:29.603Z] 3.2.0-dev.42 [2024-07-31T14:34:29.603Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:29.603Z] main [2024-07-31T14:34:29.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:29.975Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:30.338Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:30.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-31T14:34:30.338Z] d5a4f2c21f9b: Preparing [2024-07-31T14:34:30.338Z] a22963ac5145: Preparing [2024-07-31T14:34:30.338Z] 4e3944a9bc4d: Preparing [2024-07-31T14:34:30.338Z] 56e2564ebb0b: Preparing [2024-07-31T14:34:30.338Z] 41908c1543b7: Preparing [2024-07-31T14:34:30.338Z] 106403aad51f: Preparing [2024-07-31T14:34:30.338Z] 783a833435b8: Preparing [2024-07-31T14:34:30.338Z] e828ff23cda4: Preparing [2024-07-31T14:34:30.338Z] 3c20671a5817: Preparing [2024-07-31T14:34:30.338Z] 106403aad51f: Waiting [2024-07-31T14:34:30.338Z] 783a833435b8: Waiting [2024-07-31T14:34:30.338Z] e828ff23cda4: Waiting [2024-07-31T14:34:30.338Z] 3c20671a5817: Waiting [2024-07-31T14:34:30.603Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:30.603Z] 106403aad51f: Layer already exists [2024-07-31T14:34:30.603Z] a22963ac5145: Pushed [2024-07-31T14:34:30.603Z] 783a833435b8: Layer already exists [2024-07-31T14:34:30.603Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:30.603Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:30.603Z] 4e3944a9bc4d: Pushed [2024-07-31T14:34:30.603Z] d5a4f2c21f9b: Pushed [2024-07-31T14:34:32.542Z] 56e2564ebb0b: Pushed [2024-07-31T14:34:32.542Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:32.914Z] + 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-07-31T14:34:33.266Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-31T14:34:33.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-31T14:34:33.266Z] d5a4f2c21f9b: Preparing [2024-07-31T14:34:33.266Z] a22963ac5145: Preparing [2024-07-31T14:34:33.266Z] 4e3944a9bc4d: Preparing [2024-07-31T14:34:33.266Z] 56e2564ebb0b: Preparing [2024-07-31T14:34:33.266Z] 41908c1543b7: Preparing [2024-07-31T14:34:33.266Z] 106403aad51f: Preparing [2024-07-31T14:34:33.266Z] 783a833435b8: Preparing [2024-07-31T14:34:33.266Z] e828ff23cda4: Preparing [2024-07-31T14:34:33.266Z] 3c20671a5817: Preparing [2024-07-31T14:34:33.266Z] 783a833435b8: Waiting [2024-07-31T14:34:33.266Z] e828ff23cda4: Waiting [2024-07-31T14:34:33.266Z] 106403aad51f: Waiting [2024-07-31T14:34:33.266Z] 3c20671a5817: Waiting [2024-07-31T14:34:33.266Z] 56e2564ebb0b: Layer already exists [2024-07-31T14:34:33.266Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:33.266Z] d5a4f2c21f9b: Layer already exists [2024-07-31T14:34:33.266Z] a22963ac5145: Layer already exists [2024-07-31T14:34:33.266Z] 4e3944a9bc4d: Layer already exists [2024-07-31T14:34:33.266Z] 106403aad51f: Layer already exists [2024-07-31T14:34:33.266Z] 783a833435b8: Layer already exists [2024-07-31T14:34:33.266Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:33.266Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:33.533Z] latest: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:33.894Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:34.258Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.42 [2024-07-31T14:34:34.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-31T14:34:34.258Z] d5a4f2c21f9b: Preparing [2024-07-31T14:34:34.258Z] a22963ac5145: Preparing [2024-07-31T14:34:34.258Z] 4e3944a9bc4d: Preparing [2024-07-31T14:34:34.258Z] 56e2564ebb0b: Preparing [2024-07-31T14:34:34.258Z] 41908c1543b7: Preparing [2024-07-31T14:34:34.258Z] 106403aad51f: Preparing [2024-07-31T14:34:34.258Z] 783a833435b8: Preparing [2024-07-31T14:34:34.258Z] e828ff23cda4: Preparing [2024-07-31T14:34:34.258Z] 3c20671a5817: Preparing [2024-07-31T14:34:34.258Z] 783a833435b8: Waiting [2024-07-31T14:34:34.258Z] e828ff23cda4: Waiting [2024-07-31T14:34:34.258Z] 3c20671a5817: Waiting [2024-07-31T14:34:34.258Z] 106403aad51f: Waiting [2024-07-31T14:34:34.258Z] 4e3944a9bc4d: Layer already exists [2024-07-31T14:34:34.258Z] 56e2564ebb0b: Layer already exists [2024-07-31T14:34:34.258Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:34.258Z] a22963ac5145: Layer already exists [2024-07-31T14:34:34.258Z] d5a4f2c21f9b: Layer already exists [2024-07-31T14:34:34.258Z] 783a833435b8: Layer already exists [2024-07-31T14:34:34.258Z] 106403aad51f: Layer already exists [2024-07-31T14:34:34.258Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:34.258Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:34.258Z] 3.2.0-dev.42: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:34.885Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:35.255Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:35.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-31T14:34:35.256Z] d5a4f2c21f9b: Preparing [2024-07-31T14:34:35.256Z] a22963ac5145: Preparing [2024-07-31T14:34:35.256Z] 4e3944a9bc4d: Preparing [2024-07-31T14:34:35.256Z] 56e2564ebb0b: Preparing [2024-07-31T14:34:35.256Z] 41908c1543b7: Preparing [2024-07-31T14:34:35.256Z] 106403aad51f: Preparing [2024-07-31T14:34:35.256Z] 783a833435b8: Preparing [2024-07-31T14:34:35.256Z] e828ff23cda4: Preparing [2024-07-31T14:34:35.256Z] 3c20671a5817: Preparing [2024-07-31T14:34:35.256Z] 783a833435b8: Waiting [2024-07-31T14:34:35.256Z] e828ff23cda4: Waiting [2024-07-31T14:34:35.256Z] 3c20671a5817: Waiting [2024-07-31T14:34:35.256Z] 106403aad51f: Waiting [2024-07-31T14:34:35.256Z] a22963ac5145: Layer already exists [2024-07-31T14:34:35.256Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:35.256Z] d5a4f2c21f9b: Layer already exists [2024-07-31T14:34:35.256Z] 56e2564ebb0b: Layer already exists [2024-07-31T14:34:35.256Z] 4e3944a9bc4d: Layer already exists [2024-07-31T14:34:35.256Z] 783a833435b8: Layer already exists [2024-07-31T14:34:35.256Z] 106403aad51f: Layer already exists [2024-07-31T14:34:35.256Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:35.256Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:35.256Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:35.892Z] + 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-07-31T14:34:36.262Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-07-31T14:34:36.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-31T14:34:36.262Z] d5a4f2c21f9b: Preparing [2024-07-31T14:34:36.262Z] a22963ac5145: Preparing [2024-07-31T14:34:36.262Z] 4e3944a9bc4d: Preparing [2024-07-31T14:34:36.262Z] 56e2564ebb0b: Preparing [2024-07-31T14:34:36.262Z] 41908c1543b7: Preparing [2024-07-31T14:34:36.262Z] 106403aad51f: Preparing [2024-07-31T14:34:36.262Z] 783a833435b8: Preparing [2024-07-31T14:34:36.262Z] e828ff23cda4: Preparing [2024-07-31T14:34:36.262Z] 3c20671a5817: Preparing [2024-07-31T14:34:36.262Z] 106403aad51f: Waiting [2024-07-31T14:34:36.262Z] 783a833435b8: Waiting [2024-07-31T14:34:36.262Z] e828ff23cda4: Waiting [2024-07-31T14:34:36.262Z] 3c20671a5817: Waiting [2024-07-31T14:34:36.262Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:36.262Z] 56e2564ebb0b: Layer already exists [2024-07-31T14:34:36.262Z] a22963ac5145: Layer already exists [2024-07-31T14:34:36.262Z] d5a4f2c21f9b: Layer already exists [2024-07-31T14:34:36.262Z] 4e3944a9bc4d: Layer already exists [2024-07-31T14:34:36.262Z] 106403aad51f: Layer already exists [2024-07-31T14:34:36.262Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:36.262Z] 783a833435b8: Layer already exists [2024-07-31T14:34:36.262Z] e828ff23cda4: Layer already exists [2024-07-31T14:34:36.528Z] main: digest: sha256:9662c05bac7cb9c8708ec24076864437c593caecb632ef1b7abea23b8362eb73 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:34:36.610Z] ===================================================== [Pipeline] echo [2024-07-31T14:34:36.632Z] taggedImages: [2024-07-31T14:34:36.632Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:36.632Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-31T14:34:36.632Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.42 [2024-07-31T14:34:36.632Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:36.632Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-07-31T14:34:36.666Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-07-31T14:34:36.666Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:36.666Z] latest [2024-07-31T14:34:36.666Z] 3.2.0-dev.42 [2024-07-31T14:34:36.666Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:36.666Z] main [2024-07-31T14:34:36.666Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:37.047Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:37.419Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:37.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-31T14:34:37.419Z] 4cbea2dc5628: Preparing [2024-07-31T14:34:37.419Z] 0b9007c21937: Preparing [2024-07-31T14:34:37.419Z] 41908c1543b7: Preparing [2024-07-31T14:34:37.419Z] 106403aad51f: Preparing [2024-07-31T14:34:37.419Z] 98ce9a079c7a: Preparing [2024-07-31T14:34:37.419Z] 61f932c933b3: Preparing [2024-07-31T14:34:37.419Z] 3c20671a5817: Preparing [2024-07-31T14:34:37.419Z] 61f932c933b3: Waiting [2024-07-31T14:34:37.419Z] 3c20671a5817: Waiting [2024-07-31T14:34:37.686Z] 98ce9a079c7a: Pushed [2024-07-31T14:34:37.686Z] 106403aad51f: Layer already exists [2024-07-31T14:34:37.952Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:37.952Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:37.952Z] 4cbea2dc5628: Pushed [2024-07-31T14:34:37.952Z] 61f932c933b3: Pushed [2024-07-31T14:34:44.587Z] 0b9007c21937: Pushed [2024-07-31T14:34:44.587Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:44.959Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:45.329Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-31T14:34:45.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-31T14:34:45.329Z] 4cbea2dc5628: Preparing [2024-07-31T14:34:45.329Z] 0b9007c21937: Preparing [2024-07-31T14:34:45.329Z] 41908c1543b7: Preparing [2024-07-31T14:34:45.329Z] 106403aad51f: Preparing [2024-07-31T14:34:45.329Z] 98ce9a079c7a: Preparing [2024-07-31T14:34:45.329Z] 61f932c933b3: Preparing [2024-07-31T14:34:45.329Z] 3c20671a5817: Preparing [2024-07-31T14:34:45.329Z] 61f932c933b3: Waiting [2024-07-31T14:34:45.329Z] 3c20671a5817: Waiting [2024-07-31T14:34:45.329Z] 106403aad51f: Layer already exists [2024-07-31T14:34:45.329Z] 4cbea2dc5628: Layer already exists [2024-07-31T14:34:45.329Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:45.329Z] 98ce9a079c7a: Layer already exists [2024-07-31T14:34:45.329Z] 0b9007c21937: Layer already exists [2024-07-31T14:34:45.329Z] 61f932c933b3: Layer already exists [2024-07-31T14:34:45.329Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:45.596Z] latest: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:45.968Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:46.341Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.42 [2024-07-31T14:34:46.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-31T14:34:46.341Z] 4cbea2dc5628: Preparing [2024-07-31T14:34:46.341Z] 0b9007c21937: Preparing [2024-07-31T14:34:46.341Z] 41908c1543b7: Preparing [2024-07-31T14:34:46.341Z] 106403aad51f: Preparing [2024-07-31T14:34:46.341Z] 98ce9a079c7a: Preparing [2024-07-31T14:34:46.341Z] 61f932c933b3: Preparing [2024-07-31T14:34:46.341Z] 3c20671a5817: Preparing [2024-07-31T14:34:46.341Z] 61f932c933b3: Waiting [2024-07-31T14:34:46.341Z] 3c20671a5817: Waiting [2024-07-31T14:34:46.341Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:46.341Z] 4cbea2dc5628: Layer already exists [2024-07-31T14:34:46.341Z] 106403aad51f: Layer already exists [2024-07-31T14:34:46.341Z] 98ce9a079c7a: Layer already exists [2024-07-31T14:34:46.341Z] 0b9007c21937: Layer already exists [2024-07-31T14:34:46.341Z] 61f932c933b3: Layer already exists [2024-07-31T14:34:46.341Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:46.606Z] 3.2.0-dev.42: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:46.977Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:47.326Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:47.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-31T14:34:47.326Z] 4cbea2dc5628: Preparing [2024-07-31T14:34:47.326Z] 0b9007c21937: Preparing [2024-07-31T14:34:47.326Z] 41908c1543b7: Preparing [2024-07-31T14:34:47.326Z] 106403aad51f: Preparing [2024-07-31T14:34:47.326Z] 98ce9a079c7a: Preparing [2024-07-31T14:34:47.326Z] 61f932c933b3: Preparing [2024-07-31T14:34:47.326Z] 3c20671a5817: Preparing [2024-07-31T14:34:47.326Z] 61f932c933b3: Waiting [2024-07-31T14:34:47.326Z] 3c20671a5817: Waiting [2024-07-31T14:34:47.326Z] 98ce9a079c7a: Layer already exists [2024-07-31T14:34:47.326Z] 4cbea2dc5628: Layer already exists [2024-07-31T14:34:47.326Z] 106403aad51f: Layer already exists [2024-07-31T14:34:47.326Z] 0b9007c21937: Layer already exists [2024-07-31T14:34:47.326Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:47.326Z] 61f932c933b3: Layer already exists [2024-07-31T14:34:47.326Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:47.326Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:47.948Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:48.317Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-07-31T14:34:48.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-31T14:34:48.317Z] 4cbea2dc5628: Preparing [2024-07-31T14:34:48.317Z] 0b9007c21937: Preparing [2024-07-31T14:34:48.317Z] 41908c1543b7: Preparing [2024-07-31T14:34:48.317Z] 106403aad51f: Preparing [2024-07-31T14:34:48.317Z] 98ce9a079c7a: Preparing [2024-07-31T14:34:48.317Z] 61f932c933b3: Preparing [2024-07-31T14:34:48.317Z] 3c20671a5817: Preparing [2024-07-31T14:34:48.317Z] 61f932c933b3: Waiting [2024-07-31T14:34:48.317Z] 3c20671a5817: Waiting [2024-07-31T14:34:48.317Z] 41908c1543b7: Layer already exists [2024-07-31T14:34:48.317Z] 98ce9a079c7a: Layer already exists [2024-07-31T14:34:48.317Z] 106403aad51f: Layer already exists [2024-07-31T14:34:48.317Z] 4cbea2dc5628: Layer already exists [2024-07-31T14:34:48.317Z] 0b9007c21937: Layer already exists [2024-07-31T14:34:48.317Z] 61f932c933b3: Layer already exists [2024-07-31T14:34:48.317Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:48.583Z] main: digest: sha256:99fa38fa27e993df2a26140518f9c501ea449176261e64378469ce0efb63b066 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:34:48.669Z] ===================================================== [Pipeline] echo [2024-07-31T14:34:48.685Z] taggedImages: [2024-07-31T14:34:48.685Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:48.685Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-31T14:34:48.685Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.42 [2024-07-31T14:34:48.685Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:48.685Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-07-31T14:34:48.717Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-07-31T14:34:48.717Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:48.717Z] latest [2024-07-31T14:34:48.717Z] 3.2.0-dev.42 [2024-07-31T14:34:48.717Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:48.717Z] main [2024-07-31T14:34:48.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:49.109Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:49.477Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:34:49.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-31T14:34:49.477Z] 3cb4901dd069: Preparing [2024-07-31T14:34:49.477Z] 10a46c4fa727: Preparing [2024-07-31T14:34:49.477Z] 106403aad51f: Preparing [2024-07-31T14:34:49.477Z] de1441563d46: Preparing [2024-07-31T14:34:49.477Z] caa178e2c415: Preparing [2024-07-31T14:34:49.477Z] 3c20671a5817: Preparing [2024-07-31T14:34:49.477Z] 3c20671a5817: Waiting [2024-07-31T14:34:49.477Z] 106403aad51f: Layer already exists [2024-07-31T14:34:49.750Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:49.750Z] caa178e2c415: Pushed [2024-07-31T14:34:49.750Z] de1441563d46: Pushed [2024-07-31T14:34:49.750Z] 3cb4901dd069: Pushed [2024-07-31T14:34:56.387Z] 10a46c4fa727: Pushed [2024-07-31T14:34:56.387Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:56.763Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:57.120Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-31T14:34:57.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-31T14:34:57.121Z] 3cb4901dd069: Preparing [2024-07-31T14:34:57.121Z] 10a46c4fa727: Preparing [2024-07-31T14:34:57.121Z] 106403aad51f: Preparing [2024-07-31T14:34:57.121Z] de1441563d46: Preparing [2024-07-31T14:34:57.121Z] caa178e2c415: Preparing [2024-07-31T14:34:57.121Z] 3c20671a5817: Preparing [2024-07-31T14:34:57.121Z] 3c20671a5817: Waiting [2024-07-31T14:34:57.121Z] 106403aad51f: Layer already exists [2024-07-31T14:34:57.121Z] 10a46c4fa727: Layer already exists [2024-07-31T14:34:57.121Z] caa178e2c415: Layer already exists [2024-07-31T14:34:57.121Z] de1441563d46: Layer already exists [2024-07-31T14:34:57.121Z] 3cb4901dd069: Layer already exists [2024-07-31T14:34:57.121Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:57.387Z] latest: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:57.811Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:58.184Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.42 [2024-07-31T14:34:58.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-31T14:34:58.184Z] 3cb4901dd069: Preparing [2024-07-31T14:34:58.184Z] 10a46c4fa727: Preparing [2024-07-31T14:34:58.184Z] 106403aad51f: Preparing [2024-07-31T14:34:58.184Z] de1441563d46: Preparing [2024-07-31T14:34:58.184Z] caa178e2c415: Preparing [2024-07-31T14:34:58.184Z] 3c20671a5817: Preparing [2024-07-31T14:34:58.184Z] 3c20671a5817: Waiting [2024-07-31T14:34:58.184Z] de1441563d46: Layer already exists [2024-07-31T14:34:58.184Z] 106403aad51f: Layer already exists [2024-07-31T14:34:58.184Z] 3cb4901dd069: Layer already exists [2024-07-31T14:34:58.184Z] 10a46c4fa727: Layer already exists [2024-07-31T14:34:58.184Z] caa178e2c415: Layer already exists [2024-07-31T14:34:58.184Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:58.456Z] 3.2.0-dev.42: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:58.841Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:59.216Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:34:59.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-31T14:34:59.216Z] 3cb4901dd069: Preparing [2024-07-31T14:34:59.216Z] 10a46c4fa727: Preparing [2024-07-31T14:34:59.216Z] 106403aad51f: Preparing [2024-07-31T14:34:59.216Z] de1441563d46: Preparing [2024-07-31T14:34:59.216Z] caa178e2c415: Preparing [2024-07-31T14:34:59.216Z] 3c20671a5817: Preparing [2024-07-31T14:34:59.216Z] 3c20671a5817: Waiting [2024-07-31T14:34:59.216Z] 3cb4901dd069: Layer already exists [2024-07-31T14:34:59.216Z] caa178e2c415: Layer already exists [2024-07-31T14:34:59.216Z] de1441563d46: Layer already exists [2024-07-31T14:34:59.216Z] 106403aad51f: Layer already exists [2024-07-31T14:34:59.216Z] 10a46c4fa727: Layer already exists [2024-07-31T14:34:59.216Z] 3c20671a5817: Layer already exists [2024-07-31T14:34:59.484Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:34:59.846Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:00.211Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-07-31T14:35:00.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-31T14:35:00.211Z] 3cb4901dd069: Preparing [2024-07-31T14:35:00.211Z] 10a46c4fa727: Preparing [2024-07-31T14:35:00.211Z] 106403aad51f: Preparing [2024-07-31T14:35:00.211Z] de1441563d46: Preparing [2024-07-31T14:35:00.211Z] caa178e2c415: Preparing [2024-07-31T14:35:00.211Z] 3c20671a5817: Preparing [2024-07-31T14:35:00.211Z] 3c20671a5817: Waiting [2024-07-31T14:35:00.211Z] 3cb4901dd069: Layer already exists [2024-07-31T14:35:00.211Z] caa178e2c415: Layer already exists [2024-07-31T14:35:00.211Z] 10a46c4fa727: Layer already exists [2024-07-31T14:35:00.211Z] 106403aad51f: Layer already exists [2024-07-31T14:35:00.211Z] de1441563d46: Layer already exists [2024-07-31T14:35:00.211Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:00.478Z] main: digest: sha256:9f044a1f68ea0f1f7c093251003cd5800c88da732db2674eae3fa027e23d74b8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:00.558Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:00.576Z] taggedImages: [2024-07-31T14:35:00.576Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:00.576Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-31T14:35:00.576Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.42 [2024-07-31T14:35:00.576Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:00.576Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-07-31T14:35:00.610Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-07-31T14:35:00.610Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:00.610Z] latest [2024-07-31T14:35:00.610Z] 3.2.0-dev.42 [2024-07-31T14:35:00.610Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:00.610Z] main [2024-07-31T14:35:00.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:00.987Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:01.354Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:01.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-31T14:35:01.354Z] 2b9f1199483d: Preparing [2024-07-31T14:35:01.354Z] e8c96c0b6a0a: Preparing [2024-07-31T14:35:01.354Z] 110e3c78f35c: Preparing [2024-07-31T14:35:01.354Z] 41908c1543b7: Preparing [2024-07-31T14:35:01.354Z] 106403aad51f: Preparing [2024-07-31T14:35:01.354Z] 783a833435b8: Preparing [2024-07-31T14:35:01.354Z] e828ff23cda4: Preparing [2024-07-31T14:35:01.354Z] 3c20671a5817: Preparing [2024-07-31T14:35:01.354Z] 783a833435b8: Waiting [2024-07-31T14:35:01.354Z] e828ff23cda4: Waiting [2024-07-31T14:35:01.354Z] 3c20671a5817: Waiting [2024-07-31T14:35:01.354Z] 106403aad51f: Layer already exists [2024-07-31T14:35:01.354Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:01.630Z] 783a833435b8: Layer already exists [2024-07-31T14:35:01.630Z] e8c96c0b6a0a: Pushed [2024-07-31T14:35:01.630Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:01.630Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:01.630Z] 2b9f1199483d: Pushed [2024-07-31T14:35:08.256Z] 110e3c78f35c: Pushed [2024-07-31T14:35:08.256Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:08.616Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:08.972Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-31T14:35:08.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-31T14:35:08.972Z] 2b9f1199483d: Preparing [2024-07-31T14:35:08.972Z] e8c96c0b6a0a: Preparing [2024-07-31T14:35:08.972Z] 110e3c78f35c: Preparing [2024-07-31T14:35:08.972Z] 41908c1543b7: Preparing [2024-07-31T14:35:08.972Z] 106403aad51f: Preparing [2024-07-31T14:35:08.972Z] 783a833435b8: Preparing [2024-07-31T14:35:08.972Z] e828ff23cda4: Preparing [2024-07-31T14:35:08.972Z] 3c20671a5817: Preparing [2024-07-31T14:35:08.972Z] e828ff23cda4: Waiting [2024-07-31T14:35:08.972Z] 3c20671a5817: Waiting [2024-07-31T14:35:08.972Z] 783a833435b8: Waiting [2024-07-31T14:35:08.972Z] e8c96c0b6a0a: Layer already exists [2024-07-31T14:35:08.972Z] 2b9f1199483d: Layer already exists [2024-07-31T14:35:08.972Z] 106403aad51f: Layer already exists [2024-07-31T14:35:08.972Z] 110e3c78f35c: Layer already exists [2024-07-31T14:35:08.972Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:08.972Z] 783a833435b8: Layer already exists [2024-07-31T14:35:08.972Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:08.972Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:09.241Z] latest: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:09.592Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:09.941Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.42 [2024-07-31T14:35:09.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-31T14:35:09.941Z] 2b9f1199483d: Preparing [2024-07-31T14:35:09.941Z] e8c96c0b6a0a: Preparing [2024-07-31T14:35:09.941Z] 110e3c78f35c: Preparing [2024-07-31T14:35:09.941Z] 41908c1543b7: Preparing [2024-07-31T14:35:09.941Z] 106403aad51f: Preparing [2024-07-31T14:35:09.941Z] 783a833435b8: Preparing [2024-07-31T14:35:09.941Z] e828ff23cda4: Preparing [2024-07-31T14:35:09.941Z] 3c20671a5817: Preparing [2024-07-31T14:35:09.941Z] 783a833435b8: Waiting [2024-07-31T14:35:09.941Z] e828ff23cda4: Waiting [2024-07-31T14:35:09.941Z] 3c20671a5817: Waiting [2024-07-31T14:35:09.941Z] 110e3c78f35c: Layer already exists [2024-07-31T14:35:09.941Z] e8c96c0b6a0a: Layer already exists [2024-07-31T14:35:09.941Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:09.941Z] 2b9f1199483d: Layer already exists [2024-07-31T14:35:09.941Z] 106403aad51f: Layer already exists [2024-07-31T14:35:09.941Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:09.941Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:09.941Z] 783a833435b8: Layer already exists [2024-07-31T14:35:10.206Z] 3.2.0-dev.42: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:10.571Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:10.925Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:10.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-31T14:35:10.925Z] 2b9f1199483d: Preparing [2024-07-31T14:35:10.925Z] e8c96c0b6a0a: Preparing [2024-07-31T14:35:10.925Z] 110e3c78f35c: Preparing [2024-07-31T14:35:10.925Z] 41908c1543b7: Preparing [2024-07-31T14:35:10.925Z] 106403aad51f: Preparing [2024-07-31T14:35:10.925Z] 783a833435b8: Preparing [2024-07-31T14:35:10.925Z] e828ff23cda4: Preparing [2024-07-31T14:35:10.925Z] 3c20671a5817: Preparing [2024-07-31T14:35:10.925Z] e828ff23cda4: Waiting [2024-07-31T14:35:10.926Z] 3c20671a5817: Waiting [2024-07-31T14:35:10.926Z] 783a833435b8: Waiting [2024-07-31T14:35:10.926Z] e8c96c0b6a0a: Layer already exists [2024-07-31T14:35:10.926Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:10.926Z] 110e3c78f35c: Layer already exists [2024-07-31T14:35:10.926Z] 106403aad51f: Layer already exists [2024-07-31T14:35:10.926Z] 2b9f1199483d: Layer already exists [2024-07-31T14:35:10.926Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:10.926Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:10.926Z] 783a833435b8: Layer already exists [2024-07-31T14:35:10.926Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:11.690Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:12.039Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-07-31T14:35:12.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-31T14:35:12.039Z] 2b9f1199483d: Preparing [2024-07-31T14:35:12.039Z] e8c96c0b6a0a: Preparing [2024-07-31T14:35:12.039Z] 110e3c78f35c: Preparing [2024-07-31T14:35:12.039Z] 41908c1543b7: Preparing [2024-07-31T14:35:12.039Z] 106403aad51f: Preparing [2024-07-31T14:35:12.039Z] 783a833435b8: Preparing [2024-07-31T14:35:12.039Z] e828ff23cda4: Preparing [2024-07-31T14:35:12.039Z] 3c20671a5817: Preparing [2024-07-31T14:35:12.039Z] e828ff23cda4: Waiting [2024-07-31T14:35:12.039Z] 3c20671a5817: Waiting [2024-07-31T14:35:12.039Z] 783a833435b8: Waiting [2024-07-31T14:35:12.039Z] 2b9f1199483d: Layer already exists [2024-07-31T14:35:12.039Z] 110e3c78f35c: Layer already exists [2024-07-31T14:35:12.039Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:12.039Z] e8c96c0b6a0a: Layer already exists [2024-07-31T14:35:12.039Z] 106403aad51f: Layer already exists [2024-07-31T14:35:12.039Z] 783a833435b8: Layer already exists [2024-07-31T14:35:12.039Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:12.039Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:12.305Z] main: digest: sha256:41bf9179e58c314fe058a089cb9e5818b7b3dfb885bfee8e5cc9f3531f0d9c6a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:12.387Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:12.405Z] taggedImages: [2024-07-31T14:35:12.405Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:12.405Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-31T14:35:12.405Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.42 [2024-07-31T14:35:12.405Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:12.405Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-07-31T14:35:12.438Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-07-31T14:35:12.438Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:12.438Z] latest [2024-07-31T14:35:12.438Z] 3.2.0-dev.42 [2024-07-31T14:35:12.438Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:12.438Z] main [2024-07-31T14:35:12.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:12.810Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:13.162Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:13.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-31T14:35:13.162Z] 62239d80a43c: Preparing [2024-07-31T14:35:13.162Z] 835d6d0334a2: Preparing [2024-07-31T14:35:13.162Z] e6c102b58144: Preparing [2024-07-31T14:35:13.162Z] f0bb85c6e848: Preparing [2024-07-31T14:35:13.162Z] e1348683f5b7: Preparing [2024-07-31T14:35:13.162Z] ae91dad445f3: Preparing [2024-07-31T14:35:13.162Z] 86390a1c43e4: Preparing [2024-07-31T14:35:13.162Z] 41908c1543b7: Preparing [2024-07-31T14:35:13.162Z] 106403aad51f: Preparing [2024-07-31T14:35:13.162Z] 1504dedeacd8: Preparing [2024-07-31T14:35:13.162Z] 3cd76927520e: Preparing [2024-07-31T14:35:13.162Z] 5f70bf18a086: Preparing [2024-07-31T14:35:13.162Z] fe083cd448d5: Preparing [2024-07-31T14:35:13.162Z] dafe40770565: Preparing [2024-07-31T14:35:13.162Z] 195db9ad5685: Preparing [2024-07-31T14:35:13.162Z] 3c20671a5817: Preparing [2024-07-31T14:35:13.162Z] 1504dedeacd8: Waiting [2024-07-31T14:35:13.162Z] 3cd76927520e: Waiting [2024-07-31T14:35:13.162Z] 5f70bf18a086: Waiting [2024-07-31T14:35:13.162Z] fe083cd448d5: Waiting [2024-07-31T14:35:13.162Z] dafe40770565: Waiting [2024-07-31T14:35:13.162Z] 195db9ad5685: Waiting [2024-07-31T14:35:13.162Z] 3c20671a5817: Waiting [2024-07-31T14:35:13.162Z] ae91dad445f3: Waiting [2024-07-31T14:35:13.162Z] 86390a1c43e4: Waiting [2024-07-31T14:35:13.162Z] 41908c1543b7: Waiting [2024-07-31T14:35:13.162Z] 106403aad51f: Waiting [2024-07-31T14:35:13.427Z] e6c102b58144: Pushed [2024-07-31T14:35:13.427Z] 835d6d0334a2: Pushed [2024-07-31T14:35:13.427Z] 62239d80a43c: Pushed [2024-07-31T14:35:13.427Z] e1348683f5b7: Pushed [2024-07-31T14:35:13.427Z] f0bb85c6e848: Pushed [2024-07-31T14:35:13.427Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:13.427Z] ae91dad445f3: Pushed [2024-07-31T14:35:13.427Z] 106403aad51f: Layer already exists [2024-07-31T14:35:13.693Z] 5f70bf18a086: Layer already exists [2024-07-31T14:35:13.693Z] 1504dedeacd8: Pushed [2024-07-31T14:35:13.693Z] 3cd76927520e: Pushed [2024-07-31T14:35:13.693Z] fe083cd448d5: Pushed [2024-07-31T14:35:13.693Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:13.693Z] dafe40770565: Pushed [2024-07-31T14:35:13.693Z] 195db9ad5685: Pushed [2024-07-31T14:35:16.256Z] 86390a1c43e4: Pushed [2024-07-31T14:35:16.520Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:16.879Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:17.228Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-31T14:35:17.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-31T14:35:17.228Z] 62239d80a43c: Preparing [2024-07-31T14:35:17.228Z] 835d6d0334a2: Preparing [2024-07-31T14:35:17.228Z] e6c102b58144: Preparing [2024-07-31T14:35:17.228Z] f0bb85c6e848: Preparing [2024-07-31T14:35:17.228Z] e1348683f5b7: Preparing [2024-07-31T14:35:17.228Z] ae91dad445f3: Preparing [2024-07-31T14:35:17.228Z] 86390a1c43e4: Preparing [2024-07-31T14:35:17.228Z] 41908c1543b7: Preparing [2024-07-31T14:35:17.228Z] 106403aad51f: Preparing [2024-07-31T14:35:17.228Z] 1504dedeacd8: Preparing [2024-07-31T14:35:17.228Z] 3cd76927520e: Preparing [2024-07-31T14:35:17.228Z] 5f70bf18a086: Preparing [2024-07-31T14:35:17.228Z] fe083cd448d5: Preparing [2024-07-31T14:35:17.228Z] dafe40770565: Preparing [2024-07-31T14:35:17.228Z] 195db9ad5685: Preparing [2024-07-31T14:35:17.228Z] 3c20671a5817: Preparing [2024-07-31T14:35:17.228Z] ae91dad445f3: Waiting [2024-07-31T14:35:17.228Z] 86390a1c43e4: Waiting [2024-07-31T14:35:17.228Z] 41908c1543b7: Waiting [2024-07-31T14:35:17.228Z] 106403aad51f: Waiting [2024-07-31T14:35:17.228Z] 1504dedeacd8: Waiting [2024-07-31T14:35:17.228Z] 3cd76927520e: Waiting [2024-07-31T14:35:17.228Z] 5f70bf18a086: Waiting [2024-07-31T14:35:17.228Z] fe083cd448d5: Waiting [2024-07-31T14:35:17.228Z] dafe40770565: Waiting [2024-07-31T14:35:17.228Z] 195db9ad5685: Waiting [2024-07-31T14:35:17.228Z] 3c20671a5817: Waiting [2024-07-31T14:35:17.228Z] 835d6d0334a2: Layer already exists [2024-07-31T14:35:17.228Z] e1348683f5b7: Layer already exists [2024-07-31T14:35:17.228Z] 62239d80a43c: Layer already exists [2024-07-31T14:35:17.228Z] e6c102b58144: Layer already exists [2024-07-31T14:35:17.228Z] f0bb85c6e848: Layer already exists [2024-07-31T14:35:17.228Z] 106403aad51f: Layer already exists [2024-07-31T14:35:17.228Z] 86390a1c43e4: Layer already exists [2024-07-31T14:35:17.228Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:17.228Z] ae91dad445f3: Layer already exists [2024-07-31T14:35:17.228Z] 1504dedeacd8: Layer already exists [2024-07-31T14:35:17.228Z] fe083cd448d5: Layer already exists [2024-07-31T14:35:17.228Z] dafe40770565: Layer already exists [2024-07-31T14:35:17.228Z] 3cd76927520e: Layer already exists [2024-07-31T14:35:17.228Z] 5f70bf18a086: Layer already exists [2024-07-31T14:35:17.228Z] 195db9ad5685: Layer already exists [2024-07-31T14:35:17.492Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:17.492Z] latest: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:17.851Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:18.200Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.42 [2024-07-31T14:35:18.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-31T14:35:18.200Z] 62239d80a43c: Preparing [2024-07-31T14:35:18.200Z] 835d6d0334a2: Preparing [2024-07-31T14:35:18.200Z] e6c102b58144: Preparing [2024-07-31T14:35:18.200Z] f0bb85c6e848: Preparing [2024-07-31T14:35:18.200Z] e1348683f5b7: Preparing [2024-07-31T14:35:18.200Z] ae91dad445f3: Preparing [2024-07-31T14:35:18.200Z] 86390a1c43e4: Preparing [2024-07-31T14:35:18.200Z] 41908c1543b7: Preparing [2024-07-31T14:35:18.200Z] 106403aad51f: Preparing [2024-07-31T14:35:18.200Z] 1504dedeacd8: Preparing [2024-07-31T14:35:18.200Z] 3cd76927520e: Preparing [2024-07-31T14:35:18.200Z] 5f70bf18a086: Preparing [2024-07-31T14:35:18.200Z] fe083cd448d5: Preparing [2024-07-31T14:35:18.200Z] dafe40770565: Preparing [2024-07-31T14:35:18.200Z] 195db9ad5685: Preparing [2024-07-31T14:35:18.200Z] 3c20671a5817: Preparing [2024-07-31T14:35:18.200Z] 86390a1c43e4: Waiting [2024-07-31T14:35:18.200Z] 41908c1543b7: Waiting [2024-07-31T14:35:18.200Z] 106403aad51f: Waiting [2024-07-31T14:35:18.200Z] 1504dedeacd8: Waiting [2024-07-31T14:35:18.200Z] ae91dad445f3: Waiting [2024-07-31T14:35:18.200Z] 3cd76927520e: Waiting [2024-07-31T14:35:18.200Z] 5f70bf18a086: Waiting [2024-07-31T14:35:18.200Z] fe083cd448d5: Waiting [2024-07-31T14:35:18.200Z] dafe40770565: Waiting [2024-07-31T14:35:18.200Z] 195db9ad5685: Waiting [2024-07-31T14:35:18.200Z] 3c20671a5817: Waiting [2024-07-31T14:35:18.200Z] e1348683f5b7: Layer already exists [2024-07-31T14:35:18.200Z] 835d6d0334a2: Layer already exists [2024-07-31T14:35:18.200Z] e6c102b58144: Layer already exists [2024-07-31T14:35:18.200Z] 62239d80a43c: Layer already exists [2024-07-31T14:35:18.200Z] f0bb85c6e848: Layer already exists [2024-07-31T14:35:18.200Z] 106403aad51f: Layer already exists [2024-07-31T14:35:18.200Z] ae91dad445f3: Layer already exists [2024-07-31T14:35:18.200Z] 1504dedeacd8: Layer already exists [2024-07-31T14:35:18.200Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:18.200Z] 86390a1c43e4: Layer already exists [2024-07-31T14:35:18.200Z] dafe40770565: Layer already exists [2024-07-31T14:35:18.200Z] fe083cd448d5: Layer already exists [2024-07-31T14:35:18.200Z] 195db9ad5685: Layer already exists [2024-07-31T14:35:18.200Z] 3cd76927520e: Layer already exists [2024-07-31T14:35:18.200Z] 5f70bf18a086: Layer already exists [2024-07-31T14:35:18.200Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:18.466Z] 3.2.0-dev.42: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:18.825Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:19.176Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:19.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-31T14:35:19.176Z] 62239d80a43c: Preparing [2024-07-31T14:35:19.176Z] 835d6d0334a2: Preparing [2024-07-31T14:35:19.176Z] e6c102b58144: Preparing [2024-07-31T14:35:19.176Z] f0bb85c6e848: Preparing [2024-07-31T14:35:19.176Z] e1348683f5b7: Preparing [2024-07-31T14:35:19.176Z] ae91dad445f3: Preparing [2024-07-31T14:35:19.176Z] 86390a1c43e4: Preparing [2024-07-31T14:35:19.176Z] 41908c1543b7: Preparing [2024-07-31T14:35:19.176Z] 106403aad51f: Preparing [2024-07-31T14:35:19.176Z] 1504dedeacd8: Preparing [2024-07-31T14:35:19.176Z] 3cd76927520e: Preparing [2024-07-31T14:35:19.176Z] 5f70bf18a086: Preparing [2024-07-31T14:35:19.176Z] fe083cd448d5: Preparing [2024-07-31T14:35:19.176Z] dafe40770565: Preparing [2024-07-31T14:35:19.176Z] 195db9ad5685: Preparing [2024-07-31T14:35:19.176Z] 3c20671a5817: Preparing [2024-07-31T14:35:19.176Z] ae91dad445f3: Waiting [2024-07-31T14:35:19.176Z] 86390a1c43e4: Waiting [2024-07-31T14:35:19.176Z] 41908c1543b7: Waiting [2024-07-31T14:35:19.176Z] 106403aad51f: Waiting [2024-07-31T14:35:19.176Z] 1504dedeacd8: Waiting [2024-07-31T14:35:19.176Z] 3cd76927520e: Waiting [2024-07-31T14:35:19.176Z] 5f70bf18a086: Waiting [2024-07-31T14:35:19.176Z] fe083cd448d5: Waiting [2024-07-31T14:35:19.176Z] dafe40770565: Waiting [2024-07-31T14:35:19.176Z] 195db9ad5685: Waiting [2024-07-31T14:35:19.176Z] 3c20671a5817: Waiting [2024-07-31T14:35:19.176Z] 835d6d0334a2: Layer already exists [2024-07-31T14:35:19.176Z] 62239d80a43c: Layer already exists [2024-07-31T14:35:19.176Z] e6c102b58144: Layer already exists [2024-07-31T14:35:19.176Z] f0bb85c6e848: Layer already exists [2024-07-31T14:35:19.176Z] e1348683f5b7: Layer already exists [2024-07-31T14:35:19.176Z] ae91dad445f3: Layer already exists [2024-07-31T14:35:19.176Z] 86390a1c43e4: Layer already exists [2024-07-31T14:35:19.176Z] 106403aad51f: Layer already exists [2024-07-31T14:35:19.176Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:19.176Z] 1504dedeacd8: Layer already exists [2024-07-31T14:35:19.176Z] 3cd76927520e: Layer already exists [2024-07-31T14:35:19.176Z] 5f70bf18a086: Layer already exists [2024-07-31T14:35:19.176Z] dafe40770565: Layer already exists [2024-07-31T14:35:19.176Z] 195db9ad5685: Layer already exists [2024-07-31T14:35:19.176Z] fe083cd448d5: Layer already exists [2024-07-31T14:35:19.176Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:19.442Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:19.802Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:20.158Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-07-31T14:35:20.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-31T14:35:20.158Z] 62239d80a43c: Preparing [2024-07-31T14:35:20.158Z] 835d6d0334a2: Preparing [2024-07-31T14:35:20.158Z] e6c102b58144: Preparing [2024-07-31T14:35:20.158Z] f0bb85c6e848: Preparing [2024-07-31T14:35:20.158Z] e1348683f5b7: Preparing [2024-07-31T14:35:20.158Z] ae91dad445f3: Preparing [2024-07-31T14:35:20.158Z] 86390a1c43e4: Preparing [2024-07-31T14:35:20.158Z] 41908c1543b7: Preparing [2024-07-31T14:35:20.158Z] 106403aad51f: Preparing [2024-07-31T14:35:20.158Z] 1504dedeacd8: Preparing [2024-07-31T14:35:20.158Z] 3cd76927520e: Preparing [2024-07-31T14:35:20.158Z] 5f70bf18a086: Preparing [2024-07-31T14:35:20.158Z] fe083cd448d5: Preparing [2024-07-31T14:35:20.158Z] dafe40770565: Preparing [2024-07-31T14:35:20.158Z] 195db9ad5685: Preparing [2024-07-31T14:35:20.158Z] 3c20671a5817: Preparing [2024-07-31T14:35:20.158Z] ae91dad445f3: Waiting [2024-07-31T14:35:20.158Z] 86390a1c43e4: Waiting [2024-07-31T14:35:20.158Z] 41908c1543b7: Waiting [2024-07-31T14:35:20.158Z] 106403aad51f: Waiting [2024-07-31T14:35:20.158Z] 1504dedeacd8: Waiting [2024-07-31T14:35:20.158Z] 3cd76927520e: Waiting [2024-07-31T14:35:20.158Z] 5f70bf18a086: Waiting [2024-07-31T14:35:20.158Z] fe083cd448d5: Waiting [2024-07-31T14:35:20.158Z] dafe40770565: Waiting [2024-07-31T14:35:20.158Z] 195db9ad5685: Waiting [2024-07-31T14:35:20.158Z] 3c20671a5817: Waiting [2024-07-31T14:35:20.158Z] 62239d80a43c: Layer already exists [2024-07-31T14:35:20.158Z] e1348683f5b7: Layer already exists [2024-07-31T14:35:20.158Z] e6c102b58144: Layer already exists [2024-07-31T14:35:20.158Z] 835d6d0334a2: Layer already exists [2024-07-31T14:35:20.158Z] f0bb85c6e848: Layer already exists [2024-07-31T14:35:20.158Z] 106403aad51f: Layer already exists [2024-07-31T14:35:20.158Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:20.158Z] ae91dad445f3: Layer already exists [2024-07-31T14:35:20.158Z] 1504dedeacd8: Layer already exists [2024-07-31T14:35:20.158Z] 86390a1c43e4: Layer already exists [2024-07-31T14:35:20.158Z] 3cd76927520e: Layer already exists [2024-07-31T14:35:20.158Z] fe083cd448d5: Layer already exists [2024-07-31T14:35:20.158Z] 5f70bf18a086: Layer already exists [2024-07-31T14:35:20.158Z] dafe40770565: Layer already exists [2024-07-31T14:35:20.158Z] 195db9ad5685: Layer already exists [2024-07-31T14:35:20.158Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:20.424Z] main: digest: sha256:78c2020fb9054fc022f8d6fb4f6ed31d2c0687e2b928ea5e1caeea7a66b43358 size: 3645 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:20.509Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:20.527Z] taggedImages: [2024-07-31T14:35:20.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:20.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-31T14:35:20.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.42 [2024-07-31T14:35:20.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:20.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-07-31T14:35:20.559Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-07-31T14:35:20.559Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:20.559Z] latest [2024-07-31T14:35:20.559Z] 3.2.0-dev.42 [2024-07-31T14:35:20.559Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:20.559Z] main [2024-07-31T14:35:20.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:20.946Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:21.322Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:21.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-31T14:35:21.323Z] 53616a70a281: Preparing [2024-07-31T14:35:21.323Z] 3824204ebeeb: Preparing [2024-07-31T14:35:21.323Z] a6ad759fada8: Preparing [2024-07-31T14:35:21.323Z] ab8161dc4ade: Preparing [2024-07-31T14:35:21.323Z] 41908c1543b7: Preparing [2024-07-31T14:35:21.323Z] 106403aad51f: Preparing [2024-07-31T14:35:21.323Z] 783a833435b8: Preparing [2024-07-31T14:35:21.323Z] 106403aad51f: Waiting [2024-07-31T14:35:21.323Z] e828ff23cda4: Preparing [2024-07-31T14:35:21.323Z] 3c20671a5817: Preparing [2024-07-31T14:35:21.323Z] 783a833435b8: Waiting [2024-07-31T14:35:21.323Z] 3c20671a5817: Waiting [2024-07-31T14:35:21.323Z] e828ff23cda4: Waiting [2024-07-31T14:35:21.591Z] 3824204ebeeb: Pushed [2024-07-31T14:35:21.591Z] a6ad759fada8: Pushed [2024-07-31T14:35:21.591Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:21.591Z] 106403aad51f: Layer already exists [2024-07-31T14:35:21.591Z] 783a833435b8: Layer already exists [2024-07-31T14:35:21.591Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:21.591Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:21.857Z] 53616a70a281: Pushed [2024-07-31T14:35:27.179Z] ab8161dc4ade: Pushed [2024-07-31T14:35:27.179Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:27.521Z] + 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-07-31T14:35:27.867Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-31T14:35:27.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-31T14:35:27.867Z] 53616a70a281: Preparing [2024-07-31T14:35:27.867Z] 3824204ebeeb: Preparing [2024-07-31T14:35:27.867Z] a6ad759fada8: Preparing [2024-07-31T14:35:27.867Z] ab8161dc4ade: Preparing [2024-07-31T14:35:27.867Z] 41908c1543b7: Preparing [2024-07-31T14:35:27.867Z] 106403aad51f: Preparing [2024-07-31T14:35:27.867Z] 783a833435b8: Preparing [2024-07-31T14:35:27.867Z] e828ff23cda4: Preparing [2024-07-31T14:35:27.867Z] 3c20671a5817: Preparing [2024-07-31T14:35:27.867Z] 783a833435b8: Waiting [2024-07-31T14:35:27.867Z] 106403aad51f: Waiting [2024-07-31T14:35:27.867Z] e828ff23cda4: Waiting [2024-07-31T14:35:27.867Z] 3c20671a5817: Waiting [2024-07-31T14:35:27.867Z] 53616a70a281: Layer already exists [2024-07-31T14:35:27.867Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:27.867Z] ab8161dc4ade: Layer already exists [2024-07-31T14:35:27.867Z] 3824204ebeeb: Layer already exists [2024-07-31T14:35:27.867Z] a6ad759fada8: Layer already exists [2024-07-31T14:35:27.867Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:27.867Z] 106403aad51f: Layer already exists [2024-07-31T14:35:27.867Z] 783a833435b8: Layer already exists [2024-07-31T14:35:27.867Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:28.133Z] latest: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:28.494Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:28.844Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.42 [2024-07-31T14:35:28.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-31T14:35:28.844Z] 53616a70a281: Preparing [2024-07-31T14:35:28.844Z] 3824204ebeeb: Preparing [2024-07-31T14:35:28.844Z] a6ad759fada8: Preparing [2024-07-31T14:35:28.844Z] ab8161dc4ade: Preparing [2024-07-31T14:35:28.844Z] 41908c1543b7: Preparing [2024-07-31T14:35:28.844Z] 106403aad51f: Preparing [2024-07-31T14:35:28.844Z] 783a833435b8: Preparing [2024-07-31T14:35:28.844Z] 106403aad51f: Waiting [2024-07-31T14:35:28.844Z] e828ff23cda4: Preparing [2024-07-31T14:35:28.844Z] 783a833435b8: Waiting [2024-07-31T14:35:28.844Z] 3c20671a5817: Preparing [2024-07-31T14:35:28.844Z] e828ff23cda4: Waiting [2024-07-31T14:35:28.844Z] 3c20671a5817: Waiting [2024-07-31T14:35:28.844Z] a6ad759fada8: Layer already exists [2024-07-31T14:35:28.844Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:28.844Z] 53616a70a281: Layer already exists [2024-07-31T14:35:28.844Z] 3824204ebeeb: Layer already exists [2024-07-31T14:35:28.844Z] ab8161dc4ade: Layer already exists [2024-07-31T14:35:28.844Z] 106403aad51f: Layer already exists [2024-07-31T14:35:28.844Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:28.844Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:28.844Z] 783a833435b8: Layer already exists [2024-07-31T14:35:29.109Z] 3.2.0-dev.42: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:29.458Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:29.800Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:29.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-31T14:35:29.800Z] 53616a70a281: Preparing [2024-07-31T14:35:29.800Z] 3824204ebeeb: Preparing [2024-07-31T14:35:29.800Z] a6ad759fada8: Preparing [2024-07-31T14:35:29.800Z] ab8161dc4ade: Preparing [2024-07-31T14:35:29.800Z] 41908c1543b7: Preparing [2024-07-31T14:35:29.800Z] 106403aad51f: Preparing [2024-07-31T14:35:29.800Z] 106403aad51f: Waiting [2024-07-31T14:35:29.800Z] 783a833435b8: Preparing [2024-07-31T14:35:29.800Z] e828ff23cda4: Preparing [2024-07-31T14:35:29.800Z] 783a833435b8: Waiting [2024-07-31T14:35:29.800Z] 3c20671a5817: Preparing [2024-07-31T14:35:29.800Z] e828ff23cda4: Waiting [2024-07-31T14:35:29.800Z] ab8161dc4ade: Layer already exists [2024-07-31T14:35:29.800Z] 53616a70a281: Layer already exists [2024-07-31T14:35:29.800Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:29.800Z] 3824204ebeeb: Layer already exists [2024-07-31T14:35:29.800Z] a6ad759fada8: Layer already exists [2024-07-31T14:35:29.800Z] 783a833435b8: Layer already exists [2024-07-31T14:35:29.800Z] 106403aad51f: Layer already exists [2024-07-31T14:35:29.800Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:29.800Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:30.067Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:30.428Z] + 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-07-31T14:35:30.783Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-07-31T14:35:30.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-31T14:35:30.783Z] 53616a70a281: Preparing [2024-07-31T14:35:30.783Z] 3824204ebeeb: Preparing [2024-07-31T14:35:30.783Z] a6ad759fada8: Preparing [2024-07-31T14:35:30.783Z] ab8161dc4ade: Preparing [2024-07-31T14:35:30.783Z] 41908c1543b7: Preparing [2024-07-31T14:35:30.783Z] 106403aad51f: Preparing [2024-07-31T14:35:30.783Z] 783a833435b8: Preparing [2024-07-31T14:35:30.783Z] e828ff23cda4: Preparing [2024-07-31T14:35:30.783Z] 3c20671a5817: Preparing [2024-07-31T14:35:30.783Z] 106403aad51f: Waiting [2024-07-31T14:35:30.783Z] 783a833435b8: Waiting [2024-07-31T14:35:30.783Z] e828ff23cda4: Waiting [2024-07-31T14:35:30.783Z] 3c20671a5817: Waiting [2024-07-31T14:35:30.783Z] 53616a70a281: Layer already exists [2024-07-31T14:35:30.783Z] ab8161dc4ade: Layer already exists [2024-07-31T14:35:30.783Z] 3824204ebeeb: Layer already exists [2024-07-31T14:35:30.783Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:30.783Z] a6ad759fada8: Layer already exists [2024-07-31T14:35:30.783Z] 106403aad51f: Layer already exists [2024-07-31T14:35:30.783Z] e828ff23cda4: Layer already exists [2024-07-31T14:35:30.783Z] 783a833435b8: Layer already exists [2024-07-31T14:35:30.783Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:31.048Z] main: digest: sha256:8259bca4c59bc615ae12072956a018472948032c000265833e51d1b40fda8f19 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:31.140Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:31.159Z] taggedImages: [2024-07-31T14:35:31.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:31.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-31T14:35:31.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.42 [2024-07-31T14:35:31.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:31.159Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-07-31T14:35:31.189Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-07-31T14:35:31.189Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:31.189Z] latest [2024-07-31T14:35:31.189Z] 3.2.0-dev.42 [2024-07-31T14:35:31.189Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:31.189Z] main [2024-07-31T14:35:31.189Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:31.569Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:31.924Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:31.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-31T14:35:31.924Z] 3cdc4e3816fe: Preparing [2024-07-31T14:35:31.924Z] c5fad9ae24cd: Preparing [2024-07-31T14:35:31.924Z] 564e20efe66e: Preparing [2024-07-31T14:35:31.924Z] adfbda711cc7: Preparing [2024-07-31T14:35:31.924Z] 31adc39ab350: Preparing [2024-07-31T14:35:31.924Z] 41908c1543b7: Preparing [2024-07-31T14:35:31.924Z] 106403aad51f: Preparing [2024-07-31T14:35:31.924Z] ad98d079d6e2: Preparing [2024-07-31T14:35:31.924Z] e1f88626cb65: Preparing [2024-07-31T14:35:31.924Z] 030dac5be420: Preparing [2024-07-31T14:35:31.924Z] 3c20671a5817: Preparing [2024-07-31T14:35:31.924Z] ad98d079d6e2: Waiting [2024-07-31T14:35:31.924Z] e1f88626cb65: Waiting [2024-07-31T14:35:31.924Z] 41908c1543b7: Waiting [2024-07-31T14:35:31.924Z] 030dac5be420: Waiting [2024-07-31T14:35:31.924Z] 3c20671a5817: Waiting [2024-07-31T14:35:31.924Z] 106403aad51f: Waiting [2024-07-31T14:35:32.192Z] c5fad9ae24cd: Pushed [2024-07-31T14:35:32.192Z] 31adc39ab350: Pushed [2024-07-31T14:35:32.192Z] adfbda711cc7: Pushed [2024-07-31T14:35:32.192Z] 3cdc4e3816fe: Pushed [2024-07-31T14:35:32.192Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:32.192Z] 106403aad51f: Layer already exists [2024-07-31T14:35:32.192Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:32.462Z] ad98d079d6e2: Pushed [2024-07-31T14:35:32.462Z] e1f88626cb65: Pushed [2024-07-31T14:35:34.399Z] 564e20efe66e: Pushed [2024-07-31T14:35:34.665Z] 030dac5be420: Pushed [2024-07-31T14:35:34.930Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:35.294Z] + 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-07-31T14:35:35.638Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-31T14:35:35.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-31T14:35:35.638Z] 3cdc4e3816fe: Preparing [2024-07-31T14:35:35.638Z] c5fad9ae24cd: Preparing [2024-07-31T14:35:35.638Z] 564e20efe66e: Preparing [2024-07-31T14:35:35.638Z] adfbda711cc7: Preparing [2024-07-31T14:35:35.638Z] 31adc39ab350: Preparing [2024-07-31T14:35:35.638Z] 41908c1543b7: Preparing [2024-07-31T14:35:35.638Z] 106403aad51f: Preparing [2024-07-31T14:35:35.638Z] ad98d079d6e2: Preparing [2024-07-31T14:35:35.638Z] e1f88626cb65: Preparing [2024-07-31T14:35:35.638Z] 030dac5be420: Preparing [2024-07-31T14:35:35.638Z] 3c20671a5817: Preparing [2024-07-31T14:35:35.638Z] ad98d079d6e2: Waiting [2024-07-31T14:35:35.638Z] e1f88626cb65: Waiting [2024-07-31T14:35:35.638Z] 030dac5be420: Waiting [2024-07-31T14:35:35.638Z] 3c20671a5817: Waiting [2024-07-31T14:35:35.638Z] 41908c1543b7: Waiting [2024-07-31T14:35:35.638Z] 106403aad51f: Waiting [2024-07-31T14:35:35.638Z] 3cdc4e3816fe: Layer already exists [2024-07-31T14:35:35.638Z] 564e20efe66e: Layer already exists [2024-07-31T14:35:35.638Z] c5fad9ae24cd: Layer already exists [2024-07-31T14:35:35.638Z] 31adc39ab350: Layer already exists [2024-07-31T14:35:35.638Z] adfbda711cc7: Layer already exists [2024-07-31T14:35:35.638Z] e1f88626cb65: Layer already exists [2024-07-31T14:35:35.638Z] 106403aad51f: Layer already exists [2024-07-31T14:35:35.638Z] ad98d079d6e2: Layer already exists [2024-07-31T14:35:35.638Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:35.638Z] 030dac5be420: Layer already exists [2024-07-31T14:35:35.638Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:35.903Z] latest: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:36.252Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:36.606Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.42 [2024-07-31T14:35:36.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-31T14:35:36.606Z] 3cdc4e3816fe: Preparing [2024-07-31T14:35:36.606Z] c5fad9ae24cd: Preparing [2024-07-31T14:35:36.606Z] 564e20efe66e: Preparing [2024-07-31T14:35:36.606Z] adfbda711cc7: Preparing [2024-07-31T14:35:36.606Z] 31adc39ab350: Preparing [2024-07-31T14:35:36.606Z] 41908c1543b7: Preparing [2024-07-31T14:35:36.606Z] 106403aad51f: Preparing [2024-07-31T14:35:36.606Z] ad98d079d6e2: Preparing [2024-07-31T14:35:36.606Z] e1f88626cb65: Preparing [2024-07-31T14:35:36.606Z] 030dac5be420: Preparing [2024-07-31T14:35:36.606Z] 3c20671a5817: Preparing [2024-07-31T14:35:36.606Z] ad98d079d6e2: Waiting [2024-07-31T14:35:36.606Z] e1f88626cb65: Waiting [2024-07-31T14:35:36.606Z] 030dac5be420: Waiting [2024-07-31T14:35:36.606Z] 3c20671a5817: Waiting [2024-07-31T14:35:36.606Z] 41908c1543b7: Waiting [2024-07-31T14:35:36.606Z] 106403aad51f: Waiting [2024-07-31T14:35:36.606Z] adfbda711cc7: Layer already exists [2024-07-31T14:35:36.606Z] 564e20efe66e: Layer already exists [2024-07-31T14:35:36.606Z] c5fad9ae24cd: Layer already exists [2024-07-31T14:35:36.606Z] 3cdc4e3816fe: Layer already exists [2024-07-31T14:35:36.606Z] 31adc39ab350: Layer already exists [2024-07-31T14:35:36.606Z] 106403aad51f: Layer already exists [2024-07-31T14:35:36.606Z] 030dac5be420: Layer already exists [2024-07-31T14:35:36.606Z] ad98d079d6e2: Layer already exists [2024-07-31T14:35:36.606Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:36.606Z] e1f88626cb65: Layer already exists [2024-07-31T14:35:36.606Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:36.871Z] 3.2.0-dev.42: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:37.228Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:37.580Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:37.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-31T14:35:37.580Z] 3cdc4e3816fe: Preparing [2024-07-31T14:35:37.580Z] c5fad9ae24cd: Preparing [2024-07-31T14:35:37.580Z] 564e20efe66e: Preparing [2024-07-31T14:35:37.580Z] adfbda711cc7: Preparing [2024-07-31T14:35:37.580Z] 31adc39ab350: Preparing [2024-07-31T14:35:37.580Z] 41908c1543b7: Preparing [2024-07-31T14:35:37.580Z] 106403aad51f: Preparing [2024-07-31T14:35:37.580Z] ad98d079d6e2: Preparing [2024-07-31T14:35:37.580Z] e1f88626cb65: Preparing [2024-07-31T14:35:37.580Z] 030dac5be420: Preparing [2024-07-31T14:35:37.580Z] 3c20671a5817: Preparing [2024-07-31T14:35:37.580Z] 41908c1543b7: Waiting [2024-07-31T14:35:37.580Z] 106403aad51f: Waiting [2024-07-31T14:35:37.580Z] ad98d079d6e2: Waiting [2024-07-31T14:35:37.580Z] e1f88626cb65: Waiting [2024-07-31T14:35:37.580Z] 030dac5be420: Waiting [2024-07-31T14:35:37.580Z] 3c20671a5817: Waiting [2024-07-31T14:35:37.580Z] adfbda711cc7: Layer already exists [2024-07-31T14:35:37.580Z] 3cdc4e3816fe: Layer already exists [2024-07-31T14:35:37.580Z] c5fad9ae24cd: Layer already exists [2024-07-31T14:35:37.580Z] 31adc39ab350: Layer already exists [2024-07-31T14:35:37.580Z] 564e20efe66e: Layer already exists [2024-07-31T14:35:37.580Z] e1f88626cb65: Layer already exists [2024-07-31T14:35:37.580Z] 106403aad51f: Layer already exists [2024-07-31T14:35:37.580Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:37.580Z] 030dac5be420: Layer already exists [2024-07-31T14:35:37.580Z] ad98d079d6e2: Layer already exists [2024-07-31T14:35:37.580Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:37.846Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:38.205Z] + 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-07-31T14:35:38.551Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-07-31T14:35:38.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-31T14:35:38.551Z] 3cdc4e3816fe: Preparing [2024-07-31T14:35:38.551Z] c5fad9ae24cd: Preparing [2024-07-31T14:35:38.551Z] 564e20efe66e: Preparing [2024-07-31T14:35:38.551Z] adfbda711cc7: Preparing [2024-07-31T14:35:38.551Z] 31adc39ab350: Preparing [2024-07-31T14:35:38.551Z] 41908c1543b7: Preparing [2024-07-31T14:35:38.551Z] 106403aad51f: Preparing [2024-07-31T14:35:38.551Z] ad98d079d6e2: Preparing [2024-07-31T14:35:38.551Z] e1f88626cb65: Preparing [2024-07-31T14:35:38.551Z] 030dac5be420: Preparing [2024-07-31T14:35:38.551Z] 3c20671a5817: Preparing [2024-07-31T14:35:38.551Z] 41908c1543b7: Waiting [2024-07-31T14:35:38.551Z] 106403aad51f: Waiting [2024-07-31T14:35:38.551Z] ad98d079d6e2: Waiting [2024-07-31T14:35:38.551Z] e1f88626cb65: Waiting [2024-07-31T14:35:38.551Z] 030dac5be420: Waiting [2024-07-31T14:35:38.551Z] 3c20671a5817: Waiting [2024-07-31T14:35:38.551Z] adfbda711cc7: Layer already exists [2024-07-31T14:35:38.551Z] c5fad9ae24cd: Layer already exists [2024-07-31T14:35:38.551Z] 31adc39ab350: Layer already exists [2024-07-31T14:35:38.551Z] 564e20efe66e: Layer already exists [2024-07-31T14:35:38.551Z] 3cdc4e3816fe: Layer already exists [2024-07-31T14:35:38.551Z] 030dac5be420: Layer already exists [2024-07-31T14:35:38.551Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:38.551Z] 106403aad51f: Layer already exists [2024-07-31T14:35:38.551Z] e1f88626cb65: Layer already exists [2024-07-31T14:35:38.551Z] ad98d079d6e2: Layer already exists [2024-07-31T14:35:38.551Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:38.815Z] main: digest: sha256:40bf68e7f436ea697fc3a06c2f48a905754c98937638ab0ec7de7746dffdf755 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:38.908Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:38.922Z] taggedImages: [2024-07-31T14:35:38.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:38.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-31T14:35:38.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.42 [2024-07-31T14:35:38.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:38.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-07-31T14:35:38.953Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-07-31T14:35:38.953Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:38.953Z] latest [2024-07-31T14:35:38.953Z] 3.2.0-dev.42 [2024-07-31T14:35:38.953Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:38.953Z] main [2024-07-31T14:35:38.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:39.333Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:39.698Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:39.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-31T14:35:39.698Z] 209d83d35043: Preparing [2024-07-31T14:35:39.698Z] 4bb87d869659: Preparing [2024-07-31T14:35:39.698Z] 8a659c752590: Preparing [2024-07-31T14:35:39.698Z] b2de04b6e105: Preparing [2024-07-31T14:35:39.698Z] ac74418595ce: Preparing [2024-07-31T14:35:39.698Z] 75fb6cb85ba9: Preparing [2024-07-31T14:35:39.698Z] 5a255d8f7a41: Preparing [2024-07-31T14:35:39.698Z] 41908c1543b7: Preparing [2024-07-31T14:35:39.698Z] 106403aad51f: Preparing [2024-07-31T14:35:39.698Z] 2e7ee88e1c58: Preparing [2024-07-31T14:35:39.698Z] c10648cc4290: Preparing [2024-07-31T14:35:39.698Z] 3c20671a5817: Preparing [2024-07-31T14:35:39.698Z] 75fb6cb85ba9: Waiting [2024-07-31T14:35:39.698Z] 5a255d8f7a41: Waiting [2024-07-31T14:35:39.698Z] 41908c1543b7: Waiting [2024-07-31T14:35:39.698Z] 106403aad51f: Waiting [2024-07-31T14:35:39.698Z] 2e7ee88e1c58: Waiting [2024-07-31T14:35:39.698Z] c10648cc4290: Waiting [2024-07-31T14:35:39.698Z] 3c20671a5817: Waiting [2024-07-31T14:35:39.965Z] 209d83d35043: Pushed [2024-07-31T14:35:39.965Z] 4bb87d869659: Pushed [2024-07-31T14:35:39.965Z] ac74418595ce: Pushed [2024-07-31T14:35:39.965Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:39.965Z] 106403aad51f: Layer already exists [2024-07-31T14:35:40.230Z] 75fb6cb85ba9: Pushed [2024-07-31T14:35:40.231Z] 5a255d8f7a41: Pushed [2024-07-31T14:35:40.231Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:40.231Z] 2e7ee88e1c58: Pushed [2024-07-31T14:35:42.271Z] b2de04b6e105: Pushed [2024-07-31T14:35:42.542Z] 8a659c752590: Pushed [2024-07-31T14:35:42.811Z] c10648cc4290: Pushed [2024-07-31T14:35:43.082Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:43.444Z] + 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-07-31T14:35:44.069Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-31T14:35:44.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-31T14:35:44.069Z] 209d83d35043: Preparing [2024-07-31T14:35:44.069Z] 4bb87d869659: Preparing [2024-07-31T14:35:44.069Z] 8a659c752590: Preparing [2024-07-31T14:35:44.069Z] b2de04b6e105: Preparing [2024-07-31T14:35:44.069Z] ac74418595ce: Preparing [2024-07-31T14:35:44.069Z] 75fb6cb85ba9: Preparing [2024-07-31T14:35:44.069Z] 5a255d8f7a41: Preparing [2024-07-31T14:35:44.069Z] 41908c1543b7: Preparing [2024-07-31T14:35:44.069Z] 106403aad51f: Preparing [2024-07-31T14:35:44.069Z] 2e7ee88e1c58: Preparing [2024-07-31T14:35:44.069Z] c10648cc4290: Preparing [2024-07-31T14:35:44.069Z] 3c20671a5817: Preparing [2024-07-31T14:35:44.069Z] 75fb6cb85ba9: Waiting [2024-07-31T14:35:44.069Z] 2e7ee88e1c58: Waiting [2024-07-31T14:35:44.069Z] 5a255d8f7a41: Waiting [2024-07-31T14:35:44.069Z] 41908c1543b7: Waiting [2024-07-31T14:35:44.069Z] 106403aad51f: Waiting [2024-07-31T14:35:44.069Z] c10648cc4290: Waiting [2024-07-31T14:35:44.069Z] 3c20671a5817: Waiting [2024-07-31T14:35:44.069Z] ac74418595ce: Layer already exists [2024-07-31T14:35:44.069Z] 4bb87d869659: Layer already exists [2024-07-31T14:35:44.069Z] 8a659c752590: Layer already exists [2024-07-31T14:35:44.069Z] 209d83d35043: Layer already exists [2024-07-31T14:35:44.069Z] b2de04b6e105: Layer already exists [2024-07-31T14:35:44.069Z] 2e7ee88e1c58: Layer already exists [2024-07-31T14:35:44.069Z] 75fb6cb85ba9: Layer already exists [2024-07-31T14:35:44.069Z] 106403aad51f: Layer already exists [2024-07-31T14:35:44.069Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:44.069Z] 5a255d8f7a41: Layer already exists [2024-07-31T14:35:44.069Z] c10648cc4290: Layer already exists [2024-07-31T14:35:44.069Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:44.334Z] latest: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:44.689Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:45.055Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.42 [2024-07-31T14:35:45.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-31T14:35:45.055Z] 209d83d35043: Preparing [2024-07-31T14:35:45.055Z] 4bb87d869659: Preparing [2024-07-31T14:35:45.055Z] 8a659c752590: Preparing [2024-07-31T14:35:45.055Z] b2de04b6e105: Preparing [2024-07-31T14:35:45.055Z] ac74418595ce: Preparing [2024-07-31T14:35:45.055Z] 75fb6cb85ba9: Preparing [2024-07-31T14:35:45.055Z] 5a255d8f7a41: Preparing [2024-07-31T14:35:45.055Z] 41908c1543b7: Preparing [2024-07-31T14:35:45.055Z] 106403aad51f: Preparing [2024-07-31T14:35:45.055Z] 2e7ee88e1c58: Preparing [2024-07-31T14:35:45.055Z] c10648cc4290: Preparing [2024-07-31T14:35:45.055Z] 3c20671a5817: Preparing [2024-07-31T14:35:45.055Z] 106403aad51f: Waiting [2024-07-31T14:35:45.055Z] 2e7ee88e1c58: Waiting [2024-07-31T14:35:45.055Z] 75fb6cb85ba9: Waiting [2024-07-31T14:35:45.055Z] 5a255d8f7a41: Waiting [2024-07-31T14:35:45.055Z] 41908c1543b7: Waiting [2024-07-31T14:35:45.055Z] c10648cc4290: Waiting [2024-07-31T14:35:45.055Z] 3c20671a5817: Waiting [2024-07-31T14:35:45.055Z] b2de04b6e105: Layer already exists [2024-07-31T14:35:45.055Z] 8a659c752590: Layer already exists [2024-07-31T14:35:45.055Z] 209d83d35043: Layer already exists [2024-07-31T14:35:45.055Z] ac74418595ce: Layer already exists [2024-07-31T14:35:45.055Z] 4bb87d869659: Layer already exists [2024-07-31T14:35:45.055Z] 75fb6cb85ba9: Layer already exists [2024-07-31T14:35:45.055Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:45.055Z] 5a255d8f7a41: Layer already exists [2024-07-31T14:35:45.055Z] 106403aad51f: Layer already exists [2024-07-31T14:35:45.055Z] 2e7ee88e1c58: Layer already exists [2024-07-31T14:35:45.055Z] c10648cc4290: Layer already exists [2024-07-31T14:35:45.055Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:45.321Z] 3.2.0-dev.42: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:45.677Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:46.042Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:46.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-31T14:35:46.042Z] 209d83d35043: Preparing [2024-07-31T14:35:46.042Z] 4bb87d869659: Preparing [2024-07-31T14:35:46.042Z] 8a659c752590: Preparing [2024-07-31T14:35:46.042Z] b2de04b6e105: Preparing [2024-07-31T14:35:46.042Z] ac74418595ce: Preparing [2024-07-31T14:35:46.042Z] 75fb6cb85ba9: Preparing [2024-07-31T14:35:46.042Z] 5a255d8f7a41: Preparing [2024-07-31T14:35:46.042Z] 41908c1543b7: Preparing [2024-07-31T14:35:46.042Z] 106403aad51f: Preparing [2024-07-31T14:35:46.042Z] 2e7ee88e1c58: Preparing [2024-07-31T14:35:46.042Z] c10648cc4290: Preparing [2024-07-31T14:35:46.042Z] 3c20671a5817: Preparing [2024-07-31T14:35:46.042Z] 106403aad51f: Waiting [2024-07-31T14:35:46.042Z] 2e7ee88e1c58: Waiting [2024-07-31T14:35:46.042Z] c10648cc4290: Waiting [2024-07-31T14:35:46.042Z] 3c20671a5817: Waiting [2024-07-31T14:35:46.042Z] 75fb6cb85ba9: Waiting [2024-07-31T14:35:46.042Z] 5a255d8f7a41: Waiting [2024-07-31T14:35:46.042Z] 41908c1543b7: Waiting [2024-07-31T14:35:46.042Z] 209d83d35043: Layer already exists [2024-07-31T14:35:46.042Z] ac74418595ce: Layer already exists [2024-07-31T14:35:46.042Z] b2de04b6e105: Layer already exists [2024-07-31T14:35:46.042Z] 8a659c752590: Layer already exists [2024-07-31T14:35:46.042Z] 4bb87d869659: Layer already exists [2024-07-31T14:35:46.042Z] 75fb6cb85ba9: Layer already exists [2024-07-31T14:35:46.042Z] 2e7ee88e1c58: Layer already exists [2024-07-31T14:35:46.042Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:46.042Z] 106403aad51f: Layer already exists [2024-07-31T14:35:46.042Z] 5a255d8f7a41: Layer already exists [2024-07-31T14:35:46.042Z] c10648cc4290: Layer already exists [2024-07-31T14:35:46.042Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:46.308Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:46.668Z] + 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-07-31T14:35:47.020Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-07-31T14:35:47.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-31T14:35:47.020Z] 209d83d35043: Preparing [2024-07-31T14:35:47.020Z] 4bb87d869659: Preparing [2024-07-31T14:35:47.020Z] 8a659c752590: Preparing [2024-07-31T14:35:47.020Z] b2de04b6e105: Preparing [2024-07-31T14:35:47.020Z] ac74418595ce: Preparing [2024-07-31T14:35:47.020Z] 75fb6cb85ba9: Preparing [2024-07-31T14:35:47.020Z] 5a255d8f7a41: Preparing [2024-07-31T14:35:47.020Z] 41908c1543b7: Preparing [2024-07-31T14:35:47.020Z] 106403aad51f: Preparing [2024-07-31T14:35:47.020Z] 2e7ee88e1c58: Preparing [2024-07-31T14:35:47.020Z] c10648cc4290: Preparing [2024-07-31T14:35:47.020Z] 3c20671a5817: Preparing [2024-07-31T14:35:47.020Z] 75fb6cb85ba9: Waiting [2024-07-31T14:35:47.020Z] 5a255d8f7a41: Waiting [2024-07-31T14:35:47.020Z] 41908c1543b7: Waiting [2024-07-31T14:35:47.020Z] 106403aad51f: Waiting [2024-07-31T14:35:47.020Z] 2e7ee88e1c58: Waiting [2024-07-31T14:35:47.020Z] 3c20671a5817: Waiting [2024-07-31T14:35:47.020Z] c10648cc4290: Waiting [2024-07-31T14:35:47.020Z] b2de04b6e105: Layer already exists [2024-07-31T14:35:47.020Z] 209d83d35043: Layer already exists [2024-07-31T14:35:47.020Z] 8a659c752590: Layer already exists [2024-07-31T14:35:47.020Z] 4bb87d869659: Layer already exists [2024-07-31T14:35:47.020Z] ac74418595ce: Layer already exists [2024-07-31T14:35:47.020Z] 2e7ee88e1c58: Layer already exists [2024-07-31T14:35:47.020Z] 106403aad51f: Layer already exists [2024-07-31T14:35:47.020Z] 5a255d8f7a41: Layer already exists [2024-07-31T14:35:47.020Z] 75fb6cb85ba9: Layer already exists [2024-07-31T14:35:47.020Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:47.020Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:47.020Z] c10648cc4290: Layer already exists [2024-07-31T14:35:47.287Z] main: digest: sha256:239cdc437ce06fd447a8f259462ef1d2f51ac22c3398335175bcdd8b84c54b63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:47.372Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:47.395Z] taggedImages: [2024-07-31T14:35:47.395Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:47.395Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-31T14:35:47.395Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.42 [2024-07-31T14:35:47.395Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:47.395Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-07-31T14:35:47.433Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-07-31T14:35:47.433Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:47.433Z] latest [2024-07-31T14:35:47.433Z] 3.2.0-dev.42 [2024-07-31T14:35:47.433Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:47.433Z] main [2024-07-31T14:35:47.433Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:47.812Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:48.191Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:48.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-31T14:35:48.192Z] fb4afc3d9dd5: Preparing [2024-07-31T14:35:48.192Z] c005f8480f20: Preparing [2024-07-31T14:35:48.192Z] 41908c1543b7: Preparing [2024-07-31T14:35:48.192Z] 106403aad51f: Preparing [2024-07-31T14:35:48.192Z] 255ec1f166fc: Preparing [2024-07-31T14:35:48.192Z] a4e99635da6c: Preparing [2024-07-31T14:35:48.192Z] 3c20671a5817: Preparing [2024-07-31T14:35:48.192Z] a4e99635da6c: Waiting [2024-07-31T14:35:48.192Z] 3c20671a5817: Waiting [2024-07-31T14:35:48.192Z] 106403aad51f: Layer already exists [2024-07-31T14:35:48.192Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:48.458Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:48.458Z] 255ec1f166fc: Pushed [2024-07-31T14:35:48.458Z] fb4afc3d9dd5: Pushed [2024-07-31T14:35:49.869Z] a4e99635da6c: Pushed [2024-07-31T14:35:52.449Z] c005f8480f20: Pushed [2024-07-31T14:35:52.449Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:52.805Z] + 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-07-31T14:35:53.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-31T14:35:53.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-31T14:35:53.151Z] fb4afc3d9dd5: Preparing [2024-07-31T14:35:53.151Z] c005f8480f20: Preparing [2024-07-31T14:35:53.151Z] 41908c1543b7: Preparing [2024-07-31T14:35:53.151Z] 106403aad51f: Preparing [2024-07-31T14:35:53.151Z] 255ec1f166fc: Preparing [2024-07-31T14:35:53.151Z] a4e99635da6c: Preparing [2024-07-31T14:35:53.151Z] 3c20671a5817: Preparing [2024-07-31T14:35:53.151Z] a4e99635da6c: Waiting [2024-07-31T14:35:53.151Z] 3c20671a5817: Waiting [2024-07-31T14:35:53.151Z] 255ec1f166fc: Layer already exists [2024-07-31T14:35:53.151Z] c005f8480f20: Layer already exists [2024-07-31T14:35:53.152Z] fb4afc3d9dd5: Layer already exists [2024-07-31T14:35:53.152Z] 106403aad51f: Layer already exists [2024-07-31T14:35:53.152Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:53.152Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:53.152Z] a4e99635da6c: Layer already exists [2024-07-31T14:35:53.417Z] latest: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:53.764Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:54.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.42 [2024-07-31T14:35:54.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-31T14:35:54.113Z] fb4afc3d9dd5: Preparing [2024-07-31T14:35:54.113Z] c005f8480f20: Preparing [2024-07-31T14:35:54.113Z] 41908c1543b7: Preparing [2024-07-31T14:35:54.113Z] 106403aad51f: Preparing [2024-07-31T14:35:54.113Z] 255ec1f166fc: Preparing [2024-07-31T14:35:54.113Z] a4e99635da6c: Preparing [2024-07-31T14:35:54.113Z] 3c20671a5817: Preparing [2024-07-31T14:35:54.113Z] a4e99635da6c: Waiting [2024-07-31T14:35:54.113Z] 3c20671a5817: Waiting [2024-07-31T14:35:54.113Z] fb4afc3d9dd5: Layer already exists [2024-07-31T14:35:54.113Z] c005f8480f20: Layer already exists [2024-07-31T14:35:54.113Z] 255ec1f166fc: Layer already exists [2024-07-31T14:35:54.113Z] 106403aad51f: Layer already exists [2024-07-31T14:35:54.113Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:54.113Z] a4e99635da6c: Layer already exists [2024-07-31T14:35:54.113Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:54.377Z] 3.2.0-dev.42: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:54.741Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:55.086Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:55.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-31T14:35:55.087Z] fb4afc3d9dd5: Preparing [2024-07-31T14:35:55.087Z] c005f8480f20: Preparing [2024-07-31T14:35:55.087Z] 41908c1543b7: Preparing [2024-07-31T14:35:55.087Z] 106403aad51f: Preparing [2024-07-31T14:35:55.087Z] 255ec1f166fc: Preparing [2024-07-31T14:35:55.087Z] a4e99635da6c: Preparing [2024-07-31T14:35:55.087Z] 3c20671a5817: Preparing [2024-07-31T14:35:55.087Z] a4e99635da6c: Waiting [2024-07-31T14:35:55.087Z] 3c20671a5817: Waiting [2024-07-31T14:35:55.087Z] 106403aad51f: Layer already exists [2024-07-31T14:35:55.087Z] c005f8480f20: Layer already exists [2024-07-31T14:35:55.087Z] 255ec1f166fc: Layer already exists [2024-07-31T14:35:55.087Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:55.087Z] fb4afc3d9dd5: Layer already exists [2024-07-31T14:35:55.087Z] a4e99635da6c: Layer already exists [2024-07-31T14:35:55.087Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:55.351Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:55.727Z] + 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-07-31T14:35:56.082Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-07-31T14:35:56.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-31T14:35:56.082Z] fb4afc3d9dd5: Preparing [2024-07-31T14:35:56.082Z] c005f8480f20: Preparing [2024-07-31T14:35:56.082Z] 41908c1543b7: Preparing [2024-07-31T14:35:56.082Z] 106403aad51f: Preparing [2024-07-31T14:35:56.082Z] 255ec1f166fc: Preparing [2024-07-31T14:35:56.082Z] a4e99635da6c: Preparing [2024-07-31T14:35:56.082Z] 3c20671a5817: Preparing [2024-07-31T14:35:56.082Z] a4e99635da6c: Waiting [2024-07-31T14:35:56.082Z] 3c20671a5817: Waiting [2024-07-31T14:35:56.082Z] c005f8480f20: Layer already exists [2024-07-31T14:35:56.082Z] 255ec1f166fc: Layer already exists [2024-07-31T14:35:56.082Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:56.082Z] fb4afc3d9dd5: Layer already exists [2024-07-31T14:35:56.082Z] 106403aad51f: Layer already exists [2024-07-31T14:35:56.082Z] a4e99635da6c: Layer already exists [2024-07-31T14:35:56.082Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:56.348Z] main: digest: sha256:3a2a40688e300e342ef3c25ca7ae3a941f829120435423d52c4e2c29875324f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:35:56.429Z] ===================================================== [Pipeline] echo [2024-07-31T14:35:56.447Z] taggedImages: [2024-07-31T14:35:56.447Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:56.447Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-31T14:35:56.447Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.42 [2024-07-31T14:35:56.447Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:56.447Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-07-31T14:35:56.481Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-07-31T14:35:56.481Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:56.481Z] latest [2024-07-31T14:35:56.481Z] 3.2.0-dev.42 [2024-07-31T14:35:56.481Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:35:56.481Z] main [2024-07-31T14:35:56.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:56.855Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:35:57.220Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:35:57.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-31T14:35:57.220Z] bed90fa6d54b: Preparing [2024-07-31T14:35:57.220Z] f37d4f50cb61: Preparing [2024-07-31T14:35:57.220Z] 6c9b370e5c2b: Preparing [2024-07-31T14:35:57.220Z] 41908c1543b7: Preparing [2024-07-31T14:35:57.220Z] 106403aad51f: Preparing [2024-07-31T14:35:57.220Z] cca7109352ea: Preparing [2024-07-31T14:35:57.220Z] e321c9400ec1: Preparing [2024-07-31T14:35:57.220Z] d8189a59a819: Preparing [2024-07-31T14:35:57.220Z] b134abb4a5d5: Preparing [2024-07-31T14:35:57.220Z] 3c20671a5817: Preparing [2024-07-31T14:35:57.220Z] d8189a59a819: Waiting [2024-07-31T14:35:57.220Z] b134abb4a5d5: Waiting [2024-07-31T14:35:57.220Z] 3c20671a5817: Waiting [2024-07-31T14:35:57.220Z] cca7109352ea: Waiting [2024-07-31T14:35:57.220Z] e321c9400ec1: Waiting [2024-07-31T14:35:57.220Z] 41908c1543b7: Layer already exists [2024-07-31T14:35:57.485Z] 106403aad51f: Layer already exists [2024-07-31T14:35:57.485Z] 6c9b370e5c2b: Pushed [2024-07-31T14:35:57.486Z] f37d4f50cb61: Pushed [2024-07-31T14:35:57.486Z] bed90fa6d54b: Pushed [2024-07-31T14:35:57.486Z] 3c20671a5817: Layer already exists [2024-07-31T14:35:57.486Z] d8189a59a819: Pushed [2024-07-31T14:35:58.440Z] b134abb4a5d5: Pushed [2024-07-31T14:36:10.732Z] e321c9400ec1: Pushed [2024-07-31T14:36:18.912Z] cca7109352ea: Pushed [2024-07-31T14:36:18.912Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:19.262Z] + 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-07-31T14:36:19.606Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-31T14:36:19.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-31T14:36:19.606Z] bed90fa6d54b: Preparing [2024-07-31T14:36:19.606Z] f37d4f50cb61: Preparing [2024-07-31T14:36:19.606Z] 6c9b370e5c2b: Preparing [2024-07-31T14:36:19.606Z] 41908c1543b7: Preparing [2024-07-31T14:36:19.606Z] 106403aad51f: Preparing [2024-07-31T14:36:19.606Z] cca7109352ea: Preparing [2024-07-31T14:36:19.606Z] e321c9400ec1: Preparing [2024-07-31T14:36:19.606Z] d8189a59a819: Preparing [2024-07-31T14:36:19.606Z] b134abb4a5d5: Preparing [2024-07-31T14:36:19.606Z] 3c20671a5817: Preparing [2024-07-31T14:36:19.606Z] cca7109352ea: Waiting [2024-07-31T14:36:19.606Z] e321c9400ec1: Waiting [2024-07-31T14:36:19.606Z] d8189a59a819: Waiting [2024-07-31T14:36:19.606Z] b134abb4a5d5: Waiting [2024-07-31T14:36:19.606Z] 3c20671a5817: Waiting [2024-07-31T14:36:19.606Z] 6c9b370e5c2b: Layer already exists [2024-07-31T14:36:19.606Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:19.606Z] 106403aad51f: Layer already exists [2024-07-31T14:36:19.606Z] bed90fa6d54b: Layer already exists [2024-07-31T14:36:19.606Z] f37d4f50cb61: Layer already exists [2024-07-31T14:36:19.606Z] cca7109352ea: Layer already exists [2024-07-31T14:36:19.606Z] e321c9400ec1: Layer already exists [2024-07-31T14:36:19.606Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:19.606Z] d8189a59a819: Layer already exists [2024-07-31T14:36:19.606Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:19.872Z] latest: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:20.237Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:20.589Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.42 [2024-07-31T14:36:20.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-31T14:36:20.589Z] bed90fa6d54b: Preparing [2024-07-31T14:36:20.589Z] f37d4f50cb61: Preparing [2024-07-31T14:36:20.589Z] 6c9b370e5c2b: Preparing [2024-07-31T14:36:20.589Z] 41908c1543b7: Preparing [2024-07-31T14:36:20.589Z] 106403aad51f: Preparing [2024-07-31T14:36:20.589Z] cca7109352ea: Preparing [2024-07-31T14:36:20.589Z] e321c9400ec1: Preparing [2024-07-31T14:36:20.589Z] d8189a59a819: Preparing [2024-07-31T14:36:20.589Z] b134abb4a5d5: Preparing [2024-07-31T14:36:20.589Z] 3c20671a5817: Preparing [2024-07-31T14:36:20.589Z] d8189a59a819: Waiting [2024-07-31T14:36:20.589Z] b134abb4a5d5: Waiting [2024-07-31T14:36:20.589Z] 3c20671a5817: Waiting [2024-07-31T14:36:20.589Z] cca7109352ea: Waiting [2024-07-31T14:36:20.589Z] e321c9400ec1: Waiting [2024-07-31T14:36:20.589Z] bed90fa6d54b: Layer already exists [2024-07-31T14:36:20.589Z] 106403aad51f: Layer already exists [2024-07-31T14:36:20.589Z] f37d4f50cb61: Layer already exists [2024-07-31T14:36:20.589Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:20.589Z] 6c9b370e5c2b: Layer already exists [2024-07-31T14:36:20.589Z] cca7109352ea: Layer already exists [2024-07-31T14:36:20.589Z] e321c9400ec1: Layer already exists [2024-07-31T14:36:20.589Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:20.589Z] d8189a59a819: Layer already exists [2024-07-31T14:36:20.589Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:20.857Z] 3.2.0-dev.42: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:21.229Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:21.587Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:21.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-31T14:36:21.587Z] bed90fa6d54b: Preparing [2024-07-31T14:36:21.587Z] f37d4f50cb61: Preparing [2024-07-31T14:36:21.587Z] 6c9b370e5c2b: Preparing [2024-07-31T14:36:21.587Z] 41908c1543b7: Preparing [2024-07-31T14:36:21.587Z] 106403aad51f: Preparing [2024-07-31T14:36:21.587Z] cca7109352ea: Preparing [2024-07-31T14:36:21.587Z] e321c9400ec1: Preparing [2024-07-31T14:36:21.587Z] d8189a59a819: Preparing [2024-07-31T14:36:21.587Z] b134abb4a5d5: Preparing [2024-07-31T14:36:21.587Z] 3c20671a5817: Preparing [2024-07-31T14:36:21.587Z] e321c9400ec1: Waiting [2024-07-31T14:36:21.587Z] d8189a59a819: Waiting [2024-07-31T14:36:21.587Z] b134abb4a5d5: Waiting [2024-07-31T14:36:21.587Z] 3c20671a5817: Waiting [2024-07-31T14:36:21.587Z] cca7109352ea: Waiting [2024-07-31T14:36:21.587Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:21.587Z] f37d4f50cb61: Layer already exists [2024-07-31T14:36:21.587Z] 6c9b370e5c2b: Layer already exists [2024-07-31T14:36:21.587Z] 106403aad51f: Layer already exists [2024-07-31T14:36:21.587Z] bed90fa6d54b: Layer already exists [2024-07-31T14:36:21.587Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:21.587Z] cca7109352ea: Layer already exists [2024-07-31T14:36:21.587Z] d8189a59a819: Layer already exists [2024-07-31T14:36:21.587Z] e321c9400ec1: Layer already exists [2024-07-31T14:36:21.587Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:21.852Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:22.208Z] + 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-07-31T14:36:22.570Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-07-31T14:36:22.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-31T14:36:22.570Z] bed90fa6d54b: Preparing [2024-07-31T14:36:22.570Z] f37d4f50cb61: Preparing [2024-07-31T14:36:22.570Z] 6c9b370e5c2b: Preparing [2024-07-31T14:36:22.570Z] 41908c1543b7: Preparing [2024-07-31T14:36:22.570Z] 106403aad51f: Preparing [2024-07-31T14:36:22.570Z] cca7109352ea: Preparing [2024-07-31T14:36:22.570Z] e321c9400ec1: Preparing [2024-07-31T14:36:22.570Z] d8189a59a819: Preparing [2024-07-31T14:36:22.570Z] b134abb4a5d5: Preparing [2024-07-31T14:36:22.570Z] 3c20671a5817: Preparing [2024-07-31T14:36:22.570Z] cca7109352ea: Waiting [2024-07-31T14:36:22.570Z] b134abb4a5d5: Waiting [2024-07-31T14:36:22.570Z] e321c9400ec1: Waiting [2024-07-31T14:36:22.570Z] 3c20671a5817: Waiting [2024-07-31T14:36:22.570Z] d8189a59a819: Waiting [2024-07-31T14:36:22.570Z] 106403aad51f: Layer already exists [2024-07-31T14:36:22.570Z] bed90fa6d54b: Layer already exists [2024-07-31T14:36:22.570Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:22.570Z] 6c9b370e5c2b: Layer already exists [2024-07-31T14:36:22.570Z] f37d4f50cb61: Layer already exists [2024-07-31T14:36:22.570Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:22.570Z] e321c9400ec1: Layer already exists [2024-07-31T14:36:22.570Z] d8189a59a819: Layer already exists [2024-07-31T14:36:22.570Z] cca7109352ea: Layer already exists [2024-07-31T14:36:22.570Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:22.836Z] main: digest: sha256:428b9551e2f9a83f0ae66e59670e246b0df76dab405fb5d6c38d0f8be6328622 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:36:22.933Z] ===================================================== [Pipeline] echo [2024-07-31T14:36:22.953Z] taggedImages: [2024-07-31T14:36:22.953Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:22.953Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-31T14:36:22.953Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.42 [2024-07-31T14:36:22.953Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:22.953Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-07-31T14:36:22.988Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-07-31T14:36:22.988Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:22.988Z] latest [2024-07-31T14:36:22.988Z] 3.2.0-dev.42 [2024-07-31T14:36:22.988Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:22.988Z] main [2024-07-31T14:36:22.988Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:23.375Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:23.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:23.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-31T14:36:23.743Z] 9a7bd2c8541a: Preparing [2024-07-31T14:36:23.743Z] b3d15fbd590d: Preparing [2024-07-31T14:36:23.743Z] 05c4ecc63f47: Preparing [2024-07-31T14:36:23.743Z] 41908c1543b7: Preparing [2024-07-31T14:36:23.743Z] 106403aad51f: Preparing [2024-07-31T14:36:23.743Z] cca7109352ea: Preparing [2024-07-31T14:36:23.743Z] 6e8bb5bc4c66: Preparing [2024-07-31T14:36:23.743Z] bf27ea849cc4: Preparing [2024-07-31T14:36:23.743Z] 3c20671a5817: Preparing [2024-07-31T14:36:23.743Z] 6e8bb5bc4c66: Waiting [2024-07-31T14:36:23.743Z] bf27ea849cc4: Waiting [2024-07-31T14:36:23.743Z] 3c20671a5817: Waiting [2024-07-31T14:36:23.743Z] cca7109352ea: Waiting [2024-07-31T14:36:23.743Z] 106403aad51f: Layer already exists [2024-07-31T14:36:23.743Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:24.009Z] cca7109352ea: Layer already exists [2024-07-31T14:36:24.009Z] b3d15fbd590d: Pushed [2024-07-31T14:36:24.009Z] 9a7bd2c8541a: Pushed [2024-07-31T14:36:24.009Z] 05c4ecc63f47: Pushed [2024-07-31T14:36:24.009Z] 6e8bb5bc4c66: Pushed [2024-07-31T14:36:24.009Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:24.586Z] bf27ea849cc4: Pushed [2024-07-31T14:36:24.586Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:24.943Z] + 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-07-31T14:36:25.297Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-31T14:36:25.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-31T14:36:25.298Z] 9a7bd2c8541a: Preparing [2024-07-31T14:36:25.298Z] b3d15fbd590d: Preparing [2024-07-31T14:36:25.298Z] 05c4ecc63f47: Preparing [2024-07-31T14:36:25.298Z] 41908c1543b7: Preparing [2024-07-31T14:36:25.298Z] 106403aad51f: Preparing [2024-07-31T14:36:25.298Z] cca7109352ea: Preparing [2024-07-31T14:36:25.298Z] 6e8bb5bc4c66: Preparing [2024-07-31T14:36:25.298Z] bf27ea849cc4: Preparing [2024-07-31T14:36:25.298Z] 3c20671a5817: Preparing [2024-07-31T14:36:25.298Z] cca7109352ea: Waiting [2024-07-31T14:36:25.298Z] 6e8bb5bc4c66: Waiting [2024-07-31T14:36:25.298Z] bf27ea849cc4: Waiting [2024-07-31T14:36:25.298Z] 3c20671a5817: Waiting [2024-07-31T14:36:25.298Z] 106403aad51f: Layer already exists [2024-07-31T14:36:25.298Z] 9a7bd2c8541a: Layer already exists [2024-07-31T14:36:25.298Z] 05c4ecc63f47: Layer already exists [2024-07-31T14:36:25.298Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:25.298Z] b3d15fbd590d: Layer already exists [2024-07-31T14:36:25.298Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:25.298Z] cca7109352ea: Layer already exists [2024-07-31T14:36:25.298Z] bf27ea849cc4: Layer already exists [2024-07-31T14:36:25.298Z] 6e8bb5bc4c66: Layer already exists [2024-07-31T14:36:25.562Z] latest: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:25.934Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:26.280Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.42 [2024-07-31T14:36:26.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-31T14:36:26.280Z] 9a7bd2c8541a: Preparing [2024-07-31T14:36:26.280Z] b3d15fbd590d: Preparing [2024-07-31T14:36:26.280Z] 05c4ecc63f47: Preparing [2024-07-31T14:36:26.280Z] 41908c1543b7: Preparing [2024-07-31T14:36:26.280Z] 106403aad51f: Preparing [2024-07-31T14:36:26.280Z] cca7109352ea: Preparing [2024-07-31T14:36:26.280Z] 6e8bb5bc4c66: Preparing [2024-07-31T14:36:26.280Z] bf27ea849cc4: Preparing [2024-07-31T14:36:26.280Z] 3c20671a5817: Preparing [2024-07-31T14:36:26.280Z] 6e8bb5bc4c66: Waiting [2024-07-31T14:36:26.280Z] bf27ea849cc4: Waiting [2024-07-31T14:36:26.280Z] 3c20671a5817: Waiting [2024-07-31T14:36:26.280Z] cca7109352ea: Waiting [2024-07-31T14:36:26.280Z] b3d15fbd590d: Layer already exists [2024-07-31T14:36:26.280Z] 05c4ecc63f47: Layer already exists [2024-07-31T14:36:26.280Z] 106403aad51f: Layer already exists [2024-07-31T14:36:26.280Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:26.280Z] 9a7bd2c8541a: Layer already exists [2024-07-31T14:36:26.280Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:26.280Z] 6e8bb5bc4c66: Layer already exists [2024-07-31T14:36:26.280Z] bf27ea849cc4: Layer already exists [2024-07-31T14:36:26.280Z] cca7109352ea: Layer already exists [2024-07-31T14:36:26.547Z] 3.2.0-dev.42: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:26.906Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:27.261Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:27.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-31T14:36:27.262Z] 9a7bd2c8541a: Preparing [2024-07-31T14:36:27.262Z] b3d15fbd590d: Preparing [2024-07-31T14:36:27.262Z] 05c4ecc63f47: Preparing [2024-07-31T14:36:27.262Z] 41908c1543b7: Preparing [2024-07-31T14:36:27.262Z] 106403aad51f: Preparing [2024-07-31T14:36:27.262Z] cca7109352ea: Preparing [2024-07-31T14:36:27.262Z] 6e8bb5bc4c66: Preparing [2024-07-31T14:36:27.262Z] bf27ea849cc4: Preparing [2024-07-31T14:36:27.262Z] 3c20671a5817: Preparing [2024-07-31T14:36:27.262Z] 6e8bb5bc4c66: Waiting [2024-07-31T14:36:27.262Z] bf27ea849cc4: Waiting [2024-07-31T14:36:27.262Z] 3c20671a5817: Waiting [2024-07-31T14:36:27.262Z] cca7109352ea: Waiting [2024-07-31T14:36:27.262Z] b3d15fbd590d: Layer already exists [2024-07-31T14:36:27.262Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:27.262Z] 05c4ecc63f47: Layer already exists [2024-07-31T14:36:27.262Z] 106403aad51f: Layer already exists [2024-07-31T14:36:27.262Z] 9a7bd2c8541a: Layer already exists [2024-07-31T14:36:27.262Z] cca7109352ea: Layer already exists [2024-07-31T14:36:27.262Z] bf27ea849cc4: Layer already exists [2024-07-31T14:36:27.262Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:27.262Z] 6e8bb5bc4c66: Layer already exists [2024-07-31T14:36:27.528Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:27.885Z] + 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-07-31T14:36:28.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-07-31T14:36:28.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-31T14:36:28.231Z] 9a7bd2c8541a: Preparing [2024-07-31T14:36:28.231Z] b3d15fbd590d: Preparing [2024-07-31T14:36:28.231Z] 05c4ecc63f47: Preparing [2024-07-31T14:36:28.231Z] 41908c1543b7: Preparing [2024-07-31T14:36:28.231Z] 106403aad51f: Preparing [2024-07-31T14:36:28.231Z] cca7109352ea: Preparing [2024-07-31T14:36:28.231Z] 6e8bb5bc4c66: Preparing [2024-07-31T14:36:28.231Z] bf27ea849cc4: Preparing [2024-07-31T14:36:28.231Z] 3c20671a5817: Preparing [2024-07-31T14:36:28.231Z] cca7109352ea: Waiting [2024-07-31T14:36:28.231Z] 6e8bb5bc4c66: Waiting [2024-07-31T14:36:28.231Z] bf27ea849cc4: Waiting [2024-07-31T14:36:28.231Z] 3c20671a5817: Waiting [2024-07-31T14:36:28.231Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:28.231Z] 05c4ecc63f47: Layer already exists [2024-07-31T14:36:28.231Z] b3d15fbd590d: Layer already exists [2024-07-31T14:36:28.231Z] 106403aad51f: Layer already exists [2024-07-31T14:36:28.231Z] 9a7bd2c8541a: Layer already exists [2024-07-31T14:36:28.231Z] cca7109352ea: Layer already exists [2024-07-31T14:36:28.231Z] bf27ea849cc4: Layer already exists [2024-07-31T14:36:28.231Z] 6e8bb5bc4c66: Layer already exists [2024-07-31T14:36:28.231Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:28.496Z] main: digest: sha256:330c1ed0feed6602b982a5051d8b280ec2a1186a43be99ebcb22e45ff047f1a3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:36:28.584Z] ===================================================== [Pipeline] echo [2024-07-31T14:36:28.598Z] taggedImages: [2024-07-31T14:36:28.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:28.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-31T14:36:28.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.42 [2024-07-31T14:36:28.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:28.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-07-31T14:36:28.629Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-07-31T14:36:28.629Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:28.629Z] latest [2024-07-31T14:36:28.629Z] 3.2.0-dev.42 [2024-07-31T14:36:28.629Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:28.629Z] main [2024-07-31T14:36:28.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:28.996Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:29.346Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:29.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-31T14:36:29.346Z] 963bbaa9aa7a: Preparing [2024-07-31T14:36:29.346Z] ebf55ccb5f21: Preparing [2024-07-31T14:36:29.346Z] d33f20a44069: Preparing [2024-07-31T14:36:29.346Z] 41908c1543b7: Preparing [2024-07-31T14:36:29.346Z] 106403aad51f: Preparing [2024-07-31T14:36:29.346Z] a1c7ebfffbc2: Preparing [2024-07-31T14:36:29.346Z] d8189a59a819: Preparing [2024-07-31T14:36:29.346Z] b134abb4a5d5: Preparing [2024-07-31T14:36:29.346Z] 3c20671a5817: Preparing [2024-07-31T14:36:29.346Z] a1c7ebfffbc2: Waiting [2024-07-31T14:36:29.346Z] d8189a59a819: Waiting [2024-07-31T14:36:29.346Z] b134abb4a5d5: Waiting [2024-07-31T14:36:29.346Z] 3c20671a5817: Waiting [2024-07-31T14:36:29.346Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:29.613Z] 106403aad51f: Layer already exists [2024-07-31T14:36:29.613Z] d8189a59a819: Layer already exists [2024-07-31T14:36:29.613Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:29.613Z] ebf55ccb5f21: Pushed [2024-07-31T14:36:29.613Z] 963bbaa9aa7a: Pushed [2024-07-31T14:36:29.613Z] d33f20a44069: Pushed [2024-07-31T14:36:29.613Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:51.654Z] a1c7ebfffbc2: Pushed [2024-07-31T14:36:51.654Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:52.009Z] + 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-07-31T14:36:52.359Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-31T14:36:52.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-31T14:36:52.359Z] 963bbaa9aa7a: Preparing [2024-07-31T14:36:52.359Z] ebf55ccb5f21: Preparing [2024-07-31T14:36:52.359Z] d33f20a44069: Preparing [2024-07-31T14:36:52.359Z] 41908c1543b7: Preparing [2024-07-31T14:36:52.359Z] 106403aad51f: Preparing [2024-07-31T14:36:52.359Z] a1c7ebfffbc2: Preparing [2024-07-31T14:36:52.359Z] d8189a59a819: Preparing [2024-07-31T14:36:52.359Z] b134abb4a5d5: Preparing [2024-07-31T14:36:52.359Z] 3c20671a5817: Preparing [2024-07-31T14:36:52.359Z] d8189a59a819: Waiting [2024-07-31T14:36:52.359Z] b134abb4a5d5: Waiting [2024-07-31T14:36:52.359Z] a1c7ebfffbc2: Waiting [2024-07-31T14:36:52.359Z] 3c20671a5817: Waiting [2024-07-31T14:36:52.359Z] 963bbaa9aa7a: Layer already exists [2024-07-31T14:36:52.359Z] 106403aad51f: Layer already exists [2024-07-31T14:36:52.359Z] d33f20a44069: Layer already exists [2024-07-31T14:36:52.359Z] ebf55ccb5f21: Layer already exists [2024-07-31T14:36:52.359Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:52.359Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:52.359Z] a1c7ebfffbc2: Layer already exists [2024-07-31T14:36:52.359Z] d8189a59a819: Layer already exists [2024-07-31T14:36:52.359Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:52.624Z] latest: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:52.976Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:53.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.42 [2024-07-31T14:36:53.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-31T14:36:53.317Z] 963bbaa9aa7a: Preparing [2024-07-31T14:36:53.317Z] ebf55ccb5f21: Preparing [2024-07-31T14:36:53.317Z] d33f20a44069: Preparing [2024-07-31T14:36:53.317Z] 41908c1543b7: Preparing [2024-07-31T14:36:53.317Z] 106403aad51f: Preparing [2024-07-31T14:36:53.317Z] a1c7ebfffbc2: Preparing [2024-07-31T14:36:53.317Z] d8189a59a819: Preparing [2024-07-31T14:36:53.317Z] b134abb4a5d5: Preparing [2024-07-31T14:36:53.317Z] 3c20671a5817: Preparing [2024-07-31T14:36:53.317Z] a1c7ebfffbc2: Waiting [2024-07-31T14:36:53.317Z] d8189a59a819: Waiting [2024-07-31T14:36:53.317Z] b134abb4a5d5: Waiting [2024-07-31T14:36:53.317Z] 3c20671a5817: Waiting [2024-07-31T14:36:53.317Z] 963bbaa9aa7a: Layer already exists [2024-07-31T14:36:53.317Z] ebf55ccb5f21: Layer already exists [2024-07-31T14:36:53.317Z] d33f20a44069: Layer already exists [2024-07-31T14:36:53.317Z] 106403aad51f: Layer already exists [2024-07-31T14:36:53.318Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:53.318Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:53.318Z] a1c7ebfffbc2: Layer already exists [2024-07-31T14:36:53.318Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:53.318Z] d8189a59a819: Layer already exists [2024-07-31T14:36:53.583Z] 3.2.0-dev.42: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:53.936Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:54.292Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:54.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-31T14:36:54.292Z] 963bbaa9aa7a: Preparing [2024-07-31T14:36:54.292Z] ebf55ccb5f21: Preparing [2024-07-31T14:36:54.292Z] d33f20a44069: Preparing [2024-07-31T14:36:54.292Z] 41908c1543b7: Preparing [2024-07-31T14:36:54.292Z] 106403aad51f: Preparing [2024-07-31T14:36:54.292Z] a1c7ebfffbc2: Preparing [2024-07-31T14:36:54.292Z] d8189a59a819: Preparing [2024-07-31T14:36:54.292Z] b134abb4a5d5: Preparing [2024-07-31T14:36:54.292Z] 3c20671a5817: Preparing [2024-07-31T14:36:54.292Z] a1c7ebfffbc2: Waiting [2024-07-31T14:36:54.292Z] d8189a59a819: Waiting [2024-07-31T14:36:54.292Z] b134abb4a5d5: Waiting [2024-07-31T14:36:54.292Z] 3c20671a5817: Waiting [2024-07-31T14:36:54.292Z] d33f20a44069: Layer already exists [2024-07-31T14:36:54.292Z] ebf55ccb5f21: Layer already exists [2024-07-31T14:36:54.292Z] 106403aad51f: Layer already exists [2024-07-31T14:36:54.292Z] 963bbaa9aa7a: Layer already exists [2024-07-31T14:36:54.292Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:54.292Z] d8189a59a819: Layer already exists [2024-07-31T14:36:54.292Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:54.292Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:54.292Z] a1c7ebfffbc2: Layer already exists [2024-07-31T14:36:54.558Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:54.923Z] + 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-07-31T14:36:55.350Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-07-31T14:36:55.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-31T14:36:55.351Z] 963bbaa9aa7a: Preparing [2024-07-31T14:36:55.351Z] ebf55ccb5f21: Preparing [2024-07-31T14:36:55.351Z] d33f20a44069: Preparing [2024-07-31T14:36:55.351Z] 41908c1543b7: Preparing [2024-07-31T14:36:55.351Z] 106403aad51f: Preparing [2024-07-31T14:36:55.351Z] a1c7ebfffbc2: Preparing [2024-07-31T14:36:55.351Z] d8189a59a819: Preparing [2024-07-31T14:36:55.351Z] b134abb4a5d5: Preparing [2024-07-31T14:36:55.351Z] 3c20671a5817: Preparing [2024-07-31T14:36:55.351Z] a1c7ebfffbc2: Waiting [2024-07-31T14:36:55.351Z] b134abb4a5d5: Waiting [2024-07-31T14:36:55.351Z] 3c20671a5817: Waiting [2024-07-31T14:36:55.351Z] d8189a59a819: Waiting [2024-07-31T14:36:55.351Z] d33f20a44069: Layer already exists [2024-07-31T14:36:55.351Z] ebf55ccb5f21: Layer already exists [2024-07-31T14:36:55.351Z] 106403aad51f: Layer already exists [2024-07-31T14:36:55.351Z] 963bbaa9aa7a: Layer already exists [2024-07-31T14:36:55.351Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:55.351Z] a1c7ebfffbc2: Layer already exists [2024-07-31T14:36:55.351Z] d8189a59a819: Layer already exists [2024-07-31T14:36:55.351Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:55.351Z] b134abb4a5d5: Layer already exists [2024-07-31T14:36:55.626Z] main: digest: sha256:3b814636d8464740dadac1b7569e7e61bfc9a4858f0356e03380847f1678dbae size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:36:55.713Z] ===================================================== [Pipeline] echo [2024-07-31T14:36:55.728Z] taggedImages: [2024-07-31T14:36:55.728Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:55.728Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-31T14:36:55.728Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.42 [2024-07-31T14:36:55.728Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:55.728Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-07-31T14:36:55.759Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-07-31T14:36:55.759Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:55.759Z] latest [2024-07-31T14:36:55.759Z] 3.2.0-dev.42 [2024-07-31T14:36:55.759Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:36:55.759Z] main [2024-07-31T14:36:55.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:56.152Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:36:56.536Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:36:56.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-07-31T14:36:56.536Z] 97688630ca6a: Preparing [2024-07-31T14:36:56.536Z] 4a8a7da430d9: Preparing [2024-07-31T14:36:56.536Z] 41908c1543b7: Preparing [2024-07-31T14:36:56.536Z] 106403aad51f: Preparing [2024-07-31T14:36:56.536Z] 19fbff5c192a: Preparing [2024-07-31T14:36:56.536Z] b13d2a940a9b: Preparing [2024-07-31T14:36:56.536Z] 3c20671a5817: Preparing [2024-07-31T14:36:56.536Z] b13d2a940a9b: Waiting [2024-07-31T14:36:56.536Z] 3c20671a5817: Waiting [2024-07-31T14:36:56.536Z] 106403aad51f: Layer already exists [2024-07-31T14:36:56.808Z] 41908c1543b7: Layer already exists [2024-07-31T14:36:56.808Z] 19fbff5c192a: Pushed [2024-07-31T14:36:56.808Z] 3c20671a5817: Layer already exists [2024-07-31T14:36:56.808Z] 97688630ca6a: Pushed [2024-07-31T14:36:57.074Z] b13d2a940a9b: Pushed [2024-07-31T14:37:05.256Z] 4a8a7da430d9: Pushed [2024-07-31T14:37:05.256Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:05.607Z] + 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-07-31T14:37:05.946Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-07-31T14:37:05.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-07-31T14:37:05.946Z] 97688630ca6a: Preparing [2024-07-31T14:37:05.946Z] 4a8a7da430d9: Preparing [2024-07-31T14:37:05.946Z] 41908c1543b7: Preparing [2024-07-31T14:37:05.946Z] 106403aad51f: Preparing [2024-07-31T14:37:05.946Z] 19fbff5c192a: Preparing [2024-07-31T14:37:05.946Z] b13d2a940a9b: Preparing [2024-07-31T14:37:05.946Z] 3c20671a5817: Preparing [2024-07-31T14:37:05.947Z] b13d2a940a9b: Waiting [2024-07-31T14:37:05.947Z] 3c20671a5817: Waiting [2024-07-31T14:37:05.947Z] 97688630ca6a: Layer already exists [2024-07-31T14:37:05.947Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:05.947Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:05.947Z] 4a8a7da430d9: Layer already exists [2024-07-31T14:37:05.947Z] 106403aad51f: Layer already exists [2024-07-31T14:37:05.947Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:05.947Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:06.215Z] latest: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:06.574Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:06.929Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.42 [2024-07-31T14:37:06.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-07-31T14:37:06.929Z] 97688630ca6a: Preparing [2024-07-31T14:37:06.929Z] 4a8a7da430d9: Preparing [2024-07-31T14:37:06.929Z] 41908c1543b7: Preparing [2024-07-31T14:37:06.929Z] 106403aad51f: Preparing [2024-07-31T14:37:06.929Z] 19fbff5c192a: Preparing [2024-07-31T14:37:06.929Z] b13d2a940a9b: Preparing [2024-07-31T14:37:06.929Z] 3c20671a5817: Preparing [2024-07-31T14:37:06.929Z] b13d2a940a9b: Waiting [2024-07-31T14:37:06.929Z] 3c20671a5817: Waiting [2024-07-31T14:37:06.929Z] 106403aad51f: Layer already exists [2024-07-31T14:37:06.929Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:06.929Z] 97688630ca6a: Layer already exists [2024-07-31T14:37:06.930Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:06.930Z] 4a8a7da430d9: Layer already exists [2024-07-31T14:37:07.196Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:07.196Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:07.196Z] 3.2.0-dev.42: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:07.554Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:07.910Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:37:07.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-07-31T14:37:07.910Z] 97688630ca6a: Preparing [2024-07-31T14:37:07.910Z] 4a8a7da430d9: Preparing [2024-07-31T14:37:07.910Z] 41908c1543b7: Preparing [2024-07-31T14:37:07.910Z] 106403aad51f: Preparing [2024-07-31T14:37:07.910Z] 19fbff5c192a: Preparing [2024-07-31T14:37:07.910Z] b13d2a940a9b: Preparing [2024-07-31T14:37:07.910Z] 3c20671a5817: Preparing [2024-07-31T14:37:07.910Z] b13d2a940a9b: Waiting [2024-07-31T14:37:07.910Z] 3c20671a5817: Waiting [2024-07-31T14:37:07.910Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:07.910Z] 4a8a7da430d9: Layer already exists [2024-07-31T14:37:07.910Z] 106403aad51f: Layer already exists [2024-07-31T14:37:07.910Z] 97688630ca6a: Layer already exists [2024-07-31T14:37:07.910Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:08.174Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:08.174Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:08.174Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:08.525Z] + 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-07-31T14:37:08.876Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-07-31T14:37:08.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-07-31T14:37:08.876Z] 97688630ca6a: Preparing [2024-07-31T14:37:08.876Z] 4a8a7da430d9: Preparing [2024-07-31T14:37:08.876Z] 41908c1543b7: Preparing [2024-07-31T14:37:08.876Z] 106403aad51f: Preparing [2024-07-31T14:37:08.876Z] 19fbff5c192a: Preparing [2024-07-31T14:37:08.876Z] b13d2a940a9b: Preparing [2024-07-31T14:37:08.876Z] 3c20671a5817: Preparing [2024-07-31T14:37:08.876Z] b13d2a940a9b: Waiting [2024-07-31T14:37:08.876Z] 3c20671a5817: Waiting [2024-07-31T14:37:08.876Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:08.876Z] 4a8a7da430d9: Layer already exists [2024-07-31T14:37:08.876Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:08.876Z] 97688630ca6a: Layer already exists [2024-07-31T14:37:08.876Z] 106403aad51f: Layer already exists [2024-07-31T14:37:08.876Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:08.876Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:09.142Z] main: digest: sha256:54f031b863ff207d45ef2d2d3697b344399282c6a535dcc8a4b515b7a1f0510b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:37:09.230Z] ===================================================== [Pipeline] echo [2024-07-31T14:37:09.247Z] taggedImages: [2024-07-31T14:37:09.247Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:37:09.247Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-07-31T14:37:09.247Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.42 [2024-07-31T14:37:09.247Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:37:09.247Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-07-31T14:37:09.283Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-07-31T14:37:09.283Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:37:09.283Z] latest [2024-07-31T14:37:09.283Z] 3.2.0-dev.42 [2024-07-31T14:37:09.283Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:37:09.283Z] main [2024-07-31T14:37:09.283Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:09.660Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:10.018Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:37:10.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-31T14:37:10.018Z] ddd1f17a1b28: Preparing [2024-07-31T14:37:10.018Z] 7f1b8827308d: Preparing [2024-07-31T14:37:10.018Z] 41908c1543b7: Preparing [2024-07-31T14:37:10.018Z] 106403aad51f: Preparing [2024-07-31T14:37:10.018Z] 19fbff5c192a: Preparing [2024-07-31T14:37:10.018Z] b13d2a940a9b: Preparing [2024-07-31T14:37:10.018Z] 3c20671a5817: Preparing [2024-07-31T14:37:10.018Z] 3c20671a5817: Waiting [2024-07-31T14:37:10.018Z] b13d2a940a9b: Waiting [2024-07-31T14:37:10.284Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:10.284Z] 106403aad51f: Layer already exists [2024-07-31T14:37:10.284Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:10.284Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:10.284Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:10.284Z] ddd1f17a1b28: Pushed [2024-07-31T14:37:18.469Z] 7f1b8827308d: Pushed [2024-07-31T14:37:18.469Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:18.837Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:19.195Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-31T14:37:19.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-31T14:37:19.195Z] ddd1f17a1b28: Preparing [2024-07-31T14:37:19.195Z] 7f1b8827308d: Preparing [2024-07-31T14:37:19.195Z] 41908c1543b7: Preparing [2024-07-31T14:37:19.195Z] 106403aad51f: Preparing [2024-07-31T14:37:19.195Z] 19fbff5c192a: Preparing [2024-07-31T14:37:19.195Z] b13d2a940a9b: Preparing [2024-07-31T14:37:19.195Z] 3c20671a5817: Preparing [2024-07-31T14:37:19.195Z] 3c20671a5817: Waiting [2024-07-31T14:37:19.195Z] b13d2a940a9b: Waiting [2024-07-31T14:37:19.195Z] 106403aad51f: Layer already exists [2024-07-31T14:37:19.195Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:19.195Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:19.195Z] 7f1b8827308d: Layer already exists [2024-07-31T14:37:19.195Z] ddd1f17a1b28: Layer already exists [2024-07-31T14:37:19.195Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:19.195Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:19.461Z] latest: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:19.815Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:20.170Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.42 [2024-07-31T14:37:20.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-31T14:37:20.170Z] ddd1f17a1b28: Preparing [2024-07-31T14:37:20.170Z] 7f1b8827308d: Preparing [2024-07-31T14:37:20.170Z] 41908c1543b7: Preparing [2024-07-31T14:37:20.170Z] 106403aad51f: Preparing [2024-07-31T14:37:20.170Z] 19fbff5c192a: Preparing [2024-07-31T14:37:20.170Z] b13d2a940a9b: Preparing [2024-07-31T14:37:20.170Z] 3c20671a5817: Preparing [2024-07-31T14:37:20.170Z] b13d2a940a9b: Waiting [2024-07-31T14:37:20.170Z] 3c20671a5817: Waiting [2024-07-31T14:37:20.170Z] ddd1f17a1b28: Layer already exists [2024-07-31T14:37:20.170Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:20.170Z] 7f1b8827308d: Layer already exists [2024-07-31T14:37:20.170Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:20.170Z] 106403aad51f: Layer already exists [2024-07-31T14:37:20.170Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:20.170Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:20.170Z] 3.2.0-dev.42: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:20.792Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:21.140Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:37:21.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-31T14:37:21.140Z] ddd1f17a1b28: Preparing [2024-07-31T14:37:21.140Z] 7f1b8827308d: Preparing [2024-07-31T14:37:21.140Z] 41908c1543b7: Preparing [2024-07-31T14:37:21.140Z] 106403aad51f: Preparing [2024-07-31T14:37:21.140Z] 19fbff5c192a: Preparing [2024-07-31T14:37:21.140Z] b13d2a940a9b: Preparing [2024-07-31T14:37:21.140Z] 3c20671a5817: Preparing [2024-07-31T14:37:21.140Z] b13d2a940a9b: Waiting [2024-07-31T14:37:21.140Z] 3c20671a5817: Waiting [2024-07-31T14:37:21.140Z] 7f1b8827308d: Layer already exists [2024-07-31T14:37:21.140Z] 106403aad51f: Layer already exists [2024-07-31T14:37:21.140Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:21.140Z] ddd1f17a1b28: Layer already exists [2024-07-31T14:37:21.140Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:21.140Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:21.140Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:21.406Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:21.765Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:22.127Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-07-31T14:37:22.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-31T14:37:22.127Z] ddd1f17a1b28: Preparing [2024-07-31T14:37:22.127Z] 7f1b8827308d: Preparing [2024-07-31T14:37:22.127Z] 41908c1543b7: Preparing [2024-07-31T14:37:22.127Z] 106403aad51f: Preparing [2024-07-31T14:37:22.127Z] 19fbff5c192a: Preparing [2024-07-31T14:37:22.127Z] b13d2a940a9b: Preparing [2024-07-31T14:37:22.127Z] 3c20671a5817: Preparing [2024-07-31T14:37:22.127Z] b13d2a940a9b: Waiting [2024-07-31T14:37:22.127Z] 3c20671a5817: Waiting [2024-07-31T14:37:22.127Z] 7f1b8827308d: Layer already exists [2024-07-31T14:37:22.127Z] ddd1f17a1b28: Layer already exists [2024-07-31T14:37:22.127Z] 106403aad51f: Layer already exists [2024-07-31T14:37:22.127Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:22.127Z] 19fbff5c192a: Layer already exists [2024-07-31T14:37:22.127Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:22.127Z] b13d2a940a9b: Layer already exists [2024-07-31T14:37:22.394Z] main: digest: sha256:d68209d010cefffa4c0fe4e35dbc6d0084c7184a46d3230f9bd0210fb7ef4428 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:37:22.469Z] ===================================================== [Pipeline] echo [2024-07-31T14:37:22.483Z] taggedImages: [2024-07-31T14:37:22.483Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:37:22.483Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-31T14:37:22.483Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.42 [2024-07-31T14:37:22.483Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:37:22.483Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-07-31T14:37:22.510Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-07-31T14:37:22.510Z] b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:37:22.510Z] latest [2024-07-31T14:37:22.510Z] 3.2.0-dev.42 [2024-07-31T14:37:22.510Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:37:22.510Z] main [2024-07-31T14:37:22.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:22.884Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:23.233Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:37:23.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-31T14:37:23.233Z] 6acedb1de77e: Preparing [2024-07-31T14:37:23.233Z] 9de5599ec121: Preparing [2024-07-31T14:37:23.233Z] 41908c1543b7: Preparing [2024-07-31T14:37:23.233Z] 106403aad51f: Preparing [2024-07-31T14:37:23.233Z] 783a833435b8: Preparing [2024-07-31T14:37:23.233Z] e828ff23cda4: Preparing [2024-07-31T14:37:23.233Z] 3c20671a5817: Preparing [2024-07-31T14:37:23.233Z] e828ff23cda4: Waiting [2024-07-31T14:37:23.233Z] 3c20671a5817: Waiting [2024-07-31T14:37:23.233Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:23.499Z] 783a833435b8: Layer already exists [2024-07-31T14:37:23.499Z] 106403aad51f: Layer already exists [2024-07-31T14:37:23.499Z] e828ff23cda4: Layer already exists [2024-07-31T14:37:23.499Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:23.499Z] 6acedb1de77e: Pushed [2024-07-31T14:37:50.162Z] 9de5599ec121: Pushed [2024-07-31T14:37:58.377Z] b103c04882abc23661cee8905a92a31c1ff0bf6a: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:58.739Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:59.095Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-31T14:37:59.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-31T14:37:59.095Z] 6acedb1de77e: Preparing [2024-07-31T14:37:59.095Z] 9de5599ec121: Preparing [2024-07-31T14:37:59.095Z] 41908c1543b7: Preparing [2024-07-31T14:37:59.095Z] 106403aad51f: Preparing [2024-07-31T14:37:59.095Z] 783a833435b8: Preparing [2024-07-31T14:37:59.095Z] e828ff23cda4: Preparing [2024-07-31T14:37:59.095Z] 3c20671a5817: Preparing [2024-07-31T14:37:59.095Z] e828ff23cda4: Waiting [2024-07-31T14:37:59.095Z] 3c20671a5817: Waiting [2024-07-31T14:37:59.095Z] 9de5599ec121: Layer already exists [2024-07-31T14:37:59.095Z] 106403aad51f: Layer already exists [2024-07-31T14:37:59.095Z] 783a833435b8: Layer already exists [2024-07-31T14:37:59.095Z] 41908c1543b7: Layer already exists [2024-07-31T14:37:59.095Z] 6acedb1de77e: Layer already exists [2024-07-31T14:37:59.095Z] 3c20671a5817: Layer already exists [2024-07-31T14:37:59.095Z] e828ff23cda4: Layer already exists [2024-07-31T14:37:59.362Z] latest: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:37:59.739Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:00.087Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.42 [2024-07-31T14:38:00.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-31T14:38:00.087Z] 6acedb1de77e: Preparing [2024-07-31T14:38:00.087Z] 9de5599ec121: Preparing [2024-07-31T14:38:00.087Z] 41908c1543b7: Preparing [2024-07-31T14:38:00.087Z] 106403aad51f: Preparing [2024-07-31T14:38:00.087Z] 783a833435b8: Preparing [2024-07-31T14:38:00.087Z] e828ff23cda4: Preparing [2024-07-31T14:38:00.087Z] 3c20671a5817: Preparing [2024-07-31T14:38:00.087Z] e828ff23cda4: Waiting [2024-07-31T14:38:00.087Z] 3c20671a5817: Waiting [2024-07-31T14:38:00.087Z] 6acedb1de77e: Layer already exists [2024-07-31T14:38:00.087Z] 783a833435b8: Layer already exists [2024-07-31T14:38:00.087Z] 9de5599ec121: Layer already exists [2024-07-31T14:38:00.087Z] 106403aad51f: Layer already exists [2024-07-31T14:38:00.087Z] 41908c1543b7: Layer already exists [2024-07-31T14:38:00.353Z] 3c20671a5817: Layer already exists [2024-07-31T14:38:00.353Z] e828ff23cda4: Layer already exists [2024-07-31T14:38:00.353Z] 3.2.0-dev.42: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:00.706Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:01.060Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:38:01.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-31T14:38:01.060Z] 6acedb1de77e: Preparing [2024-07-31T14:38:01.060Z] 9de5599ec121: Preparing [2024-07-31T14:38:01.060Z] 41908c1543b7: Preparing [2024-07-31T14:38:01.060Z] 106403aad51f: Preparing [2024-07-31T14:38:01.060Z] 783a833435b8: Preparing [2024-07-31T14:38:01.060Z] e828ff23cda4: Preparing [2024-07-31T14:38:01.060Z] 3c20671a5817: Preparing [2024-07-31T14:38:01.060Z] e828ff23cda4: Waiting [2024-07-31T14:38:01.060Z] 3c20671a5817: Waiting [2024-07-31T14:38:01.060Z] 41908c1543b7: Layer already exists [2024-07-31T14:38:01.060Z] 106403aad51f: Layer already exists [2024-07-31T14:38:01.060Z] 6acedb1de77e: Layer already exists [2024-07-31T14:38:01.060Z] 9de5599ec121: Layer already exists [2024-07-31T14:38:01.060Z] 783a833435b8: Layer already exists [2024-07-31T14:38:01.060Z] e828ff23cda4: Layer already exists [2024-07-31T14:38:01.060Z] 3c20671a5817: Layer already exists [2024-07-31T14:38:01.329Z] b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:01.694Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:02.056Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-07-31T14:38:02.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-31T14:38:02.056Z] 6acedb1de77e: Preparing [2024-07-31T14:38:02.056Z] 9de5599ec121: Preparing [2024-07-31T14:38:02.056Z] 41908c1543b7: Preparing [2024-07-31T14:38:02.056Z] 106403aad51f: Preparing [2024-07-31T14:38:02.056Z] 783a833435b8: Preparing [2024-07-31T14:38:02.056Z] e828ff23cda4: Preparing [2024-07-31T14:38:02.056Z] 3c20671a5817: Preparing [2024-07-31T14:38:02.056Z] e828ff23cda4: Waiting [2024-07-31T14:38:02.056Z] 3c20671a5817: Waiting [2024-07-31T14:38:02.056Z] 9de5599ec121: Layer already exists [2024-07-31T14:38:02.056Z] 783a833435b8: Layer already exists [2024-07-31T14:38:02.056Z] 106403aad51f: Layer already exists [2024-07-31T14:38:02.056Z] 41908c1543b7: Layer already exists [2024-07-31T14:38:02.056Z] 6acedb1de77e: Layer already exists [2024-07-31T14:38:02.056Z] e828ff23cda4: Layer already exists [2024-07-31T14:38:02.056Z] 3c20671a5817: Layer already exists [2024-07-31T14:38:02.323Z] main: digest: sha256:2fb9e34689c1c676d96c635dbf90085ab38e88edb41767c157c020f3820f5894 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-31T14:38:02.401Z] ===================================================== [Pipeline] echo [2024-07-31T14:38:02.418Z] taggedImages: [2024-07-31T14:38:02.418Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a [2024-07-31T14:38:02.418Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-31T14:38:02.418Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.42 [2024-07-31T14:38:02.418Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b103c04882abc23661cee8905a92a31c1ff0bf6a-3.2.0-dev.42 [2024-07-31T14:38:02.418Z] - 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-07-31T14:38:02.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T14:38:02.823Z] [2024-07-31T14:38:02.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:03.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T14:38:03.171Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-31T14:38:03.171Z] 8998bd30e6a1: Pulling fs layer [2024-07-31T14:38:03.171Z] 04944245beec: Pulling fs layer [2024-07-31T14:38:03.171Z] 699f458cf7ca: Pulling fs layer [2024-07-31T14:38:03.171Z] 765212b225bb: Pulling fs layer [2024-07-31T14:38:03.171Z] f23df028b6ca: Pulling fs layer [2024-07-31T14:38:03.171Z] d65c8cfc05b1: Pulling fs layer [2024-07-31T14:38:03.171Z] 2437ff75d9bd: Pulling fs layer [2024-07-31T14:38:03.171Z] 765212b225bb: Waiting [2024-07-31T14:38:03.171Z] d65c8cfc05b1: Waiting [2024-07-31T14:38:03.171Z] 2437ff75d9bd: Waiting [2024-07-31T14:38:03.171Z] f23df028b6ca: Waiting [2024-07-31T14:38:03.437Z] 04944245beec: Verifying Checksum [2024-07-31T14:38:03.438Z] 04944245beec: Download complete [2024-07-31T14:38:03.438Z] 765212b225bb: Download complete [2024-07-31T14:38:03.438Z] f23df028b6ca: Verifying Checksum [2024-07-31T14:38:03.438Z] f23df028b6ca: Download complete [2024-07-31T14:38:03.438Z] d65c8cfc05b1: Verifying Checksum [2024-07-31T14:38:03.438Z] d65c8cfc05b1: Download complete [2024-07-31T14:38:03.704Z] 699f458cf7ca: Verifying Checksum [2024-07-31T14:38:03.704Z] 699f458cf7ca: Download complete [2024-07-31T14:38:03.971Z] 8998bd30e6a1: Verifying Checksum [2024-07-31T14:38:03.971Z] 8998bd30e6a1: Download complete [2024-07-31T14:38:06.565Z] 2437ff75d9bd: Verifying Checksum [2024-07-31T14:38:06.565Z] 2437ff75d9bd: Download complete [2024-07-31T14:38:09.145Z] 8998bd30e6a1: Pull complete [2024-07-31T14:38:09.726Z] 04944245beec: Pull complete [2024-07-31T14:38:11.136Z] 699f458cf7ca: Pull complete [2024-07-31T14:38:11.404Z] 765212b225bb: Pull complete [2024-07-31T14:38:12.364Z] f23df028b6ca: Pull complete [2024-07-31T14:38:12.631Z] d65c8cfc05b1: Pull complete [2024-07-31T14:38:30.839Z] 2437ff75d9bd: Pull complete [2024-07-31T14:38:30.839Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-31T14:38:30.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T14:38:30.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:38:31.073Z] prd-ubuntu20.04-docker-arm64-4c-16g-6885 does not seem to be running inside a container [2024-07-31T14:38:31.130Z] $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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-07-31T14:38:34.444Z] $ docker top f3a335b7fbd844b07a78d5af5cb3589d6beecc0a4431005adc97adfb787b8a75 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:38:35.424Z] ---> job-cost.sh [2024-07-31T14:38:35.424Z] lf-activate-venv: SKIPPING [2024-07-31T14:38:35.424Z] INFO: No Stack... [2024-07-31T14:38:36.007Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-31T14:38:36.628Z] INFO: Archiving Costs [Pipeline] sh [2024-07-31T14:38:37.490Z] + cat /w/workspace/edgex-go/660/archives/cost.csv [2024-07-31T14:38:37.490Z] + cut -d, -f6 [Pipeline] lock [2024-07-31T14:38:37.554Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-660-stack-cost] [2024-07-31T14:38:37.562Z] Resource [jenkins-edgexfoundry-edgex-go-main-660-stack-cost] did not exist. Created. [2024-07-31T14:38:37.572Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-660-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-31T14:38:38.224Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-31T14:38:39.170Z] Stashed 1 file(s) [Pipeline] } [2024-07-31T14:38:39.179Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-660-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-31T14:38:39.200Z] $ docker stop --time=1 f3a335b7fbd844b07a78d5af5cb3589d6beecc0a4431005adc97adfb787b8a75 [2024-07-31T14:38:40.826Z] $ docker rm -f --volumes f3a335b7fbd844b07a78d5af5cb3589d6beecc0a4431005adc97adfb787b8a75 [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-07-31T14:38:41.546Z] provisioning config files... [2024-07-31T14:38:41.553Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/660@tmp/config15251159552816818772tmp [Pipeline] { [Pipeline] sh [2024-07-31T14:38:41.887Z] + set +x [2024-07-31T14:38:41.887Z] + curl -s https://codecov.io/bash [2024-07-31T14:38:41.887Z] + bash -s -- [2024-07-31T14:38:41.887Z] [2024-07-31T14:38:41.887Z] _____ _ [2024-07-31T14:38:41.887Z] / ____| | | [2024-07-31T14:38:41.887Z] | | ___ __| | ___ ___ _____ __ [2024-07-31T14:38:41.887Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-31T14:38:41.887Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-31T14:38:41.887Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-31T14:38:41.887Z] Bash-1.0.6 [2024-07-31T14:38:41.887Z] [2024-07-31T14:38:41.887Z] [2024-07-31T14:38:41.887Z] ==> git version 2.25.1 found [2024-07-31T14:38:41.887Z] ==> 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-07-31T14:38:41.887Z] Release-Date: 2020-01-08 [2024-07-31T14:38:41.887Z] 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-07-31T14:38:41.887Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-31T14:38:41.887Z] ==> Jenkins CI detected. [2024-07-31T14:38:41.887Z] current dir:  /w/workspace/edgex-go/660 [2024-07-31T14:38:41.887Z] project root: . [2024-07-31T14:38:41.887Z] --> token set from env [2024-07-31T14:38:41.887Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-31T14:38:42.147Z] ==> Running gcov in . (disable via -X gcov) [2024-07-31T14:38:42.147Z] ==> Python coveragepy not found [2024-07-31T14:38:42.147Z] ==> Searching for coverage reports in: [2024-07-31T14:38:42.147Z] + . [2024-07-31T14:38:42.147Z] -> Found 1 reports [2024-07-31T14:38:42.147Z] ==> Detecting git/mercurial file structure [2024-07-31T14:38:42.147Z] ==> Reading reports [2024-07-31T14:38:42.147Z] + ./coverage.out bytes=497982 [2024-07-31T14:38:42.147Z] ==> Appending adjustments [2024-07-31T14:38:42.147Z] https://docs.codecov.io/docs/fixing-reports [2024-07-31T14:38:43.529Z] + Found adjustments [2024-07-31T14:38:43.529Z] ==> Gzipping contents [2024-07-31T14:38:43.529Z] 64K /tmp/codecov.R9eb3E.gz [2024-07-31T14:38:43.529Z] ==> Uploading reports [2024-07-31T14:38:43.529Z] url: https://codecov.io [2024-07-31T14:38:43.529Z] query: branch=main&commit=b103c04882abc23661cee8905a92a31c1ff0bf6a&build=660&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F660%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-31T14:38:43.529Z] -> Pinging Codecov [2024-07-31T14:38:43.529Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b103c04882abc23661cee8905a92a31c1ff0bf6a&build=660&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F660%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-31T14:38:43.529Z] -> Uploading to [2024-07-31T14:38:43.529Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-31/00271124DB129430A58F1EEE437C3FCB/b103c04882abc23661cee8905a92a31c1ff0bf6a/5dd2af83-4faf-4d5b-abe6-1563f4f1e36f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240731%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240731T143843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=737c0c2a72b0f20e085b1830de570ac07b4806bcdcd0175e23df521563e52b03 [2024-07-31T14:38:43.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:38:43.529Z] Dload Upload Total Spent Left Speed [2024-07-31T14:38:43.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63306 0 0 100 63306 0 303k --:--:-- --:--:-- --:--:-- 301k 100 63306 0 0 100 63306 0 216k --:--:-- --:--:-- --:--:-- 215k [2024-07-31T14:38:43.790Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b103c04882abc23661cee8905a92a31c1ff0bf6a [Pipeline] } [2024-07-31T14:38:43.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-07-31T14:38:44.164Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-31T14:38:44.180Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:44.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-31T14:38:44.495Z] [2024-07-31T14:38:44.495Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:38:44.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-31T14:38:44.904Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-31T14:38:44.904Z] 619be1103602: Already exists [2024-07-31T14:38:44.904Z] f8ea3408117e: Pulling fs layer [2024-07-31T14:38:44.904Z] 91320369b822: Pulling fs layer [2024-07-31T14:38:44.904Z] 0406650e8295: Pulling fs layer [2024-07-31T14:38:44.904Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T14:38:44.904Z] 96d80e3f36e1: Pulling fs layer [2024-07-31T14:38:44.904Z] bcf3aedb951c: Pulling fs layer [2024-07-31T14:38:44.904Z] 96d80e3f36e1: Waiting [2024-07-31T14:38:44.904Z] bcf3aedb951c: Waiting [2024-07-31T14:38:44.904Z] 4f4fb700ef54: Waiting [2024-07-31T14:38:44.904Z] 0406650e8295: Download complete [2024-07-31T14:38:44.904Z] f8ea3408117e: Verifying Checksum [2024-07-31T14:38:44.904Z] f8ea3408117e: Download complete [2024-07-31T14:38:44.904Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T14:38:44.904Z] 4f4fb700ef54: Download complete [2024-07-31T14:38:44.904Z] f8ea3408117e: Pull complete [2024-07-31T14:38:45.174Z] 96d80e3f36e1: Download complete [2024-07-31T14:38:45.452Z] 91320369b822: Verifying Checksum [2024-07-31T14:38:45.452Z] 91320369b822: Download complete [2024-07-31T14:38:45.734Z] bcf3aedb951c: Verifying Checksum [2024-07-31T14:38:45.734Z] bcf3aedb951c: Download complete [2024-07-31T14:38:48.298Z] 91320369b822: Pull complete [2024-07-31T14:38:48.298Z] 0406650e8295: Pull complete [2024-07-31T14:38:48.298Z] 4f4fb700ef54: Pull complete [2024-07-31T14:38:48.556Z] 96d80e3f36e1: Pull complete [2024-07-31T14:38:51.839Z] bcf3aedb951c: Pull complete [2024-07-31T14:38:51.839Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-31T14:38:51.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-31T14:38:51.839Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:38:51.939Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T14:38:51.978Z] $ 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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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/edgex-snyk-go:latest cat [2024-07-31T14:38:56.833Z] $ docker top 0ed5a2ab2f217389eb031d9b4d0d97542e4b234f7055b025be4790e90dd5e4ea -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T14:38:57.213Z] + git config --global --add safe.directory /w/workspace/edgex-go/660 [Pipeline] echo [2024-07-31T14:38:57.222Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-07-31T14:38:57.501Z] + set -o pipefail [2024-07-31T14:38:57.501Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-07-31T14:39:05.663Z] [2024-07-31T14:39:05.663Z] Monitoring /w/workspace/edgex-go/660 (github.com/edgexfoundry/edgex-go)... [2024-07-31T14:39:05.663Z] [2024-07-31T14:39:05.663Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/d996c0a6-9ac4-4791-bf55-bec0c87a551e [2024-07-31T14:39:05.663Z] [2024-07-31T14:39:05.663Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-31T14:39:05.663Z] [2024-07-31T14:39:05.663Z] [2024-07-31T14:39:05.663Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-31T14:39:05.663Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-31T14:39:05.682Z] $ docker stop --time=1 0ed5a2ab2f217389eb031d9b4d0d97542e4b234f7055b025be4790e90dd5e4ea [2024-07-31T14:39:10.251Z] $ docker rm -f --volumes 0ed5a2ab2f217389eb031d9b4d0d97542e4b234f7055b025be4790e90dd5e4ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-07-31T14:39:10.768Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T14:39:10.793Z] provisioning config files... [2024-07-31T14:39:10.799Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/660@tmp/config14308346862820612711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:39:11.101Z] --> edgex-publish-swagger.sh [2024-07-31T14:39:11.101Z] === Publish openapi/v3 API === [2024-07-31T14:39:11.101Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-31T14:39:11.101Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/660/openapi/v3/core-command.yaml] [2024-07-31T14:39:11.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:11.101Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:11.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 44420 --:--:-- --:--:-- --:--:-- 44359 100 32782 0 0 100 32782 0 44420 --:--:-- --:--:-- --:--:-- 44359 [2024-07-31T14:39:11.669Z] [2024-07-31T14:39:11.669Z] [2024-07-31T14:39:11.669Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/660/openapi/v3/core-data.yaml] [2024-07-31T14:39:11.669Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:11.669Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:12.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 137k --:--:-- --:--:-- --:--:-- 137k [2024-07-31T14:39:12.236Z] [2024-07-31T14:39:12.236Z] [2024-07-31T14:39:12.236Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/660/openapi/v3/core-keeper.yaml] [2024-07-31T14:39:12.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:12.236Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:12.496Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 198 98858 --:--:-- --:--:-- --:--:-- 99057 [2024-07-31T14:39:12.496Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-07-31T14:39:12.496Z] [2024-07-31T14:39:12.496Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/660/openapi/v3/core-metadata.yaml] [2024-07-31T14:39:12.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:12.496Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:13.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 43 148k 0 0 43 65535 0 1066k --:--:-- --:--:-- --:--:-- 1049k 100 149k 100 156 100 148k 325 310k --:--:-- --:--:-- --:--:-- 309k [2024-07-31T14:39:13.016Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-31T14:39:13.016Z] [2024-07-31T14:39:13.016Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/660/openapi/v3/support-cron-scheduler.yaml] [2024-07-31T14:39:13.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:13.016Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:13.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42976 100 66 100 42910 201 127k --:--:-- --:--:-- --:--:-- 127k [2024-07-31T14:39:13.602Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-07-31T14:39:13.602Z] [2024-07-31T14:39:13.602Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/660/openapi/v3/support-notifications.yaml] [2024-07-31T14:39:13.602Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:13.602Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:13.877Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 417k --:--:-- --:--:-- --:--:-- 415k 100 87457 100 156 100 87301 381 208k --:--:-- --:--:-- --:--:-- 208k [2024-07-31T14:39:13.877Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-31T14:39:13.877Z] [2024-07-31T14:39:13.877Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/660/openapi/v3/support-scheduler.yaml] [2024-07-31T14:39:13.877Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T14:39:13.877Z] Dload Upload Total Spent Left Speed [2024-07-31T14:39:14.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 327 77634 --:--:-- --:--:-- --:--:-- 77962 [2024-07-31T14:39:14.448Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-31T14:39:14.448Z] [Pipeline] } [2024-07-31T14:39:14.456Z] 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-07-31T14:39:14.895Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T14:39:14.895Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:15.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T14:39:15.208Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:39:15.295Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T14:39:15.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T14:39:15.880Z] $ docker top ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T14:39:15.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T14:39:15.981Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T14:39:16.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T14:39:16.099Z] $ docker exec ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c ssh-agent [2024-07-31T14:39:16.203Z] SSH_AUTH_SOCK=/tmp/ssh-aazhQ8e5CQCb/agent.32 [2024-07-31T14:39:16.203Z] SSH_AGENT_PID=38 [2024-07-31T14:39:16.208Z] Running ssh-add (command line suppressed) [2024-07-31T14:39:16.307Z] Identity added: /w/workspace/edgex-go/660@tmp/private_key_10924713119981697410.key (/w/workspace/edgex-go/660@tmp/private_key_10924713119981697410.key) [2024-07-31T14:39:16.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T14:39:16.616Z] + git semver tag [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,794 [run_tag] DEBUG tag force:False [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,794 [check_head_tag] DEBUG check head tag [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,797 [execute] INFO git cat-file --batch-check [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,797 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=) [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,800 [execute] INFO git cat-file --batch [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,801 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=) [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,834 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,834 [execute] INFO git tag -a v3.2.0-dev.42 -m v3.2.0-dev.42 [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,834 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.42', '-m', 'v3.2.0-dev.42'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=None) [2024-07-31T14:39:16.875Z] 2024-07-31 14:39:16,839 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:16.875Z] 3.2.0-dev.42 [Pipeline] } [2024-07-31T14:39:16.893Z] $ docker exec --env ******** --env ******** ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c ssh-agent -k [2024-07-31T14:39:16.991Z] unset SSH_AUTH_SOCK; [2024-07-31T14:39:16.992Z] unset SSH_AGENT_PID; [2024-07-31T14:39:16.992Z] echo Agent pid 38 killed; [2024-07-31T14:39:16.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T14:39:17.318Z] + git semver [Pipeline] } [2024-07-31T14:39:17.595Z] $ docker stop --time=1 ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c [2024-07-31T14:39:18.880Z] $ docker rm -f --volumes ed82dc4c2e86766f05d0302cc8dbe97c23345de80a189fe38154109d23cfd31c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:19.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-31T14:39:19.290Z] [2024-07-31T14:39:19.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:19.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-31T14:39:19.597Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-31T14:39:19.597Z] ab5ef0e58194: Pulling fs layer [2024-07-31T14:39:19.597Z] 9712f1f96733: Pulling fs layer [2024-07-31T14:39:19.597Z] 63f879dbbcfc: Pulling fs layer [2024-07-31T14:39:19.597Z] 0d9ebad4ef96: Pulling fs layer [2024-07-31T14:39:19.597Z] e9a5061849ea: Pulling fs layer [2024-07-31T14:39:19.597Z] d747dcd14b5f: Pulling fs layer [2024-07-31T14:39:19.597Z] 2de7ff778b66: Pulling fs layer [2024-07-31T14:39:19.597Z] 0d9ebad4ef96: Waiting [2024-07-31T14:39:19.597Z] e9a5061849ea: Waiting [2024-07-31T14:39:19.597Z] 2de7ff778b66: Waiting [2024-07-31T14:39:19.597Z] d747dcd14b5f: Waiting [2024-07-31T14:39:19.856Z] 9712f1f96733: Verifying Checksum [2024-07-31T14:39:19.856Z] 9712f1f96733: Download complete [2024-07-31T14:39:20.116Z] 63f879dbbcfc: Verifying Checksum [2024-07-31T14:39:20.116Z] 63f879dbbcfc: Download complete [2024-07-31T14:39:20.375Z] 0d9ebad4ef96: Verifying Checksum [2024-07-31T14:39:20.375Z] 0d9ebad4ef96: Download complete [2024-07-31T14:39:20.375Z] ab5ef0e58194: Verifying Checksum [2024-07-31T14:39:20.375Z] ab5ef0e58194: Download complete [2024-07-31T14:39:20.375Z] d747dcd14b5f: Download complete [2024-07-31T14:39:20.375Z] e9a5061849ea: Download complete [2024-07-31T14:39:20.375Z] 2de7ff778b66: Verifying Checksum [2024-07-31T14:39:20.375Z] 2de7ff778b66: Download complete [2024-07-31T14:39:22.906Z] ab5ef0e58194: Pull complete [2024-07-31T14:39:22.906Z] 9712f1f96733: Pull complete [2024-07-31T14:39:23.840Z] 63f879dbbcfc: Pull complete [2024-07-31T14:39:28.034Z] 0d9ebad4ef96: Pull complete [2024-07-31T14:39:28.034Z] e9a5061849ea: Pull complete [2024-07-31T14:39:28.034Z] d747dcd14b5f: Pull complete [2024-07-31T14:39:28.601Z] 2de7ff778b66: Pull complete [2024-07-31T14:39:28.601Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-31T14:39:28.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-31T14:39:28.601Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:39:28.736Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T14:39:28.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-31T14:39:34.379Z] $ docker top e87a18f8978e318f231778efff9013db5957c4f196a072e18f75fb92bb1f627e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-31T14:39:34.453Z] provisioning config files... [2024-07-31T14:39:34.459Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/660@tmp/config3872132741981436466tmp [2024-07-31T14:39:34.468Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/660@tmp/config12434931503923533903tmp [2024-07-31T14:39:34.476Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/660@tmp/config6446733485832817189tmp [Pipeline] { [Pipeline] echo [2024-07-31T14:39:34.506Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:39:34.814Z] ---> sigul-configuration.sh [2024-07-31T14:39:34.814Z] gpg: directory `/root/.gnupg' created [2024-07-31T14:39:34.814Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-31T14:39:34.814Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-31T14:39:34.814Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-31T14:39:34.814Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-31T14:39:34.814Z] gpg: CAST5 encrypted data [2024-07-31T14:39:34.814Z] gpg: encrypted with 1 passphrase [2024-07-31T14:39:34.814Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-31T14:39:35.110Z] + mkdir /home/jenkins [2024-07-31T14:39:35.110Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-31T14:39:35.404Z] + 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-07-31T14:39:35.418Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:39:35.715Z] ---> sigul-install.sh [2024-07-31T14:39:35.715Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-31T14:39:36.014Z] + git tag --list [2024-07-31T14:39:36.014Z] 0.6.0 [2024-07-31T14:39:36.014Z] 0.6.1 [2024-07-31T14:39:36.014Z] 0.7.0 [2024-07-31T14:39:36.014Z] 0.7.1 [2024-07-31T14:39:36.014Z] v1.0.0 [2024-07-31T14:39:36.014Z] v1.0.1 [2024-07-31T14:39:36.014Z] v1.1.0 [2024-07-31T14:39:36.014Z] v1.2.0 [2024-07-31T14:39:36.014Z] v1.2.1 [2024-07-31T14:39:36.014Z] v1.3.0 [2024-07-31T14:39:36.014Z] v1.3.1 [2024-07-31T14:39:36.014Z] v2.0.0 [2024-07-31T14:39:36.014Z] v2.1.0 [2024-07-31T14:39:36.014Z] v2.1.1 [2024-07-31T14:39:36.014Z] v2.2.0 [2024-07-31T14:39:36.014Z] v2.3.0 [2024-07-31T14:39:36.014Z] v3.0 [2024-07-31T14:39:36.014Z] v3.0.0 [2024-07-31T14:39:36.014Z] v3.1 [2024-07-31T14:39:36.014Z] v3.1.0 [2024-07-31T14:39:36.014Z] v3.1.0-dev.1 [2024-07-31T14:39:36.014Z] v3.1.0-dev.10 [2024-07-31T14:39:36.014Z] v3.1.0-dev.11 [2024-07-31T14:39:36.014Z] v3.1.0-dev.12 [2024-07-31T14:39:36.014Z] v3.1.0-dev.13 [2024-07-31T14:39:36.014Z] v3.1.0-dev.14 [2024-07-31T14:39:36.014Z] v3.1.0-dev.15 [2024-07-31T14:39:36.014Z] v3.1.0-dev.16 [2024-07-31T14:39:36.014Z] v3.1.0-dev.17 [2024-07-31T14:39:36.014Z] v3.1.0-dev.18 [2024-07-31T14:39:36.014Z] v3.1.0-dev.19 [2024-07-31T14:39:36.014Z] v3.1.0-dev.2 [2024-07-31T14:39:36.014Z] v3.1.0-dev.20 [2024-07-31T14:39:36.014Z] v3.1.0-dev.21 [2024-07-31T14:39:36.014Z] v3.1.0-dev.22 [2024-07-31T14:39:36.014Z] v3.1.0-dev.23 [2024-07-31T14:39:36.014Z] v3.1.0-dev.24 [2024-07-31T14:39:36.014Z] v3.1.0-dev.25 [2024-07-31T14:39:36.014Z] v3.1.0-dev.26 [2024-07-31T14:39:36.014Z] v3.1.0-dev.27 [2024-07-31T14:39:36.014Z] v3.1.0-dev.28 [2024-07-31T14:39:36.014Z] v3.1.0-dev.29 [2024-07-31T14:39:36.014Z] v3.1.0-dev.3 [2024-07-31T14:39:36.014Z] v3.1.0-dev.30 [2024-07-31T14:39:36.014Z] v3.1.0-dev.31 [2024-07-31T14:39:36.014Z] v3.1.0-dev.32 [2024-07-31T14:39:36.014Z] v3.1.0-dev.33 [2024-07-31T14:39:36.014Z] v3.1.0-dev.34 [2024-07-31T14:39:36.014Z] v3.1.0-dev.35 [2024-07-31T14:39:36.014Z] v3.1.0-dev.36 [2024-07-31T14:39:36.014Z] v3.1.0-dev.37 [2024-07-31T14:39:36.014Z] v3.1.0-dev.38 [2024-07-31T14:39:36.014Z] v3.1.0-dev.39 [2024-07-31T14:39:36.014Z] v3.1.0-dev.4 [2024-07-31T14:39:36.014Z] v3.1.0-dev.40 [2024-07-31T14:39:36.014Z] v3.1.0-dev.41 [2024-07-31T14:39:36.014Z] v3.1.0-dev.42 [2024-07-31T14:39:36.014Z] v3.1.0-dev.43 [2024-07-31T14:39:36.014Z] v3.1.0-dev.44 [2024-07-31T14:39:36.014Z] v3.1.0-dev.45 [2024-07-31T14:39:36.014Z] v3.1.0-dev.46 [2024-07-31T14:39:36.014Z] v3.1.0-dev.47 [2024-07-31T14:39:36.014Z] v3.1.0-dev.48 [2024-07-31T14:39:36.014Z] v3.1.0-dev.49 [2024-07-31T14:39:36.014Z] v3.1.0-dev.5 [2024-07-31T14:39:36.014Z] v3.1.0-dev.50 [2024-07-31T14:39:36.014Z] v3.1.0-dev.51 [2024-07-31T14:39:36.014Z] v3.1.0-dev.52 [2024-07-31T14:39:36.014Z] v3.1.0-dev.53 [2024-07-31T14:39:36.014Z] v3.1.0-dev.54 [2024-07-31T14:39:36.014Z] v3.1.0-dev.55 [2024-07-31T14:39:36.014Z] v3.1.0-dev.56 [2024-07-31T14:39:36.014Z] v3.1.0-dev.57 [2024-07-31T14:39:36.014Z] v3.1.0-dev.58 [2024-07-31T14:39:36.014Z] v3.1.0-dev.59 [2024-07-31T14:39:36.014Z] v3.1.0-dev.6 [2024-07-31T14:39:36.014Z] v3.1.0-dev.60 [2024-07-31T14:39:36.014Z] v3.1.0-dev.61 [2024-07-31T14:39:36.014Z] v3.1.0-dev.62 [2024-07-31T14:39:36.014Z] v3.1.0-dev.63 [2024-07-31T14:39:36.014Z] v3.1.0-dev.64 [2024-07-31T14:39:36.014Z] v3.1.0-dev.65 [2024-07-31T14:39:36.014Z] v3.1.0-dev.66 [2024-07-31T14:39:36.014Z] v3.1.0-dev.67 [2024-07-31T14:39:36.014Z] v3.1.0-dev.68 [2024-07-31T14:39:36.014Z] v3.1.0-dev.69 [2024-07-31T14:39:36.014Z] v3.1.0-dev.7 [2024-07-31T14:39:36.014Z] v3.1.0-dev.70 [2024-07-31T14:39:36.014Z] v3.1.0-dev.71 [2024-07-31T14:39:36.014Z] v3.1.0-dev.72 [2024-07-31T14:39:36.014Z] v3.1.0-dev.73 [2024-07-31T14:39:36.014Z] v3.1.0-dev.8 [2024-07-31T14:39:36.014Z] v3.1.0-dev.9 [2024-07-31T14:39:36.014Z] v3.1.1 [2024-07-31T14:39:36.014Z] v3.1.1-dev.1 [2024-07-31T14:39:36.014Z] v3.1.1-dev.2 [2024-07-31T14:39:36.014Z] v3.2.0-dev.1 [2024-07-31T14:39:36.014Z] v3.2.0-dev.10 [2024-07-31T14:39:36.014Z] v3.2.0-dev.11 [2024-07-31T14:39:36.014Z] v3.2.0-dev.12 [2024-07-31T14:39:36.014Z] v3.2.0-dev.13 [2024-07-31T14:39:36.014Z] v3.2.0-dev.14 [2024-07-31T14:39:36.014Z] v3.2.0-dev.15 [2024-07-31T14:39:36.014Z] v3.2.0-dev.16 [2024-07-31T14:39:36.014Z] v3.2.0-dev.17 [2024-07-31T14:39:36.014Z] v3.2.0-dev.18 [2024-07-31T14:39:36.014Z] v3.2.0-dev.19 [2024-07-31T14:39:36.014Z] v3.2.0-dev.2 [2024-07-31T14:39:36.014Z] v3.2.0-dev.20 [2024-07-31T14:39:36.014Z] v3.2.0-dev.21 [2024-07-31T14:39:36.014Z] v3.2.0-dev.22 [2024-07-31T14:39:36.014Z] v3.2.0-dev.23 [2024-07-31T14:39:36.014Z] v3.2.0-dev.24 [2024-07-31T14:39:36.014Z] v3.2.0-dev.25 [2024-07-31T14:39:36.014Z] v3.2.0-dev.26 [2024-07-31T14:39:36.014Z] v3.2.0-dev.27 [2024-07-31T14:39:36.014Z] v3.2.0-dev.28 [2024-07-31T14:39:36.014Z] v3.2.0-dev.29 [2024-07-31T14:39:36.014Z] v3.2.0-dev.3 [2024-07-31T14:39:36.014Z] v3.2.0-dev.30 [2024-07-31T14:39:36.014Z] v3.2.0-dev.31 [2024-07-31T14:39:36.014Z] v3.2.0-dev.32 [2024-07-31T14:39:36.014Z] v3.2.0-dev.33 [2024-07-31T14:39:36.014Z] v3.2.0-dev.34 [2024-07-31T14:39:36.014Z] v3.2.0-dev.35 [2024-07-31T14:39:36.014Z] v3.2.0-dev.36 [2024-07-31T14:39:36.014Z] v3.2.0-dev.37 [2024-07-31T14:39:36.014Z] v3.2.0-dev.38 [2024-07-31T14:39:36.014Z] v3.2.0-dev.39 [2024-07-31T14:39:36.014Z] v3.2.0-dev.4 [2024-07-31T14:39:36.014Z] v3.2.0-dev.40 [2024-07-31T14:39:36.014Z] v3.2.0-dev.41 [2024-07-31T14:39:36.014Z] v3.2.0-dev.42 [2024-07-31T14:39:36.014Z] v3.2.0-dev.5 [2024-07-31T14:39:36.014Z] v3.2.0-dev.6 [2024-07-31T14:39:36.014Z] v3.2.0-dev.7 [2024-07-31T14:39:36.014Z] v3.2.0-dev.8 [2024-07-31T14:39:36.014Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-31T14:39:36.306Z] + lftools sign git-tag v3.2.0-dev.42 [2024-07-31T14:39:36.873Z] Signing Git tag with Sigul... [2024-07-31T14:39:36.873Z] Signing v3.2.0-dev.42 [Pipeline] echo [2024-07-31T14:39:37.145Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:39:37.436Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-31T14:39:37.445Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-31T14:39:37.481Z] $ docker stop --time=1 e87a18f8978e318f231778efff9013db5957c4f196a072e18f75fb92bb1f627e [2024-07-31T14:39:38.755Z] $ docker rm -f --volumes e87a18f8978e318f231778efff9013db5957c4f196a072e18f75fb92bb1f627e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-31T14:39:39.205Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T14:39:39.205Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:39.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T14:39:39.506Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:39:39.588Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T14:39:39.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T14:39:39.929Z] $ docker top 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 -eo pid,comm [2024-07-31T14:39:39.970Z] 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-07-31T14:39:39.970Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T14:39:40.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T14:39:40.046Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T14:39:40.161Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T14:39:40.172Z] $ docker exec 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 ssh-agent [2024-07-31T14:39:40.268Z] SSH_AUTH_SOCK=/tmp/ssh-feckQFlx872A/agent.32 [2024-07-31T14:39:40.268Z] SSH_AGENT_PID=38 [2024-07-31T14:39:40.272Z] Running ssh-add (command line suppressed) [2024-07-31T14:39:40.372Z] Identity added: /w/workspace/edgex-go/660@tmp/private_key_4804870568007384565.key (/w/workspace/edgex-go/660@tmp/private_key_4804870568007384565.key) [2024-07-31T14:39:40.379Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T14:39:40.686Z] + git semver bump pre [2024-07-31T14:39:40.945Z] 2024-07-31 14:39:40,858 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,858 [bump_version] DEBUG bumping version:3.2.0-dev.42 on axis:pre with prefix:dev [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,858 [bump_version] DEBUG bumped version:3.2.0-dev.43 [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,859 [write_version] DEBUG write version:3.2.0-dev.43 to path:/w/workspace/edgex-go/660/.semver/main with force:True [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,859 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,859 [write_file] DEBUG write to file:/w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,860 [execute] INFO git cat-file --batch-check [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,865 [execute] INFO git cat-file --batch [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,865 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T14:39:40.946Z] 2024-07-31 14:39:40,869 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:40.946Z] 3.2.0-dev.43 [Pipeline] } [2024-07-31T14:39:40.961Z] $ docker exec --env ******** --env ******** 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 ssh-agent -k [2024-07-31T14:39:41.074Z] unset SSH_AUTH_SOCK; [2024-07-31T14:39:41.075Z] unset SSH_AGENT_PID; [2024-07-31T14:39:41.075Z] echo Agent pid 38 killed; [2024-07-31T14:39:41.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T14:39:41.395Z] + git semver [Pipeline] } [2024-07-31T14:39:41.676Z] $ docker stop --time=1 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 [2024-07-31T14:39:42.930Z] $ docker rm -f --volumes 34581141867a9fe156bb8414c675e0f4d5e0e72e2431d93d16531d2b53c834e7 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T14:39:43.276Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T14:39:43.276Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:43.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T14:39:43.582Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:39:43.664Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T14:39:43.696Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-31T14:39:44.078Z] $ docker top 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T14:39:44.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T14:39:44.212Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T14:39:44.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T14:39:44.340Z] $ docker exec 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb ssh-agent [2024-07-31T14:39:44.434Z] SSH_AUTH_SOCK=/tmp/ssh-X4vpbDEB35em/agent.32 [2024-07-31T14:39:44.434Z] SSH_AGENT_PID=38 [2024-07-31T14:39:44.438Z] Running ssh-add (command line suppressed) [2024-07-31T14:39:44.551Z] Identity added: /w/workspace/edgex-go/660@tmp/private_key_2201354751992266741.key (/w/workspace/edgex-go/660@tmp/private_key_2201354751992266741.key) [2024-07-31T14:39:44.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T14:39:44.859Z] + git semver push [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,068 [run_push] DEBUG push [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,068 [execute] INFO git cat-file --batch-check [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,072 [execute] INFO git rev-list 92995a758b68fb4018a1e33329ba8a28aa61ec99 -- [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,072 [execute] DEBUG Popen(['git', 'rev-list', '92995a758b68fb4018a1e33329ba8a28aa61ec99', '--'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,091 [execute] INFO git fetch -v origin [2024-07-31T14:39:45.117Z] 2024-07-31 14:39:45,091 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-31T14:39:45.717Z] 2024-07-31 14:39:45,524 [run_push] DEBUG no remote changes detected [2024-07-31T14:39:45.717Z] 2024-07-31 14:39:45,525 [execute] INFO git push origin semver [2024-07-31T14:39:45.717Z] 2024-07-31 14:39:45,525 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/660/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-31T14:39:46.656Z] 2024-07-31 14:39:46,299 [run_push] DEBUG push all version tags [2024-07-31T14:39:46.656Z] 2024-07-31 14:39:46,300 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-31T14:39:46.656Z] 2024-07-31 14:39:46,300 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/660, universal_newlines=False, shell=None, istream=None) [2024-07-31T14:39:47.224Z] 2024-07-31 14:39:47,015 [read_version] DEBUG read version from /w/workspace/edgex-go/660/.semver/main [2024-07-31T14:39:47.224Z] 3.2.0-dev.43 [Pipeline] } [2024-07-31T14:39:47.240Z] $ docker exec --env ******** --env ******** 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb ssh-agent -k [2024-07-31T14:39:47.330Z] unset SSH_AUTH_SOCK; [2024-07-31T14:39:47.330Z] unset SSH_AGENT_PID; [2024-07-31T14:39:47.330Z] echo Agent pid 38 killed; [2024-07-31T14:39:47.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T14:39:47.656Z] + git semver [Pipeline] } [2024-07-31T14:39:47.937Z] $ docker stop --time=1 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb [2024-07-31T14:39:49.221Z] $ docker rm -f --volumes 58fbc8b29e16aa1e080baa9b8dcff9051f0d68a002b506b87a5cd001324d4bfb [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-07-31T14:39:49.927Z] + [ -d /w/workspace/edgex-go/660/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:39:50.244Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:39:51.110Z] ---> package-listing.sh [2024-07-31T14:39:51.110Z] ++ facter osfamily [2024-07-31T14:39:51.110Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-31T14:39:51.369Z] + OS_FAMILY=debian [2024-07-31T14:39:51.369Z] + workspace=/w/workspace/edgex-go/660 [2024-07-31T14:39:51.369Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-31T14:39:51.369Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-31T14:39:51.369Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-31T14:39:51.369Z] + PACKAGES=/tmp/packages_start.txt [2024-07-31T14:39:51.369Z] + '[' /w/workspace/edgex-go/660 ']' [2024-07-31T14:39:51.369Z] + PACKAGES=/tmp/packages_end.txt [2024-07-31T14:39:51.369Z] + case "${OS_FAMILY}" in [2024-07-31T14:39:51.369Z] + grep '^ii' [2024-07-31T14:39:51.369Z] + dpkg -l [2024-07-31T14:39:51.369Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-31T14:39:51.369Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-31T14:39:51.369Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-31T14:39:51.369Z] + '[' /w/workspace/edgex-go/660 ']' [2024-07-31T14:39:51.369Z] + mkdir -p /w/workspace/edgex-go/660/archives/ [2024-07-31T14:39:51.369Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/660/archives/ [Pipeline] echo [2024-07-31T14:39:51.379Z] 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/660/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-31T14:39:51.652Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:52.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T14:39:52.237Z] [2024-07-31T14:39:52.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T14:39:52.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T14:39:52.547Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-31T14:39:52.547Z] 5eb5b503b376: Pulling fs layer [2024-07-31T14:39:52.547Z] 5c69ac0246d0: Pulling fs layer [2024-07-31T14:39:52.547Z] ec43610c2a17: Pulling fs layer [2024-07-31T14:39:52.547Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-31T14:39:52.547Z] 33b1e0a273af: Pulling fs layer [2024-07-31T14:39:52.547Z] 5d3b04190fa2: Pulling fs layer [2024-07-31T14:39:52.547Z] 2f39f015ded8: Pulling fs layer [2024-07-31T14:39:52.547Z] 33b1e0a273af: Waiting [2024-07-31T14:39:52.547Z] 5d3b04190fa2: Waiting [2024-07-31T14:39:52.547Z] 2f39f015ded8: Waiting [2024-07-31T14:39:52.547Z] 3a2ae6a8a46f: Waiting [2024-07-31T14:39:52.547Z] 5c69ac0246d0: Download complete [2024-07-31T14:39:52.547Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-31T14:39:52.547Z] 3a2ae6a8a46f: Download complete [2024-07-31T14:39:52.547Z] ec43610c2a17: Verifying Checksum [2024-07-31T14:39:52.547Z] ec43610c2a17: Download complete [2024-07-31T14:39:52.547Z] 33b1e0a273af: Verifying Checksum [2024-07-31T14:39:52.547Z] 33b1e0a273af: Download complete [2024-07-31T14:39:52.547Z] 5d3b04190fa2: Download complete [2024-07-31T14:39:52.803Z] 5eb5b503b376: Verifying Checksum [2024-07-31T14:39:52.804Z] 5eb5b503b376: Download complete [2024-07-31T14:39:53.369Z] 2f39f015ded8: Download complete [2024-07-31T14:39:53.933Z] 5eb5b503b376: Pull complete [2024-07-31T14:39:54.191Z] 5c69ac0246d0: Pull complete [2024-07-31T14:39:54.449Z] ec43610c2a17: Pull complete [2024-07-31T14:39:54.711Z] 3a2ae6a8a46f: Pull complete [2024-07-31T14:39:54.972Z] 33b1e0a273af: Pull complete [2024-07-31T14:39:54.972Z] 5d3b04190fa2: Pull complete [2024-07-31T14:39:59.167Z] 2f39f015ded8: Pull complete [2024-07-31T14:39:59.167Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-31T14:39:59.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T14:39:59.167Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T14:39:59.272Z] prd-ubuntu20.04-docker-8c-8g-6878 does not seem to be running inside a container [2024-07-31T14:39:59.312Z] $ 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/660/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/660 -v /w/workspace/edgex-go/660:/w/workspace/edgex-go/660:rw,z -v /w/workspace/edgex-go/660@tmp:/w/workspace/edgex-go/660@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-31T14:40:03.817Z] $ docker top 934bae05746c5d56f191c7e98e00115a017ce8738aa6eb93cc11c519be37fca8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T14:40:04.160Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-31T14:40:04.449Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-31T14:40:04.735Z] + ls /var/log/sa-host [2024-07-31T14:40:04.735Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T14:40:04.897Z] provisioning config files... [2024-07-31T14:40:04.912Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/660@tmp/config15390367440672028825tmp [Pipeline] { [Pipeline] echo [2024-07-31T14:40:04.940Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:40:05.226Z] ---> create-netrc.sh [Pipeline] } [2024-07-31T14:40:05.234Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:40:05.591Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-31T14:40:05.601Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:40:05.890Z] ---> sudo-logs.sh [2024-07-31T14:40:05.891Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-31T14:40:05.922Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:40:06.205Z] ---> job-cost.sh [2024-07-31T14:40:06.205Z] lf-activate-venv: SKIPPING [2024-07-31T14:40:06.205Z] DEBUG: total: 0.10999999940395355 [2024-07-31T14:40:06.205Z] INFO: Retrieving Stack Cost... [2024-07-31T14:40:06.464Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-31T14:40:06.723Z] INFO: Archiving Costs [Pipeline] echo [2024-07-31T14:40:06.761Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T14:40:07.046Z] ---> logs-deploy.sh [2024-07-31T14:40:07.046Z] lf-activate-venv: SKIPPING [2024-07-31T14:40:07.046Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/660 [2024-07-31T14:40:07.046Z] INFO: archiving workspace using pattern(s): [2024-07-31T14:40:07.983Z] Archives upload complete. [2024-07-31T14:40:08.242Z] INFO: archiving logs to Nexus [2024-07-31T14:40:08.816Z] ---> uname -a: [2024-07-31T14:40:08.816Z] Linux prd-ubuntu20-04-docker-8c-8g-6878 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] ---> lscpu: [2024-07-31T14:40:08.816Z] Architecture: x86_64 [2024-07-31T14:40:08.816Z] CPU op-mode(s): 32-bit, 64-bit [2024-07-31T14:40:08.816Z] Byte Order: Little Endian [2024-07-31T14:40:08.816Z] Address sizes: 40 bits physical, 48 bits virtual [2024-07-31T14:40:08.816Z] CPU(s): 8 [2024-07-31T14:40:08.816Z] On-line CPU(s) list: 0-7 [2024-07-31T14:40:08.816Z] Thread(s) per core: 1 [2024-07-31T14:40:08.816Z] Core(s) per socket: 1 [2024-07-31T14:40:08.816Z] Socket(s): 8 [2024-07-31T14:40:08.816Z] NUMA node(s): 1 [2024-07-31T14:40:08.816Z] Vendor ID: AuthenticAMD [2024-07-31T14:40:08.816Z] CPU family: 23 [2024-07-31T14:40:08.816Z] Model: 49 [2024-07-31T14:40:08.816Z] Model name: AMD EPYC-Rome Processor [2024-07-31T14:40:08.816Z] Stepping: 0 [2024-07-31T14:40:08.816Z] CPU MHz: 2800.000 [2024-07-31T14:40:08.816Z] BogoMIPS: 5600.00 [2024-07-31T14:40:08.816Z] Virtualization: AMD-V [2024-07-31T14:40:08.816Z] Hypervisor vendor: KVM [2024-07-31T14:40:08.816Z] Virtualization type: full [2024-07-31T14:40:08.816Z] L1d cache: 256 KiB [2024-07-31T14:40:08.816Z] L1i cache: 256 KiB [2024-07-31T14:40:08.816Z] L2 cache: 4 MiB [2024-07-31T14:40:08.816Z] L3 cache: 128 MiB [2024-07-31T14:40:08.816Z] NUMA node0 CPU(s): 0-7 [2024-07-31T14:40:08.816Z] Vulnerability Itlb multihit: Not affected [2024-07-31T14:40:08.816Z] Vulnerability L1tf: Not affected [2024-07-31T14:40:08.816Z] Vulnerability Mds: Not affected [2024-07-31T14:40:08.816Z] Vulnerability Meltdown: Not affected [2024-07-31T14:40:08.816Z] Vulnerability Mmio stale data: Not affected [2024-07-31T14:40:08.816Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-07-31T14:40:08.816Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-07-31T14:40:08.816Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-07-31T14:40:08.816Z] Vulnerability Srbds: Not affected [2024-07-31T14:40:08.816Z] Vulnerability Tsx async abort: Not affected [2024-07-31T14:40:08.816Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] ---> nproc: [2024-07-31T14:40:08.816Z] 8 [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] ---> df -h: [2024-07-31T14:40:08.816Z] Filesystem Size Used Avail Use% Mounted on [2024-07-31T14:40:08.816Z] overlay 155G 29G 127G 19% / [2024-07-31T14:40:08.816Z] tmpfs 64M 0 64M 0% /dev [2024-07-31T14:40:08.816Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-07-31T14:40:08.816Z] shm 64M 0 64M 0% /dev/shm [2024-07-31T14:40:08.816Z] /dev/vda1 155G 29G 127G 19% /facter-os [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] ---> sar -b -r -n DEV: [2024-07-31T14:40:08.816Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6878) 07/31/24 _x86_64_ (8 CPU) [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] 13:50:24 LINUX RESTART (8 CPU) [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] 13:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-07-31T14:40:08.816Z] 13:52:01 399.98 11.50 388.49 0.00 1742.64 66833.79 0.00 [2024-07-31T14:40:08.816Z] 13:53:01 67.84 0.08 67.76 0.00 11.86 25855.29 0.00 [2024-07-31T14:40:08.816Z] 13:54:01 39.74 0.03 39.70 0.00 0.27 29362.90 0.00 [2024-07-31T14:40:08.816Z] 13:55:01 57.81 1.20 56.61 0.00 28.80 42126.85 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 535.94 1.37 534.58 0.00 118.78 249669.32 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 629.39 9.56 619.83 0.00 83.84 186376.14 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 180.91 0.07 180.84 0.00 0.53 51272.11 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 272.10 0.05 272.05 0.00 0.40 114166.01 0.00 [2024-07-31T14:40:08.816Z] 14:00:01 567.87 0.05 567.82 0.00 4.93 86531.58 0.00 [2024-07-31T14:40:08.816Z] 14:01:01 82.89 5.61 77.27 0.00 4289.50 9191.07 0.00 [2024-07-31T14:40:08.816Z] 14:02:01 23.61 0.02 23.60 0.00 0.13 633.36 0.00 [2024-07-31T14:40:08.816Z] 14:03:01 2.77 0.00 2.77 0.00 0.00 29.73 0.00 [2024-07-31T14:40:08.816Z] 14:04:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 [2024-07-31T14:40:08.816Z] 14:05:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 [2024-07-31T14:40:08.816Z] 14:06:01 2.05 0.02 2.03 0.00 0.13 23.06 0.00 [2024-07-31T14:40:08.816Z] 14:07:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 [2024-07-31T14:40:08.816Z] 14:08:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 [2024-07-31T14:40:08.816Z] 14:09:01 1.83 0.00 1.83 0.00 0.00 21.19 0.00 [2024-07-31T14:40:08.816Z] 14:10:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 [2024-07-31T14:40:08.816Z] 14:11:01 2.00 0.00 2.00 0.00 0.00 23.46 0.00 [2024-07-31T14:40:08.816Z] 14:12:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 [2024-07-31T14:40:08.816Z] 14:13:01 1.68 0.00 1.68 0.00 0.00 19.86 0.00 [2024-07-31T14:40:08.816Z] 14:14:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 [2024-07-31T14:40:08.816Z] 14:15:01 1.12 0.00 1.12 0.00 0.00 13.86 0.00 [2024-07-31T14:40:08.816Z] 14:16:01 1.17 0.00 1.17 0.00 0.00 15.06 0.00 [2024-07-31T14:40:08.816Z] 14:17:02 1.45 0.02 1.43 0.00 0.13 16.79 0.00 [2024-07-31T14:40:08.816Z] 14:18:01 1.14 0.00 1.14 0.00 0.00 13.83 0.00 [2024-07-31T14:40:08.816Z] 14:19:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 [2024-07-31T14:40:08.816Z] 14:20:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 [2024-07-31T14:40:08.816Z] 14:21:01 1.18 0.00 1.18 0.00 0.00 14.80 0.00 [2024-07-31T14:40:08.816Z] 14:22:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 [2024-07-31T14:40:08.816Z] 14:23:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 [2024-07-31T14:40:08.816Z] 14:24:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 [2024-07-31T14:40:08.816Z] 14:25:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2024-07-31T14:40:08.816Z] 14:26:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 [2024-07-31T14:40:08.816Z] 14:27:01 1.62 0.00 1.62 0.00 0.00 18.40 0.00 [2024-07-31T14:40:08.816Z] 14:28:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 [2024-07-31T14:40:08.816Z] 14:29:01 1.08 0.00 1.08 0.00 0.00 14.13 0.00 [2024-07-31T14:40:08.816Z] 14:30:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2024-07-31T14:40:08.816Z] 14:31:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 [2024-07-31T14:40:08.816Z] 14:32:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 [2024-07-31T14:40:08.816Z] 14:33:01 1.13 0.00 1.13 0.00 0.00 14.00 0.00 [2024-07-31T14:40:08.816Z] 14:34:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2024-07-31T14:40:08.816Z] 14:35:01 1.13 0.00 1.13 0.00 0.00 15.06 0.00 [2024-07-31T14:40:08.816Z] 14:36:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 [2024-07-31T14:40:08.816Z] 14:37:01 1.55 0.00 1.55 0.00 0.00 18.40 0.00 [2024-07-31T14:40:08.816Z] 14:38:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 [2024-07-31T14:40:08.816Z] 14:39:01 54.84 0.22 54.62 0.00 11.20 22490.25 0.00 [2024-07-31T14:40:08.816Z] 14:40:01 144.69 0.62 144.07 0.00 17.19 45731.82 0.00 [2024-07-31T14:40:08.816Z] Average: 63.40 0.62 62.78 0.00 128.83 19007.10 0.00 [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] 13:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-07-31T14:40:08.816Z] 13:52:01 28165240 31517652 796840 2.42 100352 3455820 1906916 5.62 1235628 3016932 35628 [2024-07-31T14:40:08.816Z] 13:53:01 27138104 31405776 898760 2.73 128432 4264136 1962432 5.78 1850680 3347612 810640 [2024-07-31T14:40:08.816Z] 13:54:01 25729992 30049840 2253412 6.85 133488 4286888 3126392 9.21 2769024 3809820 488140 [2024-07-31T14:40:08.816Z] 13:55:01 27717204 31485904 822756 2.50 135372 3792548 2041952 6.02 1330500 3319288 208288 [2024-07-31T14:40:08.816Z] 13:56:01 20136740 31197968 1079456 3.28 150864 10816060 3366908 9.92 2221152 9718952 988 [2024-07-31T14:40:08.816Z] 13:57:01 12440240 29526444 2687016 8.17 342700 16016680 7350988 21.66 4485840 14439036 270080 [2024-07-31T14:40:08.816Z] 13:58:01 9001356 28736332 3469828 10.55 361324 18512320 10314376 30.40 6494188 15716732 1369940 [2024-07-31T14:40:08.816Z] 13:59:01 6742000 29067104 3156080 9.60 374668 21029300 7438480 21.92 7122068 17319928 1065132 [2024-07-31T14:40:08.816Z] 14:00:01 10278520 31429536 849488 2.58 383696 20049120 2264020 6.67 3080080 18104640 484 [2024-07-31T14:40:08.816Z] 14:01:01 9830128 31400672 848044 2.58 411672 20442756 2242504 6.61 3656616 17942208 584 [2024-07-31T14:40:08.816Z] 14:02:01 9855196 31422276 826356 2.51 411092 20439796 2040940 6.01 3956920 17622088 312 [2024-07-31T14:40:08.816Z] 14:03:01 9855544 31422660 826060 2.51 411132 20439800 2040940 6.01 3956472 17622092 4 [2024-07-31T14:40:08.816Z] 14:04:01 9856180 31423296 825352 2.51 411144 20439800 2040940 6.01 3955296 17622092 20 [2024-07-31T14:40:08.816Z] 14:05:01 9869344 31436484 812464 2.47 411180 20439804 2040940 6.01 3941440 17622096 8 [2024-07-31T14:40:08.816Z] 14:06:01 9870488 31437760 811104 2.47 411208 20439808 2073568 6.11 3939588 17622092 8 [2024-07-31T14:40:08.816Z] 14:07:01 9872196 31439488 809336 2.46 411248 20439812 2073568 6.11 3937788 17622096 8 [2024-07-31T14:40:08.816Z] 14:08:01 9872148 31439448 809248 2.46 411272 20439816 2073568 6.11 3937796 17622100 8 [2024-07-31T14:40:08.816Z] 14:09:01 9872592 31439952 808904 2.46 411316 20439820 2073568 6.11 3937852 17622104 8 [2024-07-31T14:40:08.816Z] 14:10:01 9872576 31439996 808832 2.46 411372 20439820 2073568 6.11 3938008 17622108 12 [2024-07-31T14:40:08.816Z] 14:11:01 9872276 31439772 808988 2.46 411420 20439824 2073568 6.11 3938168 17622108 32 [2024-07-31T14:40:08.816Z] 14:12:01 9872180 31439692 809036 2.46 411424 20439824 2073568 6.11 3938400 17622108 16 [2024-07-31T14:40:08.816Z] 14:13:01 9872384 31439924 808740 2.46 411448 20439828 2073568 6.11 3938204 17622112 16 [2024-07-31T14:40:08.816Z] 14:14:01 9872336 31439896 808700 2.46 411468 20439832 2073568 6.11 3938200 17622116 32 [2024-07-31T14:40:08.816Z] 14:15:01 9872060 31439640 808892 2.46 411480 20439832 2073568 6.11 3938228 17622116 44 [2024-07-31T14:40:08.816Z] 14:16:01 9872536 31440148 808520 2.46 411528 20439828 2073568 6.11 3938260 17622128 60 [2024-07-31T14:40:08.816Z] 14:17:02 9872204 31439868 808780 2.46 411560 20439840 2073568 6.11 3938444 17622128 4 [2024-07-31T14:40:08.816Z] 14:18:01 9872040 31439780 808996 2.46 411600 20439848 2073568 6.11 3938540 17622132 32 [2024-07-31T14:40:08.816Z] 14:19:01 9871748 31439516 809204 2.46 411628 20439852 2073568 6.11 3938356 17622136 4 [2024-07-31T14:40:08.816Z] 14:20:01 9871732 31439512 809136 2.46 411652 20439852 2073568 6.11 3938384 17622136 8 [2024-07-31T14:40:08.816Z] 14:21:01 9871968 31439808 808792 2.46 411696 20439856 2073568 6.11 3938228 17622140 64 [2024-07-31T14:40:08.816Z] 14:22:01 9871668 31439512 809004 2.46 411720 20439860 2073568 6.11 3938460 17622144 36 [2024-07-31T14:40:08.816Z] 14:23:01 9871872 31439716 808820 2.46 411740 20439860 2073568 6.11 3938476 17622144 44 [2024-07-31T14:40:08.816Z] 14:24:01 9871784 31439688 808844 2.46 411748 20439864 2073568 6.11 3938592 17622148 8 [2024-07-31T14:40:08.816Z] 14:25:01 9871524 31439452 809024 2.46 411768 20439868 2073568 6.11 3938336 17622148 44 [2024-07-31T14:40:08.816Z] 14:26:01 9871476 31439412 808984 2.46 411792 20439872 2073568 6.11 3938416 17622152 12 [2024-07-31T14:40:08.816Z] 14:27:01 9871688 31439672 808684 2.46 411804 20439876 2073568 6.11 3938720 17622156 156 [2024-07-31T14:40:08.816Z] 14:28:01 9872068 31440176 808336 2.46 411808 20440004 2073568 6.11 3938244 17622276 8 [2024-07-31T14:40:08.816Z] 14:29:01 9872084 31440208 808272 2.46 411816 20440008 2073568 6.11 3938248 17622280 60 [2024-07-31T14:40:08.816Z] 14:30:01 9871816 31439952 808468 2.46 411828 20440008 2073568 6.11 3938248 17622292 8 [2024-07-31T14:40:08.816Z] 14:31:01 9871784 31439964 808416 2.46 411844 20440012 2073568 6.11 3938540 17622296 12 [2024-07-31T14:40:08.816Z] 14:32:01 9871784 31439976 808376 2.46 411856 20440020 2073568 6.11 3938168 17622300 36 [2024-07-31T14:40:08.816Z] 14:33:01 9871736 31439940 808348 2.46 411872 20440020 2073568 6.11 3938180 17622300 44 [2024-07-31T14:40:08.816Z] 14:34:01 9871688 31439900 808316 2.46 411884 20440024 2073568 6.11 3938196 17622304 8 [2024-07-31T14:40:08.816Z] 14:35:01 9871872 31440116 808256 2.46 411892 20440032 2073568 6.11 3938240 17622308 64 [2024-07-31T14:40:08.816Z] 14:36:01 9872000 31440244 808292 2.46 411908 20440032 2073568 6.11 3938608 17622308 12 [2024-07-31T14:40:08.816Z] 14:37:01 9871928 31440184 808320 2.46 411928 20440036 2073568 6.11 3938284 17622320 32 [2024-07-31T14:40:08.816Z] 14:38:01 9871880 31440136 808292 2.46 411940 20440036 2073568 6.11 3938600 17622320 8 [2024-07-31T14:40:08.816Z] 14:39:01 8652536 31154400 1086708 3.30 417444 21281756 2466388 7.27 4253104 18426352 212220 [2024-07-31T14:40:08.816Z] 14:40:01 7908972 31393500 850064 2.59 461032 22126100 2162316 6.37 4073448 19259348 229976 [2024-07-31T14:40:08.816Z] Average: 11407172 31256781 995489 3.03 380205 18823457 2515004 7.41 3843826 16253904 95784 [2024-07-31T14:40:08.816Z] [2024-07-31T14:40:08.816Z] 13:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-07-31T14:40:08.816Z] 13:52:01 ens3 1113.98 1009.90 10225.00 124.03 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:52:01 docker0 763.34 765.94 58.12 4930.64 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:52:01 lo 4.80 4.80 0.47 0.47 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:53:01 veth9855f42 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:53:01 ens3 36.23 20.33 35.02 13.63 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:53:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:54:01 veth9855f42 1.50 1.52 0.13 0.14 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:54:01 ens3 29.37 19.01 23.03 12.89 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:54:01 docker0 1.50 1.50 0.11 0.14 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:55:01 ens3 89.35 53.96 2212.10 14.66 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:55:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 ens3 206.65 150.49 1956.95 179.25 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 veth6969f1a 3.20 3.58 0.23 10.20 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 veth6a71f55 8.98 11.90 0.86 6.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 veth2d819ad 0.37 0.28 0.04 0.21 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 veth81d38aa 9.15 11.68 0.88 5.99 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 veth312e0f4 7.25 9.23 0.70 4.88 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 docker0 73.09 112.71 5.07 1036.86 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:56:01 veth8ce3c4e 0.63 1.23 0.06 0.27 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth4c15091 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 vethdfeeb77 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth1beb0ae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth78651b1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 ens3 635.92 367.78 5936.12 44.64 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth5d04505 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth58efd84 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 vetha70ad41 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 vethcf2db33 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 vethe7fafa9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 vethbd1ea26 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 docker0 358.05 618.89 32.42 5922.61 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth8ce3c4e 0.13 0.43 0.01 0.02 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth25d78bb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 veth6916f38 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:57:01 vethb3adb7b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth4c15091 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 vethdfeeb77 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth1beb0ae 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth78651b1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 ens3 6.91 3.75 5.47 2.96 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth5d04505 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth58efd84 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 vetha70ad41 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 vethcf2db33 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 vethe7fafa9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 vethbd1ea26 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth8ce3c4e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth25d78bb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 veth6916f38 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:58:01 vethb3adb7b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth4c15091 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 vethdfeeb77 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth1beb0ae 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth78651b1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 ens3 6.00 3.14 4.56 2.42 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth5d04505 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth58efd84 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 vetha70ad41 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 vethcf2db33 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 vethe7fafa9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 vethbd1ea26 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth8ce3c4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth25d78bb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.816Z] 13:59:01 veth6916f38 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 vethb3adb7b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:00:01 ens3 129.48 123.06 82.33 490.84 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:00:01 lo 16.73 16.73 1.65 1.65 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:01:01 ens3 631.76 514.41 2914.07 2014.85 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:01:01 lo 40.32 40.32 3.97 3.97 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:02:01 ens3 292.60 279.04 144.32 1634.93 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:02:01 lo 26.93 26.93 2.66 2.66 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:03:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:04:01 ens3 1.10 0.68 1.10 0.24 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:06:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:07:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:08:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:11:01 ens3 0.45 0.25 0.10 0.08 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:12:01 ens3 0.60 0.37 0.28 0.21 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:14:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:15:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:16:01 ens3 0.77 0.18 0.24 0.07 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:17:02 ens3 0.60 0.43 0.36 0.29 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:17:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:18:01 ens3 0.17 0.08 0.06 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:21:01 ens3 0.30 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:24:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:25:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:26:01 ens3 0.25 0.20 0.09 0.10 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:27:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:28:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:30:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:31:01 ens3 0.30 0.27 0.09 0.08 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:32:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:33:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:36:01 ens3 0.45 0.27 0.25 0.08 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:37:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:39:01 vethc9da5be 31.88 56.02 3.32 568.59 0.00 0.00 0.00 0.05 [2024-07-31T14:40:08.817Z] 14:39:01 ens3 194.90 133.93 4179.46 128.23 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:39:01 docker0 31.88 55.92 2.88 568.58 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:39:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:40:01 ens3 350.70 211.23 6490.34 56.81 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:40:01 docker0 43.49 81.71 4.35 699.73 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] 14:40:01 lo 2.20 2.20 0.23 0.23 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] Average: ens3 76.17 59.09 698.44 96.39 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] Average: docker0 25.95 33.41 2.10 268.64 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] Average: lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 [2024-07-31T14:40:08.817Z] [2024-07-31T14:40:08.817Z] [2024-07-31T14:40:08.817Z] ---> sar -P ALL: [2024-07-31T14:40:08.817Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6878) 07/31/24 _x86_64_ (8 CPU) [2024-07-31T14:40:08.817Z] [2024-07-31T14:40:08.817Z] 13:50:24 LINUX RESTART (8 CPU) [2024-07-31T14:40:08.817Z] [2024-07-31T14:40:08.817Z] 13:51:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T14:40:08.817Z] 13:52:01 all 8.71 0.00 3.81 4.50 0.07 82.92 [2024-07-31T14:40:08.817Z] 13:52:01 0 8.17 0.00 4.19 8.39 0.05 79.19 [2024-07-31T14:40:08.817Z] 13:52:01 1 8.76 0.00 4.05 3.41 0.07 83.70 [2024-07-31T14:40:08.817Z] 13:52:01 2 8.61 0.00 4.12 13.37 0.07 73.83 [2024-07-31T14:40:08.817Z] 13:52:01 3 8.91 0.00 3.37 0.69 0.07 86.96 [2024-07-31T14:40:08.817Z] 13:52:01 4 11.77 0.00 5.77 2.26 0.07 80.14 [2024-07-31T14:40:08.817Z] 13:52:01 5 7.22 0.00 2.87 1.34 0.08 88.48 [2024-07-31T14:40:08.817Z] 13:52:01 6 9.46 0.00 3.03 0.22 0.08 87.21 [2024-07-31T14:40:08.817Z] 13:52:01 7 6.75 0.00 3.09 6.41 0.05 83.70 [2024-07-31T14:40:08.817Z] 13:53:01 all 34.62 0.00 5.52 2.04 0.08 57.74 [2024-07-31T14:40:08.817Z] 13:53:01 0 32.26 0.00 6.31 0.97 0.08 60.37 [2024-07-31T14:40:08.817Z] 13:53:01 1 36.12 0.00 5.45 0.15 0.10 58.18 [2024-07-31T14:40:08.817Z] 13:53:01 2 33.32 0.00 6.92 0.91 0.10 58.75 [2024-07-31T14:40:08.817Z] 13:53:01 3 36.78 0.00 4.74 2.03 0.07 56.38 [2024-07-31T14:40:08.817Z] 13:53:01 4 36.35 0.00 4.98 0.25 0.08 58.33 [2024-07-31T14:40:08.817Z] 13:53:01 5 34.21 0.00 4.92 0.84 0.07 59.97 [2024-07-31T14:40:08.817Z] 13:53:01 6 32.55 0.00 4.94 0.45 0.08 61.98 [2024-07-31T14:40:08.817Z] 13:53:01 7 35.33 0.00 5.93 10.76 0.08 47.89 [2024-07-31T14:40:08.817Z] 13:54:01 all 43.92 0.00 5.16 1.93 0.08 48.91 [2024-07-31T14:40:08.817Z] 13:54:01 0 42.83 0.00 5.45 0.50 0.08 51.14 [2024-07-31T14:40:08.817Z] 13:54:01 1 42.72 0.00 5.03 0.84 0.10 51.31 [2024-07-31T14:40:08.817Z] 13:54:01 2 45.30 0.00 5.11 0.12 0.08 49.39 [2024-07-31T14:40:08.817Z] 13:54:01 3 46.74 0.00 5.39 11.22 0.10 36.55 [2024-07-31T14:40:08.817Z] 13:54:01 4 42.78 0.00 5.04 0.10 0.07 52.01 [2024-07-31T14:40:08.817Z] 13:54:01 5 42.51 0.00 5.21 2.35 0.07 49.87 [2024-07-31T14:40:08.817Z] 13:54:01 6 43.75 0.00 4.56 0.22 0.07 51.40 [2024-07-31T14:40:08.817Z] 13:54:01 7 44.74 0.00 5.52 0.08 0.08 49.58 [2024-07-31T14:40:08.817Z] 13:55:01 all 34.73 0.00 6.68 3.22 0.10 55.26 [2024-07-31T14:40:08.817Z] 13:55:01 0 35.77 0.00 6.46 10.91 0.10 46.76 [2024-07-31T14:40:08.817Z] 13:55:01 1 37.15 0.00 7.08 0.83 0.10 54.84 [2024-07-31T14:40:08.817Z] 13:55:01 2 35.07 0.00 6.64 6.16 0.10 52.03 [2024-07-31T14:40:08.817Z] 13:55:01 3 34.53 0.00 6.46 1.08 0.08 57.85 [2024-07-31T14:40:08.817Z] 13:55:01 4 33.91 0.00 6.48 1.44 0.08 58.09 [2024-07-31T14:40:08.817Z] 13:55:01 5 35.61 0.00 7.43 3.50 0.15 53.31 [2024-07-31T14:40:08.817Z] 13:55:01 6 33.72 0.00 6.73 0.54 0.10 58.90 [2024-07-31T14:40:08.817Z] 13:55:01 7 32.10 0.00 6.19 1.33 0.08 60.29 [2024-07-31T14:40:08.817Z] 13:56:01 all 17.78 0.00 7.03 22.95 0.10 52.14 [2024-07-31T14:40:08.817Z] 13:56:01 0 19.02 0.00 7.94 26.30 0.10 46.64 [2024-07-31T14:40:08.817Z] 13:56:01 1 19.39 0.00 7.65 30.73 0.10 42.13 [2024-07-31T14:40:08.817Z] 13:56:01 2 19.47 0.00 7.57 11.32 0.08 61.54 [2024-07-31T14:40:08.817Z] 13:56:01 3 15.32 0.00 6.45 41.03 0.09 37.12 [2024-07-31T14:40:08.817Z] 13:56:01 4 17.50 0.00 7.09 8.05 0.10 67.26 [2024-07-31T14:40:08.817Z] 13:56:01 5 17.75 0.00 6.38 29.68 0.09 46.11 [2024-07-31T14:40:08.817Z] 13:56:01 6 18.01 0.00 7.22 9.95 0.10 64.72 [2024-07-31T14:40:08.817Z] 13:56:01 7 15.80 0.00 5.99 26.47 0.10 51.64 [2024-07-31T14:40:08.817Z] 13:57:01 all 18.40 0.00 6.58 16.23 0.08 58.71 [2024-07-31T14:40:08.817Z] 13:57:01 0 19.23 0.00 6.50 13.57 0.08 60.61 [2024-07-31T14:40:08.817Z] 13:57:01 1 19.60 0.00 7.07 20.21 0.08 53.03 [2024-07-31T14:40:08.817Z] 13:57:01 2 19.95 0.00 6.56 5.91 0.07 67.51 [2024-07-31T14:40:08.817Z] 13:57:01 3 18.29 0.00 5.28 8.71 0.07 67.65 [2024-07-31T14:40:08.817Z] 13:57:01 4 16.71 0.00 6.66 4.46 0.07 72.09 [2024-07-31T14:40:08.817Z] 13:57:01 5 17.12 0.00 8.58 64.51 0.10 9.69 [2024-07-31T14:40:08.817Z] 13:57:01 6 18.28 0.00 5.98 4.83 0.07 70.84 [2024-07-31T14:40:08.817Z] 13:57:01 7 17.98 0.00 6.03 8.07 0.07 67.85 [2024-07-31T14:40:08.817Z] 13:58:01 all 88.69 0.00 11.15 0.00 0.15 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 0 88.34 0.00 11.49 0.00 0.17 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 1 89.25 0.00 10.62 0.00 0.13 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 2 88.66 0.00 11.17 0.00 0.17 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 3 89.70 0.00 10.15 0.02 0.12 0.02 [2024-07-31T14:40:08.817Z] 13:58:01 4 87.22 0.00 12.62 0.00 0.15 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 5 88.49 0.00 11.32 0.02 0.17 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 6 88.84 0.00 10.99 0.00 0.17 0.00 [2024-07-31T14:40:08.817Z] 13:58:01 7 89.00 0.00 10.87 0.00 0.13 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 all 89.28 0.00 10.54 0.00 0.18 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 0 88.25 0.00 11.58 0.00 0.17 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 1 88.83 0.00 10.97 0.00 0.20 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 2 89.67 0.00 10.20 0.00 0.13 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 3 89.76 0.00 9.98 0.00 0.26 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 4 88.42 0.00 11.41 0.00 0.17 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 5 88.64 0.00 11.15 0.00 0.21 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 6 90.42 0.00 9.43 0.02 0.13 0.00 [2024-07-31T14:40:08.817Z] 13:59:01 7 90.16 0.00 9.67 0.00 0.15 0.02 [2024-07-31T14:40:08.817Z] 14:00:01 all 30.87 0.00 5.34 5.94 0.09 57.76 [2024-07-31T14:40:08.817Z] 14:00:01 0 32.73 0.00 5.55 17.68 0.10 43.94 [2024-07-31T14:40:08.817Z] 14:00:01 1 29.14 0.00 5.78 4.24 0.07 60.77 [2024-07-31T14:40:08.817Z] 14:00:01 2 29.93 0.00 5.09 7.71 0.08 57.18 [2024-07-31T14:40:08.817Z] 14:00:01 3 28.78 0.00 5.57 2.77 0.09 62.79 [2024-07-31T14:40:08.817Z] 14:00:01 4 29.09 0.00 5.67 4.15 0.10 61.00 [2024-07-31T14:40:08.817Z] 14:00:01 5 33.12 0.00 5.15 5.45 0.08 56.20 [2024-07-31T14:40:08.817Z] 14:00:01 6 32.70 0.00 5.12 3.07 0.10 59.01 [2024-07-31T14:40:08.817Z] 14:00:01 7 31.42 0.00 4.79 2.26 0.07 61.46 [2024-07-31T14:40:08.817Z] 14:01:01 all 9.84 0.00 2.17 1.26 0.07 86.67 [2024-07-31T14:40:08.817Z] 14:01:01 0 8.98 0.00 1.68 0.37 0.05 88.92 [2024-07-31T14:40:08.817Z] 14:01:01 1 9.70 0.00 2.12 2.36 0.07 85.75 [2024-07-31T14:40:08.817Z] 14:01:01 2 8.36 0.00 1.97 1.17 0.07 88.43 [2024-07-31T14:40:08.817Z] 14:01:01 3 9.01 0.00 1.74 0.87 0.07 88.31 [2024-07-31T14:40:08.817Z] 14:01:01 4 9.21 0.00 1.74 1.66 0.07 87.32 [2024-07-31T14:40:08.817Z] 14:01:01 5 10.59 0.00 4.02 0.99 0.07 84.34 [2024-07-31T14:40:08.817Z] 14:01:01 6 8.51 0.00 1.57 1.41 0.07 88.44 [2024-07-31T14:40:08.817Z] 14:01:01 7 14.35 0.00 2.51 1.25 0.08 81.81 [2024-07-31T14:40:08.817Z] 14:02:01 all 6.85 0.00 0.76 0.06 0.05 92.28 [2024-07-31T14:40:08.817Z] 14:02:01 0 5.96 0.00 0.83 0.08 0.05 93.07 [2024-07-31T14:40:08.817Z] 14:02:01 1 4.86 0.00 0.72 0.00 0.05 94.37 [2024-07-31T14:40:08.817Z] 14:02:01 2 4.48 0.00 0.73 0.03 0.05 94.71 [2024-07-31T14:40:08.817Z] 14:02:01 3 7.89 0.00 0.77 0.08 0.05 91.21 [2024-07-31T14:40:08.817Z] 14:02:01 4 7.96 0.00 0.73 0.15 0.05 91.11 [2024-07-31T14:40:08.817Z] 14:02:01 5 10.61 0.00 0.68 0.12 0.07 88.52 [2024-07-31T14:40:08.817Z] 14:02:01 6 8.66 0.00 0.80 0.02 0.07 90.46 [2024-07-31T14:40:08.817Z] 14:02:01 7 4.34 0.00 0.77 0.03 0.05 94.80 [2024-07-31T14:40:08.817Z] [2024-07-31T14:40:08.817Z] 14:02:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T14:40:08.817Z] 14:03:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2024-07-31T14:40:08.817Z] 14:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.817Z] 14:03:01 1 0.08 0.00 0.03 0.02 0.02 99.85 [2024-07-31T14:40:08.817Z] 14:03:01 2 0.10 0.00 0.08 0.00 0.02 99.80 [2024-07-31T14:40:08.817Z] 14:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.817Z] 14:03:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2024-07-31T14:40:08.817Z] 14:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T14:40:08.817Z] 14:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.817Z] 14:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T14:40:08.817Z] 14:04:01 all 0.11 0.00 0.02 0.00 0.01 99.86 [2024-07-31T14:40:08.817Z] 14:04:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2024-07-31T14:40:08.817Z] 14:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.817Z] 14:04:01 2 0.15 0.00 0.05 0.00 0.02 99.78 [2024-07-31T14:40:08.817Z] 14:04:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2024-07-31T14:40:08.817Z] 14:04:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.817Z] 14:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.817Z] 14:04:01 6 0.02 0.00 0.05 0.00 0.02 99.92 [2024-07-31T14:40:08.817Z] 14:04:01 7 0.52 0.00 0.02 0.00 0.00 99.47 [2024-07-31T14:40:08.817Z] 14:05:01 all 0.13 0.00 0.03 0.00 0.01 99.83 [2024-07-31T14:40:08.817Z] 14:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.817Z] 14:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.817Z] 14:05:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T14:40:08.817Z] 14:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.817Z] 14:05:01 4 0.05 0.00 0.03 0.02 0.03 99.87 [2024-07-31T14:40:08.817Z] 14:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.817Z] 14:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.817Z] 14:05:01 7 0.88 0.00 0.10 0.00 0.02 99.00 [2024-07-31T14:40:08.817Z] 14:06:01 all 0.05 0.00 0.04 0.00 0.01 99.89 [2024-07-31T14:40:08.817Z] 14:06:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2024-07-31T14:40:08.817Z] 14:06:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2024-07-31T14:40:08.817Z] 14:06:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2024-07-31T14:40:08.817Z] 14:06:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2024-07-31T14:40:08.817Z] 14:06:01 4 0.08 0.00 0.07 0.02 0.02 99.82 [2024-07-31T14:40:08.817Z] 14:06:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2024-07-31T14:40:08.817Z] 14:06:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2024-07-31T14:40:08.817Z] 14:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.817Z] 14:07:01 all 0.05 0.00 0.02 0.00 0.01 99.91 [2024-07-31T14:40:08.817Z] 14:07:01 0 0.17 0.00 0.07 0.00 0.03 99.73 [2024-07-31T14:40:08.817Z] 14:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.817Z] 14:07:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2024-07-31T14:40:08.817Z] 14:07:01 3 0.03 0.00 0.00 0.02 0.00 99.95 [2024-07-31T14:40:08.817Z] 14:07:01 4 0.02 0.00 0.02 0.02 0.03 99.92 [2024-07-31T14:40:08.817Z] 14:07:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T14:40:08.817Z] 14:07:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.817Z] 14:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.817Z] 14:08:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2024-07-31T14:40:08.817Z] 14:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:08:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:08:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:08:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:08:01 7 1.90 0.00 0.02 0.00 0.00 98.08 [2024-07-31T14:40:08.818Z] 14:09:01 all 0.28 0.00 0.02 0.00 0.02 99.67 [2024-07-31T14:40:08.818Z] 14:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:09:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:09:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:09:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:09:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:09:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:09:01 6 0.03 0.00 0.05 0.00 0.03 99.88 [2024-07-31T14:40:08.818Z] 14:09:01 7 1.99 0.00 0.02 0.00 0.02 97.98 [2024-07-31T14:40:08.818Z] 14:10:01 all 0.20 0.00 0.02 0.00 0.01 99.77 [2024-07-31T14:40:08.818Z] 14:10:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:10:01 2 0.15 0.00 0.00 0.00 0.02 99.83 [2024-07-31T14:40:08.818Z] 14:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:10:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:10:01 7 1.32 0.00 0.03 0.00 0.00 98.65 [2024-07-31T14:40:08.818Z] 14:11:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2024-07-31T14:40:08.818Z] 14:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:11:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:11:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:11:01 4 0.02 0.00 0.03 0.02 0.03 99.90 [2024-07-31T14:40:08.818Z] 14:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:11:01 6 0.07 0.00 0.05 0.00 0.03 99.85 [2024-07-31T14:40:08.818Z] 14:11:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-07-31T14:40:08.818Z] 14:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:12:01 4 0.03 0.00 0.00 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:12:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:12:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:12:01 7 0.07 0.00 0.03 0.00 0.03 99.87 [2024-07-31T14:40:08.818Z] 14:13:01 all 0.05 0.00 0.02 0.05 0.01 99.87 [2024-07-31T14:40:08.818Z] 14:13:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:13:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:13:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:13:01 3 0.03 0.00 0.02 0.20 0.00 99.75 [2024-07-31T14:40:08.818Z] 14:13:01 4 0.02 0.00 0.03 0.08 0.02 99.85 [2024-07-31T14:40:08.818Z] 14:13:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:13:01 6 0.02 0.00 0.02 0.10 0.00 99.87 [2024-07-31T14:40:08.818Z] 14:13:01 7 0.12 0.00 0.02 0.00 0.02 99.85 [2024-07-31T14:40:08.818Z] [2024-07-31T14:40:08.818Z] 14:13:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T14:40:08.818Z] 14:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-31T14:40:08.818Z] 14:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:14:01 2 0.10 0.00 0.00 0.00 0.00 99.90 [2024-07-31T14:40:08.818Z] 14:14:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:14:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:14:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:15:01 all 0.04 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:15:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:15:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2024-07-31T14:40:08.818Z] 14:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:15:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T14:40:08.818Z] 14:15:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T14:40:08.818Z] 14:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:15:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:16:01 all 0.21 0.00 0.02 0.01 0.01 99.75 [2024-07-31T14:40:08.818Z] 14:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:16:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:16:01 4 0.00 0.00 0.03 0.07 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:16:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:16:01 7 1.52 0.00 0.03 0.00 0.02 98.43 [2024-07-31T14:40:08.818Z] 14:17:02 all 0.04 0.00 0.02 0.00 0.01 99.93 [2024-07-31T14:40:08.818Z] 14:17:02 0 0.08 0.00 0.02 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:17:02 1 0.07 0.00 0.00 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:17:02 2 0.10 0.00 0.00 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:17:02 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:17:02 4 0.00 0.00 0.03 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:17:02 5 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T14:40:08.818Z] 14:17:02 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:17:02 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:18:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-07-31T14:40:08.818Z] 14:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:18:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:18:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:18:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:18:01 5 0.07 0.00 0.05 0.00 0.02 99.86 [2024-07-31T14:40:08.818Z] 14:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:19:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2024-07-31T14:40:08.818Z] 14:19:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:19:01 3 0.03 0.00 0.05 0.02 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:19:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:19:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:19:01 6 0.13 0.00 0.02 0.00 0.02 99.83 [2024-07-31T14:40:08.818Z] 14:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:20:01 all 0.17 0.00 0.02 0.00 0.01 99.78 [2024-07-31T14:40:08.818Z] 14:20:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:20:01 3 0.02 0.00 0.03 0.02 0.03 99.90 [2024-07-31T14:40:08.818Z] 14:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:20:01 5 0.00 0.00 0.03 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:20:01 6 1.22 0.00 0.07 0.00 0.00 98.71 [2024-07-31T14:40:08.818Z] 14:20:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:21:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2024-07-31T14:40:08.818Z] 14:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:21:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:21:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:21:01 5 0.05 0.00 0.02 0.00 0.03 99.90 [2024-07-31T14:40:08.818Z] 14:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:21:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:22:01 all 0.04 0.00 0.01 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:22:01 2 0.07 0.00 0.02 0.02 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:22:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2024-07-31T14:40:08.818Z] 14:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:22:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:22:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:23:01 all 0.01 0.00 0.02 0.00 0.01 99.95 [2024-07-31T14:40:08.818Z] 14:23:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:23:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:23:01 5 0.05 0.00 0.05 0.00 0.03 99.87 [2024-07-31T14:40:08.818Z] 14:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:24:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-07-31T14:40:08.818Z] 14:24:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2024-07-31T14:40:08.818Z] 14:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:24:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:24:01 3 0.03 0.00 0.07 0.02 0.03 99.85 [2024-07-31T14:40:08.818Z] 14:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:24:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T14:40:08.818Z] 14:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] [2024-07-31T14:40:08.818Z] 14:24:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T14:40:08.818Z] 14:25:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-07-31T14:40:08.818Z] 14:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:25:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:25:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:25:01 6 0.08 0.00 0.02 0.00 0.00 99.90 [2024-07-31T14:40:08.818Z] 14:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:26:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-07-31T14:40:08.818Z] 14:26:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:26:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:26:01 3 0.03 0.00 0.05 0.02 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:26:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:26:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:27:01 all 0.05 0.00 0.03 0.00 0.01 99.91 [2024-07-31T14:40:08.818Z] 14:27:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:27:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-31T14:40:08.818Z] 14:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:27:01 3 0.03 0.00 0.05 0.02 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:27:01 6 0.30 0.00 0.07 0.00 0.02 99.62 [2024-07-31T14:40:08.818Z] 14:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T14:40:08.818Z] 14:28:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2024-07-31T14:40:08.818Z] 14:28:01 0 0.08 0.00 0.07 0.00 0.02 99.83 [2024-07-31T14:40:08.818Z] 14:28:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:28:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:28:01 3 0.02 0.00 0.07 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:28:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:28:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:29:01 all 0.01 0.00 0.02 0.00 0.01 99.95 [2024-07-31T14:40:08.818Z] 14:29:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2024-07-31T14:40:08.818Z] 14:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:29:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2024-07-31T14:40:08.818Z] 14:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:29:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-07-31T14:40:08.818Z] 14:30:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2024-07-31T14:40:08.818Z] 14:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T14:40:08.818Z] 14:30:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:30:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-31T14:40:08.818Z] 14:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-07-31T14:40:08.818Z] 14:31:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2024-07-31T14:40:08.818Z] 14:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:31:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.818Z] 14:31:01 3 0.02 0.00 0.02 0.02 0.03 99.92 [2024-07-31T14:40:08.818Z] 14:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.818Z] 14:31:01 5 0.00 0.00 0.03 0.00 0.02 99.95 [2024-07-31T14:40:08.818Z] 14:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:32:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2024-07-31T14:40:08.818Z] 14:32:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T14:40:08.818Z] 14:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:32:01 3 0.03 0.00 0.00 0.02 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:32:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2024-07-31T14:40:08.818Z] 14:32:01 6 0.15 0.00 0.00 0.00 0.02 99.83 [2024-07-31T14:40:08.818Z] 14:32:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T14:40:08.818Z] 14:33:01 all 0.27 0.00 0.02 0.00 0.01 99.70 [2024-07-31T14:40:08.818Z] 14:33:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T14:40:08.818Z] 14:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.818Z] 14:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T14:40:08.818Z] 14:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T14:40:08.818Z] 14:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:33:01 6 1.97 0.00 0.02 0.00 0.02 98.00 [2024-07-31T14:40:08.818Z] 14:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T14:40:08.818Z] 14:34:01 all 0.28 0.00 0.02 0.00 0.01 99.68 [2024-07-31T14:40:08.818Z] 14:34:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2024-07-31T14:40:08.819Z] 14:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T14:40:08.819Z] 14:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.819Z] 14:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.819Z] 14:34:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.819Z] 14:34:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T14:40:08.819Z] 14:34:01 6 2.00 0.00 0.03 0.00 0.02 97.95 [2024-07-31T14:40:08.819Z] 14:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.819Z] 14:35:01 all 0.10 0.00 0.02 0.00 0.01 99.86 [2024-07-31T14:40:08.819Z] 14:35:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2024-07-31T14:40:08.819Z] 14:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T14:40:08.819Z] 14:35:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.819Z] 14:35:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T14:40:08.819Z] 14:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.819Z] 14:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.819Z] 14:35:01 6 0.66 0.00 0.02 0.00 0.02 99.30 [2024-07-31T14:40:08.819Z] 14:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T14:40:08.819Z] [2024-07-31T14:40:08.819Z] 14:35:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T14:40:08.819Z] 14:36:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-07-31T14:40:08.819Z] 14:36:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T14:40:08.819Z] 14:36:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T14:40:08.819Z] 14:36:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2024-07-31T14:40:08.819Z] 14:36:01 3 0.02 0.00 0.00 0.07 0.00 99.92 [2024-07-31T14:40:08.819Z] 14:36:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.819Z] 14:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.819Z] 14:36:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T14:40:08.819Z] 14:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T14:40:08.819Z] 14:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2024-07-31T14:40:08.819Z] 14:37:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.819Z] 14:37:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T14:40:08.819Z] 14:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.819Z] 14:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.819Z] 14:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T14:40:08.819Z] 14:37:01 5 0.05 0.00 0.05 0.00 0.00 99.90 [2024-07-31T14:40:08.819Z] 14:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.819Z] 14:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.819Z] 14:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-31T14:40:08.819Z] 14:38:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T14:40:08.819Z] 14:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T14:40:08.819Z] 14:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T14:40:08.819Z] 14:38:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T14:40:08.819Z] 14:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T14:40:08.819Z] 14:38:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2024-07-31T14:40:08.819Z] 14:38:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T14:40:08.819Z] 14:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T14:40:08.819Z] 14:39:01 all 3.86 0.00 1.68 1.02 0.04 93.40 [2024-07-31T14:40:08.819Z] 14:39:01 0 4.23 0.00 1.17 0.03 0.03 94.53 [2024-07-31T14:40:08.819Z] 14:39:01 1 3.78 0.00 1.59 0.05 0.03 94.54 [2024-07-31T14:40:08.819Z] 14:39:01 2 4.72 0.00 1.66 0.02 0.03 93.58 [2024-07-31T14:40:08.819Z] 14:39:01 3 3.56 0.00 2.11 6.81 0.07 87.45 [2024-07-31T14:40:08.819Z] 14:39:01 4 3.93 0.00 2.01 1.02 0.03 93.01 [2024-07-31T14:40:08.819Z] 14:39:01 5 3.56 0.00 1.62 0.02 0.05 94.75 [2024-07-31T14:40:08.819Z] 14:39:01 6 4.39 0.00 1.15 0.00 0.05 94.41 [2024-07-31T14:40:08.819Z] 14:39:01 7 2.74 0.00 2.12 0.24 0.03 94.88 [2024-07-31T14:40:08.819Z] 14:40:01 all 8.67 0.00 3.81 2.45 0.07 85.01 [2024-07-31T14:40:08.819Z] 14:40:01 0 9.87 0.00 3.40 0.17 0.07 86.50 [2024-07-31T14:40:08.819Z] 14:40:01 1 8.46 0.00 4.54 7.33 0.14 79.54 [2024-07-31T14:40:08.819Z] 14:40:01 2 9.78 0.00 3.83 2.70 0.03 83.66 [2024-07-31T14:40:08.819Z] 14:40:01 3 8.09 0.00 3.62 7.86 0.05 80.37 [2024-07-31T14:40:08.819Z] 14:40:01 4 7.98 0.00 4.21 0.08 0.07 87.66 [2024-07-31T14:40:08.819Z] 14:40:01 5 8.22 0.00 3.81 0.71 0.07 87.20 [2024-07-31T14:40:08.819Z] 14:40:01 6 8.52 0.00 3.60 0.30 0.07 87.51 [2024-07-31T14:40:08.819Z] 14:40:01 7 8.39 0.00 3.48 0.49 0.05 87.59 [2024-07-31T14:40:08.819Z] Average: all 8.07 0.00 1.43 1.25 0.03 89.22 [2024-07-31T14:40:08.819Z] Average: 0 7.99 0.00 1.48 1.60 0.04 88.90 [2024-07-31T14:40:08.819Z] Average: 1 8.10 0.00 1.48 1.41 0.03 88.98 [2024-07-31T14:40:08.819Z] Average: 2 8.10 0.00 1.47 1.00 0.03 89.41 [2024-07-31T14:40:08.819Z] Average: 3 8.06 0.00 1.34 1.69 0.03 88.88 [2024-07-31T14:40:08.819Z] Average: 4 7.91 0.00 1.51 0.49 0.03 90.06 [2024-07-31T14:40:08.819Z] Average: 5 8.00 0.00 1.49 2.21 0.04 88.27 [2024-07-31T14:40:08.819Z] Average: 6 8.22 0.00 1.33 0.43 0.03 89.99 [2024-07-31T14:40:08.819Z] Average: 7 8.17 0.00 1.37 1.16 0.03 89.27 [2024-07-31T14:40:08.819Z] [2024-07-31T14:40:08.819Z] [2024-07-31T14:40:08.819Z]