Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5b52836589dd35a32aa4e46bc21db318ab9ee317 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-ssh1872166641393451357.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-ssh12740409351580817114.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-ssh9278456690580287702.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-ssh15661309493194553187.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-ssh14447088111185626394.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7535’ Running on prd-ubuntu20.04-docker-8c-8g-7538 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/668 [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/668 # 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 5b52836589dd35a32aa4e46bc21db318ab9ee317 (main) Commit message: "Merge pull request #4858 from jackchenjc/issue-4856" > 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 5b52836589dd35a32aa4e46bc21db318ab9ee317 # timeout=10 > git rev-list --no-walk 2b98b0065012eac835be930949dbee65d2568e96 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-12T04:28:54.304Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-12T04:28:54.378Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-12T04:28:54.404Z] ========================================================= [2024-08-12T04:28:54.404Z] EdgeX Global Pipelines Version Info [2024-08-12T04:28:54.404Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-12T04:28:55.145Z] ------------------- [2024-08-12T04:28:55.147Z] stable info: [2024-08-12T04:28:55.147Z] ------------------- [2024-08-12T04:28:55.147Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-12T04:28:55.147Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-12T04:28:55.147Z] Message: update stable to v1.0.260 [2024-08-12T04:28:55.718Z] ------------------- [2024-08-12T04:28:55.718Z] experimental info: [2024-08-12T04:28:55.718Z] ------------------- [2024-08-12T04:28:55.718Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-12T04:28:55.718Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-12T04:28:55.718Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-12T04:28:55.808Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-12T04:28:55.830Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-12T04:28:55.854Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-12T04:28:55.877Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-12T04:28:55.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-12T04:28:55.926Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-12T04:28:55.950Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-12T04:28:55.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-12T04:28:56.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-12T04:28:56.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-12T04:28:56.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-12T04:28:56.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-12T04:28:56.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-12T04:28:56.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-12T04:28:56.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-12T04:28:56.177Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-12T04:28:56.198Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-12T04:28:56.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-12T04:28:56.247Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-12T04:28:56.273Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-12T04:28:56.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-12T04:28:56.317Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-12T04:28:56.338Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-12T04:28:56.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-12T04:28:56.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-12T04:28:56.418Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-12T04:28:56.445Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] echo [2024-08-12T04:28:56.470Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b52836 [Pipeline] echo [2024-08-12T04:28:56.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-12T04:28:56.595Z] provisioning config files... [2024-08-12T04:28:56.610Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config6985651574550012534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-12T04:28:56.944Z] ---> ****-login.sh [2024-08-12T04:28:56.944Z] nexus3.edgexfoundry.org:10001 [2024-08-12T04:28:57.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:28:57.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:28:57.209Z] Configure a credential helper to remove this warning. See [2024-08-12T04:28:57.209Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:28:57.209Z] [2024-08-12T04:28:57.209Z] Login Succeeded [2024-08-12T04:28:57.209Z] nexus3.edgexfoundry.org:10002 [2024-08-12T04:28:57.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:28:57.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:28:57.469Z] Configure a credential helper to remove this warning. See [2024-08-12T04:28:57.469Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:28:57.469Z] [2024-08-12T04:28:57.469Z] Login Succeeded [2024-08-12T04:28:57.469Z] nexus3.edgexfoundry.org:10003 [2024-08-12T04:28:57.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:28:57.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:28:57.470Z] Configure a credential helper to remove this warning. See [2024-08-12T04:28:57.470Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:28:57.470Z] [2024-08-12T04:28:57.470Z] Login Succeeded [2024-08-12T04:28:57.470Z] nexus3.edgexfoundry.org:10004 [2024-08-12T04:28:57.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:28:57.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:28:57.730Z] Configure a credential helper to remove this warning. See [2024-08-12T04:28:57.730Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:28:57.730Z] [2024-08-12T04:28:57.730Z] Login Succeeded [2024-08-12T04:28:57.730Z] ****.io [2024-08-12T04:28:57.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:28:57.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:28:57.990Z] Configure a credential helper to remove this warning. See [2024-08-12T04:28:57.990Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:28:57.990Z] [2024-08-12T04:28:57.990Z] Login Succeeded [2024-08-12T04:28:57.990Z] ---> ****-login.sh ends [Pipeline] } [2024-08-12T04:28:58.002Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-12T04:28:58.328Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-08-12T04:28:58.328Z] + dirname cmd/core-command/Dockerfile [2024-08-12T04:28:58.328Z] + cut -d/ -f2 [2024-08-12T04:28:58.328Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-12T04:28:58.328Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-12T04:28:58.328Z] + cut -d/ -f2 [2024-08-12T04:28:58.328Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-12T04:28:58.328Z] + dirname cmd/core-data/Dockerfile [2024-08-12T04:28:58.328Z] + cut -d/ -f2 [2024-08-12T04:28:58.328Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-12T04:28:58.328Z] + dirname cmd/core-keeper/Dockerfile [2024-08-12T04:28:58.328Z] + cut -d/ -f2 [2024-08-12T04:28:58.328Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-12T04:28:58.328Z] + dirname cmd/core-metadata/Dockerfile [2024-08-12T04:28:58.328Z] + cut -d/ -f2 [2024-08-12T04:28:58.328Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-spire-agent/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-12T04:28:58.329Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-12T04:28:58.329Z] + + dirname cmd/support-notifications/Dockerfile [2024-08-12T04:28:58.329Z] cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-12T04:28:58.329Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-12T04:28:58.329Z] + cut -d/ -f2 [2024-08-12T04:28:58.329Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-12T04:28:58.362Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-08-12T04:28:58.763Z] + git rev-list -1 --merges 5b52836589dd35a32aa4e46bc21db318ab9ee317~1..5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] echo [2024-08-12T04:28:58.776Z] -----------> git rev-list -1 --merges 5b52836589dd35a32aa4e46bc21db318ab9ee317~1..5b52836589dd35a32aa4e46bc21db318ab9ee317 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:28:58.776Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [false] [Pipeline] sh [2024-08-12T04:28:59.077Z] + git log --format=format:%s -1 5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] echo [2024-08-12T04:28:59.093Z] ========================================================= [2024-08-12T04:28:59.093Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-12T04:28:59.093Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-12T04:28:59.552Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-12T04:28:59.552Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-12T04:28:59.552Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-12T04:28:59.552Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-12T04:28:59.552Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-12T04:28:59.552Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-12T04:28:59.552Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:28:59.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-12T04:28:59.990Z] [2024-08-12T04:28:59.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:29:00.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-12T04:29:00.298Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-12T04:29:00.298Z] b85a868b505f: Pulling fs layer [2024-08-12T04:29:00.298Z] e2be974225ed: Pulling fs layer [2024-08-12T04:29:00.298Z] 339a4e72a1f5: Pulling fs layer [2024-08-12T04:29:00.298Z] 988bab9f4d93: Pulling fs layer [2024-08-12T04:29:00.298Z] 1469e6f7b9e6: Pulling fs layer [2024-08-12T04:29:00.298Z] eaf3925da568: Pulling fs layer [2024-08-12T04:29:00.298Z] bab4dde63d76: Pulling fs layer [2024-08-12T04:29:00.298Z] bde34c3a00c8: Pulling fs layer [2024-08-12T04:29:00.298Z] b352a97aabf1: Pulling fs layer [2024-08-12T04:29:00.298Z] 4872d77fe225: Pulling fs layer [2024-08-12T04:29:00.298Z] 5851b861e8e6: Pulling fs layer [2024-08-12T04:29:00.298Z] bab4dde63d76: Waiting [2024-08-12T04:29:00.298Z] bde34c3a00c8: Waiting [2024-08-12T04:29:00.298Z] b352a97aabf1: Waiting [2024-08-12T04:29:00.298Z] 4872d77fe225: Waiting [2024-08-12T04:29:00.298Z] 5851b861e8e6: Waiting [2024-08-12T04:29:00.298Z] 1469e6f7b9e6: Waiting [2024-08-12T04:29:00.298Z] eaf3925da568: Waiting [2024-08-12T04:29:00.298Z] e2be974225ed: Verifying Checksum [2024-08-12T04:29:00.298Z] e2be974225ed: Download complete [2024-08-12T04:29:00.298Z] 988bab9f4d93: Download complete [2024-08-12T04:29:00.298Z] 1469e6f7b9e6: Verifying Checksum [2024-08-12T04:29:00.298Z] 1469e6f7b9e6: Download complete [2024-08-12T04:29:00.298Z] eaf3925da568: Verifying Checksum [2024-08-12T04:29:00.298Z] eaf3925da568: Download complete [2024-08-12T04:29:00.558Z] 339a4e72a1f5: Verifying Checksum [2024-08-12T04:29:00.558Z] 339a4e72a1f5: Download complete [2024-08-12T04:29:00.558Z] bde34c3a00c8: Verifying Checksum [2024-08-12T04:29:00.558Z] bde34c3a00c8: Download complete [2024-08-12T04:29:00.558Z] b352a97aabf1: Download complete [2024-08-12T04:29:00.558Z] 4872d77fe225: Verifying Checksum [2024-08-12T04:29:00.558Z] 4872d77fe225: Download complete [2024-08-12T04:29:00.558Z] 5851b861e8e6: Verifying Checksum [2024-08-12T04:29:00.558Z] 5851b861e8e6: Download complete [2024-08-12T04:29:00.558Z] b85a868b505f: Download complete [2024-08-12T04:29:00.818Z] bab4dde63d76: Verifying Checksum [2024-08-12T04:29:00.818Z] bab4dde63d76: Download complete [2024-08-12T04:29:01.753Z] b85a868b505f: Pull complete [2024-08-12T04:29:01.753Z] e2be974225ed: Pull complete [2024-08-12T04:29:02.013Z] 339a4e72a1f5: Pull complete [2024-08-12T04:29:02.272Z] 988bab9f4d93: Pull complete [2024-08-12T04:29:02.533Z] 1469e6f7b9e6: Pull complete [2024-08-12T04:29:02.533Z] eaf3925da568: Pull complete [2024-08-12T04:29:04.451Z] bab4dde63d76: Pull complete [2024-08-12T04:29:04.452Z] bde34c3a00c8: Pull complete [2024-08-12T04:29:04.452Z] b352a97aabf1: Pull complete [2024-08-12T04:29:04.452Z] 4872d77fe225: Pull complete [2024-08-12T04:29:04.452Z] 5851b861e8e6: Pull complete [2024-08-12T04:29:04.452Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-12T04:29:04.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-12T04:29:04.452Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T04:29:04.584Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T04:29:04.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-12T04:29:06.962Z] $ docker top 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a -eo pid,comm [2024-08-12T04:29:07.010Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-12T04:29:07.010Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-12T04:29:07.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-12T04:29:07.066Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-12T04:29:07.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-12T04:29:07.171Z] $ docker exec 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent [2024-08-12T04:29:07.275Z] SSH_AUTH_SOCK=/tmp/ssh-mdetymzAsMID/agent.32 [2024-08-12T04:29:07.275Z] SSH_AGENT_PID=38 [2024-08-12T04:29:07.282Z] Running ssh-add (command line suppressed) [2024-08-12T04:29:07.362Z] Identity added: /w/workspace/edgex-go/668@tmp/private_key_10620141618988801727.key (/w/workspace/edgex-go/668@tmp/private_key_10620141618988801727.key) [2024-08-12T04:29:07.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-12T04:29:07.690Z] + git tag --points-at HEAD [Pipeline] } [2024-08-12T04:29:07.700Z] $ docker exec --env ******** --env ******** 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent -k [2024-08-12T04:29:07.817Z] unset SSH_AUTH_SOCK; [2024-08-12T04:29:07.817Z] unset SSH_AGENT_PID; [2024-08-12T04:29:07.818Z] echo Agent pid 38 killed; [2024-08-12T04:29:07.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-12T04:29:07.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-12T04:29:07.870Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-12T04:29:07.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-12T04:29:07.973Z] $ docker exec 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent [2024-08-12T04:29:08.083Z] SSH_AUTH_SOCK=/tmp/ssh-pSp4UifpR0aX/agent.71 [2024-08-12T04:29:08.083Z] SSH_AGENT_PID=77 [2024-08-12T04:29:08.088Z] Running ssh-add (command line suppressed) [2024-08-12T04:29:08.182Z] Identity added: /w/workspace/edgex-go/668@tmp/private_key_16417716034644798768.key (/w/workspace/edgex-go/668@tmp/private_key_16417716034644798768.key) [2024-08-12T04:29:08.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-12T04:29:08.489Z] + git semver init [2024-08-12T04:29:08.750Z] 2024-08-12 04:29:08,657 [run_init] DEBUG init version:0.0.0 force:False [2024-08-12T04:29:08.750Z] 2024-08-12 04:29:08,657 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/668/.semver [2024-08-12T04:29:08.750Z] 2024-08-12 04:29:08,658 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/668/.semver [2024-08-12T04:29:08.750Z] 2024-08-12 04:29:08,658 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/668/.semver'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=None) [2024-08-12T04:29:14.020Z] 2024-08-12 04:29:13,746 [append_file] DEBUG append to file:/w/workspace/edgex-go/668/.git/info/exclude [2024-08-12T04:29:14.020Z] 2024-08-12 04:29:13,746 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/668/.semver/main with force:False [2024-08-12T04:29:14.020Z] 2024-08-12 04:29:13,746 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T04:29:14.020Z] 2024-08-12 04:29:13,746 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T04:29:14.020Z] 3.2.0-dev.50 [Pipeline] } [2024-08-12T04:29:14.028Z] $ docker exec --env ******** --env ******** 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent -k [2024-08-12T04:29:14.122Z] unset SSH_AUTH_SOCK; [2024-08-12T04:29:14.123Z] unset SSH_AGENT_PID; [2024-08-12T04:29:14.123Z] echo Agent pid 77 killed; [2024-08-12T04:29:14.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-12T04:29:14.452Z] + git semver [Pipeline] } [2024-08-12T04:29:14.722Z] $ docker stop --time=1 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a [2024-08-12T04:29:16.006Z] $ docker rm -f --volumes 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-12T04:29:16.354Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-12T04:29:16.589Z] Stashed 1 file(s) [Pipeline] echo [2024-08-12T04:29:16.593Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.50 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-12T04:29:17.033Z] + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] echo [2024-08-12T04:29:17.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-12T04:29:17.067Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-12T04:29:17.086Z] ========================================================= [2024-08-12T04:29:17.086Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-12T04:29:17.086Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-12T04:29:17.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-12T04:29:17.387Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-12T04:29:17.387Z] 619be1103602: Pulling fs layer [2024-08-12T04:29:17.387Z] 7862e08f4a3e: Pulling fs layer [2024-08-12T04:29:17.387Z] 5df492c9dc93: Pulling fs layer [2024-08-12T04:29:17.388Z] 7629e6793208: Pulling fs layer [2024-08-12T04:29:17.388Z] 4f4fb700ef54: Pulling fs layer [2024-08-12T04:29:17.388Z] fb5054dd5b73: Pulling fs layer [2024-08-12T04:29:17.388Z] eeca6798cff9: Pulling fs layer [2024-08-12T04:29:17.388Z] aa269ceb94a6: Pulling fs layer [2024-08-12T04:29:17.388Z] ada007ff1a6a: Pulling fs layer [2024-08-12T04:29:17.388Z] 7629e6793208: Waiting [2024-08-12T04:29:17.388Z] 4f4fb700ef54: Waiting [2024-08-12T04:29:17.388Z] fb5054dd5b73: Waiting [2024-08-12T04:29:17.388Z] aa269ceb94a6: Waiting [2024-08-12T04:29:17.388Z] ada007ff1a6a: Waiting [2024-08-12T04:29:17.388Z] eeca6798cff9: Waiting [2024-08-12T04:29:17.388Z] 7862e08f4a3e: Verifying Checksum [2024-08-12T04:29:17.388Z] 7862e08f4a3e: Download complete [2024-08-12T04:29:17.388Z] 7629e6793208: Verifying Checksum [2024-08-12T04:29:17.388Z] 7629e6793208: Download complete [2024-08-12T04:29:17.388Z] 4f4fb700ef54: Download complete [2024-08-12T04:29:17.388Z] fb5054dd5b73: Verifying Checksum [2024-08-12T04:29:17.388Z] fb5054dd5b73: Download complete [2024-08-12T04:29:17.388Z] 619be1103602: Verifying Checksum [2024-08-12T04:29:17.388Z] 619be1103602: Download complete [2024-08-12T04:29:17.388Z] eeca6798cff9: Verifying Checksum [2024-08-12T04:29:17.388Z] eeca6798cff9: Download complete [2024-08-12T04:29:17.648Z] 619be1103602: Pull complete [2024-08-12T04:29:17.648Z] ada007ff1a6a: Verifying Checksum [2024-08-12T04:29:17.648Z] ada007ff1a6a: Download complete [2024-08-12T04:29:17.648Z] 7862e08f4a3e: Pull complete [2024-08-12T04:29:17.907Z] 5df492c9dc93: Verifying Checksum [2024-08-12T04:29:17.907Z] 5df492c9dc93: Download complete [2024-08-12T04:29:18.165Z] aa269ceb94a6: Verifying Checksum [2024-08-12T04:29:18.165Z] aa269ceb94a6: Download complete [2024-08-12T04:29:21.454Z] 5df492c9dc93: Pull complete [2024-08-12T04:29:21.454Z] 7629e6793208: Pull complete [2024-08-12T04:29:21.454Z] 4f4fb700ef54: Pull complete [2024-08-12T04:29:21.454Z] fb5054dd5b73: Pull complete [2024-08-12T04:29:21.454Z] eeca6798cff9: Pull complete [2024-08-12T04:29:23.983Z] aa269ceb94a6: Pull complete [2024-08-12T04:29:24.240Z] ada007ff1a6a: Pull complete [2024-08-12T04:29:24.240Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-12T04:29:24.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-12T04:29:24.240Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-12T04:29:24.540Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-12T04:29:24.540Z] WORKDIR /edgex [2024-08-12T04:29:24.540Z] COPY go.mod . [2024-08-12T04:29:24.540Z] RUN go mod download [2024-08-12T04:29:24.540Z] + docker build -t ci-base-image-x86_64 -f - . [2024-08-12T04:29:25.106Z] Sending build context to Docker daemon 179MB [2024-08-12T04:29:25.106Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-12T04:29:25.106Z] ---> f489d0715acc [2024-08-12T04:29:25.106Z] Step 2/4 : WORKDIR /edgex [2024-08-12T04:29:29.296Z] ---> Running in d7f0c2ec27c0 [2024-08-12T04:29:29.553Z] Removing intermediate container d7f0c2ec27c0 [2024-08-12T04:29:29.553Z] ---> 2075b82bbf10 [2024-08-12T04:29:29.553Z] Step 3/4 : COPY go.mod . [2024-08-12T04:29:29.553Z] ---> cdcf478935ae [2024-08-12T04:29:29.553Z] Step 4/4 : RUN go mod download [2024-08-12T04:29:29.553Z] ---> Running in 3a7565a77de6 [2024-08-12T04:29:31.686Z] Still waiting to schedule task [2024-08-12T04:29:31.686Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7536’ [2024-08-12T04:29:56.173Z] Removing intermediate container 3a7565a77de6 [2024-08-12T04:29:56.173Z] ---> e580fbeabb40 [2024-08-12T04:29:56.173Z] Successfully built e580fbeabb40 [2024-08-12T04:29:56.432Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:29:56.735Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-12T04:29:56.735Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T04:29:56.811Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T04:29:56.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-12T04:29:57.252Z] $ docker top 5ed862c4803d47d0238afc8ce99e2ad9216f3822ecf944c6a6100510316c2bf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-12T04:29:57.592Z] + go version [2024-08-12T04:29:57.592Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-12T04:29:57.597Z] $ docker stop --time=1 5ed862c4803d47d0238afc8ce99e2ad9216f3822ecf944c6a6100510316c2bf6 [2024-08-12T04:29:58.866Z] $ docker rm -f --volumes 5ed862c4803d47d0238afc8ce99e2ad9216f3822ecf944c6a6100510316c2bf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:29:59.293Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-12T04:29:59.293Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T04:29:59.363Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T04:29:59.386Z] $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-08-12T04:29:59.718Z] $ docker top 4a38bf969baaf2b47dcc76a8e6b6df0e6e6cd93017ecb5346192083a31f73036 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-12T04:29:59.788Z] ========================================================= [2024-08-12T04:29:59.788Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-12T04:29:59.788Z] ========================================================= [Pipeline] sh [2024-08-12T04:30:00.064Z] + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] fileExists [Pipeline] sh [2024-08-12T04:30:00.359Z] + make test [2024-08-12T04:30:00.359Z] go test -race -coverprofile=coverage.out ./... [2024-08-12T04:30:06.927Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-12T04:30:33.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-12T04:30:33.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-12T04:30:34.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-12T04:30:34.269Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-12T04:30:35.199Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-12T04:30:35.199Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-12T04:30:35.199Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-12T04:30:35.199Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-12T04:30:35.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-12T04:30:36.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-12T04:30:36.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-12T04:30:37.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 28.7% of statements [2024-08-12T04:30:38.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-12T04:30:38.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-12T04:30:38.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-12T04:30:38.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-12T04:30:38.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-12T04:30:39.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-12T04:30:39.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-12T04:30:41.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-12T04:30:41.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-12T04:30:41.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-12T04:30:41.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-12T04:30:41.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-12T04:30:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-12T04:30:42.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-12T04:30:42.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.2% of statements [2024-08-12T04:30:42.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.040s coverage: 53.2% of statements [2024-08-12T04:30:42.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.316s coverage: 93.4% of statements [2024-08-12T04:30:42.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 91.7% of statements [2024-08-12T04:30:43.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 6.5% of statements [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-12T04:30:43.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-12T04:30:44.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.373s coverage: 95.8% of statements [2024-08-12T04:30:44.504Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements [2024-08-12T04:30:45.068Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.018s coverage: 0.0% of statements [no tests to run] [2024-08-12T04:30:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-12T04:30:45.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-12T04:30:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.065s coverage: 0.8% of statements [2024-08-12T04:30:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 30.7% of statements [2024-08-12T04:30:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.034s coverage: 41.7% of statements [2024-08-12T04:30:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 77.8% of statements [2024-08-12T04:30:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements [2024-08-12T04:30:46.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.022s coverage: 96.3% of statements [2024-08-12T04:30:46.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-12T04:30:47.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-12T04:30:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-12T04:30:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-12T04:30:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-12T04:30:49.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-12T04:30:49.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-12T04:30:49.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-12T04:30:49.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-12T04:30:50.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-12T04:30:50.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-12T04:30:50.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-12T04:30:51.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-12T04:30:52.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-12T04:30:53.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-12T04:30:53.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-12T04:30:56.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-12T04:30:56.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-12T04:30:56.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-12T04:30:57.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-12T04:30:57.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-12T04:30:57.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-08-12T04:30:57.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-12T04:30:58.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-12T04:30:58.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-12T04:30:59.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.024s coverage: 94.4% of statements [2024-08-12T04:30:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-12T04:30:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-12T04:30:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-12T04:30:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-12T04:31:00.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-12T04:31:00.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-12T04:31:00.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-12T04:31:00.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-12T04:31:01.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-12T04:31:01.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-12T04:31:02.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-12T04:31:02.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.245s coverage: 79.9% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.078s coverage: 92.9% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 67.2% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 76.6% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.031s coverage: 87.2% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 20.0% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.014s coverage: 100.0% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.055s coverage: 81.8% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.057s coverage: 82.1% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.125s coverage: 63.1% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.016s coverage: 73.7% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.013s coverage: 100.0% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.127s coverage: 36.5% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.043s coverage: 19.9% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.092s coverage: 95.7% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.031s coverage: 61.8% of statements [2024-08-12T04:31:12.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.054s coverage: 98.9% of statements [2024-08-12T04:31:12.937Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-08-12T04:31:12.937Z] running golangci-lint [2024-08-12T04:31:12.937Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-12T04:31:12.937Z] go version go1.21.9 linux/amd64 [2024-08-12T04:31:12.937Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-12T04:31:12.937Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-08-12T04:31:39.482Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|name|deps|exports_file|types_sizes) took 23.705772786s" [2024-08-12T04:31:39.482Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 53.823147ms" [2024-08-12T04:31:47.583Z] level=info msg="[linters_context/goanalysis] analyzers took 1m31.746979363s with top 10 stages: buildir: 50.777328692s, gosec: 7.749442s, inspect: 2.604910485s, fact_deprecated: 2.446626359s, ctrlflow: 1.595510877s, printf: 1.484124169s, fact_purity: 1.098963435s, nilness: 1.080917737s, S1038: 808.786624ms, directives: 685.182821ms" [2024-08-12T04:31:47.583Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-08-12T04:31:47.583Z] level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 214/214, identifier_marker: 214/214, nolint: 0/22, skip_dirs: 214/214, exclude: 214/214, exclude-rules: 22/214, cgo: 214/214, filename_unadjuster: 214/214, path_prettifier: 214/214, skip_files: 214/214" [2024-08-12T04:31:47.583Z] level=info msg="[runner] processing took 16.30478ms with stages: nolint: 6.631857ms, identifier_marker: 4.529285ms, autogenerated_exclude: 1.608129ms, path_prettifier: 1.502028ms, exclude-rules: 1.174336ms, skip_dirs: 817.975µs, cgo: 24.25µs, filename_unadjuster: 13µs, max_same_issues: 590ns, path_prefixer: 500ns, fixer: 420ns, skip_files: 410ns, uniq_by_line: 380ns, exclude: 310ns, severity-rules: 270ns, sort_results: 260ns, diff: 200ns, max_from_linter: 190ns, source_code: 150ns, path_shortener: 120ns, max_per_file_from_linter: 120ns" [2024-08-12T04:31:47.583Z] level=info msg="[runner] linters took 11.001999832s with stages: goanalysis_metalinter: 10.985585222s" [2024-08-12T04:31:47.583Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-12T04:31:47.583Z] level=info msg="Memory: 348 samples, avg is 264.2MB, max is 1304.5MB" [2024-08-12T04:31:47.583Z] level=info msg="Execution took 34.771920503s" [2024-08-12T04:31:47.583Z] go vet ./... [2024-08-12T04:31:54.148Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-12T04:31:54.148Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-12T04:31:54.148Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-12T04:31:54.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-12T04:31:54.703Z] + ls -al . [2024-08-12T04:31:54.703Z] total 872 [2024-08-12T04:31:54.703Z] drwxrwxr-x 11 1001 1001 4096 Aug 12 04:30 . [2024-08-12T04:31:54.703Z] drwxr-xr-x 4 root root 4096 Aug 12 04:29 .. [2024-08-12T04:31:54.703Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 04:28 .blubracket [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 10 Aug 12 04:28 .dockerignore [2024-08-12T04:31:54.703Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 04:31 .git [2024-08-12T04:31:54.703Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 04:28 .github [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 1102 Aug 12 04:28 .gitignore [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 42 Aug 12 04:28 .golangci.yml [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 100 Aug 12 04:28 .hadolint.yml [2024-08-12T04:31:54.703Z] drwxr-xr-x 3 1001 1001 4096 Aug 12 04:29 .semver [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 155 Aug 12 04:28 .sonarcloud.properties [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 1171 Aug 12 04:28 ADOPTERS.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 21171 Aug 12 04:28 Attribution.txt [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 100284 Aug 12 04:28 CHANGELOG.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:28 CONTRIBUTING.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 677 Aug 12 04:28 GOVERNANCE.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 861 Aug 12 04:28 Jenkinsfile [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:28 LICENSE [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 16854 Aug 12 04:28 Makefile [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 582 Aug 12 04:28 OWNERS.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 9528 Aug 12 04:28 README.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 789 Aug 12 04:28 SECURITY.md [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 12 Aug 12 04:29 VERSION [2024-08-12T04:31:54.703Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 04:28 bin [2024-08-12T04:31:54.703Z] drwxrwxr-x 20 1001 1001 4096 Aug 12 04:28 cmd [2024-08-12T04:31:54.703Z] -rw-r--r-- 1 root root 504073 Aug 12 04:31 coverage.out [2024-08-12T04:31:54.703Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 04:28 fuzz_test [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 7254 Aug 12 04:28 go.mod [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 102354 Aug 12 04:28 go.sum [2024-08-12T04:31:54.703Z] drwxrwxr-x 7 1001 1001 4096 Aug 12 04:28 internal [2024-08-12T04:31:54.703Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 04:28 openapi [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 584 Aug 12 04:28 security.txt [2024-08-12T04:31:54.703Z] -rw-rw-r-- 1 1001 1001 204 Aug 12 04:28 version.go [Pipeline] sh [2024-08-12T04:31:54.985Z] + '[' -e coverage.out ] [2024-08-12T04:31:54.985Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-12T04:31:55.102Z] Stashed 1 file(s) [Pipeline] sh [2024-08-12T04:31:55.379Z] + make build [2024-08-12T04:31:55.379Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-12T04:32:17.308Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-12T04:32:18.685Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-12T04:32:20.059Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-12T04:32:20.625Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-12T04:32:22.000Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-12T04:32:26.182Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-12T04:32:27.551Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-12T04:32:29.453Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-12T04:32:31.352Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-12T04:32:32.284Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-12T04:32:32.852Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-12T04:32:33.420Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-12T04:32:34.354Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-12T04:32:35.299Z] $ docker stop --time=1 4a38bf969baaf2b47dcc76a8e6b6df0e6e6cd93017ecb5346192083a31f73036 [2024-08-12T04:32:39.209Z] $ docker rm -f --volumes 4a38bf969baaf2b47dcc76a8e6b6df0e6e6cd93017ecb5346192083a31f73036 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:32:40.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-12T04:32:40.408Z] [2024-08-12T04:32:40.408Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:32:40.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-12T04:32:40.704Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-12T04:32:40.704Z] 91d30c5bc195: Pulling fs layer [2024-08-12T04:32:40.704Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-12T04:32:40.704Z] 9c61dcf015f6: Pulling fs layer [2024-08-12T04:32:40.704Z] 4698f68db338: Pulling fs layer [2024-08-12T04:32:40.704Z] 2a2f49069b9e: Pulling fs layer [2024-08-12T04:32:40.704Z] e0025b399a48: Pulling fs layer [2024-08-12T04:32:40.704Z] 2a2f49069b9e: Waiting [2024-08-12T04:32:40.704Z] 4698f68db338: Waiting [2024-08-12T04:32:40.704Z] e0025b399a48: Waiting [2024-08-12T04:32:40.704Z] 91d30c5bc195: Verifying Checksum [2024-08-12T04:32:40.704Z] 4698f68db338: Download complete [2024-08-12T04:32:40.964Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-12T04:32:40.964Z] 2e9b0aa3be6d: Download complete [2024-08-12T04:32:40.964Z] e0025b399a48: Verifying Checksum [2024-08-12T04:32:40.964Z] e0025b399a48: Download complete [2024-08-12T04:32:40.964Z] 91d30c5bc195: Pull complete [2024-08-12T04:32:40.964Z] 2a2f49069b9e: Verifying Checksum [2024-08-12T04:32:40.964Z] 2a2f49069b9e: Download complete [2024-08-12T04:32:41.221Z] 2e9b0aa3be6d: Pull complete [2024-08-12T04:32:41.478Z] 9c61dcf015f6: Verifying Checksum [2024-08-12T04:32:41.478Z] 9c61dcf015f6: Download complete [2024-08-12T04:32:44.039Z] 9c61dcf015f6: Pull complete [2024-08-12T04:32:44.039Z] 4698f68db338: Pull complete [2024-08-12T04:32:44.039Z] 2a2f49069b9e: Pull complete [2024-08-12T04:32:44.039Z] e0025b399a48: Pull complete [2024-08-12T04:32:44.039Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-12T04:32:44.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-12T04:32:44.039Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T04:32:44.206Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T04:32:44.349Z] $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-08-12T04:32:47.090Z] $ docker top ff2d064bf78f80a0c8366c7cc9ea3814aea4e0f1be3a1cfcbc41914de7f6e0d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-12T04:32:47.478Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-12T04:32:50.013Z] #1 [core-metadata internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #1 transferring dockerfile: 2.06kB done [2024-08-12T04:32:50.013Z] #1 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #2 transferring dockerfile: 1.70kB done [2024-08-12T04:32:50.013Z] #2 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #3 transferring dockerfile: 2.50kB done [2024-08-12T04:32:50.013Z] #3 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #4 transferring dockerfile: 1.69kB done [2024-08-12T04:32:50.013Z] #4 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #5 transferring dockerfile: 3.17kB done [2024-08-12T04:32:50.013Z] #5 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #6 transferring dockerfile: 1.89kB done [2024-08-12T04:32:50.013Z] #6 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #7 transferring dockerfile: 1.81kB done [2024-08-12T04:32:50.013Z] #7 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #8 [support-scheduler internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #8 transferring dockerfile: 1.93kB done [2024-08-12T04:32:50.013Z] #8 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #9 [support-notifications internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #9 transferring dockerfile: 1.95kB done [2024-08-12T04:32:50.013Z] #9 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #10 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #10 transferring dockerfile: 1.85kB done [2024-08-12T04:32:50.013Z] #10 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #11 [core-command internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #11 transferring dockerfile: 1.93kB done [2024-08-12T04:32:50.013Z] #11 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #12 [core-data internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #12 transferring dockerfile: 2.01kB 0.0s done [2024-08-12T04:32:50.013Z] #12 DONE 0.1s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #13 transferring dockerfile: 2.23kB done [2024-08-12T04:32:50.013Z] #13 DONE 0.1s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #14 [core-metadata internal] load .dockerignore [2024-08-12T04:32:50.013Z] #14 transferring context: 50B done [2024-08-12T04:32:50.013Z] #14 DONE 0.0s [2024-08-12T04:32:50.013Z] [2024-08-12T04:32:50.013Z] #15 [core-keeper internal] load build definition from Dockerfile [2024-08-12T04:32:50.013Z] #15 transferring dockerfile: 2.01kB done [2024-08-12T04:32:50.272Z] #15 DONE 0.1s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #16 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-12T04:32:50.272Z] #16 transferring dockerfile: 2.15kB done [2024-08-12T04:32:50.272Z] #16 DONE 0.1s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #17 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-12T04:32:50.272Z] #17 transferring dockerfile: 2.49kB done [2024-08-12T04:32:50.272Z] #17 DONE 0.1s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #18 [security-spire-server internal] load .dockerignore [2024-08-12T04:32:50.272Z] #18 transferring context: 50B done [2024-08-12T04:32:50.272Z] #18 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #19 [security-proxy-setup internal] load .dockerignore [2024-08-12T04:32:50.272Z] #19 transferring context: 50B done [2024-08-12T04:32:50.272Z] #19 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #20 [security-spire-config internal] load .dockerignore [2024-08-12T04:32:50.272Z] #20 transferring context: 50B done [2024-08-12T04:32:50.272Z] #20 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #21 [security-bootstrapper internal] load .dockerignore [2024-08-12T04:32:50.272Z] #21 transferring context: 50B done [2024-08-12T04:32:50.272Z] #21 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #22 [support-scheduler internal] load .dockerignore [2024-08-12T04:32:50.272Z] #22 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2024-08-12T04:32:50.272Z] #23 transferring context: 50B done [2024-08-12T04:32:50.272Z] #23 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #24 [security-spire-agent internal] load .dockerignore [2024-08-12T04:32:50.272Z] #24 transferring context: 50B done [2024-08-12T04:32:50.272Z] #24 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #22 [support-scheduler internal] load .dockerignore [2024-08-12T04:32:50.272Z] #22 transferring context: 50B done [2024-08-12T04:32:50.272Z] #22 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #25 [support-notifications internal] load .dockerignore [2024-08-12T04:32:50.272Z] #25 transferring context: 50B done [2024-08-12T04:32:50.272Z] #25 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #26 [support-cron-scheduler internal] load .dockerignore [2024-08-12T04:32:50.272Z] #26 transferring context: 50B done [2024-08-12T04:32:50.272Z] #26 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #27 [core-command internal] load .dockerignore [2024-08-12T04:32:50.272Z] #27 transferring context: 50B done [2024-08-12T04:32:50.272Z] #27 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-12T04:32:50.272Z] #28 transferring context: 50B done [2024-08-12T04:32:50.272Z] #28 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-12T04:32:50.272Z] #29 DONE 0.0s [2024-08-12T04:32:50.272Z] [2024-08-12T04:32:50.272Z] #30 [core-data internal] load .dockerignore [2024-08-12T04:32:50.272Z] #30 transferring context: 50B done [2024-08-12T04:32:50.531Z] #30 DONE 0.1s [2024-08-12T04:32:50.531Z] [2024-08-12T04:32:50.531Z] #31 [core-keeper internal] load .dockerignore [2024-08-12T04:32:50.531Z] #31 transferring context: 50B done [2024-08-12T04:32:50.531Z] #31 DONE 0.0s [2024-08-12T04:32:50.531Z] [2024-08-12T04:32:50.531Z] #32 [security-proxy-auth internal] load .dockerignore [2024-08-12T04:32:50.531Z] #32 transferring context: 50B done [2024-08-12T04:32:50.531Z] #32 DONE 0.1s [2024-08-12T04:32:50.531Z] [2024-08-12T04:32:50.531Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-12T04:32:50.531Z] #33 ... [2024-08-12T04:32:50.531Z] [2024-08-12T04:32:50.531Z] #34 [security-secretstore-setup internal] load .dockerignore [2024-08-12T04:32:50.531Z] #34 transferring context: 50B done [2024-08-12T04:32:50.531Z] #34 DONE 0.2s [2024-08-12T04:32:50.531Z] [2024-08-12T04:32:50.531Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-12T04:32:50.531Z] #29 DONE 0.0s [2024-08-12T04:32:50.531Z] [2024-08-12T04:32:50.531Z] #35 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:32:50.531Z] #35 DONE 0.1s [2024-08-12T04:32:50.792Z] [2024-08-12T04:32:50.792Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-12T04:32:50.792Z] #29 DONE 0.0s [2024-08-12T04:32:50.792Z] [2024-08-12T04:32:50.792Z] #35 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:32:50.792Z] #35 DONE 0.2s [2024-08-12T04:32:50.792Z] [2024-08-12T04:32:50.792Z] #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-12T04:32:50.792Z] #36 DONE 0.5s [2024-08-12T04:32:50.792Z] [2024-08-12T04:32:50.792Z] #37 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:32:50.792Z] #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:32:50.792Z] #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:32:50.792Z] #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-12T04:32:50.792Z] #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-12T04:32:50.792Z] #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-12T04:32:50.792Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.1s [2024-08-12T04:32:50.792Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-12T04:32:51.067Z] #37 ... [2024-08-12T04:32:51.067Z] [2024-08-12T04:32:51.067Z] #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-12T04:32:51.067Z] #36 DONE 0.5s [2024-08-12T04:32:51.067Z] [2024-08-12T04:32:51.067Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-12T04:32:51.067Z] #29 DONE 0.0s [2024-08-12T04:32:51.067Z] [2024-08-12T04:32:51.067Z] #37 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:32:51.067Z] #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:32:51.067Z] #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:32:51.067Z] #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-12T04:32:51.067Z] #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-12T04:32:51.067Z] #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-12T04:32:51.067Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-12T04:32:51.067Z] #37 ... [2024-08-12T04:32:51.067Z] [2024-08-12T04:32:51.067Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-12T04:32:51.067Z] #29 DONE 0.0s [2024-08-12T04:32:51.067Z] [2024-08-12T04:32:51.067Z] #35 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:32:51.328Z] #35 ... [2024-08-12T04:32:51.328Z] [2024-08-12T04:32:51.328Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-12T04:32:51.328Z] #29 DONE 0.0s [2024-08-12T04:32:51.328Z] [2024-08-12T04:32:51.328Z] #35 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:32:56.596Z] #35 ... [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #38 [core-metadata internal] load build context [2024-08-12T04:32:56.596Z] #38 transferring context: 493.73MB 5.2s done [2024-08-12T04:32:56.596Z] #38 ... [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-12T04:32:56.596Z] #36 DONE 0.5s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #35 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:32:56.596Z] #35 DONE 5.5s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #39 [security-bootstrapper internal] load build context [2024-08-12T04:32:56.596Z] #39 transferring context: 493.73MB 3.9s done [2024-08-12T04:32:56.596Z] #39 DONE 5.6s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #40 [security-spiffe-token-provider internal] load build context [2024-08-12T04:32:56.596Z] #40 transferring context: 493.73MB 3.8s done [2024-08-12T04:32:56.596Z] #40 DONE 5.5s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #41 [security-proxy-setup internal] load build context [2024-08-12T04:32:56.596Z] #41 transferring context: 493.73MB 4.0s done [2024-08-12T04:32:56.596Z] #41 DONE 5.6s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #37 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:32:56.596Z] #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:32:56.596Z] #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:32:56.596Z] #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-12T04:32:56.596Z] #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-12T04:32:56.596Z] #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-12T04:32:56.596Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-12T04:32:56.596Z] #37 DONE 6.0s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #42 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-08-12T04:32:56.596Z] #42 DONE 5.7s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #43 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:32:56.596Z] #43 ... [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #38 [core-metadata internal] load build context [2024-08-12T04:32:56.596Z] #38 DONE 5.9s [2024-08-12T04:32:56.596Z] [2024-08-12T04:32:56.596Z] #44 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-12T04:32:56.853Z] #44 ... [2024-08-12T04:32:56.853Z] [2024-08-12T04:32:56.853Z] #37 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:32:56.853Z] #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:32:56.853Z] #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:32:56.853Z] #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-12T04:32:56.853Z] #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-12T04:32:56.853Z] #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-12T04:32:56.853Z] #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done [2024-08-12T04:32:56.853Z] #37 DONE 6.0s [2024-08-12T04:32:56.853Z] [2024-08-12T04:32:56.853Z] #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-12T04:32:56.853Z] #33 DONE 6.3s [2024-08-12T04:32:56.853Z] [2024-08-12T04:32:56.853Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-12T04:32:56.853Z] #45 DONE 6.1s [2024-08-12T04:32:57.111Z] [2024-08-12T04:32:57.111Z] #46 [security-spire-config internal] load build context [2024-08-12T04:32:57.111Z] #46 transferring context: 25.85kB 0.0s done [2024-08-12T04:32:57.111Z] #46 DONE 0.2s [2024-08-12T04:32:57.111Z] [2024-08-12T04:32:57.111Z] #47 [security-spire-server internal] load build context [2024-08-12T04:32:57.111Z] #47 transferring context: 27.60kB 0.0s done [2024-08-12T04:32:57.111Z] #47 DONE 0.2s [2024-08-12T04:32:57.111Z] [2024-08-12T04:32:57.111Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:32:57.111Z] #48 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-08-12T04:32:57.111Z] #48 ... [2024-08-12T04:32:57.111Z] [2024-08-12T04:32:57.111Z] #49 [security-spire-agent internal] load build context [2024-08-12T04:32:57.111Z] #49 transferring context: 27.13kB done [2024-08-12T04:32:57.111Z] #49 DONE 0.2s [2024-08-12T04:32:57.111Z] [2024-08-12T04:32:57.111Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:32:57.111Z] #48 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-12T04:32:57.111Z] #48 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s [2024-08-12T04:32:57.111Z] #48 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-08-12T04:32:57.111Z] #48 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s [2024-08-12T04:32:57.111Z] #48 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-12T04:32:57.111Z] #48 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-12T04:32:57.111Z] #48 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-08-12T04:32:57.111Z] #48 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-08-12T04:32:57.111Z] #48 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-08-12T04:32:57.111Z] #48 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-08-12T04:32:57.111Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.2s [2024-08-12T04:32:57.111Z] #48 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-08-12T04:32:57.370Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 0.3s [2024-08-12T04:32:57.370Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 11.53MB / 30.73MB 0.4s [2024-08-12T04:32:57.370Z] #48 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-12T04:32:57.627Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 20.97MB / 30.73MB 0.6s [2024-08-12T04:32:57.628Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 24.12MB / 30.73MB 0.7s [2024-08-12T04:32:57.886Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 29.36MB / 30.73MB 0.8s [2024-08-12T04:33:01.167Z] #48 ... [2024-08-12T04:33:01.167Z] [2024-08-12T04:33:01.167Z] #50 [support-cron-scheduler internal] load build context [2024-08-12T04:33:01.167Z] #50 ... [2024-08-12T04:33:01.167Z] [2024-08-12T04:33:01.167Z] #51 [support-notifications internal] load build context [2024-08-12T04:33:01.167Z] #51 ... [2024-08-12T04:33:01.167Z] [2024-08-12T04:33:01.167Z] #52 [core-command internal] load build context [2024-08-12T04:33:01.167Z] #52 ... [2024-08-12T04:33:01.167Z] [2024-08-12T04:33:01.167Z] #53 [support-scheduler internal] load build context [2024-08-12T04:33:01.167Z] #53 ... [2024-08-12T04:33:01.167Z] [2024-08-12T04:33:01.167Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:33:03.064Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 6.0s [2024-08-12T04:33:06.356Z] #48 ... [2024-08-12T04:33:06.356Z] [2024-08-12T04:33:06.356Z] #54 [core-common-config-bootstrapper internal] load build context [2024-08-12T04:33:06.356Z] #54 transferring context: 493.73MB 9.0s done [2024-08-12T04:33:06.356Z] #54 ... [2024-08-12T04:33:06.356Z] [2024-08-12T04:33:06.356Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:33:06.614Z] #55 ... [2024-08-12T04:33:06.614Z] [2024-08-12T04:33:06.614Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:06.614Z] #56 ... [2024-08-12T04:33:06.614Z] [2024-08-12T04:33:06.614Z] #57 [security-secretstore-setup internal] load build context [2024-08-12T04:33:06.614Z] #57 transferring context: 493.73MB 7.3s done [2024-08-12T04:33:06.614Z] #57 ... [2024-08-12T04:33:06.614Z] [2024-08-12T04:33:06.614Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-12T04:33:06.872Z] #58 ... [2024-08-12T04:33:06.873Z] [2024-08-12T04:33:06.873Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-12T04:33:06.873Z] #0 8.368 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:06.873Z] #0 8.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:06.873Z] #0 8.665 OK: 264 MiB in 52 packages [2024-08-12T04:33:06.873Z] #59 ... [2024-08-12T04:33:06.873Z] [2024-08-12T04:33:06.873Z] #60 [core-keeper internal] load build context [2024-08-12T04:33:06.873Z] #60 transferring context: 493.73MB 8.7s done [2024-08-12T04:33:07.129Z] #60 ... [2024-08-12T04:33:07.129Z] [2024-08-12T04:33:07.129Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-12T04:33:07.129Z] #61 ... [2024-08-12T04:33:07.129Z] [2024-08-12T04:33:07.129Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T04:33:07.129Z] #62 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done [2024-08-12T04:33:07.129Z] #62 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-12T04:33:07.129Z] #62 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-12T04:33:07.129Z] #62 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-12T04:33:07.129Z] #62 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-08-12T04:33:07.129Z] #62 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done [2024-08-12T04:33:07.129Z] #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done [2024-08-12T04:33:07.129Z] #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 3.9s done [2024-08-12T04:33:07.129Z] #62 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-12T04:33:07.129Z] #62 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done [2024-08-12T04:33:07.388Z] #62 ... [2024-08-12T04:33:07.388Z] [2024-08-12T04:33:07.388Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-12T04:33:07.388Z] #63 ... [2024-08-12T04:33:07.388Z] [2024-08-12T04:33:07.388Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-12T04:33:07.388Z] #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.388Z] #0 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.388Z] #0 1.674 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:33:07.388Z] #0 1.674 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:33:07.388Z] #0 1.674 OK: 20077 distinct packages available [2024-08-12T04:33:07.388Z] #0 1.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.388Z] #0 1.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.388Z] #0 1.992 OK: 264 MiB in 52 packages [2024-08-12T04:33:07.647Z] #64 ... [2024-08-12T04:33:07.647Z] [2024-08-12T04:33:07.647Z] #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:33:07.647Z] #0 0.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.647Z] #0 0.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.647Z] #0 1.274 OK: 264 MiB in 52 packages [2024-08-12T04:33:07.647Z] #65 ... [2024-08-12T04:33:07.647Z] [2024-08-12T04:33:07.647Z] #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-12T04:33:07.647Z] #0 5.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.647Z] #0 5.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:07.647Z] #0 5.362 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:07.647Z] #0 5.365 (2/2) Installing su-exec (0.2-r3) [2024-08-12T04:33:07.647Z] #0 5.368 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:07.647Z] #0 5.373 OK: 7 MiB in 17 packages [2024-08-12T04:33:08.037Z] #66 ... [2024-08-12T04:33:08.037Z] [2024-08-12T04:33:08.037Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-12T04:33:08.037Z] #0 0.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:08.037Z] #0 1.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:08.037Z] #0 1.269 (1/4) Installing ca-certificates (20240226-r0) [2024-08-12T04:33:08.037Z] #0 1.299 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:08.037Z] #0 1.299 (3/4) Installing su-exec (0.2-r3) [2024-08-12T04:33:08.037Z] #0 1.304 (4/4) Installing yq (4.33.3-r5) [2024-08-12T04:33:08.037Z] #0 1.378 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:08.037Z] #0 1.392 Executing ca-certificates-20240226-r0.trigger [2024-08-12T04:33:08.037Z] #0 1.443 OK: 17 MiB in 19 packages [2024-08-12T04:33:08.298Z] #67 ... [2024-08-12T04:33:08.298Z] [2024-08-12T04:33:08.298Z] #68 [security-proxy-auth internal] load build context [2024-08-12T04:33:08.298Z] #68 transferring context: 493.73MB 8.8s done [2024-08-12T04:33:08.298Z] #68 ... [2024-08-12T04:33:08.298Z] [2024-08-12T04:33:08.298Z] #43 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:33:08.298Z] #43 1.108 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:08.298Z] #43 1.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:08.298Z] #43 1.456 OK: 264 MiB in 52 packages [2024-08-12T04:33:08.829Z] #43 ... [2024-08-12T04:33:08.829Z] [2024-08-12T04:33:08.829Z] #44 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:08.829Z] #44 1.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:08.829Z] #44 1.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:08.829Z] #44 1.588 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:08.829Z] #44 1.591 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:08.829Z] #44 1.605 OK: 7 MiB in 16 packages [2024-08-12T04:33:08.829Z] #44 ... [2024-08-12T04:33:08.829Z] [2024-08-12T04:33:08.829Z] #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-12T04:33:09.351Z] #69 ... [2024-08-12T04:33:09.351Z] [2024-08-12T04:33:09.351Z] #70 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-12T04:33:09.351Z] #0 6.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:09.351Z] #0 6.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:09.351Z] #0 7.166 (1/2) Installing ca-certificates (20240226-r0) [2024-08-12T04:33:09.351Z] #0 7.176 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:09.351Z] #0 7.181 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:09.351Z] #0 7.187 Executing ca-certificates-20240226-r0.trigger [2024-08-12T04:33:09.351Z] #0 7.227 OK: 8 MiB in 17 packages [2024-08-12T04:33:09.351Z] #70 ... [2024-08-12T04:33:09.351Z] [2024-08-12T04:33:09.351Z] #71 [core-data internal] load build context [2024-08-12T04:33:09.351Z] #71 transferring context: 493.73MB 10.6s done [2024-08-12T04:33:09.755Z] #71 ... [2024-08-12T04:33:09.755Z] [2024-08-12T04:33:09.755Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:33:09.755Z] #72 ... [2024-08-12T04:33:09.755Z] [2024-08-12T04:33:09.755Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:33:09.755Z] #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 7.6s done [2024-08-12T04:33:09.755Z] #48 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done [2024-08-12T04:33:11.140Z] #48 ... [2024-08-12T04:33:11.140Z] [2024-08-12T04:33:11.140Z] #51 [support-notifications internal] load build context [2024-08-12T04:33:11.140Z] #51 transferring context: 493.73MB 8.2s done [2024-08-12T04:33:11.140Z] #51 ... [2024-08-12T04:33:11.140Z] [2024-08-12T04:33:11.140Z] #52 [core-command internal] load build context [2024-08-12T04:33:11.140Z] #52 transferring context: 493.73MB 8.4s done [2024-08-12T04:33:11.399Z] #52 ... [2024-08-12T04:33:11.399Z] [2024-08-12T04:33:11.399Z] #53 [support-scheduler internal] load build context [2024-08-12T04:33:11.399Z] #53 transferring context: 493.73MB 9.5s done [2024-08-12T04:33:11.703Z] #53 ... [2024-08-12T04:33:11.703Z] [2024-08-12T04:33:11.703Z] #50 [support-cron-scheduler internal] load build context [2024-08-12T04:33:11.703Z] #50 transferring context: 493.73MB 9.2s done [2024-08-12T04:33:16.324Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7539 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-12T04:33:16.342Z] Running in /w/workspace/edgex-go/668 [Pipeline] { [Pipeline] checkout [2024-08-12T04:33:19.418Z] The recommended git tool is: git [2024-08-12T04:33:19.840Z] #50 ... [2024-08-12T04:33:19.840Z] [2024-08-12T04:33:19.840Z] #57 [security-secretstore-setup internal] load build context [2024-08-12T04:33:19.840Z] #57 DONE 23.6s [2024-08-12T04:33:20.099Z] [2024-08-12T04:33:20.099Z] #50 [support-cron-scheduler internal] load build context [2024-08-12T04:33:27.067Z] using credential edgex-jenkins-ssh [2024-08-12T04:33:27.099Z] Cloning the remote Git repository [2024-08-12T04:33:27.152Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-12T04:33:28.352Z] #50 DONE 36.3s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #51 [support-notifications internal] load build context [2024-08-12T04:33:28.352Z] #51 DONE 36.2s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #52 [core-command internal] load build context [2024-08-12T04:33:28.352Z] #52 DONE 36.2s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #60 [core-keeper internal] load build context [2024-08-12T04:33:28.352Z] #60 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #54 [core-common-config-bootstrapper internal] load build context [2024-08-12T04:33:28.352Z] #54 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #68 [security-proxy-auth internal] load build context [2024-08-12T04:33:28.352Z] #68 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:33:28.352Z] #72 ... [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #53 [support-scheduler internal] load build context [2024-08-12T04:33:28.352Z] #53 DONE 36.3s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #71 [core-data internal] load build context [2024-08-12T04:33:28.352Z] #71 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-12T04:33:28.352Z] #64 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-12T04:33:28.352Z] #59 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:33:28.352Z] #65 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-12T04:33:28.352Z] #70 DONE 30.9s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-12T04:33:28.352Z] #67 DONE 31.0s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #43 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:33:28.352Z] #43 DONE 31.1s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #44 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:28.352Z] #44 DONE 31.1s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #73 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-12T04:33:28.352Z] #73 ... [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:33:28.352Z] #72 DONE 31.0s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-12T04:33:28.352Z] #66 DONE 31.0s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #74 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:33:28.352Z] #74 DONE 0.2s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:33:28.352Z] #75 DONE 0.2s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #76 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:33:28.352Z] #76 DONE 0.1s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #77 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:33:28.352Z] #77 DONE 0.2s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T04:33:28.352Z] #62 DONE 30.6s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:33:28.352Z] #48 DONE 30.6s [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.352Z] #78 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:33:28.352Z] #78 ... [2024-08-12T04:33:28.352Z] [2024-08-12T04:33:28.353Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:33:28.353Z] #55 DONE 31.9s [2024-08-12T04:33:28.353Z] [2024-08-12T04:33:28.353Z] #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:28.353Z] #79 ... [2024-08-12T04:33:28.353Z] [2024-08-12T04:33:28.353Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:28.353Z] #56 31.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:28.353Z] #56 31.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:28.353Z] #56 32.04 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:28.353Z] #56 32.04 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:28.353Z] #56 32.05 OK: 7 MiB in 16 packages [2024-08-12T04:33:28.353Z] #56 DONE 32.1s [2024-08-12T04:33:28.611Z] [2024-08-12T04:33:28.611Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-12T04:33:28.611Z] #58 32.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:28.611Z] #58 32.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:27.330Z] > git init /w/workspace/edgex-go/668 # timeout=10 [2024-08-12T04:33:27.628Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-12T04:33:27.629Z] > git --version # timeout=10 [2024-08-12T04:33:27.658Z] > git --version # 'git version 2.25.1' [2024-08-12T04:33:27.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-12T04:33:27.882Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-12T04:33:28.870Z] #58 32.40 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:28.870Z] #58 32.40 (2/4) Installing openssl (3.1.6-r0) [2024-08-12T04:33:28.870Z] #58 32.42 (3/4) Installing su-exec (0.2-r3) [2024-08-12T04:33:28.870Z] #58 32.42 (4/4) Installing yq (4.33.3-r5) [2024-08-12T04:33:28.870Z] #58 32.48 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:28.870Z] #58 32.49 OK: 17 MiB in 19 packages [2024-08-12T04:33:29.130Z] #58 DONE 32.7s [2024-08-12T04:33:29.130Z] [2024-08-12T04:33:29.130Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-12T04:33:29.390Z] #80 ... [2024-08-12T04:33:29.390Z] [2024-08-12T04:33:29.390Z] #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-12T04:33:29.390Z] #69 31.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #69 31.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #69 32.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:33:29.390Z] #69 32.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:33:29.390Z] #69 32.02 OK: 20070 distinct packages available [2024-08-12T04:33:29.390Z] #69 32.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #69 32.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #69 32.37 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:29.390Z] #69 32.37 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-12T04:33:29.390Z] #69 32.38 (3/5) Installing libucontext (1.2-r2) [2024-08-12T04:33:29.390Z] #69 32.38 (4/5) Installing gcompat (1.1.0-r1) [2024-08-12T04:33:29.390Z] #69 32.39 (5/5) Installing openssl (3.1.6-r0) [2024-08-12T04:33:29.390Z] #69 32.40 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:29.390Z] #69 32.41 OK: 8 MiB in 20 packages [2024-08-12T04:33:29.390Z] #69 DONE 32.5s [2024-08-12T04:33:29.390Z] [2024-08-12T04:33:29.390Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-12T04:33:29.390Z] #63 31.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #63 31.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #63 32.10 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:33:29.390Z] #63 32.10 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:33:29.390Z] #63 32.10 OK: 20070 distinct packages available [2024-08-12T04:33:29.390Z] #63 32.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #63 32.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #63 32.47 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:29.390Z] #63 32.47 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-12T04:33:29.390Z] #63 32.49 (3/4) Installing libucontext (1.2-r2) [2024-08-12T04:33:29.390Z] #63 32.49 (4/4) Installing gcompat (1.1.0-r1) [2024-08-12T04:33:29.390Z] #63 32.49 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:29.390Z] #63 32.49 OK: 8 MiB in 19 packages [2024-08-12T04:33:29.390Z] #63 DONE 32.6s [2024-08-12T04:33:29.390Z] [2024-08-12T04:33:29.390Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:33:29.390Z] #0 1.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #0 1.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.390Z] #0 2.136 OK: 8 MiB in 17 packages [2024-08-12T04:33:29.390Z] #81 DONE 2.3s [2024-08-12T04:33:29.648Z] [2024-08-12T04:33:29.648Z] #73 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-08-12T04:33:29.648Z] #73 1.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.648Z] #73 1.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.648Z] #73 2.173 OK: 7 MiB in 16 packages [2024-08-12T04:33:29.648Z] #73 DONE 2.5s [2024-08-12T04:33:29.648Z] [2024-08-12T04:33:29.648Z] #82 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-12T04:33:29.908Z] #82 ... [2024-08-12T04:33:29.908Z] [2024-08-12T04:33:29.908Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-12T04:33:29.908Z] #0 2.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.908Z] #0 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:29.908Z] #0 2.459 OK: 17 MiB in 19 packages [2024-08-12T04:33:29.908Z] #83 DONE 2.6s [2024-08-12T04:33:30.164Z] [2024-08-12T04:33:30.164Z] #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-12T04:33:30.164Z] #0 2.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.164Z] #0 2.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.164Z] #0 2.569 OK: 7 MiB in 17 packages [2024-08-12T04:33:30.164Z] #84 DONE 2.7s [2024-08-12T04:33:30.164Z] [2024-08-12T04:33:30.164Z] #85 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-12T04:33:30.727Z] #85 ... [2024-08-12T04:33:30.727Z] [2024-08-12T04:33:30.727Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-12T04:33:30.727Z] #61 32.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.727Z] #61 33.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.727Z] #61 33.40 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:33:30.727Z] #61 33.40 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:33:30.727Z] #61 33.40 OK: 20070 distinct packages available [2024-08-12T04:33:30.727Z] #61 33.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.727Z] #61 33.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.727Z] #61 33.76 (1/11) Installing ca-certificates (20240226-r0) [2024-08-12T04:33:30.727Z] #61 33.77 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-12T04:33:30.727Z] #61 33.78 (3/11) Installing libunistring (1.1-r1) [2024-08-12T04:33:30.727Z] #61 33.80 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-12T04:33:30.727Z] #61 33.81 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-12T04:33:30.727Z] #61 33.81 (6/11) Installing libcurl (8.9.0-r0) [2024-08-12T04:33:30.727Z] #61 33.82 (7/11) Installing curl (8.9.0-r0) [2024-08-12T04:33:30.727Z] #61 33.83 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:30.727Z] #61 33.83 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-12T04:33:30.727Z] #61 33.83 (10/11) Installing libucontext (1.2-r2) [2024-08-12T04:33:30.727Z] #61 33.84 (11/11) Installing gcompat (1.1.0-r1) [2024-08-12T04:33:30.727Z] #61 33.84 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:30.727Z] #61 33.85 Executing ca-certificates-20240226-r0.trigger [2024-08-12T04:33:30.727Z] #61 33.90 OK: 12 MiB in 26 packages [2024-08-12T04:33:30.727Z] #61 DONE 34.2s [2024-08-12T04:33:30.727Z] [2024-08-12T04:33:30.727Z] #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:30.727Z] #79 2.459 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.985Z] #79 ... [2024-08-12T04:33:30.985Z] [2024-08-12T04:33:30.985Z] #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-12T04:33:30.985Z] #0 2.149 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.985Z] #0 2.671 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:30.985Z] #0 3.345 OK: 264 MiB in 52 packages [2024-08-12T04:33:30.985Z] #86 DONE 3.6s [2024-08-12T04:33:30.985Z] [2024-08-12T04:33:30.985Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-12T04:33:30.985Z] #87 DONE 0.0s [2024-08-12T04:33:30.985Z] [2024-08-12T04:33:30.985Z] #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:33:31.554Z] #88 ... [2024-08-12T04:33:31.554Z] [2024-08-12T04:33:31.554Z] #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:33:31.554Z] #0 2.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:31.554Z] #0 2.811 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:31.554Z] #0 3.049 OK: 7 MiB in 16 packages [2024-08-12T04:33:31.554Z] #89 DONE 3.2s [2024-08-12T04:33:31.812Z] [2024-08-12T04:33:31.812Z] #85 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-12T04:33:31.812Z] #85 DONE 1.7s [2024-08-12T04:33:31.812Z] [2024-08-12T04:33:31.812Z] #90 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-12T04:33:31.812Z] #90 DONE 0.0s [2024-08-12T04:33:31.812Z] [2024-08-12T04:33:31.812Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-12T04:33:31.812Z] #80 2.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:31.812Z] #80 2.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:31.812Z] #80 2.661 OK: 17 MiB in 19 packages [2024-08-12T04:33:31.812Z] #80 DONE 2.7s [2024-08-12T04:33:31.812Z] [2024-08-12T04:33:31.812Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-12T04:33:31.812Z] #91 DONE 0.0s [2024-08-12T04:33:31.812Z] [2024-08-12T04:33:31.812Z] #82 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-12T04:33:31.812Z] #82 2.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:31.812Z] #82 2.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:31.812Z] #82 2.371 OK: 8 MiB in 20 packages [2024-08-12T04:33:32.265Z] #82 DONE 2.5s [2024-08-12T04:33:32.265Z] [2024-08-12T04:33:32.265Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:33:33.197Z] #92 DONE 1.1s [2024-08-12T04:33:33.197Z] [2024-08-12T04:33:33.197Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-12T04:33:33.197Z] #0 2.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:33.197Z] #0 2.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:33.197Z] #0 2.475 OK: 8 MiB in 19 packages [2024-08-12T04:33:33.197Z] #93 DONE 3.5s [2024-08-12T04:33:33.197Z] [2024-08-12T04:33:33.197Z] #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-12T04:33:33.197Z] #79 2.957 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:33.197Z] #79 3.627 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-12T04:33:33.197Z] #79 4.230 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:33:33.197Z] #79 4.238 OK: 7 MiB in 16 packages [2024-08-12T04:33:33.197Z] #79 DONE 4.8s [2024-08-12T04:33:33.197Z] [2024-08-12T04:33:33.197Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-12T04:33:33.197Z] #94 DONE 1.1s [2024-08-12T04:33:33.197Z] [2024-08-12T04:33:33.197Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:33:33.762Z] #95 ... [2024-08-12T04:33:33.762Z] [2024-08-12T04:33:33.762Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-12T04:33:33.762Z] #96 DONE 0.7s [2024-08-12T04:33:33.762Z] [2024-08-12T04:33:33.762Z] #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:33:33.762Z] #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:33.762Z] #0 2.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-12T04:33:33.762Z] #0 2.779 OK: 12 MiB in 26 packages [2024-08-12T04:33:33.762Z] #97 DONE 3.2s [2024-08-12T04:33:33.762Z] [2024-08-12T04:33:33.762Z] #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:33:33.762Z] #98 DONE 0.8s [2024-08-12T04:33:34.021Z] [2024-08-12T04:33:34.021Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-12T04:33:34.281Z] #99 DONE 0.5s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-12T04:33:34.281Z] #100 DONE 0.5s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:33:34.281Z] #95 DONE 1.2s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-12T04:33:34.281Z] #101 DONE 0.1s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:33:34.281Z] #102 DONE 0.1s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-12T04:33:34.281Z] #103 DONE 0.1s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-12T04:33:34.281Z] #104 DONE 0.1s [2024-08-12T04:33:34.281Z] [2024-08-12T04:33:34.281Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:33:34.541Z] #105 DONE 0.1s [2024-08-12T04:33:34.541Z] [2024-08-12T04:33:34.541Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-12T04:33:34.541Z] #106 DONE 0.1s [2024-08-12T04:33:34.541Z] [2024-08-12T04:33:34.541Z] #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-12T04:33:34.541Z] #107 DONE 0.1s [2024-08-12T04:33:34.541Z] [2024-08-12T04:33:34.541Z] #108 [security-spire-server] exporting to image [2024-08-12T04:33:34.541Z] #108 exporting layers [2024-08-12T04:33:34.541Z] #108 ... [2024-08-12T04:33:34.541Z] [2024-08-12T04:33:34.541Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:33:34.541Z] #109 DONE 0.1s [2024-08-12T04:33:34.541Z] [2024-08-12T04:33:34.541Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-12T04:33:34.541Z] #110 DONE 0.1s [2024-08-12T04:33:34.541Z] [2024-08-12T04:33:34.541Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-12T04:33:34.541Z] #111 DONE 0.1s [2024-08-12T04:33:34.799Z] [2024-08-12T04:33:34.799Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-12T04:33:34.799Z] #112 DONE 0.1s [2024-08-12T04:33:34.799Z] [2024-08-12T04:33:34.799Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-12T04:33:34.799Z] #113 DONE 0.1s [2024-08-12T04:33:34.799Z] [2024-08-12T04:33:34.799Z] #108 [security-spire-agent] exporting to image [2024-08-12T04:33:35.365Z] #108 exporting layers 0.6s done [2024-08-12T04:33:35.365Z] #108 writing image sha256:631686e604c636d439635ba1946684dfbcb3ede11e7bc2877f2c3574f975ec91 done [2024-08-12T04:33:35.365Z] #108 naming to docker.io/library/security-spire-server done [2024-08-12T04:33:35.365Z] #108 exporting layers 0.6s done [2024-08-12T04:33:35.366Z] #108 writing image sha256:60b53ef45fe5453fd99a7038676534bd718303cbe3153b759c2058a7da569b23 done [2024-08-12T04:33:35.366Z] #108 naming to docker.io/library/security-spire-config done [2024-08-12T04:33:35.366Z] #108 writing image sha256:eb95db722b8010ffc3607343aabf55e7d7195a80956518c04f1ce7d307cd9a3e done [2024-08-12T04:33:35.366Z] #108 naming to docker.io/library/security-spire-agent done [2024-08-12T04:33:35.366Z] #108 DONE 0.8s [2024-08-12T04:33:35.366Z] [2024-08-12T04:33:35.366Z] #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:33:37.892Z] #114 ... [2024-08-12T04:33:37.892Z] [2024-08-12T04:33:37.892Z] #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:33:37.892Z] #115 ... [2024-08-12T04:33:37.892Z] [2024-08-12T04:33:37.892Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:33:45.443Z] Avoid second fetch [2024-08-12T04:33:45.444Z] Checking out Revision 5b52836589dd35a32aa4e46bc21db318ab9ee317 (main) [2024-08-12T04:33:46.233Z] Commit message: "Merge pull request #4858 from jackchenjc/issue-4856" [2024-08-12T04:33:44.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-12T04:33:44.665Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-12T04:33:45.459Z] > git config core.sparsecheckout # timeout=10 [2024-08-12T04:33:45.521Z] > git checkout -f 5b52836589dd35a32aa4e46bc21db318ab9ee317 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-12T04:33:50.950Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-12T04:33:50.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T04:33:50.950Z] Dload Upload Total Spent Left Speed [2024-08-12T04:33:50.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 93635 0 --:--:-- --:--:-- --:--:-- 93635 [Pipeline] sh [2024-08-12T04:33:51.284Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-12T04:33:51.625Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2024-08-12T04:33:51.625Z] sudo tee /etc/docker/daemon.new [2024-08-12T04:33:51.625Z] { [2024-08-12T04:33:51.625Z] "registry-mirrors": [ [2024-08-12T04:33:51.625Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-12T04:33:51.625Z] ], [2024-08-12T04:33:51.625Z] "bip": "10.250.0.254/24", [2024-08-12T04:33:51.625Z] "hosts": [ [2024-08-12T04:33:51.625Z] "tcp://0.0.0.0:5555", [2024-08-12T04:33:51.625Z] "unix:///var/run/docker.sock" [2024-08-12T04:33:51.625Z] ], [2024-08-12T04:33:51.625Z] "mtu": 1458, [2024-08-12T04:33:51.625Z] "selinux-enabled": true, [2024-08-12T04:33:51.625Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-12T04:33:51.625Z] } [Pipeline] sh [2024-08-12T04:33:51.962Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-12T04:33:52.288Z] + sudo service docker restart [2024-08-12T04:34:04.726Z] #116 DONE 37.3s [2024-08-12T04:34:04.726Z] [2024-08-12T04:34:04.726Z] #78 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:04.726Z] #78 DONE 37.3s [2024-08-12T04:34:04.726Z] [2024-08-12T04:34:04.726Z] #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:04.726Z] #88 DONE 33.7s [2024-08-12T04:34:04.726Z] [2024-08-12T04:34:04.726Z] #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:04.726Z] #114 DONE 37.3s [2024-08-12T04:34:04.726Z] [2024-08-12T04:34:04.726Z] #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:04.726Z] #115 DONE 37.3s [2024-08-12T04:34:04.726Z] [2024-08-12T04:34:04.726Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-12T04:34:10.604Z] provisioning config files... [2024-08-12T04:34:10.625Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config15235156417240948928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-12T04:34:11.063Z] ---> ****-login.sh [2024-08-12T04:34:11.064Z] nexus3.edgexfoundry.org:10001 [2024-08-12T04:34:11.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:34:11.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:34:11.927Z] Configure a credential helper to remove this warning. See [2024-08-12T04:34:11.927Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:34:11.927Z] [2024-08-12T04:34:11.927Z] Login Succeeded [2024-08-12T04:34:11.927Z] nexus3.edgexfoundry.org:10002 [2024-08-12T04:34:11.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:34:12.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:34:12.204Z] Configure a credential helper to remove this warning. See [2024-08-12T04:34:12.204Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:34:12.204Z] [2024-08-12T04:34:12.204Z] Login Succeeded [2024-08-12T04:34:12.204Z] nexus3.edgexfoundry.org:10003 [2024-08-12T04:34:12.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:34:12.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:34:12.474Z] Configure a credential helper to remove this warning. See [2024-08-12T04:34:12.474Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:34:12.474Z] [2024-08-12T04:34:12.474Z] Login Succeeded [2024-08-12T04:34:12.474Z] nexus3.edgexfoundry.org:10004 [2024-08-12T04:34:12.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:34:12.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:34:12.745Z] Configure a credential helper to remove this warning. See [2024-08-12T04:34:12.745Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:34:12.745Z] [2024-08-12T04:34:12.745Z] Login Succeeded [2024-08-12T04:34:12.745Z] ****.io [2024-08-12T04:34:13.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:34:13.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:34:13.279Z] Configure a credential helper to remove this warning. See [2024-08-12T04:34:13.279Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:34:13.279Z] [2024-08-12T04:34:13.279Z] Login Succeeded [2024-08-12T04:34:13.279Z] ---> ****-login.sh ends [Pipeline] } [2024-08-12T04:34:13.292Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-08-12T04:34:13.910Z] + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] echo [2024-08-12T04:34:13.930Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-12T04:34:13.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-12T04:34:13.968Z] ========================================================= [2024-08-12T04:34:13.968Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-12T04:34:13.968Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-12T04:34:14.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-12T04:34:14.302Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-12T04:34:14.302Z] c6b39de5b339: Pulling fs layer [2024-08-12T04:34:14.302Z] a69c41024577: Pulling fs layer [2024-08-12T04:34:14.302Z] d6de4b400683: Pulling fs layer [2024-08-12T04:34:14.302Z] 35cb2a7552d0: Pulling fs layer [2024-08-12T04:34:14.302Z] 4f4fb700ef54: Pulling fs layer [2024-08-12T04:34:14.302Z] 464afbd9ba4c: Pulling fs layer [2024-08-12T04:34:14.302Z] 00f215d4a9da: Pulling fs layer [2024-08-12T04:34:14.302Z] d496ad576159: Pulling fs layer [2024-08-12T04:34:14.302Z] 4f4fb700ef54: Waiting [2024-08-12T04:34:14.302Z] 464afbd9ba4c: Waiting [2024-08-12T04:34:14.302Z] 00f215d4a9da: Waiting [2024-08-12T04:34:14.302Z] d496ad576159: Waiting [2024-08-12T04:34:14.302Z] 35cb2a7552d0: Waiting [2024-08-12T04:34:14.579Z] a69c41024577: Verifying Checksum [2024-08-12T04:34:14.579Z] a69c41024577: Download complete [2024-08-12T04:34:14.579Z] 35cb2a7552d0: Verifying Checksum [2024-08-12T04:34:14.579Z] 35cb2a7552d0: Download complete [2024-08-12T04:34:14.579Z] 4f4fb700ef54: Verifying Checksum [2024-08-12T04:34:14.579Z] 4f4fb700ef54: Download complete [2024-08-12T04:34:14.579Z] 464afbd9ba4c: Verifying Checksum [2024-08-12T04:34:14.579Z] 464afbd9ba4c: Download complete [2024-08-12T04:34:14.579Z] c6b39de5b339: Verifying Checksum [2024-08-12T04:34:14.579Z] c6b39de5b339: Download complete [2024-08-12T04:34:14.699Z] #117 ... [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #118 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #118 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #119 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #120 [support-scheduler builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #120 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #121 [support-cron-scheduler builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #121 DONE 9.8s [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #122 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #122 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #123 [core-data builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #123 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #124 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #125 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #125 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #126 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #127 [core-command builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #127 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #128 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #128 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #129 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #129 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #130 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #131 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #132 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #133 [security-proxy-auth builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #133 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #134 [core-metadata builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #134 DONE 9.8s [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #135 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T04:34:14.699Z] #135 ... [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #136 [support-notifications builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #136 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #137 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #137 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #138 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #138 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #139 [security-proxy-setup builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #139 DONE 9.8s [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #140 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #141 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #142 [security-bootstrapper builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #142 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #117 DONE 9.8s [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:34:14.699Z] #143 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #144 [security-secretstore-setup builder 6/7] COPY . . [2024-08-12T04:34:14.699Z] #144 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:34:14.699Z] #145 CACHED [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #146 [core-keeper builder 7/8] COPY . . [2024-08-12T04:34:14.699Z] #146 DONE 9.9s [2024-08-12T04:34:14.699Z] [2024-08-12T04:34:14.699Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-12T04:34:15.167Z] d496ad576159: Verifying Checksum [2024-08-12T04:34:15.168Z] d496ad576159: Download complete [2024-08-12T04:34:15.442Z] c6b39de5b339: Pull complete [2024-08-12T04:34:16.032Z] a69c41024577: Pull complete [2024-08-12T04:34:16.073Z] #147 1.213 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-12T04:34:16.302Z] d6de4b400683: Verifying Checksum [2024-08-12T04:34:16.303Z] d6de4b400683: Download complete [2024-08-12T04:34:17.267Z] 00f215d4a9da: Verifying Checksum [2024-08-12T04:34:17.267Z] 00f215d4a9da: Download complete [2024-08-12T04:34:26.036Z] #147 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-12T04:34:26.036Z] #0 1.232 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-12T04:34:26.036Z] #148 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T04:34:26.036Z] #0 0.768 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-12T04:34:26.036Z] #149 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-12T04:34:26.036Z] #0 0.973 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-12T04:34:26.036Z] #150 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-12T04:34:26.036Z] #0 1.709 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-12T04:34:26.036Z] #151 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-12T04:34:26.036Z] #0 1.400 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-12T04:34:26.036Z] #152 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-12T04:34:26.036Z] #0 0.611 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-12T04:34:26.036Z] #153 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T04:34:26.036Z] #0 1.355 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-12T04:34:26.036Z] #154 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-12T04:34:26.036Z] #0 1.347 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-12T04:34:26.036Z] #155 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T04:34:26.036Z] #0 0.314 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-12T04:34:26.036Z] #156 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #135 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T04:34:26.036Z] #135 1.258 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-12T04:34:26.036Z] #135 ... [2024-08-12T04:34:26.036Z] [2024-08-12T04:34:26.036Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-12T04:34:26.036Z] #0 0.399 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-12T04:34:26.294Z] #157 ... [2024-08-12T04:34:26.294Z] [2024-08-12T04:34:26.294Z] #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-12T04:34:26.294Z] #0 1.719 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-12T04:34:29.605Z] d6de4b400683: Pull complete [2024-08-12T04:34:29.605Z] 35cb2a7552d0: Pull complete [2024-08-12T04:34:29.605Z] 4f4fb700ef54: Pull complete [2024-08-12T04:34:29.605Z] 464afbd9ba4c: Pull complete [2024-08-12T04:34:39.713Z] 00f215d4a9da: Pull complete [2024-08-12T04:34:39.992Z] d496ad576159: Pull complete [2024-08-12T04:34:39.992Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-12T04:34:39.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-12T04:34:39.992Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-12T04:34:40.602Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-12T04:34:40.602Z] WORKDIR /edgex [2024-08-12T04:34:40.602Z] COPY go.mod . [2024-08-12T04:34:40.602Z] RUN go mod download [2024-08-12T04:34:40.602Z] + docker build -t ci-base-image-arm64 -f - . [2024-08-12T04:34:41.195Z] Sending build context to Docker daemon 3.412MB [2024-08-12T04:34:41.195Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-12T04:34:41.195Z] ---> f246e2811388 [2024-08-12T04:34:41.195Z] Step 2/4 : WORKDIR /edgex [2024-08-12T04:34:43.167Z] ---> Running in 657b31e085e2 [2024-08-12T04:34:43.167Z] Removing intermediate container 657b31e085e2 [2024-08-12T04:34:43.167Z] ---> fda6d9c169c6 [2024-08-12T04:34:43.167Z] Step 3/4 : COPY go.mod . [2024-08-12T04:34:43.758Z] ---> d3995701f0d3 [2024-08-12T04:34:43.758Z] Step 4/4 : RUN go mod download [2024-08-12T04:34:43.758Z] ---> Running in 12c6867ab863 [2024-08-12T04:35:51.632Z] Removing intermediate container 12c6867ab863 [2024-08-12T04:35:51.632Z] ---> bbb3213e7a83 [2024-08-12T04:35:51.632Z] Successfully built bbb3213e7a83 [2024-08-12T04:35:51.632Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:35:51.961Z] + docker inspect -f . ci-base-image-arm64 [2024-08-12T04:35:51.961Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T04:35:52.172Z] prd-ubuntu20.04-docker-arm64-4c-16g-7539 does not seem to be running inside a container [2024-08-12T04:35:52.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-08-12T04:35:53.453Z] $ docker top 6c7990d7bd3bb5fbdf3c81cf5b2b0fe1a753c7b0b8917cd2d3d8c02d8c550621 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-12T04:35:54.296Z] + go version [2024-08-12T04:35:54.296Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-12T04:35:54.314Z] $ docker stop --time=1 6c7990d7bd3bb5fbdf3c81cf5b2b0fe1a753c7b0b8917cd2d3d8c02d8c550621 [2024-08-12T04:35:55.935Z] $ docker rm -f --volumes 6c7990d7bd3bb5fbdf3c81cf5b2b0fe1a753c7b0b8917cd2d3d8c02d8c550621 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:35:56.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-12T04:35:56.603Z] [2024-08-12T04:35:56.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:35:56.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-12T04:35:56.939Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-12T04:35:56.939Z] 547446be3368: Pulling fs layer [2024-08-12T04:35:56.939Z] d125d8839a47: Pulling fs layer [2024-08-12T04:35:56.939Z] 3e85d5ac6304: Pulling fs layer [2024-08-12T04:35:56.939Z] c3105a71a48b: Pulling fs layer [2024-08-12T04:35:56.939Z] 0f093f025ec4: Pulling fs layer [2024-08-12T04:35:56.939Z] c3106fc0e877: Pulling fs layer [2024-08-12T04:35:56.939Z] c3105a71a48b: Waiting [2024-08-12T04:35:56.939Z] 0f093f025ec4: Waiting [2024-08-12T04:35:56.939Z] c3106fc0e877: Waiting [2024-08-12T04:35:57.209Z] 547446be3368: Verifying Checksum [2024-08-12T04:35:57.209Z] 547446be3368: Download complete [2024-08-12T04:35:57.209Z] c3105a71a48b: Verifying Checksum [2024-08-12T04:35:57.209Z] c3105a71a48b: Download complete [2024-08-12T04:35:57.478Z] d125d8839a47: Verifying Checksum [2024-08-12T04:35:57.478Z] d125d8839a47: Download complete [2024-08-12T04:35:57.746Z] c3106fc0e877: Verifying Checksum [2024-08-12T04:35:57.746Z] c3106fc0e877: Download complete [2024-08-12T04:35:57.746Z] 0f093f025ec4: Verifying Checksum [2024-08-12T04:35:57.746Z] 0f093f025ec4: Download complete [2024-08-12T04:35:58.014Z] 547446be3368: Pull complete [2024-08-12T04:35:58.976Z] d125d8839a47: Pull complete [2024-08-12T04:35:59.940Z] 3e85d5ac6304: Verifying Checksum [2024-08-12T04:35:59.940Z] 3e85d5ac6304: Download complete [2024-08-12T04:36:03.154Z] #158 99.69 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-12T04:36:10.028Z] 3e85d5ac6304: Pull complete [2024-08-12T04:36:10.029Z] c3105a71a48b: Pull complete [2024-08-12T04:36:10.297Z] 0f093f025ec4: Pull complete [2024-08-12T04:36:10.565Z] c3106fc0e877: Pull complete [2024-08-12T04:36:10.565Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-12T04:36:10.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-12T04:36:10.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T04:36:10.763Z] prd-ubuntu20.04-docker-arm64-4c-16g-7539 does not seem to be running inside a container [2024-08-12T04:36:10.825Z] $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-08-12T04:36:12.957Z] $ docker top 828e37889cecc6d17589521e289551bc149fc0fb176f31c8efe43c1046cd3ab1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-12T04:36:13.466Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-12T04:36:15.353Z] #158 ... [2024-08-12T04:36:15.353Z] [2024-08-12T04:36:15.353Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-12T04:36:15.353Z] #153 DONE 120.6s [2024-08-12T04:36:15.353Z] [2024-08-12T04:36:15.353Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-12T04:36:15.353Z] #152 DONE 120.7s [2024-08-12T04:36:15.353Z] [2024-08-12T04:36:15.353Z] #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-12T04:36:21.964Z] #159 ... [2024-08-12T04:36:21.964Z] [2024-08-12T04:36:21.964Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-12T04:36:21.964Z] #150 DONE 126.5s [2024-08-12T04:36:21.964Z] [2024-08-12T04:36:21.964Z] #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-12T04:36:21.964Z] #158 DONE 126.6s [2024-08-12T04:36:21.964Z] [2024-08-12T04:36:21.964Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-12T04:36:23.548Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #1 transferring dockerfile: 2.15kB 0.0s done [2024-08-12T04:36:23.549Z] #1 DONE 0.1s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #2 transferring dockerfile: 3.17kB done [2024-08-12T04:36:23.549Z] #2 DONE 0.0s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #3 transferring dockerfile: 1.81kB done [2024-08-12T04:36:23.549Z] #3 DONE 0.1s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #4 transferring dockerfile: 2.06kB done [2024-08-12T04:36:23.549Z] #4 DONE 0.1s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #5 transferring dockerfile: 2.49kB done [2024-08-12T04:36:23.549Z] #5 DONE 0.1s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #6 [security-spire-config internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #6 transferring dockerfile: 1.69kB done [2024-08-12T04:36:23.549Z] #6 DONE 0.1s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #7 [support-scheduler internal] load build definition from Dockerfile [2024-08-12T04:36:23.549Z] #7 transferring dockerfile: 1.93kB done [2024-08-12T04:36:23.549Z] #7 DONE 0.0s [2024-08-12T04:36:23.549Z] [2024-08-12T04:36:23.549Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-12T04:36:23.833Z] #8 transferring dockerfile: 2.23kB done [2024-08-12T04:36:23.833Z] #8 DONE 0.1s [2024-08-12T04:36:23.833Z] [2024-08-12T04:36:23.833Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-12T04:36:23.833Z] #9 transferring dockerfile: 2.50kB done [2024-08-12T04:36:23.833Z] #9 DONE 0.1s [2024-08-12T04:36:23.833Z] [2024-08-12T04:36:23.833Z] #10 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-12T04:36:23.833Z] #10 transferring dockerfile: 1.85kB done [2024-08-12T04:36:23.833Z] #10 DONE 0.1s [2024-08-12T04:36:23.833Z] [2024-08-12T04:36:23.833Z] #11 [core-command internal] load build definition from Dockerfile [2024-08-12T04:36:23.833Z] #11 transferring dockerfile: 1.93kB done [2024-08-12T04:36:23.833Z] #11 DONE 0.1s [2024-08-12T04:36:23.833Z] [2024-08-12T04:36:23.833Z] #12 [support-notifications internal] load build definition from Dockerfile [2024-08-12T04:36:23.833Z] #12 transferring dockerfile: 1.95kB done [2024-08-12T04:36:23.833Z] #12 DONE 0.1s [2024-08-12T04:36:23.833Z] [2024-08-12T04:36:23.833Z] #13 [core-data internal] load build definition from Dockerfile [2024-08-12T04:36:23.833Z] #13 transferring dockerfile: 2.01kB done [2024-08-12T04:36:24.102Z] #13 DONE 0.1s [2024-08-12T04:36:24.102Z] [2024-08-12T04:36:24.102Z] #14 [core-keeper internal] load build definition from Dockerfile [2024-08-12T04:36:24.102Z] #14 transferring dockerfile: 2.01kB done [2024-08-12T04:36:24.102Z] #14 DONE 0.1s [2024-08-12T04:36:24.102Z] [2024-08-12T04:36:24.102Z] #15 [security-spire-server internal] load build definition from Dockerfile [2024-08-12T04:36:24.102Z] #15 transferring dockerfile: 1.70kB done [2024-08-12T04:36:24.102Z] #15 DONE 0.1s [2024-08-12T04:36:24.102Z] [2024-08-12T04:36:24.102Z] #16 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-12T04:36:24.102Z] #16 transferring dockerfile: 1.89kB done [2024-08-12T04:36:24.370Z] #16 DONE 0.1s [2024-08-12T04:36:24.370Z] [2024-08-12T04:36:24.370Z] #17 [security-proxy-auth internal] load .dockerignore [2024-08-12T04:36:24.370Z] #17 transferring context: 50B done [2024-08-12T04:36:24.370Z] #17 DONE 0.1s [2024-08-12T04:36:24.951Z] [2024-08-12T04:36:24.951Z] #18 [security-bootstrapper internal] load .dockerignore [2024-08-12T04:36:24.951Z] #18 transferring context: 50B done [2024-08-12T04:36:24.951Z] #18 DONE 0.0s [2024-08-12T04:36:24.951Z] [2024-08-12T04:36:24.951Z] #19 [security-spire-agent internal] load .dockerignore [2024-08-12T04:36:24.951Z] #19 transferring context: 50B done [2024-08-12T04:36:25.220Z] #19 DONE 0.0s [2024-08-12T04:36:25.220Z] [2024-08-12T04:36:25.220Z] #20 [core-metadata internal] load .dockerignore [2024-08-12T04:36:25.220Z] #20 transferring context: 50B done [2024-08-12T04:36:25.220Z] #20 DONE 0.1s [2024-08-12T04:36:25.220Z] [2024-08-12T04:36:25.220Z] #21 [security-secretstore-setup internal] load .dockerignore [2024-08-12T04:36:25.220Z] #21 transferring context: 50B done [2024-08-12T04:36:25.220Z] #21 DONE 0.1s [2024-08-12T04:36:25.220Z] [2024-08-12T04:36:25.220Z] #22 [security-spire-config internal] load .dockerignore [2024-08-12T04:36:25.220Z] #22 transferring context: 50B 0.0s done [2024-08-12T04:36:25.220Z] #22 DONE 0.1s [2024-08-12T04:36:25.220Z] [2024-08-12T04:36:25.220Z] #23 [support-scheduler internal] load .dockerignore [2024-08-12T04:36:25.220Z] #23 transferring context: 50B 0.0s done [2024-08-12T04:36:25.220Z] #23 DONE 0.1s [2024-08-12T04:36:25.220Z] [2024-08-12T04:36:25.220Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-12T04:36:25.220Z] #24 transferring context: 50B done [2024-08-12T04:36:25.220Z] #24 DONE 0.1s [2024-08-12T04:36:25.220Z] [2024-08-12T04:36:25.220Z] #25 [security-proxy-setup internal] load .dockerignore [2024-08-12T04:36:25.486Z] #25 transferring context: 50B 0.0s done [2024-08-12T04:36:25.486Z] #25 DONE 0.1s [2024-08-12T04:36:25.486Z] [2024-08-12T04:36:25.486Z] #26 [support-cron-scheduler internal] load .dockerignore [2024-08-12T04:36:25.486Z] #26 transferring context: 50B 0.0s done [2024-08-12T04:36:25.486Z] #26 DONE 0.1s [2024-08-12T04:36:25.486Z] [2024-08-12T04:36:25.486Z] #27 [core-command internal] load .dockerignore [2024-08-12T04:36:25.486Z] #27 transferring context: 50B 0.0s done [2024-08-12T04:36:25.486Z] #27 DONE 0.1s [2024-08-12T04:36:25.486Z] [2024-08-12T04:36:25.486Z] #28 [support-notifications internal] load .dockerignore [2024-08-12T04:36:25.486Z] #28 transferring context: 50B done [2024-08-12T04:36:25.751Z] #28 DONE 0.1s [2024-08-12T04:36:25.751Z] [2024-08-12T04:36:25.751Z] #29 [core-data internal] load .dockerignore [2024-08-12T04:36:25.751Z] #29 transferring context: 50B 0.0s done [2024-08-12T04:36:25.751Z] #29 DONE 0.1s [2024-08-12T04:36:25.751Z] [2024-08-12T04:36:25.751Z] #30 [security-spire-server internal] load .dockerignore [2024-08-12T04:36:25.751Z] #30 transferring context: 50B 0.0s done [2024-08-12T04:36:25.751Z] #30 DONE 0.1s [2024-08-12T04:36:25.751Z] [2024-08-12T04:36:25.751Z] #31 [core-keeper internal] load .dockerignore [2024-08-12T04:36:25.751Z] #31 transferring context: 50B 0.0s done [2024-08-12T04:36:25.751Z] #31 DONE 0.1s [2024-08-12T04:36:25.751Z] [2024-08-12T04:36:25.751Z] #32 [security-spiffe-token-provider internal] load .dockerignore [2024-08-12T04:36:25.751Z] #32 transferring context: 50B 0.0s done [2024-08-12T04:36:25.751Z] #32 DONE 0.1s [2024-08-12T04:36:26.018Z] [2024-08-12T04:36:26.018Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:26.018Z] #33 DONE 0.0s [2024-08-12T04:36:26.018Z] [2024-08-12T04:36:26.018Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:36:26.018Z] #34 DONE 0.2s [2024-08-12T04:36:26.018Z] [2024-08-12T04:36:26.018Z] #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:26.018Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:26.285Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:26.285Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:26.285Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:26.285Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 868.35kB / 3.34MB 0.1s [2024-08-12T04:36:26.285Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.75MB / 3.34MB 0.2s [2024-08-12T04:36:26.285Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-08-12T04:36:26.573Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:26.842Z] #35 ... [2024-08-12T04:36:26.842Z] [2024-08-12T04:36:26.842Z] #36 [security-proxy-auth internal] load build context [2024-08-12T04:36:26.842Z] #36 transferring context: 2.99MB 0.7s done [2024-08-12T04:36:26.842Z] #36 DONE 0.8s [2024-08-12T04:36:26.842Z] [2024-08-12T04:36:26.842Z] #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:26.842Z] #35 ... [2024-08-12T04:36:26.842Z] [2024-08-12T04:36:26.842Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:26.842Z] #37 DONE 0.9s [2024-08-12T04:36:26.842Z] [2024-08-12T04:36:26.842Z] #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:27.112Z] #35 ... [2024-08-12T04:36:27.112Z] [2024-08-12T04:36:27.112Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.112Z] #33 DONE 0.0s [2024-08-12T04:36:27.112Z] [2024-08-12T04:36:27.112Z] #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:27.112Z] #37 DONE 1.6s [2024-08-12T04:36:27.112Z] [2024-08-12T04:36:27.112Z] #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:27.112Z] #38 DONE 0.4s [2024-08-12T04:36:27.112Z] [2024-08-12T04:36:27.112Z] #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:27.112Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:27.112Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:27.112Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:27.112Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:27.112Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:27.112Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:27.112Z] #35 ... [2024-08-12T04:36:27.112Z] [2024-08-12T04:36:27.112Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.112Z] #33 DONE 0.0s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.378Z] #33 DONE 0.0s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:36:27.378Z] #34 DONE 0.4s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:27.378Z] #37 DONE 1.6s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #38 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:27.378Z] #38 DONE 0.4s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:27.378Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:27.378Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:27.378Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:27.378Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:27.378Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:27.378Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:27.378Z] #35 ... [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:36:27.378Z] #34 DONE 0.5s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:27.378Z] #37 DONE 1.6s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:27.378Z] #38 DONE 0.4s [2024-08-12T04:36:27.378Z] [2024-08-12T04:36:27.378Z] #35 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:27.378Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:27.378Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:27.378Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:27.378Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:27.378Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:27.378Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:27.649Z] #35 ... [2024-08-12T04:36:27.649Z] [2024-08-12T04:36:27.649Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.649Z] #33 DONE 0.0s [2024-08-12T04:36:27.649Z] [2024-08-12T04:36:27.649Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:36:27.649Z] #34 DONE 0.6s [2024-08-12T04:36:27.649Z] [2024-08-12T04:36:27.649Z] #35 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:27.649Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:27.649Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:27.649Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:27.649Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:27.649Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:27.649Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:27.649Z] #35 ... [2024-08-12T04:36:27.649Z] [2024-08-12T04:36:27.649Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.649Z] #33 DONE 0.0s [2024-08-12T04:36:27.649Z] [2024-08-12T04:36:27.649Z] #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:27.649Z] #37 DONE 1.7s [2024-08-12T04:36:27.649Z] [2024-08-12T04:36:27.649Z] #38 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:27.649Z] #38 DONE 0.5s [2024-08-12T04:36:27.918Z] [2024-08-12T04:36:27.918Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.918Z] #33 DONE 0.0s [2024-08-12T04:36:27.918Z] [2024-08-12T04:36:27.918Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:27.918Z] #39 ... [2024-08-12T04:36:27.918Z] [2024-08-12T04:36:27.918Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:27.918Z] #33 DONE 0.0s [2024-08-12T04:36:27.918Z] [2024-08-12T04:36:27.918Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:28.186Z] #39 ... [2024-08-12T04:36:28.186Z] [2024-08-12T04:36:28.186Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:28.186Z] #33 DONE 0.0s [2024-08-12T04:36:28.186Z] [2024-08-12T04:36:28.186Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:28.186Z] #39 ... [2024-08-12T04:36:28.186Z] [2024-08-12T04:36:28.186Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:28.186Z] #37 DONE 1.7s [2024-08-12T04:36:28.186Z] [2024-08-12T04:36:28.186Z] #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:28.186Z] #38 DONE 0.5s [2024-08-12T04:36:28.186Z] [2024-08-12T04:36:28.186Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:28.186Z] #33 DONE 0.0s [2024-08-12T04:36:28.186Z] [2024-08-12T04:36:28.186Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:28.454Z] #39 ... [2024-08-12T04:36:28.454Z] [2024-08-12T04:36:28.454Z] #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:28.454Z] #37 DONE 1.7s [2024-08-12T04:36:28.454Z] [2024-08-12T04:36:28.454Z] #38 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:28.454Z] #38 DONE 0.5s [2024-08-12T04:36:28.454Z] [2024-08-12T04:36:28.454Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:28.454Z] #39 ... [2024-08-12T04:36:28.454Z] [2024-08-12T04:36:28.454Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:28.454Z] #33 DONE 0.0s [2024-08-12T04:36:28.454Z] [2024-08-12T04:36:28.454Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:28.454Z] #39 transferring context: 2.99MB 1.1s done [2024-08-12T04:36:28.721Z] #39 ... [2024-08-12T04:36:28.721Z] [2024-08-12T04:36:28.721Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:28.721Z] #33 DONE 0.0s [2024-08-12T04:36:28.721Z] [2024-08-12T04:36:28.721Z] #40 [security-bootstrapper internal] load build context [2024-08-12T04:36:28.721Z] #40 transferring context: 2.99MB 1.1s done [2024-08-12T04:36:28.721Z] #40 DONE 1.4s [2024-08-12T04:36:28.721Z] [2024-08-12T04:36:28.721Z] #39 [core-metadata internal] load build context [2024-08-12T04:36:28.721Z] #39 DONE 1.4s [2024-08-12T04:36:28.721Z] [2024-08-12T04:36:28.721Z] #41 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-12T04:36:28.995Z] #41 ... [2024-08-12T04:36:28.995Z] [2024-08-12T04:36:28.995Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-12T04:36:28.995Z] #33 DONE 0.0s [2024-08-12T04:36:28.995Z] [2024-08-12T04:36:28.995Z] #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-12T04:36:28.995Z] #42 DONE 1.9s [2024-08-12T04:36:28.995Z] [2024-08-12T04:36:28.995Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:28.995Z] #43 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:29.273Z] #43 ... [2024-08-12T04:36:29.273Z] [2024-08-12T04:36:29.273Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-12T04:36:29.273Z] #44 DONE 2.1s [2024-08-12T04:36:29.549Z] [2024-08-12T04:36:29.549Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:29.549Z] #43 ... [2024-08-12T04:36:29.549Z] [2024-08-12T04:36:29.549Z] #45 [security-secretstore-setup internal] load build context [2024-08-12T04:36:29.549Z] #45 transferring context: 2.99MB 1.3s done [2024-08-12T04:36:29.549Z] #45 DONE 2.1s [2024-08-12T04:36:29.549Z] [2024-08-12T04:36:29.549Z] #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:29.549Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:29.549Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:29.549Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:29.549Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:29.549Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:29.549Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:29.817Z] #35 ... [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:29.817Z] #37 DONE 1.8s [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:29.817Z] #38 DONE 0.6s [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-08-12T04:36:29.817Z] #34 DONE 2.6s [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #46 [support-scheduler internal] load build context [2024-08-12T04:36:29.817Z] #46 transferring context: 2.99MB 1.1s done [2024-08-12T04:36:29.817Z] #46 DONE 2.1s [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:29.817Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:29.817Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:29.817Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:29.817Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:29.817Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:29.817Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:29.817Z] #35 ... [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:29.817Z] #37 DONE 1.8s [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:29.817Z] #38 DONE 0.6s [2024-08-12T04:36:29.817Z] [2024-08-12T04:36:29.817Z] #35 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:29.817Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:29.817Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:29.817Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:29.817Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:29.817Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:29.817Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:30.087Z] #35 ... [2024-08-12T04:36:30.087Z] [2024-08-12T04:36:30.087Z] #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-12T04:36:30.087Z] #37 DONE 1.8s [2024-08-12T04:36:30.087Z] [2024-08-12T04:36:30.087Z] #38 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-08-12T04:36:30.087Z] #38 DONE 0.6s [2024-08-12T04:36:30.087Z] [2024-08-12T04:36:30.087Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:36:30.087Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-12T04:36:30.087Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-12T04:36:30.087Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-12T04:36:30.087Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-12T04:36:30.087Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-12T04:36:30.087Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-12T04:36:30.675Z] #35 ... [2024-08-12T04:36:30.675Z] [2024-08-12T04:36:30.675Z] #47 [security-spire-config internal] load build context [2024-08-12T04:36:30.675Z] #47 transferring context: 25.85kB 0.1s done [2024-08-12T04:36:30.675Z] #47 DONE 1.4s [2024-08-12T04:36:30.675Z] [2024-08-12T04:36:30.675Z] #48 [core-command internal] load build context [2024-08-12T04:36:31.659Z] #48 ... [2024-08-12T04:36:31.659Z] [2024-08-12T04:36:31.659Z] #49 [security-spire-agent internal] load build context [2024-08-12T04:36:31.659Z] #49 transferring context: 27.13kB 0.2s done [2024-08-12T04:36:31.659Z] #49 DONE 2.3s [2024-08-12T04:36:31.659Z] [2024-08-12T04:36:31.659Z] #48 [core-command internal] load build context [2024-08-12T04:36:31.659Z] #48 transferring context: 2.99MB 2.8s done [2024-08-12T04:36:33.622Z] #48 ... [2024-08-12T04:36:33.622Z] [2024-08-12T04:36:33.622Z] #50 [support-cron-scheduler internal] load build context [2024-08-12T04:36:33.622Z] #50 transferring context: 2.99MB 2.4s done [2024-08-12T04:36:33.622Z] #50 DONE 5.0s [2024-08-12T04:36:33.622Z] [2024-08-12T04:36:33.622Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:33.622Z] #43 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.4s done [2024-08-12T04:36:33.622Z] #43 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-12T04:36:33.622Z] #43 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-12T04:36:33.622Z] #43 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-12T04:36:33.622Z] #43 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done [2024-08-12T04:36:33.622Z] #43 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-08-12T04:36:33.622Z] #43 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done [2024-08-12T04:36:33.622Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 1.3s [2024-08-12T04:36:33.622Z] #43 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-12T04:36:33.622Z] #43 ... [2024-08-12T04:36:33.622Z] [2024-08-12T04:36:33.622Z] #48 [core-command internal] load build context [2024-08-12T04:36:33.622Z] #48 DONE 5.3s [2024-08-12T04:36:33.622Z] [2024-08-12T04:36:33.622Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:33.890Z] #43 ... [2024-08-12T04:36:33.890Z] [2024-08-12T04:36:33.890Z] #51 [core-common-config-bootstrapper internal] load build context [2024-08-12T04:36:33.890Z] #51 transferring context: 2.99MB 2.8s done [2024-08-12T04:36:33.890Z] #51 DONE 5.4s [2024-08-12T04:36:33.890Z] [2024-08-12T04:36:33.891Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:34.160Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.84MB / 28.04MB 2.3s [2024-08-12T04:36:34.160Z] #43 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-08-12T04:36:34.192Z] #148 DONE 138.9s [2024-08-12T04:36:34.193Z] [2024-08-12T04:36:34.193Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-12T04:36:34.428Z] #43 ... [2024-08-12T04:36:34.428Z] [2024-08-12T04:36:34.428Z] #52 [security-spire-server internal] load build context [2024-08-12T04:36:34.428Z] #52 transferring context: 27.60kB 0.0s done [2024-08-12T04:36:34.428Z] #52 DONE 4.6s [2024-08-12T04:36:34.428Z] [2024-08-12T04:36:34.428Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:34.699Z] #43 ... [2024-08-12T04:36:34.699Z] [2024-08-12T04:36:34.699Z] #53 [security-proxy-setup internal] load build context [2024-08-12T04:36:34.699Z] #53 transferring context: 2.99MB 2.5s done [2024-08-12T04:36:34.699Z] #53 DONE 6.2s [2024-08-12T04:36:34.699Z] [2024-08-12T04:36:34.699Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:34.699Z] #43 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-12T04:36:34.699Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 2.9s [2024-08-12T04:36:34.849Z] #147 ... [2024-08-12T04:36:34.849Z] [2024-08-12T04:36:34.849Z] #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:36.115Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.77MB / 28.04MB 3.8s [2024-08-12T04:36:36.115Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 4.3s [2024-08-12T04:36:36.744Z] #160 ... [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T04:36:36.744Z] #156 DONE 141.9s [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-12T04:36:36.744Z] #159 DONE 21.3s [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-12T04:36:36.744Z] #161 ... [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:36.744Z] #162 DONE 1.2s [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:36.744Z] #163 DONE 2.1s [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:36.744Z] #160 DONE 2.2s [2024-08-12T04:36:36.744Z] [2024-08-12T04:36:36.744Z] #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:36.744Z] #164 DONE 0.5s [2024-08-12T04:36:37.058Z] [2024-08-12T04:36:37.058Z] #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.087Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.25MB / 28.04MB 5.0s [2024-08-12T04:36:37.316Z] #165 ... [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-12T04:36:37.316Z] #157 DONE 142.6s [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #166 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.316Z] #166 DONE 0.5s [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.316Z] #167 DONE 0.5s [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.316Z] #165 DONE 0.4s [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #168 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.316Z] #168 CACHED [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #169 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:37.316Z] #169 CACHED [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #170 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.316Z] #170 DONE 0.5s [2024-08-12T04:36:37.316Z] [2024-08-12T04:36:37.316Z] #171 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-12T04:36:37.356Z] #43 ... [2024-08-12T04:36:37.356Z] [2024-08-12T04:36:37.356Z] #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:36:37.356Z] #0 5.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:37.356Z] #0 6.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:37.356Z] #0 8.400 OK: 266 MiB in 52 packages [2024-08-12T04:36:37.356Z] #54 DONE 9.9s [2024-08-12T04:36:37.356Z] [2024-08-12T04:36:37.356Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:37.356Z] #43 ... [2024-08-12T04:36:37.356Z] [2024-08-12T04:36:37.356Z] #55 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:36:37.356Z] #0 5.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:37.356Z] #0 5.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:37.356Z] #0 8.171 OK: 266 MiB in 52 packages [2024-08-12T04:36:37.356Z] #55 ... [2024-08-12T04:36:37.356Z] [2024-08-12T04:36:37.356Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:37.625Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 5.7s [2024-08-12T04:36:37.886Z] #171 ... [2024-08-12T04:36:37.887Z] [2024-08-12T04:36:37.887Z] #172 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:37.887Z] #172 CACHED [2024-08-12T04:36:37.887Z] [2024-08-12T04:36:37.887Z] #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:37.887Z] #173 CACHED [2024-08-12T04:36:37.887Z] [2024-08-12T04:36:37.887Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-12T04:36:38.149Z] #174 ... [2024-08-12T04:36:38.149Z] [2024-08-12T04:36:38.149Z] #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-12T04:36:38.149Z] #161 DONE 1.6s [2024-08-12T04:36:38.149Z] [2024-08-12T04:36:38.149Z] #175 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-12T04:36:38.149Z] #175 DONE 1.1s [2024-08-12T04:36:38.149Z] [2024-08-12T04:36:38.149Z] #176 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:38.209Z] #43 ... [2024-08-12T04:36:38.209Z] [2024-08-12T04:36:38.209Z] #55 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-08-12T04:36:38.209Z] #55 DONE 11.6s [2024-08-12T04:36:38.209Z] [2024-08-12T04:36:38.209Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:38.209Z] #43 ... [2024-08-12T04:36:38.209Z] [2024-08-12T04:36:38.209Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-12T04:36:38.209Z] #0 6.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:38.209Z] #0 7.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:38.209Z] #0 9.013 OK: 266 MiB in 52 packages [2024-08-12T04:36:38.409Z] #176 ... [2024-08-12T04:36:38.409Z] [2024-08-12T04:36:38.409Z] #177 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-12T04:36:38.409Z] #177 DONE 1.1s [2024-08-12T04:36:38.409Z] [2024-08-12T04:36:38.409Z] #178 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-08-12T04:36:38.409Z] #178 DONE 1.1s [2024-08-12T04:36:38.409Z] [2024-08-12T04:36:38.409Z] #171 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-12T04:36:38.409Z] #171 DONE 1.1s [2024-08-12T04:36:38.479Z] #56 ... [2024-08-12T04:36:38.479Z] [2024-08-12T04:36:38.479Z] #57 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-12T04:36:38.479Z] #0 6.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:38.479Z] #0 7.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:38.479Z] #0 9.013 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:38.479Z] #0 9.013 (2/2) Installing su-exec (0.2-r3) [2024-08-12T04:36:38.479Z] #0 9.013 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:38.479Z] #0 9.184 OK: 8 MiB in 17 packages [2024-08-12T04:36:38.479Z] #57 ... [2024-08-12T04:36:38.479Z] [2024-08-12T04:36:38.479Z] #56 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-12T04:36:38.479Z] #56 DONE 10.3s [2024-08-12T04:36:38.479Z] [2024-08-12T04:36:38.479Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:38.479Z] #43 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-08-12T04:36:38.670Z] [2024-08-12T04:36:38.670Z] #179 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-08-12T04:36:38.670Z] #179 ... [2024-08-12T04:36:38.670Z] [2024-08-12T04:36:38.670Z] #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-12T04:36:38.670Z] #180 DONE 1.4s [2024-08-12T04:36:38.747Z] #43 ... [2024-08-12T04:36:38.747Z] [2024-08-12T04:36:38.747Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-12T04:36:38.747Z] #0 9.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:38.928Z] [2024-08-12T04:36:38.928Z] #181 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-12T04:36:39.013Z] #58 ... [2024-08-12T04:36:39.013Z] [2024-08-12T04:36:39.013Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-12T04:36:39.013Z] #59 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:39.013Z] #59 ... [2024-08-12T04:36:39.013Z] [2024-08-12T04:36:39.013Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:39.013Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 7.0s [2024-08-12T04:36:39.013Z] #43 ... [2024-08-12T04:36:39.013Z] [2024-08-12T04:36:39.013Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-12T04:36:39.280Z] #60 ... [2024-08-12T04:36:39.280Z] [2024-08-12T04:36:39.280Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:39.555Z] #43 ... [2024-08-12T04:36:39.555Z] [2024-08-12T04:36:39.555Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T04:36:39.555Z] #61 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.2s done [2024-08-12T04:36:39.555Z] #61 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-12T04:36:39.555Z] #61 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-12T04:36:39.555Z] #61 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-12T04:36:39.555Z] #61 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done [2024-08-12T04:36:39.555Z] #61 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done [2024-08-12T04:36:39.555Z] #61 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-12T04:36:39.555Z] #61 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.2s done [2024-08-12T04:36:39.555Z] #61 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.10MB / 18.32MB 7.5s [2024-08-12T04:36:39.555Z] #61 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-12T04:36:39.555Z] #61 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-08-12T04:36:39.827Z] #61 ... [2024-08-12T04:36:39.827Z] [2024-08-12T04:36:39.827Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:39.827Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 7.7s [2024-08-12T04:36:39.827Z] #43 ... [2024-08-12T04:36:39.827Z] [2024-08-12T04:36:39.827Z] #57 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-12T04:36:39.827Z] #57 DONE 11.4s [2024-08-12T04:36:39.827Z] [2024-08-12T04:36:39.827Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:39.827Z] #43 ... [2024-08-12T04:36:39.827Z] [2024-08-12T04:36:39.827Z] #62 [security-spiffe-token-provider internal] load build context [2024-08-12T04:36:39.827Z] #62 transferring context: 2.79MB 7.8s [2024-08-12T04:36:40.107Z] #62 transferring context: 2.99MB 8.0s done [2024-08-12T04:36:40.107Z] #62 ... [2024-08-12T04:36:40.107Z] [2024-08-12T04:36:40.107Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-12T04:36:40.373Z] #63 ... [2024-08-12T04:36:40.373Z] [2024-08-12T04:36:40.373Z] #64 [core-data internal] load build context [2024-08-12T04:36:40.373Z] #64 transferring context: 2.99MB 7.8s done [2024-08-12T04:36:40.373Z] #64 ... [2024-08-12T04:36:40.373Z] [2024-08-12T04:36:40.373Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:36:40.645Z] #65 ... [2024-08-12T04:36:40.646Z] [2024-08-12T04:36:40.646Z] #66 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-12T04:36:40.646Z] #66 ... [2024-08-12T04:36:40.646Z] [2024-08-12T04:36:40.646Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-12T04:36:40.914Z] #67 ... [2024-08-12T04:36:40.914Z] [2024-08-12T04:36:40.914Z] #68 [core-keeper internal] load build context [2024-08-12T04:36:40.914Z] #68 transferring context: 2.99MB 6.8s done [2024-08-12T04:36:40.914Z] #68 ... [2024-08-12T04:36:40.914Z] [2024-08-12T04:36:40.914Z] #69 [support-notifications internal] load build context [2024-08-12T04:36:40.914Z] #69 transferring context: 2.99MB 7.1s done [2024-08-12T04:36:41.190Z] #69 DONE 10.9s [2024-08-12T04:36:41.190Z] [2024-08-12T04:36:41.190Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:41.190Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 9.1s [2024-08-12T04:36:41.190Z] #43 ... [2024-08-12T04:36:41.190Z] [2024-08-12T04:36:41.190Z] #64 [core-data internal] load build context [2024-08-12T04:36:41.191Z] #64 DONE 11.1s [2024-08-12T04:36:41.191Z] [2024-08-12T04:36:41.191Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:41.460Z] #43 ... [2024-08-12T04:36:41.460Z] [2024-08-12T04:36:41.460Z] #62 [security-spiffe-token-provider internal] load build context [2024-08-12T04:36:41.460Z] #62 DONE 11.3s [2024-08-12T04:36:41.460Z] [2024-08-12T04:36:41.460Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:41.460Z] #43 ... [2024-08-12T04:36:41.460Z] [2024-08-12T04:36:41.460Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-12T04:36:41.737Z] #70 ... [2024-08-12T04:36:41.737Z] [2024-08-12T04:36:41.737Z] #71 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-12T04:36:41.737Z] #71 ... [2024-08-12T04:36:41.737Z] [2024-08-12T04:36:41.737Z] #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:36:42.005Z] #72 ... [2024-08-12T04:36:42.005Z] [2024-08-12T04:36:42.005Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:42.005Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 10.0s [2024-08-12T04:36:42.273Z] #43 ... [2024-08-12T04:36:42.273Z] [2024-08-12T04:36:42.273Z] #73 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:36:42.273Z] #73 DONE 3.6s [2024-08-12T04:36:42.273Z] [2024-08-12T04:36:42.273Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:42.542Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.98MB / 28.04MB 10.5s [2024-08-12T04:36:42.815Z] #43 ... [2024-08-12T04:36:42.816Z] [2024-08-12T04:36:42.816Z] #74 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:36:42.816Z] #74 DONE 4.4s [2024-08-12T04:36:42.816Z] [2024-08-12T04:36:42.816Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:42.816Z] #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.6s done [2024-08-12T04:36:43.083Z] #43 ... [2024-08-12T04:36:43.083Z] [2024-08-12T04:36:43.083Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:36:43.083Z] #75 DONE 5.2s [2024-08-12T04:36:43.083Z] [2024-08-12T04:36:43.083Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:36:43.083Z] #65 DONE 13.0s [2024-08-12T04:36:43.083Z] [2024-08-12T04:36:43.083Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-12T04:36:43.138Z] #181 ... [2024-08-12T04:36:43.139Z] [2024-08-12T04:36:43.139Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-12T04:36:43.139Z] #174 DONE 5.5s [2024-08-12T04:36:43.397Z] [2024-08-12T04:36:43.397Z] #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:44.061Z] #76 ... [2024-08-12T04:36:44.062Z] [2024-08-12T04:36:44.062Z] #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-12T04:36:44.062Z] #41 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:44.062Z] #41 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:44.062Z] #41 14.18 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:44.062Z] #41 14.25 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:44.062Z] #41 14.34 OK: 8 MiB in 16 packages [2024-08-12T04:36:44.062Z] #41 DONE 16.2s [2024-08-12T04:36:44.330Z] [2024-08-12T04:36:44.330Z] #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-12T04:36:44.599Z] #77 ... [2024-08-12T04:36:44.599Z] [2024-08-12T04:36:44.599Z] #59 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-12T04:36:44.599Z] #59 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:44.599Z] #59 13.37 (1/2) Installing ca-certificates (20240226-r0) [2024-08-12T04:36:44.599Z] #59 13.68 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:44.599Z] #59 13.68 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:44.599Z] #59 13.73 Executing ca-certificates-20240226-r0.trigger [2024-08-12T04:36:44.599Z] #59 14.54 OK: 9 MiB in 17 packages [2024-08-12T04:36:44.599Z] #59 DONE 15.6s [2024-08-12T04:36:44.599Z] [2024-08-12T04:36:44.599Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:36:44.868Z] #78 ... [2024-08-12T04:36:44.868Z] [2024-08-12T04:36:44.868Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-12T04:36:44.868Z] #58 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:44.868Z] #58 12.62 (1/4) Installing ca-certificates (20240226-r0) [2024-08-12T04:36:44.868Z] #58 12.77 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:44.868Z] #58 12.85 (3/4) Installing su-exec (0.2-r3) [2024-08-12T04:36:44.868Z] #58 12.85 (4/4) Installing yq (4.33.3-r5) [2024-08-12T04:36:44.868Z] #58 13.63 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:44.868Z] #58 13.71 Executing ca-certificates-20240226-r0.trigger [2024-08-12T04:36:44.868Z] #58 14.48 OK: 18 MiB in 19 packages [2024-08-12T04:36:44.868Z] #58 DONE 16.2s [2024-08-12T04:36:45.137Z] [2024-08-12T04:36:45.137Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-12T04:36:46.100Z] #79 ... [2024-08-12T04:36:46.100Z] [2024-08-12T04:36:46.100Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-12T04:36:46.100Z] #60 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:46.100Z] #60 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:46.100Z] #60 15.63 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:46.100Z] #60 15.65 (2/4) Installing openssl (3.1.6-r0) [2024-08-12T04:36:46.100Z] #60 15.70 (3/4) Installing su-exec (0.2-r3) [2024-08-12T04:36:46.100Z] #60 15.72 (4/4) Installing yq (4.33.3-r5) [2024-08-12T04:36:46.100Z] #60 16.10 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:46.100Z] #60 16.16 OK: 18 MiB in 19 packages [2024-08-12T04:36:46.100Z] #60 DONE 17.0s [2024-08-12T04:36:46.369Z] [2024-08-12T04:36:46.369Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-12T04:36:46.725Z] #182 ... [2024-08-12T04:36:46.725Z] [2024-08-12T04:36:46.725Z] #176 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:46.725Z] #176 DONE 8.8s [2024-08-12T04:36:46.985Z] [2024-08-12T04:36:46.985Z] #183 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:48.404Z] #183 ... [2024-08-12T04:36:48.404Z] [2024-08-12T04:36:48.404Z] #184 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:48.665Z] #184 ... [2024-08-12T04:36:48.665Z] [2024-08-12T04:36:48.665Z] #185 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:48.665Z] #185 ... [2024-08-12T04:36:48.665Z] [2024-08-12T04:36:48.665Z] #186 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:49.010Z] #80 ... [2024-08-12T04:36:49.010Z] [2024-08-12T04:36:49.010Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-12T04:36:49.010Z] #67 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:49.010Z] #67 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:49.010Z] #67 15.56 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:36:49.010Z] #67 15.56 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:36:49.010Z] #67 15.56 OK: 19953 distinct packages available [2024-08-12T04:36:49.010Z] #67 16.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:49.010Z] #67 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:49.010Z] #67 17.86 OK: 266 MiB in 52 packages [2024-08-12T04:36:49.010Z] #67 DONE 18.5s [2024-08-12T04:36:49.010Z] [2024-08-12T04:36:49.010Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:49.010Z] #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-08-12T04:36:49.972Z] #43 ... [2024-08-12T04:36:49.972Z] [2024-08-12T04:36:49.972Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:36:49.972Z] #81 DONE 1.3s [2024-08-12T04:36:49.972Z] [2024-08-12T04:36:49.972Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-12T04:36:49.972Z] #70 18.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:49.972Z] #70 ... [2024-08-12T04:36:49.972Z] [2024-08-12T04:36:49.972Z] #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-12T04:36:50.240Z] #82 ... [2024-08-12T04:36:50.240Z] [2024-08-12T04:36:50.240Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T04:36:50.241Z] #61 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 8.0s done [2024-08-12T04:36:50.241Z] #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.2s [2024-08-12T04:36:50.241Z] #61 ... [2024-08-12T04:36:50.241Z] [2024-08-12T04:36:50.241Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:51.663Z] #43 ... [2024-08-12T04:36:51.663Z] [2024-08-12T04:36:51.663Z] #66 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-12T04:36:51.663Z] #66 15.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:51.663Z] #66 16.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:51.664Z] #66 17.65 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:36:51.664Z] #66 17.65 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:36:51.664Z] #66 17.65 OK: 19946 distinct packages available [2024-08-12T04:36:51.664Z] #66 18.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:51.664Z] #66 18.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:51.664Z] #66 20.44 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:51.664Z] #66 20.45 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-12T04:36:51.664Z] #66 20.46 (3/5) Installing libucontext (1.2-r2) [2024-08-12T04:36:51.664Z] #66 20.47 (4/5) Installing gcompat (1.1.0-r1) [2024-08-12T04:36:51.664Z] #66 20.48 (5/5) Installing openssl (3.1.6-r0) [2024-08-12T04:36:51.664Z] #66 20.51 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:51.664Z] #66 20.59 OK: 9 MiB in 20 packages [2024-08-12T04:36:51.664Z] #66 DONE 21.3s [2024-08-12T04:36:51.664Z] [2024-08-12T04:36:51.664Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:51.936Z] #43 ... [2024-08-12T04:36:51.936Z] [2024-08-12T04:36:51.936Z] #68 [core-keeper internal] load build context [2024-08-12T04:36:52.205Z] #68 ... [2024-08-12T04:36:52.205Z] [2024-08-12T04:36:52.205Z] #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-12T04:36:52.205Z] #72 DONE 20.7s [2024-08-12T04:36:52.205Z] [2024-08-12T04:36:52.205Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:52.480Z] #43 ... [2024-08-12T04:36:52.480Z] [2024-08-12T04:36:52.480Z] #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:36:52.748Z] #83 ... [2024-08-12T04:36:52.748Z] [2024-08-12T04:36:52.748Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:52.748Z] #43 ... [2024-08-12T04:36:52.748Z] [2024-08-12T04:36:52.748Z] #84 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:36:52.896Z] #186 ... [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #184 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:52.896Z] #184 DONE 14.2s [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-12T04:36:52.896Z] #187 ... [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #179 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-08-12T04:36:52.896Z] #179 DONE 14.4s [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #185 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:52.896Z] #185 DONE 14.5s [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T04:36:52.896Z] #149 DONE 158.4s [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #181 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-12T04:36:52.896Z] #181 DONE 14.4s [2024-08-12T04:36:52.896Z] [2024-08-12T04:36:52.896Z] #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-12T04:36:53.015Z] #84 ... [2024-08-12T04:36:53.015Z] [2024-08-12T04:36:53.015Z] #85 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:36:53.154Z] #188 ... [2024-08-12T04:36:53.154Z] [2024-08-12T04:36:53.154Z] #183 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:53.154Z] #183 DONE 14.2s [2024-08-12T04:36:53.154Z] [2024-08-12T04:36:53.154Z] #108 [security-spiffe-token-provider] exporting to image [2024-08-12T04:36:53.154Z] #108 exporting layers [2024-08-12T04:36:53.282Z] #85 ... [2024-08-12T04:36:53.282Z] [2024-08-12T04:36:53.282Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:53.413Z] #108 ... [2024-08-12T04:36:53.413Z] [2024-08-12T04:36:53.413Z] #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:53.413Z] #182 DONE 10.1s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #186 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:53.671Z] #186 DONE 4.9s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #108 [core-command] exporting to image [2024-08-12T04:36:53.671Z] #108 ... [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-12T04:36:53.671Z] #187 DONE 1.0s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-12T04:36:53.671Z] #151 DONE 159.2s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T04:36:53.671Z] #154 DONE 159.2s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-12T04:36:53.671Z] #155 DONE 159.2s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-12T04:36:53.671Z] #147 DONE 159.2s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #189 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:53.671Z] #189 DONE 0.9s [2024-08-12T04:36:53.671Z] [2024-08-12T04:36:53.671Z] #108 [core-command] exporting to image [2024-08-12T04:36:53.671Z] #108 exporting layers 0.6s done [2024-08-12T04:36:53.867Z] #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.2s [2024-08-12T04:36:53.929Z] #108 ... [2024-08-12T04:36:53.929Z] [2024-08-12T04:36:53.929Z] #135 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T04:36:53.929Z] #135 DONE 159.4s [2024-08-12T04:36:53.929Z] [2024-08-12T04:36:53.929Z] #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:53.929Z] #190 CACHED [2024-08-12T04:36:53.929Z] [2024-08-12T04:36:53.929Z] #191 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:53.929Z] #191 CACHED [2024-08-12T04:36:53.929Z] [2024-08-12T04:36:53.929Z] #108 [core-command] exporting to image [2024-08-12T04:36:53.929Z] #108 exporting layers 0.4s done [2024-08-12T04:36:53.929Z] #108 ... [2024-08-12T04:36:53.929Z] [2024-08-12T04:36:53.929Z] #192 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:53.929Z] #192 CACHED [2024-08-12T04:36:53.929Z] [2024-08-12T04:36:53.929Z] #193 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:53.929Z] #193 CACHED [2024-08-12T04:36:54.187Z] [2024-08-12T04:36:54.187Z] #194 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-12T04:36:54.187Z] #194 DONE 1.1s [2024-08-12T04:36:54.187Z] [2024-08-12T04:36:54.187Z] #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-12T04:36:54.187Z] #188 DONE 1.3s [2024-08-12T04:36:54.187Z] [2024-08-12T04:36:54.187Z] #108 [security-spiffe-token-provider] exporting to image [2024-08-12T04:36:54.187Z] #108 writing image sha256:cc9dff41dbe82d2643a1cb44651a74c1a1afa2d757c9db051f8478cad7e11026 done [2024-08-12T04:36:54.187Z] #108 naming to docker.io/library/security-spiffe-token-provider done [2024-08-12T04:36:54.187Z] #108 writing image sha256:524c79344b66d53a64a69632ec391a2c011bb04281b2b11bc7b134ef06c09347 [2024-08-12T04:36:54.752Z] #108 writing image sha256:524c79344b66d53a64a69632ec391a2c011bb04281b2b11bc7b134ef06c09347 0.4s done [2024-08-12T04:36:54.752Z] #108 naming to docker.io/library/core-command [2024-08-12T04:36:55.013Z] #108 naming to docker.io/library/core-command 0.3s done [2024-08-12T04:36:55.013Z] #108 DONE 2.6s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #195 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:55.013Z] #195 DONE 1.4s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:55.013Z] #196 ... [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-12T04:36:55.013Z] #197 DONE 0.9s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #198 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-12T04:36:55.013Z] #198 DONE 1.1s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #199 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-12T04:36:55.013Z] #199 DONE 1.5s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #200 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:55.013Z] #200 DONE 1.1s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #201 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:55.013Z] #201 DONE 1.1s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #202 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-12T04:36:55.013Z] #202 DONE 0.9s [2024-08-12T04:36:55.013Z] [2024-08-12T04:36:55.013Z] #203 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-12T04:36:55.013Z] #203 DONE 1.1s [2024-08-12T04:36:55.275Z] [2024-08-12T04:36:55.275Z] #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:36:55.275Z] #204 ... [2024-08-12T04:36:55.275Z] [2024-08-12T04:36:55.275Z] #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:55.275Z] #196 DONE 0.5s [2024-08-12T04:36:55.284Z] #43 ... [2024-08-12T04:36:55.285Z] [2024-08-12T04:36:55.285Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-12T04:36:55.285Z] #63 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:55.285Z] #63 19.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:55.285Z] #63 21.00 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:36:55.285Z] #63 21.00 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:36:55.285Z] #63 21.00 OK: 19946 distinct packages available [2024-08-12T04:36:55.285Z] #63 21.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:55.285Z] #63 21.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:36:55.285Z] #63 23.57 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-12T04:36:55.285Z] #63 23.58 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-12T04:36:55.285Z] #63 23.60 (3/4) Installing libucontext (1.2-r2) [2024-08-12T04:36:55.285Z] #63 23.61 (4/4) Installing gcompat (1.1.0-r1) [2024-08-12T04:36:55.285Z] #63 23.68 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:36:55.285Z] #63 23.80 OK: 8 MiB in 19 packages [2024-08-12T04:36:55.285Z] #63 DONE 25.1s [2024-08-12T04:36:55.285Z] [2024-08-12T04:36:55.285Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #205 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:36:55.532Z] #205 CACHED [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #206 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:55.532Z] #206 CACHED [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #207 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:55.532Z] #207 DONE 0.4s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-12T04:36:55.532Z] #208 DONE 0.5s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #209 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-12T04:36:55.532Z] #209 DONE 0.5s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #210 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:36:55.532Z] #210 DONE 1.8s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:36:55.532Z] #211 DONE 0.5s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-12T04:36:55.532Z] #212 DONE 0.5s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:36:55.532Z] #213 DONE 1.4s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:55.532Z] #214 DONE 0.5s [2024-08-12T04:36:55.532Z] [2024-08-12T04:36:55.532Z] #215 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-12T04:36:56.465Z] #215 DONE 0.8s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #216 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-12T04:36:56.465Z] #216 DONE 0.9s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #217 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-12T04:36:56.465Z] #217 DONE 0.9s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #218 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-12T04:36:56.465Z] #218 DONE 0.9s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #219 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-08-12T04:36:56.465Z] #219 DONE 0.9s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #220 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:56.465Z] #220 DONE 0.9s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #221 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-12T04:36:56.465Z] #221 DONE 0.9s [2024-08-12T04:36:56.465Z] [2024-08-12T04:36:56.465Z] #222 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:56.724Z] #222 DONE 0.2s [2024-08-12T04:36:56.724Z] [2024-08-12T04:36:56.724Z] #223 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-08-12T04:36:56.724Z] #223 DONE 0.2s [2024-08-12T04:36:56.724Z] [2024-08-12T04:36:56.724Z] #224 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-12T04:36:56.724Z] #224 DONE 0.2s [2024-08-12T04:36:56.724Z] [2024-08-12T04:36:56.724Z] #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:36:56.724Z] #225 DONE 0.3s [2024-08-12T04:36:56.724Z] [2024-08-12T04:36:56.724Z] #108 [core-data] exporting to image [2024-08-12T04:36:56.724Z] #108 writing image sha256:0cea8c6f160aaca3596c77a1d5fa33807b4169622766d05451217d5eaabfd06b done [2024-08-12T04:36:56.724Z] #108 naming to docker.io/library/core-common-config-bootstrapper done [2024-08-12T04:36:56.724Z] #108 writing image sha256:09dab1099b41ce275bfe210993ca55e8b4ad4ddf483d6cc704c6b66f19c95c66 [2024-08-12T04:36:56.724Z] #108 ... [2024-08-12T04:36:56.724Z] [2024-08-12T04:36:56.724Z] #226 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-12T04:36:56.724Z] #226 DONE 0.2s [2024-08-12T04:36:56.724Z] [2024-08-12T04:36:56.724Z] #108 [security-proxy-auth] exporting to image [2024-08-12T04:36:56.724Z] #108 writing image sha256:09dab1099b41ce275bfe210993ca55e8b4ad4ddf483d6cc704c6b66f19c95c66 0.1s done [2024-08-12T04:36:56.724Z] #108 writing image sha256:2285c7ddf4821511809c7b56afc3b17c4c9c2f2e74b082d6aaf01a3a6293ab6c 0.0s done [2024-08-12T04:36:56.724Z] #108 writing image sha256:3b89d13fe88d8df0e12d194e59863be9e9ffa63029de23a07ceb785cc942945a 0.1s done [2024-08-12T04:36:56.724Z] #108 writing image sha256:272fd9b951a62bc57b591df9b8db268bf96a91da0b9e0a9b83ab1ea5d49517a5 0.0s done [2024-08-12T04:36:56.724Z] #108 naming to docker.io/library/support-scheduler done [2024-08-12T04:36:56.724Z] #108 naming to docker.io/library/core-keeper done [2024-08-12T04:36:56.724Z] #108 naming to docker.io/library/core-metadata done [2024-08-12T04:36:56.724Z] #108 naming to docker.io/library/security-proxy-auth done [2024-08-12T04:36:56.983Z] #108 ... [2024-08-12T04:36:56.983Z] [2024-08-12T04:36:56.983Z] #227 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-12T04:36:56.983Z] #227 DONE 0.1s [2024-08-12T04:36:56.983Z] [2024-08-12T04:36:56.983Z] #228 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:36:56.983Z] #228 DONE 0.5s [2024-08-12T04:36:56.983Z] [2024-08-12T04:36:56.983Z] #108 [security-secretstore-setup] exporting to image [2024-08-12T04:36:56.983Z] #108 exporting layers 0.4s done [2024-08-12T04:36:56.983Z] #108 ... [2024-08-12T04:36:56.983Z] [2024-08-12T04:36:56.983Z] #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:36:56.983Z] #204 DONE 2.0s [2024-08-12T04:36:56.983Z] [2024-08-12T04:36:56.983Z] #229 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-12T04:36:56.983Z] #229 DONE 0.1s [2024-08-12T04:36:56.983Z] [2024-08-12T04:36:56.983Z] #108 [core-data] exporting to image [2024-08-12T04:36:56.983Z] #108 writing image sha256:dbfb92a83dd5cd3c8450b463761861dcb1205051b1dbe5dd1e93e046e723151f 0.0s done [2024-08-12T04:36:56.983Z] #108 naming to docker.io/library/support-cron-scheduler done [2024-08-12T04:36:56.983Z] #108 writing image sha256:58dfbb0ac9f961b77b100c54445e8670f1443896c2d09fdaaeb0a197cc35ed18 done [2024-08-12T04:36:56.983Z] #108 writing image sha256:8e7a30d23ed86f7b63fb9e5493a8da646a73744e81677def54327d291091be47 done [2024-08-12T04:36:56.983Z] #108 naming to docker.io/library/support-notifications done [2024-08-12T04:36:56.983Z] #108 naming to docker.io/library/core-data done [2024-08-12T04:36:57.241Z] #108 exporting layers 0.3s done [2024-08-12T04:36:57.241Z] #108 exporting layers 0.2s done [2024-08-12T04:36:57.241Z] #108 writing image sha256:01ad8de3fb2be6e708c7cc749dc91247e818c7b16a95f9707706dfba828b4828 done [2024-08-12T04:36:57.241Z] #108 naming to docker.io/library/security-secretstore-setup done [2024-08-12T04:36:57.241Z] #108 writing image sha256:1c68423c18bdc5349dbd1e4648d77eb0398e6f49317460d7701486d35e22acf0 done [2024-08-12T04:36:57.241Z] #108 naming to docker.io/library/security-proxy-setup done [2024-08-12T04:36:57.241Z] #108 DONE 4.4s [2024-08-12T04:36:57.241Z] [2024-08-12T04:36:57.241Z] #230 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-12T04:36:57.501Z] #230 DONE 0.5s [2024-08-12T04:36:57.501Z] [2024-08-12T04:36:57.501Z] #108 [security-bootstrapper] exporting to image [2024-08-12T04:36:57.501Z] #108 exporting layers 0.2s done [2024-08-12T04:36:57.501Z] #108 writing image sha256:2ee3e09aaecf6f7e3028a3fc178aba4b364ed290d68144a24eff0b2102a88b50 done [2024-08-12T04:36:57.501Z] #108 naming to docker.io/library/security-bootstrapper done [2024-08-12T04:36:57.501Z] #108 DONE 4.6s [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T04:36:57.501Z] time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-12T04:36:57.511Z] $ docker stop --time=1 ff2d064bf78f80a0c8366c7cc9ea3814aea4e0f1be3a1cfcbc41914de7f6e0d8 [2024-08-12T04:36:58.780Z] $ docker rm -f --volumes ff2d064bf78f80a0c8366c7cc9ea3814aea4e0f1be3a1cfcbc41914de7f6e0d8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-12T04:36:59.120Z] + docker images [2024-08-12T04:36:59.120Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-12T04:36:59.120Z] security-bootstrapper latest 2ee3e09aaecf 1 second ago 18.9MB [2024-08-12T04:36:59.120Z] security-proxy-setup latest 1c68423c18bd 2 seconds ago 26.2MB [2024-08-12T04:36:59.120Z] core-keeper latest 2285c7ddf482 2 seconds ago 39.4MB [2024-08-12T04:36:59.120Z] support-cron-scheduler latest dbfb92a83dd5 2 seconds ago 42.7MB [2024-08-12T04:36:59.120Z] core-metadata latest 3b89d13fe88d 2 seconds ago 39.7MB [2024-08-12T04:36:59.120Z] core-data latest 8e7a30d23ed8 2 seconds ago 39.5MB [2024-08-12T04:36:59.120Z] security-secretstore-setup latest 01ad8de3fb2b 2 seconds ago 37MB [2024-08-12T04:36:59.120Z] support-notifications latest 58dfbb0ac9f9 2 seconds ago 42.4MB [2024-08-12T04:36:59.120Z] support-scheduler latest 272fd9b951a6 3 seconds ago 41.8MB [2024-08-12T04:36:59.120Z] core-common-config-bootstrapper latest 0cea8c6f160a 3 seconds ago 15.2MB [2024-08-12T04:36:59.120Z] security-proxy-auth latest 09dab1099b41 3 seconds ago 33MB [2024-08-12T04:36:59.120Z] core-command latest 524c79344b66 5 seconds ago 35.4MB [2024-08-12T04:36:59.120Z] security-spiffe-token-provider latest cc9dff41dbe8 6 seconds ago 28.8MB [2024-08-12T04:36:59.120Z] security-spire-server latest 631686e604c6 3 minutes ago 121MB [2024-08-12T04:36:59.120Z] security-spire-agent latest eb95db722b80 3 minutes ago 182MB [2024-08-12T04:36:59.120Z] security-spire-config latest 60b53ef45fe5 3 minutes ago 120MB [2024-08-12T04:36:59.120Z] ci-base-image-x86_64 latest e580fbeabb40 7 minutes ago 970MB [2024-08-12T04:36:59.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-08-12T04:36:59.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-12T04:36:59.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-12T04:36:59.264Z] provisioning config files... [2024-08-12T04:36:59.271Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config16654787260406817202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-12T04:36:59.562Z] #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.2s [2024-08-12T04:36:59.570Z] ---> ****-login.sh [2024-08-12T04:36:59.570Z] nexus3.edgexfoundry.org:10001 [2024-08-12T04:36:59.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:36:59.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:36:59.570Z] Configure a credential helper to remove this warning. See [2024-08-12T04:36:59.570Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:36:59.570Z] [2024-08-12T04:36:59.570Z] Login Succeeded [2024-08-12T04:36:59.570Z] nexus3.edgexfoundry.org:10002 [2024-08-12T04:36:59.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:36:59.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:36:59.570Z] Configure a credential helper to remove this warning. See [2024-08-12T04:36:59.570Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:36:59.570Z] [2024-08-12T04:36:59.570Z] Login Succeeded [2024-08-12T04:36:59.570Z] nexus3.edgexfoundry.org:10003 [2024-08-12T04:36:59.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:36:59.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:36:59.829Z] Configure a credential helper to remove this warning. See [2024-08-12T04:36:59.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:36:59.829Z] [2024-08-12T04:36:59.829Z] Login Succeeded [2024-08-12T04:36:59.829Z] nexus3.edgexfoundry.org:10004 [2024-08-12T04:36:59.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:36:59.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:36:59.829Z] Configure a credential helper to remove this warning. See [2024-08-12T04:36:59.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:36:59.829Z] [2024-08-12T04:36:59.829Z] Login Succeeded [2024-08-12T04:36:59.829Z] ****.io [2024-08-12T04:36:59.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T04:36:59.844Z] #43 ... [2024-08-12T04:36:59.844Z] [2024-08-12T04:36:59.844Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:36:59.844Z] #86 ... [2024-08-12T04:36:59.844Z] [2024-08-12T04:36:59.844Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:00.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T04:37:00.088Z] Configure a credential helper to remove this warning. See [2024-08-12T04:37:00.088Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T04:37:00.088Z] [2024-08-12T04:37:00.088Z] Login Succeeded [2024-08-12T04:37:00.088Z] ---> ****-login.sh ends [Pipeline] } [2024-08-12T04:37:00.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:00.143Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-12T04:37:00.180Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-12T04:37:00.180Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:00.180Z] latest [2024-08-12T04:37:00.180Z] 3.2.0-dev.50 [2024-08-12T04:37:00.180Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:00.180Z] main [2024-08-12T04:37:00.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:00.433Z] #43 ... [2024-08-12T04:37:00.433Z] [2024-08-12T04:37:00.433Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-12T04:37:00.433Z] #70 19.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:00.433Z] #70 20.86 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-12T04:37:00.433Z] #70 20.86 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-12T04:37:00.433Z] #70 20.86 OK: 19946 distinct packages available [2024-08-12T04:37:00.433Z] #70 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:00.433Z] #70 22.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:00.433Z] #70 26.55 (1/11) Installing ca-certificates (20240226-r0) [2024-08-12T04:37:00.433Z] #70 27.08 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-12T04:37:00.433Z] #70 27.24 (3/11) Installing libunistring (1.1-r1) [2024-08-12T04:37:00.433Z] #70 27.51 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-12T04:37:00.433Z] #70 27.54 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-12T04:37:00.433Z] #70 27.58 (6/11) Installing libcurl (8.9.0-r0) [2024-08-12T04:37:00.433Z] #70 27.71 (7/11) Installing curl (8.9.0-r0) [2024-08-12T04:37:00.433Z] #70 27.78 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-12T04:37:00.433Z] #70 27.87 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-12T04:37:00.433Z] #70 27.88 (10/11) Installing libucontext (1.2-r2) [2024-08-12T04:37:00.433Z] #70 27.93 (11/11) Installing gcompat (1.1.0-r1) [2024-08-12T04:37:00.433Z] #70 28.01 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:37:00.433Z] #70 28.21 Executing ca-certificates-20240226-r0.trigger [2024-08-12T04:37:00.522Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:00.706Z] #70 ... [2024-08-12T04:37:00.706Z] [2024-08-12T04:37:00.706Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T04:37:00.706Z] #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 17.4s done [2024-08-12T04:37:00.706Z] #61 ... [2024-08-12T04:37:00.706Z] [2024-08-12T04:37:00.706Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:00.845Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:00.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-12T04:37:00.845Z] 23307afd6e7d: Preparing [2024-08-12T04:37:00.845Z] 341e383b53dd: Preparing [2024-08-12T04:37:00.845Z] 06833ad81c98: Preparing [2024-08-12T04:37:00.845Z] a9dc6719a09e: Preparing [2024-08-12T04:37:00.845Z] 2074dc40c071: Preparing [2024-08-12T04:37:00.845Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:00.845Z] ce7f800efff9: Preparing [2024-08-12T04:37:00.845Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:00.845Z] ce7f800efff9: Waiting [2024-08-12T04:37:00.845Z] 2074dc40c071: Pushed [2024-08-12T04:37:00.845Z] 23307afd6e7d: Pushed [2024-08-12T04:37:00.845Z] a9dc6719a09e: Pushed [2024-08-12T04:37:00.845Z] 06833ad81c98: Pushed [2024-08-12T04:37:01.104Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:01.104Z] 8a632cd66ac5: Pushed [2024-08-12T04:37:01.290Z] #43 ... [2024-08-12T04:37:01.290Z] [2024-08-12T04:37:01.290Z] #87 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-08-12T04:37:01.290Z] #0 7.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:01.290Z] #0 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:01.557Z] #87 ... [2024-08-12T04:37:01.557Z] [2024-08-12T04:37:01.557Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:02.143Z] #43 ... [2024-08-12T04:37:02.143Z] [2024-08-12T04:37:02.143Z] #88 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-12T04:37:02.143Z] #0 7.124 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:02.143Z] #0 9.154 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:02.426Z] #88 ... [2024-08-12T04:37:02.426Z] [2024-08-12T04:37:02.426Z] #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-12T04:37:02.426Z] #82 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:02.426Z] #82 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:02.426Z] #82 20.88 OK: 8 MiB in 17 packages [2024-08-12T04:37:02.426Z] #82 DONE 22.4s [2024-08-12T04:37:02.426Z] [2024-08-12T04:37:02.426Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:03.009Z] 341e383b53dd: Pushed [2024-08-12T04:37:03.011Z] #43 ... [2024-08-12T04:37:03.011Z] [2024-08-12T04:37:03.011Z] #71 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-12T04:37:03.011Z] #71 22.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:03.011Z] #71 23.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:03.012Z] #71 29.31 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-12T04:37:03.012Z] #71 29.39 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:37:03.012Z] #71 29.50 OK: 8 MiB in 16 packages [2024-08-12T04:37:03.012Z] #71 DONE 31.2s [2024-08-12T04:37:03.012Z] [2024-08-12T04:37:03.012Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:03.012Z] #43 ... [2024-08-12T04:37:03.012Z] [2024-08-12T04:37:03.012Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-12T04:37:03.012Z] #70 29.70 OK: 13 MiB in 26 packages [2024-08-12T04:37:03.012Z] #70 DONE 31.5s [2024-08-12T04:37:03.012Z] [2024-08-12T04:37:03.012Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:03.267Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:03.598Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:03.927Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-12T04:37:03.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-12T04:37:03.927Z] 23307afd6e7d: Preparing [2024-08-12T04:37:03.927Z] 341e383b53dd: Preparing [2024-08-12T04:37:03.927Z] 06833ad81c98: Preparing [2024-08-12T04:37:03.927Z] a9dc6719a09e: Preparing [2024-08-12T04:37:03.927Z] 2074dc40c071: Preparing [2024-08-12T04:37:03.927Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:03.927Z] ce7f800efff9: Preparing [2024-08-12T04:37:03.927Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:03.927Z] ce7f800efff9: Waiting [2024-08-12T04:37:03.927Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:03.927Z] 341e383b53dd: Layer already exists [2024-08-12T04:37:03.927Z] 23307afd6e7d: Layer already exists [2024-08-12T04:37:03.927Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:03.927Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:03.927Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:03.927Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:03.927Z] latest: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:04.258Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:04.430Z] #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.5s [2024-08-12T04:37:04.578Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.50 [2024-08-12T04:37:04.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-12T04:37:04.579Z] 23307afd6e7d: Preparing [2024-08-12T04:37:04.579Z] 341e383b53dd: Preparing [2024-08-12T04:37:04.579Z] 06833ad81c98: Preparing [2024-08-12T04:37:04.579Z] a9dc6719a09e: Preparing [2024-08-12T04:37:04.579Z] 2074dc40c071: Preparing [2024-08-12T04:37:04.579Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:04.579Z] ce7f800efff9: Preparing [2024-08-12T04:37:04.579Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:04.579Z] ce7f800efff9: Waiting [2024-08-12T04:37:04.579Z] 23307afd6e7d: Layer already exists [2024-08-12T04:37:04.579Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:04.579Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:04.579Z] 341e383b53dd: Layer already exists [2024-08-12T04:37:04.579Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:04.579Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:04.579Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:04.579Z] 3.2.0-dev.50: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:04.905Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:05.013Z] #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.4s done [2024-08-12T04:37:05.222Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:05.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-12T04:37:05.222Z] 23307afd6e7d: Preparing [2024-08-12T04:37:05.222Z] 341e383b53dd: Preparing [2024-08-12T04:37:05.222Z] 06833ad81c98: Preparing [2024-08-12T04:37:05.222Z] a9dc6719a09e: Preparing [2024-08-12T04:37:05.222Z] 2074dc40c071: Preparing [2024-08-12T04:37:05.222Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:05.222Z] ce7f800efff9: Preparing [2024-08-12T04:37:05.222Z] ce7f800efff9: Waiting [2024-08-12T04:37:05.222Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:05.222Z] 341e383b53dd: Layer already exists [2024-08-12T04:37:05.222Z] 23307afd6e7d: Layer already exists [2024-08-12T04:37:05.222Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:05.222Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:05.222Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:05.222Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:05.222Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:05.222Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:05.500Z] #43 ... [2024-08-12T04:37:05.500Z] [2024-08-12T04:37:05.500Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-12T04:37:05.500Z] #0 5.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:05.500Z] #0 8.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:05.500Z] #89 ... [2024-08-12T04:37:05.500Z] [2024-08-12T04:37:05.500Z] #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-12T04:37:05.500Z] #77 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:05.500Z] #77 12.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:05.500Z] #77 19.20 OK: 8 MiB in 16 packages [2024-08-12T04:37:05.500Z] #77 ... [2024-08-12T04:37:05.500Z] [2024-08-12T04:37:05.500Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-12T04:37:05.500Z] #43 DONE 36.6s [2024-08-12T04:37:05.500Z] [2024-08-12T04:37:05.500Z] #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-12T04:37:05.500Z] #77 ... [2024-08-12T04:37:05.500Z] [2024-08-12T04:37:05.500Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:05.541Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:05.783Z] #90 ... [2024-08-12T04:37:05.784Z] [2024-08-12T04:37:05.784Z] #77 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-08-12T04:37:05.784Z] #77 DONE 22.3s [2024-08-12T04:37:05.784Z] [2024-08-12T04:37:05.784Z] #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:05.860Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-12T04:37:05.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-12T04:37:05.860Z] 23307afd6e7d: Preparing [2024-08-12T04:37:05.860Z] 341e383b53dd: Preparing [2024-08-12T04:37:05.860Z] 06833ad81c98: Preparing [2024-08-12T04:37:05.860Z] a9dc6719a09e: Preparing [2024-08-12T04:37:05.860Z] 2074dc40c071: Preparing [2024-08-12T04:37:05.860Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:05.860Z] ce7f800efff9: Preparing [2024-08-12T04:37:05.860Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:05.860Z] ce7f800efff9: Waiting [2024-08-12T04:37:05.860Z] 23307afd6e7d: Layer already exists [2024-08-12T04:37:05.860Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:05.860Z] 341e383b53dd: Layer already exists [2024-08-12T04:37:05.860Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:05.860Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:05.860Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:05.860Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:05.860Z] main: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:05.929Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:05.941Z] taggedImages: [2024-08-12T04:37:05.941Z] - nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:05.941Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-12T04:37:05.941Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.50 [2024-08-12T04:37:05.941Z] - nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:05.941Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-12T04:37:05.966Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-12T04:37:05.966Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:05.966Z] latest [2024-08-12T04:37:05.966Z] 3.2.0-dev.50 [2024-08-12T04:37:05.966Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:05.966Z] main [2024-08-12T04:37:05.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:06.311Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:06.628Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:06.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-12T04:37:06.628Z] bfbc8c2df44f: Preparing [2024-08-12T04:37:06.628Z] 8e7d56500e60: Preparing [2024-08-12T04:37:06.628Z] 1f8f10e5daad: Preparing [2024-08-12T04:37:06.628Z] e078d6c90c9e: Preparing [2024-08-12T04:37:06.628Z] 06833ad81c98: Preparing [2024-08-12T04:37:06.628Z] a9dc6719a09e: Preparing [2024-08-12T04:37:06.628Z] 2074dc40c071: Preparing [2024-08-12T04:37:06.628Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:06.628Z] ce7f800efff9: Preparing [2024-08-12T04:37:06.628Z] a9dc6719a09e: Waiting [2024-08-12T04:37:06.628Z] 2074dc40c071: Waiting [2024-08-12T04:37:06.628Z] ce7f800efff9: Waiting [2024-08-12T04:37:06.628Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:06.628Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:06.628Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:06.628Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:06.628Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:06.628Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:06.628Z] bfbc8c2df44f: Pushed [2024-08-12T04:37:06.628Z] 8e7d56500e60: Pushed [2024-08-12T04:37:06.628Z] 1f8f10e5daad: Pushed [2024-08-12T04:37:06.771Z] #91 ... [2024-08-12T04:37:06.771Z] [2024-08-12T04:37:06.771Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-12T04:37:06.771Z] #76 13.47 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:06.771Z] #76 15.78 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:06.771Z] #76 22.87 OK: 266 MiB in 52 packages [2024-08-12T04:37:06.771Z] #76 ... [2024-08-12T04:37:06.771Z] [2024-08-12T04:37:06.771Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:06.771Z] #78 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:06.771Z] #78 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:06.771Z] #78 21.27 OK: 9 MiB in 17 packages [2024-08-12T04:37:07.065Z] #78 ... [2024-08-12T04:37:07.065Z] [2024-08-12T04:37:07.065Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-12T04:37:07.065Z] #80 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:07.065Z] #80 13.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:07.065Z] #80 20.13 OK: 18 MiB in 19 packages [2024-08-12T04:37:07.363Z] #80 ... [2024-08-12T04:37:07.363Z] [2024-08-12T04:37:07.363Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-12T04:37:07.364Z] #79 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:07.364Z] #79 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:07.364Z] #79 21.76 OK: 18 MiB in 19 packages [2024-08-12T04:37:07.364Z] #79 ... [2024-08-12T04:37:07.364Z] [2024-08-12T04:37:07.364Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:07.364Z] #78 DONE 22.8s [2024-08-12T04:37:07.364Z] [2024-08-12T04:37:07.364Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-12T04:37:07.364Z] #76 DONE 24.4s [2024-08-12T04:37:07.364Z] [2024-08-12T04:37:07.364Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-12T04:37:07.563Z] e078d6c90c9e: Pushed [2024-08-12T04:37:07.563Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:07.890Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:08.089Z] #92 ... [2024-08-12T04:37:08.089Z] [2024-08-12T04:37:08.089Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-12T04:37:08.089Z] #80 DONE 21.6s [2024-08-12T04:37:08.089Z] [2024-08-12T04:37:08.089Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-12T04:37:08.205Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-12T04:37:08.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-12T04:37:08.205Z] bfbc8c2df44f: Preparing [2024-08-12T04:37:08.205Z] 8e7d56500e60: Preparing [2024-08-12T04:37:08.205Z] 1f8f10e5daad: Preparing [2024-08-12T04:37:08.205Z] e078d6c90c9e: Preparing [2024-08-12T04:37:08.205Z] 06833ad81c98: Preparing [2024-08-12T04:37:08.205Z] a9dc6719a09e: Preparing [2024-08-12T04:37:08.205Z] 2074dc40c071: Preparing [2024-08-12T04:37:08.205Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:08.205Z] ce7f800efff9: Preparing [2024-08-12T04:37:08.205Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:08.205Z] ce7f800efff9: Waiting [2024-08-12T04:37:08.205Z] 2074dc40c071: Waiting [2024-08-12T04:37:08.205Z] 1f8f10e5daad: Layer already exists [2024-08-12T04:37:08.205Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:08.205Z] 8e7d56500e60: Layer already exists [2024-08-12T04:37:08.205Z] e078d6c90c9e: Layer already exists [2024-08-12T04:37:08.205Z] bfbc8c2df44f: Layer already exists [2024-08-12T04:37:08.205Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:08.205Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:08.205Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:08.205Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:08.205Z] latest: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:08.393Z] #93 ... [2024-08-12T04:37:08.394Z] [2024-08-12T04:37:08.394Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-12T04:37:08.394Z] #79 DONE 23.5s [2024-08-12T04:37:08.530Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:08.676Z] [2024-08-12T04:37:08.676Z] #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-12T04:37:08.676Z] #94 DONE 6.2s [2024-08-12T04:37:08.676Z] [2024-08-12T04:37:08.676Z] #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:08.676Z] #91 4.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:08.676Z] #91 ... [2024-08-12T04:37:08.676Z] [2024-08-12T04:37:08.676Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-12T04:37:08.676Z] #93 DONE 1.0s [2024-08-12T04:37:08.850Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.50 [2024-08-12T04:37:08.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-12T04:37:08.850Z] bfbc8c2df44f: Preparing [2024-08-12T04:37:08.850Z] 8e7d56500e60: Preparing [2024-08-12T04:37:08.850Z] 1f8f10e5daad: Preparing [2024-08-12T04:37:08.850Z] e078d6c90c9e: Preparing [2024-08-12T04:37:08.850Z] 06833ad81c98: Preparing [2024-08-12T04:37:08.850Z] a9dc6719a09e: Preparing [2024-08-12T04:37:08.850Z] 2074dc40c071: Preparing [2024-08-12T04:37:08.850Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:08.850Z] ce7f800efff9: Preparing [2024-08-12T04:37:08.850Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:08.850Z] ce7f800efff9: Waiting [2024-08-12T04:37:08.850Z] a9dc6719a09e: Waiting [2024-08-12T04:37:08.850Z] 2074dc40c071: Waiting [2024-08-12T04:37:08.850Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:08.850Z] 8e7d56500e60: Layer already exists [2024-08-12T04:37:08.850Z] 1f8f10e5daad: Layer already exists [2024-08-12T04:37:08.850Z] e078d6c90c9e: Layer already exists [2024-08-12T04:37:08.850Z] bfbc8c2df44f: Layer already exists [2024-08-12T04:37:08.850Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:08.850Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:08.850Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:08.850Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:08.850Z] 3.2.0-dev.50: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:08.942Z] [2024-08-12T04:37:08.942Z] #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-12T04:37:08.942Z] #95 DONE 0.2s [2024-08-12T04:37:08.942Z] [2024-08-12T04:37:08.942Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T04:37:08.942Z] #61 ... [2024-08-12T04:37:08.942Z] [2024-08-12T04:37:08.942Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-12T04:37:08.942Z] #92 DONE 1.6s [2024-08-12T04:37:08.942Z] [2024-08-12T04:37:08.942Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:37:09.173Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:09.497Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:09.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-12T04:37:09.497Z] bfbc8c2df44f: Preparing [2024-08-12T04:37:09.497Z] 8e7d56500e60: Preparing [2024-08-12T04:37:09.497Z] 1f8f10e5daad: Preparing [2024-08-12T04:37:09.497Z] e078d6c90c9e: Preparing [2024-08-12T04:37:09.497Z] 06833ad81c98: Preparing [2024-08-12T04:37:09.498Z] a9dc6719a09e: Preparing [2024-08-12T04:37:09.498Z] 2074dc40c071: Preparing [2024-08-12T04:37:09.498Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:09.498Z] ce7f800efff9: Preparing [2024-08-12T04:37:09.498Z] a9dc6719a09e: Waiting [2024-08-12T04:37:09.498Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:09.498Z] 2074dc40c071: Waiting [2024-08-12T04:37:09.498Z] ce7f800efff9: Waiting [2024-08-12T04:37:09.498Z] 1f8f10e5daad: Layer already exists [2024-08-12T04:37:09.498Z] bfbc8c2df44f: Layer already exists [2024-08-12T04:37:09.498Z] 8e7d56500e60: Layer already exists [2024-08-12T04:37:09.498Z] e078d6c90c9e: Layer already exists [2024-08-12T04:37:09.498Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:09.498Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:09.498Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:09.498Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:09.498Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:09.498Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:09.908Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:10.228Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-12T04:37:10.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-12T04:37:10.228Z] bfbc8c2df44f: Preparing [2024-08-12T04:37:10.228Z] 8e7d56500e60: Preparing [2024-08-12T04:37:10.228Z] 1f8f10e5daad: Preparing [2024-08-12T04:37:10.228Z] e078d6c90c9e: Preparing [2024-08-12T04:37:10.228Z] 06833ad81c98: Preparing [2024-08-12T04:37:10.228Z] a9dc6719a09e: Preparing [2024-08-12T04:37:10.228Z] 2074dc40c071: Preparing [2024-08-12T04:37:10.228Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:10.228Z] ce7f800efff9: Preparing [2024-08-12T04:37:10.228Z] a9dc6719a09e: Waiting [2024-08-12T04:37:10.228Z] 2074dc40c071: Waiting [2024-08-12T04:37:10.228Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:10.228Z] ce7f800efff9: Waiting [2024-08-12T04:37:10.228Z] 1f8f10e5daad: Layer already exists [2024-08-12T04:37:10.228Z] 8e7d56500e60: Layer already exists [2024-08-12T04:37:10.228Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:10.228Z] bfbc8c2df44f: Layer already exists [2024-08-12T04:37:10.228Z] e078d6c90c9e: Layer already exists [2024-08-12T04:37:10.228Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:10.228Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:10.228Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:10.228Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:10.228Z] main: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:10.299Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:10.308Z] taggedImages: [2024-08-12T04:37:10.308Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:10.308Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-12T04:37:10.308Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.50 [2024-08-12T04:37:10.308Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:10.308Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-12T04:37:10.333Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-12T04:37:10.333Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:10.333Z] latest [2024-08-12T04:37:10.333Z] 3.2.0-dev.50 [2024-08-12T04:37:10.333Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:10.333Z] main [2024-08-12T04:37:10.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:10.629Z] #96 ... [2024-08-12T04:37:10.629Z] [2024-08-12T04:37:10.629Z] #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-08-12T04:37:10.629Z] #87 18.02 OK: 9 MiB in 20 packages [2024-08-12T04:37:10.629Z] #87 DONE 19.2s [2024-08-12T04:37:10.629Z] [2024-08-12T04:37:10.629Z] #88 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-12T04:37:10.629Z] #88 17.78 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-12T04:37:10.629Z] #88 18.34 Executing busybox-1.36.1-r7.trigger [2024-08-12T04:37:10.629Z] #88 18.43 OK: 8 MiB in 16 packages [2024-08-12T04:37:10.684Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:11.003Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:11.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-12T04:37:11.004Z] 86aa3423eae6: Preparing [2024-08-12T04:37:11.004Z] fcae832a1fd2: Preparing [2024-08-12T04:37:11.004Z] 06833ad81c98: Preparing [2024-08-12T04:37:11.004Z] a9dc6719a09e: Preparing [2024-08-12T04:37:11.004Z] fe930f21e7af: Preparing [2024-08-12T04:37:11.004Z] f5c6c35d8cc3: Preparing [2024-08-12T04:37:11.004Z] ce7f800efff9: Preparing [2024-08-12T04:37:11.004Z] f5c6c35d8cc3: Waiting [2024-08-12T04:37:11.004Z] ce7f800efff9: Waiting [2024-08-12T04:37:11.004Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:11.004Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:11.004Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:11.004Z] fe930f21e7af: Pushed [2024-08-12T04:37:11.004Z] 86aa3423eae6: Pushed [2024-08-12T04:37:11.004Z] f5c6c35d8cc3: Pushed [2024-08-12T04:37:11.216Z] #88 ... [2024-08-12T04:37:11.216Z] [2024-08-12T04:37:11.216Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-12T04:37:11.216Z] #89 15.29 OK: 8 MiB in 19 packages [2024-08-12T04:37:11.216Z] #89 DONE 16.1s [2024-08-12T04:37:11.482Z] [2024-08-12T04:37:11.482Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:37:12.064Z] #97 ... [2024-08-12T04:37:12.064Z] [2024-08-12T04:37:12.064Z] #88 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-12T04:37:12.064Z] #88 DONE 19.8s [2024-08-12T04:37:12.064Z] [2024-08-12T04:37:12.064Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:12.064Z] #90 6.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:12.064Z] #90 7.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:12.651Z] #90 ... [2024-08-12T04:37:12.651Z] [2024-08-12T04:37:12.651Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-12T04:37:12.651Z] #98 DONE 2.1s [2024-08-12T04:37:12.651Z] [2024-08-12T04:37:12.651Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:37:13.234Z] #99 ... [2024-08-12T04:37:13.234Z] [2024-08-12T04:37:13.234Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:37:13.234Z] #100 DONE 2.9s [2024-08-12T04:37:13.234Z] [2024-08-12T04:37:13.234Z] #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:37:13.234Z] #97 DONE 2.0s [2024-08-12T04:37:13.503Z] [2024-08-12T04:37:13.503Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-12T04:37:13.503Z] #101 ... [2024-08-12T04:37:13.503Z] [2024-08-12T04:37:13.503Z] #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-12T04:37:13.503Z] #102 DONE 0.2s [2024-08-12T04:37:13.531Z] fcae832a1fd2: Pushed [2024-08-12T04:37:13.774Z] [2024-08-12T04:37:13.774Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-12T04:37:13.774Z] #101 DONE 0.3s [2024-08-12T04:37:13.774Z] [2024-08-12T04:37:13.774Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-12T04:37:13.774Z] #103 ... [2024-08-12T04:37:13.774Z] [2024-08-12T04:37:13.774Z] #104 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-12T04:37:13.774Z] #104 DONE 0.2s [2024-08-12T04:37:13.790Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:14.045Z] [2024-08-12T04:37:14.045Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-12T04:37:14.045Z] #103 DONE 0.3s [2024-08-12T04:37:14.045Z] [2024-08-12T04:37:14.045Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:37:14.045Z] #105 ... [2024-08-12T04:37:14.045Z] [2024-08-12T04:37:14.045Z] #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:14.045Z] #91 6.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-12T04:37:14.045Z] #91 10.36 OK: 8 MiB in 16 packages [2024-08-12T04:37:14.045Z] #91 DONE 11.2s [2024-08-12T04:37:14.114Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:14.319Z] [2024-08-12T04:37:14.319Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:37:14.319Z] #106 ... [2024-08-12T04:37:14.319Z] [2024-08-12T04:37:14.319Z] #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-12T04:37:14.319Z] #90 10.66 OK: 13 MiB in 26 packages [2024-08-12T04:37:14.319Z] #90 DONE 11.5s [2024-08-12T04:37:14.319Z] [2024-08-12T04:37:14.319Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:37:14.319Z] #105 DONE 0.5s [2024-08-12T04:37:14.431Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-12T04:37:14.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-12T04:37:14.431Z] 86aa3423eae6: Preparing [2024-08-12T04:37:14.431Z] fcae832a1fd2: Preparing [2024-08-12T04:37:14.431Z] 06833ad81c98: Preparing [2024-08-12T04:37:14.431Z] a9dc6719a09e: Preparing [2024-08-12T04:37:14.431Z] fe930f21e7af: Preparing [2024-08-12T04:37:14.431Z] f5c6c35d8cc3: Preparing [2024-08-12T04:37:14.431Z] ce7f800efff9: Preparing [2024-08-12T04:37:14.431Z] f5c6c35d8cc3: Waiting [2024-08-12T04:37:14.431Z] ce7f800efff9: Waiting [2024-08-12T04:37:14.431Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:14.431Z] fe930f21e7af: Layer already exists [2024-08-12T04:37:14.431Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:14.431Z] fcae832a1fd2: Layer already exists [2024-08-12T04:37:14.431Z] 86aa3423eae6: Layer already exists [2024-08-12T04:37:14.431Z] f5c6c35d8cc3: Layer already exists [2024-08-12T04:37:14.431Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:14.431Z] latest: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:14.594Z] [2024-08-12T04:37:14.594Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:37:14.594Z] #106 DONE 0.5s [2024-08-12T04:37:14.594Z] [2024-08-12T04:37:14.594Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-12T04:37:14.747Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:14.867Z] #107 ... [2024-08-12T04:37:14.867Z] [2024-08-12T04:37:14.867Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-12T04:37:14.867Z] #108 DONE 0.5s [2024-08-12T04:37:15.070Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.50 [2024-08-12T04:37:15.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-12T04:37:15.070Z] 86aa3423eae6: Preparing [2024-08-12T04:37:15.070Z] fcae832a1fd2: Preparing [2024-08-12T04:37:15.070Z] 06833ad81c98: Preparing [2024-08-12T04:37:15.070Z] a9dc6719a09e: Preparing [2024-08-12T04:37:15.070Z] fe930f21e7af: Preparing [2024-08-12T04:37:15.070Z] f5c6c35d8cc3: Preparing [2024-08-12T04:37:15.070Z] ce7f800efff9: Preparing [2024-08-12T04:37:15.070Z] f5c6c35d8cc3: Waiting [2024-08-12T04:37:15.070Z] ce7f800efff9: Waiting [2024-08-12T04:37:15.070Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:15.070Z] fe930f21e7af: Layer already exists [2024-08-12T04:37:15.070Z] fcae832a1fd2: Layer already exists [2024-08-12T04:37:15.070Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:15.070Z] 86aa3423eae6: Layer already exists [2024-08-12T04:37:15.070Z] f5c6c35d8cc3: Layer already exists [2024-08-12T04:37:15.070Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:15.070Z] 3.2.0-dev.50: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:15.145Z] [2024-08-12T04:37:15.145Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-12T04:37:15.145Z] #109 ... [2024-08-12T04:37:15.145Z] [2024-08-12T04:37:15.145Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-12T04:37:15.145Z] #107 DONE 0.6s [2024-08-12T04:37:15.145Z] [2024-08-12T04:37:15.145Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-12T04:37:15.145Z] #99 DONE 2.6s [2024-08-12T04:37:15.145Z] [2024-08-12T04:37:15.145Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-12T04:37:15.145Z] #109 DONE 0.4s [2024-08-12T04:37:15.145Z] [2024-08-12T04:37:15.145Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-12T04:37:15.394Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:15.453Z] #110 DONE 0.2s [2024-08-12T04:37:15.453Z] [2024-08-12T04:37:15.453Z] #111 [security-spire-config] exporting to image [2024-08-12T04:37:15.453Z] #111 exporting layers [2024-08-12T04:37:15.453Z] #111 ... [2024-08-12T04:37:15.453Z] [2024-08-12T04:37:15.453Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-12T04:37:15.453Z] #112 DONE 0.4s [2024-08-12T04:37:15.453Z] [2024-08-12T04:37:15.453Z] #111 [security-spire-server] exporting to image [2024-08-12T04:37:15.724Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:15.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-12T04:37:15.724Z] 86aa3423eae6: Preparing [2024-08-12T04:37:15.724Z] fcae832a1fd2: Preparing [2024-08-12T04:37:15.724Z] 06833ad81c98: Preparing [2024-08-12T04:37:15.724Z] a9dc6719a09e: Preparing [2024-08-12T04:37:15.724Z] fe930f21e7af: Preparing [2024-08-12T04:37:15.724Z] f5c6c35d8cc3: Preparing [2024-08-12T04:37:15.724Z] ce7f800efff9: Preparing [2024-08-12T04:37:15.724Z] ce7f800efff9: Waiting [2024-08-12T04:37:15.724Z] f5c6c35d8cc3: Waiting [2024-08-12T04:37:15.724Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:15.724Z] fcae832a1fd2: Layer already exists [2024-08-12T04:37:15.724Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:15.724Z] fe930f21e7af: Layer already exists [2024-08-12T04:37:15.724Z] 86aa3423eae6: Layer already exists [2024-08-12T04:37:15.724Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:15.724Z] f5c6c35d8cc3: Layer already exists [2024-08-12T04:37:15.724Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [2024-08-12T04:37:15.727Z] #111 ... [2024-08-12T04:37:15.727Z] [2024-08-12T04:37:15.727Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-12T04:37:15.727Z] #113 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:15.992Z] [2024-08-12T04:37:15.993Z] #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-12T04:37:16.045Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:16.258Z] #114 DONE 0.3s [2024-08-12T04:37:16.258Z] [2024-08-12T04:37:16.258Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-12T04:37:16.365Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-12T04:37:16.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-12T04:37:16.365Z] 86aa3423eae6: Preparing [2024-08-12T04:37:16.365Z] fcae832a1fd2: Preparing [2024-08-12T04:37:16.365Z] 06833ad81c98: Preparing [2024-08-12T04:37:16.365Z] a9dc6719a09e: Preparing [2024-08-12T04:37:16.365Z] fe930f21e7af: Preparing [2024-08-12T04:37:16.365Z] f5c6c35d8cc3: Preparing [2024-08-12T04:37:16.365Z] ce7f800efff9: Preparing [2024-08-12T04:37:16.365Z] f5c6c35d8cc3: Waiting [2024-08-12T04:37:16.365Z] ce7f800efff9: Waiting [2024-08-12T04:37:16.365Z] fcae832a1fd2: Layer already exists [2024-08-12T04:37:16.365Z] fe930f21e7af: Layer already exists [2024-08-12T04:37:16.365Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:16.365Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:16.365Z] 86aa3423eae6: Layer already exists [2024-08-12T04:37:16.365Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:16.365Z] f5c6c35d8cc3: Layer already exists [2024-08-12T04:37:16.365Z] main: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:16.430Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:16.443Z] taggedImages: [2024-08-12T04:37:16.443Z] - nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:16.443Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-12T04:37:16.443Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.50 [2024-08-12T04:37:16.443Z] - nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:16.443Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-12T04:37:16.473Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-12T04:37:16.473Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:16.473Z] latest [2024-08-12T04:37:16.473Z] 3.2.0-dev.50 [2024-08-12T04:37:16.473Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:16.473Z] main [2024-08-12T04:37:16.473Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-08-12T04:37:16.529Z] #115 DONE 0.2s [2024-08-12T04:37:16.529Z] [2024-08-12T04:37:16.529Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-12T04:37:16.529Z] #116 DONE 0.2s [2024-08-12T04:37:16.529Z] [2024-08-12T04:37:16.529Z] #111 [security-spire-server] exporting to image [Pipeline] sh [2024-08-12T04:37:16.819Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:17.145Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:17.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-12T04:37:17.145Z] ac478dcb027a: Preparing [2024-08-12T04:37:17.145Z] 7fa388cfcfb2: Preparing [2024-08-12T04:37:17.145Z] a9dc6719a09e: Preparing [2024-08-12T04:37:17.145Z] e5f65f66df90: Preparing [2024-08-12T04:37:17.145Z] 2565bfb2c042: Preparing [2024-08-12T04:37:17.145Z] ce7f800efff9: Preparing [2024-08-12T04:37:17.145Z] ce7f800efff9: Waiting [2024-08-12T04:37:17.145Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:17.145Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:17.145Z] 2565bfb2c042: Pushed [2024-08-12T04:37:17.145Z] e5f65f66df90: Pushed [2024-08-12T04:37:17.145Z] ac478dcb027a: Pushed [2024-08-12T04:37:18.482Z] #111 exporting layers 2.7s done [2024-08-12T04:37:18.482Z] #111 writing image sha256:43a72a667bdeeeb0f2117d1a899437c4bbdf9c814351fd26578049f31a06ce49 0.0s done [2024-08-12T04:37:18.482Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2024-08-12T04:37:18.482Z] #111 exporting layers 2.6s done [2024-08-12T04:37:18.482Z] #111 writing image sha256:4d0a448995f99ed37a5f08dc8ae11d7b52fc21a145138a0367fec79dff7cf9da done [2024-08-12T04:37:18.482Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2024-08-12T04:37:18.482Z] #111 exporting layers 1.9s done [2024-08-12T04:37:18.482Z] #111 writing image sha256:f210a17fd38cdb2351fcdafb35ed73321714002a0d93aa2f105ce44ad2cae56c done [2024-08-12T04:37:18.482Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-12T04:37:18.482Z] #111 DONE 3.2s [2024-08-12T04:37:18.482Z] [2024-08-12T04:37:18.482Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:37:19.673Z] 7fa388cfcfb2: Pushed [2024-08-12T04:37:19.932Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:20.260Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:20.578Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-12T04:37:20.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-12T04:37:20.578Z] ac478dcb027a: Preparing [2024-08-12T04:37:20.578Z] 7fa388cfcfb2: Preparing [2024-08-12T04:37:20.578Z] a9dc6719a09e: Preparing [2024-08-12T04:37:20.578Z] e5f65f66df90: Preparing [2024-08-12T04:37:20.578Z] 2565bfb2c042: Preparing [2024-08-12T04:37:20.578Z] ce7f800efff9: Preparing [2024-08-12T04:37:20.578Z] ce7f800efff9: Waiting [2024-08-12T04:37:20.578Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:20.578Z] ac478dcb027a: Layer already exists [2024-08-12T04:37:20.578Z] e5f65f66df90: Layer already exists [2024-08-12T04:37:20.578Z] 2565bfb2c042: Layer already exists [2024-08-12T04:37:20.578Z] 7fa388cfcfb2: Layer already exists [2024-08-12T04:37:20.578Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:20.578Z] latest: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:20.905Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:21.230Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.50 [2024-08-12T04:37:21.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-12T04:37:21.230Z] ac478dcb027a: Preparing [2024-08-12T04:37:21.230Z] 7fa388cfcfb2: Preparing [2024-08-12T04:37:21.230Z] a9dc6719a09e: Preparing [2024-08-12T04:37:21.230Z] e5f65f66df90: Preparing [2024-08-12T04:37:21.230Z] 2565bfb2c042: Preparing [2024-08-12T04:37:21.230Z] ce7f800efff9: Preparing [2024-08-12T04:37:21.230Z] ce7f800efff9: Waiting [2024-08-12T04:37:21.230Z] 2565bfb2c042: Layer already exists [2024-08-12T04:37:21.230Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:21.230Z] 7fa388cfcfb2: Layer already exists [2024-08-12T04:37:21.230Z] ac478dcb027a: Layer already exists [2024-08-12T04:37:21.230Z] e5f65f66df90: Layer already exists [2024-08-12T04:37:21.230Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:21.230Z] 3.2.0-dev.50: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:21.550Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:21.878Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:21.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-12T04:37:21.878Z] ac478dcb027a: Preparing [2024-08-12T04:37:21.878Z] 7fa388cfcfb2: Preparing [2024-08-12T04:37:21.878Z] a9dc6719a09e: Preparing [2024-08-12T04:37:21.878Z] e5f65f66df90: Preparing [2024-08-12T04:37:21.878Z] 2565bfb2c042: Preparing [2024-08-12T04:37:21.878Z] ce7f800efff9: Preparing [2024-08-12T04:37:21.878Z] ac478dcb027a: Layer already exists [2024-08-12T04:37:21.878Z] e5f65f66df90: Layer already exists [2024-08-12T04:37:21.878Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:21.878Z] 7fa388cfcfb2: Layer already exists [2024-08-12T04:37:21.878Z] 2565bfb2c042: Layer already exists [2024-08-12T04:37:21.878Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:21.878Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:22.212Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:22.532Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-12T04:37:22.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-12T04:37:22.533Z] ac478dcb027a: Preparing [2024-08-12T04:37:22.533Z] 7fa388cfcfb2: Preparing [2024-08-12T04:37:22.533Z] a9dc6719a09e: Preparing [2024-08-12T04:37:22.533Z] e5f65f66df90: Preparing [2024-08-12T04:37:22.533Z] 2565bfb2c042: Preparing [2024-08-12T04:37:22.533Z] ce7f800efff9: Preparing [2024-08-12T04:37:22.533Z] ce7f800efff9: Waiting [2024-08-12T04:37:22.533Z] ac478dcb027a: Layer already exists [2024-08-12T04:37:22.533Z] 7fa388cfcfb2: Layer already exists [2024-08-12T04:37:22.533Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:22.533Z] e5f65f66df90: Layer already exists [2024-08-12T04:37:22.533Z] 2565bfb2c042: Layer already exists [2024-08-12T04:37:22.533Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:22.533Z] main: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:22.592Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:22.603Z] taggedImages: [2024-08-12T04:37:22.603Z] - nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:22.603Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-12T04:37:22.603Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.50 [2024-08-12T04:37:22.603Z] - nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:22.603Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-12T04:37:22.629Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-12T04:37:22.629Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:22.629Z] latest [2024-08-12T04:37:22.629Z] 3.2.0-dev.50 [2024-08-12T04:37:22.629Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:22.629Z] main [2024-08-12T04:37:22.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:22.966Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:23.285Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:23.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-12T04:37:23.285Z] 93f03629f8f8: Preparing [2024-08-12T04:37:23.285Z] d12151327032: Preparing [2024-08-12T04:37:23.285Z] b5e19da89285: Preparing [2024-08-12T04:37:23.285Z] 06833ad81c98: Preparing [2024-08-12T04:37:23.285Z] a9dc6719a09e: Preparing [2024-08-12T04:37:23.285Z] 2074dc40c071: Preparing [2024-08-12T04:37:23.285Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:23.285Z] ce7f800efff9: Preparing [2024-08-12T04:37:23.285Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:23.285Z] 2074dc40c071: Waiting [2024-08-12T04:37:23.285Z] ce7f800efff9: Waiting [2024-08-12T04:37:23.285Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:23.285Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:23.285Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:23.285Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:23.285Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:23.285Z] d12151327032: Pushed [2024-08-12T04:37:23.285Z] 93f03629f8f8: Pushed [2024-08-12T04:37:26.573Z] b5e19da89285: Pushed [2024-08-12T04:37:26.573Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:26.902Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:27.223Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-12T04:37:27.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-12T04:37:27.223Z] 93f03629f8f8: Preparing [2024-08-12T04:37:27.223Z] d12151327032: Preparing [2024-08-12T04:37:27.223Z] b5e19da89285: Preparing [2024-08-12T04:37:27.223Z] 06833ad81c98: Preparing [2024-08-12T04:37:27.223Z] a9dc6719a09e: Preparing [2024-08-12T04:37:27.223Z] 2074dc40c071: Preparing [2024-08-12T04:37:27.223Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:27.223Z] ce7f800efff9: Preparing [2024-08-12T04:37:27.223Z] 2074dc40c071: Waiting [2024-08-12T04:37:27.223Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:27.223Z] ce7f800efff9: Waiting [2024-08-12T04:37:27.223Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:27.223Z] b5e19da89285: Layer already exists [2024-08-12T04:37:27.223Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:27.223Z] d12151327032: Layer already exists [2024-08-12T04:37:27.223Z] 93f03629f8f8: Layer already exists [2024-08-12T04:37:27.223Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:27.223Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:27.223Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:27.223Z] latest: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:27.543Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:27.866Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.50 [2024-08-12T04:37:27.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-12T04:37:27.867Z] 93f03629f8f8: Preparing [2024-08-12T04:37:27.867Z] d12151327032: Preparing [2024-08-12T04:37:27.867Z] b5e19da89285: Preparing [2024-08-12T04:37:27.867Z] 06833ad81c98: Preparing [2024-08-12T04:37:27.867Z] a9dc6719a09e: Preparing [2024-08-12T04:37:27.867Z] 2074dc40c071: Preparing [2024-08-12T04:37:27.867Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:27.867Z] ce7f800efff9: Preparing [2024-08-12T04:37:27.867Z] ce7f800efff9: Waiting [2024-08-12T04:37:27.867Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:27.867Z] 2074dc40c071: Waiting [2024-08-12T04:37:27.867Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:27.867Z] d12151327032: Layer already exists [2024-08-12T04:37:27.867Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:27.867Z] 93f03629f8f8: Layer already exists [2024-08-12T04:37:27.867Z] b5e19da89285: Layer already exists [2024-08-12T04:37:27.867Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:27.867Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:27.867Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:27.867Z] 3.2.0-dev.50: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:28.196Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:28.520Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:28.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-12T04:37:28.520Z] 93f03629f8f8: Preparing [2024-08-12T04:37:28.520Z] d12151327032: Preparing [2024-08-12T04:37:28.520Z] b5e19da89285: Preparing [2024-08-12T04:37:28.520Z] 06833ad81c98: Preparing [2024-08-12T04:37:28.520Z] a9dc6719a09e: Preparing [2024-08-12T04:37:28.520Z] 2074dc40c071: Preparing [2024-08-12T04:37:28.520Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:28.520Z] ce7f800efff9: Preparing [2024-08-12T04:37:28.520Z] 2074dc40c071: Waiting [2024-08-12T04:37:28.520Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:28.520Z] ce7f800efff9: Waiting [2024-08-12T04:37:28.520Z] 93f03629f8f8: Layer already exists [2024-08-12T04:37:28.520Z] b5e19da89285: Layer already exists [2024-08-12T04:37:28.520Z] d12151327032: Layer already exists [2024-08-12T04:37:28.520Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:28.520Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:28.520Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:28.520Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:28.520Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:28.520Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:28.841Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:29.172Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-12T04:37:29.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-12T04:37:29.172Z] 93f03629f8f8: Preparing [2024-08-12T04:37:29.172Z] d12151327032: Preparing [2024-08-12T04:37:29.172Z] b5e19da89285: Preparing [2024-08-12T04:37:29.172Z] 06833ad81c98: Preparing [2024-08-12T04:37:29.172Z] a9dc6719a09e: Preparing [2024-08-12T04:37:29.172Z] 2074dc40c071: Preparing [2024-08-12T04:37:29.172Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:29.172Z] ce7f800efff9: Preparing [2024-08-12T04:37:29.172Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:29.172Z] 2074dc40c071: Waiting [2024-08-12T04:37:29.172Z] ce7f800efff9: Waiting [2024-08-12T04:37:29.172Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:29.172Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:29.172Z] 93f03629f8f8: Layer already exists [2024-08-12T04:37:29.172Z] d12151327032: Layer already exists [2024-08-12T04:37:29.172Z] b5e19da89285: Layer already exists [2024-08-12T04:37:29.172Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:29.172Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:29.172Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:29.172Z] main: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:29.241Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:29.255Z] taggedImages: [2024-08-12T04:37:29.255Z] - nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:29.255Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-12T04:37:29.255Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.50 [2024-08-12T04:37:29.255Z] - nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:29.255Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-12T04:37:29.281Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-12T04:37:29.281Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:29.281Z] latest [2024-08-12T04:37:29.281Z] 3.2.0-dev.50 [2024-08-12T04:37:29.281Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:29.281Z] main [2024-08-12T04:37:29.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:29.625Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:29.942Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:29.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-12T04:37:29.942Z] a90aad0ecc11: Preparing [2024-08-12T04:37:29.942Z] ccb9a48b0700: Preparing [2024-08-12T04:37:29.942Z] 153e93d95e23: Preparing [2024-08-12T04:37:29.942Z] 6e8bbe465b21: Preparing [2024-08-12T04:37:29.942Z] d5dfd3cb6168: Preparing [2024-08-12T04:37:29.942Z] 3c7400611f66: Preparing [2024-08-12T04:37:29.942Z] 856f00b3694d: Preparing [2024-08-12T04:37:29.942Z] f9b101f2434e: Preparing [2024-08-12T04:37:29.942Z] 06833ad81c98: Preparing [2024-08-12T04:37:29.942Z] a9dc6719a09e: Preparing [2024-08-12T04:37:29.942Z] 7c91a51a918a: Preparing [2024-08-12T04:37:29.942Z] 74385b6333e0: Preparing [2024-08-12T04:37:29.942Z] 5f70bf18a086: Preparing [2024-08-12T04:37:29.942Z] 6abe6ce40851: Preparing [2024-08-12T04:37:29.942Z] 0e5db7e23b40: Preparing [2024-08-12T04:37:29.942Z] 30762e6897c7: Preparing [2024-08-12T04:37:29.942Z] ce7f800efff9: Preparing [2024-08-12T04:37:29.942Z] 06833ad81c98: Waiting [2024-08-12T04:37:29.942Z] a9dc6719a09e: Waiting [2024-08-12T04:37:29.942Z] 7c91a51a918a: Waiting [2024-08-12T04:37:29.942Z] 74385b6333e0: Waiting [2024-08-12T04:37:29.942Z] 5f70bf18a086: Waiting [2024-08-12T04:37:29.942Z] 30762e6897c7: Waiting [2024-08-12T04:37:29.942Z] ce7f800efff9: Waiting [2024-08-12T04:37:29.942Z] 6abe6ce40851: Waiting [2024-08-12T04:37:29.942Z] 0e5db7e23b40: Waiting [2024-08-12T04:37:29.942Z] 856f00b3694d: Waiting [2024-08-12T04:37:29.942Z] f9b101f2434e: Waiting [2024-08-12T04:37:29.942Z] 3c7400611f66: Waiting [2024-08-12T04:37:29.942Z] 153e93d95e23: Pushed [2024-08-12T04:37:29.942Z] ccb9a48b0700: Pushed [2024-08-12T04:37:29.942Z] a90aad0ecc11: Pushed [2024-08-12T04:37:29.942Z] d5dfd3cb6168: Pushed [2024-08-12T04:37:29.942Z] 6e8bbe465b21: Pushed [2024-08-12T04:37:29.942Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:29.942Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:30.201Z] 3c7400611f66: Pushed [2024-08-12T04:37:30.201Z] 856f00b3694d: Pushed [2024-08-12T04:37:30.201Z] 5f70bf18a086: Layer already exists [2024-08-12T04:37:30.201Z] 7c91a51a918a: Pushed [2024-08-12T04:37:30.201Z] 74385b6333e0: Pushed [2024-08-12T04:37:30.201Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:30.201Z] 6abe6ce40851: Pushed [2024-08-12T04:37:30.201Z] 0e5db7e23b40: Pushed [2024-08-12T04:37:30.201Z] 30762e6897c7: Pushed [2024-08-12T04:37:31.578Z] f9b101f2434e: Pushed [2024-08-12T04:37:31.578Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:31.905Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:32.330Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-12T04:37:32.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-12T04:37:32.330Z] a90aad0ecc11: Preparing [2024-08-12T04:37:32.330Z] ccb9a48b0700: Preparing [2024-08-12T04:37:32.330Z] 153e93d95e23: Preparing [2024-08-12T04:37:32.330Z] 6e8bbe465b21: Preparing [2024-08-12T04:37:32.330Z] d5dfd3cb6168: Preparing [2024-08-12T04:37:32.330Z] 3c7400611f66: Preparing [2024-08-12T04:37:32.330Z] 856f00b3694d: Preparing [2024-08-12T04:37:32.330Z] f9b101f2434e: Preparing [2024-08-12T04:37:32.330Z] 3c7400611f66: Waiting [2024-08-12T04:37:32.330Z] 856f00b3694d: Waiting [2024-08-12T04:37:32.330Z] 06833ad81c98: Preparing [2024-08-12T04:37:32.330Z] a9dc6719a09e: Preparing [2024-08-12T04:37:32.330Z] 06833ad81c98: Waiting [2024-08-12T04:37:32.330Z] f9b101f2434e: Waiting [2024-08-12T04:37:32.330Z] 7c91a51a918a: Preparing [2024-08-12T04:37:32.330Z] 74385b6333e0: Preparing [2024-08-12T04:37:32.330Z] 5f70bf18a086: Preparing [2024-08-12T04:37:32.330Z] 6abe6ce40851: Preparing [2024-08-12T04:37:32.330Z] a9dc6719a09e: Waiting [2024-08-12T04:37:32.330Z] 74385b6333e0: Waiting [2024-08-12T04:37:32.330Z] 5f70bf18a086: Waiting [2024-08-12T04:37:32.330Z] 0e5db7e23b40: Preparing [2024-08-12T04:37:32.330Z] 30762e6897c7: Preparing [2024-08-12T04:37:32.330Z] ce7f800efff9: Preparing [2024-08-12T04:37:32.330Z] ce7f800efff9: Waiting [2024-08-12T04:37:32.330Z] 30762e6897c7: Waiting [2024-08-12T04:37:32.330Z] 0e5db7e23b40: Waiting [2024-08-12T04:37:32.330Z] 6abe6ce40851: Waiting [2024-08-12T04:37:32.330Z] 153e93d95e23: Layer already exists [2024-08-12T04:37:32.330Z] ccb9a48b0700: Layer already exists [2024-08-12T04:37:32.330Z] d5dfd3cb6168: Layer already exists [2024-08-12T04:37:32.330Z] a90aad0ecc11: Layer already exists [2024-08-12T04:37:32.330Z] 6e8bbe465b21: Layer already exists [2024-08-12T04:37:32.330Z] f9b101f2434e: Layer already exists [2024-08-12T04:37:32.330Z] 856f00b3694d: Layer already exists [2024-08-12T04:37:32.330Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:32.330Z] 3c7400611f66: Layer already exists [2024-08-12T04:37:32.330Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:32.330Z] 7c91a51a918a: Layer already exists [2024-08-12T04:37:32.330Z] 74385b6333e0: Layer already exists [2024-08-12T04:37:32.330Z] 0e5db7e23b40: Layer already exists [2024-08-12T04:37:32.330Z] 5f70bf18a086: Layer already exists [2024-08-12T04:37:32.330Z] 6abe6ce40851: Layer already exists [2024-08-12T04:37:32.330Z] 30762e6897c7: Layer already exists [2024-08-12T04:37:32.330Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:32.330Z] latest: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:32.711Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:33.104Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.50 [2024-08-12T04:37:33.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-12T04:37:33.105Z] a90aad0ecc11: Preparing [2024-08-12T04:37:33.105Z] ccb9a48b0700: Preparing [2024-08-12T04:37:33.105Z] 153e93d95e23: Preparing [2024-08-12T04:37:33.105Z] 6e8bbe465b21: Preparing [2024-08-12T04:37:33.105Z] d5dfd3cb6168: Preparing [2024-08-12T04:37:33.105Z] 3c7400611f66: Preparing [2024-08-12T04:37:33.105Z] 856f00b3694d: Preparing [2024-08-12T04:37:33.105Z] f9b101f2434e: Preparing [2024-08-12T04:37:33.105Z] 06833ad81c98: Preparing [2024-08-12T04:37:33.105Z] a9dc6719a09e: Preparing [2024-08-12T04:37:33.105Z] 7c91a51a918a: Preparing [2024-08-12T04:37:33.105Z] 74385b6333e0: Preparing [2024-08-12T04:37:33.105Z] 5f70bf18a086: Preparing [2024-08-12T04:37:33.105Z] 6abe6ce40851: Preparing [2024-08-12T04:37:33.105Z] 0e5db7e23b40: Preparing [2024-08-12T04:37:33.105Z] 30762e6897c7: Preparing [2024-08-12T04:37:33.105Z] ce7f800efff9: Preparing [2024-08-12T04:37:33.105Z] 3c7400611f66: Waiting [2024-08-12T04:37:33.105Z] 5f70bf18a086: Waiting [2024-08-12T04:37:33.105Z] 856f00b3694d: Waiting [2024-08-12T04:37:33.105Z] 6abe6ce40851: Waiting [2024-08-12T04:37:33.105Z] 0e5db7e23b40: Waiting [2024-08-12T04:37:33.105Z] f9b101f2434e: Waiting [2024-08-12T04:37:33.105Z] 30762e6897c7: Waiting [2024-08-12T04:37:33.105Z] 06833ad81c98: Waiting [2024-08-12T04:37:33.105Z] a9dc6719a09e: Waiting [2024-08-12T04:37:33.105Z] ce7f800efff9: Waiting [2024-08-12T04:37:33.105Z] 74385b6333e0: Waiting [2024-08-12T04:37:33.105Z] 7c91a51a918a: Waiting [2024-08-12T04:37:33.105Z] 6e8bbe465b21: Layer already exists [2024-08-12T04:37:33.105Z] ccb9a48b0700: Layer already exists [2024-08-12T04:37:33.105Z] a90aad0ecc11: Layer already exists [2024-08-12T04:37:33.105Z] 153e93d95e23: Layer already exists [2024-08-12T04:37:33.105Z] d5dfd3cb6168: Layer already exists [2024-08-12T04:37:33.105Z] 856f00b3694d: Layer already exists [2024-08-12T04:37:33.105Z] 3c7400611f66: Layer already exists [2024-08-12T04:37:33.105Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:33.105Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:33.105Z] f9b101f2434e: Layer already exists [2024-08-12T04:37:33.105Z] 7c91a51a918a: Layer already exists [2024-08-12T04:37:33.105Z] 5f70bf18a086: Layer already exists [2024-08-12T04:37:33.105Z] 6abe6ce40851: Layer already exists [2024-08-12T04:37:33.105Z] 0e5db7e23b40: Layer already exists [2024-08-12T04:37:33.105Z] 74385b6333e0: Layer already exists [2024-08-12T04:37:33.105Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:33.105Z] 30762e6897c7: Layer already exists [2024-08-12T04:37:33.105Z] 3.2.0-dev.50: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:33.430Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:33.752Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:33.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-12T04:37:33.752Z] a90aad0ecc11: Preparing [2024-08-12T04:37:33.752Z] ccb9a48b0700: Preparing [2024-08-12T04:37:33.752Z] 153e93d95e23: Preparing [2024-08-12T04:37:33.752Z] 6e8bbe465b21: Preparing [2024-08-12T04:37:33.752Z] d5dfd3cb6168: Preparing [2024-08-12T04:37:33.752Z] 3c7400611f66: Preparing [2024-08-12T04:37:33.752Z] 856f00b3694d: Preparing [2024-08-12T04:37:33.752Z] f9b101f2434e: Preparing [2024-08-12T04:37:33.752Z] 06833ad81c98: Preparing [2024-08-12T04:37:33.752Z] a9dc6719a09e: Preparing [2024-08-12T04:37:33.752Z] 7c91a51a918a: Preparing [2024-08-12T04:37:33.752Z] 74385b6333e0: Preparing [2024-08-12T04:37:33.752Z] 5f70bf18a086: Preparing [2024-08-12T04:37:33.752Z] 6abe6ce40851: Preparing [2024-08-12T04:37:33.752Z] 0e5db7e23b40: Preparing [2024-08-12T04:37:33.752Z] 30762e6897c7: Preparing [2024-08-12T04:37:33.752Z] ce7f800efff9: Preparing [2024-08-12T04:37:33.752Z] 3c7400611f66: Waiting [2024-08-12T04:37:33.752Z] 856f00b3694d: Waiting [2024-08-12T04:37:33.752Z] f9b101f2434e: Waiting [2024-08-12T04:37:33.752Z] 06833ad81c98: Waiting [2024-08-12T04:37:33.752Z] a9dc6719a09e: Waiting [2024-08-12T04:37:33.752Z] 7c91a51a918a: Waiting [2024-08-12T04:37:33.752Z] 74385b6333e0: Waiting [2024-08-12T04:37:33.752Z] 5f70bf18a086: Waiting [2024-08-12T04:37:33.752Z] 6abe6ce40851: Waiting [2024-08-12T04:37:33.752Z] 0e5db7e23b40: Waiting [2024-08-12T04:37:33.752Z] 30762e6897c7: Waiting [2024-08-12T04:37:33.752Z] ce7f800efff9: Waiting [2024-08-12T04:37:33.752Z] a90aad0ecc11: Layer already exists [2024-08-12T04:37:33.752Z] 6e8bbe465b21: Layer already exists [2024-08-12T04:37:33.752Z] ccb9a48b0700: Layer already exists [2024-08-12T04:37:33.752Z] 153e93d95e23: Layer already exists [2024-08-12T04:37:33.752Z] d5dfd3cb6168: Layer already exists [2024-08-12T04:37:33.752Z] 856f00b3694d: Layer already exists [2024-08-12T04:37:33.752Z] f9b101f2434e: Layer already exists [2024-08-12T04:37:33.752Z] 3c7400611f66: Layer already exists [2024-08-12T04:37:33.752Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:33.752Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:33.752Z] 74385b6333e0: Layer already exists [2024-08-12T04:37:33.752Z] 0e5db7e23b40: Layer already exists [2024-08-12T04:37:33.752Z] 5f70bf18a086: Layer already exists [2024-08-12T04:37:33.752Z] 7c91a51a918a: Layer already exists [2024-08-12T04:37:33.752Z] 6abe6ce40851: Layer already exists [2024-08-12T04:37:33.752Z] 30762e6897c7: Layer already exists [2024-08-12T04:37:33.752Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:33.752Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:34.071Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:34.394Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-12T04:37:34.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-12T04:37:34.394Z] a90aad0ecc11: Preparing [2024-08-12T04:37:34.394Z] ccb9a48b0700: Preparing [2024-08-12T04:37:34.394Z] 153e93d95e23: Preparing [2024-08-12T04:37:34.394Z] 6e8bbe465b21: Preparing [2024-08-12T04:37:34.394Z] d5dfd3cb6168: Preparing [2024-08-12T04:37:34.394Z] 3c7400611f66: Preparing [2024-08-12T04:37:34.394Z] 856f00b3694d: Preparing [2024-08-12T04:37:34.394Z] f9b101f2434e: Preparing [2024-08-12T04:37:34.394Z] 06833ad81c98: Preparing [2024-08-12T04:37:34.394Z] a9dc6719a09e: Preparing [2024-08-12T04:37:34.394Z] 7c91a51a918a: Preparing [2024-08-12T04:37:34.394Z] 3c7400611f66: Waiting [2024-08-12T04:37:34.394Z] 74385b6333e0: Preparing [2024-08-12T04:37:34.394Z] 5f70bf18a086: Preparing [2024-08-12T04:37:34.394Z] 6abe6ce40851: Preparing [2024-08-12T04:37:34.394Z] 06833ad81c98: Waiting [2024-08-12T04:37:34.394Z] 0e5db7e23b40: Preparing [2024-08-12T04:37:34.394Z] 856f00b3694d: Waiting [2024-08-12T04:37:34.394Z] 30762e6897c7: Preparing [2024-08-12T04:37:34.394Z] f9b101f2434e: Waiting [2024-08-12T04:37:34.394Z] a9dc6719a09e: Waiting [2024-08-12T04:37:34.394Z] ce7f800efff9: Preparing [2024-08-12T04:37:34.394Z] 5f70bf18a086: Waiting [2024-08-12T04:37:34.394Z] 6abe6ce40851: Waiting [2024-08-12T04:37:34.394Z] ce7f800efff9: Waiting [2024-08-12T04:37:34.394Z] 74385b6333e0: Waiting [2024-08-12T04:37:34.394Z] a90aad0ecc11: Layer already exists [2024-08-12T04:37:34.394Z] 6e8bbe465b21: Layer already exists [2024-08-12T04:37:34.394Z] d5dfd3cb6168: Layer already exists [2024-08-12T04:37:34.394Z] 153e93d95e23: Layer already exists [2024-08-12T04:37:34.394Z] ccb9a48b0700: Layer already exists [2024-08-12T04:37:34.394Z] f9b101f2434e: Layer already exists [2024-08-12T04:37:34.394Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:34.394Z] 856f00b3694d: Layer already exists [2024-08-12T04:37:34.394Z] 3c7400611f66: Layer already exists [2024-08-12T04:37:34.394Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:34.394Z] 7c91a51a918a: Layer already exists [2024-08-12T04:37:34.394Z] 5f70bf18a086: Layer already exists [2024-08-12T04:37:34.394Z] 74385b6333e0: Layer already exists [2024-08-12T04:37:34.394Z] 6abe6ce40851: Layer already exists [2024-08-12T04:37:34.394Z] 0e5db7e23b40: Layer already exists [2024-08-12T04:37:34.394Z] 30762e6897c7: Layer already exists [2024-08-12T04:37:34.394Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:34.394Z] main: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:34.453Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:34.465Z] taggedImages: [2024-08-12T04:37:34.465Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:34.465Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-12T04:37:34.465Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.50 [2024-08-12T04:37:34.465Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:34.465Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-12T04:37:34.489Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-12T04:37:34.489Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:34.489Z] latest [2024-08-12T04:37:34.489Z] 3.2.0-dev.50 [2024-08-12T04:37:34.489Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:34.489Z] main [2024-08-12T04:37:34.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:34.831Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:35.151Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:35.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-12T04:37:35.151Z] 55cdb6cd254b: Preparing [2024-08-12T04:37:35.151Z] 48e1ae8b14c3: Preparing [2024-08-12T04:37:35.151Z] 98821af71a15: Preparing [2024-08-12T04:37:35.151Z] 837fcbc78757: Preparing [2024-08-12T04:37:35.151Z] 06833ad81c98: Preparing [2024-08-12T04:37:35.151Z] a9dc6719a09e: Preparing [2024-08-12T04:37:35.151Z] 2074dc40c071: Preparing [2024-08-12T04:37:35.151Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:35.151Z] ce7f800efff9: Preparing [2024-08-12T04:37:35.151Z] 2074dc40c071: Waiting [2024-08-12T04:37:35.151Z] a9dc6719a09e: Waiting [2024-08-12T04:37:35.151Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:35.151Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:35.151Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:35.151Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:35.151Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:35.151Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:35.151Z] 98821af71a15: Pushed [2024-08-12T04:37:35.151Z] 55cdb6cd254b: Pushed [2024-08-12T04:37:35.151Z] 48e1ae8b14c3: Pushed [2024-08-12T04:37:37.689Z] 837fcbc78757: Pushed [2024-08-12T04:37:37.689Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:38.072Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:38.394Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-12T04:37:38.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-12T04:37:38.394Z] 55cdb6cd254b: Preparing [2024-08-12T04:37:38.394Z] 48e1ae8b14c3: Preparing [2024-08-12T04:37:38.394Z] 98821af71a15: Preparing [2024-08-12T04:37:38.394Z] 837fcbc78757: Preparing [2024-08-12T04:37:38.394Z] 06833ad81c98: Preparing [2024-08-12T04:37:38.394Z] a9dc6719a09e: Preparing [2024-08-12T04:37:38.394Z] 2074dc40c071: Preparing [2024-08-12T04:37:38.394Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:38.394Z] ce7f800efff9: Preparing [2024-08-12T04:37:38.394Z] a9dc6719a09e: Waiting [2024-08-12T04:37:38.394Z] 2074dc40c071: Waiting [2024-08-12T04:37:38.394Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:38.394Z] ce7f800efff9: Waiting [2024-08-12T04:37:38.394Z] 55cdb6cd254b: Layer already exists [2024-08-12T04:37:38.394Z] 98821af71a15: Layer already exists [2024-08-12T04:37:38.394Z] 837fcbc78757: Layer already exists [2024-08-12T04:37:38.394Z] 48e1ae8b14c3: Layer already exists [2024-08-12T04:37:38.394Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:38.394Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:38.394Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:38.394Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:38.394Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:38.394Z] latest: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:38.710Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:39.031Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.50 [2024-08-12T04:37:39.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-12T04:37:39.031Z] 55cdb6cd254b: Preparing [2024-08-12T04:37:39.031Z] 48e1ae8b14c3: Preparing [2024-08-12T04:37:39.031Z] 98821af71a15: Preparing [2024-08-12T04:37:39.031Z] 837fcbc78757: Preparing [2024-08-12T04:37:39.031Z] 06833ad81c98: Preparing [2024-08-12T04:37:39.031Z] a9dc6719a09e: Preparing [2024-08-12T04:37:39.031Z] 2074dc40c071: Preparing [2024-08-12T04:37:39.031Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:39.031Z] ce7f800efff9: Preparing [2024-08-12T04:37:39.031Z] a9dc6719a09e: Waiting [2024-08-12T04:37:39.031Z] 2074dc40c071: Waiting [2024-08-12T04:37:39.032Z] ce7f800efff9: Waiting [2024-08-12T04:37:39.032Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:39.032Z] 837fcbc78757: Layer already exists [2024-08-12T04:37:39.032Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:39.032Z] 98821af71a15: Layer already exists [2024-08-12T04:37:39.032Z] 55cdb6cd254b: Layer already exists [2024-08-12T04:37:39.032Z] 48e1ae8b14c3: Layer already exists [2024-08-12T04:37:39.032Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:39.032Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:39.032Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:39.032Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:39.032Z] 3.2.0-dev.50: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:39.367Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:39.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:39.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-12T04:37:39.694Z] 55cdb6cd254b: Preparing [2024-08-12T04:37:39.694Z] 48e1ae8b14c3: Preparing [2024-08-12T04:37:39.694Z] 98821af71a15: Preparing [2024-08-12T04:37:39.694Z] 837fcbc78757: Preparing [2024-08-12T04:37:39.694Z] 06833ad81c98: Preparing [2024-08-12T04:37:39.694Z] a9dc6719a09e: Preparing [2024-08-12T04:37:39.694Z] 2074dc40c071: Preparing [2024-08-12T04:37:39.694Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:39.694Z] ce7f800efff9: Preparing [2024-08-12T04:37:39.694Z] a9dc6719a09e: Waiting [2024-08-12T04:37:39.694Z] 2074dc40c071: Waiting [2024-08-12T04:37:39.694Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:39.694Z] ce7f800efff9: Waiting [2024-08-12T04:37:39.694Z] 48e1ae8b14c3: Layer already exists [2024-08-12T04:37:39.694Z] 98821af71a15: Layer already exists [2024-08-12T04:37:39.694Z] 837fcbc78757: Layer already exists [2024-08-12T04:37:39.694Z] 55cdb6cd254b: Layer already exists [2024-08-12T04:37:39.694Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:39.694Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:39.694Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:39.694Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:39.694Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:39.694Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:40.017Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:40.334Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-12T04:37:40.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-12T04:37:40.335Z] 55cdb6cd254b: Preparing [2024-08-12T04:37:40.335Z] 48e1ae8b14c3: Preparing [2024-08-12T04:37:40.335Z] 98821af71a15: Preparing [2024-08-12T04:37:40.335Z] 837fcbc78757: Preparing [2024-08-12T04:37:40.335Z] 06833ad81c98: Preparing [2024-08-12T04:37:40.335Z] a9dc6719a09e: Preparing [2024-08-12T04:37:40.335Z] 2074dc40c071: Preparing [2024-08-12T04:37:40.335Z] 8a632cd66ac5: Preparing [2024-08-12T04:37:40.335Z] ce7f800efff9: Preparing [2024-08-12T04:37:40.335Z] 2074dc40c071: Waiting [2024-08-12T04:37:40.335Z] 8a632cd66ac5: Waiting [2024-08-12T04:37:40.335Z] a9dc6719a09e: Waiting [2024-08-12T04:37:40.335Z] ce7f800efff9: Waiting [2024-08-12T04:37:40.335Z] 55cdb6cd254b: Layer already exists [2024-08-12T04:37:40.335Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:40.335Z] 837fcbc78757: Layer already exists [2024-08-12T04:37:40.335Z] 98821af71a15: Layer already exists [2024-08-12T04:37:40.335Z] 48e1ae8b14c3: Layer already exists [2024-08-12T04:37:40.335Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:40.335Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:40.335Z] 2074dc40c071: Layer already exists [2024-08-12T04:37:40.335Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:37:40.335Z] main: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:40.403Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:40.416Z] taggedImages: [2024-08-12T04:37:40.416Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:40.416Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-12T04:37:40.416Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.50 [2024-08-12T04:37:40.416Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:40.416Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-12T04:37:40.440Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-12T04:37:40.440Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:40.440Z] latest [2024-08-12T04:37:40.440Z] 3.2.0-dev.50 [2024-08-12T04:37:40.440Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:40.440Z] main [2024-08-12T04:37:40.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:40.767Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:41.082Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:41.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-12T04:37:41.082Z] 47ce185ddb68: Preparing [2024-08-12T04:37:41.082Z] 2c6705e89340: Preparing [2024-08-12T04:37:41.082Z] 7f9c0ee49841: Preparing [2024-08-12T04:37:41.082Z] 3f769c84cb1c: Preparing [2024-08-12T04:37:41.082Z] 4d6195b0ce50: Preparing [2024-08-12T04:37:41.082Z] 06833ad81c98: Preparing [2024-08-12T04:37:41.082Z] a9dc6719a09e: Preparing [2024-08-12T04:37:41.082Z] 06833ad81c98: Waiting [2024-08-12T04:37:41.082Z] 4ad70f28d787: Preparing [2024-08-12T04:37:41.082Z] be6d61624e8a: Preparing [2024-08-12T04:37:41.082Z] 63e314f8507b: Preparing [2024-08-12T04:37:41.082Z] ce7f800efff9: Preparing [2024-08-12T04:37:41.082Z] be6d61624e8a: Waiting [2024-08-12T04:37:41.082Z] 63e314f8507b: Waiting [2024-08-12T04:37:41.082Z] ce7f800efff9: Waiting [2024-08-12T04:37:41.082Z] 4ad70f28d787: Waiting [2024-08-12T04:37:41.082Z] 47ce185ddb68: Pushed [2024-08-12T04:37:41.082Z] 4d6195b0ce50: Pushed [2024-08-12T04:37:41.082Z] 2c6705e89340: Pushed [2024-08-12T04:37:41.082Z] 3f769c84cb1c: Pushed [2024-08-12T04:37:41.082Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:41.082Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:41.082Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:41.341Z] be6d61624e8a: Pushed [2024-08-12T04:37:41.341Z] 4ad70f28d787: Pushed [2024-08-12T04:37:41.911Z] 7f9c0ee49841: Pushed [2024-08-12T04:37:42.479Z] 63e314f8507b: Pushed [2024-08-12T04:37:42.479Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:42.801Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:43.123Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-12T04:37:43.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-12T04:37:43.124Z] 47ce185ddb68: Preparing [2024-08-12T04:37:43.124Z] 2c6705e89340: Preparing [2024-08-12T04:37:43.124Z] 7f9c0ee49841: Preparing [2024-08-12T04:37:43.124Z] 3f769c84cb1c: Preparing [2024-08-12T04:37:43.124Z] 4d6195b0ce50: Preparing [2024-08-12T04:37:43.124Z] 06833ad81c98: Preparing [2024-08-12T04:37:43.124Z] a9dc6719a09e: Preparing [2024-08-12T04:37:43.124Z] 4ad70f28d787: Preparing [2024-08-12T04:37:43.124Z] be6d61624e8a: Preparing [2024-08-12T04:37:43.124Z] 63e314f8507b: Preparing [2024-08-12T04:37:43.124Z] ce7f800efff9: Preparing [2024-08-12T04:37:43.124Z] a9dc6719a09e: Waiting [2024-08-12T04:37:43.124Z] 4ad70f28d787: Waiting [2024-08-12T04:37:43.124Z] be6d61624e8a: Waiting [2024-08-12T04:37:43.124Z] 63e314f8507b: Waiting [2024-08-12T04:37:43.124Z] ce7f800efff9: Waiting [2024-08-12T04:37:43.124Z] 06833ad81c98: Waiting [2024-08-12T04:37:43.124Z] 4d6195b0ce50: Layer already exists [2024-08-12T04:37:43.124Z] 3f769c84cb1c: Layer already exists [2024-08-12T04:37:43.124Z] 2c6705e89340: Layer already exists [2024-08-12T04:37:43.124Z] 47ce185ddb68: Layer already exists [2024-08-12T04:37:43.124Z] 7f9c0ee49841: Layer already exists [2024-08-12T04:37:43.124Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:43.124Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:43.124Z] 4ad70f28d787: Layer already exists [2024-08-12T04:37:43.124Z] 63e314f8507b: Layer already exists [2024-08-12T04:37:43.124Z] be6d61624e8a: Layer already exists [2024-08-12T04:37:43.124Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:43.124Z] latest: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:43.444Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:43.765Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.50 [2024-08-12T04:37:43.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-12T04:37:43.765Z] 47ce185ddb68: Preparing [2024-08-12T04:37:43.765Z] 2c6705e89340: Preparing [2024-08-12T04:37:43.765Z] 7f9c0ee49841: Preparing [2024-08-12T04:37:43.765Z] 3f769c84cb1c: Preparing [2024-08-12T04:37:43.765Z] 4d6195b0ce50: Preparing [2024-08-12T04:37:43.765Z] 06833ad81c98: Preparing [2024-08-12T04:37:43.765Z] a9dc6719a09e: Preparing [2024-08-12T04:37:43.765Z] 4ad70f28d787: Preparing [2024-08-12T04:37:43.765Z] be6d61624e8a: Preparing [2024-08-12T04:37:43.765Z] 63e314f8507b: Preparing [2024-08-12T04:37:43.765Z] ce7f800efff9: Preparing [2024-08-12T04:37:43.765Z] 4ad70f28d787: Waiting [2024-08-12T04:37:43.765Z] 63e314f8507b: Waiting [2024-08-12T04:37:43.765Z] be6d61624e8a: Waiting [2024-08-12T04:37:43.765Z] ce7f800efff9: Waiting [2024-08-12T04:37:43.765Z] 06833ad81c98: Waiting [2024-08-12T04:37:43.765Z] a9dc6719a09e: Waiting [2024-08-12T04:37:43.765Z] 47ce185ddb68: Layer already exists [2024-08-12T04:37:43.765Z] 3f769c84cb1c: Layer already exists [2024-08-12T04:37:43.765Z] 4d6195b0ce50: Layer already exists [2024-08-12T04:37:43.765Z] 2c6705e89340: Layer already exists [2024-08-12T04:37:43.765Z] 7f9c0ee49841: Layer already exists [2024-08-12T04:37:43.765Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:43.765Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:43.765Z] 63e314f8507b: Layer already exists [2024-08-12T04:37:43.765Z] 4ad70f28d787: Layer already exists [2024-08-12T04:37:43.765Z] be6d61624e8a: Layer already exists [2024-08-12T04:37:43.765Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:43.765Z] 3.2.0-dev.50: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:44.084Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:44.407Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:44.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-12T04:37:44.407Z] 47ce185ddb68: Preparing [2024-08-12T04:37:44.407Z] 2c6705e89340: Preparing [2024-08-12T04:37:44.407Z] 7f9c0ee49841: Preparing [2024-08-12T04:37:44.407Z] 3f769c84cb1c: Preparing [2024-08-12T04:37:44.407Z] 4d6195b0ce50: Preparing [2024-08-12T04:37:44.407Z] 06833ad81c98: Preparing [2024-08-12T04:37:44.407Z] a9dc6719a09e: Preparing [2024-08-12T04:37:44.407Z] 4ad70f28d787: Preparing [2024-08-12T04:37:44.407Z] be6d61624e8a: Preparing [2024-08-12T04:37:44.407Z] 63e314f8507b: Preparing [2024-08-12T04:37:44.407Z] ce7f800efff9: Preparing [2024-08-12T04:37:44.407Z] a9dc6719a09e: Waiting [2024-08-12T04:37:44.407Z] 06833ad81c98: Waiting [2024-08-12T04:37:44.407Z] 4ad70f28d787: Waiting [2024-08-12T04:37:44.407Z] be6d61624e8a: Waiting [2024-08-12T04:37:44.407Z] 63e314f8507b: Waiting [2024-08-12T04:37:44.407Z] ce7f800efff9: Waiting [2024-08-12T04:37:44.407Z] 47ce185ddb68: Layer already exists [2024-08-12T04:37:44.407Z] 7f9c0ee49841: Layer already exists [2024-08-12T04:37:44.407Z] 2c6705e89340: Layer already exists [2024-08-12T04:37:44.407Z] 3f769c84cb1c: Layer already exists [2024-08-12T04:37:44.407Z] 4d6195b0ce50: Layer already exists [2024-08-12T04:37:44.408Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:44.408Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:44.408Z] 63e314f8507b: Layer already exists [2024-08-12T04:37:44.408Z] 4ad70f28d787: Layer already exists [2024-08-12T04:37:44.408Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:44.408Z] be6d61624e8a: Layer already exists [2024-08-12T04:37:44.408Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:44.736Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:45.059Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-12T04:37:45.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-12T04:37:45.059Z] 47ce185ddb68: Preparing [2024-08-12T04:37:45.059Z] 2c6705e89340: Preparing [2024-08-12T04:37:45.059Z] 7f9c0ee49841: Preparing [2024-08-12T04:37:45.059Z] 3f769c84cb1c: Preparing [2024-08-12T04:37:45.059Z] 4d6195b0ce50: Preparing [2024-08-12T04:37:45.059Z] 06833ad81c98: Preparing [2024-08-12T04:37:45.059Z] a9dc6719a09e: Preparing [2024-08-12T04:37:45.059Z] 4ad70f28d787: Preparing [2024-08-12T04:37:45.059Z] be6d61624e8a: Preparing [2024-08-12T04:37:45.059Z] 63e314f8507b: Preparing [2024-08-12T04:37:45.059Z] ce7f800efff9: Preparing [2024-08-12T04:37:45.059Z] 4ad70f28d787: Waiting [2024-08-12T04:37:45.059Z] be6d61624e8a: Waiting [2024-08-12T04:37:45.059Z] ce7f800efff9: Waiting [2024-08-12T04:37:45.059Z] 63e314f8507b: Waiting [2024-08-12T04:37:45.059Z] a9dc6719a09e: Waiting [2024-08-12T04:37:45.059Z] 2c6705e89340: Layer already exists [2024-08-12T04:37:45.059Z] 3f769c84cb1c: Layer already exists [2024-08-12T04:37:45.059Z] 7f9c0ee49841: Layer already exists [2024-08-12T04:37:45.059Z] 4d6195b0ce50: Layer already exists [2024-08-12T04:37:45.059Z] 47ce185ddb68: Layer already exists [2024-08-12T04:37:45.059Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:45.059Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:45.059Z] be6d61624e8a: Layer already exists [2024-08-12T04:37:45.059Z] 4ad70f28d787: Layer already exists [2024-08-12T04:37:45.059Z] 63e314f8507b: Layer already exists [2024-08-12T04:37:45.059Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:45.059Z] main: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:45.133Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:45.148Z] taggedImages: [2024-08-12T04:37:45.148Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:45.148Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-12T04:37:45.148Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.50 [2024-08-12T04:37:45.148Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:45.148Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-12T04:37:45.179Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-12T04:37:45.179Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:45.179Z] latest [2024-08-12T04:37:45.179Z] 3.2.0-dev.50 [2024-08-12T04:37:45.179Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:45.179Z] main [2024-08-12T04:37:45.179Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:45.525Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:45.844Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:45.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-12T04:37:45.844Z] eb770467a111: Preparing [2024-08-12T04:37:45.844Z] 69886f8dc99e: Preparing [2024-08-12T04:37:45.844Z] d7af1d8a9c46: Preparing [2024-08-12T04:37:45.844Z] 8ad18be1319b: Preparing [2024-08-12T04:37:45.844Z] 017a68bf43a8: Preparing [2024-08-12T04:37:45.844Z] c6756497dffb: Preparing [2024-08-12T04:37:45.844Z] 9bf5fc62a4fa: Preparing [2024-08-12T04:37:45.844Z] 06833ad81c98: Preparing [2024-08-12T04:37:45.844Z] a9dc6719a09e: Preparing [2024-08-12T04:37:45.844Z] 473059663e78: Preparing [2024-08-12T04:37:45.844Z] 01c730b98c7f: Preparing [2024-08-12T04:37:45.844Z] ce7f800efff9: Preparing [2024-08-12T04:37:45.844Z] 9bf5fc62a4fa: Waiting [2024-08-12T04:37:45.844Z] c6756497dffb: Waiting [2024-08-12T04:37:45.844Z] a9dc6719a09e: Waiting [2024-08-12T04:37:45.844Z] 06833ad81c98: Waiting [2024-08-12T04:37:45.844Z] ce7f800efff9: Waiting [2024-08-12T04:37:45.844Z] 01c730b98c7f: Waiting [2024-08-12T04:37:45.844Z] 017a68bf43a8: Pushed [2024-08-12T04:37:45.844Z] eb770467a111: Pushed [2024-08-12T04:37:45.844Z] 69886f8dc99e: Pushed [2024-08-12T04:37:45.844Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:45.844Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:45.844Z] c6756497dffb: Pushed [2024-08-12T04:37:46.104Z] 9bf5fc62a4fa: Pushed [2024-08-12T04:37:46.104Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:46.104Z] 473059663e78: Pushed [2024-08-12T04:37:47.042Z] 8ad18be1319b: Pushed [2024-08-12T04:37:47.042Z] d7af1d8a9c46: Pushed [2024-08-12T04:37:47.301Z] 01c730b98c7f: Pushed [2024-08-12T04:37:47.301Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:47.631Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:47.957Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-12T04:37:47.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-12T04:37:47.957Z] eb770467a111: Preparing [2024-08-12T04:37:47.957Z] 69886f8dc99e: Preparing [2024-08-12T04:37:47.957Z] d7af1d8a9c46: Preparing [2024-08-12T04:37:47.957Z] 8ad18be1319b: Preparing [2024-08-12T04:37:47.957Z] 017a68bf43a8: Preparing [2024-08-12T04:37:47.957Z] c6756497dffb: Preparing [2024-08-12T04:37:47.957Z] 9bf5fc62a4fa: Preparing [2024-08-12T04:37:47.957Z] 06833ad81c98: Preparing [2024-08-12T04:37:47.957Z] a9dc6719a09e: Preparing [2024-08-12T04:37:47.957Z] 473059663e78: Preparing [2024-08-12T04:37:47.957Z] 01c730b98c7f: Preparing [2024-08-12T04:37:47.957Z] ce7f800efff9: Preparing [2024-08-12T04:37:47.957Z] 06833ad81c98: Waiting [2024-08-12T04:37:47.957Z] ce7f800efff9: Waiting [2024-08-12T04:37:47.957Z] 01c730b98c7f: Waiting [2024-08-12T04:37:47.957Z] c6756497dffb: Waiting [2024-08-12T04:37:47.957Z] a9dc6719a09e: Waiting [2024-08-12T04:37:47.957Z] 9bf5fc62a4fa: Waiting [2024-08-12T04:37:47.957Z] 473059663e78: Waiting [2024-08-12T04:37:47.957Z] 69886f8dc99e: Layer already exists [2024-08-12T04:37:47.957Z] eb770467a111: Layer already exists [2024-08-12T04:37:47.957Z] 017a68bf43a8: Layer already exists [2024-08-12T04:37:47.957Z] d7af1d8a9c46: Layer already exists [2024-08-12T04:37:47.957Z] 8ad18be1319b: Layer already exists [2024-08-12T04:37:47.957Z] 9bf5fc62a4fa: Layer already exists [2024-08-12T04:37:47.957Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:47.957Z] c6756497dffb: Layer already exists [2024-08-12T04:37:47.957Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:47.957Z] 473059663e78: Layer already exists [2024-08-12T04:37:47.957Z] 01c730b98c7f: Layer already exists [2024-08-12T04:37:47.957Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:47.957Z] latest: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:48.284Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:48.622Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.50 [2024-08-12T04:37:48.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-12T04:37:48.622Z] eb770467a111: Preparing [2024-08-12T04:37:48.622Z] 69886f8dc99e: Preparing [2024-08-12T04:37:48.622Z] d7af1d8a9c46: Preparing [2024-08-12T04:37:48.622Z] 8ad18be1319b: Preparing [2024-08-12T04:37:48.622Z] 017a68bf43a8: Preparing [2024-08-12T04:37:48.622Z] c6756497dffb: Preparing [2024-08-12T04:37:48.622Z] 9bf5fc62a4fa: Preparing [2024-08-12T04:37:48.622Z] 06833ad81c98: Preparing [2024-08-12T04:37:48.622Z] a9dc6719a09e: Preparing [2024-08-12T04:37:48.622Z] 473059663e78: Preparing [2024-08-12T04:37:48.622Z] 01c730b98c7f: Preparing [2024-08-12T04:37:48.622Z] ce7f800efff9: Preparing [2024-08-12T04:37:48.622Z] c6756497dffb: Waiting [2024-08-12T04:37:48.622Z] 9bf5fc62a4fa: Waiting [2024-08-12T04:37:48.622Z] 06833ad81c98: Waiting [2024-08-12T04:37:48.622Z] a9dc6719a09e: Waiting [2024-08-12T04:37:48.622Z] 473059663e78: Waiting [2024-08-12T04:37:48.622Z] 01c730b98c7f: Waiting [2024-08-12T04:37:48.622Z] ce7f800efff9: Waiting [2024-08-12T04:37:48.622Z] 69886f8dc99e: Layer already exists [2024-08-12T04:37:48.622Z] d7af1d8a9c46: Layer already exists [2024-08-12T04:37:48.622Z] eb770467a111: Layer already exists [2024-08-12T04:37:48.622Z] 8ad18be1319b: Layer already exists [2024-08-12T04:37:48.623Z] 017a68bf43a8: Layer already exists [2024-08-12T04:37:48.623Z] 9bf5fc62a4fa: Layer already exists [2024-08-12T04:37:48.623Z] c6756497dffb: Layer already exists [2024-08-12T04:37:48.623Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:48.623Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:48.623Z] 473059663e78: Layer already exists [2024-08-12T04:37:48.623Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:48.623Z] 01c730b98c7f: Layer already exists [2024-08-12T04:37:48.623Z] 3.2.0-dev.50: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:48.939Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:49.253Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:49.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-12T04:37:49.253Z] eb770467a111: Preparing [2024-08-12T04:37:49.253Z] 69886f8dc99e: Preparing [2024-08-12T04:37:49.253Z] d7af1d8a9c46: Preparing [2024-08-12T04:37:49.253Z] 8ad18be1319b: Preparing [2024-08-12T04:37:49.253Z] 017a68bf43a8: Preparing [2024-08-12T04:37:49.253Z] c6756497dffb: Preparing [2024-08-12T04:37:49.253Z] 9bf5fc62a4fa: Preparing [2024-08-12T04:37:49.253Z] 06833ad81c98: Preparing [2024-08-12T04:37:49.253Z] a9dc6719a09e: Preparing [2024-08-12T04:37:49.253Z] c6756497dffb: Waiting [2024-08-12T04:37:49.253Z] 9bf5fc62a4fa: Waiting [2024-08-12T04:37:49.253Z] 06833ad81c98: Waiting [2024-08-12T04:37:49.253Z] 473059663e78: Preparing [2024-08-12T04:37:49.253Z] 01c730b98c7f: Preparing [2024-08-12T04:37:49.253Z] a9dc6719a09e: Waiting [2024-08-12T04:37:49.253Z] 473059663e78: Waiting [2024-08-12T04:37:49.253Z] ce7f800efff9: Preparing [2024-08-12T04:37:49.253Z] 01c730b98c7f: Waiting [2024-08-12T04:37:49.253Z] ce7f800efff9: Waiting [2024-08-12T04:37:49.253Z] eb770467a111: Layer already exists [2024-08-12T04:37:49.253Z] d7af1d8a9c46: Layer already exists [2024-08-12T04:37:49.253Z] 69886f8dc99e: Layer already exists [2024-08-12T04:37:49.253Z] 017a68bf43a8: Layer already exists [2024-08-12T04:37:49.253Z] 8ad18be1319b: Layer already exists [2024-08-12T04:37:49.253Z] 9bf5fc62a4fa: Layer already exists [2024-08-12T04:37:49.253Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:49.253Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:49.253Z] c6756497dffb: Layer already exists [2024-08-12T04:37:49.253Z] 473059663e78: Layer already exists [2024-08-12T04:37:49.253Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:49.253Z] 01c730b98c7f: Layer already exists [2024-08-12T04:37:49.253Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:49.575Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:49.896Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-12T04:37:49.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-12T04:37:49.897Z] eb770467a111: Preparing [2024-08-12T04:37:49.897Z] 69886f8dc99e: Preparing [2024-08-12T04:37:49.897Z] d7af1d8a9c46: Preparing [2024-08-12T04:37:49.897Z] 8ad18be1319b: Preparing [2024-08-12T04:37:49.897Z] 017a68bf43a8: Preparing [2024-08-12T04:37:49.897Z] c6756497dffb: Preparing [2024-08-12T04:37:49.897Z] 9bf5fc62a4fa: Preparing [2024-08-12T04:37:49.897Z] 06833ad81c98: Preparing [2024-08-12T04:37:49.897Z] a9dc6719a09e: Preparing [2024-08-12T04:37:49.897Z] 473059663e78: Preparing [2024-08-12T04:37:49.897Z] 01c730b98c7f: Preparing [2024-08-12T04:37:49.897Z] ce7f800efff9: Preparing [2024-08-12T04:37:49.897Z] c6756497dffb: Waiting [2024-08-12T04:37:49.897Z] 06833ad81c98: Waiting [2024-08-12T04:37:49.897Z] 9bf5fc62a4fa: Waiting [2024-08-12T04:37:49.897Z] a9dc6719a09e: Waiting [2024-08-12T04:37:49.897Z] ce7f800efff9: Waiting [2024-08-12T04:37:49.897Z] 01c730b98c7f: Waiting [2024-08-12T04:37:49.897Z] d7af1d8a9c46: Layer already exists [2024-08-12T04:37:49.897Z] 69886f8dc99e: Layer already exists [2024-08-12T04:37:49.897Z] 8ad18be1319b: Layer already exists [2024-08-12T04:37:49.897Z] eb770467a111: Layer already exists [2024-08-12T04:37:49.897Z] 017a68bf43a8: Layer already exists [2024-08-12T04:37:49.897Z] c6756497dffb: Layer already exists [2024-08-12T04:37:49.897Z] 9bf5fc62a4fa: Layer already exists [2024-08-12T04:37:49.897Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:49.897Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:49.897Z] 473059663e78: Layer already exists [2024-08-12T04:37:49.897Z] 01c730b98c7f: Layer already exists [2024-08-12T04:37:49.897Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:49.897Z] main: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:49.973Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:49.989Z] taggedImages: [2024-08-12T04:37:49.989Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:49.989Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-12T04:37:49.989Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.50 [2024-08-12T04:37:49.989Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:49.989Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-12T04:37:50.014Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-12T04:37:50.014Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:50.014Z] latest [2024-08-12T04:37:50.014Z] 3.2.0-dev.50 [2024-08-12T04:37:50.014Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:50.014Z] main [2024-08-12T04:37:50.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:50.352Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:50.679Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:50.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-12T04:37:50.679Z] 18ef06b4864f: Preparing [2024-08-12T04:37:50.679Z] e6f994311739: Preparing [2024-08-12T04:37:50.679Z] 06833ad81c98: Preparing [2024-08-12T04:37:50.679Z] a9dc6719a09e: Preparing [2024-08-12T04:37:50.679Z] b0cdad191537: Preparing [2024-08-12T04:37:50.679Z] aa61e392b447: Preparing [2024-08-12T04:37:50.679Z] ce7f800efff9: Preparing [2024-08-12T04:37:50.679Z] aa61e392b447: Waiting [2024-08-12T04:37:50.679Z] ce7f800efff9: Waiting [2024-08-12T04:37:50.679Z] b0cdad191537: Pushed [2024-08-12T04:37:50.679Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:50.939Z] 18ef06b4864f: Pushed [2024-08-12T04:37:50.939Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:50.939Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:51.509Z] aa61e392b447: Pushed [2024-08-12T04:37:52.448Z] e6f994311739: Pushed [2024-08-12T04:37:52.708Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:53.045Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:53.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-12T04:37:53.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-12T04:37:53.362Z] 18ef06b4864f: Preparing [2024-08-12T04:37:53.362Z] e6f994311739: Preparing [2024-08-12T04:37:53.362Z] 06833ad81c98: Preparing [2024-08-12T04:37:53.362Z] a9dc6719a09e: Preparing [2024-08-12T04:37:53.362Z] b0cdad191537: Preparing [2024-08-12T04:37:53.362Z] aa61e392b447: Preparing [2024-08-12T04:37:53.362Z] ce7f800efff9: Preparing [2024-08-12T04:37:53.362Z] aa61e392b447: Waiting [2024-08-12T04:37:53.362Z] ce7f800efff9: Waiting [2024-08-12T04:37:53.362Z] 18ef06b4864f: Layer already exists [2024-08-12T04:37:53.362Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:53.362Z] b0cdad191537: Layer already exists [2024-08-12T04:37:53.362Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:53.362Z] e6f994311739: Layer already exists [2024-08-12T04:37:53.362Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:53.362Z] aa61e392b447: Layer already exists [2024-08-12T04:37:53.362Z] latest: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:53.682Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:54.005Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.50 [2024-08-12T04:37:54.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-12T04:37:54.006Z] 18ef06b4864f: Preparing [2024-08-12T04:37:54.006Z] e6f994311739: Preparing [2024-08-12T04:37:54.006Z] 06833ad81c98: Preparing [2024-08-12T04:37:54.006Z] a9dc6719a09e: Preparing [2024-08-12T04:37:54.006Z] b0cdad191537: Preparing [2024-08-12T04:37:54.006Z] aa61e392b447: Preparing [2024-08-12T04:37:54.006Z] ce7f800efff9: Preparing [2024-08-12T04:37:54.006Z] aa61e392b447: Waiting [2024-08-12T04:37:54.006Z] ce7f800efff9: Waiting [2024-08-12T04:37:54.006Z] 18ef06b4864f: Layer already exists [2024-08-12T04:37:54.006Z] b0cdad191537: Layer already exists [2024-08-12T04:37:54.006Z] e6f994311739: Layer already exists [2024-08-12T04:37:54.006Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:54.006Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:54.006Z] aa61e392b447: Layer already exists [2024-08-12T04:37:54.006Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:54.006Z] 3.2.0-dev.50: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:54.340Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:54.659Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:54.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-12T04:37:54.659Z] 18ef06b4864f: Preparing [2024-08-12T04:37:54.659Z] e6f994311739: Preparing [2024-08-12T04:37:54.659Z] 06833ad81c98: Preparing [2024-08-12T04:37:54.659Z] a9dc6719a09e: Preparing [2024-08-12T04:37:54.659Z] b0cdad191537: Preparing [2024-08-12T04:37:54.659Z] aa61e392b447: Preparing [2024-08-12T04:37:54.659Z] ce7f800efff9: Preparing [2024-08-12T04:37:54.659Z] aa61e392b447: Waiting [2024-08-12T04:37:54.659Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:54.659Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:54.659Z] e6f994311739: Layer already exists [2024-08-12T04:37:54.659Z] 18ef06b4864f: Layer already exists [2024-08-12T04:37:54.659Z] b0cdad191537: Layer already exists [2024-08-12T04:37:54.659Z] aa61e392b447: Layer already exists [2024-08-12T04:37:54.659Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:54.659Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:54.976Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:55.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-12T04:37:55.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-12T04:37:55.307Z] 18ef06b4864f: Preparing [2024-08-12T04:37:55.307Z] e6f994311739: Preparing [2024-08-12T04:37:55.307Z] 06833ad81c98: Preparing [2024-08-12T04:37:55.307Z] a9dc6719a09e: Preparing [2024-08-12T04:37:55.307Z] b0cdad191537: Preparing [2024-08-12T04:37:55.307Z] aa61e392b447: Preparing [2024-08-12T04:37:55.307Z] ce7f800efff9: Preparing [2024-08-12T04:37:55.307Z] aa61e392b447: Waiting [2024-08-12T04:37:55.307Z] ce7f800efff9: Waiting [2024-08-12T04:37:55.307Z] b0cdad191537: Layer already exists [2024-08-12T04:37:55.307Z] 18ef06b4864f: Layer already exists [2024-08-12T04:37:55.307Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:55.307Z] e6f994311739: Layer already exists [2024-08-12T04:37:55.307Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:55.307Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:55.307Z] aa61e392b447: Layer already exists [2024-08-12T04:37:55.307Z] main: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:37:55.380Z] ===================================================== [Pipeline] echo [2024-08-12T04:37:55.391Z] taggedImages: [2024-08-12T04:37:55.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:55.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-12T04:37:55.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.50 [2024-08-12T04:37:55.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:55.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-12T04:37:55.422Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-12T04:37:55.422Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:55.422Z] latest [2024-08-12T04:37:55.422Z] 3.2.0-dev.50 [2024-08-12T04:37:55.422Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:37:55.422Z] main [2024-08-12T04:37:55.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:55.773Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:37:56.107Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:37:56.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-12T04:37:56.108Z] 7758aa967548: Preparing [2024-08-12T04:37:56.108Z] 703110d416e0: Preparing [2024-08-12T04:37:56.108Z] 749b78c36ca0: Preparing [2024-08-12T04:37:56.108Z] 06833ad81c98: Preparing [2024-08-12T04:37:56.108Z] a9dc6719a09e: Preparing [2024-08-12T04:37:56.108Z] 2bc3927d4ecc: Preparing [2024-08-12T04:37:56.108Z] aca2381ae6bc: Preparing [2024-08-12T04:37:56.108Z] 697bf67bd46a: Preparing [2024-08-12T04:37:56.108Z] 23943f7d89a4: Preparing [2024-08-12T04:37:56.108Z] ce7f800efff9: Preparing [2024-08-12T04:37:56.108Z] 697bf67bd46a: Waiting [2024-08-12T04:37:56.108Z] 23943f7d89a4: Waiting [2024-08-12T04:37:56.108Z] 2bc3927d4ecc: Waiting [2024-08-12T04:37:56.108Z] ce7f800efff9: Waiting [2024-08-12T04:37:56.108Z] aca2381ae6bc: Waiting [2024-08-12T04:37:56.108Z] 06833ad81c98: Layer already exists [2024-08-12T04:37:56.108Z] a9dc6719a09e: Layer already exists [2024-08-12T04:37:56.108Z] 749b78c36ca0: Pushed [2024-08-12T04:37:56.108Z] 7758aa967548: Pushed [2024-08-12T04:37:56.108Z] 703110d416e0: Pushed [2024-08-12T04:37:56.108Z] ce7f800efff9: Layer already exists [2024-08-12T04:37:56.108Z] 697bf67bd46a: Pushed [2024-08-12T04:37:56.673Z] 23943f7d89a4: Pushed [2024-08-12T04:38:03.235Z] aca2381ae6bc: Pushed [2024-08-12T04:38:06.532Z] 2bc3927d4ecc: Pushed [2024-08-12T04:38:06.532Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:06.868Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:07.190Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-12T04:38:07.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-12T04:38:07.190Z] 7758aa967548: Preparing [2024-08-12T04:38:07.190Z] 703110d416e0: Preparing [2024-08-12T04:38:07.190Z] 749b78c36ca0: Preparing [2024-08-12T04:38:07.190Z] 06833ad81c98: Preparing [2024-08-12T04:38:07.190Z] a9dc6719a09e: Preparing [2024-08-12T04:38:07.190Z] 2bc3927d4ecc: Preparing [2024-08-12T04:38:07.190Z] aca2381ae6bc: Preparing [2024-08-12T04:38:07.190Z] 697bf67bd46a: Preparing [2024-08-12T04:38:07.190Z] 23943f7d89a4: Preparing [2024-08-12T04:38:07.190Z] 697bf67bd46a: Waiting [2024-08-12T04:38:07.190Z] 2bc3927d4ecc: Waiting [2024-08-12T04:38:07.190Z] 23943f7d89a4: Waiting [2024-08-12T04:38:07.190Z] aca2381ae6bc: Waiting [2024-08-12T04:38:07.190Z] ce7f800efff9: Preparing [2024-08-12T04:38:07.190Z] ce7f800efff9: Waiting [2024-08-12T04:38:07.190Z] 7758aa967548: Layer already exists [2024-08-12T04:38:07.190Z] 749b78c36ca0: Layer already exists [2024-08-12T04:38:07.190Z] 703110d416e0: Layer already exists [2024-08-12T04:38:07.190Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:07.190Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:07.190Z] 2bc3927d4ecc: Layer already exists [2024-08-12T04:38:07.190Z] aca2381ae6bc: Layer already exists [2024-08-12T04:38:07.190Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:07.190Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:07.190Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:07.190Z] latest: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:07.518Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:07.836Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.50 [2024-08-12T04:38:07.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-12T04:38:07.836Z] 7758aa967548: Preparing [2024-08-12T04:38:07.836Z] 703110d416e0: Preparing [2024-08-12T04:38:07.836Z] 749b78c36ca0: Preparing [2024-08-12T04:38:07.836Z] 06833ad81c98: Preparing [2024-08-12T04:38:07.836Z] a9dc6719a09e: Preparing [2024-08-12T04:38:07.836Z] 2bc3927d4ecc: Preparing [2024-08-12T04:38:07.836Z] aca2381ae6bc: Preparing [2024-08-12T04:38:07.836Z] 697bf67bd46a: Preparing [2024-08-12T04:38:07.836Z] 23943f7d89a4: Preparing [2024-08-12T04:38:07.836Z] ce7f800efff9: Preparing [2024-08-12T04:38:07.836Z] 2bc3927d4ecc: Waiting [2024-08-12T04:38:07.836Z] aca2381ae6bc: Waiting [2024-08-12T04:38:07.836Z] 23943f7d89a4: Waiting [2024-08-12T04:38:07.836Z] 697bf67bd46a: Waiting [2024-08-12T04:38:07.836Z] ce7f800efff9: Waiting [2024-08-12T04:38:07.836Z] 749b78c36ca0: Layer already exists [2024-08-12T04:38:07.836Z] 703110d416e0: Layer already exists [2024-08-12T04:38:07.836Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:07.836Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:07.836Z] 7758aa967548: Layer already exists [2024-08-12T04:38:07.836Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:07.836Z] aca2381ae6bc: Layer already exists [2024-08-12T04:38:07.836Z] 2bc3927d4ecc: Layer already exists [2024-08-12T04:38:07.836Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:07.836Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:07.836Z] 3.2.0-dev.50: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:08.159Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:08.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:08.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-12T04:38:08.476Z] 7758aa967548: Preparing [2024-08-12T04:38:08.476Z] 703110d416e0: Preparing [2024-08-12T04:38:08.476Z] 749b78c36ca0: Preparing [2024-08-12T04:38:08.476Z] 06833ad81c98: Preparing [2024-08-12T04:38:08.476Z] a9dc6719a09e: Preparing [2024-08-12T04:38:08.476Z] 2bc3927d4ecc: Preparing [2024-08-12T04:38:08.476Z] aca2381ae6bc: Preparing [2024-08-12T04:38:08.476Z] 697bf67bd46a: Preparing [2024-08-12T04:38:08.476Z] 23943f7d89a4: Preparing [2024-08-12T04:38:08.476Z] ce7f800efff9: Preparing [2024-08-12T04:38:08.476Z] aca2381ae6bc: Waiting [2024-08-12T04:38:08.476Z] 2bc3927d4ecc: Waiting [2024-08-12T04:38:08.476Z] 697bf67bd46a: Waiting [2024-08-12T04:38:08.476Z] 23943f7d89a4: Waiting [2024-08-12T04:38:08.476Z] ce7f800efff9: Waiting [2024-08-12T04:38:08.476Z] 749b78c36ca0: Layer already exists [2024-08-12T04:38:08.476Z] 703110d416e0: Layer already exists [2024-08-12T04:38:08.476Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:08.476Z] 7758aa967548: Layer already exists [2024-08-12T04:38:08.476Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:08.476Z] aca2381ae6bc: Layer already exists [2024-08-12T04:38:08.476Z] 2bc3927d4ecc: Layer already exists [2024-08-12T04:38:08.476Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:08.476Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:08.476Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:08.476Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:08.818Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:09.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-12T04:38:09.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-12T04:38:09.145Z] 7758aa967548: Preparing [2024-08-12T04:38:09.145Z] 703110d416e0: Preparing [2024-08-12T04:38:09.145Z] 749b78c36ca0: Preparing [2024-08-12T04:38:09.145Z] 06833ad81c98: Preparing [2024-08-12T04:38:09.145Z] a9dc6719a09e: Preparing [2024-08-12T04:38:09.145Z] 2bc3927d4ecc: Preparing [2024-08-12T04:38:09.145Z] aca2381ae6bc: Preparing [2024-08-12T04:38:09.145Z] 697bf67bd46a: Preparing [2024-08-12T04:38:09.145Z] 23943f7d89a4: Preparing [2024-08-12T04:38:09.145Z] ce7f800efff9: Preparing [2024-08-12T04:38:09.145Z] 2bc3927d4ecc: Waiting [2024-08-12T04:38:09.145Z] 697bf67bd46a: Waiting [2024-08-12T04:38:09.145Z] aca2381ae6bc: Waiting [2024-08-12T04:38:09.145Z] 23943f7d89a4: Waiting [2024-08-12T04:38:09.145Z] ce7f800efff9: Waiting [2024-08-12T04:38:09.145Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:09.145Z] 703110d416e0: Layer already exists [2024-08-12T04:38:09.145Z] 7758aa967548: Layer already exists [2024-08-12T04:38:09.145Z] 749b78c36ca0: Layer already exists [2024-08-12T04:38:09.145Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:09.145Z] 2bc3927d4ecc: Layer already exists [2024-08-12T04:38:09.145Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:09.145Z] aca2381ae6bc: Layer already exists [2024-08-12T04:38:09.145Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:09.145Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:09.145Z] main: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:38:09.219Z] ===================================================== [Pipeline] echo [2024-08-12T04:38:09.234Z] taggedImages: [2024-08-12T04:38:09.234Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:09.234Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-12T04:38:09.234Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.50 [2024-08-12T04:38:09.234Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:09.234Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-12T04:38:09.264Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-12T04:38:09.264Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:09.264Z] latest [2024-08-12T04:38:09.264Z] 3.2.0-dev.50 [2024-08-12T04:38:09.264Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:09.264Z] main [2024-08-12T04:38:09.264Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:09.612Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:09.938Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:09.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-12T04:38:09.938Z] 9b54f843a5ed: Preparing [2024-08-12T04:38:09.938Z] 4d5f44c357d4: Preparing [2024-08-12T04:38:09.938Z] 4b776ef40163: Preparing [2024-08-12T04:38:09.938Z] 06833ad81c98: Preparing [2024-08-12T04:38:09.938Z] a9dc6719a09e: Preparing [2024-08-12T04:38:09.938Z] 2ba85419114c: Preparing [2024-08-12T04:38:09.938Z] 68eaa9c6e7ce: Preparing [2024-08-12T04:38:09.938Z] ce32114e5d7e: Preparing [2024-08-12T04:38:09.938Z] ce7f800efff9: Preparing [2024-08-12T04:38:09.938Z] 2ba85419114c: Waiting [2024-08-12T04:38:09.938Z] 68eaa9c6e7ce: Waiting [2024-08-12T04:38:09.938Z] ce32114e5d7e: Waiting [2024-08-12T04:38:09.938Z] ce7f800efff9: Waiting [2024-08-12T04:38:09.938Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:09.938Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:09.938Z] 4d5f44c357d4: Pushed [2024-08-12T04:38:09.938Z] 4b776ef40163: Pushed [2024-08-12T04:38:09.938Z] 9b54f843a5ed: Pushed [2024-08-12T04:38:09.938Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:09.938Z] 68eaa9c6e7ce: Pushed [2024-08-12T04:38:10.198Z] ce32114e5d7e: Pushed [2024-08-12T04:38:20.186Z] 2ba85419114c: Pushed [2024-08-12T04:38:20.446Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:20.780Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:21.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-12T04:38:21.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-12T04:38:21.101Z] 9b54f843a5ed: Preparing [2024-08-12T04:38:21.101Z] 4d5f44c357d4: Preparing [2024-08-12T04:38:21.101Z] 4b776ef40163: Preparing [2024-08-12T04:38:21.101Z] 06833ad81c98: Preparing [2024-08-12T04:38:21.101Z] a9dc6719a09e: Preparing [2024-08-12T04:38:21.101Z] 2ba85419114c: Preparing [2024-08-12T04:38:21.101Z] 68eaa9c6e7ce: Preparing [2024-08-12T04:38:21.101Z] ce32114e5d7e: Preparing [2024-08-12T04:38:21.101Z] ce7f800efff9: Preparing [2024-08-12T04:38:21.101Z] ce32114e5d7e: Waiting [2024-08-12T04:38:21.101Z] 68eaa9c6e7ce: Waiting [2024-08-12T04:38:21.101Z] ce7f800efff9: Waiting [2024-08-12T04:38:21.101Z] 2ba85419114c: Waiting [2024-08-12T04:38:21.101Z] 9b54f843a5ed: Layer already exists [2024-08-12T04:38:21.101Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:21.101Z] 4b776ef40163: Layer already exists [2024-08-12T04:38:21.101Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:21.101Z] 4d5f44c357d4: Layer already exists [2024-08-12T04:38:21.101Z] 2ba85419114c: Layer already exists [2024-08-12T04:38:21.101Z] ce32114e5d7e: Layer already exists [2024-08-12T04:38:21.101Z] 68eaa9c6e7ce: Layer already exists [2024-08-12T04:38:21.101Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:21.101Z] latest: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:21.436Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:21.760Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.50 [2024-08-12T04:38:21.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-12T04:38:21.760Z] 9b54f843a5ed: Preparing [2024-08-12T04:38:21.760Z] 4d5f44c357d4: Preparing [2024-08-12T04:38:21.760Z] 4b776ef40163: Preparing [2024-08-12T04:38:21.760Z] 06833ad81c98: Preparing [2024-08-12T04:38:21.760Z] a9dc6719a09e: Preparing [2024-08-12T04:38:21.760Z] 2ba85419114c: Preparing [2024-08-12T04:38:21.760Z] 68eaa9c6e7ce: Preparing [2024-08-12T04:38:21.760Z] ce32114e5d7e: Preparing [2024-08-12T04:38:21.760Z] ce7f800efff9: Preparing [2024-08-12T04:38:21.760Z] 68eaa9c6e7ce: Waiting [2024-08-12T04:38:21.760Z] ce7f800efff9: Waiting [2024-08-12T04:38:21.760Z] ce32114e5d7e: Waiting [2024-08-12T04:38:21.760Z] 2ba85419114c: Waiting [2024-08-12T04:38:21.760Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:21.760Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:21.760Z] 4d5f44c357d4: Layer already exists [2024-08-12T04:38:21.760Z] 4b776ef40163: Layer already exists [2024-08-12T04:38:21.760Z] 9b54f843a5ed: Layer already exists [2024-08-12T04:38:21.760Z] 2ba85419114c: Layer already exists [2024-08-12T04:38:21.760Z] ce32114e5d7e: Layer already exists [2024-08-12T04:38:21.760Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:21.760Z] 68eaa9c6e7ce: Layer already exists [2024-08-12T04:38:21.760Z] 3.2.0-dev.50: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:22.083Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:22.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:22.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-12T04:38:22.411Z] 9b54f843a5ed: Preparing [2024-08-12T04:38:22.411Z] 4d5f44c357d4: Preparing [2024-08-12T04:38:22.411Z] 4b776ef40163: Preparing [2024-08-12T04:38:22.411Z] 06833ad81c98: Preparing [2024-08-12T04:38:22.411Z] a9dc6719a09e: Preparing [2024-08-12T04:38:22.411Z] 2ba85419114c: Preparing [2024-08-12T04:38:22.411Z] 68eaa9c6e7ce: Preparing [2024-08-12T04:38:22.411Z] ce32114e5d7e: Preparing [2024-08-12T04:38:22.411Z] ce7f800efff9: Preparing [2024-08-12T04:38:22.411Z] 68eaa9c6e7ce: Waiting [2024-08-12T04:38:22.411Z] ce32114e5d7e: Waiting [2024-08-12T04:38:22.411Z] ce7f800efff9: Waiting [2024-08-12T04:38:22.411Z] 2ba85419114c: Waiting [2024-08-12T04:38:22.411Z] 4d5f44c357d4: Layer already exists [2024-08-12T04:38:22.411Z] 4b776ef40163: Layer already exists [2024-08-12T04:38:22.411Z] 9b54f843a5ed: Layer already exists [2024-08-12T04:38:22.411Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:22.411Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:22.411Z] 2ba85419114c: Layer already exists [2024-08-12T04:38:22.411Z] ce32114e5d7e: Layer already exists [2024-08-12T04:38:22.411Z] 68eaa9c6e7ce: Layer already exists [2024-08-12T04:38:22.411Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:22.411Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:22.736Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:23.065Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-12T04:38:23.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-12T04:38:23.065Z] 9b54f843a5ed: Preparing [2024-08-12T04:38:23.065Z] 4d5f44c357d4: Preparing [2024-08-12T04:38:23.065Z] 4b776ef40163: Preparing [2024-08-12T04:38:23.065Z] 06833ad81c98: Preparing [2024-08-12T04:38:23.065Z] a9dc6719a09e: Preparing [2024-08-12T04:38:23.065Z] 2ba85419114c: Preparing [2024-08-12T04:38:23.065Z] 68eaa9c6e7ce: Preparing [2024-08-12T04:38:23.066Z] ce32114e5d7e: Preparing [2024-08-12T04:38:23.066Z] ce7f800efff9: Preparing [2024-08-12T04:38:23.066Z] 2ba85419114c: Waiting [2024-08-12T04:38:23.066Z] ce32114e5d7e: Waiting [2024-08-12T04:38:23.066Z] 68eaa9c6e7ce: Waiting [2024-08-12T04:38:23.066Z] 9b54f843a5ed: Layer already exists [2024-08-12T04:38:23.066Z] 4d5f44c357d4: Layer already exists [2024-08-12T04:38:23.066Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:23.066Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:23.066Z] 2ba85419114c: Layer already exists [2024-08-12T04:38:23.066Z] ce32114e5d7e: Layer already exists [2024-08-12T04:38:23.066Z] 4b776ef40163: Layer already exists [2024-08-12T04:38:23.066Z] 68eaa9c6e7ce: Layer already exists [2024-08-12T04:38:23.066Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:23.066Z] main: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:38:23.147Z] ===================================================== [Pipeline] echo [2024-08-12T04:38:23.164Z] taggedImages: [2024-08-12T04:38:23.164Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:23.164Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-12T04:38:23.164Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.50 [2024-08-12T04:38:23.164Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:23.164Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-12T04:38:23.194Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-12T04:38:23.194Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:23.194Z] latest [2024-08-12T04:38:23.194Z] 3.2.0-dev.50 [2024-08-12T04:38:23.194Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:23.194Z] main [2024-08-12T04:38:23.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:23.539Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:23.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:23.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-12T04:38:23.861Z] 7758aa967548: Preparing [2024-08-12T04:38:23.861Z] 2bc98a450b63: Preparing [2024-08-12T04:38:23.861Z] 76fab66fad3c: Preparing [2024-08-12T04:38:23.861Z] 06833ad81c98: Preparing [2024-08-12T04:38:23.861Z] a9dc6719a09e: Preparing [2024-08-12T04:38:23.861Z] 30d7794004df: Preparing [2024-08-12T04:38:23.861Z] 697bf67bd46a: Preparing [2024-08-12T04:38:23.861Z] 23943f7d89a4: Preparing [2024-08-12T04:38:23.861Z] ce7f800efff9: Preparing [2024-08-12T04:38:23.861Z] 30d7794004df: Waiting [2024-08-12T04:38:23.861Z] 697bf67bd46a: Waiting [2024-08-12T04:38:23.861Z] ce7f800efff9: Waiting [2024-08-12T04:38:23.861Z] 23943f7d89a4: Waiting [2024-08-12T04:38:23.861Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:23.861Z] 7758aa967548: Layer already exists [2024-08-12T04:38:23.861Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:23.861Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:23.861Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:23.861Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:23.861Z] 2bc98a450b63: Pushed [2024-08-12T04:38:23.861Z] 76fab66fad3c: Pushed [2024-08-12T04:38:26.324Z] #96 ... [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #86 DONE 90.5s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #84 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #84 DONE 97.3s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #85 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #85 DONE 97.4s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #117 ... [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #96 DONE 71.3s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #83 DONE 97.8s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #118 [support-cron-scheduler builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #118 DONE 1.5s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #119 [core-keeper builder 7/8] COPY . . [2024-08-12T04:38:26.324Z] #119 DONE 1.5s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #117 DONE 1.6s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #120 [security-proxy-setup builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #120 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #121 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #121 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #122 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #123 [security-bootstrapper builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #123 DONE 1.6s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #124 [security-secretstore-setup builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #124 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #125 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #126 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T04:38:26.324Z] #127 ... [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #128 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #129 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #130 [support-notifications builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #130 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #131 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #132 [core-data builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #132 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #133 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #133 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #134 [core-command builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #134 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #135 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #136 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #137 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #138 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #139 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #140 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #140 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #141 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #141 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #142 [support-scheduler builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #142 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #143 [core-metadata builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #143 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #144 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-12T04:38:26.324Z] #144 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #145 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-12T04:38:26.324Z] #145 CACHED [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.324Z] #146 [security-proxy-auth builder 6/7] COPY . . [2024-08-12T04:38:26.324Z] #146 DONE 1.7s [2024-08-12T04:38:26.324Z] [2024-08-12T04:38:26.325Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T04:38:27.292Z] #147 ... [2024-08-12T04:38:27.292Z] [2024-08-12T04:38:27.292Z] #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T04:38:27.292Z] #127 4.824 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-12T04:38:32.641Z] #127 ... [2024-08-12T04:38:32.641Z] [2024-08-12T04:38:32.641Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-12T04:38:32.641Z] #0 4.715 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-12T04:38:32.641Z] #148 ... [2024-08-12T04:38:32.641Z] [2024-08-12T04:38:32.641Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-12T04:38:32.641Z] #0 6.287 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-12T04:38:32.641Z] #149 ... [2024-08-12T04:38:32.641Z] [2024-08-12T04:38:32.641Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-12T04:38:32.641Z] #0 5.815 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-12T04:38:32.641Z] #150 ... [2024-08-12T04:38:32.641Z] [2024-08-12T04:38:32.641Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-12T04:38:32.641Z] #0 6.067 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-12T04:38:32.641Z] #151 ... [2024-08-12T04:38:32.641Z] [2024-08-12T04:38:32.641Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-12T04:38:32.641Z] #0 5.460 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-12T04:38:32.933Z] #152 ... [2024-08-12T04:38:32.933Z] [2024-08-12T04:38:32.933Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-12T04:38:32.933Z] #0 5.970 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-12T04:38:32.933Z] #153 ... [2024-08-12T04:38:32.933Z] [2024-08-12T04:38:32.933Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T04:38:32.933Z] #0 6.096 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-12T04:38:33.214Z] #154 ... [2024-08-12T04:38:33.214Z] [2024-08-12T04:38:33.214Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T04:38:33.214Z] #0 6.320 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-12T04:38:33.557Z] #155 ... [2024-08-12T04:38:33.557Z] [2024-08-12T04:38:33.557Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-12T04:38:33.557Z] #0 6.244 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-12T04:38:33.557Z] #156 ... [2024-08-12T04:38:33.557Z] [2024-08-12T04:38:33.557Z] #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-12T04:38:33.557Z] #0 5.024 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-12T04:38:33.827Z] #157 ... [2024-08-12T04:38:33.827Z] [2024-08-12T04:38:33.827Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-12T04:38:33.827Z] #0 5.021 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-12T04:38:33.827Z] #158 ... [2024-08-12T04:38:33.827Z] [2024-08-12T04:38:33.827Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T04:38:33.827Z] #147 6.280 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-12T04:38:33.843Z] 30d7794004df: Pushed [2024-08-12T04:38:33.843Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:34.171Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:34.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-12T04:38:34.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-12T04:38:34.491Z] 7758aa967548: Preparing [2024-08-12T04:38:34.491Z] 2bc98a450b63: Preparing [2024-08-12T04:38:34.491Z] 76fab66fad3c: Preparing [2024-08-12T04:38:34.491Z] 06833ad81c98: Preparing [2024-08-12T04:38:34.491Z] a9dc6719a09e: Preparing [2024-08-12T04:38:34.491Z] 30d7794004df: Preparing [2024-08-12T04:38:34.491Z] 697bf67bd46a: Preparing [2024-08-12T04:38:34.491Z] 23943f7d89a4: Preparing [2024-08-12T04:38:34.491Z] ce7f800efff9: Preparing [2024-08-12T04:38:34.491Z] 30d7794004df: Waiting [2024-08-12T04:38:34.491Z] 697bf67bd46a: Waiting [2024-08-12T04:38:34.491Z] 23943f7d89a4: Waiting [2024-08-12T04:38:34.491Z] ce7f800efff9: Waiting [2024-08-12T04:38:34.491Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:34.491Z] 7758aa967548: Layer already exists [2024-08-12T04:38:34.491Z] 76fab66fad3c: Layer already exists [2024-08-12T04:38:34.491Z] 2bc98a450b63: Layer already exists [2024-08-12T04:38:34.491Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:34.491Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:34.491Z] 30d7794004df: Layer already exists [2024-08-12T04:38:34.491Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:34.491Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:34.491Z] latest: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:34.824Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:35.157Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.50 [2024-08-12T04:38:35.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-12T04:38:35.157Z] 7758aa967548: Preparing [2024-08-12T04:38:35.157Z] 2bc98a450b63: Preparing [2024-08-12T04:38:35.157Z] 76fab66fad3c: Preparing [2024-08-12T04:38:35.157Z] 06833ad81c98: Preparing [2024-08-12T04:38:35.157Z] a9dc6719a09e: Preparing [2024-08-12T04:38:35.157Z] 30d7794004df: Preparing [2024-08-12T04:38:35.157Z] 697bf67bd46a: Preparing [2024-08-12T04:38:35.157Z] 23943f7d89a4: Preparing [2024-08-12T04:38:35.157Z] ce7f800efff9: Preparing [2024-08-12T04:38:35.157Z] 697bf67bd46a: Waiting [2024-08-12T04:38:35.157Z] 23943f7d89a4: Waiting [2024-08-12T04:38:35.157Z] ce7f800efff9: Waiting [2024-08-12T04:38:35.157Z] 30d7794004df: Waiting [2024-08-12T04:38:35.157Z] 2bc98a450b63: Layer already exists [2024-08-12T04:38:35.157Z] 7758aa967548: Layer already exists [2024-08-12T04:38:35.157Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:35.157Z] 76fab66fad3c: Layer already exists [2024-08-12T04:38:35.157Z] 30d7794004df: Layer already exists [2024-08-12T04:38:35.157Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:35.157Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:35.157Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:35.157Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:35.157Z] 3.2.0-dev.50: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:35.511Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:35.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:35.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-12T04:38:35.826Z] 7758aa967548: Preparing [2024-08-12T04:38:35.826Z] 2bc98a450b63: Preparing [2024-08-12T04:38:35.826Z] 76fab66fad3c: Preparing [2024-08-12T04:38:35.826Z] 06833ad81c98: Preparing [2024-08-12T04:38:35.826Z] a9dc6719a09e: Preparing [2024-08-12T04:38:35.826Z] 30d7794004df: Preparing [2024-08-12T04:38:35.826Z] 697bf67bd46a: Preparing [2024-08-12T04:38:35.826Z] 23943f7d89a4: Preparing [2024-08-12T04:38:35.826Z] ce7f800efff9: Preparing [2024-08-12T04:38:35.826Z] 30d7794004df: Waiting [2024-08-12T04:38:35.826Z] 23943f7d89a4: Waiting [2024-08-12T04:38:35.826Z] ce7f800efff9: Waiting [2024-08-12T04:38:35.826Z] 697bf67bd46a: Waiting [2024-08-12T04:38:35.826Z] 7758aa967548: Layer already exists [2024-08-12T04:38:35.826Z] 2bc98a450b63: Layer already exists [2024-08-12T04:38:35.826Z] 76fab66fad3c: Layer already exists [2024-08-12T04:38:35.826Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:35.826Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:35.826Z] 30d7794004df: Layer already exists [2024-08-12T04:38:35.826Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:35.826Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:35.826Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:35.826Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:36.159Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:36.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-12T04:38:36.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-12T04:38:36.483Z] 7758aa967548: Preparing [2024-08-12T04:38:36.483Z] 2bc98a450b63: Preparing [2024-08-12T04:38:36.483Z] 76fab66fad3c: Preparing [2024-08-12T04:38:36.483Z] 06833ad81c98: Preparing [2024-08-12T04:38:36.483Z] a9dc6719a09e: Preparing [2024-08-12T04:38:36.483Z] 30d7794004df: Preparing [2024-08-12T04:38:36.483Z] 697bf67bd46a: Preparing [2024-08-12T04:38:36.483Z] 23943f7d89a4: Preparing [2024-08-12T04:38:36.483Z] ce7f800efff9: Preparing [2024-08-12T04:38:36.483Z] 30d7794004df: Waiting [2024-08-12T04:38:36.483Z] 697bf67bd46a: Waiting [2024-08-12T04:38:36.483Z] 23943f7d89a4: Waiting [2024-08-12T04:38:36.483Z] ce7f800efff9: Waiting [2024-08-12T04:38:36.483Z] 2bc98a450b63: Layer already exists [2024-08-12T04:38:36.483Z] 76fab66fad3c: Layer already exists [2024-08-12T04:38:36.483Z] 7758aa967548: Layer already exists [2024-08-12T04:38:36.483Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:36.483Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:36.483Z] 23943f7d89a4: Layer already exists [2024-08-12T04:38:36.483Z] 30d7794004df: Layer already exists [2024-08-12T04:38:36.483Z] 697bf67bd46a: Layer already exists [2024-08-12T04:38:36.483Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:36.483Z] main: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:38:36.542Z] ===================================================== [Pipeline] echo [2024-08-12T04:38:36.557Z] taggedImages: [2024-08-12T04:38:36.557Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:36.557Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-12T04:38:36.557Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.50 [2024-08-12T04:38:36.557Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:36.557Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-12T04:38:36.586Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-12T04:38:36.586Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:36.586Z] latest [2024-08-12T04:38:36.586Z] 3.2.0-dev.50 [2024-08-12T04:38:36.586Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:36.586Z] main [2024-08-12T04:38:36.586Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:36.960Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:37.290Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:37.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-12T04:38:37.290Z] 883b85ac67fb: Preparing [2024-08-12T04:38:37.290Z] 6d06e0f7b7a9: Preparing [2024-08-12T04:38:37.290Z] 06833ad81c98: Preparing [2024-08-12T04:38:37.290Z] a9dc6719a09e: Preparing [2024-08-12T04:38:37.290Z] a8007ab94722: Preparing [2024-08-12T04:38:37.290Z] db9eee0180d1: Preparing [2024-08-12T04:38:37.290Z] ce7f800efff9: Preparing [2024-08-12T04:38:37.290Z] db9eee0180d1: Waiting [2024-08-12T04:38:37.290Z] ce7f800efff9: Waiting [2024-08-12T04:38:37.290Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:37.290Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:37.290Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:37.290Z] a8007ab94722: Pushed [2024-08-12T04:38:37.290Z] 883b85ac67fb: Pushed [2024-08-12T04:38:37.549Z] db9eee0180d1: Pushed [2024-08-12T04:38:40.845Z] 6d06e0f7b7a9: Pushed [2024-08-12T04:38:40.845Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:41.180Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:41.499Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-12T04:38:41.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-12T04:38:41.499Z] 883b85ac67fb: Preparing [2024-08-12T04:38:41.499Z] 6d06e0f7b7a9: Preparing [2024-08-12T04:38:41.499Z] 06833ad81c98: Preparing [2024-08-12T04:38:41.499Z] a9dc6719a09e: Preparing [2024-08-12T04:38:41.499Z] a8007ab94722: Preparing [2024-08-12T04:38:41.499Z] db9eee0180d1: Preparing [2024-08-12T04:38:41.499Z] ce7f800efff9: Preparing [2024-08-12T04:38:41.499Z] db9eee0180d1: Waiting [2024-08-12T04:38:41.499Z] ce7f800efff9: Waiting [2024-08-12T04:38:41.499Z] 6d06e0f7b7a9: Layer already exists [2024-08-12T04:38:41.499Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:41.499Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:41.499Z] a8007ab94722: Layer already exists [2024-08-12T04:38:41.499Z] 883b85ac67fb: Layer already exists [2024-08-12T04:38:41.499Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:41.499Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:41.500Z] latest: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:41.834Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:42.156Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.50 [2024-08-12T04:38:42.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-12T04:38:42.156Z] 883b85ac67fb: Preparing [2024-08-12T04:38:42.156Z] 6d06e0f7b7a9: Preparing [2024-08-12T04:38:42.156Z] 06833ad81c98: Preparing [2024-08-12T04:38:42.156Z] a9dc6719a09e: Preparing [2024-08-12T04:38:42.156Z] a8007ab94722: Preparing [2024-08-12T04:38:42.156Z] db9eee0180d1: Preparing [2024-08-12T04:38:42.156Z] ce7f800efff9: Preparing [2024-08-12T04:38:42.156Z] db9eee0180d1: Waiting [2024-08-12T04:38:42.156Z] ce7f800efff9: Waiting [2024-08-12T04:38:42.156Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:42.156Z] 6d06e0f7b7a9: Layer already exists [2024-08-12T04:38:42.156Z] a8007ab94722: Layer already exists [2024-08-12T04:38:42.156Z] 883b85ac67fb: Layer already exists [2024-08-12T04:38:42.156Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:42.157Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:42.157Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:42.157Z] 3.2.0-dev.50: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:42.481Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:42.814Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:42.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-12T04:38:42.815Z] 883b85ac67fb: Preparing [2024-08-12T04:38:42.815Z] 6d06e0f7b7a9: Preparing [2024-08-12T04:38:42.815Z] 06833ad81c98: Preparing [2024-08-12T04:38:42.815Z] a9dc6719a09e: Preparing [2024-08-12T04:38:42.815Z] a8007ab94722: Preparing [2024-08-12T04:38:42.815Z] db9eee0180d1: Preparing [2024-08-12T04:38:42.815Z] ce7f800efff9: Preparing [2024-08-12T04:38:42.815Z] ce7f800efff9: Waiting [2024-08-12T04:38:42.815Z] db9eee0180d1: Waiting [2024-08-12T04:38:42.815Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:42.815Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:42.815Z] a8007ab94722: Layer already exists [2024-08-12T04:38:42.815Z] 6d06e0f7b7a9: Layer already exists [2024-08-12T04:38:42.815Z] 883b85ac67fb: Layer already exists [2024-08-12T04:38:42.815Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:42.815Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:42.815Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:43.148Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:43.484Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-12T04:38:43.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-12T04:38:43.485Z] 883b85ac67fb: Preparing [2024-08-12T04:38:43.485Z] 6d06e0f7b7a9: Preparing [2024-08-12T04:38:43.485Z] 06833ad81c98: Preparing [2024-08-12T04:38:43.485Z] a9dc6719a09e: Preparing [2024-08-12T04:38:43.485Z] a8007ab94722: Preparing [2024-08-12T04:38:43.485Z] db9eee0180d1: Preparing [2024-08-12T04:38:43.485Z] ce7f800efff9: Preparing [2024-08-12T04:38:43.485Z] db9eee0180d1: Waiting [2024-08-12T04:38:43.485Z] ce7f800efff9: Waiting [2024-08-12T04:38:43.485Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:43.485Z] 6d06e0f7b7a9: Layer already exists [2024-08-12T04:38:43.485Z] a8007ab94722: Layer already exists [2024-08-12T04:38:43.485Z] 883b85ac67fb: Layer already exists [2024-08-12T04:38:43.485Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:43.485Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:43.485Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:43.485Z] main: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:38:43.566Z] ===================================================== [Pipeline] echo [2024-08-12T04:38:43.583Z] taggedImages: [2024-08-12T04:38:43.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:43.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-12T04:38:43.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.50 [2024-08-12T04:38:43.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:43.583Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-12T04:38:43.615Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-12T04:38:43.615Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:43.615Z] latest [2024-08-12T04:38:43.615Z] 3.2.0-dev.50 [2024-08-12T04:38:43.615Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:43.615Z] main [2024-08-12T04:38:43.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:43.989Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:44.316Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:44.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-12T04:38:44.316Z] d23c34fd97cb: Preparing [2024-08-12T04:38:44.316Z] 53b5f2d30b23: Preparing [2024-08-12T04:38:44.316Z] 06833ad81c98: Preparing [2024-08-12T04:38:44.316Z] a9dc6719a09e: Preparing [2024-08-12T04:38:44.316Z] a8007ab94722: Preparing [2024-08-12T04:38:44.316Z] db9eee0180d1: Preparing [2024-08-12T04:38:44.316Z] ce7f800efff9: Preparing [2024-08-12T04:38:44.316Z] db9eee0180d1: Waiting [2024-08-12T04:38:44.316Z] ce7f800efff9: Waiting [2024-08-12T04:38:44.316Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:44.316Z] a8007ab94722: Layer already exists [2024-08-12T04:38:44.316Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:44.316Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:44.316Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:44.316Z] d23c34fd97cb: Pushed [2024-08-12T04:38:47.608Z] 53b5f2d30b23: Pushed [2024-08-12T04:38:47.608Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:47.927Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:48.249Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-12T04:38:48.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-12T04:38:48.249Z] d23c34fd97cb: Preparing [2024-08-12T04:38:48.249Z] 53b5f2d30b23: Preparing [2024-08-12T04:38:48.249Z] 06833ad81c98: Preparing [2024-08-12T04:38:48.249Z] a9dc6719a09e: Preparing [2024-08-12T04:38:48.249Z] a8007ab94722: Preparing [2024-08-12T04:38:48.249Z] db9eee0180d1: Preparing [2024-08-12T04:38:48.249Z] ce7f800efff9: Preparing [2024-08-12T04:38:48.249Z] db9eee0180d1: Waiting [2024-08-12T04:38:48.249Z] d23c34fd97cb: Layer already exists [2024-08-12T04:38:48.249Z] a8007ab94722: Layer already exists [2024-08-12T04:38:48.249Z] 53b5f2d30b23: Layer already exists [2024-08-12T04:38:48.249Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:48.249Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:48.249Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:48.249Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:48.249Z] latest: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:48.591Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:48.934Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.50 [2024-08-12T04:38:48.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-12T04:38:48.934Z] d23c34fd97cb: Preparing [2024-08-12T04:38:48.934Z] 53b5f2d30b23: Preparing [2024-08-12T04:38:48.934Z] 06833ad81c98: Preparing [2024-08-12T04:38:48.934Z] a9dc6719a09e: Preparing [2024-08-12T04:38:48.934Z] a8007ab94722: Preparing [2024-08-12T04:38:48.934Z] db9eee0180d1: Preparing [2024-08-12T04:38:48.934Z] ce7f800efff9: Preparing [2024-08-12T04:38:48.934Z] db9eee0180d1: Waiting [2024-08-12T04:38:48.934Z] ce7f800efff9: Waiting [2024-08-12T04:38:48.934Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:48.934Z] 53b5f2d30b23: Layer already exists [2024-08-12T04:38:48.934Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:48.934Z] a8007ab94722: Layer already exists [2024-08-12T04:38:48.934Z] d23c34fd97cb: Layer already exists [2024-08-12T04:38:48.934Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:48.934Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:48.934Z] 3.2.0-dev.50: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:49.261Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:49.576Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:49.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-12T04:38:49.576Z] d23c34fd97cb: Preparing [2024-08-12T04:38:49.576Z] 53b5f2d30b23: Preparing [2024-08-12T04:38:49.576Z] 06833ad81c98: Preparing [2024-08-12T04:38:49.576Z] a9dc6719a09e: Preparing [2024-08-12T04:38:49.576Z] a8007ab94722: Preparing [2024-08-12T04:38:49.576Z] db9eee0180d1: Preparing [2024-08-12T04:38:49.576Z] ce7f800efff9: Preparing [2024-08-12T04:38:49.576Z] db9eee0180d1: Waiting [2024-08-12T04:38:49.576Z] ce7f800efff9: Waiting [2024-08-12T04:38:49.576Z] a8007ab94722: Layer already exists [2024-08-12T04:38:49.576Z] 53b5f2d30b23: Layer already exists [2024-08-12T04:38:49.576Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:49.576Z] d23c34fd97cb: Layer already exists [2024-08-12T04:38:49.576Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:49.576Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:49.576Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:49.576Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:49.906Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:50.226Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-12T04:38:50.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-12T04:38:50.226Z] d23c34fd97cb: Preparing [2024-08-12T04:38:50.226Z] 53b5f2d30b23: Preparing [2024-08-12T04:38:50.226Z] 06833ad81c98: Preparing [2024-08-12T04:38:50.226Z] a9dc6719a09e: Preparing [2024-08-12T04:38:50.226Z] a8007ab94722: Preparing [2024-08-12T04:38:50.226Z] db9eee0180d1: Preparing [2024-08-12T04:38:50.226Z] ce7f800efff9: Preparing [2024-08-12T04:38:50.226Z] db9eee0180d1: Waiting [2024-08-12T04:38:50.226Z] ce7f800efff9: Waiting [2024-08-12T04:38:50.226Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:50.226Z] d23c34fd97cb: Layer already exists [2024-08-12T04:38:50.226Z] 53b5f2d30b23: Layer already exists [2024-08-12T04:38:50.226Z] a8007ab94722: Layer already exists [2024-08-12T04:38:50.226Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:50.226Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:50.226Z] db9eee0180d1: Layer already exists [2024-08-12T04:38:50.226Z] main: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:38:50.295Z] ===================================================== [Pipeline] echo [2024-08-12T04:38:50.310Z] taggedImages: [2024-08-12T04:38:50.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:50.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-12T04:38:50.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.50 [2024-08-12T04:38:50.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:50.310Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-12T04:38:50.351Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-12T04:38:50.351Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:50.351Z] latest [2024-08-12T04:38:50.351Z] 3.2.0-dev.50 [2024-08-12T04:38:50.351Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:50.351Z] main [2024-08-12T04:38:50.351Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:50.728Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:51.054Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:51.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-12T04:38:51.054Z] cf89d58663ee: Preparing [2024-08-12T04:38:51.054Z] c2a420cf86ff: Preparing [2024-08-12T04:38:51.054Z] 06833ad81c98: Preparing [2024-08-12T04:38:51.054Z] a9dc6719a09e: Preparing [2024-08-12T04:38:51.054Z] 2074dc40c071: Preparing [2024-08-12T04:38:51.054Z] 8a632cd66ac5: Preparing [2024-08-12T04:38:51.054Z] ce7f800efff9: Preparing [2024-08-12T04:38:51.054Z] 8a632cd66ac5: Waiting [2024-08-12T04:38:51.054Z] ce7f800efff9: Waiting [2024-08-12T04:38:51.054Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:51.054Z] 2074dc40c071: Layer already exists [2024-08-12T04:38:51.054Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:51.054Z] cf89d58663ee: Pushed [2024-08-12T04:38:51.054Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:51.054Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:38:54.344Z] c2a420cf86ff: Pushed [2024-08-12T04:38:54.344Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:54.666Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:54.988Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-12T04:38:54.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-12T04:38:54.988Z] cf89d58663ee: Preparing [2024-08-12T04:38:54.988Z] c2a420cf86ff: Preparing [2024-08-12T04:38:54.988Z] 06833ad81c98: Preparing [2024-08-12T04:38:54.988Z] a9dc6719a09e: Preparing [2024-08-12T04:38:54.988Z] 2074dc40c071: Preparing [2024-08-12T04:38:54.988Z] 8a632cd66ac5: Preparing [2024-08-12T04:38:54.988Z] ce7f800efff9: Preparing [2024-08-12T04:38:54.988Z] ce7f800efff9: Waiting [2024-08-12T04:38:54.988Z] 8a632cd66ac5: Waiting [2024-08-12T04:38:54.988Z] c2a420cf86ff: Layer already exists [2024-08-12T04:38:54.988Z] 2074dc40c071: Layer already exists [2024-08-12T04:38:54.988Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:54.988Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:54.988Z] cf89d58663ee: Layer already exists [2024-08-12T04:38:54.988Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:38:54.988Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:54.988Z] latest: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:55.326Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:55.652Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.50 [2024-08-12T04:38:55.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-12T04:38:55.652Z] cf89d58663ee: Preparing [2024-08-12T04:38:55.652Z] c2a420cf86ff: Preparing [2024-08-12T04:38:55.652Z] 06833ad81c98: Preparing [2024-08-12T04:38:55.652Z] a9dc6719a09e: Preparing [2024-08-12T04:38:55.652Z] 2074dc40c071: Preparing [2024-08-12T04:38:55.652Z] 8a632cd66ac5: Preparing [2024-08-12T04:38:55.652Z] ce7f800efff9: Preparing [2024-08-12T04:38:55.652Z] ce7f800efff9: Waiting [2024-08-12T04:38:55.652Z] 8a632cd66ac5: Waiting [2024-08-12T04:38:55.652Z] cf89d58663ee: Layer already exists [2024-08-12T04:38:55.652Z] 2074dc40c071: Layer already exists [2024-08-12T04:38:55.652Z] c2a420cf86ff: Layer already exists [2024-08-12T04:38:55.652Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:55.652Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:55.652Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:55.652Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:38:55.652Z] 3.2.0-dev.50: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:56.073Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:56.474Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:56.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-12T04:38:56.475Z] cf89d58663ee: Preparing [2024-08-12T04:38:56.475Z] c2a420cf86ff: Preparing [2024-08-12T04:38:56.475Z] 06833ad81c98: Preparing [2024-08-12T04:38:56.475Z] a9dc6719a09e: Preparing [2024-08-12T04:38:56.475Z] 2074dc40c071: Preparing [2024-08-12T04:38:56.475Z] 8a632cd66ac5: Preparing [2024-08-12T04:38:56.475Z] ce7f800efff9: Preparing [2024-08-12T04:38:56.475Z] 8a632cd66ac5: Waiting [2024-08-12T04:38:56.475Z] ce7f800efff9: Waiting [2024-08-12T04:38:56.475Z] cf89d58663ee: Layer already exists [2024-08-12T04:38:56.475Z] 2074dc40c071: Layer already exists [2024-08-12T04:38:56.475Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:56.475Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:56.475Z] c2a420cf86ff: Layer already exists [2024-08-12T04:38:56.475Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:56.475Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:38:56.475Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:56.807Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T04:38:57.134Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-12T04:38:57.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-12T04:38:57.134Z] cf89d58663ee: Preparing [2024-08-12T04:38:57.134Z] c2a420cf86ff: Preparing [2024-08-12T04:38:57.134Z] 06833ad81c98: Preparing [2024-08-12T04:38:57.134Z] a9dc6719a09e: Preparing [2024-08-12T04:38:57.134Z] 2074dc40c071: Preparing [2024-08-12T04:38:57.134Z] 8a632cd66ac5: Preparing [2024-08-12T04:38:57.134Z] ce7f800efff9: Preparing [2024-08-12T04:38:57.134Z] ce7f800efff9: Waiting [2024-08-12T04:38:57.134Z] 8a632cd66ac5: Waiting [2024-08-12T04:38:57.134Z] a9dc6719a09e: Layer already exists [2024-08-12T04:38:57.134Z] 06833ad81c98: Layer already exists [2024-08-12T04:38:57.134Z] 2074dc40c071: Layer already exists [2024-08-12T04:38:57.134Z] c2a420cf86ff: Layer already exists [2024-08-12T04:38:57.134Z] cf89d58663ee: Layer already exists [2024-08-12T04:38:57.134Z] ce7f800efff9: Layer already exists [2024-08-12T04:38:57.134Z] 8a632cd66ac5: Layer already exists [2024-08-12T04:38:57.134Z] main: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T04:38:57.223Z] ===================================================== [Pipeline] echo [2024-08-12T04:38:57.238Z] taggedImages: [2024-08-12T04:38:57.238Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T04:38:57.238Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-12T04:38:57.238Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.50 [2024-08-12T04:38:57.238Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T04:38:57.238Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-08-12T04:57:41.948Z] #147 ... [2024-08-12T04:57:41.948Z] [2024-08-12T04:57:41.948Z] #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-12T04:57:41.948Z] #157 1157.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-12T04:57:50.146Z] #157 ... [2024-08-12T04:57:50.146Z] [2024-08-12T04:57:50.146Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-12T04:57:50.146Z] #153 DONE 1168.0s [2024-08-12T04:57:50.146Z] [2024-08-12T04:57:50.146Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T04:57:50.733Z] #154 ... [2024-08-12T04:57:50.733Z] [2024-08-12T04:57:50.733Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:57:50.733Z] #159 DONE 0.1s [2024-08-12T04:57:50.733Z] [2024-08-12T04:57:50.733Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:57:50.733Z] #160 DONE 0.1s [2024-08-12T04:57:50.733Z] [2024-08-12T04:57:50.733Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-12T04:57:50.733Z] #158 ... [2024-08-12T04:57:50.733Z] [2024-08-12T04:57:50.733Z] #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-12T04:57:50.733Z] #161 DONE 0.1s [2024-08-12T04:57:50.999Z] [2024-08-12T04:57:50.999Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-12T04:57:50.999Z] #162 DONE 0.1s [2024-08-12T04:57:50.999Z] [2024-08-12T04:57:50.999Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-12T04:57:51.267Z] #158 ... [2024-08-12T04:57:51.267Z] [2024-08-12T04:57:51.267Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-12T04:57:51.536Z] #163 DONE 0.3s [2024-08-12T04:57:51.536Z] [2024-08-12T04:57:51.536Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-12T04:57:51.536Z] #164 DONE 0.2s [2024-08-12T04:57:51.536Z] [2024-08-12T04:57:51.536Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:57:52.962Z] #165 ... [2024-08-12T04:57:52.962Z] [2024-08-12T04:57:52.962Z] #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-12T04:57:52.962Z] #158 DONE 1171.0s [2024-08-12T04:57:52.962Z] [2024-08-12T04:57:52.962Z] #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-12T04:57:53.543Z] #166 DONE 0.4s [2024-08-12T04:57:53.543Z] [2024-08-12T04:57:53.543Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-12T04:57:55.479Z] #167 ... [2024-08-12T04:57:55.479Z] [2024-08-12T04:57:55.479Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:57:55.479Z] #165 DONE 3.5s [2024-08-12T04:57:55.479Z] [2024-08-12T04:57:55.479Z] #111 [security-proxy-setup] exporting to image [2024-08-12T04:57:55.479Z] #111 exporting layers [2024-08-12T04:57:56.433Z] #111 exporting layers 1.3s done [2024-08-12T04:57:56.433Z] #111 writing image sha256:9dccdbf8a09e7c0ef18bbe9f9a080c98afa099b7832b2f7c996655895a43611e done [2024-08-12T04:57:56.433Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2024-08-12T04:57:56.433Z] #111 DONE 4.5s [2024-08-12T04:57:56.433Z] [2024-08-12T04:57:56.433Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T04:57:56.701Z] #155 ... [2024-08-12T04:57:56.701Z] [2024-08-12T04:57:56.701Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-12T04:57:56.701Z] #167 DONE 3.3s [2024-08-12T04:57:56.701Z] [2024-08-12T04:57:56.701Z] #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:57:56.989Z] #168 DONE 0.4s [2024-08-12T04:57:56.989Z] [2024-08-12T04:57:56.989Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:57:57.257Z] #169 DONE 0.2s [2024-08-12T04:57:57.257Z] [2024-08-12T04:57:57.257Z] #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-12T04:57:57.538Z] #170 DONE 0.3s [2024-08-12T04:57:57.538Z] [2024-08-12T04:57:57.538Z] #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-12T04:57:57.803Z] #171 DONE 0.2s [2024-08-12T04:57:57.803Z] [2024-08-12T04:57:57.803Z] #172 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-08-12T04:57:57.803Z] #172 DONE 0.1s [2024-08-12T04:57:57.803Z] [2024-08-12T04:57:57.803Z] #173 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-08-12T04:57:58.068Z] #173 DONE 0.1s [2024-08-12T04:57:58.068Z] [2024-08-12T04:57:58.068Z] #174 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-12T04:57:58.068Z] #174 DONE 0.1s [2024-08-12T04:57:58.068Z] [2024-08-12T04:57:58.068Z] #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-12T04:57:58.337Z] #175 DONE 0.2s [2024-08-12T04:57:58.337Z] [2024-08-12T04:57:58.337Z] #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-12T04:57:58.337Z] #176 DONE 0.3s [2024-08-12T04:57:58.337Z] [2024-08-12T04:57:58.337Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T04:57:58.603Z] #147 ... [2024-08-12T04:57:58.603Z] [2024-08-12T04:57:58.603Z] #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-12T04:58:01.233Z] #177 DONE 2.1s [2024-08-12T04:58:01.233Z] [2024-08-12T04:58:01.233Z] #111 [security-bootstrapper] exporting to image [2024-08-12T04:58:02.186Z] #111 exporting layers 1.4s done [2024-08-12T04:58:02.186Z] #111 writing image sha256:b3eb8a41bfc6f0229bc59775925107de76e8e3c708982fd99774a2de9165a115 0.0s done [2024-08-12T04:58:02.186Z] #111 naming to docker.io/library/security-bootstrapper-arm64 done [2024-08-12T04:58:02.186Z] #111 DONE 6.0s [2024-08-12T04:58:02.186Z] [2024-08-12T04:58:02.186Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T04:58:02.455Z] #147 ... [2024-08-12T04:58:02.455Z] [2024-08-12T04:58:02.455Z] #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-08-12T04:58:02.455Z] #157 DONE 1180.6s [2024-08-12T04:58:02.724Z] [2024-08-12T04:58:02.724Z] #68 [core-keeper internal] load build context [2024-08-12T04:58:03.059Z] #68 ... [2024-08-12T04:58:03.059Z] [2024-08-12T04:58:03.060Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:58:03.328Z] #178 DONE 0.4s [2024-08-12T04:58:03.328Z] [2024-08-12T04:58:03.328Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T04:58:03.328Z] #154 ... [2024-08-12T04:58:03.328Z] [2024-08-12T04:58:03.328Z] #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:58:03.599Z] #179 DONE 0.3s [2024-08-12T04:58:03.599Z] [2024-08-12T04:58:03.599Z] #180 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-08-12T04:58:03.873Z] #180 DONE 0.1s [2024-08-12T04:58:03.873Z] [2024-08-12T04:58:03.873Z] #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-08-12T04:58:03.873Z] #181 DONE 0.1s [2024-08-12T04:58:03.873Z] [2024-08-12T04:58:03.873Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T04:58:04.138Z] #35 ... [2024-08-12T04:58:04.138Z] [2024-08-12T04:58:04.138Z] #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:58:04.138Z] #182 DONE 0.1s [2024-08-12T04:58:04.138Z] [2024-08-12T04:58:04.138Z] #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-12T04:58:04.403Z] #183 DONE 0.2s [2024-08-12T04:58:04.403Z] [2024-08-12T04:58:04.403Z] #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-12T04:58:04.684Z] #184 DONE 0.2s [2024-08-12T04:58:04.684Z] [2024-08-12T04:58:04.684Z] #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-12T04:58:04.684Z] #185 DONE 0.2s [2024-08-12T04:58:04.962Z] [2024-08-12T04:58:04.962Z] #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:58:06.908Z] #186 DONE 1.9s [2024-08-12T04:58:06.908Z] [2024-08-12T04:58:06.908Z] #111 [security-secretstore-setup] exporting to image [2024-08-12T04:58:07.863Z] #111 exporting layers 1.2s done [2024-08-12T04:58:07.863Z] #111 writing image sha256:38861e725ce147461018c33fdb5c644be2b09802778f2cfc216435d596374166 done [2024-08-12T04:58:07.863Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-08-12T04:58:07.863Z] #111 DONE 7.3s [2024-08-12T04:58:07.863Z] [2024-08-12T04:58:07.863Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T04:59:04.276Z] #155 ... [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-12T04:59:04.276Z] #148 DONE 1235.5s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T04:59:04.276Z] #154 ... [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T04:59:04.276Z] #187 DONE 0.1s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #68 [core-keeper internal] load build context [2024-08-12T04:59:04.276Z] #68 ... [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-12T04:59:04.276Z] #188 DONE 0.1s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-12T04:59:04.276Z] #189 DONE 0.2s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-12T04:59:04.276Z] #190 DONE 0.1s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-12T04:59:04.276Z] #191 DONE 0.1s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T04:59:04.276Z] #192 DONE 1.8s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #111 [core-common-config-bootstrapper] exporting to image [2024-08-12T04:59:04.276Z] #111 exporting layers [2024-08-12T04:59:04.276Z] #111 exporting layers 0.6s done [2024-08-12T04:59:04.276Z] #111 writing image sha256:b8012c740927005f29ad9978d682d4d3f7fde59d11427a957da83badbd22c5f0 0.0s done [2024-08-12T04:59:04.276Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-12T04:59:04.276Z] #111 DONE 7.9s [2024-08-12T04:59:04.276Z] [2024-08-12T04:59:04.276Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-12T05:01:12.693Z] #151 ... [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-12T05:01:12.693Z] #149 DONE 1363.1s [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T05:01:12.693Z] #155 ... [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:01:12.693Z] #193 DONE 0.2s [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:01:12.693Z] #194 DONE 0.1s [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-12T05:01:12.693Z] #195 DONE 0.3s [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:01:12.693Z] #196 DONE 0.1s [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-12T05:01:12.693Z] #156 ... [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #111 [security-spiffe-token-provider] exporting to image [2024-08-12T05:01:12.693Z] #111 exporting layers [2024-08-12T05:01:12.693Z] #111 exporting layers 0.6s done [2024-08-12T05:01:12.693Z] #111 writing image sha256:bcc7b9bf15eef617b070fde5efb00e62b3eacd6eb40a6428fbc0039626f2ea28 done [2024-08-12T05:01:12.693Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-08-12T05:01:12.693Z] #111 DONE 8.5s [2024-08-12T05:01:12.693Z] [2024-08-12T05:01:12.693Z] #68 [core-keeper internal] load build context [2024-08-12T05:09:04.723Z] #68 ... [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-12T05:09:04.723Z] #147 DONE 1832.0s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #68 [core-keeper internal] load build context [2024-08-12T05:09:04.723Z] #68 ... [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:09:04.723Z] #197 DONE 0.2s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:09:04.723Z] #198 DONE 0.1s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-12T05:09:04.723Z] #61 ... [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-12T05:09:04.723Z] #199 DONE 0.4s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:09:04.723Z] #200 DONE 0.1s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-12T05:09:04.723Z] #201 DONE 0.1s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-12T05:09:04.723Z] #202 DONE 2.0s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #111 [security-proxy-auth] exporting to image [2024-08-12T05:09:04.723Z] #111 exporting layers [2024-08-12T05:09:04.723Z] #111 exporting layers 0.8s done [2024-08-12T05:09:04.723Z] #111 writing image sha256:6358906f962773849cbc867e374ab292e51b772d3253b27a3b8fe7673310ab10 done [2024-08-12T05:09:04.723Z] #111 naming to docker.io/library/security-proxy-auth-arm64 [2024-08-12T05:09:04.723Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-12T05:09:04.723Z] #111 DONE 9.3s [2024-08-12T05:09:04.723Z] [2024-08-12T05:09:04.723Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-12T05:10:01.081Z] #150 ... [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-12T05:10:01.081Z] #156 DONE 1896.1s [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T05:10:01.081Z] #155 ... [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:10:01.081Z] #203 DONE 0.3s [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:10:01.081Z] #204 DONE 0.3s [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-12T05:10:01.081Z] #205 DONE 0.4s [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:10:01.081Z] #206 DONE 0.1s [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T05:10:01.081Z] #154 ... [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #111 [core-command] exporting to image [2024-08-12T05:10:01.081Z] #111 exporting layers [2024-08-12T05:10:01.081Z] #111 exporting layers 0.5s done [2024-08-12T05:10:01.081Z] #111 writing image sha256:5d60778c10c39572d8e3b9334a0d146300246975b0c0d3b71585bb7e991362ff done [2024-08-12T05:10:01.081Z] #111 naming to docker.io/library/core-command-arm64 done [2024-08-12T05:10:01.081Z] #111 DONE 9.7s [2024-08-12T05:10:01.081Z] [2024-08-12T05:10:01.081Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T05:12:07.734Z] #155 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-12T05:12:07.734Z] #151 DONE 2018.3s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:07.734Z] #68 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:12:07.734Z] #207 DONE 0.3s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:12:07.734Z] #208 DONE 0.2s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:07.734Z] #68 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-12T05:12:07.734Z] #209 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-12T05:12:07.734Z] #150 DONE 2019.6s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T05:12:07.734Z] #155 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-12T05:12:07.734Z] #209 DONE 1.0s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:12:07.734Z] #210 DONE 0.2s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #111 [core-data] exporting to image [2024-08-12T05:12:07.734Z] #111 exporting layers [2024-08-12T05:12:07.734Z] #111 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:12:07.734Z] #211 DONE 0.4s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-12T05:12:07.734Z] #212 ... [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #111 [core-data] exporting to image [2024-08-12T05:12:07.734Z] #111 exporting layers 0.9s done [2024-08-12T05:12:07.734Z] #111 writing image sha256:71cad5b59e40b234343edd656d8d0f7036291fdf2b2973238ac779938c953b2e done [2024-08-12T05:12:07.734Z] #111 naming to docker.io/library/core-data-arm64 0.0s done [2024-08-12T05:12:07.734Z] #111 DONE 10.7s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-12T05:12:07.734Z] #212 DONE 0.8s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:12:07.734Z] #213 DONE 0.1s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #111 [core-keeper] exporting to image [2024-08-12T05:12:07.734Z] #111 exporting layers 0.5s done [2024-08-12T05:12:07.734Z] #111 writing image sha256:bf8ee559fca244997e3e6b6d2ab364b172134beef1f7cbf63b708579db34916e done [2024-08-12T05:12:07.734Z] #111 naming to docker.io/library/core-keeper-arm64 done [2024-08-12T05:12:07.734Z] #111 DONE 11.2s [2024-08-12T05:12:07.734Z] [2024-08-12T05:12:07.734Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:09.154Z] #68 ... [2024-08-12T05:12:09.154Z] [2024-08-12T05:12:09.154Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-12T05:12:09.154Z] #155 DONE 2026.9s [2024-08-12T05:12:09.154Z] [2024-08-12T05:12:09.154Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:09.427Z] #68 ... [2024-08-12T05:12:09.427Z] [2024-08-12T05:12:09.427Z] #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:12:09.427Z] #214 DONE 0.1s [2024-08-12T05:12:09.427Z] [2024-08-12T05:12:09.427Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T05:12:09.706Z] #154 ... [2024-08-12T05:12:09.706Z] [2024-08-12T05:12:09.706Z] #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:12:09.706Z] #215 DONE 0.1s [2024-08-12T05:12:09.973Z] [2024-08-12T05:12:09.973Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-12T05:12:10.241Z] #216 DONE 0.4s [2024-08-12T05:12:10.241Z] [2024-08-12T05:12:10.241Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:10.241Z] #68 ... [2024-08-12T05:12:10.241Z] [2024-08-12T05:12:10.241Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:12:10.241Z] #217 DONE 0.1s [2024-08-12T05:12:10.507Z] [2024-08-12T05:12:10.507Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-12T05:12:10.507Z] #218 DONE 0.1s [2024-08-12T05:12:10.507Z] [2024-08-12T05:12:10.507Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:10.507Z] #68 ... [2024-08-12T05:12:10.507Z] [2024-08-12T05:12:10.507Z] #111 [core-metadata] exporting to image [2024-08-12T05:12:10.507Z] #111 exporting layers [2024-08-12T05:12:11.089Z] #111 exporting layers 0.5s done [2024-08-12T05:12:11.089Z] #111 writing image sha256:c03ccbd03606429b33f24a67659c9ef834cd4769ed1f0956d84c1d4a42dbdaa5 done [2024-08-12T05:12:11.089Z] #111 naming to docker.io/library/core-metadata-arm64 done [2024-08-12T05:12:11.089Z] #111 DONE 11.8s [2024-08-12T05:12:11.089Z] [2024-08-12T05:12:11.089Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-12T05:12:43.304Z] #154 DONE 2056.0s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T05:12:43.304Z] #127 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #219 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:12:43.304Z] #219 DONE 0.1s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T05:12:43.304Z] #35 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #220 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:12:43.304Z] #220 DONE 0.1s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #221 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-12T05:12:43.304Z] #221 DONE 0.5s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:12:43.304Z] #222 DONE 0.2s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #111 [support-notifications] exporting to image [2024-08-12T05:12:43.304Z] #111 exporting layers [2024-08-12T05:12:43.304Z] #111 exporting layers 0.6s done [2024-08-12T05:12:43.304Z] #111 writing image sha256:903d7192aa74d1e2d4bf4799eabefad75ecf5db7b53899648c0ba42bd9a743de done [2024-08-12T05:12:43.304Z] #111 naming to docker.io/library/support-notifications-arm64 done [2024-08-12T05:12:43.304Z] #111 DONE 12.4s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:43.304Z] #68 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-12T05:12:43.304Z] #152 DONE 2058.4s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:43.304Z] #68 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #223 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:12:43.304Z] #223 DONE 0.1s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:12:43.304Z] #224 DONE 0.1s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-12T05:12:43.304Z] #127 DONE 2059.0s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T05:12:43.304Z] #35 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-12T05:12:43.304Z] #225 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-12T05:12:43.304Z] #226 DONE 0.1s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-12T05:12:43.304Z] #227 DONE 0.2s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-12T05:12:43.304Z] #225 DONE 0.5s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-12T05:12:43.304Z] #228 DONE 0.2s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #111 [support-scheduler] exporting to image [2024-08-12T05:12:43.304Z] #111 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #229 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-12T05:12:43.304Z] #229 DONE 0.5s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-12T05:12:43.304Z] #230 DONE 0.1s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-12T05:12:43.304Z] #35 ... [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #111 [support-scheduler] exporting to image [2024-08-12T05:12:43.304Z] #111 exporting layers 0.4s done [2024-08-12T05:12:43.304Z] #111 writing image sha256:04fb726bd77f3e018f05cfc1691b1425fb63c386fdaee7cca052308808c4c143 done [2024-08-12T05:12:43.304Z] #111 naming to docker.io/library/support-scheduler-arm64 0.0s done [2024-08-12T05:12:43.304Z] #111 exporting layers 0.5s done [2024-08-12T05:12:43.304Z] #111 writing image sha256:0112bc72cde1f385c71ff4a8f7620cb317e4a71c41bff5bd38ec88a5e428a919 done [2024-08-12T05:12:43.304Z] #111 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-12T05:12:43.304Z] #111 DONE 13.3s [2024-08-12T05:12:43.304Z] [2024-08-12T05:12:43.304Z] #68 [core-keeper internal] load build context [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-12T05:12:43.304Z] time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-12T05:12:43.323Z] $ docker stop --time=1 828e37889cecc6d17589521e289551bc149fc0fb176f31c8efe43c1046cd3ab1 [2024-08-12T05:12:44.935Z] $ docker rm -f --volumes 828e37889cecc6d17589521e289551bc149fc0fb176f31c8efe43c1046cd3ab1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-12T05:12:45.399Z] + docker images [2024-08-12T05:12:45.399Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-12T05:12:45.399Z] support-cron-scheduler-arm64 latest 0112bc72cde1 4 seconds ago 42.2MB [2024-08-12T05:12:45.399Z] support-scheduler-arm64 latest 04fb726bd77f 4 seconds ago 41.2MB [2024-08-12T05:12:45.399Z] support-notifications-arm64 latest 903d7192aa74 6 seconds ago 41.9MB [2024-08-12T05:12:45.399Z] core-metadata-arm64 latest c03ccbd03606 35 seconds ago 39.1MB [2024-08-12T05:12:45.399Z] core-keeper-arm64 latest bf8ee559fca2 42 seconds ago 38.9MB [2024-08-12T05:12:45.399Z] core-data-arm64 latest 71cad5b59e40 43 seconds ago 39MB [2024-08-12T05:12:45.399Z] core-command-arm64 latest 5d60778c10c3 2 minutes ago 35MB [2024-08-12T05:12:45.399Z] security-proxy-auth-arm64 latest 6358906f9627 3 minutes ago 32.6MB [2024-08-12T05:12:45.399Z] security-spiffe-token-provider-arm64 latest bcc7b9bf15ee 11 minutes ago 29MB [2024-08-12T05:12:45.399Z] core-common-config-bootstrapper-arm64 latest b8012c740927 13 minutes ago 15.3MB [2024-08-12T05:12:45.399Z] security-secretstore-setup-arm64 latest 38861e725ce1 14 minutes ago 36.4MB [2024-08-12T05:12:45.399Z] security-bootstrapper-arm64 latest b3eb8a41bfc6 14 minutes ago 18.9MB [2024-08-12T05:12:45.399Z] security-proxy-setup-arm64 latest 9dccdbf8a09e 14 minutes ago 26.1MB [2024-08-12T05:12:45.399Z] security-spire-agent-arm64 latest f210a17fd38c 35 minutes ago 174MB [2024-08-12T05:12:45.399Z] security-spire-config-arm64 latest 43a72a667bde 35 minutes ago 115MB [2024-08-12T05:12:45.399Z] security-spire-server-arm64 latest 4d0a448995f9 35 minutes ago 116MB [2024-08-12T05:12:45.399Z] ci-base-image-arm64 latest bbb3213e7a83 37 minutes ago 967MB [2024-08-12T05:12:45.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-08-12T05:12:45.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-12T05:12:45.550Z] provisioning config files... [2024-08-12T05:12:45.562Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config5773600505203917261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:12:45.901Z] ---> ****-login.sh [2024-08-12T05:12:45.901Z] nexus3.edgexfoundry.org:10001 [2024-08-12T05:12:45.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T05:12:46.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T05:12:46.485Z] Configure a credential helper to remove this warning. See [2024-08-12T05:12:46.485Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T05:12:46.485Z] [2024-08-12T05:12:46.485Z] Login Succeeded [2024-08-12T05:12:46.485Z] nexus3.edgexfoundry.org:10002 [2024-08-12T05:12:46.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T05:12:46.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T05:12:46.750Z] Configure a credential helper to remove this warning. See [2024-08-12T05:12:46.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T05:12:46.750Z] [2024-08-12T05:12:46.750Z] Login Succeeded [2024-08-12T05:12:46.750Z] nexus3.edgexfoundry.org:10003 [2024-08-12T05:12:47.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T05:12:47.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T05:12:47.014Z] Configure a credential helper to remove this warning. See [2024-08-12T05:12:47.014Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T05:12:47.014Z] [2024-08-12T05:12:47.014Z] Login Succeeded [2024-08-12T05:12:47.014Z] nexus3.edgexfoundry.org:10004 [2024-08-12T05:12:47.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T05:12:47.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T05:12:47.278Z] Configure a credential helper to remove this warning. See [2024-08-12T05:12:47.278Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T05:12:47.278Z] [2024-08-12T05:12:47.278Z] Login Succeeded [2024-08-12T05:12:47.543Z] ****.io [2024-08-12T05:12:47.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-12T05:12:47.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-12T05:12:47.807Z] Configure a credential helper to remove this warning. See [2024-08-12T05:12:47.807Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-12T05:12:47.807Z] [2024-08-12T05:12:47.807Z] Login Succeeded [2024-08-12T05:12:47.807Z] ---> ****-login.sh ends [Pipeline] } [2024-08-12T05:12:47.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:12:47.864Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-12T05:12:47.897Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-12T05:12:47.897Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:12:47.897Z] latest [2024-08-12T05:12:47.897Z] 3.2.0-dev.50 [2024-08-12T05:12:47.897Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:12:47.897Z] main [2024-08-12T05:12:47.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:48.262Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:48.606Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:12:48.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-12T05:12:48.606Z] 95e7e0088705: Preparing [2024-08-12T05:12:48.606Z] 6418cc7dff65: Preparing [2024-08-12T05:12:48.606Z] cb6823dd3a41: Preparing [2024-08-12T05:12:48.606Z] 739f2803e015: Preparing [2024-08-12T05:12:48.606Z] 049a1211a11e: Preparing [2024-08-12T05:12:48.606Z] dc1536ae9f2e: Preparing [2024-08-12T05:12:48.606Z] 3c20671a5817: Preparing [2024-08-12T05:12:48.606Z] dc1536ae9f2e: Waiting [2024-08-12T05:12:48.606Z] 3c20671a5817: Waiting [2024-08-12T05:12:48.869Z] 049a1211a11e: Pushed [2024-08-12T05:12:48.869Z] cb6823dd3a41: Pushed [2024-08-12T05:12:48.869Z] 95e7e0088705: Pushed [2024-08-12T05:12:48.869Z] 739f2803e015: Pushed [2024-08-12T05:12:48.869Z] 3c20671a5817: Layer already exists [2024-08-12T05:12:48.869Z] dc1536ae9f2e: Pushed [2024-08-12T05:12:55.483Z] 6418cc7dff65: Pushed [2024-08-12T05:12:55.483Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:55.829Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:56.175Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-12T05:12:56.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-12T05:12:56.175Z] 95e7e0088705: Preparing [2024-08-12T05:12:56.175Z] 6418cc7dff65: Preparing [2024-08-12T05:12:56.175Z] cb6823dd3a41: Preparing [2024-08-12T05:12:56.175Z] 739f2803e015: Preparing [2024-08-12T05:12:56.175Z] 049a1211a11e: Preparing [2024-08-12T05:12:56.175Z] dc1536ae9f2e: Preparing [2024-08-12T05:12:56.175Z] 3c20671a5817: Preparing [2024-08-12T05:12:56.175Z] dc1536ae9f2e: Waiting [2024-08-12T05:12:56.175Z] 6418cc7dff65: Layer already exists [2024-08-12T05:12:56.175Z] cb6823dd3a41: Layer already exists [2024-08-12T05:12:56.175Z] 739f2803e015: Layer already exists [2024-08-12T05:12:56.175Z] 95e7e0088705: Layer already exists [2024-08-12T05:12:56.175Z] 049a1211a11e: Layer already exists [2024-08-12T05:12:56.175Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:12:56.175Z] 3c20671a5817: Layer already exists [2024-08-12T05:12:56.441Z] latest: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:56.885Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:57.227Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.50 [2024-08-12T05:12:57.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-12T05:12:57.227Z] 95e7e0088705: Preparing [2024-08-12T05:12:57.227Z] 6418cc7dff65: Preparing [2024-08-12T05:12:57.227Z] cb6823dd3a41: Preparing [2024-08-12T05:12:57.227Z] 739f2803e015: Preparing [2024-08-12T05:12:57.227Z] 049a1211a11e: Preparing [2024-08-12T05:12:57.227Z] dc1536ae9f2e: Preparing [2024-08-12T05:12:57.227Z] 3c20671a5817: Preparing [2024-08-12T05:12:57.227Z] dc1536ae9f2e: Waiting [2024-08-12T05:12:57.227Z] 3c20671a5817: Waiting [2024-08-12T05:12:57.227Z] 95e7e0088705: Layer already exists [2024-08-12T05:12:57.227Z] 6418cc7dff65: Layer already exists [2024-08-12T05:12:57.227Z] cb6823dd3a41: Layer already exists [2024-08-12T05:12:57.227Z] 739f2803e015: Layer already exists [2024-08-12T05:12:57.227Z] 049a1211a11e: Layer already exists [2024-08-12T05:12:57.227Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:12:57.227Z] 3c20671a5817: Layer already exists [2024-08-12T05:12:57.490Z] 3.2.0-dev.50: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:57.837Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:58.186Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:12:58.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-12T05:12:58.186Z] 95e7e0088705: Preparing [2024-08-12T05:12:58.186Z] 6418cc7dff65: Preparing [2024-08-12T05:12:58.186Z] cb6823dd3a41: Preparing [2024-08-12T05:12:58.186Z] 739f2803e015: Preparing [2024-08-12T05:12:58.186Z] 049a1211a11e: Preparing [2024-08-12T05:12:58.186Z] dc1536ae9f2e: Preparing [2024-08-12T05:12:58.186Z] 3c20671a5817: Preparing [2024-08-12T05:12:58.186Z] dc1536ae9f2e: Waiting [2024-08-12T05:12:58.186Z] 3c20671a5817: Waiting [2024-08-12T05:12:58.186Z] 95e7e0088705: Layer already exists [2024-08-12T05:12:58.186Z] cb6823dd3a41: Layer already exists [2024-08-12T05:12:58.186Z] 6418cc7dff65: Layer already exists [2024-08-12T05:12:58.186Z] 739f2803e015: Layer already exists [2024-08-12T05:12:58.186Z] 049a1211a11e: Layer already exists [2024-08-12T05:12:58.186Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:12:58.186Z] 3c20671a5817: Layer already exists [2024-08-12T05:12:58.450Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:58.802Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:59.149Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-12T05:12:59.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-12T05:12:59.149Z] 95e7e0088705: Preparing [2024-08-12T05:12:59.149Z] 6418cc7dff65: Preparing [2024-08-12T05:12:59.149Z] cb6823dd3a41: Preparing [2024-08-12T05:12:59.149Z] 739f2803e015: Preparing [2024-08-12T05:12:59.149Z] 049a1211a11e: Preparing [2024-08-12T05:12:59.149Z] dc1536ae9f2e: Preparing [2024-08-12T05:12:59.149Z] 3c20671a5817: Preparing [2024-08-12T05:12:59.149Z] dc1536ae9f2e: Waiting [2024-08-12T05:12:59.149Z] 3c20671a5817: Waiting [2024-08-12T05:12:59.149Z] 95e7e0088705: Layer already exists [2024-08-12T05:12:59.149Z] 049a1211a11e: Layer already exists [2024-08-12T05:12:59.149Z] cb6823dd3a41: Layer already exists [2024-08-12T05:12:59.149Z] 739f2803e015: Layer already exists [2024-08-12T05:12:59.149Z] 6418cc7dff65: Layer already exists [2024-08-12T05:12:59.149Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:12:59.149Z] 3c20671a5817: Layer already exists [2024-08-12T05:12:59.413Z] main: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:12:59.498Z] ===================================================== [Pipeline] echo [2024-08-12T05:12:59.512Z] taggedImages: [2024-08-12T05:12:59.512Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:12:59.512Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-12T05:12:59.512Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.50 [2024-08-12T05:12:59.512Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:12:59.512Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-12T05:12:59.537Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-12T05:12:59.538Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:12:59.538Z] latest [2024-08-12T05:12:59.538Z] 3.2.0-dev.50 [2024-08-12T05:12:59.538Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:12:59.538Z] main [2024-08-12T05:12:59.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:12:59.965Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:00.367Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:00.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-12T05:13:00.367Z] c29134faa74b: Preparing [2024-08-12T05:13:00.367Z] 47da5ca80a38: Preparing [2024-08-12T05:13:00.367Z] 5a7362d6ae9e: Preparing [2024-08-12T05:13:00.367Z] ed1ad6a1785d: Preparing [2024-08-12T05:13:00.367Z] cb6823dd3a41: Preparing [2024-08-12T05:13:00.367Z] 739f2803e015: Preparing [2024-08-12T05:13:00.367Z] 049a1211a11e: Preparing [2024-08-12T05:13:00.367Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:00.367Z] 3c20671a5817: Preparing [2024-08-12T05:13:00.367Z] 739f2803e015: Waiting [2024-08-12T05:13:00.367Z] 049a1211a11e: Waiting [2024-08-12T05:13:00.367Z] 3c20671a5817: Waiting [2024-08-12T05:13:00.367Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:00.367Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:00.635Z] 739f2803e015: Layer already exists [2024-08-12T05:13:00.635Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:00.635Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:00.635Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:00.635Z] 47da5ca80a38: Pushed [2024-08-12T05:13:00.635Z] 5a7362d6ae9e: Pushed [2024-08-12T05:13:00.635Z] c29134faa74b: Pushed [2024-08-12T05:13:02.613Z] ed1ad6a1785d: Pushed [2024-08-12T05:13:02.613Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:02.972Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:03.347Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-12T05:13:03.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-12T05:13:03.347Z] c29134faa74b: Preparing [2024-08-12T05:13:03.347Z] 47da5ca80a38: Preparing [2024-08-12T05:13:03.347Z] 5a7362d6ae9e: Preparing [2024-08-12T05:13:03.347Z] ed1ad6a1785d: Preparing [2024-08-12T05:13:03.347Z] cb6823dd3a41: Preparing [2024-08-12T05:13:03.347Z] 739f2803e015: Preparing [2024-08-12T05:13:03.347Z] 049a1211a11e: Preparing [2024-08-12T05:13:03.347Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:03.347Z] 3c20671a5817: Preparing [2024-08-12T05:13:03.347Z] 049a1211a11e: Waiting [2024-08-12T05:13:03.347Z] 739f2803e015: Waiting [2024-08-12T05:13:03.347Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:03.347Z] 3c20671a5817: Waiting [2024-08-12T05:13:03.347Z] c29134faa74b: Layer already exists [2024-08-12T05:13:03.347Z] 5a7362d6ae9e: Layer already exists [2024-08-12T05:13:03.347Z] ed1ad6a1785d: Layer already exists [2024-08-12T05:13:03.347Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:03.347Z] 47da5ca80a38: Layer already exists [2024-08-12T05:13:03.347Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:03.347Z] 739f2803e015: Layer already exists [2024-08-12T05:13:03.347Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:03.347Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:03.347Z] latest: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:03.962Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:04.319Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.50 [2024-08-12T05:13:04.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-12T05:13:04.319Z] c29134faa74b: Preparing [2024-08-12T05:13:04.319Z] 47da5ca80a38: Preparing [2024-08-12T05:13:04.319Z] 5a7362d6ae9e: Preparing [2024-08-12T05:13:04.319Z] ed1ad6a1785d: Preparing [2024-08-12T05:13:04.319Z] cb6823dd3a41: Preparing [2024-08-12T05:13:04.319Z] 739f2803e015: Preparing [2024-08-12T05:13:04.319Z] 049a1211a11e: Preparing [2024-08-12T05:13:04.319Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:04.319Z] 3c20671a5817: Preparing [2024-08-12T05:13:04.319Z] 739f2803e015: Waiting [2024-08-12T05:13:04.319Z] 3c20671a5817: Waiting [2024-08-12T05:13:04.319Z] 049a1211a11e: Waiting [2024-08-12T05:13:04.319Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:04.319Z] 47da5ca80a38: Layer already exists [2024-08-12T05:13:04.319Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:04.319Z] ed1ad6a1785d: Layer already exists [2024-08-12T05:13:04.319Z] c29134faa74b: Layer already exists [2024-08-12T05:13:04.319Z] 5a7362d6ae9e: Layer already exists [2024-08-12T05:13:04.319Z] 739f2803e015: Layer already exists [2024-08-12T05:13:04.319Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:04.319Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:04.319Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:04.319Z] 3.2.0-dev.50: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:04.665Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:05.009Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:05.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-12T05:13:05.009Z] c29134faa74b: Preparing [2024-08-12T05:13:05.009Z] 47da5ca80a38: Preparing [2024-08-12T05:13:05.009Z] 5a7362d6ae9e: Preparing [2024-08-12T05:13:05.009Z] ed1ad6a1785d: Preparing [2024-08-12T05:13:05.009Z] cb6823dd3a41: Preparing [2024-08-12T05:13:05.009Z] 739f2803e015: Preparing [2024-08-12T05:13:05.009Z] 049a1211a11e: Preparing [2024-08-12T05:13:05.009Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:05.009Z] 3c20671a5817: Preparing [2024-08-12T05:13:05.009Z] 049a1211a11e: Waiting [2024-08-12T05:13:05.009Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:05.009Z] 3c20671a5817: Waiting [2024-08-12T05:13:05.009Z] 739f2803e015: Waiting [2024-08-12T05:13:05.009Z] c29134faa74b: Layer already exists [2024-08-12T05:13:05.009Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:05.010Z] 5a7362d6ae9e: Layer already exists [2024-08-12T05:13:05.010Z] ed1ad6a1785d: Layer already exists [2024-08-12T05:13:05.010Z] 47da5ca80a38: Layer already exists [2024-08-12T05:13:05.010Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:05.010Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:05.010Z] 739f2803e015: Layer already exists [2024-08-12T05:13:05.010Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:05.273Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:05.625Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:05.965Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-12T05:13:05.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-12T05:13:05.965Z] c29134faa74b: Preparing [2024-08-12T05:13:05.965Z] 47da5ca80a38: Preparing [2024-08-12T05:13:05.965Z] 5a7362d6ae9e: Preparing [2024-08-12T05:13:05.965Z] ed1ad6a1785d: Preparing [2024-08-12T05:13:05.965Z] cb6823dd3a41: Preparing [2024-08-12T05:13:05.965Z] 739f2803e015: Preparing [2024-08-12T05:13:05.965Z] 049a1211a11e: Preparing [2024-08-12T05:13:05.965Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:05.965Z] 3c20671a5817: Preparing [2024-08-12T05:13:05.965Z] 049a1211a11e: Waiting [2024-08-12T05:13:05.965Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:05.965Z] 3c20671a5817: Waiting [2024-08-12T05:13:05.965Z] 739f2803e015: Waiting [2024-08-12T05:13:05.965Z] 5a7362d6ae9e: Layer already exists [2024-08-12T05:13:05.965Z] c29134faa74b: Layer already exists [2024-08-12T05:13:05.965Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:05.965Z] ed1ad6a1785d: Layer already exists [2024-08-12T05:13:05.965Z] 47da5ca80a38: Layer already exists [2024-08-12T05:13:05.965Z] 739f2803e015: Layer already exists [2024-08-12T05:13:05.965Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:05.965Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:05.965Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:05.965Z] main: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:13:06.315Z] ===================================================== [Pipeline] echo [2024-08-12T05:13:06.329Z] taggedImages: [2024-08-12T05:13:06.329Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:06.329Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-12T05:13:06.329Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.50 [2024-08-12T05:13:06.329Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:06.329Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-12T05:13:06.354Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-12T05:13:06.354Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:06.354Z] latest [2024-08-12T05:13:06.354Z] 3.2.0-dev.50 [2024-08-12T05:13:06.354Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:06.354Z] main [2024-08-12T05:13:06.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:06.709Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:07.046Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:07.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-12T05:13:07.046Z] f012310e15f8: Preparing [2024-08-12T05:13:07.046Z] d83e4da95666: Preparing [2024-08-12T05:13:07.046Z] cb6823dd3a41: Preparing [2024-08-12T05:13:07.046Z] 739f2803e015: Preparing [2024-08-12T05:13:07.046Z] 015c8cd71525: Preparing [2024-08-12T05:13:07.046Z] 82c72fd14a97: Preparing [2024-08-12T05:13:07.046Z] 3c20671a5817: Preparing [2024-08-12T05:13:07.046Z] 82c72fd14a97: Waiting [2024-08-12T05:13:07.046Z] 3c20671a5817: Waiting [2024-08-12T05:13:07.046Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:07.311Z] 739f2803e015: Layer already exists [2024-08-12T05:13:07.311Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:07.311Z] f012310e15f8: Pushed [2024-08-12T05:13:07.311Z] 015c8cd71525: Pushed [2024-08-12T05:13:07.311Z] 82c72fd14a97: Pushed [2024-08-12T05:13:13.926Z] d83e4da95666: Pushed [2024-08-12T05:13:13.926Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:14.279Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:14.624Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-12T05:13:14.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-12T05:13:14.624Z] f012310e15f8: Preparing [2024-08-12T05:13:14.624Z] d83e4da95666: Preparing [2024-08-12T05:13:14.624Z] cb6823dd3a41: Preparing [2024-08-12T05:13:14.624Z] 739f2803e015: Preparing [2024-08-12T05:13:14.624Z] 015c8cd71525: Preparing [2024-08-12T05:13:14.624Z] 82c72fd14a97: Preparing [2024-08-12T05:13:14.624Z] 3c20671a5817: Preparing [2024-08-12T05:13:14.624Z] 82c72fd14a97: Waiting [2024-08-12T05:13:14.624Z] 3c20671a5817: Waiting [2024-08-12T05:13:14.624Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:14.624Z] 015c8cd71525: Layer already exists [2024-08-12T05:13:14.624Z] d83e4da95666: Layer already exists [2024-08-12T05:13:14.624Z] f012310e15f8: Layer already exists [2024-08-12T05:13:14.624Z] 739f2803e015: Layer already exists [2024-08-12T05:13:14.624Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:14.624Z] 82c72fd14a97: Layer already exists [2024-08-12T05:13:14.889Z] latest: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:15.244Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:15.592Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.50 [2024-08-12T05:13:15.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-12T05:13:15.592Z] f012310e15f8: Preparing [2024-08-12T05:13:15.592Z] d83e4da95666: Preparing [2024-08-12T05:13:15.592Z] cb6823dd3a41: Preparing [2024-08-12T05:13:15.592Z] 739f2803e015: Preparing [2024-08-12T05:13:15.592Z] 015c8cd71525: Preparing [2024-08-12T05:13:15.592Z] 82c72fd14a97: Preparing [2024-08-12T05:13:15.592Z] 3c20671a5817: Preparing [2024-08-12T05:13:15.592Z] 82c72fd14a97: Waiting [2024-08-12T05:13:15.592Z] 3c20671a5817: Waiting [2024-08-12T05:13:15.592Z] 739f2803e015: Layer already exists [2024-08-12T05:13:15.592Z] 015c8cd71525: Layer already exists [2024-08-12T05:13:15.592Z] d83e4da95666: Layer already exists [2024-08-12T05:13:15.592Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:15.592Z] f012310e15f8: Layer already exists [2024-08-12T05:13:15.592Z] 82c72fd14a97: Layer already exists [2024-08-12T05:13:15.592Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:15.592Z] 3.2.0-dev.50: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:16.221Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:16.575Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:16.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-12T05:13:16.575Z] f012310e15f8: Preparing [2024-08-12T05:13:16.575Z] d83e4da95666: Preparing [2024-08-12T05:13:16.575Z] cb6823dd3a41: Preparing [2024-08-12T05:13:16.575Z] 739f2803e015: Preparing [2024-08-12T05:13:16.575Z] 015c8cd71525: Preparing [2024-08-12T05:13:16.575Z] 82c72fd14a97: Preparing [2024-08-12T05:13:16.575Z] 3c20671a5817: Preparing [2024-08-12T05:13:16.575Z] 82c72fd14a97: Waiting [2024-08-12T05:13:16.575Z] 3c20671a5817: Waiting [2024-08-12T05:13:16.575Z] f012310e15f8: Layer already exists [2024-08-12T05:13:16.575Z] 015c8cd71525: Layer already exists [2024-08-12T05:13:16.575Z] 739f2803e015: Layer already exists [2024-08-12T05:13:16.575Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:16.575Z] d83e4da95666: Layer already exists [2024-08-12T05:13:16.575Z] 82c72fd14a97: Layer already exists [2024-08-12T05:13:16.575Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:16.575Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:17.201Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:17.561Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-12T05:13:17.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-12T05:13:17.561Z] f012310e15f8: Preparing [2024-08-12T05:13:17.561Z] d83e4da95666: Preparing [2024-08-12T05:13:17.561Z] cb6823dd3a41: Preparing [2024-08-12T05:13:17.561Z] 739f2803e015: Preparing [2024-08-12T05:13:17.561Z] 015c8cd71525: Preparing [2024-08-12T05:13:17.561Z] 82c72fd14a97: Preparing [2024-08-12T05:13:17.561Z] 3c20671a5817: Preparing [2024-08-12T05:13:17.561Z] 82c72fd14a97: Waiting [2024-08-12T05:13:17.561Z] 3c20671a5817: Waiting [2024-08-12T05:13:17.561Z] 015c8cd71525: Layer already exists [2024-08-12T05:13:17.561Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:17.561Z] d83e4da95666: Layer already exists [2024-08-12T05:13:17.561Z] f012310e15f8: Layer already exists [2024-08-12T05:13:17.561Z] 739f2803e015: Layer already exists [2024-08-12T05:13:17.561Z] 82c72fd14a97: Layer already exists [2024-08-12T05:13:17.561Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:17.561Z] main: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:13:17.921Z] ===================================================== [Pipeline] echo [2024-08-12T05:13:17.935Z] taggedImages: [2024-08-12T05:13:17.935Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:17.935Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-12T05:13:17.935Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.50 [2024-08-12T05:13:17.935Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:17.935Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-12T05:13:17.967Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-12T05:13:17.967Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:17.967Z] latest [2024-08-12T05:13:17.967Z] 3.2.0-dev.50 [2024-08-12T05:13:17.967Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:17.967Z] main [2024-08-12T05:13:17.967Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:18.335Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:18.700Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:18.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-12T05:13:18.700Z] b04e430b82d7: Preparing [2024-08-12T05:13:18.700Z] 2b093a6acb1d: Preparing [2024-08-12T05:13:18.700Z] 739f2803e015: Preparing [2024-08-12T05:13:18.700Z] 482cbf94f7b8: Preparing [2024-08-12T05:13:18.701Z] 08fa4444e986: Preparing [2024-08-12T05:13:18.701Z] 3c20671a5817: Preparing [2024-08-12T05:13:18.701Z] 739f2803e015: Layer already exists [2024-08-12T05:13:18.964Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:18.964Z] 08fa4444e986: Pushed [2024-08-12T05:13:18.964Z] 482cbf94f7b8: Pushed [2024-08-12T05:13:18.964Z] b04e430b82d7: Pushed [2024-08-12T05:13:25.575Z] 2b093a6acb1d: Pushed [2024-08-12T05:13:25.575Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:25.932Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:26.273Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-12T05:13:26.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-12T05:13:26.273Z] b04e430b82d7: Preparing [2024-08-12T05:13:26.273Z] 2b093a6acb1d: Preparing [2024-08-12T05:13:26.273Z] 739f2803e015: Preparing [2024-08-12T05:13:26.273Z] 482cbf94f7b8: Preparing [2024-08-12T05:13:26.273Z] 08fa4444e986: Preparing [2024-08-12T05:13:26.273Z] 3c20671a5817: Preparing [2024-08-12T05:13:26.273Z] 3c20671a5817: Waiting [2024-08-12T05:13:26.273Z] 482cbf94f7b8: Layer already exists [2024-08-12T05:13:26.273Z] b04e430b82d7: Layer already exists [2024-08-12T05:13:26.273Z] 08fa4444e986: Layer already exists [2024-08-12T05:13:26.273Z] 739f2803e015: Layer already exists [2024-08-12T05:13:26.273Z] 2b093a6acb1d: Layer already exists [2024-08-12T05:13:26.273Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:26.537Z] latest: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:26.883Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:27.236Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.50 [2024-08-12T05:13:27.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-12T05:13:27.236Z] b04e430b82d7: Preparing [2024-08-12T05:13:27.236Z] 2b093a6acb1d: Preparing [2024-08-12T05:13:27.236Z] 739f2803e015: Preparing [2024-08-12T05:13:27.236Z] 482cbf94f7b8: Preparing [2024-08-12T05:13:27.236Z] 08fa4444e986: Preparing [2024-08-12T05:13:27.236Z] 3c20671a5817: Preparing [2024-08-12T05:13:27.236Z] 3c20671a5817: Waiting [2024-08-12T05:13:27.236Z] 739f2803e015: Layer already exists [2024-08-12T05:13:27.236Z] 08fa4444e986: Layer already exists [2024-08-12T05:13:27.236Z] b04e430b82d7: Layer already exists [2024-08-12T05:13:27.236Z] 482cbf94f7b8: Layer already exists [2024-08-12T05:13:27.236Z] 2b093a6acb1d: Layer already exists [2024-08-12T05:13:27.236Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:27.236Z] 3.2.0-dev.50: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:27.855Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:28.197Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:28.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-12T05:13:28.197Z] b04e430b82d7: Preparing [2024-08-12T05:13:28.197Z] 2b093a6acb1d: Preparing [2024-08-12T05:13:28.197Z] 739f2803e015: Preparing [2024-08-12T05:13:28.197Z] 482cbf94f7b8: Preparing [2024-08-12T05:13:28.197Z] 08fa4444e986: Preparing [2024-08-12T05:13:28.197Z] 3c20671a5817: Preparing [2024-08-12T05:13:28.197Z] 3c20671a5817: Waiting [2024-08-12T05:13:28.197Z] 08fa4444e986: Layer already exists [2024-08-12T05:13:28.197Z] 482cbf94f7b8: Layer already exists [2024-08-12T05:13:28.197Z] 2b093a6acb1d: Layer already exists [2024-08-12T05:13:28.197Z] b04e430b82d7: Layer already exists [2024-08-12T05:13:28.197Z] 739f2803e015: Layer already exists [2024-08-12T05:13:28.197Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:28.461Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:28.807Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:29.155Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-12T05:13:29.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-12T05:13:29.155Z] b04e430b82d7: Preparing [2024-08-12T05:13:29.155Z] 2b093a6acb1d: Preparing [2024-08-12T05:13:29.155Z] 739f2803e015: Preparing [2024-08-12T05:13:29.155Z] 482cbf94f7b8: Preparing [2024-08-12T05:13:29.155Z] 08fa4444e986: Preparing [2024-08-12T05:13:29.155Z] 3c20671a5817: Preparing [2024-08-12T05:13:29.155Z] 3c20671a5817: Waiting [2024-08-12T05:13:29.155Z] 739f2803e015: Layer already exists [2024-08-12T05:13:29.155Z] 08fa4444e986: Layer already exists [2024-08-12T05:13:29.155Z] 482cbf94f7b8: Layer already exists [2024-08-12T05:13:29.155Z] 2b093a6acb1d: Layer already exists [2024-08-12T05:13:29.156Z] b04e430b82d7: Layer already exists [2024-08-12T05:13:29.156Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:29.419Z] main: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:13:29.493Z] ===================================================== [Pipeline] echo [2024-08-12T05:13:29.504Z] taggedImages: [2024-08-12T05:13:29.504Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:29.504Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-12T05:13:29.504Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.50 [2024-08-12T05:13:29.504Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:29.504Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-12T05:13:29.532Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-12T05:13:29.532Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:29.532Z] latest [2024-08-12T05:13:29.532Z] 3.2.0-dev.50 [2024-08-12T05:13:29.532Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:29.532Z] main [2024-08-12T05:13:29.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:29.887Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:30.227Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:30.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-12T05:13:30.227Z] 8b146cdaf01d: Preparing [2024-08-12T05:13:30.227Z] 5e8b42d2ce26: Preparing [2024-08-12T05:13:30.227Z] 5ccec06d8bc0: Preparing [2024-08-12T05:13:30.227Z] cb6823dd3a41: Preparing [2024-08-12T05:13:30.227Z] 739f2803e015: Preparing [2024-08-12T05:13:30.227Z] 049a1211a11e: Preparing [2024-08-12T05:13:30.227Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:30.227Z] 3c20671a5817: Preparing [2024-08-12T05:13:30.227Z] 049a1211a11e: Waiting [2024-08-12T05:13:30.227Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:30.227Z] 3c20671a5817: Waiting [2024-08-12T05:13:30.227Z] 739f2803e015: Layer already exists [2024-08-12T05:13:30.227Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:30.491Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:30.491Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:30.491Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:30.491Z] 8b146cdaf01d: Pushed [2024-08-12T05:13:30.491Z] 5e8b42d2ce26: Pushed [2024-08-12T05:13:37.110Z] 5ccec06d8bc0: Pushed [2024-08-12T05:13:37.110Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:37.463Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:37.810Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-12T05:13:37.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-12T05:13:37.810Z] 8b146cdaf01d: Preparing [2024-08-12T05:13:37.810Z] 5e8b42d2ce26: Preparing [2024-08-12T05:13:37.810Z] 5ccec06d8bc0: Preparing [2024-08-12T05:13:37.810Z] cb6823dd3a41: Preparing [2024-08-12T05:13:37.810Z] 739f2803e015: Preparing [2024-08-12T05:13:37.810Z] 049a1211a11e: Preparing [2024-08-12T05:13:37.810Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:37.810Z] 3c20671a5817: Preparing [2024-08-12T05:13:37.810Z] 049a1211a11e: Waiting [2024-08-12T05:13:37.810Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:37.810Z] 3c20671a5817: Waiting [2024-08-12T05:13:37.810Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:37.810Z] 5ccec06d8bc0: Layer already exists [2024-08-12T05:13:37.810Z] 8b146cdaf01d: Layer already exists [2024-08-12T05:13:37.810Z] 739f2803e015: Layer already exists [2024-08-12T05:13:37.810Z] 5e8b42d2ce26: Layer already exists [2024-08-12T05:13:37.810Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:37.810Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:37.810Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:38.075Z] latest: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:38.431Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:38.781Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.50 [2024-08-12T05:13:38.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-12T05:13:38.781Z] 8b146cdaf01d: Preparing [2024-08-12T05:13:38.781Z] 5e8b42d2ce26: Preparing [2024-08-12T05:13:38.781Z] 5ccec06d8bc0: Preparing [2024-08-12T05:13:38.781Z] cb6823dd3a41: Preparing [2024-08-12T05:13:38.781Z] 739f2803e015: Preparing [2024-08-12T05:13:38.781Z] 049a1211a11e: Preparing [2024-08-12T05:13:38.781Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:38.781Z] 3c20671a5817: Preparing [2024-08-12T05:13:38.781Z] 049a1211a11e: Waiting [2024-08-12T05:13:38.781Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:38.781Z] 3c20671a5817: Waiting [2024-08-12T05:13:38.781Z] 739f2803e015: Layer already exists [2024-08-12T05:13:38.781Z] 5e8b42d2ce26: Layer already exists [2024-08-12T05:13:38.781Z] 5ccec06d8bc0: Layer already exists [2024-08-12T05:13:38.781Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:38.781Z] 8b146cdaf01d: Layer already exists [2024-08-12T05:13:38.781Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:38.781Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:38.781Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:38.781Z] 3.2.0-dev.50: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:39.128Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:39.477Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:39.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-12T05:13:39.477Z] 8b146cdaf01d: Preparing [2024-08-12T05:13:39.477Z] 5e8b42d2ce26: Preparing [2024-08-12T05:13:39.477Z] 5ccec06d8bc0: Preparing [2024-08-12T05:13:39.477Z] cb6823dd3a41: Preparing [2024-08-12T05:13:39.477Z] 739f2803e015: Preparing [2024-08-12T05:13:39.477Z] 049a1211a11e: Preparing [2024-08-12T05:13:39.477Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:39.477Z] 3c20671a5817: Preparing [2024-08-12T05:13:39.477Z] 049a1211a11e: Waiting [2024-08-12T05:13:39.477Z] 3c20671a5817: Waiting [2024-08-12T05:13:39.477Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:39.477Z] 5ccec06d8bc0: Layer already exists [2024-08-12T05:13:39.477Z] 8b146cdaf01d: Layer already exists [2024-08-12T05:13:39.477Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:39.477Z] 5e8b42d2ce26: Layer already exists [2024-08-12T05:13:39.477Z] 739f2803e015: Layer already exists [2024-08-12T05:13:39.477Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:39.477Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:39.477Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:39.741Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:40.096Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:40.453Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-12T05:13:40.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-12T05:13:40.454Z] 8b146cdaf01d: Preparing [2024-08-12T05:13:40.454Z] 5e8b42d2ce26: Preparing [2024-08-12T05:13:40.454Z] 5ccec06d8bc0: Preparing [2024-08-12T05:13:40.454Z] cb6823dd3a41: Preparing [2024-08-12T05:13:40.454Z] 739f2803e015: Preparing [2024-08-12T05:13:40.454Z] 049a1211a11e: Preparing [2024-08-12T05:13:40.454Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:40.454Z] 3c20671a5817: Preparing [2024-08-12T05:13:40.454Z] 049a1211a11e: Waiting [2024-08-12T05:13:40.454Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:40.454Z] 3c20671a5817: Waiting [2024-08-12T05:13:40.454Z] 739f2803e015: Layer already exists [2024-08-12T05:13:40.454Z] 5ccec06d8bc0: Layer already exists [2024-08-12T05:13:40.454Z] 8b146cdaf01d: Layer already exists [2024-08-12T05:13:40.454Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:40.454Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:40.454Z] 5e8b42d2ce26: Layer already exists [2024-08-12T05:13:40.454Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:40.454Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:40.719Z] main: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:13:40.801Z] ===================================================== [Pipeline] echo [2024-08-12T05:13:40.822Z] taggedImages: [2024-08-12T05:13:40.822Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:40.822Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-12T05:13:40.822Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.50 [2024-08-12T05:13:40.822Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:40.822Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-12T05:13:40.850Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-12T05:13:40.850Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:40.850Z] latest [2024-08-12T05:13:40.850Z] 3.2.0-dev.50 [2024-08-12T05:13:40.850Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:40.850Z] main [2024-08-12T05:13:40.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:41.209Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:41.559Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:41.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-12T05:13:41.559Z] 686391be128f: Preparing [2024-08-12T05:13:41.559Z] 0cd721595144: Preparing [2024-08-12T05:13:41.559Z] bf54bf5cd9a6: Preparing [2024-08-12T05:13:41.559Z] 07878117f22e: Preparing [2024-08-12T05:13:41.559Z] 0ff4d40abc96: Preparing [2024-08-12T05:13:41.559Z] db9a5d3f5575: Preparing [2024-08-12T05:13:41.559Z] 3f438a78c575: Preparing [2024-08-12T05:13:41.559Z] 4cf79298803d: Preparing [2024-08-12T05:13:41.559Z] cb6823dd3a41: Preparing [2024-08-12T05:13:41.559Z] 739f2803e015: Preparing [2024-08-12T05:13:41.559Z] c55b67fc406d: Preparing [2024-08-12T05:13:41.559Z] 98c8d46cfba1: Preparing [2024-08-12T05:13:41.559Z] 5f70bf18a086: Preparing [2024-08-12T05:13:41.559Z] 661b61c45336: Preparing [2024-08-12T05:13:41.559Z] 1c65c99c2698: Preparing [2024-08-12T05:13:41.559Z] 19b17d7baa66: Preparing [2024-08-12T05:13:41.559Z] 3c20671a5817: Preparing [2024-08-12T05:13:41.559Z] db9a5d3f5575: Waiting [2024-08-12T05:13:41.559Z] 3f438a78c575: Waiting [2024-08-12T05:13:41.559Z] 4cf79298803d: Waiting [2024-08-12T05:13:41.559Z] cb6823dd3a41: Waiting [2024-08-12T05:13:41.559Z] 739f2803e015: Waiting [2024-08-12T05:13:41.559Z] c55b67fc406d: Waiting [2024-08-12T05:13:41.559Z] 98c8d46cfba1: Waiting [2024-08-12T05:13:41.559Z] 5f70bf18a086: Waiting [2024-08-12T05:13:41.559Z] 1c65c99c2698: Waiting [2024-08-12T05:13:41.559Z] 661b61c45336: Waiting [2024-08-12T05:13:41.559Z] 19b17d7baa66: Waiting [2024-08-12T05:13:41.559Z] 3c20671a5817: Waiting [2024-08-12T05:13:41.825Z] bf54bf5cd9a6: Pushed [2024-08-12T05:13:41.825Z] 0cd721595144: Pushed [2024-08-12T05:13:41.825Z] 686391be128f: Pushed [2024-08-12T05:13:41.825Z] 0ff4d40abc96: Pushed [2024-08-12T05:13:41.825Z] 07878117f22e: Pushed [2024-08-12T05:13:41.825Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:41.825Z] 739f2803e015: Layer already exists [2024-08-12T05:13:41.825Z] db9a5d3f5575: Pushed [2024-08-12T05:13:42.094Z] 3f438a78c575: Pushed [2024-08-12T05:13:42.094Z] 5f70bf18a086: Layer already exists [2024-08-12T05:13:42.094Z] 98c8d46cfba1: Pushed [2024-08-12T05:13:42.094Z] c55b67fc406d: Pushed [2024-08-12T05:13:42.094Z] 661b61c45336: Pushed [2024-08-12T05:13:42.094Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:42.094Z] 1c65c99c2698: Pushed [2024-08-12T05:13:42.360Z] 19b17d7baa66: Pushed [2024-08-12T05:13:44.930Z] 4cf79298803d: Pushed [2024-08-12T05:13:44.930Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:45.273Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:45.726Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-12T05:13:45.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-12T05:13:45.726Z] 686391be128f: Preparing [2024-08-12T05:13:45.726Z] 0cd721595144: Preparing [2024-08-12T05:13:45.726Z] bf54bf5cd9a6: Preparing [2024-08-12T05:13:45.726Z] 07878117f22e: Preparing [2024-08-12T05:13:45.726Z] 0ff4d40abc96: Preparing [2024-08-12T05:13:45.726Z] db9a5d3f5575: Preparing [2024-08-12T05:13:45.726Z] 3f438a78c575: Preparing [2024-08-12T05:13:45.726Z] 4cf79298803d: Preparing [2024-08-12T05:13:45.726Z] cb6823dd3a41: Preparing [2024-08-12T05:13:45.726Z] 739f2803e015: Preparing [2024-08-12T05:13:45.726Z] c55b67fc406d: Preparing [2024-08-12T05:13:45.726Z] 98c8d46cfba1: Preparing [2024-08-12T05:13:45.726Z] 5f70bf18a086: Preparing [2024-08-12T05:13:45.726Z] 661b61c45336: Preparing [2024-08-12T05:13:45.726Z] 1c65c99c2698: Preparing [2024-08-12T05:13:45.726Z] 19b17d7baa66: Preparing [2024-08-12T05:13:45.726Z] 3c20671a5817: Preparing [2024-08-12T05:13:45.726Z] cb6823dd3a41: Waiting [2024-08-12T05:13:45.726Z] 739f2803e015: Waiting [2024-08-12T05:13:45.726Z] c55b67fc406d: Waiting [2024-08-12T05:13:45.726Z] db9a5d3f5575: Waiting [2024-08-12T05:13:45.726Z] 3f438a78c575: Waiting [2024-08-12T05:13:45.726Z] 4cf79298803d: Waiting [2024-08-12T05:13:45.726Z] 98c8d46cfba1: Waiting [2024-08-12T05:13:45.726Z] 1c65c99c2698: Waiting [2024-08-12T05:13:45.726Z] 19b17d7baa66: Waiting [2024-08-12T05:13:45.726Z] 3c20671a5817: Waiting [2024-08-12T05:13:45.726Z] 5f70bf18a086: Waiting [2024-08-12T05:13:45.726Z] 661b61c45336: Waiting [2024-08-12T05:13:45.726Z] 0cd721595144: Layer already exists [2024-08-12T05:13:45.726Z] 07878117f22e: Layer already exists [2024-08-12T05:13:45.726Z] 0ff4d40abc96: Layer already exists [2024-08-12T05:13:45.726Z] bf54bf5cd9a6: Layer already exists [2024-08-12T05:13:45.726Z] 686391be128f: Layer already exists [2024-08-12T05:13:45.726Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:45.726Z] db9a5d3f5575: Layer already exists [2024-08-12T05:13:45.726Z] 3f438a78c575: Layer already exists [2024-08-12T05:13:45.726Z] 739f2803e015: Layer already exists [2024-08-12T05:13:45.726Z] 4cf79298803d: Layer already exists [2024-08-12T05:13:45.726Z] c55b67fc406d: Layer already exists [2024-08-12T05:13:45.726Z] 5f70bf18a086: Layer already exists [2024-08-12T05:13:45.726Z] 98c8d46cfba1: Layer already exists [2024-08-12T05:13:45.726Z] 661b61c45336: Layer already exists [2024-08-12T05:13:45.726Z] 1c65c99c2698: Layer already exists [2024-08-12T05:13:45.726Z] 19b17d7baa66: Layer already exists [2024-08-12T05:13:45.726Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:45.990Z] latest: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:46.338Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:46.682Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.50 [2024-08-12T05:13:46.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-12T05:13:46.682Z] 686391be128f: Preparing [2024-08-12T05:13:46.682Z] 0cd721595144: Preparing [2024-08-12T05:13:46.682Z] bf54bf5cd9a6: Preparing [2024-08-12T05:13:46.682Z] 07878117f22e: Preparing [2024-08-12T05:13:46.682Z] 0ff4d40abc96: Preparing [2024-08-12T05:13:46.682Z] db9a5d3f5575: Preparing [2024-08-12T05:13:46.682Z] 3f438a78c575: Preparing [2024-08-12T05:13:46.682Z] 4cf79298803d: Preparing [2024-08-12T05:13:46.682Z] cb6823dd3a41: Preparing [2024-08-12T05:13:46.682Z] 739f2803e015: Preparing [2024-08-12T05:13:46.682Z] c55b67fc406d: Preparing [2024-08-12T05:13:46.682Z] 98c8d46cfba1: Preparing [2024-08-12T05:13:46.682Z] 5f70bf18a086: Preparing [2024-08-12T05:13:46.682Z] 661b61c45336: Preparing [2024-08-12T05:13:46.682Z] 1c65c99c2698: Preparing [2024-08-12T05:13:46.682Z] 19b17d7baa66: Preparing [2024-08-12T05:13:46.682Z] 3c20671a5817: Preparing [2024-08-12T05:13:46.682Z] 739f2803e015: Waiting [2024-08-12T05:13:46.682Z] c55b67fc406d: Waiting [2024-08-12T05:13:46.682Z] 98c8d46cfba1: Waiting [2024-08-12T05:13:46.682Z] 5f70bf18a086: Waiting [2024-08-12T05:13:46.682Z] db9a5d3f5575: Waiting [2024-08-12T05:13:46.682Z] 3f438a78c575: Waiting [2024-08-12T05:13:46.682Z] 661b61c45336: Waiting [2024-08-12T05:13:46.682Z] 1c65c99c2698: Waiting [2024-08-12T05:13:46.682Z] 19b17d7baa66: Waiting [2024-08-12T05:13:46.682Z] 3c20671a5817: Waiting [2024-08-12T05:13:46.682Z] 4cf79298803d: Waiting [2024-08-12T05:13:46.682Z] bf54bf5cd9a6: Layer already exists [2024-08-12T05:13:46.682Z] 0cd721595144: Layer already exists [2024-08-12T05:13:46.682Z] 0ff4d40abc96: Layer already exists [2024-08-12T05:13:46.682Z] 686391be128f: Layer already exists [2024-08-12T05:13:46.682Z] 07878117f22e: Layer already exists [2024-08-12T05:13:46.682Z] db9a5d3f5575: Layer already exists [2024-08-12T05:13:46.682Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:46.682Z] 3f438a78c575: Layer already exists [2024-08-12T05:13:46.682Z] 739f2803e015: Layer already exists [2024-08-12T05:13:46.682Z] 4cf79298803d: Layer already exists [2024-08-12T05:13:46.682Z] 1c65c99c2698: Layer already exists [2024-08-12T05:13:46.682Z] c55b67fc406d: Layer already exists [2024-08-12T05:13:46.682Z] 98c8d46cfba1: Layer already exists [2024-08-12T05:13:46.682Z] 661b61c45336: Layer already exists [2024-08-12T05:13:46.682Z] 5f70bf18a086: Layer already exists [2024-08-12T05:13:46.682Z] 19b17d7baa66: Layer already exists [2024-08-12T05:13:46.682Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:46.945Z] 3.2.0-dev.50: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:47.289Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:47.638Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:47.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-12T05:13:47.639Z] 686391be128f: Preparing [2024-08-12T05:13:47.639Z] 0cd721595144: Preparing [2024-08-12T05:13:47.639Z] bf54bf5cd9a6: Preparing [2024-08-12T05:13:47.639Z] 07878117f22e: Preparing [2024-08-12T05:13:47.639Z] 0ff4d40abc96: Preparing [2024-08-12T05:13:47.639Z] db9a5d3f5575: Preparing [2024-08-12T05:13:47.639Z] db9a5d3f5575: Waiting [2024-08-12T05:13:47.639Z] 3f438a78c575: Preparing [2024-08-12T05:13:47.639Z] 4cf79298803d: Preparing [2024-08-12T05:13:47.639Z] 3f438a78c575: Waiting [2024-08-12T05:13:47.639Z] cb6823dd3a41: Preparing [2024-08-12T05:13:47.639Z] 4cf79298803d: Waiting [2024-08-12T05:13:47.639Z] 739f2803e015: Preparing [2024-08-12T05:13:47.639Z] c55b67fc406d: Preparing [2024-08-12T05:13:47.639Z] 98c8d46cfba1: Preparing [2024-08-12T05:13:47.639Z] cb6823dd3a41: Waiting [2024-08-12T05:13:47.639Z] 5f70bf18a086: Preparing [2024-08-12T05:13:47.639Z] 661b61c45336: Preparing [2024-08-12T05:13:47.639Z] 1c65c99c2698: Preparing [2024-08-12T05:13:47.639Z] 19b17d7baa66: Preparing [2024-08-12T05:13:47.639Z] 739f2803e015: Waiting [2024-08-12T05:13:47.639Z] 3c20671a5817: Preparing [2024-08-12T05:13:47.639Z] c55b67fc406d: Waiting [2024-08-12T05:13:47.639Z] 98c8d46cfba1: Waiting [2024-08-12T05:13:47.639Z] 5f70bf18a086: Waiting [2024-08-12T05:13:47.639Z] 19b17d7baa66: Waiting [2024-08-12T05:13:47.639Z] 661b61c45336: Waiting [2024-08-12T05:13:47.639Z] 3c20671a5817: Waiting [2024-08-12T05:13:47.639Z] 1c65c99c2698: Waiting [2024-08-12T05:13:47.639Z] 686391be128f: Layer already exists [2024-08-12T05:13:47.639Z] 07878117f22e: Layer already exists [2024-08-12T05:13:47.639Z] 0cd721595144: Layer already exists [2024-08-12T05:13:47.639Z] bf54bf5cd9a6: Layer already exists [2024-08-12T05:13:47.639Z] 0ff4d40abc96: Layer already exists [2024-08-12T05:13:47.639Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:47.639Z] 3f438a78c575: Layer already exists [2024-08-12T05:13:47.639Z] db9a5d3f5575: Layer already exists [2024-08-12T05:13:47.639Z] 4cf79298803d: Layer already exists [2024-08-12T05:13:47.639Z] 739f2803e015: Layer already exists [2024-08-12T05:13:47.639Z] 5f70bf18a086: Layer already exists [2024-08-12T05:13:47.639Z] c55b67fc406d: Layer already exists [2024-08-12T05:13:47.639Z] 98c8d46cfba1: Layer already exists [2024-08-12T05:13:47.639Z] 661b61c45336: Layer already exists [2024-08-12T05:13:47.639Z] 1c65c99c2698: Layer already exists [2024-08-12T05:13:47.639Z] 19b17d7baa66: Layer already exists [2024-08-12T05:13:47.639Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:47.904Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:48.257Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:48.615Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-12T05:13:48.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-12T05:13:48.615Z] 686391be128f: Preparing [2024-08-12T05:13:48.615Z] 0cd721595144: Preparing [2024-08-12T05:13:48.615Z] bf54bf5cd9a6: Preparing [2024-08-12T05:13:48.615Z] 07878117f22e: Preparing [2024-08-12T05:13:48.615Z] 0ff4d40abc96: Preparing [2024-08-12T05:13:48.615Z] db9a5d3f5575: Preparing [2024-08-12T05:13:48.615Z] 3f438a78c575: Preparing [2024-08-12T05:13:48.615Z] 4cf79298803d: Preparing [2024-08-12T05:13:48.615Z] cb6823dd3a41: Preparing [2024-08-12T05:13:48.615Z] 739f2803e015: Preparing [2024-08-12T05:13:48.615Z] c55b67fc406d: Preparing [2024-08-12T05:13:48.615Z] 98c8d46cfba1: Preparing [2024-08-12T05:13:48.615Z] 5f70bf18a086: Preparing [2024-08-12T05:13:48.615Z] 661b61c45336: Preparing [2024-08-12T05:13:48.615Z] 1c65c99c2698: Preparing [2024-08-12T05:13:48.615Z] 19b17d7baa66: Preparing [2024-08-12T05:13:48.615Z] 3c20671a5817: Preparing [2024-08-12T05:13:48.615Z] c55b67fc406d: Waiting [2024-08-12T05:13:48.615Z] 98c8d46cfba1: Waiting [2024-08-12T05:13:48.615Z] 5f70bf18a086: Waiting [2024-08-12T05:13:48.615Z] 661b61c45336: Waiting [2024-08-12T05:13:48.615Z] 1c65c99c2698: Waiting [2024-08-12T05:13:48.615Z] 19b17d7baa66: Waiting [2024-08-12T05:13:48.615Z] db9a5d3f5575: Waiting [2024-08-12T05:13:48.615Z] 4cf79298803d: Waiting [2024-08-12T05:13:48.615Z] 3c20671a5817: Waiting [2024-08-12T05:13:48.615Z] 739f2803e015: Waiting [2024-08-12T05:13:48.615Z] 3f438a78c575: Waiting [2024-08-12T05:13:48.615Z] 0cd721595144: Layer already exists [2024-08-12T05:13:48.615Z] 07878117f22e: Layer already exists [2024-08-12T05:13:48.615Z] 0ff4d40abc96: Layer already exists [2024-08-12T05:13:48.615Z] bf54bf5cd9a6: Layer already exists [2024-08-12T05:13:48.615Z] 686391be128f: Layer already exists [2024-08-12T05:13:48.615Z] db9a5d3f5575: Layer already exists [2024-08-12T05:13:48.615Z] 739f2803e015: Layer already exists [2024-08-12T05:13:48.615Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:48.615Z] 4cf79298803d: Layer already exists [2024-08-12T05:13:48.615Z] 3f438a78c575: Layer already exists [2024-08-12T05:13:48.615Z] c55b67fc406d: Layer already exists [2024-08-12T05:13:48.615Z] 5f70bf18a086: Layer already exists [2024-08-12T05:13:48.615Z] 661b61c45336: Layer already exists [2024-08-12T05:13:48.615Z] 1c65c99c2698: Layer already exists [2024-08-12T05:13:48.615Z] 98c8d46cfba1: Layer already exists [2024-08-12T05:13:48.615Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:48.615Z] 19b17d7baa66: Layer already exists [2024-08-12T05:13:48.883Z] main: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:13:48.964Z] ===================================================== [Pipeline] echo [2024-08-12T05:13:48.978Z] taggedImages: [2024-08-12T05:13:48.978Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:48.978Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-12T05:13:48.978Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.50 [2024-08-12T05:13:48.978Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:48.978Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-12T05:13:49.005Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-12T05:13:49.005Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:49.005Z] latest [2024-08-12T05:13:49.005Z] 3.2.0-dev.50 [2024-08-12T05:13:49.005Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:49.005Z] main [2024-08-12T05:13:49.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:49.421Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:49.792Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:49.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-12T05:13:49.792Z] 9e7ce2219cf0: Preparing [2024-08-12T05:13:49.792Z] f6ed3fcb8b97: Preparing [2024-08-12T05:13:49.792Z] c80e071256b0: Preparing [2024-08-12T05:13:49.792Z] 0d50aea4e998: Preparing [2024-08-12T05:13:49.792Z] cb6823dd3a41: Preparing [2024-08-12T05:13:49.792Z] 739f2803e015: Preparing [2024-08-12T05:13:49.792Z] 049a1211a11e: Preparing [2024-08-12T05:13:49.792Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:49.792Z] 3c20671a5817: Preparing [2024-08-12T05:13:49.792Z] 739f2803e015: Waiting [2024-08-12T05:13:49.792Z] 049a1211a11e: Waiting [2024-08-12T05:13:49.792Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:49.792Z] 3c20671a5817: Waiting [2024-08-12T05:13:49.792Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:50.074Z] 739f2803e015: Layer already exists [2024-08-12T05:13:50.074Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:50.074Z] f6ed3fcb8b97: Pushed [2024-08-12T05:13:50.074Z] c80e071256b0: Pushed [2024-08-12T05:13:50.074Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:50.074Z] 9e7ce2219cf0: Pushed [2024-08-12T05:13:50.074Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:55.438Z] 0d50aea4e998: Pushed [2024-08-12T05:13:55.438Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:55.791Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:56.140Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-12T05:13:56.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-12T05:13:56.141Z] 9e7ce2219cf0: Preparing [2024-08-12T05:13:56.141Z] f6ed3fcb8b97: Preparing [2024-08-12T05:13:56.141Z] c80e071256b0: Preparing [2024-08-12T05:13:56.141Z] 0d50aea4e998: Preparing [2024-08-12T05:13:56.141Z] cb6823dd3a41: Preparing [2024-08-12T05:13:56.141Z] 739f2803e015: Preparing [2024-08-12T05:13:56.141Z] 049a1211a11e: Preparing [2024-08-12T05:13:56.141Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:56.141Z] 3c20671a5817: Preparing [2024-08-12T05:13:56.141Z] 739f2803e015: Waiting [2024-08-12T05:13:56.141Z] 049a1211a11e: Waiting [2024-08-12T05:13:56.141Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:56.141Z] 3c20671a5817: Waiting [2024-08-12T05:13:56.141Z] 9e7ce2219cf0: Layer already exists [2024-08-12T05:13:56.141Z] 0d50aea4e998: Layer already exists [2024-08-12T05:13:56.141Z] f6ed3fcb8b97: Layer already exists [2024-08-12T05:13:56.141Z] c80e071256b0: Layer already exists [2024-08-12T05:13:56.141Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:56.141Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:56.141Z] 739f2803e015: Layer already exists [2024-08-12T05:13:56.141Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:56.141Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:56.403Z] latest: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:56.751Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:57.093Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.50 [2024-08-12T05:13:57.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-12T05:13:57.093Z] 9e7ce2219cf0: Preparing [2024-08-12T05:13:57.093Z] f6ed3fcb8b97: Preparing [2024-08-12T05:13:57.093Z] c80e071256b0: Preparing [2024-08-12T05:13:57.093Z] 0d50aea4e998: Preparing [2024-08-12T05:13:57.093Z] cb6823dd3a41: Preparing [2024-08-12T05:13:57.093Z] 739f2803e015: Preparing [2024-08-12T05:13:57.093Z] 049a1211a11e: Preparing [2024-08-12T05:13:57.093Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:57.093Z] 3c20671a5817: Preparing [2024-08-12T05:13:57.093Z] 739f2803e015: Waiting [2024-08-12T05:13:57.093Z] 049a1211a11e: Waiting [2024-08-12T05:13:57.093Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:57.093Z] 3c20671a5817: Waiting [2024-08-12T05:13:57.093Z] 0d50aea4e998: Layer already exists [2024-08-12T05:13:57.093Z] f6ed3fcb8b97: Layer already exists [2024-08-12T05:13:57.093Z] 9e7ce2219cf0: Layer already exists [2024-08-12T05:13:57.093Z] c80e071256b0: Layer already exists [2024-08-12T05:13:57.093Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:57.093Z] 739f2803e015: Layer already exists [2024-08-12T05:13:57.093Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:57.093Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:57.093Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:57.358Z] 3.2.0-dev.50: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:57.711Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:58.059Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:58.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-12T05:13:58.059Z] 9e7ce2219cf0: Preparing [2024-08-12T05:13:58.059Z] f6ed3fcb8b97: Preparing [2024-08-12T05:13:58.059Z] c80e071256b0: Preparing [2024-08-12T05:13:58.059Z] 0d50aea4e998: Preparing [2024-08-12T05:13:58.059Z] cb6823dd3a41: Preparing [2024-08-12T05:13:58.059Z] 739f2803e015: Preparing [2024-08-12T05:13:58.059Z] 049a1211a11e: Preparing [2024-08-12T05:13:58.059Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:58.059Z] 3c20671a5817: Preparing [2024-08-12T05:13:58.059Z] 739f2803e015: Waiting [2024-08-12T05:13:58.059Z] 049a1211a11e: Waiting [2024-08-12T05:13:58.059Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:58.059Z] 3c20671a5817: Waiting [2024-08-12T05:13:58.059Z] f6ed3fcb8b97: Layer already exists [2024-08-12T05:13:58.059Z] c80e071256b0: Layer already exists [2024-08-12T05:13:58.059Z] 9e7ce2219cf0: Layer already exists [2024-08-12T05:13:58.059Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:58.059Z] 0d50aea4e998: Layer already exists [2024-08-12T05:13:58.059Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:58.059Z] 739f2803e015: Layer already exists [2024-08-12T05:13:58.059Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:58.059Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:58.059Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:58.407Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:58.765Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-12T05:13:58.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-12T05:13:58.765Z] 9e7ce2219cf0: Preparing [2024-08-12T05:13:58.765Z] f6ed3fcb8b97: Preparing [2024-08-12T05:13:58.765Z] c80e071256b0: Preparing [2024-08-12T05:13:58.765Z] 0d50aea4e998: Preparing [2024-08-12T05:13:58.765Z] cb6823dd3a41: Preparing [2024-08-12T05:13:58.765Z] 739f2803e015: Preparing [2024-08-12T05:13:58.765Z] 049a1211a11e: Preparing [2024-08-12T05:13:58.765Z] dc1536ae9f2e: Preparing [2024-08-12T05:13:58.765Z] 3c20671a5817: Preparing [2024-08-12T05:13:58.765Z] 739f2803e015: Waiting [2024-08-12T05:13:58.765Z] 049a1211a11e: Waiting [2024-08-12T05:13:58.765Z] dc1536ae9f2e: Waiting [2024-08-12T05:13:58.765Z] 3c20671a5817: Waiting [2024-08-12T05:13:58.765Z] 0d50aea4e998: Layer already exists [2024-08-12T05:13:58.765Z] f6ed3fcb8b97: Layer already exists [2024-08-12T05:13:58.765Z] c80e071256b0: Layer already exists [2024-08-12T05:13:58.765Z] 9e7ce2219cf0: Layer already exists [2024-08-12T05:13:58.765Z] cb6823dd3a41: Layer already exists [2024-08-12T05:13:58.765Z] 739f2803e015: Layer already exists [2024-08-12T05:13:58.765Z] 049a1211a11e: Layer already exists [2024-08-12T05:13:58.765Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:13:58.765Z] 3c20671a5817: Layer already exists [2024-08-12T05:13:59.031Z] main: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:13:59.101Z] ===================================================== [Pipeline] echo [2024-08-12T05:13:59.113Z] taggedImages: [2024-08-12T05:13:59.113Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:59.113Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-12T05:13:59.113Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.50 [2024-08-12T05:13:59.113Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:59.113Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-12T05:13:59.137Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-12T05:13:59.137Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:59.137Z] latest [2024-08-12T05:13:59.137Z] 3.2.0-dev.50 [2024-08-12T05:13:59.137Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:13:59.137Z] main [2024-08-12T05:13:59.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:59.501Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:13:59.846Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:13:59.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-12T05:13:59.846Z] c5a2371732f5: Preparing [2024-08-12T05:13:59.846Z] 5ba9ab46c2b7: Preparing [2024-08-12T05:13:59.846Z] 0360d15643f1: Preparing [2024-08-12T05:13:59.846Z] ecf3e72297d9: Preparing [2024-08-12T05:13:59.847Z] 11ac1529e654: Preparing [2024-08-12T05:13:59.847Z] cb6823dd3a41: Preparing [2024-08-12T05:13:59.847Z] 739f2803e015: Preparing [2024-08-12T05:13:59.847Z] cb6823dd3a41: Waiting [2024-08-12T05:13:59.847Z] c9801facb3a6: Preparing [2024-08-12T05:13:59.847Z] 739f2803e015: Waiting [2024-08-12T05:13:59.847Z] 5330a76dba9d: Preparing [2024-08-12T05:13:59.847Z] c9801facb3a6: Waiting [2024-08-12T05:13:59.847Z] 1110a002f16f: Preparing [2024-08-12T05:13:59.847Z] 3c20671a5817: Preparing [2024-08-12T05:13:59.847Z] 1110a002f16f: Waiting [2024-08-12T05:13:59.847Z] 3c20671a5817: Waiting [2024-08-12T05:14:00.113Z] 11ac1529e654: Pushed [2024-08-12T05:14:00.113Z] 5ba9ab46c2b7: Pushed [2024-08-12T05:14:00.113Z] ecf3e72297d9: Pushed [2024-08-12T05:14:00.113Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:00.114Z] c5a2371732f5: Pushed [2024-08-12T05:14:00.114Z] 739f2803e015: Layer already exists [2024-08-12T05:14:00.114Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:00.114Z] c9801facb3a6: Pushed [2024-08-12T05:14:00.114Z] 5330a76dba9d: Pushed [2024-08-12T05:14:02.050Z] 0360d15643f1: Pushed [2024-08-12T05:14:02.630Z] 1110a002f16f: Pushed [2024-08-12T05:14:02.897Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:03.248Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:03.589Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-12T05:14:03.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-12T05:14:03.589Z] c5a2371732f5: Preparing [2024-08-12T05:14:03.590Z] 5ba9ab46c2b7: Preparing [2024-08-12T05:14:03.590Z] 0360d15643f1: Preparing [2024-08-12T05:14:03.590Z] ecf3e72297d9: Preparing [2024-08-12T05:14:03.590Z] 11ac1529e654: Preparing [2024-08-12T05:14:03.590Z] cb6823dd3a41: Preparing [2024-08-12T05:14:03.590Z] 739f2803e015: Preparing [2024-08-12T05:14:03.590Z] c9801facb3a6: Preparing [2024-08-12T05:14:03.590Z] 5330a76dba9d: Preparing [2024-08-12T05:14:03.590Z] 1110a002f16f: Preparing [2024-08-12T05:14:03.590Z] 3c20671a5817: Preparing [2024-08-12T05:14:03.590Z] cb6823dd3a41: Waiting [2024-08-12T05:14:03.590Z] 739f2803e015: Waiting [2024-08-12T05:14:03.590Z] c9801facb3a6: Waiting [2024-08-12T05:14:03.590Z] 5330a76dba9d: Waiting [2024-08-12T05:14:03.590Z] 1110a002f16f: Waiting [2024-08-12T05:14:03.590Z] 3c20671a5817: Waiting [2024-08-12T05:14:03.590Z] c5a2371732f5: Layer already exists [2024-08-12T05:14:03.590Z] 11ac1529e654: Layer already exists [2024-08-12T05:14:03.590Z] 5ba9ab46c2b7: Layer already exists [2024-08-12T05:14:03.590Z] ecf3e72297d9: Layer already exists [2024-08-12T05:14:03.590Z] 0360d15643f1: Layer already exists [2024-08-12T05:14:03.590Z] 739f2803e015: Layer already exists [2024-08-12T05:14:03.590Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:03.590Z] c9801facb3a6: Layer already exists [2024-08-12T05:14:03.590Z] 1110a002f16f: Layer already exists [2024-08-12T05:14:03.590Z] 5330a76dba9d: Layer already exists [2024-08-12T05:14:03.590Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:03.854Z] latest: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:04.197Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:04.541Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.50 [2024-08-12T05:14:04.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-12T05:14:04.541Z] c5a2371732f5: Preparing [2024-08-12T05:14:04.541Z] 5ba9ab46c2b7: Preparing [2024-08-12T05:14:04.541Z] 0360d15643f1: Preparing [2024-08-12T05:14:04.541Z] ecf3e72297d9: Preparing [2024-08-12T05:14:04.541Z] 11ac1529e654: Preparing [2024-08-12T05:14:04.541Z] cb6823dd3a41: Preparing [2024-08-12T05:14:04.541Z] 739f2803e015: Preparing [2024-08-12T05:14:04.541Z] c9801facb3a6: Preparing [2024-08-12T05:14:04.541Z] 5330a76dba9d: Preparing [2024-08-12T05:14:04.541Z] 1110a002f16f: Preparing [2024-08-12T05:14:04.541Z] 3c20671a5817: Preparing [2024-08-12T05:14:04.541Z] c9801facb3a6: Waiting [2024-08-12T05:14:04.541Z] 5330a76dba9d: Waiting [2024-08-12T05:14:04.541Z] cb6823dd3a41: Waiting [2024-08-12T05:14:04.541Z] 739f2803e015: Waiting [2024-08-12T05:14:04.541Z] 3c20671a5817: Waiting [2024-08-12T05:14:04.541Z] 1110a002f16f: Waiting [2024-08-12T05:14:04.541Z] 11ac1529e654: Layer already exists [2024-08-12T05:14:04.541Z] 5ba9ab46c2b7: Layer already exists [2024-08-12T05:14:04.541Z] 0360d15643f1: Layer already exists [2024-08-12T05:14:04.541Z] ecf3e72297d9: Layer already exists [2024-08-12T05:14:04.541Z] c5a2371732f5: Layer already exists [2024-08-12T05:14:04.541Z] c9801facb3a6: Layer already exists [2024-08-12T05:14:04.541Z] 5330a76dba9d: Layer already exists [2024-08-12T05:14:04.541Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:04.541Z] 1110a002f16f: Layer already exists [2024-08-12T05:14:04.541Z] 739f2803e015: Layer already exists [2024-08-12T05:14:04.541Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:04.804Z] 3.2.0-dev.50: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:05.156Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:05.497Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:05.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-12T05:14:05.497Z] c5a2371732f5: Preparing [2024-08-12T05:14:05.497Z] 5ba9ab46c2b7: Preparing [2024-08-12T05:14:05.497Z] 0360d15643f1: Preparing [2024-08-12T05:14:05.497Z] ecf3e72297d9: Preparing [2024-08-12T05:14:05.497Z] 11ac1529e654: Preparing [2024-08-12T05:14:05.497Z] cb6823dd3a41: Preparing [2024-08-12T05:14:05.497Z] 739f2803e015: Preparing [2024-08-12T05:14:05.497Z] c9801facb3a6: Preparing [2024-08-12T05:14:05.497Z] 5330a76dba9d: Preparing [2024-08-12T05:14:05.497Z] cb6823dd3a41: Waiting [2024-08-12T05:14:05.497Z] 1110a002f16f: Preparing [2024-08-12T05:14:05.497Z] 739f2803e015: Waiting [2024-08-12T05:14:05.497Z] c9801facb3a6: Waiting [2024-08-12T05:14:05.497Z] 3c20671a5817: Preparing [2024-08-12T05:14:05.497Z] 5330a76dba9d: Waiting [2024-08-12T05:14:05.497Z] 1110a002f16f: Waiting [2024-08-12T05:14:05.497Z] 3c20671a5817: Waiting [2024-08-12T05:14:05.497Z] 11ac1529e654: Layer already exists [2024-08-12T05:14:05.497Z] 5ba9ab46c2b7: Layer already exists [2024-08-12T05:14:05.497Z] ecf3e72297d9: Layer already exists [2024-08-12T05:14:05.497Z] c5a2371732f5: Layer already exists [2024-08-12T05:14:05.497Z] 0360d15643f1: Layer already exists [2024-08-12T05:14:05.497Z] c9801facb3a6: Layer already exists [2024-08-12T05:14:05.497Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:05.497Z] 739f2803e015: Layer already exists [2024-08-12T05:14:05.497Z] 1110a002f16f: Layer already exists [2024-08-12T05:14:05.497Z] 5330a76dba9d: Layer already exists [2024-08-12T05:14:05.497Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:05.759Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:06.100Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:06.439Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-12T05:14:06.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-12T05:14:06.439Z] c5a2371732f5: Preparing [2024-08-12T05:14:06.439Z] 5ba9ab46c2b7: Preparing [2024-08-12T05:14:06.439Z] 0360d15643f1: Preparing [2024-08-12T05:14:06.439Z] ecf3e72297d9: Preparing [2024-08-12T05:14:06.439Z] 11ac1529e654: Preparing [2024-08-12T05:14:06.439Z] cb6823dd3a41: Preparing [2024-08-12T05:14:06.439Z] 739f2803e015: Preparing [2024-08-12T05:14:06.439Z] c9801facb3a6: Preparing [2024-08-12T05:14:06.440Z] 5330a76dba9d: Preparing [2024-08-12T05:14:06.440Z] 1110a002f16f: Preparing [2024-08-12T05:14:06.440Z] 3c20671a5817: Preparing [2024-08-12T05:14:06.440Z] cb6823dd3a41: Waiting [2024-08-12T05:14:06.440Z] 739f2803e015: Waiting [2024-08-12T05:14:06.440Z] c9801facb3a6: Waiting [2024-08-12T05:14:06.440Z] 5330a76dba9d: Waiting [2024-08-12T05:14:06.440Z] 1110a002f16f: Waiting [2024-08-12T05:14:06.440Z] 3c20671a5817: Waiting [2024-08-12T05:14:06.440Z] 0360d15643f1: Layer already exists [2024-08-12T05:14:06.440Z] 11ac1529e654: Layer already exists [2024-08-12T05:14:06.440Z] c5a2371732f5: Layer already exists [2024-08-12T05:14:06.440Z] ecf3e72297d9: Layer already exists [2024-08-12T05:14:06.440Z] 5ba9ab46c2b7: Layer already exists [2024-08-12T05:14:06.440Z] 739f2803e015: Layer already exists [2024-08-12T05:14:06.440Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:06.440Z] c9801facb3a6: Layer already exists [2024-08-12T05:14:06.440Z] 5330a76dba9d: Layer already exists [2024-08-12T05:14:06.440Z] 1110a002f16f: Layer already exists [2024-08-12T05:14:06.440Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:06.704Z] main: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:14:06.785Z] ===================================================== [Pipeline] echo [2024-08-12T05:14:06.800Z] taggedImages: [2024-08-12T05:14:06.800Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:06.800Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-12T05:14:06.800Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.50 [2024-08-12T05:14:06.800Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:06.800Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-12T05:14:06.828Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-12T05:14:06.828Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:06.828Z] latest [2024-08-12T05:14:06.828Z] 3.2.0-dev.50 [2024-08-12T05:14:06.828Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:06.828Z] main [2024-08-12T05:14:06.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:07.182Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:07.522Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:07.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-12T05:14:07.522Z] c9729ec983ca: Preparing [2024-08-12T05:14:07.522Z] 23cb8de7fb2f: Preparing [2024-08-12T05:14:07.522Z] f20013245018: Preparing [2024-08-12T05:14:07.522Z] c75b4532d99e: Preparing [2024-08-12T05:14:07.522Z] 29803bc9d5ea: Preparing [2024-08-12T05:14:07.522Z] 275ae36fcb96: Preparing [2024-08-12T05:14:07.522Z] 9f4edcda4fea: Preparing [2024-08-12T05:14:07.522Z] cb6823dd3a41: Preparing [2024-08-12T05:14:07.522Z] 739f2803e015: Preparing [2024-08-12T05:14:07.522Z] c6dbb1054984: Preparing [2024-08-12T05:14:07.522Z] 123bb1dce2de: Preparing [2024-08-12T05:14:07.522Z] 3c20671a5817: Preparing [2024-08-12T05:14:07.522Z] 739f2803e015: Waiting [2024-08-12T05:14:07.522Z] 275ae36fcb96: Waiting [2024-08-12T05:14:07.522Z] c6dbb1054984: Waiting [2024-08-12T05:14:07.522Z] 123bb1dce2de: Waiting [2024-08-12T05:14:07.522Z] 3c20671a5817: Waiting [2024-08-12T05:14:07.522Z] 9f4edcda4fea: Waiting [2024-08-12T05:14:07.522Z] cb6823dd3a41: Waiting [2024-08-12T05:14:07.793Z] 23cb8de7fb2f: Pushed [2024-08-12T05:14:07.793Z] 29803bc9d5ea: Pushed [2024-08-12T05:14:07.793Z] c9729ec983ca: Pushed [2024-08-12T05:14:07.793Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:07.793Z] 739f2803e015: Layer already exists [2024-08-12T05:14:08.058Z] 275ae36fcb96: Pushed [2024-08-12T05:14:08.058Z] 9f4edcda4fea: Pushed [2024-08-12T05:14:08.058Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:08.058Z] c6dbb1054984: Pushed [2024-08-12T05:14:09.467Z] c75b4532d99e: Pushed [2024-08-12T05:14:10.420Z] f20013245018: Pushed [2024-08-12T05:14:10.420Z] 123bb1dce2de: Pushed [2024-08-12T05:14:10.685Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:11.030Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:11.380Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-12T05:14:11.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-12T05:14:11.380Z] c9729ec983ca: Preparing [2024-08-12T05:14:11.380Z] 23cb8de7fb2f: Preparing [2024-08-12T05:14:11.380Z] f20013245018: Preparing [2024-08-12T05:14:11.380Z] c75b4532d99e: Preparing [2024-08-12T05:14:11.380Z] 29803bc9d5ea: Preparing [2024-08-12T05:14:11.380Z] 275ae36fcb96: Preparing [2024-08-12T05:14:11.380Z] 9f4edcda4fea: Preparing [2024-08-12T05:14:11.380Z] 275ae36fcb96: Waiting [2024-08-12T05:14:11.380Z] cb6823dd3a41: Preparing [2024-08-12T05:14:11.380Z] 9f4edcda4fea: Waiting [2024-08-12T05:14:11.380Z] 739f2803e015: Preparing [2024-08-12T05:14:11.380Z] cb6823dd3a41: Waiting [2024-08-12T05:14:11.380Z] c6dbb1054984: Preparing [2024-08-12T05:14:11.380Z] 123bb1dce2de: Preparing [2024-08-12T05:14:11.380Z] 3c20671a5817: Preparing [2024-08-12T05:14:11.380Z] c6dbb1054984: Waiting [2024-08-12T05:14:11.380Z] 123bb1dce2de: Waiting [2024-08-12T05:14:11.380Z] 739f2803e015: Waiting [2024-08-12T05:14:11.380Z] 3c20671a5817: Waiting [2024-08-12T05:14:11.380Z] c9729ec983ca: Layer already exists [2024-08-12T05:14:11.380Z] 23cb8de7fb2f: Layer already exists [2024-08-12T05:14:11.380Z] f20013245018: Layer already exists [2024-08-12T05:14:11.380Z] 29803bc9d5ea: Layer already exists [2024-08-12T05:14:11.380Z] c75b4532d99e: Layer already exists [2024-08-12T05:14:11.380Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:11.380Z] 275ae36fcb96: Layer already exists [2024-08-12T05:14:11.380Z] 9f4edcda4fea: Layer already exists [2024-08-12T05:14:11.380Z] 739f2803e015: Layer already exists [2024-08-12T05:14:11.380Z] c6dbb1054984: Layer already exists [2024-08-12T05:14:11.380Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:11.380Z] 123bb1dce2de: Layer already exists [2024-08-12T05:14:11.644Z] latest: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:11.988Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:12.340Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.50 [2024-08-12T05:14:12.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-12T05:14:12.340Z] c9729ec983ca: Preparing [2024-08-12T05:14:12.340Z] 23cb8de7fb2f: Preparing [2024-08-12T05:14:12.340Z] f20013245018: Preparing [2024-08-12T05:14:12.340Z] c75b4532d99e: Preparing [2024-08-12T05:14:12.340Z] 29803bc9d5ea: Preparing [2024-08-12T05:14:12.340Z] 275ae36fcb96: Preparing [2024-08-12T05:14:12.340Z] 9f4edcda4fea: Preparing [2024-08-12T05:14:12.340Z] 275ae36fcb96: Waiting [2024-08-12T05:14:12.340Z] cb6823dd3a41: Preparing [2024-08-12T05:14:12.340Z] 9f4edcda4fea: Waiting [2024-08-12T05:14:12.340Z] 739f2803e015: Preparing [2024-08-12T05:14:12.340Z] cb6823dd3a41: Waiting [2024-08-12T05:14:12.340Z] c6dbb1054984: Preparing [2024-08-12T05:14:12.340Z] 123bb1dce2de: Preparing [2024-08-12T05:14:12.340Z] 3c20671a5817: Preparing [2024-08-12T05:14:12.340Z] 739f2803e015: Waiting [2024-08-12T05:14:12.340Z] c6dbb1054984: Waiting [2024-08-12T05:14:12.340Z] 123bb1dce2de: Waiting [2024-08-12T05:14:12.340Z] 3c20671a5817: Waiting [2024-08-12T05:14:12.340Z] c75b4532d99e: Layer already exists [2024-08-12T05:14:12.340Z] c9729ec983ca: Layer already exists [2024-08-12T05:14:12.340Z] 23cb8de7fb2f: Layer already exists [2024-08-12T05:14:12.340Z] f20013245018: Layer already exists [2024-08-12T05:14:12.340Z] 29803bc9d5ea: Layer already exists [2024-08-12T05:14:12.340Z] 275ae36fcb96: Layer already exists [2024-08-12T05:14:12.340Z] c6dbb1054984: Layer already exists [2024-08-12T05:14:12.340Z] 9f4edcda4fea: Layer already exists [2024-08-12T05:14:12.340Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:12.340Z] 739f2803e015: Layer already exists [2024-08-12T05:14:12.340Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:12.340Z] 123bb1dce2de: Layer already exists [2024-08-12T05:14:12.606Z] 3.2.0-dev.50: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:12.965Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:13.315Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:13.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-12T05:14:13.315Z] c9729ec983ca: Preparing [2024-08-12T05:14:13.315Z] 23cb8de7fb2f: Preparing [2024-08-12T05:14:13.315Z] f20013245018: Preparing [2024-08-12T05:14:13.315Z] c75b4532d99e: Preparing [2024-08-12T05:14:13.315Z] 29803bc9d5ea: Preparing [2024-08-12T05:14:13.315Z] 275ae36fcb96: Preparing [2024-08-12T05:14:13.315Z] 9f4edcda4fea: Preparing [2024-08-12T05:14:13.315Z] cb6823dd3a41: Preparing [2024-08-12T05:14:13.315Z] 739f2803e015: Preparing [2024-08-12T05:14:13.315Z] c6dbb1054984: Preparing [2024-08-12T05:14:13.315Z] 123bb1dce2de: Preparing [2024-08-12T05:14:13.315Z] 3c20671a5817: Preparing [2024-08-12T05:14:13.315Z] 275ae36fcb96: Waiting [2024-08-12T05:14:13.315Z] 9f4edcda4fea: Waiting [2024-08-12T05:14:13.315Z] cb6823dd3a41: Waiting [2024-08-12T05:14:13.315Z] 739f2803e015: Waiting [2024-08-12T05:14:13.315Z] c6dbb1054984: Waiting [2024-08-12T05:14:13.315Z] 123bb1dce2de: Waiting [2024-08-12T05:14:13.315Z] 3c20671a5817: Waiting [2024-08-12T05:14:13.315Z] 23cb8de7fb2f: Layer already exists [2024-08-12T05:14:13.315Z] c9729ec983ca: Layer already exists [2024-08-12T05:14:13.315Z] 29803bc9d5ea: Layer already exists [2024-08-12T05:14:13.315Z] f20013245018: Layer already exists [2024-08-12T05:14:13.315Z] c75b4532d99e: Layer already exists [2024-08-12T05:14:13.315Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:13.315Z] 9f4edcda4fea: Layer already exists [2024-08-12T05:14:13.315Z] 275ae36fcb96: Layer already exists [2024-08-12T05:14:13.315Z] 739f2803e015: Layer already exists [2024-08-12T05:14:13.315Z] c6dbb1054984: Layer already exists [2024-08-12T05:14:13.315Z] 123bb1dce2de: Layer already exists [2024-08-12T05:14:13.315Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:13.580Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:13.940Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:14.287Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-12T05:14:14.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-12T05:14:14.287Z] c9729ec983ca: Preparing [2024-08-12T05:14:14.287Z] 23cb8de7fb2f: Preparing [2024-08-12T05:14:14.287Z] f20013245018: Preparing [2024-08-12T05:14:14.287Z] c75b4532d99e: Preparing [2024-08-12T05:14:14.287Z] 29803bc9d5ea: Preparing [2024-08-12T05:14:14.287Z] 275ae36fcb96: Preparing [2024-08-12T05:14:14.287Z] 9f4edcda4fea: Preparing [2024-08-12T05:14:14.287Z] 275ae36fcb96: Waiting [2024-08-12T05:14:14.287Z] 9f4edcda4fea: Waiting [2024-08-12T05:14:14.287Z] cb6823dd3a41: Preparing [2024-08-12T05:14:14.287Z] 739f2803e015: Preparing [2024-08-12T05:14:14.287Z] c6dbb1054984: Preparing [2024-08-12T05:14:14.287Z] 123bb1dce2de: Preparing [2024-08-12T05:14:14.287Z] 3c20671a5817: Preparing [2024-08-12T05:14:14.287Z] 739f2803e015: Waiting [2024-08-12T05:14:14.287Z] cb6823dd3a41: Waiting [2024-08-12T05:14:14.287Z] c6dbb1054984: Waiting [2024-08-12T05:14:14.287Z] 3c20671a5817: Waiting [2024-08-12T05:14:14.287Z] 123bb1dce2de: Waiting [2024-08-12T05:14:14.287Z] c75b4532d99e: Layer already exists [2024-08-12T05:14:14.287Z] f20013245018: Layer already exists [2024-08-12T05:14:14.287Z] 23cb8de7fb2f: Layer already exists [2024-08-12T05:14:14.287Z] 29803bc9d5ea: Layer already exists [2024-08-12T05:14:14.287Z] c9729ec983ca: Layer already exists [2024-08-12T05:14:14.287Z] 275ae36fcb96: Layer already exists [2024-08-12T05:14:14.287Z] c6dbb1054984: Layer already exists [2024-08-12T05:14:14.287Z] 739f2803e015: Layer already exists [2024-08-12T05:14:14.287Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:14.287Z] 9f4edcda4fea: Layer already exists [2024-08-12T05:14:14.287Z] 123bb1dce2de: Layer already exists [2024-08-12T05:14:14.287Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:14.551Z] main: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:14:14.624Z] ===================================================== [Pipeline] echo [2024-08-12T05:14:14.635Z] taggedImages: [2024-08-12T05:14:14.635Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:14.635Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-12T05:14:14.635Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.50 [2024-08-12T05:14:14.635Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:14.635Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-12T05:14:14.662Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-12T05:14:14.662Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:14.662Z] latest [2024-08-12T05:14:14.662Z] 3.2.0-dev.50 [2024-08-12T05:14:14.662Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:14.662Z] main [2024-08-12T05:14:14.662Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:15.019Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:15.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:15.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-12T05:14:15.371Z] 5461c1be4746: Preparing [2024-08-12T05:14:15.371Z] fa417e794cca: Preparing [2024-08-12T05:14:15.371Z] cb6823dd3a41: Preparing [2024-08-12T05:14:15.371Z] 739f2803e015: Preparing [2024-08-12T05:14:15.371Z] 9ba59f31bba1: Preparing [2024-08-12T05:14:15.371Z] fbe220653080: Preparing [2024-08-12T05:14:15.371Z] 3c20671a5817: Preparing [2024-08-12T05:14:15.371Z] fbe220653080: Waiting [2024-08-12T05:14:15.371Z] 3c20671a5817: Waiting [2024-08-12T05:14:15.371Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:15.371Z] 739f2803e015: Layer already exists [2024-08-12T05:14:15.635Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:15.635Z] 5461c1be4746: Pushed [2024-08-12T05:14:15.635Z] 9ba59f31bba1: Pushed [2024-08-12T05:14:17.034Z] fbe220653080: Pushed [2024-08-12T05:14:18.963Z] fa417e794cca: Pushed [2024-08-12T05:14:19.226Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:19.582Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:19.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-12T05:14:19.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-12T05:14:19.923Z] 5461c1be4746: Preparing [2024-08-12T05:14:19.923Z] fa417e794cca: Preparing [2024-08-12T05:14:19.923Z] cb6823dd3a41: Preparing [2024-08-12T05:14:19.923Z] 739f2803e015: Preparing [2024-08-12T05:14:19.923Z] 9ba59f31bba1: Preparing [2024-08-12T05:14:19.923Z] fbe220653080: Preparing [2024-08-12T05:14:19.923Z] 3c20671a5817: Preparing [2024-08-12T05:14:19.923Z] fbe220653080: Waiting [2024-08-12T05:14:19.923Z] 3c20671a5817: Waiting [2024-08-12T05:14:19.923Z] fa417e794cca: Layer already exists [2024-08-12T05:14:19.923Z] 739f2803e015: Layer already exists [2024-08-12T05:14:19.923Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:19.923Z] 9ba59f31bba1: Layer already exists [2024-08-12T05:14:19.923Z] 5461c1be4746: Layer already exists [2024-08-12T05:14:19.923Z] fbe220653080: Layer already exists [2024-08-12T05:14:19.923Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:20.188Z] latest: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:20.528Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:20.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.50 [2024-08-12T05:14:20.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-12T05:14:20.864Z] 5461c1be4746: Preparing [2024-08-12T05:14:20.864Z] fa417e794cca: Preparing [2024-08-12T05:14:20.864Z] cb6823dd3a41: Preparing [2024-08-12T05:14:20.864Z] 739f2803e015: Preparing [2024-08-12T05:14:20.864Z] 9ba59f31bba1: Preparing [2024-08-12T05:14:20.864Z] fbe220653080: Preparing [2024-08-12T05:14:20.864Z] 3c20671a5817: Preparing [2024-08-12T05:14:20.864Z] fbe220653080: Waiting [2024-08-12T05:14:20.864Z] 3c20671a5817: Waiting [2024-08-12T05:14:20.864Z] 5461c1be4746: Layer already exists [2024-08-12T05:14:20.864Z] 9ba59f31bba1: Layer already exists [2024-08-12T05:14:20.864Z] fa417e794cca: Layer already exists [2024-08-12T05:14:20.864Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:20.864Z] 739f2803e015: Layer already exists [2024-08-12T05:14:20.864Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:20.864Z] fbe220653080: Layer already exists [2024-08-12T05:14:21.130Z] 3.2.0-dev.50: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:21.484Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:21.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:21.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-12T05:14:21.827Z] 5461c1be4746: Preparing [2024-08-12T05:14:21.827Z] fa417e794cca: Preparing [2024-08-12T05:14:21.827Z] cb6823dd3a41: Preparing [2024-08-12T05:14:21.827Z] 739f2803e015: Preparing [2024-08-12T05:14:21.827Z] 9ba59f31bba1: Preparing [2024-08-12T05:14:21.827Z] fbe220653080: Preparing [2024-08-12T05:14:21.827Z] 3c20671a5817: Preparing [2024-08-12T05:14:21.827Z] fbe220653080: Waiting [2024-08-12T05:14:21.827Z] 3c20671a5817: Waiting [2024-08-12T05:14:21.827Z] 5461c1be4746: Layer already exists [2024-08-12T05:14:21.827Z] 9ba59f31bba1: Layer already exists [2024-08-12T05:14:21.827Z] 739f2803e015: Layer already exists [2024-08-12T05:14:21.827Z] fa417e794cca: Layer already exists [2024-08-12T05:14:21.827Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:21.827Z] fbe220653080: Layer already exists [2024-08-12T05:14:21.827Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:22.093Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:22.435Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:22.775Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-12T05:14:22.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-12T05:14:22.775Z] 5461c1be4746: Preparing [2024-08-12T05:14:22.775Z] fa417e794cca: Preparing [2024-08-12T05:14:22.775Z] cb6823dd3a41: Preparing [2024-08-12T05:14:22.775Z] 739f2803e015: Preparing [2024-08-12T05:14:22.775Z] 9ba59f31bba1: Preparing [2024-08-12T05:14:22.775Z] fbe220653080: Preparing [2024-08-12T05:14:22.775Z] fbe220653080: Waiting [2024-08-12T05:14:22.775Z] 3c20671a5817: Preparing [2024-08-12T05:14:22.775Z] 3c20671a5817: Waiting [2024-08-12T05:14:22.775Z] 9ba59f31bba1: Layer already exists [2024-08-12T05:14:22.775Z] fa417e794cca: Layer already exists [2024-08-12T05:14:22.775Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:22.775Z] 5461c1be4746: Layer already exists [2024-08-12T05:14:22.775Z] 739f2803e015: Layer already exists [2024-08-12T05:14:22.775Z] fbe220653080: Layer already exists [2024-08-12T05:14:22.775Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:23.039Z] main: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:14:23.116Z] ===================================================== [Pipeline] echo [2024-08-12T05:14:23.128Z] taggedImages: [2024-08-12T05:14:23.128Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:23.128Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-12T05:14:23.128Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.50 [2024-08-12T05:14:23.128Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:23.128Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-12T05:14:23.157Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-12T05:14:23.157Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:23.157Z] latest [2024-08-12T05:14:23.157Z] 3.2.0-dev.50 [2024-08-12T05:14:23.157Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:23.157Z] main [2024-08-12T05:14:23.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:23.515Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:23.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:23.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-12T05:14:23.864Z] bfa80a3a2afc: Preparing [2024-08-12T05:14:23.864Z] 578b6bb10722: Preparing [2024-08-12T05:14:23.864Z] 2c2e4368bd25: Preparing [2024-08-12T05:14:23.864Z] cb6823dd3a41: Preparing [2024-08-12T05:14:23.864Z] 739f2803e015: Preparing [2024-08-12T05:14:23.864Z] cce16b45e118: Preparing [2024-08-12T05:14:23.864Z] bfc702e8b026: Preparing [2024-08-12T05:14:23.864Z] 36bec455f508: Preparing [2024-08-12T05:14:23.864Z] a5f871358136: Preparing [2024-08-12T05:14:23.864Z] 3c20671a5817: Preparing [2024-08-12T05:14:23.864Z] cce16b45e118: Waiting [2024-08-12T05:14:23.864Z] 36bec455f508: Waiting [2024-08-12T05:14:23.864Z] bfc702e8b026: Waiting [2024-08-12T05:14:23.864Z] a5f871358136: Waiting [2024-08-12T05:14:23.864Z] 3c20671a5817: Waiting [2024-08-12T05:14:23.864Z] 739f2803e015: Layer already exists [2024-08-12T05:14:23.864Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:24.127Z] 2c2e4368bd25: Pushed [2024-08-12T05:14:24.127Z] 578b6bb10722: Pushed [2024-08-12T05:14:24.127Z] bfa80a3a2afc: Pushed [2024-08-12T05:14:24.127Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:24.127Z] 36bec455f508: Pushed [2024-08-12T05:14:25.077Z] a5f871358136: Pushed [2024-08-12T05:14:37.363Z] bfc702e8b026: Pushed [2024-08-12T05:14:45.522Z] cce16b45e118: Pushed [2024-08-12T05:14:45.522Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:45.860Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:46.200Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-12T05:14:46.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-12T05:14:46.200Z] bfa80a3a2afc: Preparing [2024-08-12T05:14:46.200Z] 578b6bb10722: Preparing [2024-08-12T05:14:46.200Z] 2c2e4368bd25: Preparing [2024-08-12T05:14:46.200Z] cb6823dd3a41: Preparing [2024-08-12T05:14:46.200Z] 739f2803e015: Preparing [2024-08-12T05:14:46.200Z] cce16b45e118: Preparing [2024-08-12T05:14:46.200Z] bfc702e8b026: Preparing [2024-08-12T05:14:46.200Z] 36bec455f508: Preparing [2024-08-12T05:14:46.200Z] a5f871358136: Preparing [2024-08-12T05:14:46.200Z] 3c20671a5817: Preparing [2024-08-12T05:14:46.200Z] cce16b45e118: Waiting [2024-08-12T05:14:46.200Z] bfc702e8b026: Waiting [2024-08-12T05:14:46.200Z] 36bec455f508: Waiting [2024-08-12T05:14:46.200Z] a5f871358136: Waiting [2024-08-12T05:14:46.200Z] 3c20671a5817: Waiting [2024-08-12T05:14:46.200Z] bfa80a3a2afc: Layer already exists [2024-08-12T05:14:46.200Z] 2c2e4368bd25: Layer already exists [2024-08-12T05:14:46.200Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:46.200Z] 739f2803e015: Layer already exists [2024-08-12T05:14:46.200Z] 578b6bb10722: Layer already exists [2024-08-12T05:14:46.200Z] bfc702e8b026: Layer already exists [2024-08-12T05:14:46.200Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:46.200Z] cce16b45e118: Layer already exists [2024-08-12T05:14:46.200Z] 36bec455f508: Layer already exists [2024-08-12T05:14:46.200Z] a5f871358136: Layer already exists [2024-08-12T05:14:46.463Z] latest: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:46.819Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:47.243Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.50 [2024-08-12T05:14:47.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-12T05:14:47.243Z] bfa80a3a2afc: Preparing [2024-08-12T05:14:47.243Z] 578b6bb10722: Preparing [2024-08-12T05:14:47.243Z] 2c2e4368bd25: Preparing [2024-08-12T05:14:47.243Z] cb6823dd3a41: Preparing [2024-08-12T05:14:47.243Z] 739f2803e015: Preparing [2024-08-12T05:14:47.243Z] cce16b45e118: Preparing [2024-08-12T05:14:47.243Z] bfc702e8b026: Preparing [2024-08-12T05:14:47.243Z] 36bec455f508: Preparing [2024-08-12T05:14:47.243Z] a5f871358136: Preparing [2024-08-12T05:14:47.243Z] 3c20671a5817: Preparing [2024-08-12T05:14:47.243Z] cce16b45e118: Waiting [2024-08-12T05:14:47.243Z] bfc702e8b026: Waiting [2024-08-12T05:14:47.243Z] 36bec455f508: Waiting [2024-08-12T05:14:47.243Z] a5f871358136: Waiting [2024-08-12T05:14:47.243Z] 3c20671a5817: Waiting [2024-08-12T05:14:47.243Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:47.243Z] 578b6bb10722: Layer already exists [2024-08-12T05:14:47.243Z] bfa80a3a2afc: Layer already exists [2024-08-12T05:14:47.243Z] 739f2803e015: Layer already exists [2024-08-12T05:14:47.243Z] 2c2e4368bd25: Layer already exists [2024-08-12T05:14:47.243Z] cce16b45e118: Layer already exists [2024-08-12T05:14:47.243Z] bfc702e8b026: Layer already exists [2024-08-12T05:14:47.243Z] a5f871358136: Layer already exists [2024-08-12T05:14:47.243Z] 36bec455f508: Layer already exists [2024-08-12T05:14:47.243Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:47.506Z] 3.2.0-dev.50: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:47.854Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:48.198Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:48.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-12T05:14:48.198Z] bfa80a3a2afc: Preparing [2024-08-12T05:14:48.198Z] 578b6bb10722: Preparing [2024-08-12T05:14:48.198Z] 2c2e4368bd25: Preparing [2024-08-12T05:14:48.198Z] cb6823dd3a41: Preparing [2024-08-12T05:14:48.198Z] 739f2803e015: Preparing [2024-08-12T05:14:48.198Z] cce16b45e118: Preparing [2024-08-12T05:14:48.198Z] bfc702e8b026: Preparing [2024-08-12T05:14:48.198Z] 36bec455f508: Preparing [2024-08-12T05:14:48.198Z] a5f871358136: Preparing [2024-08-12T05:14:48.198Z] 3c20671a5817: Preparing [2024-08-12T05:14:48.198Z] cce16b45e118: Waiting [2024-08-12T05:14:48.199Z] a5f871358136: Waiting [2024-08-12T05:14:48.199Z] 3c20671a5817: Waiting [2024-08-12T05:14:48.199Z] bfc702e8b026: Waiting [2024-08-12T05:14:48.199Z] 36bec455f508: Waiting [2024-08-12T05:14:48.199Z] 578b6bb10722: Layer already exists [2024-08-12T05:14:48.199Z] 739f2803e015: Layer already exists [2024-08-12T05:14:48.199Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:48.199Z] 2c2e4368bd25: Layer already exists [2024-08-12T05:14:48.199Z] bfa80a3a2afc: Layer already exists [2024-08-12T05:14:48.199Z] 36bec455f508: Layer already exists [2024-08-12T05:14:48.199Z] bfc702e8b026: Layer already exists [2024-08-12T05:14:48.199Z] cce16b45e118: Layer already exists [2024-08-12T05:14:48.199Z] a5f871358136: Layer already exists [2024-08-12T05:14:48.199Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:48.461Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:48.817Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:49.162Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-12T05:14:49.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-12T05:14:49.162Z] bfa80a3a2afc: Preparing [2024-08-12T05:14:49.162Z] 578b6bb10722: Preparing [2024-08-12T05:14:49.162Z] 2c2e4368bd25: Preparing [2024-08-12T05:14:49.162Z] cb6823dd3a41: Preparing [2024-08-12T05:14:49.162Z] 739f2803e015: Preparing [2024-08-12T05:14:49.162Z] cce16b45e118: Preparing [2024-08-12T05:14:49.162Z] bfc702e8b026: Preparing [2024-08-12T05:14:49.162Z] 36bec455f508: Preparing [2024-08-12T05:14:49.162Z] a5f871358136: Preparing [2024-08-12T05:14:49.162Z] 3c20671a5817: Preparing [2024-08-12T05:14:49.162Z] bfc702e8b026: Waiting [2024-08-12T05:14:49.162Z] 36bec455f508: Waiting [2024-08-12T05:14:49.162Z] a5f871358136: Waiting [2024-08-12T05:14:49.162Z] 3c20671a5817: Waiting [2024-08-12T05:14:49.162Z] cce16b45e118: Waiting [2024-08-12T05:14:49.162Z] 578b6bb10722: Layer already exists [2024-08-12T05:14:49.162Z] 739f2803e015: Layer already exists [2024-08-12T05:14:49.162Z] bfa80a3a2afc: Layer already exists [2024-08-12T05:14:49.162Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:49.162Z] 2c2e4368bd25: Layer already exists [2024-08-12T05:14:49.162Z] cce16b45e118: Layer already exists [2024-08-12T05:14:49.162Z] bfc702e8b026: Layer already exists [2024-08-12T05:14:49.162Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:49.162Z] a5f871358136: Layer already exists [2024-08-12T05:14:49.162Z] 36bec455f508: Layer already exists [2024-08-12T05:14:49.427Z] main: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:14:49.509Z] ===================================================== [Pipeline] echo [2024-08-12T05:14:49.522Z] taggedImages: [2024-08-12T05:14:49.522Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:49.522Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-12T05:14:49.522Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.50 [2024-08-12T05:14:49.522Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:49.522Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-12T05:14:49.544Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-12T05:14:49.544Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:49.544Z] latest [2024-08-12T05:14:49.544Z] 3.2.0-dev.50 [2024-08-12T05:14:49.544Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:14:49.544Z] main [2024-08-12T05:14:49.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:49.890Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:14:50.230Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:14:50.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-12T05:14:50.230Z] 2dd5f70f0e58: Preparing [2024-08-12T05:14:50.230Z] 9217a3525c61: Preparing [2024-08-12T05:14:50.230Z] a90319550566: Preparing [2024-08-12T05:14:50.230Z] cb6823dd3a41: Preparing [2024-08-12T05:14:50.230Z] 739f2803e015: Preparing [2024-08-12T05:14:50.230Z] 4fe93345b961: Preparing [2024-08-12T05:14:50.230Z] 539a5bd8223b: Preparing [2024-08-12T05:14:50.230Z] 344eefd1400a: Preparing [2024-08-12T05:14:50.230Z] 3c20671a5817: Preparing [2024-08-12T05:14:50.230Z] 539a5bd8223b: Waiting [2024-08-12T05:14:50.230Z] 344eefd1400a: Waiting [2024-08-12T05:14:50.230Z] 3c20671a5817: Waiting [2024-08-12T05:14:50.230Z] 4fe93345b961: Waiting [2024-08-12T05:14:50.230Z] cb6823dd3a41: Layer already exists [2024-08-12T05:14:50.230Z] 739f2803e015: Layer already exists [2024-08-12T05:14:50.501Z] 9217a3525c61: Pushed [2024-08-12T05:14:50.501Z] a90319550566: Pushed [2024-08-12T05:14:50.501Z] 2dd5f70f0e58: Pushed [2024-08-12T05:14:50.501Z] 539a5bd8223b: Pushed [2024-08-12T05:14:50.501Z] 3c20671a5817: Layer already exists [2024-08-12T05:14:51.080Z] 344eefd1400a: Pushed [2024-08-12T05:15:13.109Z] 4fe93345b961: Pushed [2024-08-12T05:15:13.109Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:13.458Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:13.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-12T05:15:13.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-12T05:15:13.799Z] 2dd5f70f0e58: Preparing [2024-08-12T05:15:13.799Z] 9217a3525c61: Preparing [2024-08-12T05:15:13.799Z] a90319550566: Preparing [2024-08-12T05:15:13.799Z] cb6823dd3a41: Preparing [2024-08-12T05:15:13.799Z] 739f2803e015: Preparing [2024-08-12T05:15:13.799Z] 4fe93345b961: Preparing [2024-08-12T05:15:13.799Z] 539a5bd8223b: Preparing [2024-08-12T05:15:13.799Z] 4fe93345b961: Waiting [2024-08-12T05:15:13.799Z] 539a5bd8223b: Waiting [2024-08-12T05:15:13.799Z] 344eefd1400a: Preparing [2024-08-12T05:15:13.799Z] 3c20671a5817: Preparing [2024-08-12T05:15:13.799Z] 344eefd1400a: Waiting [2024-08-12T05:15:13.799Z] 3c20671a5817: Waiting [2024-08-12T05:15:13.799Z] a90319550566: Layer already exists [2024-08-12T05:15:13.799Z] 2dd5f70f0e58: Layer already exists [2024-08-12T05:15:13.799Z] 739f2803e015: Layer already exists [2024-08-12T05:15:13.799Z] 9217a3525c61: Layer already exists [2024-08-12T05:15:13.799Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:13.799Z] 4fe93345b961: Layer already exists [2024-08-12T05:15:13.799Z] 344eefd1400a: Layer already exists [2024-08-12T05:15:13.799Z] 539a5bd8223b: Layer already exists [2024-08-12T05:15:13.799Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:14.065Z] latest: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:14.409Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:14.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.50 [2024-08-12T05:15:14.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-12T05:15:14.752Z] 2dd5f70f0e58: Preparing [2024-08-12T05:15:14.752Z] 9217a3525c61: Preparing [2024-08-12T05:15:14.752Z] a90319550566: Preparing [2024-08-12T05:15:14.752Z] cb6823dd3a41: Preparing [2024-08-12T05:15:14.752Z] 739f2803e015: Preparing [2024-08-12T05:15:14.752Z] 4fe93345b961: Preparing [2024-08-12T05:15:14.752Z] 539a5bd8223b: Preparing [2024-08-12T05:15:14.752Z] 344eefd1400a: Preparing [2024-08-12T05:15:14.752Z] 3c20671a5817: Preparing [2024-08-12T05:15:14.752Z] 539a5bd8223b: Waiting [2024-08-12T05:15:14.752Z] 344eefd1400a: Waiting [2024-08-12T05:15:14.752Z] 3c20671a5817: Waiting [2024-08-12T05:15:14.752Z] 4fe93345b961: Waiting [2024-08-12T05:15:14.752Z] a90319550566: Layer already exists [2024-08-12T05:15:14.752Z] 9217a3525c61: Layer already exists [2024-08-12T05:15:14.752Z] 739f2803e015: Layer already exists [2024-08-12T05:15:14.752Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:14.752Z] 2dd5f70f0e58: Layer already exists [2024-08-12T05:15:14.752Z] 539a5bd8223b: Layer already exists [2024-08-12T05:15:14.752Z] 4fe93345b961: Layer already exists [2024-08-12T05:15:14.752Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:14.752Z] 344eefd1400a: Layer already exists [2024-08-12T05:15:14.752Z] 3.2.0-dev.50: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:15.110Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:15.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:15.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-12T05:15:15.465Z] 2dd5f70f0e58: Preparing [2024-08-12T05:15:15.465Z] 9217a3525c61: Preparing [2024-08-12T05:15:15.465Z] a90319550566: Preparing [2024-08-12T05:15:15.465Z] cb6823dd3a41: Preparing [2024-08-12T05:15:15.465Z] 739f2803e015: Preparing [2024-08-12T05:15:15.465Z] 4fe93345b961: Preparing [2024-08-12T05:15:15.465Z] 539a5bd8223b: Preparing [2024-08-12T05:15:15.465Z] 344eefd1400a: Preparing [2024-08-12T05:15:15.465Z] 3c20671a5817: Preparing [2024-08-12T05:15:15.465Z] 539a5bd8223b: Waiting [2024-08-12T05:15:15.465Z] 344eefd1400a: Waiting [2024-08-12T05:15:15.465Z] 3c20671a5817: Waiting [2024-08-12T05:15:15.465Z] 4fe93345b961: Waiting [2024-08-12T05:15:15.465Z] 9217a3525c61: Layer already exists [2024-08-12T05:15:15.465Z] 739f2803e015: Layer already exists [2024-08-12T05:15:15.465Z] a90319550566: Layer already exists [2024-08-12T05:15:15.465Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:15.465Z] 2dd5f70f0e58: Layer already exists [2024-08-12T05:15:15.465Z] 344eefd1400a: Layer already exists [2024-08-12T05:15:15.465Z] 539a5bd8223b: Layer already exists [2024-08-12T05:15:15.465Z] 4fe93345b961: Layer already exists [2024-08-12T05:15:15.465Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:15.465Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:15.817Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:16.234Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-12T05:15:16.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-12T05:15:16.234Z] 2dd5f70f0e58: Preparing [2024-08-12T05:15:16.234Z] 9217a3525c61: Preparing [2024-08-12T05:15:16.234Z] a90319550566: Preparing [2024-08-12T05:15:16.234Z] cb6823dd3a41: Preparing [2024-08-12T05:15:16.234Z] 739f2803e015: Preparing [2024-08-12T05:15:16.234Z] 4fe93345b961: Preparing [2024-08-12T05:15:16.234Z] 539a5bd8223b: Preparing [2024-08-12T05:15:16.234Z] 344eefd1400a: Preparing [2024-08-12T05:15:16.234Z] 3c20671a5817: Preparing [2024-08-12T05:15:16.234Z] 4fe93345b961: Waiting [2024-08-12T05:15:16.234Z] 539a5bd8223b: Waiting [2024-08-12T05:15:16.234Z] 3c20671a5817: Waiting [2024-08-12T05:15:16.234Z] 344eefd1400a: Waiting [2024-08-12T05:15:16.234Z] 739f2803e015: Layer already exists [2024-08-12T05:15:16.234Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:16.234Z] 2dd5f70f0e58: Layer already exists [2024-08-12T05:15:16.234Z] a90319550566: Layer already exists [2024-08-12T05:15:16.234Z] 9217a3525c61: Layer already exists [2024-08-12T05:15:16.234Z] 4fe93345b961: Layer already exists [2024-08-12T05:15:16.234Z] 539a5bd8223b: Layer already exists [2024-08-12T05:15:16.234Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:16.234Z] 344eefd1400a: Layer already exists [2024-08-12T05:15:16.502Z] main: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:15:16.569Z] ===================================================== [Pipeline] echo [2024-08-12T05:15:16.583Z] taggedImages: [2024-08-12T05:15:16.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:16.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-12T05:15:16.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.50 [2024-08-12T05:15:16.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:16.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-12T05:15:16.612Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-12T05:15:16.612Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:16.612Z] latest [2024-08-12T05:15:16.612Z] 3.2.0-dev.50 [2024-08-12T05:15:16.612Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:16.612Z] main [2024-08-12T05:15:16.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:16.976Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:17.342Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:17.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-12T05:15:17.342Z] 2ecec4892a81: Preparing [2024-08-12T05:15:17.342Z] 1ed69932cbc3: Preparing [2024-08-12T05:15:17.342Z] 6acc67e8eb74: Preparing [2024-08-12T05:15:17.342Z] cb6823dd3a41: Preparing [2024-08-12T05:15:17.342Z] 739f2803e015: Preparing [2024-08-12T05:15:17.342Z] c47b9145ac05: Preparing [2024-08-12T05:15:17.342Z] 36bec455f508: Preparing [2024-08-12T05:15:17.342Z] a5f871358136: Preparing [2024-08-12T05:15:17.342Z] c47b9145ac05: Waiting [2024-08-12T05:15:17.342Z] 36bec455f508: Waiting [2024-08-12T05:15:17.342Z] 3c20671a5817: Preparing [2024-08-12T05:15:17.342Z] a5f871358136: Waiting [2024-08-12T05:15:17.342Z] 3c20671a5817: Waiting [2024-08-12T05:15:17.342Z] 739f2803e015: Layer already exists [2024-08-12T05:15:17.342Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:17.618Z] 36bec455f508: Layer already exists [2024-08-12T05:15:17.618Z] a5f871358136: Layer already exists [2024-08-12T05:15:17.618Z] 2ecec4892a81: Pushed [2024-08-12T05:15:17.618Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:17.618Z] 6acc67e8eb74: Pushed [2024-08-12T05:15:17.618Z] 1ed69932cbc3: Pushed [2024-08-12T05:15:39.677Z] c47b9145ac05: Pushed [2024-08-12T05:15:39.677Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:40.027Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:40.363Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-12T05:15:40.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-12T05:15:40.364Z] 2ecec4892a81: Preparing [2024-08-12T05:15:40.364Z] 1ed69932cbc3: Preparing [2024-08-12T05:15:40.364Z] 6acc67e8eb74: Preparing [2024-08-12T05:15:40.364Z] cb6823dd3a41: Preparing [2024-08-12T05:15:40.364Z] 739f2803e015: Preparing [2024-08-12T05:15:40.364Z] c47b9145ac05: Preparing [2024-08-12T05:15:40.364Z] 36bec455f508: Preparing [2024-08-12T05:15:40.364Z] a5f871358136: Preparing [2024-08-12T05:15:40.364Z] 3c20671a5817: Preparing [2024-08-12T05:15:40.364Z] c47b9145ac05: Waiting [2024-08-12T05:15:40.364Z] 36bec455f508: Waiting [2024-08-12T05:15:40.364Z] a5f871358136: Waiting [2024-08-12T05:15:40.364Z] 3c20671a5817: Waiting [2024-08-12T05:15:40.364Z] 6acc67e8eb74: Layer already exists [2024-08-12T05:15:40.364Z] 1ed69932cbc3: Layer already exists [2024-08-12T05:15:40.364Z] 2ecec4892a81: Layer already exists [2024-08-12T05:15:40.364Z] 739f2803e015: Layer already exists [2024-08-12T05:15:40.364Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:40.364Z] c47b9145ac05: Layer already exists [2024-08-12T05:15:40.364Z] a5f871358136: Layer already exists [2024-08-12T05:15:40.364Z] 36bec455f508: Layer already exists [2024-08-12T05:15:40.364Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:40.628Z] latest: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:40.977Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:41.315Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.50 [2024-08-12T05:15:41.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-12T05:15:41.315Z] 2ecec4892a81: Preparing [2024-08-12T05:15:41.315Z] 1ed69932cbc3: Preparing [2024-08-12T05:15:41.315Z] 6acc67e8eb74: Preparing [2024-08-12T05:15:41.315Z] cb6823dd3a41: Preparing [2024-08-12T05:15:41.315Z] 739f2803e015: Preparing [2024-08-12T05:15:41.315Z] c47b9145ac05: Preparing [2024-08-12T05:15:41.315Z] 36bec455f508: Preparing [2024-08-12T05:15:41.315Z] a5f871358136: Preparing [2024-08-12T05:15:41.315Z] 3c20671a5817: Preparing [2024-08-12T05:15:41.315Z] c47b9145ac05: Waiting [2024-08-12T05:15:41.315Z] 36bec455f508: Waiting [2024-08-12T05:15:41.315Z] a5f871358136: Waiting [2024-08-12T05:15:41.315Z] 3c20671a5817: Waiting [2024-08-12T05:15:41.315Z] 739f2803e015: Layer already exists [2024-08-12T05:15:41.315Z] 2ecec4892a81: Layer already exists [2024-08-12T05:15:41.315Z] 6acc67e8eb74: Layer already exists [2024-08-12T05:15:41.315Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:41.315Z] 1ed69932cbc3: Layer already exists [2024-08-12T05:15:41.315Z] 36bec455f508: Layer already exists [2024-08-12T05:15:41.315Z] c47b9145ac05: Layer already exists [2024-08-12T05:15:41.316Z] a5f871358136: Layer already exists [2024-08-12T05:15:41.316Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:41.316Z] 3.2.0-dev.50: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:41.933Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:42.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:42.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-12T05:15:42.274Z] 2ecec4892a81: Preparing [2024-08-12T05:15:42.274Z] 1ed69932cbc3: Preparing [2024-08-12T05:15:42.274Z] 6acc67e8eb74: Preparing [2024-08-12T05:15:42.274Z] cb6823dd3a41: Preparing [2024-08-12T05:15:42.274Z] 739f2803e015: Preparing [2024-08-12T05:15:42.274Z] c47b9145ac05: Preparing [2024-08-12T05:15:42.274Z] 36bec455f508: Preparing [2024-08-12T05:15:42.274Z] a5f871358136: Preparing [2024-08-12T05:15:42.274Z] 3c20671a5817: Preparing [2024-08-12T05:15:42.274Z] c47b9145ac05: Waiting [2024-08-12T05:15:42.274Z] 36bec455f508: Waiting [2024-08-12T05:15:42.274Z] a5f871358136: Waiting [2024-08-12T05:15:42.274Z] 3c20671a5817: Waiting [2024-08-12T05:15:42.274Z] 2ecec4892a81: Layer already exists [2024-08-12T05:15:42.274Z] 1ed69932cbc3: Layer already exists [2024-08-12T05:15:42.274Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:42.274Z] 6acc67e8eb74: Layer already exists [2024-08-12T05:15:42.274Z] 739f2803e015: Layer already exists [2024-08-12T05:15:42.274Z] c47b9145ac05: Layer already exists [2024-08-12T05:15:42.274Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:42.274Z] 36bec455f508: Layer already exists [2024-08-12T05:15:42.274Z] a5f871358136: Layer already exists [2024-08-12T05:15:42.538Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:42.893Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:43.230Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-12T05:15:43.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-12T05:15:43.230Z] 2ecec4892a81: Preparing [2024-08-12T05:15:43.230Z] 1ed69932cbc3: Preparing [2024-08-12T05:15:43.230Z] 6acc67e8eb74: Preparing [2024-08-12T05:15:43.230Z] cb6823dd3a41: Preparing [2024-08-12T05:15:43.230Z] 739f2803e015: Preparing [2024-08-12T05:15:43.230Z] c47b9145ac05: Preparing [2024-08-12T05:15:43.230Z] 36bec455f508: Preparing [2024-08-12T05:15:43.230Z] a5f871358136: Preparing [2024-08-12T05:15:43.230Z] 3c20671a5817: Preparing [2024-08-12T05:15:43.230Z] 36bec455f508: Waiting [2024-08-12T05:15:43.230Z] a5f871358136: Waiting [2024-08-12T05:15:43.230Z] c47b9145ac05: Waiting [2024-08-12T05:15:43.230Z] 2ecec4892a81: Layer already exists [2024-08-12T05:15:43.230Z] 1ed69932cbc3: Layer already exists [2024-08-12T05:15:43.230Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:43.230Z] 739f2803e015: Layer already exists [2024-08-12T05:15:43.230Z] 6acc67e8eb74: Layer already exists [2024-08-12T05:15:43.230Z] c47b9145ac05: Layer already exists [2024-08-12T05:15:43.230Z] a5f871358136: Layer already exists [2024-08-12T05:15:43.230Z] 36bec455f508: Layer already exists [2024-08-12T05:15:43.230Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:43.494Z] main: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:15:43.557Z] ===================================================== [Pipeline] echo [2024-08-12T05:15:43.570Z] taggedImages: [2024-08-12T05:15:43.570Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:43.570Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-12T05:15:43.570Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.50 [2024-08-12T05:15:43.570Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:43.570Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-12T05:15:43.596Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-12T05:15:43.596Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:43.596Z] latest [2024-08-12T05:15:43.596Z] 3.2.0-dev.50 [2024-08-12T05:15:43.596Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:43.596Z] main [2024-08-12T05:15:43.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:43.956Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:44.303Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:44.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-12T05:15:44.303Z] 4f689345f6d3: Preparing [2024-08-12T05:15:44.303Z] 2a6258b8c5b9: Preparing [2024-08-12T05:15:44.303Z] cb6823dd3a41: Preparing [2024-08-12T05:15:44.303Z] 739f2803e015: Preparing [2024-08-12T05:15:44.303Z] 67d46955b490: Preparing [2024-08-12T05:15:44.303Z] 57f5537d0604: Preparing [2024-08-12T05:15:44.303Z] 3c20671a5817: Preparing [2024-08-12T05:15:44.303Z] 3c20671a5817: Waiting [2024-08-12T05:15:44.303Z] 57f5537d0604: Waiting [2024-08-12T05:15:44.303Z] 739f2803e015: Layer already exists [2024-08-12T05:15:44.568Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:44.568Z] 67d46955b490: Pushed [2024-08-12T05:15:44.568Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:44.833Z] 4f689345f6d3: Pushed [2024-08-12T05:15:44.833Z] 57f5537d0604: Pushed [2024-08-12T05:15:53.013Z] 2a6258b8c5b9: Pushed [2024-08-12T05:15:53.013Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:53.361Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:53.706Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-12T05:15:53.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-12T05:15:53.707Z] 4f689345f6d3: Preparing [2024-08-12T05:15:53.707Z] 2a6258b8c5b9: Preparing [2024-08-12T05:15:53.707Z] cb6823dd3a41: Preparing [2024-08-12T05:15:53.707Z] 739f2803e015: Preparing [2024-08-12T05:15:53.707Z] 67d46955b490: Preparing [2024-08-12T05:15:53.707Z] 57f5537d0604: Preparing [2024-08-12T05:15:53.707Z] 3c20671a5817: Preparing [2024-08-12T05:15:53.707Z] 57f5537d0604: Waiting [2024-08-12T05:15:53.707Z] 3c20671a5817: Waiting [2024-08-12T05:15:53.707Z] 67d46955b490: Layer already exists [2024-08-12T05:15:53.707Z] 4f689345f6d3: Layer already exists [2024-08-12T05:15:53.707Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:53.707Z] 739f2803e015: Layer already exists [2024-08-12T05:15:53.707Z] 2a6258b8c5b9: Layer already exists [2024-08-12T05:15:53.707Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:53.707Z] 57f5537d0604: Layer already exists [2024-08-12T05:15:53.972Z] latest: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:54.314Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:54.655Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.50 [2024-08-12T05:15:54.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-12T05:15:54.656Z] 4f689345f6d3: Preparing [2024-08-12T05:15:54.656Z] 2a6258b8c5b9: Preparing [2024-08-12T05:15:54.656Z] cb6823dd3a41: Preparing [2024-08-12T05:15:54.656Z] 739f2803e015: Preparing [2024-08-12T05:15:54.656Z] 67d46955b490: Preparing [2024-08-12T05:15:54.656Z] 57f5537d0604: Preparing [2024-08-12T05:15:54.656Z] 3c20671a5817: Preparing [2024-08-12T05:15:54.656Z] 57f5537d0604: Waiting [2024-08-12T05:15:54.656Z] 3c20671a5817: Waiting [2024-08-12T05:15:54.656Z] 2a6258b8c5b9: Layer already exists [2024-08-12T05:15:54.656Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:54.656Z] 67d46955b490: Layer already exists [2024-08-12T05:15:54.656Z] 739f2803e015: Layer already exists [2024-08-12T05:15:54.656Z] 4f689345f6d3: Layer already exists [2024-08-12T05:15:54.656Z] 57f5537d0604: Layer already exists [2024-08-12T05:15:54.656Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:54.656Z] 3.2.0-dev.50: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:55.008Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:55.359Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:55.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-12T05:15:55.359Z] 4f689345f6d3: Preparing [2024-08-12T05:15:55.359Z] 2a6258b8c5b9: Preparing [2024-08-12T05:15:55.359Z] cb6823dd3a41: Preparing [2024-08-12T05:15:55.359Z] 739f2803e015: Preparing [2024-08-12T05:15:55.359Z] 67d46955b490: Preparing [2024-08-12T05:15:55.359Z] 57f5537d0604: Preparing [2024-08-12T05:15:55.359Z] 3c20671a5817: Preparing [2024-08-12T05:15:55.359Z] 57f5537d0604: Waiting [2024-08-12T05:15:55.359Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:55.359Z] 67d46955b490: Layer already exists [2024-08-12T05:15:55.359Z] 4f689345f6d3: Layer already exists [2024-08-12T05:15:55.359Z] 739f2803e015: Layer already exists [2024-08-12T05:15:55.359Z] 2a6258b8c5b9: Layer already exists [2024-08-12T05:15:55.359Z] 57f5537d0604: Layer already exists [2024-08-12T05:15:55.359Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:55.359Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:55.969Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:56.312Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-12T05:15:56.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-12T05:15:56.312Z] 4f689345f6d3: Preparing [2024-08-12T05:15:56.312Z] 2a6258b8c5b9: Preparing [2024-08-12T05:15:56.312Z] cb6823dd3a41: Preparing [2024-08-12T05:15:56.312Z] 739f2803e015: Preparing [2024-08-12T05:15:56.312Z] 67d46955b490: Preparing [2024-08-12T05:15:56.312Z] 57f5537d0604: Preparing [2024-08-12T05:15:56.312Z] 3c20671a5817: Preparing [2024-08-12T05:15:56.312Z] 57f5537d0604: Waiting [2024-08-12T05:15:56.312Z] 3c20671a5817: Waiting [2024-08-12T05:15:56.312Z] 4f689345f6d3: Layer already exists [2024-08-12T05:15:56.312Z] 739f2803e015: Layer already exists [2024-08-12T05:15:56.312Z] 67d46955b490: Layer already exists [2024-08-12T05:15:56.312Z] 2a6258b8c5b9: Layer already exists [2024-08-12T05:15:56.312Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:56.312Z] 57f5537d0604: Layer already exists [2024-08-12T05:15:56.312Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:56.579Z] main: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:15:56.655Z] ===================================================== [Pipeline] echo [2024-08-12T05:15:56.668Z] taggedImages: [2024-08-12T05:15:56.668Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:56.668Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-12T05:15:56.668Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.50 [2024-08-12T05:15:56.668Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:56.668Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-12T05:15:56.692Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-12T05:15:56.692Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:56.692Z] latest [2024-08-12T05:15:56.692Z] 3.2.0-dev.50 [2024-08-12T05:15:56.692Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:15:56.692Z] main [2024-08-12T05:15:56.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:57.046Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:15:57.396Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:15:57.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-12T05:15:57.396Z] d2bfa13b63d5: Preparing [2024-08-12T05:15:57.396Z] 77260b847385: Preparing [2024-08-12T05:15:57.396Z] cb6823dd3a41: Preparing [2024-08-12T05:15:57.396Z] 739f2803e015: Preparing [2024-08-12T05:15:57.396Z] 67d46955b490: Preparing [2024-08-12T05:15:57.396Z] 57f5537d0604: Preparing [2024-08-12T05:15:57.396Z] 3c20671a5817: Preparing [2024-08-12T05:15:57.396Z] 57f5537d0604: Waiting [2024-08-12T05:15:57.396Z] 3c20671a5817: Waiting [2024-08-12T05:15:57.396Z] cb6823dd3a41: Layer already exists [2024-08-12T05:15:57.396Z] 739f2803e015: Layer already exists [2024-08-12T05:15:57.397Z] 67d46955b490: Layer already exists [2024-08-12T05:15:57.662Z] 57f5537d0604: Layer already exists [2024-08-12T05:15:57.662Z] 3c20671a5817: Layer already exists [2024-08-12T05:15:57.662Z] d2bfa13b63d5: Pushed [2024-08-12T05:16:05.841Z] 77260b847385: Pushed [2024-08-12T05:16:05.842Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:06.190Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:06.526Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-12T05:16:06.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-12T05:16:06.526Z] d2bfa13b63d5: Preparing [2024-08-12T05:16:06.526Z] 77260b847385: Preparing [2024-08-12T05:16:06.526Z] cb6823dd3a41: Preparing [2024-08-12T05:16:06.526Z] 739f2803e015: Preparing [2024-08-12T05:16:06.526Z] 67d46955b490: Preparing [2024-08-12T05:16:06.526Z] 57f5537d0604: Preparing [2024-08-12T05:16:06.526Z] 3c20671a5817: Preparing [2024-08-12T05:16:06.526Z] 57f5537d0604: Waiting [2024-08-12T05:16:06.526Z] 3c20671a5817: Waiting [2024-08-12T05:16:06.526Z] 77260b847385: Layer already exists [2024-08-12T05:16:06.526Z] 739f2803e015: Layer already exists [2024-08-12T05:16:06.526Z] 67d46955b490: Layer already exists [2024-08-12T05:16:06.526Z] d2bfa13b63d5: Layer already exists [2024-08-12T05:16:06.526Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:06.526Z] 57f5537d0604: Layer already exists [2024-08-12T05:16:06.526Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:06.798Z] latest: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:07.156Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:07.517Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.50 [2024-08-12T05:16:07.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-12T05:16:07.517Z] d2bfa13b63d5: Preparing [2024-08-12T05:16:07.517Z] 77260b847385: Preparing [2024-08-12T05:16:07.517Z] cb6823dd3a41: Preparing [2024-08-12T05:16:07.517Z] 739f2803e015: Preparing [2024-08-12T05:16:07.517Z] 67d46955b490: Preparing [2024-08-12T05:16:07.517Z] 57f5537d0604: Preparing [2024-08-12T05:16:07.517Z] 3c20671a5817: Preparing [2024-08-12T05:16:07.517Z] 57f5537d0604: Waiting [2024-08-12T05:16:07.517Z] 3c20671a5817: Waiting [2024-08-12T05:16:07.517Z] 67d46955b490: Layer already exists [2024-08-12T05:16:07.517Z] 739f2803e015: Layer already exists [2024-08-12T05:16:07.517Z] d2bfa13b63d5: Layer already exists [2024-08-12T05:16:07.517Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:07.517Z] 77260b847385: Layer already exists [2024-08-12T05:16:07.517Z] 57f5537d0604: Layer already exists [2024-08-12T05:16:07.517Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:07.517Z] 3.2.0-dev.50: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:07.862Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:08.201Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:16:08.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-12T05:16:08.202Z] d2bfa13b63d5: Preparing [2024-08-12T05:16:08.202Z] 77260b847385: Preparing [2024-08-12T05:16:08.202Z] cb6823dd3a41: Preparing [2024-08-12T05:16:08.202Z] 739f2803e015: Preparing [2024-08-12T05:16:08.202Z] 67d46955b490: Preparing [2024-08-12T05:16:08.202Z] 57f5537d0604: Preparing [2024-08-12T05:16:08.202Z] 3c20671a5817: Preparing [2024-08-12T05:16:08.202Z] 57f5537d0604: Waiting [2024-08-12T05:16:08.202Z] 3c20671a5817: Waiting [2024-08-12T05:16:08.202Z] 739f2803e015: Layer already exists [2024-08-12T05:16:08.202Z] 67d46955b490: Layer already exists [2024-08-12T05:16:08.202Z] d2bfa13b63d5: Layer already exists [2024-08-12T05:16:08.202Z] 77260b847385: Layer already exists [2024-08-12T05:16:08.202Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:08.202Z] 57f5537d0604: Layer already exists [2024-08-12T05:16:08.202Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:08.466Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:08.812Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:09.152Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-12T05:16:09.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-12T05:16:09.153Z] d2bfa13b63d5: Preparing [2024-08-12T05:16:09.153Z] 77260b847385: Preparing [2024-08-12T05:16:09.153Z] cb6823dd3a41: Preparing [2024-08-12T05:16:09.153Z] 739f2803e015: Preparing [2024-08-12T05:16:09.153Z] 67d46955b490: Preparing [2024-08-12T05:16:09.153Z] 57f5537d0604: Preparing [2024-08-12T05:16:09.153Z] 3c20671a5817: Preparing [2024-08-12T05:16:09.153Z] 57f5537d0604: Waiting [2024-08-12T05:16:09.153Z] 3c20671a5817: Waiting [2024-08-12T05:16:09.153Z] 67d46955b490: Layer already exists [2024-08-12T05:16:09.153Z] d2bfa13b63d5: Layer already exists [2024-08-12T05:16:09.153Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:09.153Z] 77260b847385: Layer already exists [2024-08-12T05:16:09.153Z] 739f2803e015: Layer already exists [2024-08-12T05:16:09.153Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:09.153Z] 57f5537d0604: Layer already exists [2024-08-12T05:16:09.416Z] main: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:16:09.494Z] ===================================================== [Pipeline] echo [2024-08-12T05:16:09.507Z] taggedImages: [2024-08-12T05:16:09.508Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:16:09.508Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-12T05:16:09.508Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.50 [2024-08-12T05:16:09.508Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:16:09.508Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-12T05:16:09.543Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-12T05:16:09.543Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:16:09.543Z] latest [2024-08-12T05:16:09.543Z] 3.2.0-dev.50 [2024-08-12T05:16:09.543Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:16:09.543Z] main [2024-08-12T05:16:09.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:09.899Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:10.248Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:16:10.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-12T05:16:10.248Z] d674bd8d66db: Preparing [2024-08-12T05:16:10.248Z] 113ce3921447: Preparing [2024-08-12T05:16:10.248Z] cb6823dd3a41: Preparing [2024-08-12T05:16:10.248Z] 739f2803e015: Preparing [2024-08-12T05:16:10.248Z] 049a1211a11e: Preparing [2024-08-12T05:16:10.248Z] dc1536ae9f2e: Preparing [2024-08-12T05:16:10.248Z] 3c20671a5817: Preparing [2024-08-12T05:16:10.248Z] dc1536ae9f2e: Waiting [2024-08-12T05:16:10.248Z] 3c20671a5817: Waiting [2024-08-12T05:16:10.824Z] 049a1211a11e: Layer already exists [2024-08-12T05:16:10.824Z] 739f2803e015: Layer already exists [2024-08-12T05:16:10.824Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:10.824Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:16:10.824Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:10.824Z] d674bd8d66db: Pushed [2024-08-12T05:16:17.437Z] 113ce3921447: Pushed [2024-08-12T05:16:17.701Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:18.041Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:18.373Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-12T05:16:18.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-12T05:16:18.373Z] d674bd8d66db: Preparing [2024-08-12T05:16:18.373Z] 113ce3921447: Preparing [2024-08-12T05:16:18.373Z] cb6823dd3a41: Preparing [2024-08-12T05:16:18.373Z] 739f2803e015: Preparing [2024-08-12T05:16:18.373Z] 049a1211a11e: Preparing [2024-08-12T05:16:18.373Z] dc1536ae9f2e: Preparing [2024-08-12T05:16:18.373Z] 3c20671a5817: Preparing [2024-08-12T05:16:18.373Z] dc1536ae9f2e: Waiting [2024-08-12T05:16:18.373Z] 3c20671a5817: Waiting [2024-08-12T05:16:18.373Z] 049a1211a11e: Layer already exists [2024-08-12T05:16:18.373Z] 739f2803e015: Layer already exists [2024-08-12T05:16:18.373Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:18.373Z] 113ce3921447: Layer already exists [2024-08-12T05:16:18.373Z] d674bd8d66db: Layer already exists [2024-08-12T05:16:18.373Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:18.373Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:16:18.640Z] latest: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:18.986Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:19.333Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.50 [2024-08-12T05:16:19.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-12T05:16:19.333Z] d674bd8d66db: Preparing [2024-08-12T05:16:19.333Z] 113ce3921447: Preparing [2024-08-12T05:16:19.333Z] cb6823dd3a41: Preparing [2024-08-12T05:16:19.333Z] 739f2803e015: Preparing [2024-08-12T05:16:19.333Z] 049a1211a11e: Preparing [2024-08-12T05:16:19.333Z] dc1536ae9f2e: Preparing [2024-08-12T05:16:19.333Z] 3c20671a5817: Preparing [2024-08-12T05:16:19.333Z] dc1536ae9f2e: Waiting [2024-08-12T05:16:19.333Z] 3c20671a5817: Waiting [2024-08-12T05:16:19.333Z] 739f2803e015: Layer already exists [2024-08-12T05:16:19.333Z] 113ce3921447: Layer already exists [2024-08-12T05:16:19.333Z] 049a1211a11e: Layer already exists [2024-08-12T05:16:19.333Z] d674bd8d66db: Layer already exists [2024-08-12T05:16:19.333Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:19.333Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:16:19.333Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:19.333Z] 3.2.0-dev.50: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:19.681Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:20.016Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:16:20.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-12T05:16:20.016Z] d674bd8d66db: Preparing [2024-08-12T05:16:20.016Z] 113ce3921447: Preparing [2024-08-12T05:16:20.016Z] cb6823dd3a41: Preparing [2024-08-12T05:16:20.016Z] 739f2803e015: Preparing [2024-08-12T05:16:20.016Z] 049a1211a11e: Preparing [2024-08-12T05:16:20.016Z] dc1536ae9f2e: Preparing [2024-08-12T05:16:20.016Z] 3c20671a5817: Preparing [2024-08-12T05:16:20.016Z] 3c20671a5817: Waiting [2024-08-12T05:16:20.016Z] dc1536ae9f2e: Waiting [2024-08-12T05:16:20.016Z] 049a1211a11e: Layer already exists [2024-08-12T05:16:20.016Z] d674bd8d66db: Layer already exists [2024-08-12T05:16:20.016Z] 739f2803e015: Layer already exists [2024-08-12T05:16:20.016Z] 113ce3921447: Layer already exists [2024-08-12T05:16:20.016Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:20.016Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:20.016Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:16:20.016Z] 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:20.626Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:20.977Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-12T05:16:20.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-12T05:16:20.977Z] d674bd8d66db: Preparing [2024-08-12T05:16:20.977Z] 113ce3921447: Preparing [2024-08-12T05:16:20.977Z] cb6823dd3a41: Preparing [2024-08-12T05:16:20.977Z] 739f2803e015: Preparing [2024-08-12T05:16:20.977Z] 049a1211a11e: Preparing [2024-08-12T05:16:20.977Z] dc1536ae9f2e: Preparing [2024-08-12T05:16:20.977Z] 3c20671a5817: Preparing [2024-08-12T05:16:20.977Z] dc1536ae9f2e: Waiting [2024-08-12T05:16:20.977Z] 3c20671a5817: Waiting [2024-08-12T05:16:20.977Z] d674bd8d66db: Layer already exists [2024-08-12T05:16:20.977Z] 113ce3921447: Layer already exists [2024-08-12T05:16:20.977Z] 739f2803e015: Layer already exists [2024-08-12T05:16:20.977Z] 049a1211a11e: Layer already exists [2024-08-12T05:16:20.977Z] cb6823dd3a41: Layer already exists [2024-08-12T05:16:20.977Z] dc1536ae9f2e: Layer already exists [2024-08-12T05:16:20.977Z] 3c20671a5817: Layer already exists [2024-08-12T05:16:21.241Z] main: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-12T05:16:21.315Z] ===================================================== [Pipeline] echo [2024-08-12T05:16:21.328Z] taggedImages: [2024-08-12T05:16:21.328Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [2024-08-12T05:16:21.328Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-12T05:16:21.328Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.50 [2024-08-12T05:16:21.328Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [2024-08-12T05:16:21.328Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:21.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-12T05:16:21.712Z] [2024-08-12T05:16:21.712Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:22.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-12T05:16:22.034Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-12T05:16:22.034Z] 8998bd30e6a1: Pulling fs layer [2024-08-12T05:16:22.034Z] 04944245beec: Pulling fs layer [2024-08-12T05:16:22.034Z] 699f458cf7ca: Pulling fs layer [2024-08-12T05:16:22.034Z] 765212b225bb: Pulling fs layer [2024-08-12T05:16:22.034Z] f23df028b6ca: Pulling fs layer [2024-08-12T05:16:22.034Z] d65c8cfc05b1: Pulling fs layer [2024-08-12T05:16:22.034Z] 2437ff75d9bd: Pulling fs layer [2024-08-12T05:16:22.034Z] 765212b225bb: Waiting [2024-08-12T05:16:22.034Z] f23df028b6ca: Waiting [2024-08-12T05:16:22.034Z] d65c8cfc05b1: Waiting [2024-08-12T05:16:22.034Z] 2437ff75d9bd: Waiting [2024-08-12T05:16:22.299Z] 04944245beec: Verifying Checksum [2024-08-12T05:16:22.299Z] 04944245beec: Download complete [2024-08-12T05:16:22.299Z] 765212b225bb: Verifying Checksum [2024-08-12T05:16:22.299Z] 765212b225bb: Download complete [2024-08-12T05:16:22.299Z] f23df028b6ca: Verifying Checksum [2024-08-12T05:16:22.299Z] f23df028b6ca: Download complete [2024-08-12T05:16:22.299Z] d65c8cfc05b1: Verifying Checksum [2024-08-12T05:16:22.299Z] d65c8cfc05b1: Download complete [2024-08-12T05:16:22.566Z] 699f458cf7ca: Verifying Checksum [2024-08-12T05:16:22.830Z] 8998bd30e6a1: Verifying Checksum [2024-08-12T05:16:22.830Z] 8998bd30e6a1: Download complete [2024-08-12T05:16:25.396Z] 2437ff75d9bd: Verifying Checksum [2024-08-12T05:16:25.396Z] 2437ff75d9bd: Download complete [2024-08-12T05:16:27.322Z] 8998bd30e6a1: Pull complete [2024-08-12T05:16:27.900Z] 04944245beec: Pull complete [2024-08-12T05:16:29.299Z] 699f458cf7ca: Pull complete [2024-08-12T05:16:29.564Z] 765212b225bb: Pull complete [2024-08-12T05:16:30.518Z] f23df028b6ca: Pull complete [2024-08-12T05:16:30.781Z] d65c8cfc05b1: Pull complete [2024-08-12T05:16:48.962Z] 2437ff75d9bd: Pull complete [2024-08-12T05:16:48.962Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-12T05:16:48.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-12T05:16:48.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:16:49.159Z] prd-ubuntu20.04-docker-arm64-4c-16g-7539 does not seem to be running inside a container [2024-08-12T05:16:49.207Z] $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-08-12T05:16:50.978Z] $ docker top 96c8575bf67bb8a22523e21e6cfa7c477b0cd913acaeebd2bb7d23873cdb44e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:16:51.914Z] ---> job-cost.sh [2024-08-12T05:16:51.914Z] lf-activate-venv: SKIPPING [2024-08-12T05:16:51.914Z] INFO: No Stack... [2024-08-12T05:16:52.179Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-12T05:16:53.134Z] INFO: Archiving Costs [Pipeline] sh [2024-08-12T05:16:53.763Z] + cat /w/workspace/edgex-go/668/archives/cost.csv [2024-08-12T05:16:53.763Z] + cut -d, -f6 [Pipeline] lock [2024-08-12T05:16:53.799Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-668-stack-cost] [2024-08-12T05:16:53.807Z] Resource [jenkins-edgexfoundry-edgex-go-main-668-stack-cost] did not exist. Created. [2024-08-12T05:16:53.814Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-668-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-12T05:16:54.458Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-12T05:16:55.195Z] Stashed 1 file(s) [Pipeline] } [2024-08-12T05:16:55.209Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-668-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-12T05:16:55.236Z] $ docker stop --time=1 96c8575bf67bb8a22523e21e6cfa7c477b0cd913acaeebd2bb7d23873cdb44e4 [2024-08-12T05:16:56.750Z] $ docker rm -f --volumes 96c8575bf67bb8a22523e21e6cfa7c477b0cd913acaeebd2bb7d23873cdb44e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-08-12T05:16:57.308Z] provisioning config files... [2024-08-12T05:16:57.315Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/668@tmp/config4557301479483785648tmp [Pipeline] { [Pipeline] sh [2024-08-12T05:16:57.633Z] + set +x [2024-08-12T05:16:57.633Z] + bash -s -- [2024-08-12T05:16:57.633Z] + curl -s https://codecov.io/bash [2024-08-12T05:16:57.633Z] [2024-08-12T05:16:57.633Z] _____ _ [2024-08-12T05:16:57.633Z] / ____| | | [2024-08-12T05:16:57.633Z] | | ___ __| | ___ ___ _____ __ [2024-08-12T05:16:57.633Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-12T05:16:57.633Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-12T05:16:57.633Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-12T05:16:57.633Z] Bash-1.0.6 [2024-08-12T05:16:57.633Z] [2024-08-12T05:16:57.633Z] [2024-08-12T05:16:57.633Z] ==> git version 2.25.1 found [2024-08-12T05:16:57.633Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-08-12T05:16:57.633Z] Release-Date: 2020-01-08 [2024-08-12T05:16:57.633Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-08-12T05:16:57.633Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-12T05:16:57.633Z] ==> Jenkins CI detected. [2024-08-12T05:16:57.633Z] current dir:  /w/workspace/edgex-go/668 [2024-08-12T05:16:57.633Z] project root: . [2024-08-12T05:16:57.633Z] --> token set from env [2024-08-12T05:16:57.633Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-12T05:16:57.890Z] ==> Running gcov in . (disable via -X gcov) [2024-08-12T05:16:57.890Z] ==> Python coveragepy not found [2024-08-12T05:16:57.890Z] ==> Searching for coverage reports in: [2024-08-12T05:16:57.890Z] + . [2024-08-12T05:16:57.890Z] -> Found 1 reports [2024-08-12T05:16:57.890Z] ==> Detecting git/mercurial file structure [2024-08-12T05:16:57.890Z] ==> Reading reports [2024-08-12T05:16:57.890Z] + ./coverage.out bytes=504073 [2024-08-12T05:16:57.890Z] ==> Appending adjustments [2024-08-12T05:16:57.890Z] https://docs.codecov.io/docs/fixing-reports [2024-08-12T05:16:58.826Z] + Found adjustments [2024-08-12T05:16:58.826Z] ==> Gzipping contents [2024-08-12T05:16:58.826Z] 64K /tmp/codecov.mrecA9.gz [2024-08-12T05:16:58.826Z] ==> Uploading reports [2024-08-12T05:16:58.826Z] url: https://codecov.io [2024-08-12T05:16:58.826Z] query: branch=main&commit=5b52836589dd35a32aa4e46bc21db318ab9ee317&build=668&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F668%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-12T05:16:58.826Z] -> Pinging Codecov [2024-08-12T05:16:58.826Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=5b52836589dd35a32aa4e46bc21db318ab9ee317&build=668&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F668%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-12T05:16:58.826Z] -> Uploading to [2024-08-12T05:16:58.826Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-12/00271124DB129430A58F1EEE437C3FCB/5b52836589dd35a32aa4e46bc21db318ab9ee317/eae1bfd0-b2ff-4751-88d5-624e0c9258a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240812%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240812T051658Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=390fdf2e665caa29e8dbc92e01b77bb20132476aa75ca356324bd0371e9d5939 [2024-08-12T05:16:58.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:16:58.826Z] Dload Upload Total Spent Left Speed [2024-08-12T05:16:59.083Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64516 0 0 100 64516 0 221k --:--:-- --:--:-- --:--:-- 221k [2024-08-12T05:16:59.084Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [2024-08-12T05:16:59.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-12T05:16:59.352Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-12T05:16:59.374Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:59.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-12T05:16:59.677Z] [2024-08-12T05:16:59.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:16:59.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-12T05:16:59.980Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-12T05:16:59.981Z] 619be1103602: Already exists [2024-08-12T05:16:59.981Z] f8ea3408117e: Pulling fs layer [2024-08-12T05:16:59.981Z] 91320369b822: Pulling fs layer [2024-08-12T05:16:59.981Z] 0406650e8295: Pulling fs layer [2024-08-12T05:16:59.981Z] 4f4fb700ef54: Pulling fs layer [2024-08-12T05:16:59.981Z] 96d80e3f36e1: Pulling fs layer [2024-08-12T05:16:59.981Z] bcf3aedb951c: Pulling fs layer [2024-08-12T05:16:59.981Z] 4f4fb700ef54: Waiting [2024-08-12T05:16:59.981Z] bcf3aedb951c: Waiting [2024-08-12T05:16:59.981Z] 0406650e8295: Verifying Checksum [2024-08-12T05:16:59.981Z] 0406650e8295: Download complete [2024-08-12T05:16:59.981Z] f8ea3408117e: Download complete [2024-08-12T05:16:59.981Z] 4f4fb700ef54: Download complete [2024-08-12T05:16:59.981Z] f8ea3408117e: Pull complete [2024-08-12T05:17:00.240Z] 96d80e3f36e1: Verifying Checksum [2024-08-12T05:17:00.240Z] 96d80e3f36e1: Download complete [2024-08-12T05:17:00.498Z] 91320369b822: Verifying Checksum [2024-08-12T05:17:00.498Z] 91320369b822: Download complete [2024-08-12T05:17:01.064Z] bcf3aedb951c: Verifying Checksum [2024-08-12T05:17:01.064Z] bcf3aedb951c: Download complete [2024-08-12T05:17:03.595Z] 91320369b822: Pull complete [2024-08-12T05:17:03.595Z] 0406650e8295: Pull complete [2024-08-12T05:17:03.595Z] 4f4fb700ef54: Pull complete [2024-08-12T05:17:03.853Z] 96d80e3f36e1: Pull complete [2024-08-12T05:17:07.134Z] bcf3aedb951c: Pull complete [2024-08-12T05:17:07.134Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-12T05:17:07.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-12T05:17:07.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:17:07.229Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T05:17:07.250Z] $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-08-12T05:17:11.731Z] $ docker top e38014a5f0f1f3e6e006a00e1feed97a95ff6b5c0a4451f11af6aae51a80129e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-12T05:17:12.074Z] + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] echo [2024-08-12T05:17:12.085Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-12T05:17:12.360Z] + set -o pipefail [2024-08-12T05:17:12.360Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-12T05:17:20.476Z] [2024-08-12T05:17:20.476Z] Monitoring /w/workspace/edgex-go/668 (github.com/edgexfoundry/edgex-go)... [2024-08-12T05:17:20.476Z] [2024-08-12T05:17:20.476Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/849aa82e-313f-4b99-a0b8-f59dfd53fa5e [2024-08-12T05:17:20.476Z] [2024-08-12T05:17:20.476Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-12T05:17:20.476Z] [2024-08-12T05:17:21.045Z] [2024-08-12T05:17:21.045Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-12T05:17:21.045Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-12T05:17:21.051Z] $ docker stop --time=1 e38014a5f0f1f3e6e006a00e1feed97a95ff6b5c0a4451f11af6aae51a80129e [2024-08-12T05:17:24.799Z] $ docker rm -f --volumes e38014a5f0f1f3e6e006a00e1feed97a95ff6b5c0a4451f11af6aae51a80129e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-12T05:17:25.371Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-12T05:17:25.390Z] provisioning config files... [2024-08-12T05:17:25.398Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/668@tmp/config2790755640921596646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:17:25.701Z] --> edgex-publish-swagger.sh [2024-08-12T05:17:25.701Z] === Publish openapi/v3 API === [2024-08-12T05:17:25.701Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-12T05:17:25.701Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/668/openapi/v3/core-command.yaml] [2024-08-12T05:17:25.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:25.701Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:26.272Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 50433 --:--:-- --:--:-- --:--:-- 50433 [2024-08-12T05:17:26.272Z] [2024-08-12T05:17:26.272Z] [2024-08-12T05:17:26.272Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/668/openapi/v3/core-data.yaml] [2024-08-12T05:17:26.272Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:26.272Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:26.842Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 131k --:--:-- --:--:-- --:--:-- 130k 100 72043 0 0 100 72043 0 131k --:--:-- --:--:-- --:--:-- 130k [2024-08-12T05:17:26.842Z] [2024-08-12T05:17:26.842Z] [2024-08-12T05:17:26.842Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/668/openapi/v3/core-keeper.yaml] [2024-08-12T05:17:26.842Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:26.842Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:27.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 185 92453 --:--:-- --:--:-- --:--:-- 92639 [2024-08-12T05:17:27.102Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-12T05:17:27.102Z] [2024-08-12T05:17:27.102Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/668/openapi/v3/core-metadata.yaml] [2024-08-12T05:17:27.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:27.102Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:27.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 294 281k --:--:-- --:--:-- --:--:-- 281k 100 149k 100 156 100 148k 294 281k --:--:-- --:--:-- --:--:-- 281k [2024-08-12T05:17:27.672Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-12T05:17:27.672Z] [2024-08-12T05:17:27.672Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/668/openapi/v3/support-cron-scheduler.yaml] [2024-08-12T05:17:27.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:27.672Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:28.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42902 100 66 100 42836 197 124k --:--:-- --:--:-- --:--:-- 125k [2024-08-12T05:17:28.241Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-12T05:17:28.241Z] [2024-08-12T05:17:28.241Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/668/openapi/v3/support-notifications.yaml] [2024-08-12T05:17:28.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:28.241Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:28.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 345 188k --:--:-- --:--:-- --:--:-- 188k [2024-08-12T05:17:28.501Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-12T05:17:28.501Z] [2024-08-12T05:17:28.501Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/668/openapi/v3/support-scheduler.yaml] [2024-08-12T05:17:28.501Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-12T05:17:28.501Z] Dload Upload Total Spent Left Speed [2024-08-12T05:17:29.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 330 78292 --:--:-- --:--:-- --:--:-- 78456 [2024-08-12T05:17:29.070Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-12T05:17:29.070Z] [Pipeline] } [2024-08-12T05:17:29.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-08-12T05:17:29.495Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-12T05:17:29.496Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:17:29.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-12T05:17:29.807Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:17:29.892Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T05:17:29.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-12T05:17:30.372Z] $ docker top a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 -eo pid,comm [2024-08-12T05:17:30.429Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-12T05:17:30.429Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-12T05:17:30.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-12T05:17:30.498Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-12T05:17:30.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-12T05:17:30.606Z] $ docker exec a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 ssh-agent [2024-08-12T05:17:30.726Z] SSH_AUTH_SOCK=/tmp/ssh-s6CCmyPGfkOq/agent.32 [2024-08-12T05:17:30.726Z] SSH_AGENT_PID=38 [2024-08-12T05:17:30.731Z] Running ssh-add (command line suppressed) [2024-08-12T05:17:30.820Z] Identity added: /w/workspace/edgex-go/668@tmp/private_key_6906273853059817064.key (/w/workspace/edgex-go/668@tmp/private_key_6906273853059817064.key) [2024-08-12T05:17:30.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-12T05:17:31.134Z] + git semver tag [2024-08-12T05:17:31.392Z] 2024-08-12 05:17:31,350 [run_tag] DEBUG tag force:False [2024-08-12T05:17:31.392Z] 2024-08-12 05:17:31,350 [check_head_tag] DEBUG check head tag [2024-08-12T05:17:31.392Z] 2024-08-12 05:17:31,353 [execute] INFO git cat-file --batch-check [2024-08-12T05:17:31.392Z] 2024-08-12 05:17:31,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=) [2024-08-12T05:17:31.392Z] 2024-08-12 05:17:31,356 [execute] INFO git cat-file --batch [2024-08-12T05:17:31.392Z] 2024-08-12 05:17:31,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=) [2024-08-12T05:17:31.651Z] 2024-08-12 05:17:31,395 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:31.651Z] 2024-08-12 05:17:31,395 [execute] INFO git tag -a v3.2.0-dev.50 -m v3.2.0-dev.50 [2024-08-12T05:17:31.651Z] 2024-08-12 05:17:31,396 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.50', '-m', 'v3.2.0-dev.50'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=None) [2024-08-12T05:17:31.651Z] 2024-08-12 05:17:31,399 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:31.651Z] 3.2.0-dev.50 [Pipeline] } [2024-08-12T05:17:31.653Z] $ docker exec --env ******** --env ******** a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 ssh-agent -k [2024-08-12T05:17:31.738Z] unset SSH_AUTH_SOCK; [2024-08-12T05:17:31.738Z] unset SSH_AGENT_PID; [2024-08-12T05:17:31.738Z] echo Agent pid 38 killed; [2024-08-12T05:17:31.757Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-12T05:17:32.080Z] + git semver [Pipeline] } [2024-08-12T05:17:32.346Z] $ docker stop --time=1 a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 [2024-08-12T05:17:33.619Z] $ docker rm -f --volumes a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:17:34.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-12T05:17:34.031Z] [2024-08-12T05:17:34.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:17:34.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-12T05:17:34.336Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-12T05:17:34.336Z] ab5ef0e58194: Pulling fs layer [2024-08-12T05:17:34.336Z] 9712f1f96733: Pulling fs layer [2024-08-12T05:17:34.336Z] 63f879dbbcfc: Pulling fs layer [2024-08-12T05:17:34.336Z] 0d9ebad4ef96: Pulling fs layer [2024-08-12T05:17:34.336Z] e9a5061849ea: Pulling fs layer [2024-08-12T05:17:34.336Z] d747dcd14b5f: Pulling fs layer [2024-08-12T05:17:34.336Z] 2de7ff778b66: Pulling fs layer [2024-08-12T05:17:34.336Z] 0d9ebad4ef96: Waiting [2024-08-12T05:17:34.336Z] d747dcd14b5f: Waiting [2024-08-12T05:17:34.336Z] e9a5061849ea: Waiting [2024-08-12T05:17:34.336Z] 9712f1f96733: Verifying Checksum [2024-08-12T05:17:34.336Z] 9712f1f96733: Download complete [2024-08-12T05:17:34.594Z] 63f879dbbcfc: Verifying Checksum [2024-08-12T05:17:34.594Z] 63f879dbbcfc: Download complete [2024-08-12T05:17:34.850Z] 0d9ebad4ef96: Verifying Checksum [2024-08-12T05:17:34.850Z] 0d9ebad4ef96: Download complete [2024-08-12T05:17:34.850Z] d747dcd14b5f: Verifying Checksum [2024-08-12T05:17:34.850Z] d747dcd14b5f: Download complete [2024-08-12T05:17:34.850Z] e9a5061849ea: Verifying Checksum [2024-08-12T05:17:34.850Z] e9a5061849ea: Download complete [2024-08-12T05:17:34.850Z] ab5ef0e58194: Download complete [2024-08-12T05:17:35.106Z] 2de7ff778b66: Verifying Checksum [2024-08-12T05:17:35.106Z] 2de7ff778b66: Download complete [2024-08-12T05:17:37.632Z] ab5ef0e58194: Pull complete [2024-08-12T05:17:37.632Z] 9712f1f96733: Pull complete [2024-08-12T05:17:38.196Z] 63f879dbbcfc: Pull complete [2024-08-12T05:17:41.478Z] 0d9ebad4ef96: Pull complete [2024-08-12T05:17:41.478Z] e9a5061849ea: Pull complete [2024-08-12T05:17:41.737Z] d747dcd14b5f: Pull complete [2024-08-12T05:17:42.670Z] 2de7ff778b66: Pull complete [2024-08-12T05:17:42.670Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-12T05:17:42.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-12T05:17:42.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:17:42.765Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T05:17:42.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-08-12T05:17:46.875Z] $ docker top ff7b47dc86f6227e82f761c76b44900c2226f6a5a3db5326b83bff62143cd06b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-12T05:17:46.952Z] provisioning config files... [2024-08-12T05:17:46.957Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/668@tmp/config2948225643985618043tmp [2024-08-12T05:17:46.967Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/668@tmp/config5115389833898391847tmp [2024-08-12T05:17:46.975Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/668@tmp/config10009114729989373134tmp [Pipeline] { [Pipeline] echo [2024-08-12T05:17:47.048Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:17:47.345Z] ---> sigul-configuration.sh [2024-08-12T05:17:47.345Z] gpg: directory `/root/.gnupg' created [2024-08-12T05:17:47.345Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-12T05:17:47.345Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-12T05:17:47.345Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-12T05:17:47.345Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-12T05:17:47.345Z] gpg: CAST5 encrypted data [2024-08-12T05:17:47.345Z] gpg: encrypted with 1 passphrase [2024-08-12T05:17:47.345Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-12T05:17:47.641Z] + mkdir /home/jenkins [2024-08-12T05:17:47.641Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-12T05:17:47.932Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2024-08-12T05:17:47.944Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:17:48.233Z] ---> sigul-install.sh [2024-08-12T05:17:48.233Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-12T05:17:48.523Z] + git tag --list [2024-08-12T05:17:48.523Z] 0.6.0 [2024-08-12T05:17:48.523Z] 0.6.1 [2024-08-12T05:17:48.523Z] 0.7.0 [2024-08-12T05:17:48.523Z] 0.7.1 [2024-08-12T05:17:48.523Z] v1.0.0 [2024-08-12T05:17:48.523Z] v1.0.1 [2024-08-12T05:17:48.523Z] v1.1.0 [2024-08-12T05:17:48.523Z] v1.2.0 [2024-08-12T05:17:48.523Z] v1.2.1 [2024-08-12T05:17:48.523Z] v1.3.0 [2024-08-12T05:17:48.523Z] v1.3.1 [2024-08-12T05:17:48.523Z] v2.0.0 [2024-08-12T05:17:48.523Z] v2.1.0 [2024-08-12T05:17:48.523Z] v2.1.1 [2024-08-12T05:17:48.523Z] v2.2.0 [2024-08-12T05:17:48.523Z] v2.3.0 [2024-08-12T05:17:48.523Z] v3.0 [2024-08-12T05:17:48.523Z] v3.0.0 [2024-08-12T05:17:48.523Z] v3.1 [2024-08-12T05:17:48.523Z] v3.1.0 [2024-08-12T05:17:48.523Z] v3.1.0-dev.1 [2024-08-12T05:17:48.523Z] v3.1.0-dev.10 [2024-08-12T05:17:48.523Z] v3.1.0-dev.11 [2024-08-12T05:17:48.523Z] v3.1.0-dev.12 [2024-08-12T05:17:48.523Z] v3.1.0-dev.13 [2024-08-12T05:17:48.523Z] v3.1.0-dev.14 [2024-08-12T05:17:48.523Z] v3.1.0-dev.15 [2024-08-12T05:17:48.523Z] v3.1.0-dev.16 [2024-08-12T05:17:48.523Z] v3.1.0-dev.17 [2024-08-12T05:17:48.523Z] v3.1.0-dev.18 [2024-08-12T05:17:48.523Z] v3.1.0-dev.19 [2024-08-12T05:17:48.523Z] v3.1.0-dev.2 [2024-08-12T05:17:48.523Z] v3.1.0-dev.20 [2024-08-12T05:17:48.523Z] v3.1.0-dev.21 [2024-08-12T05:17:48.523Z] v3.1.0-dev.22 [2024-08-12T05:17:48.523Z] v3.1.0-dev.23 [2024-08-12T05:17:48.523Z] v3.1.0-dev.24 [2024-08-12T05:17:48.523Z] v3.1.0-dev.25 [2024-08-12T05:17:48.523Z] v3.1.0-dev.26 [2024-08-12T05:17:48.523Z] v3.1.0-dev.27 [2024-08-12T05:17:48.523Z] v3.1.0-dev.28 [2024-08-12T05:17:48.523Z] v3.1.0-dev.29 [2024-08-12T05:17:48.523Z] v3.1.0-dev.3 [2024-08-12T05:17:48.523Z] v3.1.0-dev.30 [2024-08-12T05:17:48.523Z] v3.1.0-dev.31 [2024-08-12T05:17:48.523Z] v3.1.0-dev.32 [2024-08-12T05:17:48.523Z] v3.1.0-dev.33 [2024-08-12T05:17:48.523Z] v3.1.0-dev.34 [2024-08-12T05:17:48.523Z] v3.1.0-dev.35 [2024-08-12T05:17:48.523Z] v3.1.0-dev.36 [2024-08-12T05:17:48.523Z] v3.1.0-dev.37 [2024-08-12T05:17:48.523Z] v3.1.0-dev.38 [2024-08-12T05:17:48.523Z] v3.1.0-dev.39 [2024-08-12T05:17:48.523Z] v3.1.0-dev.4 [2024-08-12T05:17:48.523Z] v3.1.0-dev.40 [2024-08-12T05:17:48.523Z] v3.1.0-dev.41 [2024-08-12T05:17:48.523Z] v3.1.0-dev.42 [2024-08-12T05:17:48.523Z] v3.1.0-dev.43 [2024-08-12T05:17:48.523Z] v3.1.0-dev.44 [2024-08-12T05:17:48.523Z] v3.1.0-dev.45 [2024-08-12T05:17:48.523Z] v3.1.0-dev.46 [2024-08-12T05:17:48.523Z] v3.1.0-dev.47 [2024-08-12T05:17:48.523Z] v3.1.0-dev.48 [2024-08-12T05:17:48.523Z] v3.1.0-dev.49 [2024-08-12T05:17:48.523Z] v3.1.0-dev.5 [2024-08-12T05:17:48.523Z] v3.1.0-dev.50 [2024-08-12T05:17:48.523Z] v3.1.0-dev.51 [2024-08-12T05:17:48.523Z] v3.1.0-dev.52 [2024-08-12T05:17:48.523Z] v3.1.0-dev.53 [2024-08-12T05:17:48.523Z] v3.1.0-dev.54 [2024-08-12T05:17:48.523Z] v3.1.0-dev.55 [2024-08-12T05:17:48.523Z] v3.1.0-dev.56 [2024-08-12T05:17:48.523Z] v3.1.0-dev.57 [2024-08-12T05:17:48.523Z] v3.1.0-dev.58 [2024-08-12T05:17:48.523Z] v3.1.0-dev.59 [2024-08-12T05:17:48.523Z] v3.1.0-dev.6 [2024-08-12T05:17:48.523Z] v3.1.0-dev.60 [2024-08-12T05:17:48.523Z] v3.1.0-dev.61 [2024-08-12T05:17:48.523Z] v3.1.0-dev.62 [2024-08-12T05:17:48.523Z] v3.1.0-dev.63 [2024-08-12T05:17:48.523Z] v3.1.0-dev.64 [2024-08-12T05:17:48.523Z] v3.1.0-dev.65 [2024-08-12T05:17:48.523Z] v3.1.0-dev.66 [2024-08-12T05:17:48.523Z] v3.1.0-dev.67 [2024-08-12T05:17:48.523Z] v3.1.0-dev.68 [2024-08-12T05:17:48.523Z] v3.1.0-dev.69 [2024-08-12T05:17:48.523Z] v3.1.0-dev.7 [2024-08-12T05:17:48.523Z] v3.1.0-dev.70 [2024-08-12T05:17:48.523Z] v3.1.0-dev.71 [2024-08-12T05:17:48.523Z] v3.1.0-dev.72 [2024-08-12T05:17:48.523Z] v3.1.0-dev.73 [2024-08-12T05:17:48.523Z] v3.1.0-dev.8 [2024-08-12T05:17:48.523Z] v3.1.0-dev.9 [2024-08-12T05:17:48.523Z] v3.1.1 [2024-08-12T05:17:48.523Z] v3.1.1-dev.1 [2024-08-12T05:17:48.523Z] v3.1.1-dev.2 [2024-08-12T05:17:48.523Z] v3.2.0-dev.1 [2024-08-12T05:17:48.523Z] v3.2.0-dev.10 [2024-08-12T05:17:48.523Z] v3.2.0-dev.11 [2024-08-12T05:17:48.523Z] v3.2.0-dev.12 [2024-08-12T05:17:48.523Z] v3.2.0-dev.13 [2024-08-12T05:17:48.523Z] v3.2.0-dev.14 [2024-08-12T05:17:48.523Z] v3.2.0-dev.15 [2024-08-12T05:17:48.523Z] v3.2.0-dev.16 [2024-08-12T05:17:48.523Z] v3.2.0-dev.17 [2024-08-12T05:17:48.523Z] v3.2.0-dev.18 [2024-08-12T05:17:48.523Z] v3.2.0-dev.19 [2024-08-12T05:17:48.523Z] v3.2.0-dev.2 [2024-08-12T05:17:48.523Z] v3.2.0-dev.20 [2024-08-12T05:17:48.523Z] v3.2.0-dev.21 [2024-08-12T05:17:48.523Z] v3.2.0-dev.22 [2024-08-12T05:17:48.523Z] v3.2.0-dev.23 [2024-08-12T05:17:48.523Z] v3.2.0-dev.24 [2024-08-12T05:17:48.523Z] v3.2.0-dev.25 [2024-08-12T05:17:48.523Z] v3.2.0-dev.26 [2024-08-12T05:17:48.523Z] v3.2.0-dev.27 [2024-08-12T05:17:48.523Z] v3.2.0-dev.28 [2024-08-12T05:17:48.523Z] v3.2.0-dev.29 [2024-08-12T05:17:48.523Z] v3.2.0-dev.3 [2024-08-12T05:17:48.523Z] v3.2.0-dev.30 [2024-08-12T05:17:48.523Z] v3.2.0-dev.31 [2024-08-12T05:17:48.523Z] v3.2.0-dev.32 [2024-08-12T05:17:48.523Z] v3.2.0-dev.33 [2024-08-12T05:17:48.523Z] v3.2.0-dev.34 [2024-08-12T05:17:48.523Z] v3.2.0-dev.35 [2024-08-12T05:17:48.523Z] v3.2.0-dev.36 [2024-08-12T05:17:48.523Z] v3.2.0-dev.37 [2024-08-12T05:17:48.523Z] v3.2.0-dev.38 [2024-08-12T05:17:48.523Z] v3.2.0-dev.39 [2024-08-12T05:17:48.523Z] v3.2.0-dev.4 [2024-08-12T05:17:48.523Z] v3.2.0-dev.40 [2024-08-12T05:17:48.523Z] v3.2.0-dev.41 [2024-08-12T05:17:48.523Z] v3.2.0-dev.42 [2024-08-12T05:17:48.523Z] v3.2.0-dev.43 [2024-08-12T05:17:48.523Z] v3.2.0-dev.44 [2024-08-12T05:17:48.523Z] v3.2.0-dev.45 [2024-08-12T05:17:48.523Z] v3.2.0-dev.46 [2024-08-12T05:17:48.523Z] v3.2.0-dev.47 [2024-08-12T05:17:48.523Z] v3.2.0-dev.48 [2024-08-12T05:17:48.523Z] v3.2.0-dev.49 [2024-08-12T05:17:48.523Z] v3.2.0-dev.5 [2024-08-12T05:17:48.523Z] v3.2.0-dev.50 [2024-08-12T05:17:48.523Z] v3.2.0-dev.6 [2024-08-12T05:17:48.523Z] v3.2.0-dev.7 [2024-08-12T05:17:48.523Z] v3.2.0-dev.8 [2024-08-12T05:17:48.523Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-12T05:17:48.824Z] + lftools sign git-tag v3.2.0-dev.50 [2024-08-12T05:17:49.388Z] Signing Git tag with Sigul... [2024-08-12T05:17:49.388Z] Signing v3.2.0-dev.50 [Pipeline] echo [2024-08-12T05:17:49.966Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:17:50.254Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-12T05:17:50.260Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-12T05:17:50.283Z] $ docker stop --time=1 ff7b47dc86f6227e82f761c76b44900c2226f6a5a3db5326b83bff62143cd06b [2024-08-12T05:17:51.566Z] $ docker rm -f --volumes ff7b47dc86f6227e82f761c76b44900c2226f6a5a3db5326b83bff62143cd06b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-12T05:17:52.016Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-12T05:17:52.016Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:17:52.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-12T05:17:52.317Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:17:52.417Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T05:17:52.441Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-12T05:17:52.746Z] $ docker top 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-12T05:17:52.851Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-12T05:17:52.851Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-12T05:17:52.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-12T05:17:52.953Z] $ docker exec 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e ssh-agent [2024-08-12T05:17:53.061Z] SSH_AUTH_SOCK=/tmp/ssh-kPjmnPCOBHqj/agent.32 [2024-08-12T05:17:53.061Z] SSH_AGENT_PID=38 [2024-08-12T05:17:53.066Z] Running ssh-add (command line suppressed) [2024-08-12T05:17:53.156Z] Identity added: /w/workspace/edgex-go/668@tmp/private_key_9220343673968852908.key (/w/workspace/edgex-go/668@tmp/private_key_9220343673968852908.key) [2024-08-12T05:17:53.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-12T05:17:53.469Z] + git semver bump pre [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,639 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,639 [bump_version] DEBUG bumping version:3.2.0-dev.50 on axis:pre with prefix:dev [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,639 [bump_version] DEBUG bumped version:3.2.0-dev.51 [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,639 [write_version] DEBUG write version:3.2.0-dev.51 to path:/w/workspace/edgex-go/668/.semver/main with force:True [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,639 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,639 [write_file] DEBUG write to file:/w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,641 [execute] INFO git cat-file --batch-check [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=) [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,646 [execute] INFO git cat-file --batch [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,647 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=) [2024-08-12T05:17:53.730Z] 2024-08-12 05:17:53,651 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:53.730Z] 3.2.0-dev.51 [Pipeline] } [2024-08-12T05:17:53.733Z] $ docker exec --env ******** --env ******** 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e ssh-agent -k [2024-08-12T05:17:53.830Z] unset SSH_AUTH_SOCK; [2024-08-12T05:17:53.830Z] unset SSH_AGENT_PID; [2024-08-12T05:17:53.830Z] echo Agent pid 38 killed; [2024-08-12T05:17:53.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-12T05:17:54.173Z] + git semver [Pipeline] } [2024-08-12T05:17:54.435Z] $ docker stop --time=1 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e [2024-08-12T05:17:55.663Z] $ docker rm -f --volumes 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-12T05:17:56.024Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-12T05:17:56.024Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:17:56.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-12T05:17:56.329Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:17:56.410Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T05:17:56.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-08-12T05:17:56.732Z] $ docker top 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 -eo pid,comm [2024-08-12T05:17:56.779Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-08-12T05:17:56.779Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-12T05:17:56.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-12T05:17:56.845Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-12T05:17:56.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-12T05:17:56.939Z] $ docker exec 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 ssh-agent [2024-08-12T05:17:57.045Z] SSH_AUTH_SOCK=/tmp/ssh-6ldPi7YRN5hH/agent.33 [2024-08-12T05:17:57.045Z] SSH_AGENT_PID=39 [2024-08-12T05:17:57.049Z] Running ssh-add (command line suppressed) [2024-08-12T05:17:57.142Z] Identity added: /w/workspace/edgex-go/668@tmp/private_key_12756420131333933951.key (/w/workspace/edgex-go/668@tmp/private_key_12756420131333933951.key) [2024-08-12T05:17:57.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-12T05:17:57.453Z] + git semver push [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,618 [run_push] DEBUG push [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,618 [execute] INFO git cat-file --batch-check [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,619 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=) [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,622 [execute] INFO git rev-list 4bd1b1653d8e533e06610e04071b1a12c0fd7124 -- [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,623 [execute] DEBUG Popen(['git', 'rev-list', '4bd1b1653d8e533e06610e04071b1a12c0fd7124', '--'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,643 [execute] INFO git fetch -v origin [2024-08-12T05:17:57.714Z] 2024-08-12 05:17:57,643 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-12T05:17:58.282Z] 2024-08-12 05:17:58,071 [run_push] DEBUG no remote changes detected [2024-08-12T05:17:58.282Z] 2024-08-12 05:17:58,072 [execute] INFO git push origin semver [2024-08-12T05:17:58.282Z] 2024-08-12 05:17:58,072 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-12T05:17:58.848Z] 2024-08-12 05:17:58,787 [run_push] DEBUG push all version tags [2024-08-12T05:17:58.848Z] 2024-08-12 05:17:58,787 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-12T05:17:58.848Z] 2024-08-12 05:17:58,787 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=None) [2024-08-12T05:17:59.784Z] 2024-08-12 05:17:59,511 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main [2024-08-12T05:17:59.784Z] 3.2.0-dev.51 [Pipeline] } [2024-08-12T05:17:59.785Z] $ docker exec --env ******** --env ******** 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 ssh-agent -k [2024-08-12T05:17:59.873Z] unset SSH_AUTH_SOCK; [2024-08-12T05:17:59.873Z] unset SSH_AGENT_PID; [2024-08-12T05:17:59.873Z] echo Agent pid 39 killed; [2024-08-12T05:17:59.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-12T05:18:00.200Z] + git semver [Pipeline] } [2024-08-12T05:18:00.460Z] $ docker stop --time=1 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 [2024-08-12T05:18:01.772Z] $ docker rm -f --volumes 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-08-12T05:18:02.484Z] + [ -d /w/workspace/edgex-go/668/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:02.769Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:03.622Z] ---> package-listing.sh [2024-08-12T05:18:03.622Z] ++ facter osfamily [2024-08-12T05:18:03.622Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-12T05:18:03.880Z] + OS_FAMILY=debian [2024-08-12T05:18:03.880Z] + workspace=/w/workspace/edgex-go/668 [2024-08-12T05:18:03.880Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-12T05:18:03.880Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-12T05:18:03.880Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-12T05:18:03.880Z] + PACKAGES=/tmp/packages_start.txt [2024-08-12T05:18:03.880Z] + '[' /w/workspace/edgex-go/668 ']' [2024-08-12T05:18:03.880Z] + PACKAGES=/tmp/packages_end.txt [2024-08-12T05:18:03.880Z] + case "${OS_FAMILY}" in [2024-08-12T05:18:03.880Z] + dpkg -l [2024-08-12T05:18:03.880Z] + grep '^ii' [2024-08-12T05:18:03.880Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-12T05:18:03.880Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-12T05:18:03.880Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-12T05:18:03.880Z] + '[' /w/workspace/edgex-go/668 ']' [2024-08-12T05:18:03.880Z] + mkdir -p /w/workspace/edgex-go/668/archives/ [2024-08-12T05:18:03.880Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/668/archives/ [Pipeline] echo [2024-08-12T05:18:03.889Z] 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/668/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-12T05:18:04.164Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:18:04.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-12T05:18:04.725Z] [2024-08-12T05:18:04.725Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-12T05:18:05.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-12T05:18:05.021Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-12T05:18:05.021Z] 5eb5b503b376: Pulling fs layer [2024-08-12T05:18:05.021Z] 5c69ac0246d0: Pulling fs layer [2024-08-12T05:18:05.021Z] ec43610c2a17: Pulling fs layer [2024-08-12T05:18:05.021Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-12T05:18:05.021Z] 33b1e0a273af: Pulling fs layer [2024-08-12T05:18:05.021Z] 5d3b04190fa2: Pulling fs layer [2024-08-12T05:18:05.021Z] 2f39f015ded8: Pulling fs layer [2024-08-12T05:18:05.021Z] 33b1e0a273af: Waiting [2024-08-12T05:18:05.021Z] 5d3b04190fa2: Waiting [2024-08-12T05:18:05.021Z] 2f39f015ded8: Waiting [2024-08-12T05:18:05.021Z] 3a2ae6a8a46f: Waiting [2024-08-12T05:18:05.021Z] 5c69ac0246d0: Verifying Checksum [2024-08-12T05:18:05.021Z] 5c69ac0246d0: Download complete [2024-08-12T05:18:05.021Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-12T05:18:05.021Z] 3a2ae6a8a46f: Download complete [2024-08-12T05:18:05.280Z] 33b1e0a273af: Verifying Checksum [2024-08-12T05:18:05.280Z] 33b1e0a273af: Download complete [2024-08-12T05:18:05.280Z] ec43610c2a17: Verifying Checksum [2024-08-12T05:18:05.280Z] ec43610c2a17: Download complete [2024-08-12T05:18:05.280Z] 5d3b04190fa2: Verifying Checksum [2024-08-12T05:18:05.280Z] 5d3b04190fa2: Download complete [2024-08-12T05:18:05.280Z] 5eb5b503b376: Verifying Checksum [2024-08-12T05:18:05.280Z] 5eb5b503b376: Download complete [2024-08-12T05:18:06.213Z] 2f39f015ded8: Verifying Checksum [2024-08-12T05:18:06.213Z] 2f39f015ded8: Download complete [2024-08-12T05:18:06.472Z] 5eb5b503b376: Pull complete [2024-08-12T05:18:06.730Z] 5c69ac0246d0: Pull complete [2024-08-12T05:18:07.296Z] ec43610c2a17: Pull complete [2024-08-12T05:18:07.296Z] 3a2ae6a8a46f: Pull complete [2024-08-12T05:18:07.555Z] 33b1e0a273af: Pull complete [2024-08-12T05:18:07.555Z] 5d3b04190fa2: Pull complete [2024-08-12T05:18:12.832Z] 2f39f015ded8: Pull complete [2024-08-12T05:18:12.832Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-12T05:18:12.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-12T05:18:12.832Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-12T05:18:12.926Z] prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container [2024-08-12T05:18:12.944Z] $ 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/668/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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-08-12T05:18:15.971Z] $ docker top 279c0bc180a42f64c0fc3fc275d9a91c2013c07738dbbbcbf03b608c2c2ac353 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-12T05:18:16.356Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-12T05:18:16.645Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-12T05:18:16.928Z] + ls /var/log/sa-host [2024-08-12T05:18:16.928Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-12T05:18:17.138Z] provisioning config files... [2024-08-12T05:18:17.146Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/668@tmp/config3224094236797613158tmp [Pipeline] { [Pipeline] echo [2024-08-12T05:18:17.167Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:17.446Z] ---> create-netrc.sh [Pipeline] } [2024-08-12T05:18:17.452Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:17.792Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-12T05:18:17.803Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:18.088Z] ---> sudo-logs.sh [2024-08-12T05:18:18.088Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-12T05:18:18.111Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:18.391Z] ---> job-cost.sh [2024-08-12T05:18:18.391Z] lf-activate-venv: SKIPPING [2024-08-12T05:18:18.391Z] DEBUG: total: 0.10999999940395355 [2024-08-12T05:18:18.391Z] INFO: Retrieving Stack Cost... [2024-08-12T05:18:18.961Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-12T05:18:19.221Z] INFO: Archiving Costs [Pipeline] echo [2024-08-12T05:18:19.233Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-12T05:18:19.514Z] ---> logs-deploy.sh [2024-08-12T05:18:19.514Z] lf-activate-venv: SKIPPING [2024-08-12T05:18:19.514Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/668 [2024-08-12T05:18:19.514Z] INFO: archiving workspace using pattern(s): [2024-08-12T05:18:20.447Z] Archives upload complete. [2024-08-12T05:18:20.707Z] INFO: archiving logs to Nexus [2024-08-12T05:18:21.281Z] ---> uname -a: [2024-08-12T05:18:21.281Z] Linux prd-ubuntu20-04-docker-8c-8g-7538 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] ---> lscpu: [2024-08-12T05:18:21.281Z] Architecture: x86_64 [2024-08-12T05:18:21.281Z] CPU op-mode(s): 32-bit, 64-bit [2024-08-12T05:18:21.281Z] Byte Order: Little Endian [2024-08-12T05:18:21.281Z] Address sizes: 40 bits physical, 48 bits virtual [2024-08-12T05:18:21.281Z] CPU(s): 8 [2024-08-12T05:18:21.281Z] On-line CPU(s) list: 0-7 [2024-08-12T05:18:21.281Z] Thread(s) per core: 1 [2024-08-12T05:18:21.281Z] Core(s) per socket: 1 [2024-08-12T05:18:21.281Z] Socket(s): 8 [2024-08-12T05:18:21.281Z] NUMA node(s): 1 [2024-08-12T05:18:21.281Z] Vendor ID: AuthenticAMD [2024-08-12T05:18:21.281Z] CPU family: 23 [2024-08-12T05:18:21.281Z] Model: 49 [2024-08-12T05:18:21.281Z] Model name: AMD EPYC-Rome Processor [2024-08-12T05:18:21.281Z] Stepping: 0 [2024-08-12T05:18:21.281Z] CPU MHz: 2800.000 [2024-08-12T05:18:21.281Z] BogoMIPS: 5600.00 [2024-08-12T05:18:21.281Z] Virtualization: AMD-V [2024-08-12T05:18:21.281Z] Hypervisor vendor: KVM [2024-08-12T05:18:21.281Z] Virtualization type: full [2024-08-12T05:18:21.281Z] L1d cache: 256 KiB [2024-08-12T05:18:21.281Z] L1i cache: 256 KiB [2024-08-12T05:18:21.281Z] L2 cache: 4 MiB [2024-08-12T05:18:21.281Z] L3 cache: 128 MiB [2024-08-12T05:18:21.281Z] NUMA node0 CPU(s): 0-7 [2024-08-12T05:18:21.281Z] Vulnerability Itlb multihit: Not affected [2024-08-12T05:18:21.281Z] Vulnerability L1tf: Not affected [2024-08-12T05:18:21.281Z] Vulnerability Mds: Not affected [2024-08-12T05:18:21.281Z] Vulnerability Meltdown: Not affected [2024-08-12T05:18:21.281Z] Vulnerability Mmio stale data: Not affected [2024-08-12T05:18:21.281Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-08-12T05:18:21.281Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-08-12T05:18:21.281Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-08-12T05:18:21.281Z] Vulnerability Srbds: Not affected [2024-08-12T05:18:21.281Z] Vulnerability Tsx async abort: Not affected [2024-08-12T05:18:21.281Z] 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-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] ---> nproc: [2024-08-12T05:18:21.281Z] 8 [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] ---> df -h: [2024-08-12T05:18:21.281Z] Filesystem Size Used Avail Use% Mounted on [2024-08-12T05:18:21.281Z] overlay 155G 29G 127G 19% / [2024-08-12T05:18:21.281Z] tmpfs 64M 0 64M 0% /dev [2024-08-12T05:18:21.281Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-08-12T05:18:21.281Z] shm 64M 0 64M 0% /dev/shm [2024-08-12T05:18:21.281Z] /dev/vda1 155G 29G 127G 19% /facter-os [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] ---> sar -b -r -n DEV: [2024-08-12T05:18:21.281Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7538) 08/12/24 _x86_64_ (8 CPU) [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] 04:28:09 LINUX RESTART (8 CPU) [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] 04:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-08-12T05:18:21.281Z] 04:30:01 227.51 4.07 223.45 0.00 434.86 79085.35 0.00 [2024-08-12T05:18:21.281Z] 04:31:01 38.19 0.05 38.14 0.00 0.40 29715.46 0.00 [2024-08-12T05:18:21.281Z] 04:32:01 31.98 0.23 31.74 0.00 3.07 14852.72 0.00 [2024-08-12T05:18:21.281Z] 04:33:01 208.17 0.42 207.75 0.00 52.39 90190.17 0.00 [2024-08-12T05:18:21.281Z] 04:34:02 827.03 17.10 809.93 0.00 2191.77 287712.18 0.00 [2024-08-12T05:18:21.281Z] 04:35:01 555.33 1.98 553.35 0.00 2317.60 168174.01 0.00 [2024-08-12T05:18:21.281Z] 04:36:01 238.48 0.03 238.45 0.00 0.67 70605.10 0.00 [2024-08-12T05:18:21.281Z] 04:37:01 937.04 0.10 936.94 0.00 4.67 150017.00 0.00 [2024-08-12T05:18:21.281Z] 04:38:01 43.76 0.10 43.66 0.00 14.26 1109.42 0.00 [2024-08-12T05:18:21.281Z] 04:39:01 22.30 0.02 22.28 0.00 2.67 574.17 0.00 [2024-08-12T05:18:21.281Z] 04:40:01 1.73 0.00 1.73 0.00 0.00 20.13 0.00 [2024-08-12T05:18:21.281Z] 04:41:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 [2024-08-12T05:18:21.281Z] 04:42:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 [2024-08-12T05:18:21.281Z] 04:43:01 1.48 0.00 1.48 0.00 0.00 16.39 0.00 [2024-08-12T05:18:21.281Z] 04:44:01 1.87 0.02 1.85 0.00 0.13 24.93 0.00 [2024-08-12T05:18:21.281Z] 04:45:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 [2024-08-12T05:18:21.281Z] 04:46:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 [2024-08-12T05:18:21.281Z] 04:47:01 1.72 0.00 1.72 0.00 0.00 18.80 0.00 [2024-08-12T05:18:21.281Z] 04:48:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 [2024-08-12T05:18:21.281Z] 04:49:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 [2024-08-12T05:18:21.281Z] 04:50:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2024-08-12T05:18:21.281Z] 04:51:01 1.62 0.00 1.62 0.00 0.00 18.00 0.00 [2024-08-12T05:18:21.281Z] 04:52:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2024-08-12T05:18:21.281Z] 04:53:01 1.83 0.37 1.47 0.00 11.46 17.86 0.00 [2024-08-12T05:18:21.281Z] 04:54:01 2.42 1.20 1.22 0.00 25.46 14.80 0.00 [2024-08-12T05:18:21.281Z] 04:55:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2024-08-12T05:18:21.281Z] 04:56:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 [2024-08-12T05:18:21.281Z] 04:57:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 [2024-08-12T05:18:21.281Z] 04:58:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 [2024-08-12T05:18:21.281Z] 04:59:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 [2024-08-12T05:18:21.281Z] 05:00:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 [2024-08-12T05:18:21.281Z] 05:01:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 [2024-08-12T05:18:21.281Z] 05:02:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2024-08-12T05:18:21.281Z] 05:03:01 1.50 0.00 1.50 0.00 0.00 18.67 0.00 [2024-08-12T05:18:21.281Z] 05:04:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 [2024-08-12T05:18:21.281Z] 05:05:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 [2024-08-12T05:18:21.281Z] 05:06:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 [2024-08-12T05:18:21.281Z] 05:07:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 [2024-08-12T05:18:21.281Z] 05:08:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 [2024-08-12T05:18:21.281Z] 05:09:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 [2024-08-12T05:18:21.281Z] 05:10:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 [2024-08-12T05:18:21.281Z] 05:11:01 1.95 0.00 1.95 0.00 0.00 21.46 0.00 [2024-08-12T05:18:21.281Z] 05:12:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2024-08-12T05:18:21.281Z] 05:13:01 1.80 0.00 1.80 0.00 0.00 19.06 0.00 [2024-08-12T05:18:21.281Z] 05:14:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 [2024-08-12T05:18:21.281Z] 05:15:01 1.88 0.00 1.88 0.00 0.00 20.40 0.00 [2024-08-12T05:18:21.281Z] 05:16:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 [2024-08-12T05:18:21.281Z] 05:17:01 2.65 0.12 2.53 0.00 15.33 89.32 0.00 [2024-08-12T05:18:21.281Z] 05:18:01 183.47 0.47 183.00 0.00 12.13 61550.14 0.00 [2024-08-12T05:18:21.281Z] Average: 68.54 0.54 68.00 0.00 103.07 19424.12 0.00 [2024-08-12T05:18:21.281Z] [2024-08-12T05:18:21.281Z] 04:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-08-12T05:18:21.281Z] 04:30:01 28138940 31388392 916896 2.79 126376 3302612 2045728 6.03 1311684 2938768 19600 [2024-08-12T05:18:21.281Z] 04:31:01 26924352 31327872 973928 2.96 129220 4394800 2318860 6.83 2020820 3378940 249672 [2024-08-12T05:18:21.281Z] 04:32:01 26763036 31286808 1011220 3.08 134264 4480088 2306008 6.80 1677484 3849112 420296 [2024-08-12T05:18:21.281Z] 04:33:01 22553056 31199240 1091044 3.32 146588 8501072 3121992 9.20 2041520 7588044 3286472 [2024-08-12T05:18:21.282Z] 04:34:02 17108776 31362940 885000 2.69 326968 13560148 2317884 6.83 2675536 11986496 315936 [2024-08-12T05:18:21.282Z] 04:35:01 8864692 27860520 4311996 13.11 372884 17813136 11899500 35.07 7032408 15318256 24860 [2024-08-12T05:18:21.282Z] 04:36:01 6548516 27545404 4642180 14.12 397392 19746520 9463152 27.89 8043000 16610684 507664 [2024-08-12T05:18:21.282Z] 04:37:01 9787952 31388160 858344 2.61 409892 20469452 2268376 6.69 3293204 18338840 448 [2024-08-12T05:18:21.282Z] 04:38:01 9819792 31422676 823048 2.50 411756 20470432 2145524 6.32 3583052 18020556 240 [2024-08-12T05:18:21.282Z] 04:39:01 9826272 31430496 815248 2.48 412724 20470812 2047160 6.03 3946600 17650732 256 [2024-08-12T05:18:21.282Z] 04:40:01 9827068 31431356 814124 2.48 412744 20470812 2047160 6.03 3944868 17650732 12 [2024-08-12T05:18:21.282Z] 04:41:01 9832056 31436408 809536 2.46 412748 20470816 2047160 6.03 3939544 17650736 8 [2024-08-12T05:18:21.282Z] 04:42:01 9833500 31437860 808320 2.46 412764 20470820 2047160 6.03 3939824 17650740 28 [2024-08-12T05:18:21.282Z] 04:43:01 9834648 31439048 807140 2.45 412800 20470808 2047160 6.03 3938792 17650744 8 [2024-08-12T05:18:21.282Z] 04:44:01 9843632 31448092 798152 2.43 412856 20470804 2085224 6.15 3928804 17650724 8 [2024-08-12T05:18:21.282Z] 04:45:01 9843868 31448332 797816 2.43 412880 20470800 2085224 6.15 3928744 17650724 12 [2024-08-12T05:18:21.282Z] 04:46:01 9843504 31448024 798020 2.43 412908 20470800 2085224 6.15 3928784 17650732 24 [2024-08-12T05:18:21.282Z] 04:47:01 9843456 31447980 797976 2.43 412928 20470812 2085224 6.15 3928832 17650736 8 [2024-08-12T05:18:21.282Z] 04:48:01 9842864 31447428 798492 2.43 412944 20470812 2102428 6.20 3928892 17650732 4 [2024-08-12T05:18:21.282Z] 04:49:01 9844552 31449136 796944 2.42 412956 20470816 2102428 6.20 3928080 17650736 24 [2024-08-12T05:18:21.282Z] 04:50:01 9844528 31449116 796904 2.42 412976 20470820 2102428 6.20 3928008 17650736 4 [2024-08-12T05:18:21.282Z] 04:51:01 9844480 31449108 796872 2.42 412992 20470824 2102428 6.20 3928376 17650740 4 [2024-08-12T05:18:21.282Z] 04:52:01 9844424 31449056 796836 2.42 413012 20470828 2102428 6.20 3928396 17650744 4 [2024-08-12T05:18:21.282Z] 04:53:01 9844296 31449336 796512 2.42 413056 20471160 2102428 6.20 3930780 17650872 36 [2024-08-12T05:18:21.282Z] 04:54:01 9837996 31444904 800816 2.44 413084 20471940 2084012 6.14 3934680 17651088 28 [2024-08-12T05:18:21.282Z] 04:55:01 9838240 31445204 800472 2.43 413112 20471944 2084012 6.14 3934764 17651044 8 [2024-08-12T05:18:21.282Z] 04:56:01 9837924 31444892 800684 2.43 413140 20471944 2084012 6.14 3934404 17651044 12 [2024-08-12T05:18:21.282Z] 04:57:01 9837876 31444876 800656 2.43 413148 20471948 2084012 6.14 3934740 17651048 28 [2024-08-12T05:18:21.282Z] 04:58:01 9838288 31445300 800372 2.43 413180 20471932 2084012 6.14 3934964 17651048 8 [2024-08-12T05:18:21.282Z] 04:59:01 9837800 31444844 800788 2.44 413208 20471952 2084012 6.14 3934856 17651052 32 [2024-08-12T05:18:21.282Z] 05:00:01 9837760 31444848 800740 2.44 413232 20471952 2084012 6.14 3934816 17651056 24 [2024-08-12T05:18:21.282Z] 05:01:01 9837648 31444736 800756 2.44 413264 20471956 2084012 6.14 3934832 17651056 12 [2024-08-12T05:18:21.282Z] 05:02:01 9837880 31445048 800652 2.43 413284 20471964 2084012 6.14 3935164 17651060 216 [2024-08-12T05:18:21.282Z] 05:03:01 9837644 31444844 800828 2.44 413320 20471960 2084012 6.14 3934684 17651068 12 [2024-08-12T05:18:21.282Z] 05:04:01 9837564 31444780 800832 2.44 413324 20471968 2084012 6.14 3935064 17651068 8 [2024-08-12T05:18:21.282Z] 05:05:01 9837612 31444836 800684 2.43 413360 20471972 2084012 6.14 3935144 17651072 4 [2024-08-12T05:18:21.282Z] 05:06:01 9837312 31444576 800916 2.44 413364 20471972 2084012 6.14 3934776 17651072 12 [2024-08-12T05:18:21.282Z] 05:07:01 9837012 31444288 801128 2.44 413384 20471980 2084012 6.14 3935076 17651076 8 [2024-08-12T05:18:21.282Z] 05:08:01 9836996 31444292 801116 2.44 413400 20471976 2100072 6.19 3934784 17651080 8 [2024-08-12T05:18:21.282Z] 05:09:01 9836632 31444072 801264 2.44 413420 20472112 2100072 6.19 3934980 17651204 8 [2024-08-12T05:18:21.282Z] 05:10:01 9836584 31444044 801216 2.44 413452 20472116 2100072 6.19 3934640 17651208 8 [2024-08-12T05:18:21.282Z] 05:11:01 9836468 31444000 801448 2.44 413484 20472120 2100072 6.19 3935004 17651220 4 [2024-08-12T05:18:21.282Z] 05:12:01 9836920 31444460 801164 2.44 413500 20472124 2100072 6.19 3934736 17651220 8 [2024-08-12T05:18:21.282Z] 05:13:01 9836684 31444248 801336 2.44 413528 20472128 2100072 6.19 3935044 17651224 8 [2024-08-12T05:18:21.282Z] 05:14:01 9836604 31444208 801336 2.44 413548 20472128 2100072 6.19 3935148 17651228 16 [2024-08-12T05:18:21.282Z] 05:15:01 9836556 31444176 801280 2.44 413588 20472132 2083804 6.14 3935108 17651232 8 [2024-08-12T05:18:21.282Z] 05:16:01 9836700 31444384 801260 2.44 413608 20472136 2083804 6.14 3935172 17651236 8 [2024-08-12T05:18:21.282Z] 05:17:01 9413048 31392336 852848 2.59 413692 20828512 2399312 7.07 3979760 18007552 356304 [2024-08-12T05:18:21.282Z] 05:18:01 8392940 31396340 841660 2.56 444056 21705740 2209636 6.51 4053088 18833088 756 [2024-08-12T05:18:21.282Z] Average: 11187081 31274639 972629 2.96 388027 19044723 2484317 7.32 3861458 16440963 105779 [2024-08-12T05:18:21.282Z] [2024-08-12T05:18:21.282Z] 04:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-08-12T05:18:21.282Z] 04:30:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:30:01 docker0 877.20 897.35 65.05 4948.63 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:30:01 veth42f0cb4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:30:01 ens3 1067.49 971.92 8164.18 104.71 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:31:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:31:01 veth42f0cb4 0.83 0.90 0.07 0.08 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:31:01 ens3 32.81 25.16 25.72 15.13 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:32:01 docker0 0.62 0.62 0.05 0.05 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:32:01 veth42f0cb4 0.62 0.62 0.05 0.05 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:32:01 ens3 22.68 15.96 19.07 10.66 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 vethccff7f0 3.12 5.03 0.23 61.88 0.00 0.00 0.00 0.01 [2024-08-12T05:18:21.282Z] 04:33:01 vethd442806 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 veth312caae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 veth2c3068f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 vethc321e65 1.35 2.80 0.10 30.89 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 veth4daa961 1.35 2.53 0.11 31.45 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 veth333930e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 docker0 11.96 20.90 0.74 282.20 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 veth1bc1058 2.37 5.52 0.18 95.47 0.00 0.00 0.00 0.01 [2024-08-12T05:18:21.282Z] 04:33:01 veth8a91aed 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 veth0c8ff8b 0.60 0.70 0.05 0.25 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 vethf9e9faf 1.42 2.62 0.10 30.89 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 vethe443f99 1.77 2.78 0.13 31.45 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:33:01 ens3 198.87 138.59 3398.52 156.49 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:34:02 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:34:02 veth1c38515 84.64 159.26 8.54 1181.12 0.00 0.00 0.00 0.10 [2024-08-12T05:18:21.282Z] 04:34:02 veth9aed784 76.89 141.28 7.95 1179.91 0.00 0.00 0.00 0.10 [2024-08-12T05:18:21.282Z] 04:34:02 veth858a790 70.67 139.09 7.59 1180.54 0.00 0.00 0.00 0.10 [2024-08-12T05:18:21.282Z] 04:34:02 docker0 425.36 766.44 37.39 6660.56 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:34:02 veth0c8ff8b 0.07 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:34:02 veth14e5428 75.09 137.03 7.96 1180.22 0.00 0.00 0.00 0.10 [2024-08-12T05:18:21.282Z] 04:34:02 veth680ac05 79.05 126.46 8.25 1179.86 0.00 0.00 0.00 0.10 [2024-08-12T05:18:21.282Z] 04:34:02 ens3 883.50 484.62 8021.59 59.28 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 lo 0.41 0.41 0.03 0.03 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 vethd3d7bd9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth112a7b0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 vethf1812ee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 vethcf6852a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth84ce2cf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth6ab6cdc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth9d8cffd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 vethac0a463 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 vethf9bb3e5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 vethe700e0f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth4d753a9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth1b21d17 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth4d8d307 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 veth0c8ff8b 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:35:01 ens3 221.58 97.68 1435.30 12.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 vethd3d7bd9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth112a7b0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 vethf1812ee 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 vethcf6852a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth84ce2cf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth6ab6cdc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth9d8cffd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 vethac0a463 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 vethf9bb3e5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 vethe700e0f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth4d753a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth1b21d17 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth4d8d307 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 veth0c8ff8b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:36:01 ens3 1.82 1.13 1.47 0.67 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:37:01 lo 3.07 3.07 0.30 0.30 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:37:01 ens3 43.63 30.41 34.14 46.33 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:38:01 lo 54.12 54.12 5.34 5.34 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:38:01 ens3 478.97 502.67 240.66 2247.02 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:39:01 lo 27.46 27.46 2.70 2.70 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:39:01 ens3 329.31 336.21 137.59 1995.43 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:40:01 ens3 0.10 0.02 0.00 0.03 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:41:01 ens3 3.02 1.83 8.28 0.13 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:44:01 ens3 1.23 0.68 1.66 0.10 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:45:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:46:01 ens3 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:49:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:53:01 ens3 0.95 0.78 0.82 0.38 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:54:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:54:01 ens3 6.86 5.21 4.79 5.90 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:55:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 04:59:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:02:01 ens3 0.30 0.38 0.25 0.22 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.282Z] 05:04:01 ens3 0.60 0.17 0.12 0.07 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:05:01 ens3 0.90 0.90 0.54 0.32 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:09:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:13:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:14:01 ens3 0.25 0.17 0.13 0.07 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:17:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:17:01 ens3 109.62 60.84 3598.51 7.92 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:18:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:18:01 veth250ca83 1.95 2.03 0.31 1.15 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:18:01 docker0 87.85 158.94 8.03 1273.89 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] 05:18:01 ens3 349.56 207.65 4554.38 56.35 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] Average: lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] Average: veth250ca83 0.04 0.04 0.01 0.02 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] Average: docker0 28.66 37.67 2.27 268.76 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] Average: ens3 76.61 58.86 604.76 96.34 0.00 0.00 0.00 0.00 [2024-08-12T05:18:21.283Z] [2024-08-12T05:18:21.283Z] [2024-08-12T05:18:21.283Z] ---> sar -P ALL: [2024-08-12T05:18:21.283Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7538) 08/12/24 _x86_64_ (8 CPU) [2024-08-12T05:18:21.283Z] [2024-08-12T05:18:21.283Z] 04:28:09 LINUX RESTART (8 CPU) [2024-08-12T05:18:21.283Z] [2024-08-12T05:18:21.283Z] 04:29:01 CPU %user %nice %system %iowait %steal %idle [2024-08-12T05:18:21.283Z] 04:30:01 all 8.97 0.00 4.37 3.56 0.10 83.00 [2024-08-12T05:18:21.283Z] 04:30:01 0 9.00 0.00 5.96 2.44 0.08 82.51 [2024-08-12T05:18:21.283Z] 04:30:01 1 9.40 0.00 5.73 4.21 0.10 80.56 [2024-08-12T05:18:21.283Z] 04:30:01 2 7.49 0.00 3.45 1.06 0.08 87.92 [2024-08-12T05:18:21.283Z] 04:30:01 3 9.56 0.00 3.90 11.39 0.10 75.06 [2024-08-12T05:18:21.283Z] 04:30:01 4 6.72 0.00 3.78 5.17 0.10 84.23 [2024-08-12T05:18:21.283Z] 04:30:01 5 8.59 0.00 3.42 1.79 0.10 86.10 [2024-08-12T05:18:21.283Z] 04:30:01 6 8.44 0.00 3.83 0.61 0.10 87.02 [2024-08-12T05:18:21.283Z] 04:30:01 7 12.56 0.00 4.93 1.86 0.08 80.56 [2024-08-12T05:18:21.283Z] 04:31:01 all 39.87 0.00 5.45 1.15 0.13 53.39 [2024-08-12T05:18:21.283Z] 04:31:01 0 39.35 0.00 5.72 0.00 0.13 54.80 [2024-08-12T05:18:21.283Z] 04:31:01 1 38.49 0.00 5.49 0.05 0.13 55.83 [2024-08-12T05:18:21.283Z] 04:31:01 2 38.26 0.00 5.28 0.00 0.17 56.29 [2024-08-12T05:18:21.283Z] 04:31:01 3 38.43 0.00 5.30 0.62 0.13 55.51 [2024-08-12T05:18:21.283Z] 04:31:01 4 39.70 0.00 6.00 7.12 0.12 47.06 [2024-08-12T05:18:21.283Z] 04:31:01 5 40.23 0.00 5.30 1.04 0.13 53.30 [2024-08-12T05:18:21.283Z] 04:31:01 6 39.93 0.00 5.56 0.10 0.12 54.30 [2024-08-12T05:18:21.283Z] 04:31:01 7 44.61 0.00 4.97 0.29 0.13 50.00 [2024-08-12T05:18:21.283Z] 04:32:01 all 56.27 0.00 7.44 0.34 0.12 35.84 [2024-08-12T05:18:21.283Z] 04:32:01 0 55.73 0.00 7.70 0.02 0.12 36.43 [2024-08-12T05:18:21.283Z] 04:32:01 1 55.69 0.00 7.46 0.02 0.10 36.74 [2024-08-12T05:18:21.283Z] 04:32:01 2 55.86 0.00 7.22 0.29 0.13 36.50 [2024-08-12T05:18:21.283Z] 04:32:01 3 58.40 0.00 7.02 0.24 0.12 34.23 [2024-08-12T05:18:21.283Z] 04:32:01 4 56.04 0.00 7.62 1.07 0.12 35.15 [2024-08-12T05:18:21.283Z] 04:32:01 5 55.56 0.00 6.95 0.34 0.12 37.04 [2024-08-12T05:18:21.283Z] 04:32:01 6 56.86 0.00 7.50 0.67 0.13 34.84 [2024-08-12T05:18:21.283Z] 04:32:01 7 56.00 0.00 8.04 0.08 0.10 35.77 [2024-08-12T05:18:21.283Z] 04:33:01 all 33.37 0.00 7.64 3.74 0.14 55.12 [2024-08-12T05:18:21.283Z] 04:33:01 0 32.87 0.00 7.01 1.59 0.14 58.40 [2024-08-12T05:18:21.283Z] 04:33:01 1 33.77 0.00 7.16 1.36 0.14 57.57 [2024-08-12T05:18:21.283Z] 04:33:01 2 33.79 0.00 7.75 2.96 0.14 55.37 [2024-08-12T05:18:21.283Z] 04:33:01 3 34.24 0.00 7.81 3.86 0.14 53.95 [2024-08-12T05:18:21.283Z] 04:33:01 4 33.15 0.00 7.36 1.47 0.12 57.90 [2024-08-12T05:18:21.283Z] 04:33:01 5 31.84 0.00 7.83 13.33 0.15 46.85 [2024-08-12T05:18:21.283Z] 04:33:01 6 32.96 0.00 8.53 4.38 0.14 53.99 [2024-08-12T05:18:21.283Z] 04:33:01 7 34.32 0.00 7.67 1.01 0.15 56.86 [2024-08-12T05:18:21.283Z] 04:34:02 all 14.56 0.00 6.54 23.60 0.15 55.15 [2024-08-12T05:18:21.283Z] 04:34:02 0 14.10 0.00 6.59 23.56 0.17 55.57 [2024-08-12T05:18:21.283Z] 04:34:02 1 14.44 0.00 5.69 7.48 0.10 72.29 [2024-08-12T05:18:21.283Z] 04:34:02 2 16.49 0.00 5.99 31.81 0.14 45.58 [2024-08-12T05:18:21.283Z] 04:34:02 3 14.33 0.00 6.25 14.90 0.12 64.40 [2024-08-12T05:18:21.283Z] 04:34:02 4 14.51 0.00 6.46 31.01 0.13 47.88 [2024-08-12T05:18:21.283Z] 04:34:02 5 13.90 0.00 6.62 26.49 0.17 52.81 [2024-08-12T05:18:21.283Z] 04:34:02 6 14.54 0.00 6.68 31.48 0.19 47.11 [2024-08-12T05:18:21.283Z] 04:34:02 7 14.19 0.00 8.07 22.05 0.19 55.50 [2024-08-12T05:18:21.283Z] 04:35:01 all 66.39 0.00 11.63 6.25 0.14 15.60 [2024-08-12T05:18:21.283Z] 04:35:01 0 67.17 0.00 10.72 1.11 0.14 20.87 [2024-08-12T05:18:21.283Z] 04:35:01 1 65.42 0.00 12.28 14.40 0.12 7.77 [2024-08-12T05:18:21.283Z] 04:35:01 2 66.79 0.00 12.15 19.14 0.14 1.78 [2024-08-12T05:18:21.283Z] 04:35:01 3 66.63 0.00 11.37 1.36 0.15 20.49 [2024-08-12T05:18:21.283Z] 04:35:01 4 66.64 0.00 11.39 0.57 0.16 21.25 [2024-08-12T05:18:21.283Z] 04:35:01 5 66.28 0.00 11.15 3.96 0.12 18.48 [2024-08-12T05:18:21.283Z] 04:35:01 6 66.27 0.00 11.65 7.81 0.14 14.13 [2024-08-12T05:18:21.283Z] 04:35:01 7 65.90 0.00 12.34 1.55 0.14 20.08 [2024-08-12T05:18:21.283Z] 04:36:01 all 89.80 0.00 10.02 0.00 0.17 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 0 89.77 0.00 10.07 0.00 0.17 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 1 89.35 0.00 10.46 0.00 0.18 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 2 90.12 0.00 9.68 0.00 0.20 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 3 90.69 0.00 9.14 0.00 0.17 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 4 89.73 0.00 10.10 0.00 0.17 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 5 89.58 0.00 10.25 0.00 0.17 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 6 90.12 0.00 9.73 0.00 0.15 0.00 [2024-08-12T05:18:21.283Z] 04:36:01 7 89.05 0.00 10.76 0.00 0.19 0.00 [2024-08-12T05:18:21.283Z] 04:37:01 all 73.86 0.00 10.58 4.06 0.18 11.32 [2024-08-12T05:18:21.283Z] 04:37:01 0 74.34 0.00 9.76 4.67 0.15 11.08 [2024-08-12T05:18:21.283Z] 04:37:01 1 73.31 0.00 11.70 2.66 0.17 12.17 [2024-08-12T05:18:21.283Z] 04:37:01 2 72.68 0.00 11.41 3.12 0.24 12.55 [2024-08-12T05:18:21.283Z] 04:37:01 3 74.60 0.00 9.55 4.44 0.15 11.25 [2024-08-12T05:18:21.283Z] 04:37:01 4 74.64 0.00 10.14 4.47 0.20 10.56 [2024-08-12T05:18:21.283Z] 04:37:01 5 75.02 0.00 10.05 4.23 0.17 10.52 [2024-08-12T05:18:21.283Z] 04:37:01 6 73.14 0.00 10.76 6.35 0.19 9.57 [2024-08-12T05:18:21.283Z] 04:37:01 7 73.10 0.00 11.32 2.55 0.19 12.84 [2024-08-12T05:18:21.283Z] 04:38:01 all 8.48 0.00 1.13 0.24 0.09 90.06 [2024-08-12T05:18:21.283Z] 04:38:01 0 9.84 0.00 1.14 0.03 0.07 88.92 [2024-08-12T05:18:21.283Z] 04:38:01 1 11.14 0.00 1.29 0.02 0.10 87.45 [2024-08-12T05:18:21.283Z] 04:38:01 2 7.69 0.00 1.31 0.10 0.10 90.80 [2024-08-12T05:18:21.283Z] 04:38:01 3 7.05 0.00 1.00 0.05 0.05 91.85 [2024-08-12T05:18:21.283Z] 04:38:01 4 8.77 0.00 1.04 0.05 0.07 90.08 [2024-08-12T05:18:21.283Z] 04:38:01 5 10.38 0.00 1.17 0.97 0.10 87.38 [2024-08-12T05:18:21.283Z] 04:38:01 6 6.87 0.00 1.04 0.60 0.12 91.37 [2024-08-12T05:18:21.283Z] 04:38:01 7 6.14 0.00 1.04 0.12 0.08 92.62 [2024-08-12T05:18:21.283Z] 04:39:01 all 7.89 0.00 0.80 0.13 0.08 91.10 [2024-08-12T05:18:21.283Z] 04:39:01 0 5.56 0.00 0.72 0.02 0.08 93.62 [2024-08-12T05:18:21.283Z] 04:39:01 1 5.43 0.00 0.63 0.02 0.07 93.85 [2024-08-12T05:18:21.283Z] 04:39:01 2 10.43 0.00 1.00 0.39 0.12 88.06 [2024-08-12T05:18:21.283Z] 04:39:01 3 5.11 0.00 0.68 0.03 0.07 94.11 [2024-08-12T05:18:21.283Z] 04:39:01 4 7.13 0.00 0.74 0.23 0.08 91.82 [2024-08-12T05:18:21.283Z] 04:39:01 5 10.31 0.00 0.84 0.00 0.08 88.77 [2024-08-12T05:18:21.283Z] 04:39:01 6 7.00 0.00 0.67 0.02 0.07 92.25 [2024-08-12T05:18:21.283Z] 04:39:01 7 12.14 0.00 1.15 0.30 0.10 86.31 [2024-08-12T05:18:21.283Z] 04:40:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2024-08-12T05:18:21.283Z] 04:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.283Z] 04:40:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2024-08-12T05:18:21.283Z] 04:40:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2024-08-12T05:18:21.283Z] 04:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:40:01 4 1.00 0.00 0.05 0.02 0.02 98.92 [2024-08-12T05:18:21.283Z] 04:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.283Z] 04:40:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:40:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] [2024-08-12T05:18:21.283Z] 04:40:01 CPU %user %nice %system %iowait %steal %idle [2024-08-12T05:18:21.283Z] 04:41:01 all 0.28 0.00 0.01 0.01 0.01 99.68 [2024-08-12T05:18:21.283Z] 04:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2024-08-12T05:18:21.283Z] 04:41:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2024-08-12T05:18:21.283Z] 04:41:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.283Z] 04:41:01 4 2.00 0.00 0.02 0.08 0.02 97.88 [2024-08-12T05:18:21.283Z] 04:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.283Z] 04:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.283Z] 04:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.283Z] 04:42:01 all 0.16 0.00 0.01 0.00 0.01 99.81 [2024-08-12T05:18:21.283Z] 04:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.283Z] 04:42:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2024-08-12T05:18:21.283Z] 04:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.283Z] 04:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:42:01 4 1.16 0.00 0.02 0.02 0.00 98.81 [2024-08-12T05:18:21.283Z] 04:42:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-08-12T05:18:21.283Z] 04:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:43:01 all 0.04 0.00 0.00 0.04 0.01 99.91 [2024-08-12T05:18:21.283Z] 04:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:43:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2024-08-12T05:18:21.283Z] 04:43:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2024-08-12T05:18:21.283Z] 04:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:43:01 4 0.15 0.00 0.00 0.25 0.05 99.55 [2024-08-12T05:18:21.283Z] 04:43:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.283Z] 04:44:01 all 0.04 0.00 0.04 0.07 0.01 99.85 [2024-08-12T05:18:21.283Z] 04:44:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2024-08-12T05:18:21.283Z] 04:44:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2024-08-12T05:18:21.283Z] 04:44:01 2 0.02 0.00 0.03 0.18 0.00 99.77 [2024-08-12T05:18:21.283Z] 04:44:01 3 0.10 0.00 0.05 0.00 0.02 99.83 [2024-08-12T05:18:21.283Z] 04:44:01 4 0.08 0.00 0.02 0.37 0.02 99.51 [2024-08-12T05:18:21.283Z] 04:44:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-08-12T05:18:21.283Z] 04:44:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:44:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:45:01 all 0.02 0.00 0.01 0.04 0.01 99.92 [2024-08-12T05:18:21.283Z] 04:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.283Z] 04:45:01 4 0.02 0.00 0.00 0.20 0.00 99.78 [2024-08-12T05:18:21.283Z] 04:45:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.283Z] 04:45:01 6 0.03 0.00 0.00 0.08 0.02 99.87 [2024-08-12T05:18:21.283Z] 04:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.283Z] 04:46:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-08-12T05:18:21.283Z] 04:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:46:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.283Z] 04:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:46:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2024-08-12T05:18:21.283Z] 04:46:01 4 0.08 0.00 0.00 0.02 0.02 99.88 [2024-08-12T05:18:21.283Z] 04:46:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-08-12T05:18:21.283Z] 04:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:47:01 all 0.05 0.00 0.01 0.03 0.01 99.90 [2024-08-12T05:18:21.283Z] 04:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.283Z] 04:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:47:01 2 0.02 0.00 0.00 0.18 0.00 99.80 [2024-08-12T05:18:21.283Z] 04:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:47:01 4 0.23 0.00 0.07 0.07 0.00 99.63 [2024-08-12T05:18:21.283Z] 04:47:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:48:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2024-08-12T05:18:21.283Z] 04:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.283Z] 04:48:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:48:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2024-08-12T05:18:21.283Z] 04:48:01 4 1.95 0.00 0.02 0.02 0.02 98.00 [2024-08-12T05:18:21.283Z] 04:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:49:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2024-08-12T05:18:21.283Z] 04:49:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.283Z] 04:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.283Z] 04:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:49:01 4 0.07 0.00 0.02 0.02 0.02 99.88 [2024-08-12T05:18:21.283Z] 04:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.283Z] 04:49:01 6 0.00 0.00 0.02 0.03 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.283Z] 04:50:01 all 0.05 0.00 0.02 0.00 0.02 99.91 [2024-08-12T05:18:21.283Z] 04:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.283Z] 04:50:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2024-08-12T05:18:21.283Z] 04:50:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:50:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2024-08-12T05:18:21.284Z] 04:50:01 4 0.08 0.00 0.00 0.00 0.02 99.90 [2024-08-12T05:18:21.284Z] 04:50:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-08-12T05:18:21.284Z] 04:50:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 04:51:01 all 0.14 0.00 0.01 0.06 0.01 99.78 [2024-08-12T05:18:21.284Z] 04:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2024-08-12T05:18:21.284Z] 04:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 04:51:01 4 0.96 0.00 0.02 0.17 0.00 98.86 [2024-08-12T05:18:21.284Z] 04:51:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 04:51:01 6 0.00 0.00 0.00 0.35 0.02 99.63 [2024-08-12T05:18:21.284Z] 04:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] [2024-08-12T05:18:21.284Z] 04:51:01 CPU %user %nice %system %iowait %steal %idle [2024-08-12T05:18:21.284Z] 04:52:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-08-12T05:18:21.284Z] 04:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 04:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 04:52:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 04:52:01 3 0.02 0.00 0.00 0.00 0.03 99.95 [2024-08-12T05:18:21.284Z] 04:52:01 4 0.12 0.00 0.02 0.10 0.02 99.75 [2024-08-12T05:18:21.284Z] 04:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 04:52:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:53:01 all 0.06 0.00 0.01 0.01 0.01 99.91 [2024-08-12T05:18:21.284Z] 04:53:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:53:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 04:53:01 3 0.13 0.00 0.07 0.00 0.02 99.78 [2024-08-12T05:18:21.284Z] 04:53:01 4 0.13 0.00 0.00 0.03 0.00 99.83 [2024-08-12T05:18:21.284Z] 04:53:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:53:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:54:01 all 0.20 0.00 0.03 0.02 0.03 99.72 [2024-08-12T05:18:21.284Z] 04:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 04:54:01 1 0.12 0.00 0.03 0.00 0.03 99.82 [2024-08-12T05:18:21.284Z] 04:54:01 2 0.08 0.00 0.03 0.00 0.03 99.85 [2024-08-12T05:18:21.284Z] 04:54:01 3 0.75 0.00 0.05 0.00 0.03 99.17 [2024-08-12T05:18:21.284Z] 04:54:01 4 0.18 0.00 0.03 0.12 0.02 99.65 [2024-08-12T05:18:21.284Z] 04:54:01 5 0.23 0.00 0.03 0.00 0.03 99.70 [2024-08-12T05:18:21.284Z] 04:54:01 6 0.10 0.00 0.02 0.02 0.02 99.85 [2024-08-12T05:18:21.284Z] 04:54:01 7 0.13 0.00 0.00 0.02 0.03 99.82 [2024-08-12T05:18:21.284Z] 04:55:01 all 0.12 0.00 0.02 0.02 0.01 99.84 [2024-08-12T05:18:21.284Z] 04:55:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 04:55:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2024-08-12T05:18:21.284Z] 04:55:01 2 0.86 0.00 0.03 0.00 0.02 99.09 [2024-08-12T05:18:21.284Z] 04:55:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 04:55:01 4 0.00 0.00 0.00 0.12 0.00 99.88 [2024-08-12T05:18:21.284Z] 04:55:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:55:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:56:01 all 0.15 0.00 0.01 0.00 0.01 99.82 [2024-08-12T05:18:21.284Z] 04:56:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 04:56:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2024-08-12T05:18:21.284Z] 04:56:01 2 0.91 0.00 0.02 0.00 0.02 99.05 [2024-08-12T05:18:21.284Z] 04:56:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2024-08-12T05:18:21.284Z] 04:56:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 04:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:57:01 all 0.18 0.00 0.01 0.02 0.01 99.79 [2024-08-12T05:18:21.284Z] 04:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 04:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:57:01 2 1.31 0.00 0.00 0.00 0.00 98.69 [2024-08-12T05:18:21.284Z] 04:57:01 3 0.02 0.00 0.00 0.00 0.03 99.95 [2024-08-12T05:18:21.284Z] 04:57:01 4 0.00 0.00 0.00 0.12 0.00 99.88 [2024-08-12T05:18:21.284Z] 04:57:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:57:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-12T05:18:21.284Z] 04:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 04:58:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-08-12T05:18:21.284Z] 04:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 04:58:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 04:58:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:58:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-08-12T05:18:21.284Z] 04:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:59:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2024-08-12T05:18:21.284Z] 04:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 04:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 04:59:01 4 0.00 0.00 0.02 0.05 0.00 99.93 [2024-08-12T05:18:21.284Z] 04:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 04:59:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2024-08-12T05:18:21.284Z] 04:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:00:01 all 0.13 0.00 0.01 0.00 0.01 99.84 [2024-08-12T05:18:21.284Z] 05:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:00:01 2 0.94 0.00 0.02 0.00 0.02 99.02 [2024-08-12T05:18:21.284Z] 05:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 05:00:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:00:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2024-08-12T05:18:21.284Z] 05:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:01:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2024-08-12T05:18:21.284Z] 05:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:01:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:01:01 2 1.29 0.00 0.02 0.00 0.02 98.68 [2024-08-12T05:18:21.284Z] 05:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:01:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:01:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:01:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:02:01 all 0.01 0.00 0.02 0.01 0.01 99.96 [2024-08-12T05:18:21.284Z] 05:02:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:02:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:02:01 4 0.00 0.00 0.02 0.03 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:02:01 5 0.00 0.00 0.05 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:02:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] [2024-08-12T05:18:21.284Z] 05:02:01 CPU %user %nice %system %iowait %steal %idle [2024-08-12T05:18:21.284Z] 05:03:01 all 0.03 0.00 0.01 0.02 0.01 99.93 [2024-08-12T05:18:21.284Z] 05:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:03:01 4 0.02 0.00 0.00 0.15 0.02 99.82 [2024-08-12T05:18:21.284Z] 05:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:03:01 6 0.07 0.00 0.05 0.02 0.02 99.85 [2024-08-12T05:18:21.284Z] 05:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:04:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2024-08-12T05:18:21.284Z] 05:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:04:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:04:01 6 0.05 0.00 0.05 0.00 0.03 99.87 [2024-08-12T05:18:21.284Z] 05:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:05:01 all 0.04 0.00 0.01 0.11 0.01 99.84 [2024-08-12T05:18:21.284Z] 05:05:01 0 0.03 0.00 0.00 0.52 0.00 99.45 [2024-08-12T05:18:21.284Z] 05:05:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-08-12T05:18:21.284Z] 05:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:05:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2024-08-12T05:18:21.284Z] 05:05:01 4 0.02 0.00 0.00 0.37 0.00 99.62 [2024-08-12T05:18:21.284Z] 05:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:05:01 6 0.08 0.00 0.05 0.00 0.03 99.83 [2024-08-12T05:18:21.284Z] 05:05:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:06:01 all 0.02 0.00 0.01 0.02 0.01 99.95 [2024-08-12T05:18:21.284Z] 05:06:01 0 0.00 0.00 0.02 0.05 0.00 99.93 [2024-08-12T05:18:21.284Z] 05:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:06:01 4 0.00 0.00 0.00 0.08 0.00 99.92 [2024-08-12T05:18:21.284Z] 05:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:06:01 6 0.03 0.00 0.07 0.00 0.02 99.88 [2024-08-12T05:18:21.284Z] 05:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:07:01 all 0.02 0.00 0.02 0.02 0.02 99.92 [2024-08-12T05:18:21.284Z] 05:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:07:01 1 0.07 0.00 0.02 0.10 0.00 99.82 [2024-08-12T05:18:21.284Z] 05:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:07:01 4 0.02 0.00 0.02 0.07 0.00 99.90 [2024-08-12T05:18:21.284Z] 05:07:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:07:01 6 0.05 0.00 0.05 0.00 0.08 99.82 [2024-08-12T05:18:21.284Z] 05:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:08:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-08-12T05:18:21.284Z] 05:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:08:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2024-08-12T05:18:21.284Z] 05:08:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:08:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-08-12T05:18:21.284Z] 05:08:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:09:01 all 0.04 0.00 0.01 0.01 0.01 99.94 [2024-08-12T05:18:21.284Z] 05:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:09:01 1 0.08 0.00 0.00 0.02 0.02 99.88 [2024-08-12T05:18:21.284Z] 05:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:09:01 4 0.03 0.00 0.00 0.03 0.00 99.93 [2024-08-12T05:18:21.284Z] 05:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:09:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2024-08-12T05:18:21.284Z] 05:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2024-08-12T05:18:21.284Z] 05:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:10:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 05:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:11:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2024-08-12T05:18:21.284Z] 05:11:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:11:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:11:01 6 0.07 0.00 0.03 0.00 0.03 99.87 [2024-08-12T05:18:21.284Z] 05:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:12:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2024-08-12T05:18:21.284Z] 05:12:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:12:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:12:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:12:01 6 0.07 0.00 0.02 0.00 0.03 99.88 [2024-08-12T05:18:21.284Z] 05:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:13:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2024-08-12T05:18:21.284Z] 05:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:13:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:13:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:13:01 6 0.08 0.00 0.02 0.00 0.02 99.88 [2024-08-12T05:18:21.284Z] 05:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] [2024-08-12T05:18:21.284Z] 05:13:01 CPU %user %nice %system %iowait %steal %idle [2024-08-12T05:18:21.284Z] 05:14:01 all 0.01 0.00 0.01 0.02 0.01 99.95 [2024-08-12T05:18:21.284Z] 05:14:01 0 0.02 0.00 0.00 0.07 0.00 99.92 [2024-08-12T05:18:21.284Z] 05:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:14:01 4 0.00 0.00 0.02 0.10 0.00 99.88 [2024-08-12T05:18:21.284Z] 05:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:14:01 6 0.02 0.00 0.05 0.00 0.02 99.92 [2024-08-12T05:18:21.284Z] 05:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-12T05:18:21.284Z] 05:15:01 all 0.04 0.00 0.01 0.01 0.01 99.94 [2024-08-12T05:18:21.284Z] 05:15:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2024-08-12T05:18:21.284Z] 05:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-12T05:18:21.284Z] 05:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:15:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2024-08-12T05:18:21.284Z] 05:15:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:15:01 6 0.10 0.00 0.03 0.02 0.03 99.82 [2024-08-12T05:18:21.284Z] 05:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:16:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2024-08-12T05:18:21.284Z] 05:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-12T05:18:21.284Z] 05:16:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-12T05:18:21.284Z] 05:16:01 2 0.85 0.00 0.00 0.00 0.00 99.15 [2024-08-12T05:18:21.284Z] 05:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:16:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2024-08-12T05:18:21.284Z] 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:16:01 6 0.03 0.00 0.03 0.00 0.03 99.90 [2024-08-12T05:18:21.284Z] 05:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-12T05:18:21.284Z] 05:17:01 all 1.17 0.00 0.43 0.01 0.01 98.38 [2024-08-12T05:18:21.284Z] 05:17:01 0 0.55 0.00 0.15 0.00 0.02 99.28 [2024-08-12T05:18:21.284Z] 05:17:01 1 0.92 0.00 0.35 0.00 0.02 98.72 [2024-08-12T05:18:21.284Z] 05:17:01 2 2.75 0.00 0.40 0.00 0.02 96.84 [2024-08-12T05:18:21.284Z] 05:17:01 3 1.33 0.00 0.38 0.00 0.00 98.28 [2024-08-12T05:18:21.284Z] 05:17:01 4 0.77 0.00 0.55 0.05 0.02 98.62 [2024-08-12T05:18:21.284Z] 05:17:01 5 0.87 0.00 0.42 0.00 0.02 98.70 [2024-08-12T05:18:21.284Z] 05:17:01 6 1.00 0.00 0.68 0.03 0.02 98.27 [2024-08-12T05:18:21.284Z] 05:17:01 7 1.12 0.00 0.53 0.00 0.02 98.33 [2024-08-12T05:18:21.284Z] 05:18:01 all 8.37 0.00 3.68 2.27 0.11 85.57 [2024-08-12T05:18:21.284Z] 05:18:01 0 8.46 0.00 4.04 6.59 0.10 80.82 [2024-08-12T05:18:21.284Z] 05:18:01 1 8.79 0.00 3.05 0.03 0.08 88.04 [2024-08-12T05:18:21.284Z] 05:18:01 2 9.02 0.00 3.93 4.85 0.10 82.09 [2024-08-12T05:18:21.284Z] 05:18:01 3 5.81 0.00 3.72 1.57 0.12 88.78 [2024-08-12T05:18:21.284Z] 05:18:01 4 8.75 0.00 3.16 1.28 0.08 86.73 [2024-08-12T05:18:21.284Z] 05:18:01 5 6.59 0.00 3.93 0.44 0.08 88.97 [2024-08-12T05:18:21.284Z] 05:18:01 6 9.35 0.00 3.59 3.00 0.17 83.90 [2024-08-12T05:18:21.284Z] 05:18:01 7 10.18 0.00 4.03 0.46 0.10 85.23 [2024-08-12T05:18:21.284Z] Average: all 8.31 0.00 1.42 0.92 0.04 89.31 [2024-08-12T05:18:21.284Z] Average: 0 8.24 0.00 1.41 0.82 0.03 89.49 [2024-08-12T05:18:21.284Z] Average: 1 8.24 0.00 1.45 0.61 0.04 89.66 [2024-08-12T05:18:21.284Z] Average: 2 8.44 0.00 1.41 1.29 0.04 88.82 [2024-08-12T05:18:21.284Z] Average: 3 8.25 0.00 1.35 0.78 0.04 89.59 [2024-08-12T05:18:21.284Z] Average: 4 8.38 0.00 1.38 1.12 0.03 89.09 [2024-08-12T05:18:21.284Z] Average: 5 8.28 0.00 1.38 1.06 0.03 89.25 [2024-08-12T05:18:21.284Z] Average: 6 8.21 0.00 1.43 1.12 0.04 89.20 [2024-08-12T05:18:21.284Z] Average: 7 8.48 0.00 1.51 0.61 0.04 89.36 [2024-08-12T05:18:21.284Z] [2024-08-12T05:18:21.284Z] [2024-08-12T05:18:21.284Z]