Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 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-ssh522782273414542283.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-ssh1491543870657805972.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-ssh546518893420798173.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-ssh16646833832516298284.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-ssh11678881918078971478.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8085 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/677 [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/677 # 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 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 (main) Commit message: "Merge pull request #4870 from lindseysimple/issue-4847-3" > 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 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 # timeout=10 > git rev-list --no-walk f6f99ba4b961ab207b8eb6d15e7748acd28fde6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-21T07:01:05.717Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-21T07:01:05.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-21T07:01:05.859Z] ========================================================= [2024-08-21T07:01:05.859Z] EdgeX Global Pipelines Version Info [2024-08-21T07:01:05.859Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:01:06.657Z] ------------------- [2024-08-21T07:01:06.658Z] stable info: [2024-08-21T07:01:06.658Z] ------------------- [2024-08-21T07:01:06.658Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-21T07:01:06.658Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-21T07:01:06.658Z] Message: update stable to v1.0.260 [2024-08-21T07:01:07.230Z] ------------------- [2024-08-21T07:01:07.230Z] experimental info: [2024-08-21T07:01:07.230Z] ------------------- [2024-08-21T07:01:07.230Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-21T07:01:07.230Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-21T07:01:07.230Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-21T07:01:07.309Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-21T07:01:07.331Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-21T07:01:07.361Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-21T07:01:07.392Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-21T07:01:07.414Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-21T07:01:07.434Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-21T07:01:07.455Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-21T07:01:07.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-21T07:01:07.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-21T07:01:07.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-21T07:01:07.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-21T07:01:07.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-21T07:01:07.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-21T07:01:07.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-21T07:01:07.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-21T07:01:07.721Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-21T07:01:07.742Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-21T07:01:07.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-21T07:01:07.787Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-21T07:01:07.808Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-21T07:01:07.832Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-21T07:01:07.907Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-21T07:01:07.932Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-21T07:01:07.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-21T07:01:07.962Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-21T07:01:07.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-21T07:01:07.999Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] echo [2024-08-21T07:01:08.018Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcba1ae [Pipeline] echo [2024-08-21T07:01:08.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-21T07:01:08.081Z] provisioning config files... [2024-08-21T07:01:08.095Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config17976912609512737522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:01:08.427Z] ---> ****-login.sh [2024-08-21T07:01:08.427Z] nexus3.edgexfoundry.org:10001 [2024-08-21T07:01:08.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:01:08.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:01:08.686Z] Configure a credential helper to remove this warning. See [2024-08-21T07:01:08.686Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:01:08.686Z] [2024-08-21T07:01:08.686Z] Login Succeeded [2024-08-21T07:01:08.686Z] nexus3.edgexfoundry.org:10002 [2024-08-21T07:01:08.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:01:08.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:01:08.686Z] Configure a credential helper to remove this warning. See [2024-08-21T07:01:08.686Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:01:08.686Z] [2024-08-21T07:01:08.686Z] Login Succeeded [2024-08-21T07:01:08.686Z] nexus3.edgexfoundry.org:10003 [2024-08-21T07:01:08.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:01:08.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:01:08.945Z] Configure a credential helper to remove this warning. See [2024-08-21T07:01:08.945Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:01:08.945Z] [2024-08-21T07:01:08.945Z] Login Succeeded [2024-08-21T07:01:08.945Z] nexus3.edgexfoundry.org:10004 [2024-08-21T07:01:08.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:01:08.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:01:08.945Z] Configure a credential helper to remove this warning. See [2024-08-21T07:01:08.945Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:01:08.945Z] [2024-08-21T07:01:08.945Z] Login Succeeded [2024-08-21T07:01:08.945Z] ****.io [2024-08-21T07:01:09.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:01:09.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:01:09.207Z] Configure a credential helper to remove this warning. See [2024-08-21T07:01:09.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:01:09.207Z] [2024-08-21T07:01:09.207Z] Login Succeeded [2024-08-21T07:01:09.207Z] ---> ****-login.sh ends [Pipeline] } [2024-08-21T07:01:09.213Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-21T07:01:09.540Z] + 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-21T07:01:09.540Z] + dirname cmd/core-command/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-21T07:01:09.540Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/core-data/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/core-keeper/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + dirname cmd/core-metadata/Dockerfile [2024-08-21T07:01:09.540Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-21T07:01:09.540Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-21T07:01:09.540Z] cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-spire-agent/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/support-notifications/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-21T07:01:09.540Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-21T07:01:09.540Z] + cut -d/ -f2 [2024-08-21T07:01:09.540Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-21T07:01:09.575Z] 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-21T07:01:09.936Z] + git rev-list -1 --merges dcba1ae946b5ccf48e9dcc2a00fa110f4c613826~1..dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] echo [2024-08-21T07:01:10.085Z] -----------> git rev-list -1 --merges dcba1ae946b5ccf48e9dcc2a00fa110f4c613826~1..dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:01:10.085Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [false] [Pipeline] sh [2024-08-21T07:01:10.380Z] + git log --format=format:%s -1 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] echo [2024-08-21T07:01:10.394Z] ========================================================= [2024-08-21T07:01:10.394Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-21T07:01:10.394Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-21T07:01:10.773Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-21T07:01:10.773Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-21T07:01:10.773Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-21T07:01:10.773Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-21T07:01:10.773Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-21T07:01:10.773Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-21T07:01:10.773Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:01:11.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-21T07:01:11.133Z] [2024-08-21T07:01:11.133Z] 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-21T07:01:11.436Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-21T07:01:11.436Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-21T07:01:11.436Z] b85a868b505f: Pulling fs layer [2024-08-21T07:01:11.436Z] e2be974225ed: Pulling fs layer [2024-08-21T07:01:11.436Z] 339a4e72a1f5: Pulling fs layer [2024-08-21T07:01:11.436Z] 988bab9f4d93: Pulling fs layer [2024-08-21T07:01:11.436Z] 1469e6f7b9e6: Pulling fs layer [2024-08-21T07:01:11.437Z] eaf3925da568: Pulling fs layer [2024-08-21T07:01:11.437Z] bab4dde63d76: Pulling fs layer [2024-08-21T07:01:11.437Z] bde34c3a00c8: Pulling fs layer [2024-08-21T07:01:11.437Z] b352a97aabf1: Pulling fs layer [2024-08-21T07:01:11.437Z] 4872d77fe225: Pulling fs layer [2024-08-21T07:01:11.437Z] 5851b861e8e6: Pulling fs layer [2024-08-21T07:01:11.437Z] 1469e6f7b9e6: Waiting [2024-08-21T07:01:11.437Z] 4872d77fe225: Waiting [2024-08-21T07:01:11.437Z] eaf3925da568: Waiting [2024-08-21T07:01:11.437Z] bab4dde63d76: Waiting [2024-08-21T07:01:11.437Z] 5851b861e8e6: Waiting [2024-08-21T07:01:11.437Z] b352a97aabf1: Waiting [2024-08-21T07:01:11.437Z] e2be974225ed: Download complete [2024-08-21T07:01:11.437Z] 988bab9f4d93: Verifying Checksum [2024-08-21T07:01:11.437Z] 988bab9f4d93: Download complete [2024-08-21T07:01:11.437Z] 1469e6f7b9e6: Verifying Checksum [2024-08-21T07:01:11.437Z] 1469e6f7b9e6: Download complete [2024-08-21T07:01:11.437Z] eaf3925da568: Verifying Checksum [2024-08-21T07:01:11.437Z] eaf3925da568: Download complete [2024-08-21T07:01:11.696Z] 339a4e72a1f5: Verifying Checksum [2024-08-21T07:01:11.696Z] 339a4e72a1f5: Download complete [2024-08-21T07:01:11.696Z] bde34c3a00c8: Verifying Checksum [2024-08-21T07:01:11.696Z] bde34c3a00c8: Download complete [2024-08-21T07:01:11.696Z] b352a97aabf1: Download complete [2024-08-21T07:01:11.696Z] 4872d77fe225: Download complete [2024-08-21T07:01:11.696Z] 5851b861e8e6: Download complete [2024-08-21T07:01:11.696Z] b85a868b505f: Verifying Checksum [2024-08-21T07:01:11.696Z] b85a868b505f: Download complete [2024-08-21T07:01:11.955Z] bab4dde63d76: Verifying Checksum [2024-08-21T07:01:11.955Z] bab4dde63d76: Download complete [2024-08-21T07:01:12.899Z] b85a868b505f: Pull complete [2024-08-21T07:01:13.163Z] e2be974225ed: Pull complete [2024-08-21T07:01:13.739Z] 339a4e72a1f5: Pull complete [2024-08-21T07:01:13.739Z] 988bab9f4d93: Pull complete [2024-08-21T07:01:14.001Z] 1469e6f7b9e6: Pull complete [2024-08-21T07:01:14.261Z] eaf3925da568: Pull complete [2024-08-21T07:01:16.168Z] bab4dde63d76: Pull complete [2024-08-21T07:01:16.168Z] bde34c3a00c8: Pull complete [2024-08-21T07:01:16.168Z] b352a97aabf1: Pull complete [2024-08-21T07:01:16.168Z] 4872d77fe225: Pull complete [2024-08-21T07:01:16.429Z] 5851b861e8e6: Pull complete [2024-08-21T07:01:16.429Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-21T07:01:16.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-21T07:01:16.429Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:01:16.587Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:01:16.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:01:19.871Z] $ docker top 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c -eo pid,comm [2024-08-21T07:01:19.930Z] 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-21T07:01:19.931Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-21T07:01:19.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-21T07:01:19.983Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-21T07:01:20.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-21T07:01:20.094Z] $ docker exec 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent [2024-08-21T07:01:20.194Z] SSH_AUTH_SOCK=/tmp/ssh-0cDbAqSNSt94/agent.32 [2024-08-21T07:01:20.194Z] SSH_AGENT_PID=38 [2024-08-21T07:01:20.201Z] Running ssh-add (command line suppressed) [2024-08-21T07:01:20.303Z] Identity added: /w/workspace/edgex-go/677@tmp/private_key_6848153179844433327.key (/w/workspace/edgex-go/677@tmp/private_key_6848153179844433327.key) [2024-08-21T07:01:20.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-21T07:01:20.618Z] + git tag --points-at HEAD [Pipeline] } [2024-08-21T07:01:20.626Z] $ docker exec --env ******** --env ******** 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent -k [2024-08-21T07:01:20.722Z] unset SSH_AUTH_SOCK; [2024-08-21T07:01:20.722Z] unset SSH_AGENT_PID; [2024-08-21T07:01:20.723Z] echo Agent pid 38 killed; [2024-08-21T07:01:20.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-21T07:01:20.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-21T07:01:20.785Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-21T07:01:20.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-21T07:01:20.910Z] $ docker exec 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent [2024-08-21T07:01:21.022Z] SSH_AUTH_SOCK=/tmp/ssh-eG0KI1uXz8Hm/agent.71 [2024-08-21T07:01:21.022Z] SSH_AGENT_PID=77 [2024-08-21T07:01:21.026Z] Running ssh-add (command line suppressed) [2024-08-21T07:01:21.127Z] Identity added: /w/workspace/edgex-go/677@tmp/private_key_11457157344308008627.key (/w/workspace/edgex-go/677@tmp/private_key_11457157344308008627.key) [2024-08-21T07:01:21.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-21T07:01:21.442Z] + git semver init [2024-08-21T07:01:21.703Z] 2024-08-21 07:01:21,607 [run_init] DEBUG init version:0.0.0 force:False [2024-08-21T07:01:21.703Z] 2024-08-21 07:01:21,608 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/677/.semver [2024-08-21T07:01:21.703Z] 2024-08-21 07:01:21,608 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/677/.semver [2024-08-21T07:01:21.703Z] 2024-08-21 07:01:21,609 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/677/.semver'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=None) [2024-08-21T07:01:30.226Z] 2024-08-21 07:01:29,216 [append_file] DEBUG append to file:/w/workspace/edgex-go/677/.git/info/exclude [2024-08-21T07:01:30.226Z] 2024-08-21 07:01:29,217 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/677/.semver/main with force:False [2024-08-21T07:01:30.226Z] 2024-08-21 07:01:29,217 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:01:30.226Z] 2024-08-21 07:01:29,217 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:01:30.226Z] 3.2.0-dev.58 [Pipeline] } [2024-08-21T07:01:30.234Z] $ docker exec --env ******** --env ******** 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent -k [2024-08-21T07:01:30.324Z] unset SSH_AUTH_SOCK; [2024-08-21T07:01:30.325Z] unset SSH_AGENT_PID; [2024-08-21T07:01:30.325Z] echo Agent pid 77 killed; [2024-08-21T07:01:30.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-21T07:01:30.659Z] + git semver [Pipeline] } [2024-08-21T07:01:30.930Z] $ docker stop --time=1 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c [2024-08-21T07:01:32.233Z] $ docker rm -f --volumes 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-21T07:01:32.578Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-21T07:01:32.822Z] Stashed 1 file(s) [Pipeline] echo [2024-08-21T07:01:32.826Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.58 [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-21T07:01:33.283Z] + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] echo [2024-08-21T07:01:33.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-21T07:01:33.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-21T07:01:33.338Z] ========================================================= [2024-08-21T07:01:33.338Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-21T07:01:33.338Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-21T07:01:33.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-21T07:01:33.635Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-21T07:01:33.635Z] 619be1103602: Pulling fs layer [2024-08-21T07:01:33.635Z] 7862e08f4a3e: Pulling fs layer [2024-08-21T07:01:33.635Z] 5df492c9dc93: Pulling fs layer [2024-08-21T07:01:33.635Z] 7629e6793208: Pulling fs layer [2024-08-21T07:01:33.635Z] 4f4fb700ef54: Pulling fs layer [2024-08-21T07:01:33.635Z] fb5054dd5b73: Pulling fs layer [2024-08-21T07:01:33.635Z] eeca6798cff9: Pulling fs layer [2024-08-21T07:01:33.635Z] aa269ceb94a6: Pulling fs layer [2024-08-21T07:01:33.635Z] ada007ff1a6a: Pulling fs layer [2024-08-21T07:01:33.635Z] fb5054dd5b73: Waiting [2024-08-21T07:01:33.635Z] eeca6798cff9: Waiting [2024-08-21T07:01:33.635Z] aa269ceb94a6: Waiting [2024-08-21T07:01:33.635Z] ada007ff1a6a: Waiting [2024-08-21T07:01:33.635Z] 7629e6793208: Waiting [2024-08-21T07:01:33.635Z] 4f4fb700ef54: Waiting [2024-08-21T07:01:33.635Z] 7862e08f4a3e: Download complete [2024-08-21T07:01:33.635Z] 7629e6793208: Verifying Checksum [2024-08-21T07:01:33.635Z] 7629e6793208: Download complete [2024-08-21T07:01:33.635Z] 4f4fb700ef54: Verifying Checksum [2024-08-21T07:01:33.635Z] 4f4fb700ef54: Download complete [2024-08-21T07:01:33.635Z] 619be1103602: Verifying Checksum [2024-08-21T07:01:33.635Z] 619be1103602: Download complete [2024-08-21T07:01:33.635Z] fb5054dd5b73: Download complete [2024-08-21T07:01:33.895Z] eeca6798cff9: Verifying Checksum [2024-08-21T07:01:33.895Z] eeca6798cff9: Download complete [2024-08-21T07:01:33.895Z] 619be1103602: Pull complete [2024-08-21T07:01:33.895Z] ada007ff1a6a: Verifying Checksum [2024-08-21T07:01:33.895Z] ada007ff1a6a: Download complete [2024-08-21T07:01:34.154Z] 7862e08f4a3e: Pull complete [2024-08-21T07:01:34.154Z] 5df492c9dc93: Verifying Checksum [2024-08-21T07:01:34.154Z] 5df492c9dc93: Download complete [2024-08-21T07:01:34.720Z] aa269ceb94a6: Verifying Checksum [2024-08-21T07:01:34.720Z] aa269ceb94a6: Download complete [2024-08-21T07:01:38.003Z] 5df492c9dc93: Pull complete [2024-08-21T07:01:38.003Z] 7629e6793208: Pull complete [2024-08-21T07:01:38.003Z] 4f4fb700ef54: Pull complete [2024-08-21T07:01:38.003Z] fb5054dd5b73: Pull complete [2024-08-21T07:01:38.003Z] eeca6798cff9: Pull complete [2024-08-21T07:01:40.539Z] aa269ceb94a6: Pull complete [2024-08-21T07:01:40.801Z] ada007ff1a6a: Pull complete [2024-08-21T07:01:40.801Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-21T07:01:40.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-21T07:01:40.801Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-21T07:01:41.112Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-21T07:01:41.113Z] WORKDIR /edgex [2024-08-21T07:01:41.113Z] COPY go.mod . [2024-08-21T07:01:41.113Z] RUN go mod download [2024-08-21T07:01:41.113Z] + docker build -t ci-base-image-x86_64 -f - . [2024-08-21T07:01:41.683Z] Sending build context to Docker daemon 179.1MB [2024-08-21T07:01:41.683Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-21T07:01:41.683Z] ---> f489d0715acc [2024-08-21T07:01:41.683Z] Step 2/4 : WORKDIR /edgex [2024-08-21T07:01:47.919Z] Still waiting to schedule task [2024-08-21T07:01:47.919Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-08-21T07:01:49.094Z] ---> Running in e3f6985b0abc [2024-08-21T07:01:49.095Z] Removing intermediate container e3f6985b0abc [2024-08-21T07:01:49.095Z] ---> 98d0b613ecde [2024-08-21T07:01:49.095Z] Step 3/4 : COPY go.mod . [2024-08-21T07:01:49.095Z] ---> 64c2fb9df62e [2024-08-21T07:01:49.095Z] Step 4/4 : RUN go mod download [2024-08-21T07:01:49.095Z] ---> Running in 8eae8fd8a740 [2024-08-21T07:02:21.237Z] Removing intermediate container 8eae8fd8a740 [2024-08-21T07:02:21.237Z] ---> bf35f4496fad [2024-08-21T07:02:21.237Z] Successfully built bf35f4496fad [2024-08-21T07:02:21.237Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:02:21.539Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-21T07:02:21.539Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:02:21.611Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:02:21.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:02:22.128Z] $ docker top 9dd577b6f55e7cd928b6d02ae95cc13c8bafd72bd8ff9f73d60feac24d4f61c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-21T07:02:22.482Z] + go version [2024-08-21T07:02:22.482Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-21T07:02:22.490Z] $ docker stop --time=1 9dd577b6f55e7cd928b6d02ae95cc13c8bafd72bd8ff9f73d60feac24d4f61c3 [2024-08-21T07:02:23.761Z] $ docker rm -f --volumes 9dd577b6f55e7cd928b6d02ae95cc13c8bafd72bd8ff9f73d60feac24d4f61c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:02:24.213Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-21T07:02:24.213Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:02:24.286Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:02:24.314Z] $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:02:24.652Z] $ docker top a0b8dcad1df3061bd03421d024ab8240a42f44a9821825fb43db2c8229bfee2b -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-21T07:02:24.729Z] ========================================================= [2024-08-21T07:02:24.729Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-21T07:02:24.729Z] ========================================================= [Pipeline] sh [2024-08-21T07:02:25.008Z] + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] fileExists [Pipeline] sh [2024-08-21T07:02:25.349Z] + make test [2024-08-21T07:02:25.349Z] go test -race -coverprofile=coverage.out ./... [2024-08-21T07:02:33.478Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-21T07:03:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-21T07:03:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-21T07:03:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-21T07:03:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-21T07:03:00.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-21T07:03:01.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-21T07:03:01.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-21T07:03:01.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-21T07:03:01.217Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-21T07:03:01.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-21T07:03:03.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-21T07:03:03.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-21T07:03:03.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-21T07:03:03.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-21T07:03:03.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-21T07:03:03.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements [2024-08-21T07:03:04.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-21T07:03:04.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-21T07:03:04.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 97.0% of statements [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-21T07:03:05.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-21T07:03:06.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-21T07:03:06.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-21T07:03:06.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-21T07:03:06.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-21T07:03:06.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-21T07:03:07.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements [2024-08-21T07:03:07.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.043s coverage: 53.2% of statements [2024-08-21T07:03:07.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.810s coverage: 93.4% of statements [2024-08-21T07:03:07.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 91.7% of statements [2024-08-21T07:03:08.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-21T07:03:08.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-21T07:03:09.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 7.0% of statements [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-21T07:03:10.095Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-21T07:03:11.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] [2024-08-21T07:03:11.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.441s coverage: 95.8% of statements [2024-08-21T07:03:11.726Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2024-08-21T07:03:11.983Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-21T07:03:11.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-21T07:03:12.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.044s coverage: 0.0% of statements [no tests to run] [2024-08-21T07:03:13.173Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements [2024-08-21T07:03:13.173Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 30.7% of statements [2024-08-21T07:03:13.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 41.7% of statements [2024-08-21T07:03:13.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.021s coverage: 77.8% of statements [2024-08-21T07:03:13.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2024-08-21T07:03:13.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements [2024-08-21T07:03:13.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-21T07:03:14.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-21T07:03:16.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-21T07:03:17.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-21T07:03:17.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-21T07:03:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-21T07:03:18.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-21T07:03:19.546Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-21T07:03:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-21T07:03:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-21T07:03:21.651Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8086 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-21T07:03:21.670Z] Running in /w/workspace/edgex-go/677 [Pipeline] { [Pipeline] checkout [2024-08-21T07:03:24.715Z] The recommended git tool is: git [2024-08-21T07:03:24.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-21T07:03:24.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-21T07:03:24.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-21T07:03:24.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-21T07:03:24.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-21T07:03:24.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-21T07:03:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-21T07:03:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-21T07:03:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-21T07:03:25.011Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-21T07:03:25.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-08-21T07:03:25.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] [2024-08-21T07:03:25.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-21T07:03:25.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2024-08-21T07:03:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-08-21T07:03:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-21T07:03:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-21T07:03:27.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-21T07:03:28.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-21T07:03:28.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-21T07:03:28.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-21T07:03:28.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-21T07:03:30.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-21T07:03:30.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-21T07:03:30.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-21T07:03:30.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-21T07:03:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-21T07:03:31.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-21T07:03:31.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-21T07:03:31.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-21T07:03:31.922Z] using credential edgex-jenkins-ssh [2024-08-21T07:03:31.945Z] Cloning the remote Git repository [2024-08-21T07:03:31.995Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-21T07:03:32.113Z] > git init /w/workspace/edgex-go/677 # timeout=10 [2024-08-21T07:03:32.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-21T07:03:32.374Z] > git --version # timeout=10 [2024-08-21T07:03:32.490Z] > git --version # 'git version 2.25.1' [2024-08-21T07:03:32.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-21T07:03:32.676Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-21T07:03:39.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.279s coverage: 79.9% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.054s coverage: 92.9% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 66.7% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.022s coverage: 75.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.063s coverage: 81.8% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.064s coverage: 82.1% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.128s coverage: 63.1% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.140s coverage: 36.5% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.024s coverage: 5.3% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.050s coverage: 76.9% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.046s coverage: 19.9% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.094s coverage: 95.7% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements [2024-08-21T07:03:39.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 98.9% of statements [2024-08-21T07:03:39.749Z] 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-21T07:03:39.749Z] running golangci-lint [2024-08-21T07:03:39.749Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-21T07:03:39.749Z] go version go1.21.9 linux/amd64 [2024-08-21T07:03:39.749Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-21T07:03:39.749Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-08-21T07:03:50.540Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-21T07:03:50.566Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-21T07:03:51.426Z] Avoid second fetch [2024-08-21T07:03:51.427Z] Checking out Revision dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 (main) [2024-08-21T07:03:52.253Z] Commit message: "Merge pull request #4870 from lindseysimple/issue-4847-3" [2024-08-21T07:03:51.439Z] > git config core.sparsecheckout # timeout=10 [2024-08-21T07:03:51.506Z] > git checkout -f dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-21T07:03:56.784Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-21T07:03:56.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:03:56.784Z] Dload Upload Total Spent Left Speed [2024-08-21T07:03:56.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 89706 0 --:--:-- --:--:-- --:--:-- 89706 [Pipeline] sh [2024-08-21T07:03:57.109Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-21T07:03:57.434Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2024-08-21T07:03:57.434Z] /etc/docker/daemon.new [2024-08-21T07:03:57.434Z] { [2024-08-21T07:03:57.434Z] "registry-mirrors": [ [2024-08-21T07:03:57.434Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-21T07:03:57.434Z] ], [2024-08-21T07:03:57.434Z] "bip": "10.250.0.254/24", [2024-08-21T07:03:57.434Z] "hosts": [ [2024-08-21T07:03:57.434Z] "tcp://0.0.0.0:5555", [2024-08-21T07:03:57.434Z] "unix:///var/run/docker.sock" [2024-08-21T07:03:57.434Z] ], [2024-08-21T07:03:57.434Z] "mtu": 1458, [2024-08-21T07:03:57.434Z] "selinux-enabled": true, [2024-08-21T07:03:57.434Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-21T07:03:57.434Z] } [Pipeline] sh [2024-08-21T07:03:57.763Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-21T07:03:58.090Z] + sudo service docker restart [2024-08-21T07:04:06.310Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 24.704210841s" [2024-08-21T07:04:06.310Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.085746ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-21T07:04:16.323Z] provisioning config files... [2024-08-21T07:04:16.344Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config10772740123513339180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:04:16.780Z] ---> ****-login.sh [2024-08-21T07:04:16.780Z] nexus3.edgexfoundry.org:10001 [2024-08-21T07:04:17.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:04:17.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:04:17.317Z] Configure a credential helper to remove this warning. See [2024-08-21T07:04:17.317Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:04:17.317Z] [2024-08-21T07:04:17.317Z] Login Succeeded [2024-08-21T07:04:17.317Z] nexus3.edgexfoundry.org:10002 [2024-08-21T07:04:17.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:04:17.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:04:17.586Z] Configure a credential helper to remove this warning. See [2024-08-21T07:04:17.587Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:04:17.587Z] [2024-08-21T07:04:17.587Z] Login Succeeded [2024-08-21T07:04:17.587Z] nexus3.edgexfoundry.org:10003 [2024-08-21T07:04:17.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:04:18.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:04:18.128Z] Configure a credential helper to remove this warning. See [2024-08-21T07:04:18.128Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:04:18.128Z] [2024-08-21T07:04:18.128Z] Login Succeeded [2024-08-21T07:04:18.128Z] nexus3.edgexfoundry.org:10004 [2024-08-21T07:04:18.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:04:18.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:04:18.399Z] Configure a credential helper to remove this warning. See [2024-08-21T07:04:18.399Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:04:18.399Z] [2024-08-21T07:04:18.399Z] Login Succeeded [2024-08-21T07:04:18.399Z] ****.io [2024-08-21T07:04:18.511Z] level=info msg="[linters_context/goanalysis] analyzers took 1m54.9022387s with top 10 stages: buildir: 1m5.318621282s, gosec: 9.53932153s, fact_deprecated: 2.608291515s, inspect: 2.478415117s, printf: 1.844995668s, S1038: 1.654184445s, fact_purity: 1.626334542s, ctrlflow: 1.621647283s, nilness: 1.327005535s, SA5012: 1.031968746s" [2024-08-21T07:04:18.511Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-08-21T07:04:18.511Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 214/214, exclude-rules: 22/214, autogenerated_exclude: 214/214, skip_dirs: 214/214, filename_unadjuster: 214/214, path_prettifier: 214/214, skip_files: 214/214, exclude: 214/214, nolint: 0/22, cgo: 214/214" [2024-08-21T07:04:18.511Z] level=info msg="[runner] processing took 18.195584ms with stages: nolint: 7.119206ms, identifier_marker: 5.555905ms, exclude-rules: 1.76126ms, path_prettifier: 1.500401ms, autogenerated_exclude: 1.427861ms, skip_dirs: 775.441µs, cgo: 35.54µs, filename_unadjuster: 15.18µs, uniq_by_line: 670ns, fixer: 660ns, diff: 650ns, max_same_issues: 630ns, max_from_linter: 440ns, skip_files: 380ns, exclude: 300ns, severity-rules: 260ns, sort_results: 250ns, source_code: 210ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns, path_shortener: 110ns" [2024-08-21T07:04:18.511Z] level=info msg="[runner] linters took 13.603180699s with stages: goanalysis_metalinter: 13.584882815s" [2024-08-21T07:04:18.511Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-21T07:04:18.511Z] level=info msg="Memory: 381 samples, avg is 303.6MB, max is 1379.8MB" [2024-08-21T07:04:18.511Z] level=info msg="Execution took 38.363493305s" [2024-08-21T07:04:18.511Z] go vet ./... [2024-08-21T07:04:18.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:04:24.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:04:24.006Z] Configure a credential helper to remove this warning. See [2024-08-21T07:04:24.006Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:04:24.006Z] [2024-08-21T07:04:24.006Z] Login Succeeded [2024-08-21T07:04:24.006Z] ---> ****-login.sh ends [Pipeline] } [2024-08-21T07:04:24.018Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-08-21T07:04:24.638Z] + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] echo [2024-08-21T07:04:24.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-21T07:04:24.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-21T07:04:24.699Z] ========================================================= [2024-08-21T07:04:24.699Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-21T07:04:24.699Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-21T07:04:25.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-21T07:04:25.026Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-21T07:04:25.026Z] c6b39de5b339: Pulling fs layer [2024-08-21T07:04:25.026Z] a69c41024577: Pulling fs layer [2024-08-21T07:04:25.026Z] d6de4b400683: Pulling fs layer [2024-08-21T07:04:25.026Z] 35cb2a7552d0: Pulling fs layer [2024-08-21T07:04:25.026Z] 4f4fb700ef54: Pulling fs layer [2024-08-21T07:04:25.026Z] 464afbd9ba4c: Pulling fs layer [2024-08-21T07:04:25.026Z] 00f215d4a9da: Pulling fs layer [2024-08-21T07:04:25.026Z] d496ad576159: Pulling fs layer [2024-08-21T07:04:25.026Z] 4f4fb700ef54: Waiting [2024-08-21T07:04:25.026Z] 464afbd9ba4c: Waiting [2024-08-21T07:04:25.026Z] 00f215d4a9da: Waiting [2024-08-21T07:04:25.026Z] 35cb2a7552d0: Waiting [2024-08-21T07:04:25.026Z] d496ad576159: Waiting [2024-08-21T07:04:25.298Z] a69c41024577: Download complete [2024-08-21T07:04:25.298Z] 35cb2a7552d0: Verifying Checksum [2024-08-21T07:04:25.298Z] 35cb2a7552d0: Download complete [2024-08-21T07:04:25.298Z] 4f4fb700ef54: Verifying Checksum [2024-08-21T07:04:25.298Z] 4f4fb700ef54: Download complete [2024-08-21T07:04:25.298Z] 464afbd9ba4c: Verifying Checksum [2024-08-21T07:04:25.298Z] 464afbd9ba4c: Download complete [2024-08-21T07:04:25.298Z] c6b39de5b339: Verifying Checksum [2024-08-21T07:04:25.298Z] c6b39de5b339: Download complete [2024-08-21T07:04:25.569Z] d496ad576159: Verifying Checksum [2024-08-21T07:04:25.569Z] d496ad576159: Download complete [2024-08-21T07:04:26.158Z] c6b39de5b339: Pull complete [2024-08-21T07:04:26.619Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-21T07:04:26.619Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-21T07:04:26.619Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-08-21T07:04:26.631Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-21T07:04:26.746Z] a69c41024577: Pull complete [2024-08-21T07:04:27.016Z] d6de4b400683: Verifying Checksum [2024-08-21T07:04:27.016Z] d6de4b400683: Download complete [2024-08-21T07:04:27.980Z] 00f215d4a9da: Verifying Checksum [2024-08-21T07:04:27.980Z] 00f215d4a9da: Download complete [2024-08-21T07:04:28.055Z] + ls -al . [2024-08-21T07:04:28.055Z] total 916 [2024-08-21T07:04:28.055Z] drwxrwxr-x 11 1001 1001 4096 Aug 21 07:02 . [2024-08-21T07:04:28.055Z] drwxr-xr-x 4 root root 4096 Aug 21 07:02 .. [2024-08-21T07:04:28.055Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 07:01 .blubracket [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 10 Aug 21 07:01 .dockerignore [2024-08-21T07:04:28.055Z] drwxrwxr-x 8 1001 1001 4096 Aug 21 07:03 .git [2024-08-21T07:04:28.055Z] drwxrwxr-x 3 1001 1001 4096 Aug 21 07:01 .github [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 1102 Aug 21 07:01 .gitignore [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 42 Aug 21 07:01 .golangci.yml [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 100 Aug 21 07:01 .hadolint.yml [2024-08-21T07:04:28.055Z] drwxr-xr-x 3 1001 1001 4096 Aug 21 07:01 .semver [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 155 Aug 21 07:01 .sonarcloud.properties [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 1171 Aug 21 07:01 ADOPTERS.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 21286 Aug 21 07:01 Attribution.txt [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 100284 Aug 21 07:01 CHANGELOG.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 3804 Aug 21 07:01 CONTRIBUTING.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 677 Aug 21 07:01 GOVERNANCE.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 861 Aug 21 07:01 Jenkinsfile [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 10775 Aug 21 07:01 LICENSE [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 16854 Aug 21 07:01 Makefile [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 582 Aug 21 07:01 OWNERS.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 9528 Aug 21 07:01 README.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 789 Aug 21 07:01 SECURITY.md [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 12 Aug 21 07:01 VERSION [2024-08-21T07:04:28.055Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 07:01 bin [2024-08-21T07:04:28.055Z] drwxrwxr-x 20 1001 1001 4096 Aug 21 07:01 cmd [2024-08-21T07:04:28.055Z] -rw-r--r-- 1 root root 545411 Aug 21 07:03 coverage.out [2024-08-21T07:04:28.055Z] drwxrwxr-x 2 1001 1001 4096 Aug 21 07:01 fuzz_test [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 7305 Aug 21 07:01 go.mod [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 102581 Aug 21 07:01 go.sum [2024-08-21T07:04:28.055Z] drwxrwxr-x 7 1001 1001 4096 Aug 21 07:01 internal [2024-08-21T07:04:28.055Z] drwxrwxr-x 3 1001 1001 4096 Aug 21 07:01 openapi [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 584 Aug 21 07:01 security.txt [2024-08-21T07:04:28.055Z] -rw-rw-r-- 1 1001 1001 204 Aug 21 07:01 version.go [Pipeline] sh [2024-08-21T07:04:28.356Z] + '[' -e coverage.out ] [2024-08-21T07:04:28.356Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-21T07:04:28.465Z] Stashed 1 file(s) [Pipeline] sh [2024-08-21T07:04:28.748Z] + make build [2024-08-21T07:04:28.748Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-21T07:04:40.323Z] d6de4b400683: Pull complete [2024-08-21T07:04:40.323Z] 35cb2a7552d0: Pull complete [2024-08-21T07:04:40.323Z] 4f4fb700ef54: Pull complete [2024-08-21T07:04:41.780Z] 464afbd9ba4c: Pull complete [2024-08-21T07:04:51.861Z] 00f215d4a9da: Pull complete [2024-08-21T07:04:51.861Z] d496ad576159: Pull complete [2024-08-21T07:04:51.861Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-21T07:04:51.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-21T07:04:51.861Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-21T07:04:52.191Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-21T07:04:52.191Z] WORKDIR /edgex [2024-08-21T07:04:52.191Z] COPY go.mod . [2024-08-21T07:04:52.191Z] RUN go mod download [2024-08-21T07:04:52.191Z] + docker build -t ci-base-image-arm64 -f - . [2024-08-21T07:04:52.776Z] Sending build context to Docker daemon 3.528MB [2024-08-21T07:04:52.776Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-21T07:04:52.776Z] ---> f246e2811388 [2024-08-21T07:04:52.776Z] Step 2/4 : WORKDIR /edgex [2024-08-21T07:04:54.711Z] ---> Running in bf939c445ccf [2024-08-21T07:04:54.711Z] Removing intermediate container bf939c445ccf [2024-08-21T07:04:54.711Z] ---> a36892d23f2b [2024-08-21T07:04:54.711Z] Step 3/4 : COPY go.mod . [2024-08-21T07:04:55.300Z] ---> da00d59dc54b [2024-08-21T07:04:55.300Z] Step 4/4 : RUN go mod download [2024-08-21T07:04:55.300Z] ---> Running in 274014543fd2 [2024-08-21T07:04:55.309Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-21T07:04:55.309Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-21T07:04:56.244Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-21T07:04:56.810Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-21T07:04:58.187Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-21T07:05:02.374Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-21T07:05:04.283Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-21T07:05:06.194Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-21T07:05:08.096Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-21T07:05:08.967Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-21T07:05:09.684Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-21T07:05:11.104Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-21T07:05:11.104Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-21T07:05:12.728Z] $ docker stop --time=1 a0b8dcad1df3061bd03421d024ab8240a42f44a9821825fb43db2c8229bfee2b [2024-08-21T07:05:21.696Z] $ docker rm -f --volumes a0b8dcad1df3061bd03421d024ab8240a42f44a9821825fb43db2c8229bfee2b [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-21T07:05:22.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-21T07:05:22.860Z] [2024-08-21T07:05:22.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:05:23.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-21T07:05:23.174Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-21T07:05:23.174Z] 91d30c5bc195: Pulling fs layer [2024-08-21T07:05:23.174Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-21T07:05:23.174Z] 9c61dcf015f6: Pulling fs layer [2024-08-21T07:05:23.174Z] 4698f68db338: Pulling fs layer [2024-08-21T07:05:23.174Z] 2a2f49069b9e: Pulling fs layer [2024-08-21T07:05:23.174Z] e0025b399a48: Pulling fs layer [2024-08-21T07:05:23.174Z] 4698f68db338: Waiting [2024-08-21T07:05:23.174Z] e0025b399a48: Waiting [2024-08-21T07:05:23.174Z] 2a2f49069b9e: Waiting [2024-08-21T07:05:23.174Z] 91d30c5bc195: Verifying Checksum [2024-08-21T07:05:23.174Z] 91d30c5bc195: Download complete [2024-08-21T07:05:23.174Z] 4698f68db338: Download complete [2024-08-21T07:05:23.434Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-21T07:05:23.435Z] 2e9b0aa3be6d: Download complete [2024-08-21T07:05:23.435Z] e0025b399a48: Download complete [2024-08-21T07:05:23.435Z] 91d30c5bc195: Pull complete [2024-08-21T07:05:23.435Z] 2a2f49069b9e: Verifying Checksum [2024-08-21T07:05:23.435Z] 2a2f49069b9e: Download complete [2024-08-21T07:05:23.695Z] 2e9b0aa3be6d: Pull complete [2024-08-21T07:05:23.954Z] 9c61dcf015f6: Download complete [2024-08-21T07:05:27.238Z] 9c61dcf015f6: Pull complete [2024-08-21T07:05:27.807Z] 4698f68db338: Pull complete [2024-08-21T07:05:36.061Z] 2a2f49069b9e: Pull complete [2024-08-21T07:05:36.061Z] e0025b399a48: Pull complete [2024-08-21T07:05:36.061Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-21T07:05:36.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-21T07:05:36.061Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:05:36.177Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:05:36.205Z] $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:05:37.079Z] $ docker top 1f593b6a3229a87f62cca73183b069ae35f723f165e413bcce94210bdbd1a481 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-21T07:05:37.442Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-21T07:05:39.985Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-21T07:05:39.985Z] #1 transferring dockerfile: 3.17kB done [2024-08-21T07:05:39.985Z] #1 DONE 0.5s [2024-08-21T07:05:39.985Z] [2024-08-21T07:05:39.985Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-21T07:05:40.255Z] #2 transferring dockerfile: 2.15kB done [2024-08-21T07:05:40.516Z] #2 DONE 0.5s [2024-08-21T07:05:40.516Z] [2024-08-21T07:05:40.516Z] #3 [security-bootstrapper internal] load .dockerignore [2024-08-21T07:05:40.516Z] #3 transferring context: 50B done [2024-08-21T07:05:40.516Z] #3 DONE 0.4s [2024-08-21T07:05:40.516Z] [2024-08-21T07:05:40.516Z] #4 [core-data internal] load build definition from Dockerfile [2024-08-21T07:05:41.085Z] #4 ... [2024-08-21T07:05:41.085Z] [2024-08-21T07:05:41.085Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-21T07:05:41.085Z] #5 transferring dockerfile: 1.89kB done [2024-08-21T07:05:41.085Z] #5 DONE 0.7s [2024-08-21T07:05:41.085Z] [2024-08-21T07:05:41.085Z] #6 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:41.085Z] #6 DONE 0.0s [2024-08-21T07:05:41.085Z] [2024-08-21T07:05:41.085Z] #7 [support-cron-scheduler internal] load .dockerignore [2024-08-21T07:05:41.344Z] #7 ... [2024-08-21T07:05:41.344Z] [2024-08-21T07:05:41.344Z] #8 [security-proxy-auth internal] load .dockerignore [2024-08-21T07:05:41.344Z] #8 transferring context: 50B done [2024-08-21T07:05:41.344Z] #8 DONE 1.1s [2024-08-21T07:05:41.604Z] [2024-08-21T07:05:41.604Z] #6 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:41.604Z] #6 DONE 0.0s [2024-08-21T07:05:41.604Z] [2024-08-21T07:05:41.604Z] #4 [core-data internal] load build definition from Dockerfile [2024-08-21T07:05:41.604Z] #4 transferring dockerfile: 2.07kB done [2024-08-21T07:05:41.864Z] #4 ... [2024-08-21T07:05:41.864Z] [2024-08-21T07:05:41.864Z] #9 [security-spiffe-token-provider internal] load .dockerignore [2024-08-21T07:05:41.864Z] #9 transferring context: 50B done [2024-08-21T07:05:41.864Z] #9 DONE 1.2s [2024-08-21T07:05:41.864Z] [2024-08-21T07:05:41.864Z] #4 [core-data internal] load build definition from Dockerfile [2024-08-21T07:05:41.864Z] #4 DONE 1.3s [2024-08-21T07:05:41.864Z] [2024-08-21T07:05:41.864Z] #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:05:42.123Z] #10 ... [2024-08-21T07:05:42.123Z] [2024-08-21T07:05:42.123Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-08-21T07:05:42.123Z] #11 transferring dockerfile: 1.69kB done [2024-08-21T07:05:42.123Z] #11 DONE 1.3s [2024-08-21T07:05:42.123Z] [2024-08-21T07:05:42.123Z] #6 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:42.123Z] #6 DONE 0.0s [2024-08-21T07:05:42.123Z] [2024-08-21T07:05:42.123Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-21T07:05:42.123Z] #12 transferring dockerfile: 2.23kB done [2024-08-21T07:05:42.123Z] #12 DONE 1.3s [2024-08-21T07:05:42.123Z] [2024-08-21T07:05:42.123Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-08-21T07:05:42.123Z] #13 transferring dockerfile: 2.06kB done [2024-08-21T07:05:42.382Z] #13 ... [2024-08-21T07:05:42.382Z] [2024-08-21T07:05:42.382Z] #14 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-21T07:05:42.382Z] #14 transferring dockerfile: 1.85kB done [2024-08-21T07:05:42.382Z] #14 DONE 1.6s [2024-08-21T07:05:42.641Z] [2024-08-21T07:05:42.641Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-08-21T07:05:42.641Z] #13 DONE 1.9s [2024-08-21T07:05:42.641Z] [2024-08-21T07:05:42.641Z] #15 [support-notifications internal] load .dockerignore [2024-08-21T07:05:42.900Z] #15 ... [2024-08-21T07:05:42.900Z] [2024-08-21T07:05:42.900Z] #16 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-21T07:05:42.900Z] #16 transferring dockerfile: 2.50kB done [2024-08-21T07:05:42.900Z] #16 DONE 2.2s [2024-08-21T07:05:42.900Z] [2024-08-21T07:05:42.900Z] #17 [security-spire-agent internal] load build definition from Dockerfile [2024-08-21T07:05:42.900Z] #17 transferring dockerfile: 1.81kB done [2024-08-21T07:05:42.900Z] #17 DONE 2.2s [2024-08-21T07:05:42.900Z] [2024-08-21T07:05:42.900Z] #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:05:42.900Z] #10 DONE 1.9s [2024-08-21T07:05:43.161Z] [2024-08-21T07:05:43.161Z] #18 [core-data internal] load .dockerignore [2024-08-21T07:05:43.161Z] #18 transferring context: 50B done [2024-08-21T07:05:43.161Z] #18 DONE 2.2s [2024-08-21T07:05:43.161Z] [2024-08-21T07:05:43.161Z] #6 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:43.161Z] #6 DONE 0.0s [2024-08-21T07:05:43.161Z] [2024-08-21T07:05:43.161Z] #19 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-21T07:05:43.161Z] #19 transferring dockerfile: 2.49kB done [2024-08-21T07:05:43.161Z] #19 DONE 2.2s [2024-08-21T07:05:43.161Z] [2024-08-21T07:05:43.161Z] #20 [security-spire-server internal] load build definition from Dockerfile [2024-08-21T07:05:43.161Z] #20 transferring dockerfile: 1.70kB done [2024-08-21T07:05:43.161Z] #20 DONE 2.2s [2024-08-21T07:05:43.161Z] [2024-08-21T07:05:43.161Z] #10 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:05:43.161Z] #10 DONE 1.9s [2024-08-21T07:05:43.161Z] [2024-08-21T07:05:43.161Z] #21 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:05:43.161Z] #21 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:05:43.161Z] #21 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:05:43.161Z] #21 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:05:43.161Z] #21 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-21T07:05:43.161Z] #21 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-21T07:05:43.161Z] #21 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s [2024-08-21T07:05:43.161Z] #21 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-08-21T07:05:43.420Z] #21 ... [2024-08-21T07:05:43.420Z] [2024-08-21T07:05:43.420Z] #22 [support-scheduler internal] load build definition from Dockerfile [2024-08-21T07:05:43.420Z] #22 transferring dockerfile: 1.93kB done [2024-08-21T07:05:43.420Z] #22 DONE 2.4s [2024-08-21T07:05:43.420Z] [2024-08-21T07:05:43.420Z] #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:05:43.420Z] #21 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-21T07:05:43.420Z] #21 ... [2024-08-21T07:05:43.420Z] [2024-08-21T07:05:43.420Z] #23 [core-keeper internal] load build definition from Dockerfile [2024-08-21T07:05:43.420Z] #23 transferring dockerfile: 2.01kB done [2024-08-21T07:05:43.420Z] #23 DONE 2.6s [2024-08-21T07:05:43.420Z] [2024-08-21T07:05:43.420Z] #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:05:43.684Z] #21 ... [2024-08-21T07:05:43.684Z] [2024-08-21T07:05:43.684Z] #24 [support-notifications internal] load build definition from Dockerfile [2024-08-21T07:05:43.684Z] #24 transferring dockerfile: 1.95kB done [2024-08-21T07:05:43.684Z] #24 DONE 2.4s [2024-08-21T07:05:43.684Z] [2024-08-21T07:05:43.684Z] #25 [core-command internal] load build definition from Dockerfile [2024-08-21T07:05:43.684Z] #25 transferring dockerfile: 1.93kB done [2024-08-21T07:05:43.684Z] #25 DONE 2.6s [2024-08-21T07:05:43.684Z] [2024-08-21T07:05:43.684Z] #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:05:43.684Z] #21 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done [2024-08-21T07:05:43.684Z] #21 ... [2024-08-21T07:05:43.684Z] [2024-08-21T07:05:43.684Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-21T07:05:43.684Z] #26 transferring context: 50B done [2024-08-21T07:05:43.684Z] #26 DONE 2.6s [2024-08-21T07:05:43.943Z] [2024-08-21T07:05:43.943Z] #27 [security-spire-config internal] load .dockerignore [2024-08-21T07:05:43.943Z] #27 transferring context: 50B done [2024-08-21T07:05:43.943Z] #27 DONE 3.0s [2024-08-21T07:05:43.943Z] [2024-08-21T07:05:43.943Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:43.943Z] #28 ... [2024-08-21T07:05:43.943Z] [2024-08-21T07:05:43.943Z] #6 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:43.943Z] #6 DONE 0.0s [2024-08-21T07:05:43.943Z] [2024-08-21T07:05:43.943Z] #29 [security-spire-agent internal] load .dockerignore [2024-08-21T07:05:43.943Z] #29 transferring context: 50B done [2024-08-21T07:05:43.943Z] #29 DONE 2.7s [2024-08-21T07:05:43.943Z] [2024-08-21T07:05:43.943Z] #30 [core-metadata internal] load .dockerignore [2024-08-21T07:05:43.943Z] #30 transferring context: 50B done [2024-08-21T07:05:43.943Z] #30 DONE 2.9s [2024-08-21T07:05:43.943Z] [2024-08-21T07:05:43.943Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.207Z] #28 ... [2024-08-21T07:05:44.207Z] [2024-08-21T07:05:44.207Z] #6 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:44.207Z] #6 DONE 0.0s [2024-08-21T07:05:44.207Z] [2024-08-21T07:05:44.207Z] #31 [support-scheduler internal] load .dockerignore [2024-08-21T07:05:44.207Z] #31 transferring context: 50B done [2024-08-21T07:05:44.207Z] #31 DONE 2.9s [2024-08-21T07:05:44.207Z] [2024-08-21T07:05:44.207Z] #7 [support-cron-scheduler internal] load .dockerignore [2024-08-21T07:05:44.207Z] #7 transferring context: 50B done [2024-08-21T07:05:44.207Z] #7 DONE 3.1s [2024-08-21T07:05:44.207Z] [2024-08-21T07:05:44.207Z] #32 [core-keeper internal] load .dockerignore [2024-08-21T07:05:44.207Z] #32 transferring context: 50B done [2024-08-21T07:05:44.207Z] #32 DONE 3.0s [2024-08-21T07:05:44.207Z] [2024-08-21T07:05:44.207Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.467Z] #28 ... [2024-08-21T07:05:44.467Z] [2024-08-21T07:05:44.467Z] #33 [core-metadata internal] load build context [2024-08-21T07:05:44.467Z] #33 DONE 0.0s [2024-08-21T07:05:44.467Z] [2024-08-21T07:05:44.467Z] #6 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:44.467Z] #6 DONE 0.0s [2024-08-21T07:05:44.467Z] [2024-08-21T07:05:44.467Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.467Z] #28 ... [2024-08-21T07:05:44.467Z] [2024-08-21T07:05:44.467Z] #34 [security-spire-server internal] load .dockerignore [2024-08-21T07:05:44.467Z] #34 transferring context: 50B done [2024-08-21T07:05:44.467Z] #34 DONE 3.2s [2024-08-21T07:05:44.467Z] [2024-08-21T07:05:44.467Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.726Z] #28 ... [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #6 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:44.726Z] #6 DONE 0.0s [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #15 [support-notifications internal] load .dockerignore [2024-08-21T07:05:44.726Z] #15 transferring context: 50B done [2024-08-21T07:05:44.726Z] #15 DONE 3.3s [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.726Z] #28 ... [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #35 [security-proxy-setup internal] load .dockerignore [2024-08-21T07:05:44.726Z] #35 transferring context: 50B done [2024-08-21T07:05:44.726Z] #35 DONE 3.6s [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #36 [security-secretstore-setup internal] load .dockerignore [2024-08-21T07:05:44.726Z] #36 transferring context: 50B done [2024-08-21T07:05:44.726Z] #36 DONE 3.6s [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #6 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:44.726Z] #6 DONE 0.0s [2024-08-21T07:05:44.726Z] [2024-08-21T07:05:44.726Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.988Z] #28 ... [2024-08-21T07:05:44.988Z] [2024-08-21T07:05:44.988Z] #6 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:44.988Z] #6 DONE 0.0s [2024-08-21T07:05:44.988Z] [2024-08-21T07:05:44.988Z] #37 [core-command internal] load .dockerignore [2024-08-21T07:05:44.988Z] #37 transferring context: 50B done [2024-08-21T07:05:44.988Z] #37 DONE 3.6s [2024-08-21T07:05:44.988Z] [2024-08-21T07:05:44.988Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:44.988Z] #28 ... [2024-08-21T07:05:44.988Z] [2024-08-21T07:05:44.988Z] #6 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-21T07:05:44.988Z] #6 DONE 0.0s [2024-08-21T07:05:44.988Z] [2024-08-21T07:05:44.988Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:45.555Z] #28 ... [2024-08-21T07:05:45.555Z] [2024-08-21T07:05:45.555Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-21T07:05:45.555Z] #38 DONE 1.4s [2024-08-21T07:05:45.555Z] [2024-08-21T07:05:45.555Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:46.126Z] #28 ... [2024-08-21T07:05:46.126Z] [2024-08-21T07:05:46.126Z] #39 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-21T07:05:46.126Z] #39 DONE 2.1s [2024-08-21T07:05:46.126Z] [2024-08-21T07:05:46.126Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:46.126Z] #28 ... [2024-08-21T07:05:46.126Z] [2024-08-21T07:05:46.126Z] #10 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:05:46.126Z] #10 DONE 4.1s [2024-08-21T07:05:46.126Z] [2024-08-21T07:05:46.126Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:47.526Z] #28 ... [2024-08-21T07:05:47.526Z] [2024-08-21T07:05:47.526Z] #21 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:05:47.526Z] #21 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:05:47.526Z] #21 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:05:47.526Z] #21 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-21T07:05:47.526Z] #21 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-21T07:05:47.526Z] #21 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-21T07:05:47.526Z] #21 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done [2024-08-21T07:05:47.526Z] #21 DONE 5.0s [2024-08-21T07:05:47.526Z] [2024-08-21T07:05:47.526Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:05:47.526Z] #28 transferring context: 303.68MB 4.3s [2024-08-21T07:05:53.197Z] Removing intermediate container 274014543fd2 [2024-08-21T07:05:53.197Z] ---> 8e9014718d9f [2024-08-21T07:05:53.197Z] Successfully built 8e9014718d9f [2024-08-21T07:05:53.197Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:05:53.526Z] + docker inspect -f . ci-base-image-arm64 [2024-08-21T07:05:53.526Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:05:53.740Z] prd-ubuntu20.04-docker-arm64-4c-16g-8086 does not seem to be running inside a container [2024-08-21T07:05:53.756Z] #28 transferring context: 494.52MB 8.9s done [2024-08-21T07:05:53.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:05:54.014Z] #28 ... [2024-08-21T07:05:54.015Z] [2024-08-21T07:05:54.015Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:05:54.015Z] #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.2s done [2024-08-21T07:05:54.015Z] #40 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-21T07:05:54.015Z] #40 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-21T07:05:54.015Z] #40 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-21T07:05:54.015Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.1s [2024-08-21T07:05:54.015Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.1s [2024-08-21T07:05:54.015Z] #40 ... [2024-08-21T07:05:54.015Z] [2024-08-21T07:05:54.015Z] #41 [security-spiffe-token-provider internal] load build context [2024-08-21T07:05:54.015Z] #41 ... [2024-08-21T07:05:54.015Z] [2024-08-21T07:05:54.015Z] #42 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-21T07:05:54.015Z] #42 ... [2024-08-21T07:05:54.015Z] [2024-08-21T07:05:54.015Z] #43 [core-data internal] load build context [2024-08-21T07:05:54.273Z] #43 ... [2024-08-21T07:05:54.273Z] [2024-08-21T07:05:54.273Z] #44 [security-proxy-auth internal] load build context [2024-08-21T07:05:54.273Z] #44 ... [2024-08-21T07:05:54.273Z] [2024-08-21T07:05:54.273Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-21T07:05:54.531Z] #45 ... [2024-08-21T07:05:54.531Z] [2024-08-21T07:05:54.531Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:05:54.531Z] #40 ... [2024-08-21T07:05:54.531Z] [2024-08-21T07:05:54.531Z] #33 [core-metadata internal] load build context [2024-08-21T07:05:54.531Z] #33 ... [2024-08-21T07:05:54.531Z] [2024-08-21T07:05:54.531Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:05:55.054Z] $ docker top d6c78a20f12a7fd0b4d579a4325a3c7706cd0aacc4bdad8dabf61bd6f4a25f95 -eo pid,comm [2024-08-21T07:05:55.102Z] #40 ... [2024-08-21T07:05:55.102Z] [2024-08-21T07:05:55.102Z] #46 [security-proxy-setup internal] load build context [2024-08-21T07:05:55.102Z] #46 ... [2024-08-21T07:05:55.102Z] [2024-08-21T07:05:55.102Z] #47 [support-cron-scheduler internal] load build context [Pipeline] { [Pipeline] sh [2024-08-21T07:05:55.361Z] #47 ... [2024-08-21T07:05:55.362Z] [2024-08-21T07:05:55.362Z] #48 [support-notifications internal] load build context [2024-08-21T07:05:55.362Z] #48 ... [2024-08-21T07:05:55.362Z] [2024-08-21T07:05:55.362Z] #49 [core-keeper internal] load build context [2024-08-21T07:05:55.641Z] #49 ... [2024-08-21T07:05:55.641Z] [2024-08-21T07:05:55.641Z] #50 [security-secretstore-setup internal] load build context [2024-08-21T07:05:55.641Z] #50 ... [2024-08-21T07:05:55.641Z] [2024-08-21T07:05:55.641Z] #51 [support-scheduler internal] load build context [2024-08-21T07:05:55.641Z] #51 ... [2024-08-21T07:05:55.641Z] [2024-08-21T07:05:55.641Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:05:55.898Z] #40 ... [2024-08-21T07:05:55.898Z] [2024-08-21T07:05:55.898Z] #52 [security-spire-server internal] load build context [2024-08-21T07:05:55.899Z] #52 transferring context: 27.71kB 0.0s done [2024-08-21T07:05:55.903Z] + go version [2024-08-21T07:05:55.903Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-21T07:05:55.917Z] $ docker stop --time=1 d6c78a20f12a7fd0b4d579a4325a3c7706cd0aacc4bdad8dabf61bd6f4a25f95 [2024-08-21T07:05:56.160Z] #52 ... [2024-08-21T07:05:56.160Z] [2024-08-21T07:05:56.160Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:05:56.160Z] #53 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.4s done [2024-08-21T07:05:56.160Z] #53 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-21T07:05:56.160Z] #53 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-21T07:05:56.160Z] #53 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-21T07:05:56.160Z] #53 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 2.4s done [2024-08-21T07:05:56.160Z] #53 ... [2024-08-21T07:05:56.160Z] [2024-08-21T07:05:56.160Z] #54 [security-spire-config internal] load build context [2024-08-21T07:05:56.160Z] #54 transferring context: 25.96kB 0.0s done [2024-08-21T07:05:56.160Z] #54 ... [2024-08-21T07:05:56.160Z] [2024-08-21T07:05:56.160Z] #55 [security-spire-agent internal] load build context [2024-08-21T07:05:56.160Z] #55 transferring context: 27.24kB 0.0s done [2024-08-21T07:05:56.418Z] #55 ... [2024-08-21T07:05:56.418Z] [2024-08-21T07:05:56.418Z] #56 [core-command internal] load build context [2024-08-21T07:05:56.418Z] #56 ... [2024-08-21T07:05:56.418Z] [2024-08-21T07:05:56.418Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:05:57.521Z] $ docker rm -f --volumes d6c78a20f12a7fd0b4d579a4325a3c7706cd0aacc4bdad8dabf61bd6f4a25f95 [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] { [2024-08-21T07:05:57.793Z] #40 ... [2024-08-21T07:05:57.794Z] [2024-08-21T07:05:57.794Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-21T07:05:57.794Z] #57 ... [2024-08-21T07:05:57.794Z] [2024-08-21T07:05:57.794Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:05:57.794Z] #58 ... [2024-08-21T07:05:57.794Z] [2024-08-21T07:05:57.794Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:05:57.794Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 7.1s [2024-08-21T07:05:57.794Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 7.1s [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:05:58.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-21T07:05:58.180Z] [2024-08-21T07:05:58.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:05:58.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-21T07:05:58.515Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-21T07:05:58.515Z] 547446be3368: Pulling fs layer [2024-08-21T07:05:58.515Z] d125d8839a47: Pulling fs layer [2024-08-21T07:05:58.515Z] 3e85d5ac6304: Pulling fs layer [2024-08-21T07:05:58.515Z] c3105a71a48b: Pulling fs layer [2024-08-21T07:05:58.515Z] 0f093f025ec4: Pulling fs layer [2024-08-21T07:05:58.515Z] c3106fc0e877: Pulling fs layer [2024-08-21T07:05:58.515Z] c3105a71a48b: Waiting [2024-08-21T07:05:58.515Z] 0f093f025ec4: Waiting [2024-08-21T07:05:58.515Z] c3106fc0e877: Waiting [2024-08-21T07:05:58.784Z] 547446be3368: Verifying Checksum [2024-08-21T07:05:58.784Z] 547446be3368: Download complete [2024-08-21T07:05:58.784Z] c3105a71a48b: Verifying Checksum [2024-08-21T07:05:58.784Z] c3105a71a48b: Download complete [2024-08-21T07:05:59.366Z] d125d8839a47: Verifying Checksum [2024-08-21T07:05:59.366Z] d125d8839a47: Download complete [2024-08-21T07:05:59.366Z] c3106fc0e877: Verifying Checksum [2024-08-21T07:05:59.366Z] c3106fc0e877: Download complete [2024-08-21T07:05:59.366Z] 0f093f025ec4: Verifying Checksum [2024-08-21T07:05:59.366Z] 0f093f025ec4: Download complete [2024-08-21T07:05:59.366Z] 547446be3368: Pull complete [2024-08-21T07:05:59.569Z] #40 ... [2024-08-21T07:05:59.569Z] [2024-08-21T07:05:59.569Z] #59 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-21T07:05:59.569Z] #59 ... [2024-08-21T07:05:59.569Z] [2024-08-21T07:05:59.569Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-21T07:05:59.830Z] #60 ... [2024-08-21T07:05:59.830Z] [2024-08-21T07:05:59.830Z] #61 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-21T07:05:59.830Z] #61 ... [2024-08-21T07:05:59.830Z] [2024-08-21T07:05:59.830Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-21T07:06:00.094Z] #62 ... [2024-08-21T07:06:00.094Z] [2024-08-21T07:06:00.094Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-21T07:06:00.094Z] #63 ... [2024-08-21T07:06:00.094Z] [2024-08-21T07:06:00.094Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-21T07:06:00.094Z] #64 ... [2024-08-21T07:06:00.094Z] [2024-08-21T07:06:00.094Z] #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:06:00.355Z] #65 ... [2024-08-21T07:06:00.355Z] [2024-08-21T07:06:00.355Z] #66 [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-21T07:06:00.355Z] #66 ... [2024-08-21T07:06:00.355Z] [2024-08-21T07:06:00.355Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:06:00.615Z] #67 ... [2024-08-21T07:06:00.615Z] [2024-08-21T07:06:00.615Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:00.771Z] d125d8839a47: Pull complete [2024-08-21T07:06:01.358Z] 3e85d5ac6304: Verifying Checksum [2024-08-21T07:06:01.358Z] 3e85d5ac6304: Download complete [2024-08-21T07:06:03.159Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.1s [2024-08-21T07:06:03.159Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 9.2s done [2024-08-21T07:06:04.112Z] #40 ... [2024-08-21T07:06:04.112Z] [2024-08-21T07:06:04.112Z] #41 [security-spiffe-token-provider internal] load build context [2024-08-21T07:06:04.112Z] #41 transferring context: 494.52MB 11.6s done [2024-08-21T07:06:04.112Z] #41 ... [2024-08-21T07:06:04.112Z] [2024-08-21T07:06:04.112Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:04.112Z] #40 ... [2024-08-21T07:06:04.113Z] [2024-08-21T07:06:04.113Z] #43 [core-data internal] load build context [2024-08-21T07:06:04.113Z] #43 transferring context: 494.52MB 13.4s done [2024-08-21T07:06:04.373Z] #43 ... [2024-08-21T07:06:04.373Z] [2024-08-21T07:06:04.373Z] #44 [security-proxy-auth internal] load build context [2024-08-21T07:06:04.373Z] #44 transferring context: 494.52MB 13.9s done [2024-08-21T07:06:04.373Z] #44 ... [2024-08-21T07:06:04.373Z] [2024-08-21T07:06:04.373Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-21T07:06:04.373Z] #45 transferring context: 494.52MB 12.9s done [2024-08-21T07:06:06.923Z] #45 ... [2024-08-21T07:06:06.923Z] [2024-08-21T07:06:06.923Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:06.923Z] #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-21T07:06:06.923Z] #40 ... [2024-08-21T07:06:06.923Z] [2024-08-21T07:06:06.923Z] #33 [core-metadata internal] load build context [2024-08-21T07:06:06.923Z] #33 transferring context: 494.52MB 12.8s done [2024-08-21T07:06:06.923Z] #33 ... [2024-08-21T07:06:06.923Z] [2024-08-21T07:06:06.923Z] #49 [core-keeper internal] load build context [2024-08-21T07:06:06.923Z] #49 transferring context: 494.52MB 12.1s done [2024-08-21T07:06:06.923Z] #49 ... [2024-08-21T07:06:06.923Z] [2024-08-21T07:06:06.923Z] #50 [security-secretstore-setup internal] load build context [2024-08-21T07:06:06.923Z] #50 transferring context: 494.52MB 15.4s done [2024-08-21T07:06:06.923Z] #50 ... [2024-08-21T07:06:06.923Z] [2024-08-21T07:06:06.923Z] #51 [support-scheduler internal] load build context [2024-08-21T07:06:06.923Z] #51 transferring context: 494.52MB 16.3s done [2024-08-21T07:06:07.183Z] #51 ... [2024-08-21T07:06:07.183Z] [2024-08-21T07:06:07.183Z] #48 [support-notifications internal] load build context [2024-08-21T07:06:07.183Z] #48 transferring context: 494.52MB 14.1s done [2024-08-21T07:06:07.183Z] #48 ... [2024-08-21T07:06:07.183Z] [2024-08-21T07:06:07.183Z] #46 [security-proxy-setup internal] load build context [2024-08-21T07:06:07.183Z] #46 transferring context: 494.52MB 14.1s done [2024-08-21T07:06:07.443Z] #46 ... [2024-08-21T07:06:07.443Z] [2024-08-21T07:06:07.443Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:07.443Z] #53 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 10.1s done [2024-08-21T07:06:07.443Z] #53 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-21T07:06:07.443Z] #53 ... [2024-08-21T07:06:07.443Z] [2024-08-21T07:06:07.443Z] #47 [support-cron-scheduler internal] load build context [2024-08-21T07:06:07.443Z] #47 transferring context: 494.52MB 14.9s done [2024-08-21T07:06:07.703Z] #47 ... [2024-08-21T07:06:07.703Z] [2024-08-21T07:06:07.703Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:07.964Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.2s [2024-08-21T07:06:11.426Z] 3e85d5ac6304: Pull complete [2024-08-21T07:06:11.426Z] c3105a71a48b: Pull complete [2024-08-21T07:06:12.176Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 18.3s done [2024-08-21T07:06:12.176Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 18.3s done [2024-08-21T07:06:12.384Z] 0f093f025ec4: Pull complete [2024-08-21T07:06:12.384Z] c3106fc0e877: Pull complete [2024-08-21T07:06:12.384Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-21T07:06:12.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-21T07:06:12.384Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:06:12.878Z] prd-ubuntu20.04-docker-arm64-4c-16g-8086 does not seem to be running inside a container [2024-08-21T07:06:12.936Z] $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:06:14.952Z] $ docker top fb620a78d1a0be47d4aab51668a93bcc2bb3acfd684d35a6a85dc494ea806733 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-21T07:06:15.783Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-21T07:06:18.766Z] #40 ... [2024-08-21T07:06:18.766Z] [2024-08-21T07:06:18.766Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:18.766Z] #53 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 19.2s done [2024-08-21T07:06:23.064Z] #53 ... [2024-08-21T07:06:23.064Z] [2024-08-21T07:06:23.064Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:23.064Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 31.7s [2024-08-21T07:06:24.199Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 33.2s [2024-08-21T07:06:25.256Z] #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-21T07:06:25.850Z] #1 [core-keeper internal] load build definition from Dockerfile [2024-08-21T07:06:25.850Z] #1 transferring dockerfile: [2024-08-21T07:06:25.850Z] #1 transferring dockerfile: 2.01kB done [2024-08-21T07:06:25.850Z] #1 DONE 0.1s [2024-08-21T07:06:25.850Z] [2024-08-21T07:06:25.850Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-21T07:06:25.850Z] #2 transferring dockerfile: 2.50kB done [2024-08-21T07:06:25.850Z] #2 DONE 0.0s [2024-08-21T07:06:25.850Z] [2024-08-21T07:06:25.850Z] #3 [support-notifications internal] load build definition from Dockerfile [2024-08-21T07:06:25.850Z] #3 transferring dockerfile: 1.95kB done [2024-08-21T07:06:25.850Z] #3 DONE 0.1s [2024-08-21T07:06:25.850Z] [2024-08-21T07:06:25.850Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-08-21T07:06:25.850Z] #4 transferring dockerfile: 2.06kB done [2024-08-21T07:06:25.850Z] #4 DONE 0.1s [2024-08-21T07:06:25.850Z] [2024-08-21T07:06:25.850Z] #5 [security-spire-server internal] load build definition from Dockerfile [2024-08-21T07:06:25.850Z] #5 transferring dockerfile: 1.70kB 0.0s done [2024-08-21T07:06:25.850Z] #5 DONE 0.1s [2024-08-21T07:06:25.850Z] [2024-08-21T07:06:25.850Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-21T07:06:25.850Z] #6 transferring dockerfile: 2.23kB 0.0s done [2024-08-21T07:06:25.850Z] #6 DONE 0.1s [2024-08-21T07:06:25.850Z] [2024-08-21T07:06:25.850Z] #7 [support-scheduler internal] load build definition from Dockerfile [2024-08-21T07:06:26.255Z] #7 transferring dockerfile: 1.93kB done [2024-08-21T07:06:26.255Z] #7 DONE 0.1s [2024-08-21T07:06:26.255Z] [2024-08-21T07:06:26.255Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-21T07:06:26.255Z] #8 transferring dockerfile: 2.15kB 0.0s done [2024-08-21T07:06:26.255Z] #8 DONE 0.1s [2024-08-21T07:06:26.255Z] [2024-08-21T07:06:26.255Z] #9 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-21T07:06:26.255Z] #9 transferring dockerfile: 3.17kB 0.0s done [2024-08-21T07:06:26.255Z] #9 DONE 0.1s [2024-08-21T07:06:26.255Z] [2024-08-21T07:06:26.255Z] #10 [security-spire-config internal] load build definition from Dockerfile [2024-08-21T07:06:26.255Z] #10 transferring dockerfile: 1.69kB 0.0s done [2024-08-21T07:06:26.255Z] #10 DONE 0.1s [2024-08-21T07:06:26.255Z] [2024-08-21T07:06:26.255Z] #11 [core-command internal] load build definition from Dockerfile [2024-08-21T07:06:26.539Z] #11 transferring dockerfile: 1.93kB done [2024-08-21T07:06:26.539Z] #11 DONE 0.1s [2024-08-21T07:06:26.539Z] [2024-08-21T07:06:26.539Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-21T07:06:26.539Z] #12 transferring dockerfile: 2.49kB 0.0s done [2024-08-21T07:06:26.539Z] #12 DONE 0.1s [2024-08-21T07:06:26.539Z] [2024-08-21T07:06:26.539Z] #13 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-21T07:06:26.539Z] #13 transferring dockerfile: 1.85kB 0.0s done [2024-08-21T07:06:26.539Z] #13 DONE 0.1s [2024-08-21T07:06:26.539Z] [2024-08-21T07:06:26.540Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-21T07:06:26.540Z] #14 transferring dockerfile: 1.89kB 0.0s done [2024-08-21T07:06:26.540Z] #14 DONE 0.1s [2024-08-21T07:06:26.540Z] [2024-08-21T07:06:26.540Z] #15 [core-data internal] load build definition from Dockerfile [2024-08-21T07:06:26.540Z] #15 transferring dockerfile: 2.07kB done [2024-08-21T07:06:26.540Z] #15 DONE 0.1s [2024-08-21T07:06:26.540Z] [2024-08-21T07:06:26.540Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-08-21T07:06:26.811Z] #16 transferring dockerfile: 1.81kB 0.0s done [2024-08-21T07:06:26.811Z] #16 DONE 0.1s [2024-08-21T07:06:26.811Z] [2024-08-21T07:06:26.811Z] #17 [core-keeper internal] load .dockerignore [2024-08-21T07:06:26.811Z] #17 transferring context: 50B done [2024-08-21T07:06:26.811Z] #17 DONE 0.1s [2024-08-21T07:06:27.798Z] [2024-08-21T07:06:27.798Z] #18 [security-proxy-setup internal] load .dockerignore [2024-08-21T07:06:27.798Z] #18 transferring context: 50B done [2024-08-21T07:06:27.798Z] #18 DONE 0.0s [2024-08-21T07:06:27.798Z] [2024-08-21T07:06:27.798Z] #19 [support-notifications internal] load .dockerignore [2024-08-21T07:06:27.798Z] #19 transferring context: 50B 0.0s done [2024-08-21T07:06:27.798Z] #19 DONE 0.1s [2024-08-21T07:06:27.798Z] [2024-08-21T07:06:27.798Z] #20 [core-metadata internal] load .dockerignore [2024-08-21T07:06:27.798Z] #20 transferring context: 50B done [2024-08-21T07:06:27.798Z] #20 DONE 0.1s [2024-08-21T07:06:27.798Z] [2024-08-21T07:06:27.798Z] #21 [security-spire-server internal] load .dockerignore [2024-08-21T07:06:27.798Z] #21 transferring context: 50B done [2024-08-21T07:06:27.798Z] #21 DONE 0.1s [2024-08-21T07:06:27.798Z] [2024-08-21T07:06:27.798Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-21T07:06:28.067Z] #22 transferring context: 50B done [2024-08-21T07:06:28.067Z] #22 DONE 0.1s [2024-08-21T07:06:28.067Z] [2024-08-21T07:06:28.067Z] #23 [support-scheduler internal] load .dockerignore [2024-08-21T07:06:28.067Z] #23 transferring context: 50B 0.0s done [2024-08-21T07:06:28.067Z] #23 DONE 0.1s [2024-08-21T07:06:28.067Z] [2024-08-21T07:06:28.067Z] #24 [security-proxy-auth internal] load .dockerignore [2024-08-21T07:06:28.067Z] #24 transferring context: 50B 0.0s done [2024-08-21T07:06:28.067Z] #24 DONE 0.1s [2024-08-21T07:06:28.067Z] [2024-08-21T07:06:28.067Z] #25 [security-spire-config internal] load .dockerignore [2024-08-21T07:06:28.067Z] #25 transferring context: 50B 0.0s done [2024-08-21T07:06:28.067Z] #25 DONE 0.1s [2024-08-21T07:06:28.067Z] [2024-08-21T07:06:28.067Z] #26 [security-bootstrapper internal] load .dockerignore [2024-08-21T07:06:28.067Z] #26 transferring context: 50B done [2024-08-21T07:06:28.067Z] #26 DONE 0.1s [2024-08-21T07:06:28.067Z] [2024-08-21T07:06:28.067Z] #27 [core-command internal] load .dockerignore [2024-08-21T07:06:28.351Z] #27 transferring context: 50B done [2024-08-21T07:06:28.351Z] #27 DONE 0.1s [2024-08-21T07:06:28.351Z] [2024-08-21T07:06:28.351Z] #28 [security-secretstore-setup internal] load .dockerignore [2024-08-21T07:06:28.351Z] #28 transferring context: 50B done [2024-08-21T07:06:28.351Z] #28 DONE 0.1s [2024-08-21T07:06:28.351Z] [2024-08-21T07:06:28.351Z] #29 [support-cron-scheduler internal] load .dockerignore [2024-08-21T07:06:28.351Z] #29 transferring context: 50B 0.0s done [2024-08-21T07:06:28.351Z] #29 DONE 0.1s [2024-08-21T07:06:28.351Z] [2024-08-21T07:06:28.351Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2024-08-21T07:06:28.617Z] #30 transferring context: 50B done [2024-08-21T07:06:28.617Z] #30 DONE 0.0s [2024-08-21T07:06:28.617Z] [2024-08-21T07:06:28.617Z] #31 [core-data internal] load .dockerignore [2024-08-21T07:06:28.617Z] #31 transferring context: 50B 0.0s done [2024-08-21T07:06:28.617Z] #31 DONE 0.1s [2024-08-21T07:06:28.617Z] [2024-08-21T07:06:28.617Z] #32 [security-spire-agent internal] load .dockerignore [2024-08-21T07:06:28.617Z] #32 transferring context: 50B done [2024-08-21T07:06:28.617Z] #32 DONE 0.1s [2024-08-21T07:06:28.617Z] [2024-08-21T07:06:28.617Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:28.617Z] #33 DONE 0.0s [2024-08-21T07:06:28.617Z] [2024-08-21T07:06:28.617Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:28.628Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 38.0s [2024-08-21T07:06:28.887Z] #34 DONE 0.1s [2024-08-21T07:06:28.887Z] [2024-08-21T07:06:28.887Z] #35 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:28.887Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:28.887Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:28.887Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:28.887Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s [2024-08-21T07:06:28.887Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:28.887Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.15MB / 3.34MB 0.2s [2024-08-21T07:06:28.887Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-08-21T07:06:28.888Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 38.3s [2024-08-21T07:06:28.888Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 8.39MB / 30.73MB 38.3s [2024-08-21T07:06:29.148Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 38.4s [2024-08-21T07:06:29.148Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 38.6s [2024-08-21T07:06:29.154Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:29.420Z] #35 ... [2024-08-21T07:06:29.420Z] [2024-08-21T07:06:29.420Z] #36 [core-keeper internal] load build context [2024-08-21T07:06:29.420Z] #36 transferring context: 3.09MB 0.6s done [2024-08-21T07:06:29.420Z] #36 DONE 0.8s [2024-08-21T07:06:29.420Z] [2024-08-21T07:06:29.420Z] #35 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:29.687Z] #35 ... [2024-08-21T07:06:29.687Z] [2024-08-21T07:06:29.687Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:29.687Z] #33 DONE 0.0s [2024-08-21T07:06:29.687Z] [2024-08-21T07:06:29.687Z] #37 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:29.687Z] #37 DONE 0.9s [2024-08-21T07:06:29.687Z] [2024-08-21T07:06:29.687Z] #35 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:29.955Z] #35 ... [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:29.955Z] #34 DONE 0.2s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #38 [security-proxy-setup internal] load build context [2024-08-21T07:06:29.955Z] #38 DONE 0.0s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #37 [security-proxy-setup builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:29.955Z] #37 DONE 1.7s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #35 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:29.955Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:29.955Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:29.955Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:29.955Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:29.955Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:29.955Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:29.955Z] #35 ... [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #39 [security-proxy-setup builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:29.955Z] #39 DONE 0.4s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:29.955Z] #33 DONE 0.0s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #37 [support-notifications builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:29.955Z] #37 DONE 1.7s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #39 [support-notifications builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:29.955Z] #39 DONE 0.4s [2024-08-21T07:06:29.955Z] [2024-08-21T07:06:29.955Z] #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-21T07:06:30.223Z] #40 ... [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:30.223Z] #34 DONE 0.5s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #37 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:30.223Z] #37 DONE 1.7s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #39 [core-metadata builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:30.223Z] #39 DONE 0.4s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:30.223Z] #33 DONE 0.0s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:30.223Z] #34 DONE 0.5s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #37 [core-common-config-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:30.223Z] #37 DONE 1.7s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #39 [core-common-config-bootstrapper builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:30.223Z] #39 DONE 0.5s [2024-08-21T07:06:30.223Z] [2024-08-21T07:06:30.223Z] #41 [core-common-config-bootstrapper internal] load build context [2024-08-21T07:06:30.492Z] #41 ... [2024-08-21T07:06:30.492Z] [2024-08-21T07:06:30.492Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:30.492Z] #33 DONE 0.0s [2024-08-21T07:06:30.492Z] [2024-08-21T07:06:30.492Z] #35 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:30.492Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:30.492Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:30.492Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:30.492Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:30.492Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:30.492Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:30.492Z] #35 DONE 2.4s [2024-08-21T07:06:30.492Z] [2024-08-21T07:06:30.492Z] #38 [security-proxy-setup internal] load build context [2024-08-21T07:06:30.492Z] #38 ... [2024-08-21T07:06:30.492Z] [2024-08-21T07:06:30.492Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:30.492Z] #33 DONE 0.0s [2024-08-21T07:06:30.492Z] [2024-08-21T07:06:30.492Z] #38 [security-proxy-setup internal] load build context [2024-08-21T07:06:30.760Z] #38 ... [2024-08-21T07:06:30.760Z] [2024-08-21T07:06:30.760Z] #37 [security-proxy-auth builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:30.760Z] #37 DONE 1.8s [2024-08-21T07:06:30.760Z] [2024-08-21T07:06:30.760Z] #39 [security-proxy-auth builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:30.760Z] #39 DONE 0.5s [2024-08-21T07:06:30.760Z] [2024-08-21T07:06:30.760Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:30.760Z] #34 DONE 1.0s [2024-08-21T07:06:30.760Z] [2024-08-21T07:06:30.760Z] #35 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:30.760Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:30.760Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:30.760Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:30.760Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:30.760Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:30.760Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:30.760Z] #35 DONE 2.4s [2024-08-21T07:06:31.028Z] [2024-08-21T07:06:31.028Z] #37 [support-scheduler builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:31.028Z] #37 DONE 1.8s [2024-08-21T07:06:31.028Z] [2024-08-21T07:06:31.028Z] #39 [support-scheduler builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:31.028Z] #39 DONE 0.5s [2024-08-21T07:06:31.028Z] [2024-08-21T07:06:31.028Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:31.028Z] #33 DONE 0.0s [2024-08-21T07:06:31.028Z] [2024-08-21T07:06:31.028Z] #35 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:31.028Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:31.028Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:31.028Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:31.028Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:31.029Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:31.029Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:31.029Z] #35 DONE 2.4s [2024-08-21T07:06:31.029Z] [2024-08-21T07:06:31.029Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:31.029Z] #42 ... [2024-08-21T07:06:31.029Z] [2024-08-21T07:06:31.029Z] #38 [security-proxy-setup internal] load build context [2024-08-21T07:06:31.029Z] #38 transferring context: 3.09MB 1.0s done [2024-08-21T07:06:31.029Z] #38 DONE 1.2s [2024-08-21T07:06:31.294Z] [2024-08-21T07:06:31.294Z] #40 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-21T07:06:31.294Z] #40 ... [2024-08-21T07:06:31.294Z] [2024-08-21T07:06:31.294Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:31.294Z] #33 DONE 0.0s [2024-08-21T07:06:31.559Z] [2024-08-21T07:06:31.559Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:31.559Z] #34 DONE 1.6s [2024-08-21T07:06:31.559Z] [2024-08-21T07:06:31.559Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:31.559Z] #42 ... [2024-08-21T07:06:31.559Z] [2024-08-21T07:06:31.559Z] #37 [security-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:31.559Z] #37 DONE 1.8s [2024-08-21T07:06:31.559Z] [2024-08-21T07:06:31.559Z] #39 [security-bootstrapper builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:31.559Z] #39 DONE 0.5s [2024-08-21T07:06:31.559Z] [2024-08-21T07:06:31.559Z] #35 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:31.559Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:31.559Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:31.559Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:31.559Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:31.559Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:31.559Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:31.559Z] #35 DONE 2.4s [2024-08-21T07:06:31.559Z] [2024-08-21T07:06:31.559Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:31.559Z] #33 DONE 0.0s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #37 [core-command builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:31.827Z] #37 DONE 1.9s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #39 [core-command builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:31.827Z] #39 DONE 0.7s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #35 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:31.827Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:31.827Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:31.827Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:31.827Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:31.827Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:31.827Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:31.827Z] #35 DONE 2.5s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #43 [security-bootstrapper internal] load build context [2024-08-21T07:06:31.827Z] #43 ... [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #37 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:31.827Z] #37 DONE 1.9s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #39 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:31.827Z] #39 DONE 0.7s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #35 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:31.827Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:31.827Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:31.827Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:31.827Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:31.827Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:31.827Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:31.827Z] #35 DONE 2.6s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:31.827Z] #33 DONE 0.0s [2024-08-21T07:06:31.827Z] [2024-08-21T07:06:31.827Z] #44 [support-notifications internal] load build context [2024-08-21T07:06:31.827Z] #44 transferring context: 3.09MB 1.2s done [2024-08-21T07:06:31.827Z] #44 DONE 1.8s [2024-08-21T07:06:32.095Z] [2024-08-21T07:06:32.095Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:32.095Z] #33 DONE 0.0s [2024-08-21T07:06:32.095Z] [2024-08-21T07:06:32.095Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:32.366Z] #42 ... [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #35 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:32.366Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:32.366Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:32.366Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:32.366Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:32.366Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:32.366Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:32.366Z] #35 DONE 2.6s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-21T07:06:32.366Z] #33 DONE 0.0s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-21T07:06:32.366Z] #40 DONE 2.1s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:32.366Z] #45 DONE 0.0s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #46 [core-metadata internal] load build context [2024-08-21T07:06:32.366Z] #46 transferring context: 3.09MB 1.6s done [2024-08-21T07:06:32.366Z] #46 DONE 2.1s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:32.366Z] #42 ... [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #37 [security-spiffe-token-provider builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:32.366Z] #37 DONE 2.0s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #39 [security-spiffe-token-provider builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:32.366Z] #39 DONE 0.8s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #35 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:32.366Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:32.366Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:32.366Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:32.366Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:32.366Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:32.366Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:32.366Z] #35 DONE 2.6s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #47 [support-cron-scheduler internal] load build context [2024-08-21T07:06:32.366Z] #47 DONE 0.0s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #48 [security-spire-config internal] load build context [2024-08-21T07:06:32.366Z] #48 DONE 0.0s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #41 [core-common-config-bootstrapper internal] load build context [2024-08-21T07:06:32.366Z] #41 transferring context: 3.09MB 1.5s done [2024-08-21T07:06:32.366Z] #41 DONE 2.0s [2024-08-21T07:06:32.366Z] [2024-08-21T07:06:32.366Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:33.329Z] #42 ... [2024-08-21T07:06:33.329Z] [2024-08-21T07:06:33.329Z] #49 [security-proxy-auth internal] load build context [2024-08-21T07:06:33.329Z] #49 transferring context: 3.09MB 1.6s done [2024-08-21T07:06:33.329Z] #49 DONE 2.2s [2024-08-21T07:06:33.329Z] [2024-08-21T07:06:33.329Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:34.292Z] #42 transferring context: 3.09MB 2.8s done [2024-08-21T07:06:34.435Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 43.3s [2024-08-21T07:06:34.435Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 43.8s [2024-08-21T07:06:34.563Z] #42 ... [2024-08-21T07:06:34.563Z] [2024-08-21T07:06:34.563Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-21T07:06:34.563Z] #34 DONE 4.4s [2024-08-21T07:06:34.830Z] [2024-08-21T07:06:34.830Z] #37 [core-data builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2024-08-21T07:06:34.830Z] #37 DONE 2.0s [2024-08-21T07:06:34.830Z] [2024-08-21T07:06:34.830Z] #39 [core-data builder 2/8] WORKDIR /edgex-go [2024-08-21T07:06:34.830Z] #39 DONE 0.8s [2024-08-21T07:06:34.830Z] [2024-08-21T07:06:34.830Z] #35 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:34.830Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:34.830Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:34.830Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:34.830Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:34.830Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:34.830Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:34.830Z] #35 DONE 2.7s [2024-08-21T07:06:34.830Z] [2024-08-21T07:06:34.830Z] #50 [security-spire-server internal] load build context [2024-08-21T07:06:34.830Z] #50 transferring context: 27.71kB 0.1s done [2024-08-21T07:06:34.830Z] #50 DONE 2.5s [2024-08-21T07:06:34.830Z] [2024-08-21T07:06:34.830Z] #51 [core-data internal] load build context [2024-08-21T07:06:35.105Z] #51 ... [2024-08-21T07:06:35.105Z] [2024-08-21T07:06:35.105Z] #42 [support-scheduler internal] load build context [2024-08-21T07:06:35.105Z] #42 DONE 4.0s [2024-08-21T07:06:35.105Z] [2024-08-21T07:06:35.105Z] #43 [security-bootstrapper internal] load build context [2024-08-21T07:06:35.376Z] #43 ... [2024-08-21T07:06:35.377Z] [2024-08-21T07:06:35.377Z] #48 [security-spire-config internal] load build context [2024-08-21T07:06:35.377Z] #48 transferring context: 25.96kB 0.3s done [2024-08-21T07:06:35.377Z] #48 DONE 3.0s [2024-08-21T07:06:35.377Z] [2024-08-21T07:06:35.377Z] #43 [security-bootstrapper internal] load build context [2024-08-21T07:06:35.645Z] #43 ... [2024-08-21T07:06:35.645Z] [2024-08-21T07:06:35.645Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-21T07:06:35.645Z] #40 DONE 5.0s [2024-08-21T07:06:35.645Z] [2024-08-21T07:06:35.645Z] #43 [security-bootstrapper internal] load build context [2024-08-21T07:06:35.911Z] #43 transferring context: 3.09MB 3.5s done [2024-08-21T07:06:35.911Z] #43 ... [2024-08-21T07:06:35.911Z] [2024-08-21T07:06:35.911Z] #52 [security-secretstore-setup internal] load build context [2024-08-21T07:06:35.911Z] #52 transferring context: 3.09MB 3.2s done [2024-08-21T07:06:35.911Z] #52 DONE 4.1s [2024-08-21T07:06:36.177Z] [2024-08-21T07:06:36.177Z] #53 [core-command internal] load build context [2024-08-21T07:06:36.177Z] #53 ... [2024-08-21T07:06:36.177Z] [2024-08-21T07:06:36.177Z] #43 [security-bootstrapper internal] load build context [2024-08-21T07:06:36.177Z] #43 DONE 4.4s [2024-08-21T07:06:36.177Z] [2024-08-21T07:06:36.177Z] #53 [core-command internal] load build context [2024-08-21T07:06:36.213Z] #40 ... [2024-08-21T07:06:36.213Z] [2024-08-21T07:06:36.213Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:36.213Z] #53 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-08-21T07:06:36.213Z] #53 ... [2024-08-21T07:06:36.213Z] [2024-08-21T07:06:36.213Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:36.444Z] #53 transferring context: 3.09MB 4.0s done [2024-08-21T07:06:36.712Z] #53 ... [2024-08-21T07:06:36.712Z] [2024-08-21T07:06:36.712Z] #54 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-21T07:06:36.712Z] #54 DONE 4.2s [2024-08-21T07:06:36.993Z] [2024-08-21T07:06:36.993Z] #51 [core-data internal] load build context [2024-08-21T07:06:36.993Z] #51 ... [2024-08-21T07:06:36.993Z] [2024-08-21T07:06:36.993Z] #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-21T07:06:36.993Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-21T07:06:36.993Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-21T07:06:36.993Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-21T07:06:36.993Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-21T07:06:36.993Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-21T07:06:36.993Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done [2024-08-21T07:06:36.993Z] #35 DONE 2.7s [2024-08-21T07:06:36.993Z] [2024-08-21T07:06:36.993Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:36.993Z] #55 DONE 0.0s [2024-08-21T07:06:36.993Z] [2024-08-21T07:06:36.993Z] #56 [security-spire-agent internal] load build context [2024-08-21T07:06:36.993Z] #56 DONE 0.0s [2024-08-21T07:06:36.993Z] [2024-08-21T07:06:36.993Z] #53 [core-command internal] load build context [2024-08-21T07:06:36.993Z] #53 DONE 5.2s [2024-08-21T07:06:36.993Z] [2024-08-21T07:06:36.993Z] #51 [core-data internal] load build context [2024-08-21T07:06:38.428Z] #51 ... [2024-08-21T07:06:38.428Z] [2024-08-21T07:06:38.428Z] #56 [security-spire-agent internal] load build context [2024-08-21T07:06:38.428Z] #56 transferring context: 27.24kB 0.2s done [2024-08-21T07:06:38.428Z] #56 DONE 1.2s [2024-08-21T07:06:38.428Z] [2024-08-21T07:06:38.428Z] #51 [core-data internal] load build context [2024-08-21T07:06:39.391Z] #51 ... [2024-08-21T07:06:39.391Z] [2024-08-21T07:06:39.391Z] #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-21T07:06:39.391Z] #57 DONE 9.0s [2024-08-21T07:06:39.391Z] [2024-08-21T07:06:39.391Z] #51 [core-data internal] load build context [2024-08-21T07:06:39.391Z] #51 ... [2024-08-21T07:06:39.391Z] [2024-08-21T07:06:39.391Z] #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:06:39.391Z] #0 7.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:39.391Z] #0 8.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:39.391Z] #0 9.373 OK: 266 MiB in 52 packages [2024-08-21T07:06:39.391Z] #58 DONE 9.7s [2024-08-21T07:06:39.391Z] [2024-08-21T07:06:39.391Z] #51 [core-data internal] load build context [2024-08-21T07:06:39.686Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 48.5s [2024-08-21T07:06:39.687Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 48.8s [2024-08-21T07:06:39.974Z] #51 ... [2024-08-21T07:06:39.974Z] [2024-08-21T07:06:39.974Z] #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-21T07:06:39.974Z] #0 9.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:40.242Z] #59 ... [2024-08-21T07:06:40.242Z] [2024-08-21T07:06:40.242Z] #60 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:06:40.242Z] #60 ... [2024-08-21T07:06:40.242Z] [2024-08-21T07:06:40.242Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:40.242Z] #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-08-21T07:06:40.242Z] #45 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-21T07:06:40.242Z] #45 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-21T07:06:40.242Z] #45 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-21T07:06:40.242Z] #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.4s done [2024-08-21T07:06:40.242Z] #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done [2024-08-21T07:06:40.242Z] #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.6s done [2024-08-21T07:06:40.242Z] #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-08-21T07:06:40.242Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 5.5s [2024-08-21T07:06:40.242Z] #45 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-21T07:06:40.511Z] #45 ... [2024-08-21T07:06:40.511Z] [2024-08-21T07:06:40.511Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-21T07:06:40.789Z] #61 ... [2024-08-21T07:06:40.789Z] [2024-08-21T07:06:40.789Z] #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:40.789Z] #62 ... [2024-08-21T07:06:40.789Z] [2024-08-21T07:06:40.789Z] #63 [security-spiffe-token-provider internal] load build context [2024-08-21T07:06:40.789Z] #63 transferring context: 3.09MB 5.6s done [2024-08-21T07:06:40.789Z] #63 DONE 8.4s [2024-08-21T07:06:40.789Z] [2024-08-21T07:06:40.789Z] #47 [support-cron-scheduler internal] load build context [2024-08-21T07:06:40.789Z] #47 transferring context: 3.09MB 6.3s done [2024-08-21T07:06:40.789Z] #47 DONE 8.4s [2024-08-21T07:06:40.789Z] [2024-08-21T07:06:40.789Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-21T07:06:41.057Z] #64 ... [2024-08-21T07:06:41.057Z] [2024-08-21T07:06:41.057Z] #65 [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-21T07:06:41.057Z] #65 ... [2024-08-21T07:06:41.057Z] [2024-08-21T07:06:41.058Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:41.058Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.58MB / 28.04MB 6.1s [2024-08-21T07:06:41.653Z] #45 ... [2024-08-21T07:06:41.653Z] [2024-08-21T07:06:41.653Z] #65 [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-21T07:06:41.653Z] #65 DONE 11.2s [2024-08-21T07:06:41.653Z] [2024-08-21T07:06:41.653Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:41.936Z] #45 ... [2024-08-21T07:06:41.937Z] [2024-08-21T07:06:41.937Z] #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:06:41.937Z] #66 DONE 2.6s [2024-08-21T07:06:41.937Z] [2024-08-21T07:06:41.937Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:41.937Z] #45 ... [2024-08-21T07:06:41.937Z] [2024-08-21T07:06:41.937Z] #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-21T07:06:41.937Z] #67 ... [2024-08-21T07:06:41.937Z] [2024-08-21T07:06:41.937Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:06:42.205Z] #68 ... [2024-08-21T07:06:42.205Z] [2024-08-21T07:06:42.205Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-21T07:06:42.206Z] #69 ... [2024-08-21T07:06:42.206Z] [2024-08-21T07:06:42.206Z] #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-21T07:06:42.206Z] #59 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:42.206Z] #59 11.80 OK: 266 MiB in 52 packages [2024-08-21T07:06:42.206Z] #59 DONE 12.6s [2024-08-21T07:06:42.206Z] [2024-08-21T07:06:42.206Z] #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-21T07:06:42.473Z] #70 ... [2024-08-21T07:06:42.473Z] [2024-08-21T07:06:42.473Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-21T07:06:42.473Z] #71 ... [2024-08-21T07:06:42.473Z] [2024-08-21T07:06:42.473Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:42.473Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 7.6s [2024-08-21T07:06:43.463Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.73MB / 28.04MB 8.3s [2024-08-21T07:06:43.731Z] #45 ... [2024-08-21T07:06:43.731Z] [2024-08-21T07:06:43.731Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:06:43.999Z] #72 ... [2024-08-21T07:06:43.999Z] [2024-08-21T07:06:43.999Z] #51 [core-data internal] load build context [2024-08-21T07:06:43.999Z] #51 transferring context: 3.09MB 6.8s done [2024-08-21T07:06:43.999Z] #51 DONE 9.1s [2024-08-21T07:06:43.999Z] [2024-08-21T07:06:43.999Z] #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:06:43.999Z] #73 ... [2024-08-21T07:06:43.999Z] [2024-08-21T07:06:43.999Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:43.999Z] #45 ... [2024-08-21T07:06:43.999Z] [2024-08-21T07:06:43.999Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:06:44.267Z] #74 ... [2024-08-21T07:06:44.267Z] [2024-08-21T07:06:44.267Z] #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:44.267Z] #62 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:44.267Z] #62 ... [2024-08-21T07:06:44.267Z] [2024-08-21T07:06:44.267Z] #60 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:06:44.267Z] #60 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:44.267Z] #60 12.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:44.267Z] #60 13.63 OK: 266 MiB in 52 packages [2024-08-21T07:06:44.267Z] #60 DONE 14.4s [2024-08-21T07:06:44.534Z] [2024-08-21T07:06:44.534Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:44.534Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 9.6s [2024-08-21T07:06:44.804Z] #45 ... [2024-08-21T07:06:44.804Z] [2024-08-21T07:06:44.804Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:06:44.804Z] #75 DONE 2.5s [2024-08-21T07:06:44.804Z] [2024-08-21T07:06:44.804Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:45.024Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 53.8s [2024-08-21T07:06:45.024Z] #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 53.4s done [2024-08-21T07:06:45.779Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 10.9s [2024-08-21T07:06:45.779Z] #45 ... [2024-08-21T07:06:45.779Z] [2024-08-21T07:06:45.779Z] #76 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:46.048Z] #76 ... [2024-08-21T07:06:46.048Z] [2024-08-21T07:06:46.048Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:46.048Z] #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-08-21T07:06:46.316Z] #45 ... [2024-08-21T07:06:46.316Z] [2024-08-21T07:06:46.316Z] #77 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:06:46.316Z] #77 DONE 1.8s [2024-08-21T07:06:46.316Z] [2024-08-21T07:06:46.316Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:46.316Z] #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-08-21T07:06:46.316Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.26MB / 28.04MB 11.5s [2024-08-21T07:06:47.302Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.3s done [2024-08-21T07:06:47.302Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.3s done [2024-08-21T07:06:47.302Z] #45 ... [2024-08-21T07:06:47.302Z] [2024-08-21T07:06:47.302Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:47.302Z] #55 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.6s done [2024-08-21T07:06:47.302Z] #55 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-21T07:06:47.302Z] #55 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-21T07:06:47.302Z] #55 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-21T07:06:47.302Z] #55 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-21T07:06:47.302Z] #55 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-08-21T07:06:47.302Z] #55 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-08-21T07:06:47.302Z] #55 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.0s done [2024-08-21T07:06:47.302Z] #55 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.78MB / 18.32MB 9.3s [2024-08-21T07:06:47.302Z] #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-21T07:06:47.302Z] #55 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-08-21T07:06:47.571Z] #55 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.7s [2024-08-21T07:06:47.844Z] #55 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.8s done [2024-08-21T07:06:48.117Z] #55 ... [2024-08-21T07:06:48.117Z] [2024-08-21T07:06:48.117Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-21T07:06:48.117Z] #61 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:48.117Z] #61 13.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:48.117Z] #61 15.89 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:48.117Z] #61 15.93 (2/4) Installing openssl (3.1.6-r0) [2024-08-21T07:06:48.117Z] #61 15.99 (3/4) Installing su-exec (0.2-r3) [2024-08-21T07:06:48.117Z] #61 15.99 (4/4) Installing yq (4.33.3-r5) [2024-08-21T07:06:48.117Z] #61 16.49 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:48.117Z] #61 16.58 OK: 18 MiB in 19 packages [2024-08-21T07:06:48.117Z] #61 DONE 17.6s [2024-08-21T07:06:48.117Z] [2024-08-21T07:06:48.117Z] #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:48.117Z] #62 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:48.117Z] #62 16.89 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:48.117Z] #62 16.91 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:48.117Z] #62 17.08 OK: 8 MiB in 16 packages [2024-08-21T07:06:48.458Z] #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 57.5s done [2024-08-21T07:06:48.717Z] #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-08-21T07:06:48.717Z] #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-21T07:06:48.976Z] #40 ... [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #54 [security-spire-config internal] load build context [2024-08-21T07:06:48.976Z] #54 DONE 63.0s [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #52 [security-spire-server internal] load build context [2024-08-21T07:06:48.976Z] #52 DONE 62.9s [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:48.976Z] #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-08-21T07:06:48.976Z] #40 ... [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #56 [core-command internal] load build context [2024-08-21T07:06:48.976Z] #56 transferring context: 31B [2024-08-21T07:06:48.976Z] #56 ... [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #55 [security-spire-agent internal] load build context [2024-08-21T07:06:48.976Z] #55 DONE 63.0s [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #41 [security-spiffe-token-provider internal] load build context [2024-08-21T07:06:48.976Z] #41 DONE 66.0s [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #28 [security-bootstrapper internal] load build context [2024-08-21T07:06:48.976Z] #28 DONE 66.0s [2024-08-21T07:06:48.976Z] [2024-08-21T07:06:48.976Z] #56 [core-command internal] load build context [2024-08-21T07:06:49.091Z] #62 DONE 18.5s [2024-08-21T07:06:49.091Z] [2024-08-21T07:06:49.091Z] #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-08-21T07:06:49.091Z] #78 ... [2024-08-21T07:06:49.091Z] [2024-08-21T07:06:49.091Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-21T07:06:49.235Z] #56 ... [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #33 [core-metadata internal] load build context [2024-08-21T07:06:49.235Z] #33 DONE 64.7s [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #44 [security-proxy-auth internal] load build context [2024-08-21T07:06:49.235Z] #44 DONE 66.1s [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #56 [core-command internal] load build context [2024-08-21T07:06:49.235Z] #56 ... [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #45 [core-common-config-bootstrapper internal] load build context [2024-08-21T07:06:49.235Z] #45 DONE 65.0s [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #43 [core-data internal] load build context [2024-08-21T07:06:49.235Z] #43 DONE 66.1s [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #49 [core-keeper internal] load build context [2024-08-21T07:06:49.235Z] #49 DONE 64.2s [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #48 [support-notifications internal] load build context [2024-08-21T07:06:49.235Z] #48 DONE 64.3s [2024-08-21T07:06:49.235Z] [2024-08-21T07:06:49.235Z] #56 [core-command internal] load build context [2024-08-21T07:06:49.359Z] #79 ... [2024-08-21T07:06:49.359Z] [2024-08-21T07:06:49.359Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-21T07:06:49.359Z] #64 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:49.359Z] #64 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:49.359Z] #64 17.15 (1/2) Installing ca-certificates (20240226-r0) [2024-08-21T07:06:49.359Z] #64 17.46 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:49.359Z] #64 17.49 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:49.359Z] #64 17.66 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:06:49.359Z] #64 18.32 OK: 9 MiB in 17 packages [2024-08-21T07:06:49.493Z] #56 ... [2024-08-21T07:06:49.493Z] [2024-08-21T07:06:49.493Z] #46 [security-proxy-setup internal] load build context [2024-08-21T07:06:49.493Z] #46 DONE 64.3s [2024-08-21T07:06:49.493Z] [2024-08-21T07:06:49.493Z] #47 [support-cron-scheduler internal] load build context [2024-08-21T07:06:49.493Z] #47 DONE 64.3s [2024-08-21T07:06:49.493Z] [2024-08-21T07:06:49.493Z] #50 [security-secretstore-setup internal] load build context [2024-08-21T07:06:49.493Z] #50 DONE 64.4s [2024-08-21T07:06:49.493Z] [2024-08-21T07:06:49.493Z] #56 [core-command internal] load build context [2024-08-21T07:06:49.493Z] #56 ... [2024-08-21T07:06:49.493Z] [2024-08-21T07:06:49.493Z] #51 [support-scheduler internal] load build context [2024-08-21T07:06:49.493Z] #51 DONE 64.4s [2024-08-21T07:06:49.493Z] [2024-08-21T07:06:49.493Z] #56 [core-command internal] load build context [2024-08-21T07:06:49.951Z] #64 DONE 19.4s [2024-08-21T07:06:49.951Z] [2024-08-21T07:06:49.951Z] #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-21T07:06:49.951Z] #67 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:49.951Z] #67 15.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:49.951Z] #67 17.66 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:49.951Z] #67 17.71 (2/2) Installing su-exec (0.2-r3) [2024-08-21T07:06:49.951Z] #67 17.71 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:49.951Z] #67 17.78 OK: 8 MiB in 17 packages [2024-08-21T07:06:50.425Z] #56 ... [2024-08-21T07:06:50.425Z] [2024-08-21T07:06:50.425Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:50.426Z] #53 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 58.8s done [2024-08-21T07:06:50.426Z] #53 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-21T07:06:50.426Z] #53 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.1s done [2024-08-21T07:06:50.426Z] #53 ... [2024-08-21T07:06:50.426Z] [2024-08-21T07:06:50.426Z] #56 [core-command internal] load build context [2024-08-21T07:06:50.540Z] #67 DONE 18.7s [2024-08-21T07:06:50.540Z] [2024-08-21T07:06:50.540Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:06:51.506Z] #80 ... [2024-08-21T07:06:51.506Z] [2024-08-21T07:06:51.506Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-21T07:06:51.506Z] #69 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:51.506Z] #69 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:51.506Z] #69 16.57 (1/4) Installing ca-certificates (20240226-r0) [2024-08-21T07:06:51.506Z] #69 16.79 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:51.506Z] #69 16.79 (3/4) Installing su-exec (0.2-r3) [2024-08-21T07:06:51.506Z] #69 16.79 (4/4) Installing yq (4.33.3-r5) [2024-08-21T07:06:51.506Z] #69 17.26 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:51.506Z] #69 17.38 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:06:51.506Z] #69 18.01 OK: 18 MiB in 19 packages [2024-08-21T07:06:51.506Z] #69 DONE 19.0s [2024-08-21T07:06:51.506Z] [2024-08-21T07:06:51.506Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-21T07:06:52.099Z] #81 ... [2024-08-21T07:06:52.099Z] [2024-08-21T07:06:52.099Z] #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:52.099Z] #82 ... [2024-08-21T07:06:52.099Z] [2024-08-21T07:06:52.099Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:52.099Z] #55 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-08-21T07:06:54.610Z] #56 transferring context: 494.52MB 4.9s done [2024-08-21T07:06:55.475Z] #55 ... [2024-08-21T07:06:55.475Z] [2024-08-21T07:06:55.475Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:06:55.475Z] #83 ... [2024-08-21T07:06:55.475Z] [2024-08-21T07:06:55.475Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:55.475Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.5s [2024-08-21T07:06:55.475Z] #45 ... [2024-08-21T07:06:55.475Z] [2024-08-21T07:06:55.475Z] #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-21T07:06:55.475Z] #70 16.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:55.475Z] #70 17.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:55.475Z] #70 18.91 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:06:55.475Z] #70 18.91 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:06:55.475Z] #70 18.91 OK: 19946 distinct packages available [2024-08-21T07:06:55.475Z] #70 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:55.475Z] #70 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:06:55.475Z] #70 21.23 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:55.475Z] #70 21.24 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-21T07:06:55.475Z] #70 21.26 (3/5) Installing libucontext (1.2-r2) [2024-08-21T07:06:55.475Z] #70 21.29 (4/5) Installing gcompat (1.1.0-r1) [2024-08-21T07:06:55.475Z] #70 21.29 (5/5) Installing openssl (3.1.6-r0) [2024-08-21T07:06:55.475Z] #70 21.35 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:55.475Z] #70 21.44 OK: 9 MiB in 20 packages [2024-08-21T07:06:55.475Z] #70 DONE 23.3s [2024-08-21T07:06:55.475Z] [2024-08-21T07:06:55.475Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:56.452Z] #45 ... [2024-08-21T07:06:56.452Z] [2024-08-21T07:06:56.452Z] #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:06:56.452Z] #84 ... [2024-08-21T07:06:56.452Z] [2024-08-21T07:06:56.452Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:57.142Z] #56 ... [2024-08-21T07:06:57.142Z] [2024-08-21T07:06:57.142Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:06:57.142Z] #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.6s done [2024-08-21T07:06:57.142Z] #40 ... [2024-08-21T07:06:57.142Z] [2024-08-21T07:06:57.142Z] #56 [core-command internal] load build context [2024-08-21T07:06:57.142Z] #56 DONE 70.9s [2024-08-21T07:06:57.142Z] [2024-08-21T07:06:57.142Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:06:57.142Z] #58 62.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.142Z] #58 62.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.142Z] #58 62.61 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:06:57.142Z] #58 62.61 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:06:57.142Z] #58 62.61 OK: 20070 distinct packages available [2024-08-21T07:06:57.142Z] #58 62.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.142Z] #58 62.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.142Z] #58 62.93 (1/11) Installing ca-certificates (20240226-r0) [2024-08-21T07:06:57.142Z] #58 62.94 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-21T07:06:57.142Z] #58 62.95 (3/11) Installing libunistring (1.1-r1) [2024-08-21T07:06:57.142Z] #58 62.97 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-21T07:06:57.142Z] #58 62.98 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-21T07:06:57.142Z] #58 62.99 (6/11) Installing libcurl (8.9.0-r0) [2024-08-21T07:06:57.142Z] #58 63.00 (7/11) Installing curl (8.9.0-r0) [2024-08-21T07:06:57.142Z] #58 63.00 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:57.142Z] #58 63.00 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-21T07:06:57.142Z] #58 63.01 (10/11) Installing libucontext (1.2-r2) [2024-08-21T07:06:57.142Z] #58 63.01 (11/11) Installing gcompat (1.1.0-r1) [2024-08-21T07:06:57.142Z] #58 63.02 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:57.142Z] #58 63.03 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:06:57.142Z] #58 63.09 OK: 12 MiB in 26 packages [2024-08-21T07:06:57.401Z] #58 ... [2024-08-21T07:06:57.401Z] [2024-08-21T07:06:57.401Z] #66 [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-21T07:06:57.401Z] #66 DONE 68.2s [2024-08-21T07:06:57.401Z] [2024-08-21T07:06:57.401Z] #61 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-21T07:06:57.401Z] #61 61.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.401Z] #61 61.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.401Z] #61 61.56 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:57.401Z] #61 61.56 (2/2) Installing su-exec (0.2-r3) [2024-08-21T07:06:57.401Z] #61 61.57 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:57.401Z] #61 61.57 OK: 7 MiB in 17 packages [2024-08-21T07:06:57.401Z] #61 DONE 68.7s [2024-08-21T07:06:57.401Z] [2024-08-21T07:06:57.401Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:57.401Z] #68 ... [2024-08-21T07:06:57.401Z] [2024-08-21T07:06:57.401Z] #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:57.401Z] #60 65.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.401Z] #60 65.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.401Z] #60 65.54 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:57.401Z] #60 65.54 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:57.401Z] #60 65.55 OK: 7 MiB in 16 packages [2024-08-21T07:06:57.401Z] #60 DONE 68.9s [2024-08-21T07:06:57.659Z] [2024-08-21T07:06:57.659Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:06:57.659Z] #58 DONE 70.0s [2024-08-21T07:06:57.659Z] [2024-08-21T07:06:57.659Z] #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-08-21T07:06:57.659Z] #69 ... [2024-08-21T07:06:57.659Z] [2024-08-21T07:06:57.659Z] #59 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-21T07:06:57.659Z] #59 66.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.659Z] #59 66.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:57.659Z] #59 66.90 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:57.659Z] #59 67.04 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:57.659Z] #59 67.05 OK: 7 MiB in 16 packages [2024-08-21T07:06:57.659Z] #59 DONE 69.5s [2024-08-21T07:06:57.659Z] [2024-08-21T07:06:57.659Z] #70 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-21T07:06:58.412Z] #45 ... [2024-08-21T07:06:58.412Z] [2024-08-21T07:06:58.412Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-21T07:06:58.412Z] #85 ... [2024-08-21T07:06:58.412Z] [2024-08-21T07:06:58.412Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:06:58.412Z] #55 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.8s [2024-08-21T07:06:59.582Z] #70 ... [2024-08-21T07:06:59.582Z] [2024-08-21T07:06:59.582Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-21T07:06:59.582Z] #57 70.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.582Z] #57 70.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.582Z] #57 70.59 (1/4) Installing ca-certificates (20240226-r0) [2024-08-21T07:06:59.582Z] #57 70.62 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:59.582Z] #57 70.62 (3/4) Installing su-exec (0.2-r3) [2024-08-21T07:06:59.582Z] #57 70.63 (4/4) Installing yq (4.33.3-r5) [2024-08-21T07:06:59.582Z] #57 70.69 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:59.582Z] #57 70.72 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:06:59.582Z] #57 70.83 OK: 17 MiB in 19 packages [2024-08-21T07:06:59.582Z] #57 DONE 72.2s [2024-08-21T07:06:59.844Z] [2024-08-21T07:06:59.844Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:06:59.844Z] #67 70.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.844Z] #67 70.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.844Z] #67 70.40 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:06:59.844Z] #67 70.40 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:06:59.844Z] #67 70.40 OK: 20070 distinct packages available [2024-08-21T07:06:59.844Z] #67 70.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.844Z] #67 70.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.844Z] #67 70.80 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:59.844Z] #67 70.81 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-21T07:06:59.844Z] #67 70.83 (3/4) Installing libucontext (1.2-r2) [2024-08-21T07:06:59.844Z] #67 70.83 (4/4) Installing gcompat (1.1.0-r1) [2024-08-21T07:06:59.844Z] #67 70.87 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:59.844Z] #67 70.88 OK: 8 MiB in 19 packages [2024-08-21T07:06:59.844Z] #67 ... [2024-08-21T07:06:59.844Z] [2024-08-21T07:06:59.844Z] #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:06:59.844Z] #65 69.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.844Z] #65 69.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:06:59.844Z] #65 69.51 (1/3) Installing ca-certificates (20240226-r0) [2024-08-21T07:06:59.844Z] #65 69.53 (2/3) Installing dumb-init (1.2.5-r2) [2024-08-21T07:06:59.844Z] #65 69.53 (3/3) Installing tzdata (2024a-r0) [2024-08-21T07:06:59.844Z] #65 69.59 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:06:59.844Z] #65 69.60 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:06:59.844Z] #65 69.66 OK: 11 MiB in 18 packages [2024-08-21T07:06:59.844Z] #65 DONE 71.0s [2024-08-21T07:07:00.105Z] [2024-08-21T07:07:00.105Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-21T07:07:00.105Z] #62 69.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.105Z] #62 69.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.105Z] #62 69.76 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:07:00.105Z] #62 69.76 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:07:00.105Z] #62 69.76 OK: 20070 distinct packages available [2024-08-21T07:07:00.105Z] #62 69.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.105Z] #62 69.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.105Z] #62 70.21 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:00.105Z] #62 70.21 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-21T07:07:00.105Z] #62 70.21 (3/5) Installing libucontext (1.2-r2) [2024-08-21T07:07:00.105Z] #62 70.21 (4/5) Installing gcompat (1.1.0-r1) [2024-08-21T07:07:00.105Z] #62 70.22 (5/5) Installing openssl (3.1.6-r0) [2024-08-21T07:07:00.105Z] #62 70.34 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:00.105Z] #62 70.35 OK: 8 MiB in 20 packages [2024-08-21T07:07:00.366Z] #62 ... [2024-08-21T07:07:00.366Z] [2024-08-21T07:07:00.366Z] #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-21T07:07:00.366Z] #64 68.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.366Z] #64 68.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.366Z] #64 69.11 (1/2) Installing ca-certificates (20240226-r0) [2024-08-21T07:07:00.366Z] #64 69.13 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:00.366Z] #64 69.13 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:00.366Z] #64 69.17 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:07:00.366Z] #64 69.25 OK: 8 MiB in 17 packages [2024-08-21T07:07:00.366Z] #64 DONE 71.2s [2024-08-21T07:07:00.366Z] [2024-08-21T07:07:00.366Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-21T07:07:00.366Z] #63 71.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:00.628Z] #63 ... [2024-08-21T07:07:00.628Z] [2024-08-21T07:07:00.628Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-21T07:07:00.628Z] #62 DONE 71.5s [2024-08-21T07:07:00.628Z] [2024-08-21T07:07:00.628Z] #71 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:00.889Z] #71 ... [2024-08-21T07:07:00.889Z] [2024-08-21T07:07:00.889Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:07:00.889Z] #67 DONE 72.4s [2024-08-21T07:07:01.002Z] #55 ... [2024-08-21T07:07:01.002Z] [2024-08-21T07:07:01.002Z] #86 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-21T07:07:01.002Z] #0 8.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:01.002Z] #86 ... [2024-08-21T07:07:01.002Z] [2024-08-21T07:07:01.002Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:01.002Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.4s [2024-08-21T07:07:01.149Z] [2024-08-21T07:07:01.149Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-21T07:07:02.411Z] #45 ... [2024-08-21T07:07:02.411Z] [2024-08-21T07:07:02.411Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-21T07:07:02.411Z] #71 19.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.411Z] #71 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.411Z] #71 26.08 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:07:02.411Z] #71 26.08 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:07:02.411Z] #71 26.08 OK: 19953 distinct packages available [2024-08-21T07:07:02.411Z] #71 27.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.411Z] #71 29.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.411Z] #71 ... [2024-08-21T07:07:02.411Z] [2024-08-21T07:07:02.411Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:07:02.411Z] #74 18.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.411Z] #74 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.411Z] #74 23.11 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:07:02.411Z] #74 23.11 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:07:02.411Z] #74 23.11 OK: 19946 distinct packages available [2024-08-21T07:07:02.411Z] #74 23.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.412Z] #74 25.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:02.412Z] #74 ... [2024-08-21T07:07:02.412Z] [2024-08-21T07:07:02.412Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:07:02.412Z] #55 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.5s done [2024-08-21T07:07:02.412Z] #55 DONE 25.2s [2024-08-21T07:07:02.412Z] [2024-08-21T07:07:02.412Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:03.008Z] #45 ... [2024-08-21T07:07:03.008Z] [2024-08-21T07:07:03.008Z] #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:07:03.008Z] #73 19.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:03.008Z] #73 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:03.008Z] #73 26.54 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:07:03.008Z] #73 26.54 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:07:03.008Z] #73 26.54 OK: 19946 distinct packages available [2024-08-21T07:07:03.008Z] #73 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:03.008Z] #73 ... [2024-08-21T07:07:03.008Z] [2024-08-21T07:07:03.008Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-21T07:07:03.008Z] #79 13.75 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:03.008Z] #79 15.05 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:03.008Z] #79 22.56 OK: 266 MiB in 52 packages [2024-08-21T07:07:03.297Z] #79 ... [2024-08-21T07:07:03.297Z] [2024-08-21T07:07:03.297Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:03.830Z] #72 ... [2024-08-21T07:07:03.830Z] [2024-08-21T07:07:03.830Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-21T07:07:03.830Z] #63 71.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:03.830Z] #63 71.90 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:03.830Z] #63 71.90 (2/4) Installing openssl (3.1.6-r0) [2024-08-21T07:07:03.830Z] #63 71.91 (3/4) Installing su-exec (0.2-r3) [2024-08-21T07:07:03.830Z] #63 71.92 (4/4) Installing yq (4.33.3-r5) [2024-08-21T07:07:03.830Z] #63 71.98 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:03.830Z] #63 71.98 OK: 17 MiB in 19 packages [2024-08-21T07:07:03.830Z] #63 DONE 74.2s [2024-08-21T07:07:03.830Z] [2024-08-21T07:07:03.830Z] #42 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-21T07:07:03.830Z] #42 DONE 81.2s [2024-08-21T07:07:03.830Z] [2024-08-21T07:07:03.830Z] #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-08-21T07:07:03.830Z] #69 6.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:03.830Z] #69 6.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:03.894Z] #45 ... [2024-08-21T07:07:03.894Z] [2024-08-21T07:07:03.894Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-21T07:07:03.894Z] #79 DONE 24.7s [2024-08-21T07:07:03.894Z] [2024-08-21T07:07:03.894Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:04.092Z] #69 6.560 OK: 7 MiB in 16 packages [2024-08-21T07:07:04.176Z] #45 ... [2024-08-21T07:07:04.176Z] [2024-08-21T07:07:04.176Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:07:04.176Z] #72 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:04.176Z] #72 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:04.176Z] #72 28.67 (1/3) Installing ca-certificates (20240226-r0) [2024-08-21T07:07:04.176Z] #72 29.08 (2/3) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:04.176Z] #72 29.10 (3/3) Installing tzdata (2024a-r0) [2024-08-21T07:07:04.445Z] #72 ... [2024-08-21T07:07:04.445Z] [2024-08-21T07:07:04.445Z] #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-21T07:07:04.445Z] #87 DONE 0.6s [2024-08-21T07:07:04.445Z] [2024-08-21T07:07:04.445Z] #76 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-21T07:07:04.445Z] #76 18.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:04.445Z] #76 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:04.445Z] #76 27.30 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:04.445Z] #76 27.34 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:04.445Z] #76 27.58 OK: 8 MiB in 16 packages [2024-08-21T07:07:04.445Z] #76 ... [2024-08-21T07:07:04.445Z] [2024-08-21T07:07:04.445Z] #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-21T07:07:04.445Z] #82 12.52 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:04.445Z] #82 14.09 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:04.445Z] #82 21.09 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:04.445Z] #82 22.04 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:04.445Z] #82 22.35 OK: 8 MiB in 16 packages [2024-08-21T07:07:04.722Z] #82 ... [2024-08-21T07:07:04.722Z] [2024-08-21T07:07:04.722Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:05.308Z] #45 ... [2024-08-21T07:07:05.308Z] [2024-08-21T07:07:05.308Z] #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:05.308Z] #0 5.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:05.308Z] #0 6.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:05.308Z] #88 ... [2024-08-21T07:07:05.308Z] [2024-08-21T07:07:05.308Z] #76 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-21T07:07:05.308Z] #76 DONE 29.6s [2024-08-21T07:07:05.308Z] [2024-08-21T07:07:05.308Z] #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:07:05.308Z] #73 31.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:06.023Z] #69 ... [2024-08-21T07:07:06.023Z] [2024-08-21T07:07:06.023Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-21T07:07:06.023Z] #68 5.201 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:06.023Z] #68 5.681 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:06.023Z] #68 6.357 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:06.023Z] #68 6.766 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:06.023Z] #68 6.766 OK: 7 MiB in 16 packages [2024-08-21T07:07:06.023Z] #68 DONE 8.8s [2024-08-21T07:07:06.271Z] #73 ... [2024-08-21T07:07:06.271Z] [2024-08-21T07:07:06.271Z] #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-21T07:07:06.271Z] #82 DONE 24.4s [2024-08-21T07:07:06.284Z] [2024-08-21T07:07:06.284Z] #70 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:06.284Z] #70 8.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:06.284Z] #70 8.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:06.284Z] #70 8.412 OK: 7 MiB in 16 packages [2024-08-21T07:07:06.539Z] [2024-08-21T07:07:06.539Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:06.539Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.0s [2024-08-21T07:07:07.227Z] #70 ... [2024-08-21T07:07:07.227Z] [2024-08-21T07:07:07.227Z] #73 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:07.227Z] #0 6.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:07.227Z] #0 6.087 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:07.227Z] #0 6.396 OK: 12 MiB in 26 packages [2024-08-21T07:07:07.227Z] #73 DONE 9.7s [2024-08-21T07:07:07.227Z] [2024-08-21T07:07:07.227Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-21T07:07:07.227Z] #0 5.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:07.227Z] #0 6.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:07.227Z] #0 6.272 OK: 7 MiB in 17 packages [2024-08-21T07:07:07.498Z] #74 ... [2024-08-21T07:07:07.498Z] [2024-08-21T07:07:07.498Z] #75 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-08-21T07:07:07.506Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.9s done [2024-08-21T07:07:07.771Z] #45 DONE 35.8s [2024-08-21T07:07:07.771Z] [2024-08-21T07:07:07.771Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:07:07.771Z] #74 31.50 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:07.771Z] #74 31.56 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-21T07:07:07.771Z] #74 31.57 (3/4) Installing libucontext (1.2-r2) [2024-08-21T07:07:07.771Z] #74 31.61 (4/4) Installing gcompat (1.1.0-r1) [2024-08-21T07:07:07.771Z] #74 31.64 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:07.771Z] #74 31.93 OK: 8 MiB in 19 packages [2024-08-21T07:07:08.073Z] #75 ... [2024-08-21T07:07:08.073Z] [2024-08-21T07:07:08.073Z] #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-08-21T07:07:08.073Z] #69 DONE 10.5s [2024-08-21T07:07:08.073Z] [2024-08-21T07:07:08.073Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-21T07:07:08.355Z] #74 ... [2024-08-21T07:07:08.355Z] [2024-08-21T07:07:08.355Z] #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:08.355Z] #78 9.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:08.355Z] #78 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:08.355Z] #78 18.87 OK: 8 MiB in 16 packages [2024-08-21T07:07:08.622Z] #78 ... [2024-08-21T07:07:08.622Z] [2024-08-21T07:07:08.622Z] #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-21T07:07:08.622Z] #74 DONE 34.4s [2024-08-21T07:07:08.622Z] [2024-08-21T07:07:08.622Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-21T07:07:08.623Z] #85 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:08.623Z] #85 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:08.623Z] #85 20.13 OK: 18 MiB in 19 packages [2024-08-21T07:07:08.623Z] #85 ... [2024-08-21T07:07:08.623Z] [2024-08-21T07:07:08.623Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-21T07:07:08.650Z] #76 ... [2024-08-21T07:07:08.650Z] [2024-08-21T07:07:08.650Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-21T07:07:08.650Z] #74 DONE 11.2s [2024-08-21T07:07:08.650Z] [2024-08-21T07:07:08.650Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-21T07:07:08.650Z] #0 8.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:08.650Z] #77 8.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:08.890Z] #89 ... [2024-08-21T07:07:08.890Z] [2024-08-21T07:07:08.890Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:08.890Z] #80 8.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:08.890Z] #80 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:08.890Z] #80 17.27 OK: 9 MiB in 17 packages [2024-08-21T07:07:08.911Z] #77 8.908 OK: 17 MiB in 19 packages [2024-08-21T07:07:08.911Z] #77 ... [2024-08-21T07:07:08.911Z] [2024-08-21T07:07:08.911Z] #78 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-21T07:07:09.160Z] #80 ... [2024-08-21T07:07:09.160Z] [2024-08-21T07:07:09.160Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:07:09.160Z] #72 34.10 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:09.160Z] #72 34.24 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:07:09.160Z] #72 ... [2024-08-21T07:07:09.160Z] [2024-08-21T07:07:09.160Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-21T07:07:09.160Z] #85 DONE 21.1s [2024-08-21T07:07:09.429Z] [2024-08-21T07:07:09.429Z] #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:09.429Z] #88 12.94 OK: 9 MiB in 20 packages [2024-08-21T07:07:09.700Z] #88 ... [2024-08-21T07:07:09.700Z] [2024-08-21T07:07:09.700Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-21T07:07:09.700Z] #90 DONE 0.2s [2024-08-21T07:07:09.700Z] [2024-08-21T07:07:09.700Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-21T07:07:09.700Z] #81 8.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:09.700Z] #81 10.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:09.700Z] #81 17.62 OK: 18 MiB in 19 packages [2024-08-21T07:07:09.700Z] #81 ... [2024-08-21T07:07:09.700Z] [2024-08-21T07:07:09.700Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:09.700Z] #80 DONE 19.5s [2024-08-21T07:07:09.700Z] [2024-08-21T07:07:09.700Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-21T07:07:09.700Z] #71 35.62 OK: 266 MiB in 52 packages [2024-08-21T07:07:09.854Z] #78 ... [2024-08-21T07:07:09.854Z] [2024-08-21T07:07:09.854Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-21T07:07:09.854Z] #77 DONE 10.1s [2024-08-21T07:07:09.854Z] [2024-08-21T07:07:09.854Z] #70 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:09.854Z] #70 DONE 12.5s [2024-08-21T07:07:09.973Z] #71 DONE 37.5s [2024-08-21T07:07:09.973Z] [2024-08-21T07:07:09.973Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-08-21T07:07:09.973Z] #0 3.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:10.116Z] [2024-08-21T07:07:10.116Z] #79 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:10.116Z] #0 8.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:10.116Z] #0 8.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:10.116Z] #0 9.179 OK: 11 MiB in 18 packages [2024-08-21T07:07:10.116Z] #79 DONE 9.9s [2024-08-21T07:07:10.116Z] [2024-08-21T07:07:10.116Z] #75 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-08-21T07:07:10.242Z] #91 ... [2024-08-21T07:07:10.243Z] [2024-08-21T07:07:10.243Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-21T07:07:10.243Z] #81 DONE 18.9s [2024-08-21T07:07:10.377Z] #75 DONE 7.4s [2024-08-21T07:07:10.377Z] [2024-08-21T07:07:10.377Z] #80 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:07:10.516Z] [2024-08-21T07:07:10.516Z] #86 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-21T07:07:10.516Z] #86 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:10.516Z] #86 16.82 OK: 8 MiB in 17 packages [2024-08-21T07:07:10.516Z] #86 DONE 19.7s [2024-08-21T07:07:10.516Z] [2024-08-21T07:07:10.516Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:07:10.516Z] #72 36.27 OK: 12 MiB in 18 packages [2024-08-21T07:07:10.638Z] #80 ... [2024-08-21T07:07:10.638Z] [2024-08-21T07:07:10.638Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:10.638Z] #0 9.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:10.638Z] #0 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:10.638Z] #81 10.25 OK: 8 MiB in 17 packages [2024-08-21T07:07:10.638Z] #81 ... [2024-08-21T07:07:10.638Z] [2024-08-21T07:07:10.638Z] #82 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:07:10.792Z] #72 ... [2024-08-21T07:07:10.792Z] [2024-08-21T07:07:10.792Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:10.792Z] #88 DONE 15.8s [2024-08-21T07:07:10.792Z] [2024-08-21T07:07:10.792Z] #78 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:10.792Z] #78 DONE 22.1s [2024-08-21T07:07:10.792Z] [2024-08-21T07:07:10.792Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-21T07:07:11.592Z] #82 ... [2024-08-21T07:07:11.593Z] [2024-08-21T07:07:11.593Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-21T07:07:11.593Z] #72 9.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:11.593Z] #72 9.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:11.593Z] #72 10.04 OK: 8 MiB in 19 packages [2024-08-21T07:07:11.593Z] #72 DONE 10.4s [2024-08-21T07:07:11.593Z] [2024-08-21T07:07:11.593Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:11.593Z] #81 DONE 11.1s [2024-08-21T07:07:11.593Z] [2024-08-21T07:07:11.593Z] #71 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-21T07:07:11.593Z] #71 9.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:11.593Z] #71 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:11.593Z] #71 10.48 OK: 8 MiB in 20 packages [2024-08-21T07:07:11.593Z] #71 DONE 10.9s [2024-08-21T07:07:11.593Z] [2024-08-21T07:07:11.593Z] #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:11.756Z] #92 ... [2024-08-21T07:07:11.756Z] [2024-08-21T07:07:11.756Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-08-21T07:07:11.756Z] #72 DONE 37.7s [2024-08-21T07:07:11.756Z] [2024-08-21T07:07:11.756Z] #93 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:11.756Z] #93 ... [2024-08-21T07:07:11.756Z] [2024-08-21T07:07:11.756Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:07:11.756Z] #94 DONE 1.8s [2024-08-21T07:07:12.026Z] [2024-08-21T07:07:12.026Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:14.143Z] #83 DONE 2.0s [2024-08-21T07:07:14.143Z] [2024-08-21T07:07:14.143Z] #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:14.143Z] #84 DONE 2.1s [2024-08-21T07:07:14.143Z] [2024-08-21T07:07:14.143Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-21T07:07:14.143Z] #76 10.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:14.143Z] #76 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:14.143Z] #76 10.63 OK: 17 MiB in 19 packages [2024-08-21T07:07:14.631Z] #95 ... [2024-08-21T07:07:14.631Z] [2024-08-21T07:07:14.631Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:14.631Z] #96 ... [2024-08-21T07:07:14.631Z] [2024-08-21T07:07:14.631Z] #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:07:14.631Z] #73 37.88 (1/11) Installing ca-certificates (20240226-r0) [2024-08-21T07:07:14.631Z] #73 38.30 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-21T07:07:14.631Z] #73 38.42 (3/11) Installing libunistring (1.1-r1) [2024-08-21T07:07:14.631Z] #73 38.56 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-21T07:07:14.631Z] #73 38.61 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-21T07:07:14.631Z] #73 38.61 (6/11) Installing libcurl (8.9.0-r0) [2024-08-21T07:07:14.631Z] #73 38.77 (7/11) Installing curl (8.9.0-r0) [2024-08-21T07:07:14.631Z] #73 38.81 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-21T07:07:14.631Z] #73 38.84 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-21T07:07:14.631Z] #73 38.84 (10/11) Installing libucontext (1.2-r2) [2024-08-21T07:07:14.631Z] #73 38.85 (11/11) Installing gcompat (1.1.0-r1) [2024-08-21T07:07:14.631Z] #73 38.87 Executing busybox-1.36.1-r7.trigger [2024-08-21T07:07:14.631Z] #73 38.98 Executing ca-certificates-20240226-r0.trigger [2024-08-21T07:07:14.631Z] #73 40.00 OK: 13 MiB in 26 packages [2024-08-21T07:07:14.910Z] #73 ... [2024-08-21T07:07:14.910Z] [2024-08-21T07:07:14.910Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-21T07:07:14.910Z] #92 DONE 4.1s [2024-08-21T07:07:14.910Z] [2024-08-21T07:07:14.910Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:15.100Z] #76 ... [2024-08-21T07:07:15.100Z] [2024-08-21T07:07:15.100Z] #78 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-21T07:07:15.100Z] #78 DONE 6.4s [2024-08-21T07:07:15.203Z] #97 ... [2024-08-21T07:07:15.203Z] [2024-08-21T07:07:15.203Z] #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-21T07:07:15.203Z] #73 DONE 41.3s [2024-08-21T07:07:15.203Z] [2024-08-21T07:07:15.203Z] #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:15.362Z] [2024-08-21T07:07:15.362Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-21T07:07:15.362Z] #76 DONE 11.9s [2024-08-21T07:07:15.362Z] [2024-08-21T07:07:15.362Z] #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-21T07:07:15.362Z] #85 DONE 1.6s [2024-08-21T07:07:15.362Z] [2024-08-21T07:07:15.362Z] #86 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-21T07:07:15.362Z] #86 DONE 1.7s [2024-08-21T07:07:15.362Z] [2024-08-21T07:07:15.362Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-21T07:07:15.362Z] #87 DONE 1.7s [2024-08-21T07:07:15.362Z] [2024-08-21T07:07:15.362Z] #88 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-21T07:07:16.183Z] #98 ... [2024-08-21T07:07:16.183Z] [2024-08-21T07:07:16.183Z] #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-08-21T07:07:16.183Z] #91 5.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:16.183Z] #91 9.236 OK: 8 MiB in 16 packages [2024-08-21T07:07:16.183Z] #91 DONE 10.5s [2024-08-21T07:07:16.183Z] [2024-08-21T07:07:16.183Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-21T07:07:16.183Z] #89 6.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:16.183Z] #89 7.400 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:16.306Z] #88 DONE 1.0s [2024-08-21T07:07:16.306Z] [2024-08-21T07:07:16.306Z] #89 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-21T07:07:16.306Z] #89 DONE 0.1s [2024-08-21T07:07:16.306Z] [2024-08-21T07:07:16.306Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-21T07:07:16.306Z] #90 DONE 1.1s [2024-08-21T07:07:16.306Z] [2024-08-21T07:07:16.306Z] #91 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:16.306Z] #91 DONE 1.1s [2024-08-21T07:07:16.306Z] [2024-08-21T07:07:16.306Z] #92 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-21T07:07:16.306Z] #92 DONE 1.1s [2024-08-21T07:07:16.306Z] [2024-08-21T07:07:16.306Z] #93 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-21T07:07:16.452Z] #89 ... [2024-08-21T07:07:16.452Z] [2024-08-21T07:07:16.452Z] #99 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-21T07:07:16.452Z] #99 DONE 6.0s [2024-08-21T07:07:16.569Z] #93 DONE 0.1s [2024-08-21T07:07:16.569Z] [2024-08-21T07:07:16.569Z] #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-21T07:07:16.569Z] #94 DONE 0.1s [2024-08-21T07:07:16.569Z] [2024-08-21T07:07:16.569Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-21T07:07:16.569Z] #95 DONE 0.1s [2024-08-21T07:07:16.569Z] [2024-08-21T07:07:16.569Z] #96 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-21T07:07:16.569Z] #96 DONE 0.1s [2024-08-21T07:07:16.569Z] [2024-08-21T07:07:16.569Z] #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-21T07:07:16.569Z] #97 DONE 0.1s [2024-08-21T07:07:16.569Z] [2024-08-21T07:07:16.569Z] #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-21T07:07:16.719Z] [2024-08-21T07:07:16.719Z] #100 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-21T07:07:16.719Z] #100 ... [2024-08-21T07:07:16.719Z] [2024-08-21T07:07:16.719Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:16.719Z] #101 DONE 5.8s [2024-08-21T07:07:16.829Z] #98 DONE 0.1s [2024-08-21T07:07:16.830Z] [2024-08-21T07:07:16.830Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-21T07:07:16.830Z] #99 DONE 0.1s [2024-08-21T07:07:16.830Z] [2024-08-21T07:07:16.830Z] #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-21T07:07:16.830Z] #100 DONE 0.1s [2024-08-21T07:07:16.830Z] [2024-08-21T07:07:16.830Z] #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-21T07:07:16.830Z] #101 DONE 0.1s [2024-08-21T07:07:16.830Z] [2024-08-21T07:07:16.830Z] #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-21T07:07:16.830Z] #102 DONE 0.1s [2024-08-21T07:07:16.830Z] [2024-08-21T07:07:16.830Z] #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-21T07:07:16.996Z] [2024-08-21T07:07:16.996Z] #100 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-21T07:07:16.996Z] #100 DONE 0.3s [2024-08-21T07:07:16.996Z] [2024-08-21T07:07:16.996Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-21T07:07:17.091Z] #103 DONE 0.1s [2024-08-21T07:07:17.091Z] [2024-08-21T07:07:17.091Z] #104 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-21T07:07:17.091Z] #104 DONE 6.6s [2024-08-21T07:07:17.091Z] [2024-08-21T07:07:17.091Z] #82 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:07:17.091Z] #82 6.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.091Z] #82 6.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.091Z] #82 6.456 OK: 264 MiB in 52 packages [2024-08-21T07:07:17.091Z] #82 DONE 7.0s [2024-08-21T07:07:17.091Z] [2024-08-21T07:07:17.091Z] #105 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:07:17.091Z] #105 DONE 0.1s [2024-08-21T07:07:17.091Z] [2024-08-21T07:07:17.091Z] #80 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-08-21T07:07:17.091Z] #80 6.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.091Z] #80 6.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.091Z] #80 7.196 OK: 264 MiB in 52 packages [2024-08-21T07:07:17.091Z] #80 DONE 7.3s [2024-08-21T07:07:17.091Z] [2024-08-21T07:07:17.091Z] #106 [security-spire-agent] exporting to image [2024-08-21T07:07:17.091Z] #106 exporting layers [2024-08-21T07:07:17.091Z] #106 ... [2024-08-21T07:07:17.091Z] [2024-08-21T07:07:17.091Z] #107 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:07:17.091Z] #107 DONE 0.1s [2024-08-21T07:07:17.264Z] #102 DONE 0.4s [2024-08-21T07:07:17.264Z] [2024-08-21T07:07:17.264Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-21T07:07:17.351Z] [2024-08-21T07:07:17.351Z] #108 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-21T07:07:17.351Z] #0 6.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.351Z] #0 6.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.351Z] #0 6.479 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-21T07:07:17.351Z] #0 6.479 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-21T07:07:17.351Z] #0 6.479 OK: 20077 distinct packages available [2024-08-21T07:07:17.351Z] #0 6.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.351Z] #0 6.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.351Z] #0 6.837 OK: 264 MiB in 52 packages [2024-08-21T07:07:17.351Z] #108 DONE 6.9s [2024-08-21T07:07:17.351Z] [2024-08-21T07:07:17.351Z] #109 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:07:17.351Z] #109 DONE 0.1s [2024-08-21T07:07:17.351Z] [2024-08-21T07:07:17.351Z] #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:17.351Z] #110 ... [2024-08-21T07:07:17.351Z] [2024-08-21T07:07:17.351Z] #111 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:07:17.351Z] #111 DONE 0.1s [2024-08-21T07:07:17.351Z] [2024-08-21T07:07:17.351Z] #112 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-21T07:07:17.351Z] #0 6.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.351Z] #0 6.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:17.351Z] #0 6.988 OK: 264 MiB in 52 packages [2024-08-21T07:07:17.351Z] #112 DONE 7.1s [2024-08-21T07:07:17.540Z] #103 DONE 0.2s [2024-08-21T07:07:17.540Z] [2024-08-21T07:07:17.540Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-21T07:07:17.616Z] [2024-08-21T07:07:17.616Z] #106 [security-spire-server] exporting to image [2024-08-21T07:07:17.616Z] #106 exporting layers 0.8s done [2024-08-21T07:07:17.616Z] #106 writing image sha256:b371f55bcf319c32cb53c3a13435b1648c59c6d8a19dacfd753157eedc49dcf1 done [2024-08-21T07:07:17.616Z] #106 naming to docker.io/library/security-spire-server done [2024-08-21T07:07:17.820Z] #104 DONE 0.4s [2024-08-21T07:07:17.820Z] [2024-08-21T07:07:17.820Z] #93 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:17.820Z] #93 3.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:17.820Z] #93 4.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:18.105Z] #93 ... [2024-08-21T07:07:18.105Z] [2024-08-21T07:07:18.105Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-21T07:07:18.105Z] #105 DONE 0.2s [2024-08-21T07:07:18.372Z] [2024-08-21T07:07:18.372Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-21T07:07:18.372Z] #106 DONE 0.2s [2024-08-21T07:07:18.372Z] [2024-08-21T07:07:18.372Z] #107 [security-spire-server] exporting to image [2024-08-21T07:07:18.372Z] #107 exporting layers [2024-08-21T07:07:18.955Z] #107 ... [2024-08-21T07:07:18.955Z] [2024-08-21T07:07:18.955Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:18.955Z] #97 DONE 3.9s [2024-08-21T07:07:18.955Z] [2024-08-21T07:07:18.955Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-21T07:07:18.955Z] #108 DONE 0.2s [2024-08-21T07:07:18.955Z] [2024-08-21T07:07:18.955Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-21T07:07:19.221Z] #109 DONE 0.2s [2024-08-21T07:07:19.221Z] [2024-08-21T07:07:19.221Z] #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:19.221Z] #98 3.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:19.489Z] #98 ... [2024-08-21T07:07:19.489Z] [2024-08-21T07:07:19.489Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-21T07:07:19.489Z] #110 DONE 0.2s [2024-08-21T07:07:19.489Z] [2024-08-21T07:07:19.489Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-21T07:07:19.489Z] #111 DONE 0.2s [2024-08-21T07:07:19.489Z] [2024-08-21T07:07:19.489Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-21T07:07:19.607Z] #106 ... [2024-08-21T07:07:19.607Z] [2024-08-21T07:07:19.607Z] #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-21T07:07:19.607Z] #0 0.923 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:19.607Z] #0 1.399 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-21T07:07:19.607Z] #0 2.090 OK: 264 MiB in 52 packages [2024-08-21T07:07:19.607Z] #113 DONE 2.4s [2024-08-21T07:07:19.607Z] [2024-08-21T07:07:19.607Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-21T07:07:19.764Z] #112 DONE 0.2s [2024-08-21T07:07:19.764Z] [2024-08-21T07:07:19.764Z] #107 [security-spire-agent] exporting to image [2024-08-21T07:07:20.035Z] #107 ... [2024-08-21T07:07:20.035Z] [2024-08-21T07:07:20.035Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-21T07:07:20.035Z] #89 11.05 OK: 8 MiB in 19 packages [2024-08-21T07:07:20.035Z] #89 DONE 11.7s [2024-08-21T07:07:20.198Z] #114 ... [2024-08-21T07:07:20.198Z] [2024-08-21T07:07:20.198Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:07:20.198Z] #40 ... [2024-08-21T07:07:20.198Z] [2024-08-21T07:07:20.198Z] #115 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:20.302Z] [2024-08-21T07:07:20.302Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:20.569Z] #113 ... [2024-08-21T07:07:20.569Z] [2024-08-21T07:07:20.569Z] #93 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:20.569Z] #93 8.029 OK: 12 MiB in 18 packages [2024-08-21T07:07:20.569Z] #93 DONE 8.9s [2024-08-21T07:07:20.775Z] #115 ... [2024-08-21T07:07:20.775Z] [2024-08-21T07:07:20.775Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-21T07:07:20.775Z] #114 DONE 1.6s [2024-08-21T07:07:20.835Z] [2024-08-21T07:07:20.835Z] #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:20.835Z] #98 5.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-21T07:07:21.034Z] [2024-08-21T07:07:21.034Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:21.604Z] #116 ... [2024-08-21T07:07:21.604Z] [2024-08-21T07:07:21.604Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:07:21.604Z] #53 ... [2024-08-21T07:07:21.604Z] [2024-08-21T07:07:21.604Z] #106 [security-spire-agent] exporting to image [2024-08-21T07:07:21.604Z] #106 exporting layers 4.6s done [2024-08-21T07:07:21.604Z] #106 writing image sha256:f2ff110003a85777f0eedd825428f2708ece5872a5bad76f33c67bdcacd0bd77 0.1s done [2024-08-21T07:07:21.604Z] #106 naming to docker.io/library/security-spire-config 0.0s done [2024-08-21T07:07:21.604Z] #106 writing image sha256:ab60d5b696f087e01acc2705292f07313dc602358302b1af119e2c0febd4eec2 0.0s done [2024-08-21T07:07:21.604Z] #106 naming to docker.io/library/security-spire-agent done [2024-08-21T07:07:21.604Z] #106 DONE 4.9s [2024-08-21T07:07:21.604Z] [2024-08-21T07:07:21.604Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:22.782Z] #98 7.154 OK: 13 MiB in 26 packages [2024-08-21T07:07:22.782Z] #98 ... [2024-08-21T07:07:22.782Z] [2024-08-21T07:07:22.782Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-21T07:07:22.782Z] #113 DONE 2.7s [2024-08-21T07:07:23.051Z] [2024-08-21T07:07:23.051Z] #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-21T07:07:23.051Z] #98 DONE 7.8s [2024-08-21T07:07:23.051Z] [2024-08-21T07:07:23.051Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-21T07:07:23.319Z] #114 DONE 0.3s [2024-08-21T07:07:23.319Z] [2024-08-21T07:07:23.319Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-21T07:07:23.319Z] #115 ... [2024-08-21T07:07:23.319Z] [2024-08-21T07:07:23.319Z] #107 [security-spire-agent] exporting to image [2024-08-21T07:07:23.319Z] #107 exporting layers 3.4s done [2024-08-21T07:07:23.319Z] #107 writing image sha256:0e1d5d21125da4ed1dcbfc798661c8b1c92a14a8dd06bc28fefcf2ad2ae258bd done [2024-08-21T07:07:23.319Z] #107 naming to docker.io/library/security-spire-server-arm64 done [2024-08-21T07:07:23.319Z] #107 writing image sha256:f0143b6fb9c5e11d0d27b6d091e7a8cd4c4111c75adeb21b9f9b1efe56277c48 done [2024-08-21T07:07:23.319Z] #107 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-21T07:07:23.319Z] #107 DONE 4.5s [2024-08-21T07:07:23.587Z] [2024-08-21T07:07:23.587Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-21T07:07:23.587Z] #115 DONE 0.2s [2024-08-21T07:07:23.587Z] [2024-08-21T07:07:23.587Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-21T07:07:23.587Z] #116 DONE 0.1s [2024-08-21T07:07:23.587Z] [2024-08-21T07:07:23.587Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:23.587Z] #68 ... [2024-08-21T07:07:23.587Z] [2024-08-21T07:07:23.587Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-21T07:07:23.587Z] #117 DONE 0.1s [2024-08-21T07:07:23.587Z] [2024-08-21T07:07:23.587Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-21T07:07:23.853Z] #118 DONE 0.1s [2024-08-21T07:07:23.853Z] [2024-08-21T07:07:23.853Z] #107 [security-spire-config] exporting to image [2024-08-21T07:07:25.265Z] #107 exporting layers 1.6s done [2024-08-21T07:07:25.265Z] #107 writing image sha256:dd2f8edbb1e140f7c839f1e1d1006aba1525ab78ab3db0a72d5c095bc980afd9 done [2024-08-21T07:07:25.265Z] #107 naming to docker.io/library/security-spire-config-arm64 done [2024-08-21T07:07:25.265Z] #107 DONE 6.1s [2024-08-21T07:07:25.265Z] [2024-08-21T07:07:25.265Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:07:26.940Z] #117 ... [2024-08-21T07:07:26.940Z] [2024-08-21T07:07:26.940Z] #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:14.411Z] #118 DONE 56.5s [2024-08-21T07:08:14.411Z] [2024-08-21T07:08:14.411Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-21T07:08:14.411Z] #40 ... [2024-08-21T07:08:14.411Z] [2024-08-21T07:08:14.411Z] #115 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:14.411Z] #115 DONE 56.2s [2024-08-21T07:08:14.411Z] [2024-08-21T07:08:14.411Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:14.411Z] #116 DONE 52.6s [2024-08-21T07:08:14.411Z] [2024-08-21T07:08:14.411Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:14.411Z] #117 DONE 56.3s [2024-08-21T07:08:14.411Z] [2024-08-21T07:08:14.411Z] #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:14.411Z] #110 DONE 56.5s [2024-08-21T07:08:14.411Z] [2024-08-21T07:08:14.411Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-21T07:08:24.656Z] #119 ... [2024-08-21T07:08:24.656Z] [2024-08-21T07:08:24.656Z] #120 [core-keeper builder 7/8] COPY . . [2024-08-21T07:08:24.656Z] #120 ... [2024-08-21T07:08:24.656Z] [2024-08-21T07:08:24.656Z] #121 [security-proxy-auth builder 6/7] COPY . . [2024-08-21T07:08:24.656Z] #121 ... [2024-08-21T07:08:24.656Z] [2024-08-21T07:08:24.656Z] #122 [support-cron-scheduler builder 6/7] COPY . . [2024-08-21T07:08:24.656Z] #122 ... [2024-08-21T07:08:24.656Z] [2024-08-21T07:08:24.656Z] #123 [security-bootstrapper builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #83 DONE 103.9s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #95 DONE 77.0s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #84 DONE 102.7s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #68 DONE 106.8s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #96 DONE 84.4s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #119 [support-notifications builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #119 ... [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #120 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #120 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #121 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #122 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #123 [security-proxy-setup builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #123 DONE 1.4s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #124 [core-data builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #124 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #125 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #125 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #126 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #127 [support-cron-scheduler builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #127 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #128 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #128 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #129 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #129 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #130 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #130 DONE 1.6s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #131 [core-command builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #131 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #132 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #132 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #133 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #133 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #134 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #134 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #135 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #136 [security-bootstrapper builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #136 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #137 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #138 [security-proxy-auth builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #138 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #139 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #140 [support-scheduler builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #140 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #141 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #141 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #142 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #142 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #143 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.122Z] #143 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #144 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #144 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #145 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.122Z] #145 CACHED [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #119 [support-notifications builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #119 DONE 1.5s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #146 [core-metadata builder 6/7] COPY . . [2024-08-21T07:08:33.122Z] #146 DONE 1.6s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #147 [core-keeper builder 7/8] COPY . . [2024-08-21T07:08:33.122Z] #147 DONE 1.6s [2024-08-21T07:08:33.122Z] [2024-08-21T07:08:33.122Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-21T07:08:33.166Z] #123 DONE 18.5s [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #124 [core-data builder 6/7] COPY . . [2024-08-21T07:08:33.166Z] #124 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #125 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.166Z] #125 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.166Z] #126 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #127 [core-metadata builder 6/7] COPY . . [2024-08-21T07:08:33.166Z] #127 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #128 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.166Z] #128 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.166Z] #129 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #130 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-21T07:08:33.166Z] #130 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.166Z] #131 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.166Z] #132 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.166Z] #133 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #134 [security-proxy-setup builder 6/7] COPY . . [2024-08-21T07:08:33.166Z] #134 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.166Z] #135 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.166Z] #136 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.166Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2024-08-21T07:08:33.166Z] #137 CACHED [2024-08-21T07:08:33.166Z] [2024-08-21T07:08:33.167Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.167Z] #138 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #122 [support-cron-scheduler builder 6/7] COPY . . [2024-08-21T07:08:33.167Z] #122 DONE 18.6s [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #139 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.167Z] #139 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #140 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.167Z] #140 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #141 [support-scheduler builder 6/7] COPY . . [2024-08-21T07:08:33.167Z] #141 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #120 [core-keeper builder 7/8] COPY . . [2024-08-21T07:08:33.167Z] #120 DONE 18.6s [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-21T07:08:33.167Z] #119 DONE 18.5s [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.167Z] #142 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #143 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.167Z] #143 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #144 [core-command builder 6/7] COPY . . [2024-08-21T07:08:33.167Z] #144 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #145 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-21T07:08:33.167Z] #145 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #146 [support-notifications builder 6/7] COPY . . [2024-08-21T07:08:33.167Z] #146 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #147 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-21T07:08:33.167Z] #147 CACHED [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #121 [security-proxy-auth builder 6/7] COPY . . [2024-08-21T07:08:33.167Z] #121 DONE 18.5s [2024-08-21T07:08:33.167Z] [2024-08-21T07:08:33.167Z] #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:08:33.740Z] #148 1.515 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-21T07:08:35.704Z] #148 ... [2024-08-21T07:08:35.704Z] [2024-08-21T07:08:35.704Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-21T07:08:35.704Z] #0 4.322 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-21T07:08:35.971Z] #149 ... [2024-08-21T07:08:35.971Z] [2024-08-21T07:08:35.971Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-21T07:08:35.971Z] #0 5.531 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-21T07:08:37.396Z] #150 ... [2024-08-21T07:08:37.396Z] [2024-08-21T07:08:37.396Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:08:37.396Z] #0 6.922 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-21T07:08:37.662Z] #151 ... [2024-08-21T07:08:37.662Z] [2024-08-21T07:08:37.662Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:08:37.662Z] #0 7.073 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-21T07:08:37.662Z] #152 ... [2024-08-21T07:08:37.662Z] [2024-08-21T07:08:37.662Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-21T07:08:37.662Z] #148 7.219 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-21T07:08:40.247Z] #148 ... [2024-08-21T07:08:40.247Z] [2024-08-21T07:08:40.247Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-21T07:08:40.247Z] #0 6.648 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-21T07:08:40.513Z] #153 ... [2024-08-21T07:08:40.513Z] [2024-08-21T07:08:40.513Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-21T07:08:40.513Z] #0 5.762 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-21T07:08:40.513Z] #154 ... [2024-08-21T07:08:40.513Z] [2024-08-21T07:08:40.513Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:08:40.513Z] #0 6.643 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-21T07:08:40.780Z] #155 ... [2024-08-21T07:08:40.780Z] [2024-08-21T07:08:40.780Z] #156 [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-21T07:08:40.780Z] #0 5.063 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-21T07:08:40.780Z] #156 ... [2024-08-21T07:08:40.780Z] [2024-08-21T07:08:40.780Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:08:40.780Z] #0 6.860 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-21T07:08:41.054Z] #157 ... [2024-08-21T07:08:41.054Z] [2024-08-21T07:08:41.054Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:08:41.054Z] #0 5.798 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-21T07:08:41.333Z] #158 ... [2024-08-21T07:08:41.333Z] [2024-08-21T07:08:41.333Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:08:41.333Z] #0 7.020 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-21T07:08:41.333Z] #159 ... [2024-08-21T07:08:41.333Z] [2024-08-21T07:08:41.333Z] #160 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-21T07:08:41.333Z] #0 6.933 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-21T07:08:43.743Z] #148 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-21T07:08:43.743Z] #0 0.775 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-21T07:08:43.743Z] #149 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-21T07:08:43.743Z] #0 0.608 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-21T07:08:43.743Z] #150 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-21T07:08:43.743Z] #0 1.647 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-21T07:08:43.743Z] #151 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:08:43.743Z] #0 0.719 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-21T07:08:43.743Z] #152 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:08:43.743Z] #0 1.455 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-21T07:08:43.743Z] #153 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #154 [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-21T07:08:43.743Z] #0 0.708 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-21T07:08:43.743Z] #154 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:08:43.743Z] #0 1.880 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-21T07:08:43.743Z] #155 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-21T07:08:43.743Z] #0 0.889 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-21T07:08:43.743Z] #156 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-21T07:08:43.743Z] #0 0.608 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-21T07:08:43.743Z] #157 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:08:43.743Z] #0 1.835 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-21T07:08:43.743Z] #158 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-21T07:08:43.743Z] #0 0.896 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-21T07:08:43.743Z] #159 ... [2024-08-21T07:08:43.743Z] [2024-08-21T07:08:43.743Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:08:43.743Z] #0 1.071 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-21T07:10:05.536Z] #160 ... [2024-08-21T07:10:05.536Z] [2024-08-21T07:10:05.536Z] #154 [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-21T07:10:05.536Z] #154 83.36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-21T07:11:28.236Z] #154 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-21T07:11:28.236Z] #150 DONE 170.2s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:11:28.236Z] #153 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #154 [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-21T07:11:28.236Z] #154 DONE 171.3s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-21T07:11:28.236Z] #159 DONE 171.3s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:11:28.236Z] #155 DONE 171.4s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-21T07:11:28.236Z] #157 DONE 171.3s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-21T07:11:28.236Z] #161 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-21T07:11:28.236Z] #151 DONE 171.4s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:11:28.236Z] #153 DONE 171.6s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #162 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-21T07:11:28.236Z] #156 DONE 171.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:11:28.236Z] #158 DONE 171.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:11:28.236Z] #160 DONE 171.7s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:11:28.236Z] #148 DONE 171.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:11:28.236Z] #152 DONE 171.9s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-21T07:11:28.236Z] #149 DONE 171.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #163 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #164 DONE 1.1s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #165 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #165 DONE 1.1s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #166 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #166 DONE 1.0s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-21T07:11:28.236Z] #161 DONE 1.1s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #167 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #167 DONE 0.6s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #162 DONE 1.0s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #168 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #168 DONE 0.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #163 DONE 0.9s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #169 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #169 DONE 0.6s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #170 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #170 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #171 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #171 DONE 0.4s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #172 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-21T07:11:28.236Z] #172 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #173 DONE 0.6s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #174 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #174 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #175 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #176 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #176 DONE 0.6s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #170 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #170 DONE 0.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #177 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #177 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #178 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #178 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #179 DONE 0.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #180 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #180 DONE 0.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #181 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #182 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #183 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.236Z] #183 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #184 CACHED [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #185 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:28.236Z] #185 DONE 0.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #186 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-21T07:11:28.236Z] #186 DONE 0.7s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #187 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #188 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-21T07:11:28.236Z] #188 DONE 0.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #189 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #172 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-21T07:11:28.236Z] #172 DONE 2.3s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-21T07:11:28.236Z] #190 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #191 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-21T07:11:28.236Z] #191 DONE 2.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #192 [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-21T07:11:28.236Z] #192 DONE 2.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #193 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-21T07:11:28.236Z] #193 DONE 2.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-21T07:11:28.236Z] #194 DONE 2.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #195 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-21T07:11:28.236Z] #195 DONE 3.2s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #196 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-21T07:11:28.236Z] #196 DONE 2.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #197 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-21T07:11:28.236Z] #197 DONE 2.6s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #198 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #198 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-21T07:11:28.236Z] #199 DONE 2.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-21T07:11:28.236Z] #190 DONE 2.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #200 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-21T07:11:28.236Z] #200 DONE 2.9s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #187 DONE 2.8s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #201 DONE 0.5s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #106 [core-keeper] exporting to image [2024-08-21T07:11:28.236Z] #106 exporting layers [2024-08-21T07:11:28.236Z] #106 ... [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #189 DONE 2.3s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #198 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.236Z] #198 DONE 0.4s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-21T07:11:28.236Z] #202 DONE 0.7s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #203 [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-21T07:11:28.236Z] #203 DONE 0.7s [2024-08-21T07:11:28.236Z] [2024-08-21T07:11:28.236Z] #204 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.498Z] #204 ... [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.498Z] #205 DONE 0.7s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #206 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-21T07:11:28.498Z] #206 DONE 0.7s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #207 [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-21T07:11:28.498Z] #207 DONE 0.7s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #208 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:11:28.498Z] #208 DONE 0.7s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #209 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.498Z] #209 DONE 0.5s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #210 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.498Z] #210 DONE 0.5s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #211 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:28.498Z] #211 DONE 0.5s [2024-08-21T07:11:28.498Z] [2024-08-21T07:11:28.498Z] #106 [core-command] exporting to image [2024-08-21T07:11:28.498Z] #106 exporting layers 0.3s done [2024-08-21T07:11:28.759Z] #106 ... [2024-08-21T07:11:28.759Z] [2024-08-21T07:11:28.759Z] #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-21T07:11:28.759Z] #212 DONE 0.5s [2024-08-21T07:11:28.759Z] [2024-08-21T07:11:28.759Z] #213 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-21T07:11:28.759Z] #213 DONE 0.6s [2024-08-21T07:11:28.759Z] [2024-08-21T07:11:28.759Z] #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-21T07:11:28.759Z] #214 DONE 0.5s [2024-08-21T07:11:28.759Z] [2024-08-21T07:11:28.759Z] #215 [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-21T07:11:29.019Z] #215 ... [2024-08-21T07:11:29.019Z] [2024-08-21T07:11:29.019Z] #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-08-21T07:11:29.019Z] #216 DONE 0.4s [2024-08-21T07:11:29.019Z] [2024-08-21T07:11:29.019Z] #204 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:11:29.019Z] #204 DONE 0.5s [2024-08-21T07:11:29.019Z] [2024-08-21T07:11:29.019Z] #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-21T07:11:29.019Z] #217 DONE 0.5s [2024-08-21T07:11:29.019Z] [2024-08-21T07:11:29.019Z] #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:11:29.019Z] #218 DONE 0.4s [2024-08-21T07:11:29.019Z] [2024-08-21T07:11:29.019Z] #106 [core-data] exporting to image [2024-08-21T07:11:29.019Z] #106 writing image sha256:dbe103acd9f09a0ad9dd29f2a0f6650ea468df125501ceb58f2ceecaa3d50c3e [2024-08-21T07:11:29.278Z] #106 ... [2024-08-21T07:11:29.278Z] [2024-08-21T07:11:29.278Z] #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-21T07:11:29.278Z] #219 DONE 0.5s [2024-08-21T07:11:29.278Z] [2024-08-21T07:11:29.278Z] #106 [core-keeper] exporting to image [2024-08-21T07:11:29.278Z] #106 writing image sha256:dbe103acd9f09a0ad9dd29f2a0f6650ea468df125501ceb58f2ceecaa3d50c3e 0.4s done [2024-08-21T07:11:29.278Z] #106 writing image sha256:1c5f39de675376eca0aa232b3a8a2ee10816a2e491357fe95688a908f5557ad4 [2024-08-21T07:11:29.278Z] #106 writing image sha256:16ae58ab9f2528188801be326e45096b4463e712669c6f16da15e12eb5ae2fbf [2024-08-21T07:11:29.278Z] #106 writing image sha256:025944fe06603cba0560865877f3b7118d16a6852f826b2d307b0ca2923946e4 [2024-08-21T07:11:29.278Z] #106 naming to docker.io/library/core-keeper done [2024-08-21T07:11:29.537Z] #106 ... [2024-08-21T07:11:29.538Z] [2024-08-21T07:11:29.538Z] #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-21T07:11:29.538Z] #220 DONE 0.6s [2024-08-21T07:11:29.538Z] [2024-08-21T07:11:29.538Z] #221 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:11:29.538Z] #221 DONE 0.9s [2024-08-21T07:11:29.538Z] [2024-08-21T07:11:29.538Z] #222 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-21T07:11:29.538Z] #222 DONE 0.5s [2024-08-21T07:11:29.538Z] [2024-08-21T07:11:29.538Z] #106 [security-proxy-auth] exporting to image [2024-08-21T07:11:29.538Z] #106 writing image sha256:1c5f39de675376eca0aa232b3a8a2ee10816a2e491357fe95688a908f5557ad4 0.1s done [2024-08-21T07:11:29.538Z] #106 writing image sha256:16ae58ab9f2528188801be326e45096b4463e712669c6f16da15e12eb5ae2fbf 0.1s done [2024-08-21T07:11:29.538Z] #106 writing image sha256:025944fe06603cba0560865877f3b7118d16a6852f826b2d307b0ca2923946e4 0.1s done [2024-08-21T07:11:29.538Z] #106 naming to docker.io/library/support-notifications done [2024-08-21T07:11:29.538Z] #106 naming to docker.io/library/support-scheduler done [2024-08-21T07:11:29.538Z] #106 naming to docker.io/library/core-command done [2024-08-21T07:11:29.538Z] #106 ... [2024-08-21T07:11:29.538Z] [2024-08-21T07:11:29.538Z] #215 [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-21T07:11:29.538Z] #215 DONE 0.8s [2024-08-21T07:11:29.538Z] [2024-08-21T07:11:29.538Z] #106 [support-cron-scheduler] exporting to image [2024-08-21T07:11:29.538Z] #106 writing image sha256:063d87346567a10f9d4f97a5b7ec856f93d678000f6915234179808bd2d51087 0.0s done [2024-08-21T07:11:29.538Z] #106 naming to docker.io/library/security-spiffe-token-provider done [2024-08-21T07:11:29.538Z] #106 writing image sha256:0cc0094b3abed93c4dbec881fce176e0a95382c4f91d9f1b8462656f5a35fea6 0.0s done [2024-08-21T07:11:29.538Z] #106 naming to docker.io/library/support-cron-scheduler done [2024-08-21T07:11:29.798Z] #106 writing image sha256:aada2020fccfe6adbe39c0f2fd563aa274405d69ddcad964d6bfc07caf23dc58 [2024-08-21T07:11:30.058Z] #106 ... [2024-08-21T07:11:30.058Z] [2024-08-21T07:11:30.058Z] #223 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-21T07:11:30.058Z] #223 DONE 0.6s [2024-08-21T07:11:30.058Z] [2024-08-21T07:11:30.058Z] #106 [core-data] exporting to image [2024-08-21T07:11:30.058Z] #106 exporting layers 0.4s done [2024-08-21T07:11:30.058Z] #106 writing image sha256:aada2020fccfe6adbe39c0f2fd563aa274405d69ddcad964d6bfc07caf23dc58 0.0s done [2024-08-21T07:11:30.058Z] #106 naming to docker.io/library/core-metadata done [2024-08-21T07:11:30.058Z] #106 writing image sha256:9bd3c53427827054909c14befb9ef1d478da50c7259d450900bb47637a6300b6 0.0s done [2024-08-21T07:11:30.058Z] #106 naming to docker.io/library/core-data done [2024-08-21T07:11:30.058Z] #106 writing image sha256:93365c7c69cedfe6836fd20ed06c3a0522bc455b85e999c27ee59b610a3ecbbb 0.0s done [2024-08-21T07:11:30.058Z] #106 writing image sha256:9b0fbbcfb35ea7c345ac3f8b0a738d0396736f6deab424cea2c6820659eefac3 0.0s done [2024-08-21T07:11:30.058Z] #106 naming to docker.io/library/core-common-config-bootstrapper done [2024-08-21T07:11:30.058Z] #106 naming to docker.io/library/security-proxy-auth done [2024-08-21T07:11:30.058Z] #106 DONE 7.3s [2024-08-21T07:11:30.058Z] [2024-08-21T07:11:30.058Z] #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-21T07:11:30.058Z] #224 DONE 0.6s [2024-08-21T07:11:30.058Z] [2024-08-21T07:11:30.058Z] #225 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-21T07:11:30.058Z] #225 DONE 0.1s [2024-08-21T07:11:30.058Z] [2024-08-21T07:11:30.058Z] #226 [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-21T07:11:30.058Z] #226 DONE 0.1s [2024-08-21T07:11:30.058Z] [2024-08-21T07:11:30.058Z] #227 [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-21T07:11:30.318Z] #227 DONE 0.1s [2024-08-21T07:11:30.318Z] [2024-08-21T07:11:30.318Z] #228 [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-21T07:11:30.318Z] #228 DONE 0.0s [2024-08-21T07:11:30.318Z] [2024-08-21T07:11:30.318Z] #229 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-21T07:11:30.318Z] #229 DONE 0.0s [2024-08-21T07:11:30.318Z] [2024-08-21T07:11:30.318Z] #230 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-21T07:11:30.318Z] #230 DONE 0.0s [2024-08-21T07:11:30.318Z] [2024-08-21T07:11:30.318Z] #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:11:30.578Z] #231 ... [2024-08-21T07:11:30.578Z] [2024-08-21T07:11:30.578Z] #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:11:30.578Z] #232 DONE 0.9s [2024-08-21T07:11:30.578Z] [2024-08-21T07:11:30.578Z] #106 [security-proxy-setup] exporting to image [2024-08-21T07:11:30.578Z] #106 exporting layers 0.2s done [2024-08-21T07:11:30.578Z] #106 writing image sha256:b97b44447f5d75e7bff8704378588d443974c07e9e96a0fe09436c6ef12e9a43 done [2024-08-21T07:11:30.578Z] #106 naming to docker.io/library/security-proxy-setup done [2024-08-21T07:11:30.578Z] #106 DONE 7.4s [2024-08-21T07:11:30.578Z] [2024-08-21T07:11:30.578Z] #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-21T07:11:30.838Z] #233 ... [2024-08-21T07:11:30.838Z] [2024-08-21T07:11:30.838Z] #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:11:30.838Z] #231 DONE 0.5s [2024-08-21T07:11:30.838Z] [2024-08-21T07:11:30.838Z] #106 [security-secretstore-setup] exporting to image [2024-08-21T07:11:31.099Z] #106 ... [2024-08-21T07:11:31.099Z] [2024-08-21T07:11:31.099Z] #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-21T07:11:31.099Z] #233 DONE 0.6s [2024-08-21T07:11:31.099Z] [2024-08-21T07:11:31.099Z] #106 [security-secretstore-setup] exporting to image [2024-08-21T07:11:31.099Z] #106 exporting layers 0.3s done [2024-08-21T07:11:31.099Z] #106 writing image sha256:57ee927ce576a3034703eec00f0bf68ae9400f01ded8061176e915b69fa7a6e8 0.0s done [2024-08-21T07:11:31.099Z] #106 naming to docker.io/library/security-secretstore-setup done [2024-08-21T07:11:31.099Z] #106 exporting layers 0.2s done [2024-08-21T07:11:31.099Z] #106 writing image sha256:4e2c326b1b22724b6a3dfac02b4f6ddb0db26402558bd0e64670198ab58a01a8 done [2024-08-21T07:11:31.099Z] #106 naming to docker.io/library/security-bootstrapper done [2024-08-21T07:11:31.099Z] #106 DONE 7.9s [2024-08-21T07:11:31.099Z] [2024-08-21T07:11:31.099Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:11:31.099Z] time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-21T07:11:31.109Z] $ docker stop --time=1 1f593b6a3229a87f62cca73183b069ae35f723f165e413bcce94210bdbd1a481 [2024-08-21T07:11:32.372Z] $ docker rm -f --volumes 1f593b6a3229a87f62cca73183b069ae35f723f165e413bcce94210bdbd1a481 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-21T07:11:32.718Z] + docker images [2024-08-21T07:11:32.718Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-21T07:11:32.718Z] security-secretstore-setup latest 57ee927ce576 2 seconds ago 37MB [2024-08-21T07:11:32.718Z] security-bootstrapper latest 4e2c326b1b22 2 seconds ago 18.9MB [2024-08-21T07:11:32.718Z] security-proxy-setup latest b97b44447f5d 2 seconds ago 26.2MB [2024-08-21T07:11:32.718Z] security-proxy-auth latest 93365c7c69ce 3 seconds ago 33MB [2024-08-21T07:11:32.718Z] core-common-config-bootstrapper latest 9b0fbbcfb35e 3 seconds ago 15.2MB [2024-08-21T07:11:32.718Z] core-data latest 9bd3c5342782 4 seconds ago 39.6MB [2024-08-21T07:11:32.718Z] support-scheduler latest 025944fe0660 4 seconds ago 41.9MB [2024-08-21T07:11:32.718Z] security-spiffe-token-provider latest 063d87346567 4 seconds ago 28.8MB [2024-08-21T07:11:32.718Z] core-metadata latest aada2020fccf 4 seconds ago 39.7MB [2024-08-21T07:11:32.718Z] support-cron-scheduler latest 0cc0094b3abe 4 seconds ago 44.1MB [2024-08-21T07:11:32.718Z] support-notifications latest 1c5f39de6753 4 seconds ago 42.5MB [2024-08-21T07:11:32.718Z] core-command latest 16ae58ab9f25 4 seconds ago 35.4MB [2024-08-21T07:11:32.718Z] core-keeper latest dbe103acd9f0 5 seconds ago 39.5MB [2024-08-21T07:11:32.718Z] security-spire-config latest f2ff110003a8 4 minutes ago 120MB [2024-08-21T07:11:32.718Z] security-spire-server latest b371f55bcf31 4 minutes ago 121MB [2024-08-21T07:11:32.718Z] security-spire-agent latest ab60d5b696f0 4 minutes ago 182MB [2024-08-21T07:11:32.718Z] ci-base-image-x86_64 latest bf35f4496fad 9 minutes ago 971MB [2024-08-21T07:11:32.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB [2024-08-21T07:11:32.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-21T07:11:32.718Z] 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-21T07:11:32.858Z] provisioning config files... [2024-08-21T07:11:32.867Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config7309455764372475139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:11:33.178Z] ---> ****-login.sh [2024-08-21T07:11:33.178Z] nexus3.edgexfoundry.org:10001 [2024-08-21T07:11:33.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:11:33.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:11:33.179Z] Configure a credential helper to remove this warning. See [2024-08-21T07:11:33.179Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:11:33.179Z] [2024-08-21T07:11:33.179Z] Login Succeeded [2024-08-21T07:11:33.179Z] nexus3.edgexfoundry.org:10002 [2024-08-21T07:11:33.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:11:33.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:11:33.438Z] Configure a credential helper to remove this warning. See [2024-08-21T07:11:33.438Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:11:33.438Z] [2024-08-21T07:11:33.438Z] Login Succeeded [2024-08-21T07:11:33.438Z] nexus3.edgexfoundry.org:10003 [2024-08-21T07:11:33.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:11:33.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:11:33.439Z] Configure a credential helper to remove this warning. See [2024-08-21T07:11:33.439Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:11:33.439Z] [2024-08-21T07:11:33.439Z] Login Succeeded [2024-08-21T07:11:33.439Z] nexus3.edgexfoundry.org:10004 [2024-08-21T07:11:33.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:11:33.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:11:33.697Z] Configure a credential helper to remove this warning. See [2024-08-21T07:11:33.697Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:11:33.697Z] [2024-08-21T07:11:33.697Z] Login Succeeded [2024-08-21T07:11:33.697Z] ****.io [2024-08-21T07:11:33.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:11:33.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:11:33.956Z] Configure a credential helper to remove this warning. See [2024-08-21T07:11:33.957Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:11:33.957Z] [2024-08-21T07:11:33.957Z] Login Succeeded [2024-08-21T07:11:33.957Z] ---> ****-login.sh ends [Pipeline] } [2024-08-21T07:11:33.965Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:11:34.012Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-21T07:11:34.043Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-21T07:11:34.044Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:34.044Z] latest [2024-08-21T07:11:34.044Z] 3.2.0-dev.58 [2024-08-21T07:11:34.044Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:34.044Z] main [2024-08-21T07:11:34.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:34.387Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:34.717Z] + docker push nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:34.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-21T07:11:34.717Z] c0f09d2e9ed1: Preparing [2024-08-21T07:11:34.717Z] 9d856e4a0f30: Preparing [2024-08-21T07:11:34.717Z] 7d1d618872be: Preparing [2024-08-21T07:11:34.717Z] 43c127cabffc: Preparing [2024-08-21T07:11:34.717Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:34.717Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:34.717Z] ce7f800efff9: Preparing [2024-08-21T07:11:34.717Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:34.717Z] ce7f800efff9: Waiting [2024-08-21T07:11:34.717Z] a7a3f5afc27d: Pushed [2024-08-21T07:11:34.717Z] 43c127cabffc: Pushed [2024-08-21T07:11:34.717Z] c0f09d2e9ed1: Pushed [2024-08-21T07:11:34.717Z] 7d1d618872be: Pushed [2024-08-21T07:11:34.717Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:34.977Z] 6bdfd9d8caf5: Pushed [2024-08-21T07:11:37.513Z] 9d856e4a0f30: Pushed [2024-08-21T07:11:37.773Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:38.103Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:38.437Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-21T07:11:38.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-21T07:11:38.437Z] c0f09d2e9ed1: Preparing [2024-08-21T07:11:38.437Z] 9d856e4a0f30: Preparing [2024-08-21T07:11:38.437Z] 7d1d618872be: Preparing [2024-08-21T07:11:38.437Z] 43c127cabffc: Preparing [2024-08-21T07:11:38.437Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:38.437Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:38.437Z] ce7f800efff9: Preparing [2024-08-21T07:11:38.437Z] ce7f800efff9: Waiting [2024-08-21T07:11:38.437Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:38.437Z] c0f09d2e9ed1: Layer already exists [2024-08-21T07:11:38.437Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:38.437Z] 9d856e4a0f30: Layer already exists [2024-08-21T07:11:38.437Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:38.437Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:38.437Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:38.437Z] latest: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:38.765Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:39.095Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.58 [2024-08-21T07:11:39.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-21T07:11:39.095Z] c0f09d2e9ed1: Preparing [2024-08-21T07:11:39.095Z] 9d856e4a0f30: Preparing [2024-08-21T07:11:39.095Z] 7d1d618872be: Preparing [2024-08-21T07:11:39.095Z] 43c127cabffc: Preparing [2024-08-21T07:11:39.095Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:39.095Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:39.095Z] ce7f800efff9: Preparing [2024-08-21T07:11:39.095Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:39.095Z] ce7f800efff9: Waiting [2024-08-21T07:11:39.095Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:39.095Z] 9d856e4a0f30: Layer already exists [2024-08-21T07:11:39.095Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:39.095Z] c0f09d2e9ed1: Layer already exists [2024-08-21T07:11:39.095Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:39.095Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:39.095Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:39.095Z] 3.2.0-dev.58: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:39.427Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:39.759Z] + docker push nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:39.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-21T07:11:39.759Z] c0f09d2e9ed1: Preparing [2024-08-21T07:11:39.759Z] 9d856e4a0f30: Preparing [2024-08-21T07:11:39.759Z] 7d1d618872be: Preparing [2024-08-21T07:11:39.759Z] 43c127cabffc: Preparing [2024-08-21T07:11:39.759Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:39.759Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:39.759Z] ce7f800efff9: Preparing [2024-08-21T07:11:39.759Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:39.759Z] ce7f800efff9: Waiting [2024-08-21T07:11:39.759Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:39.759Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:39.759Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:39.759Z] c0f09d2e9ed1: Layer already exists [2024-08-21T07:11:39.759Z] 9d856e4a0f30: Layer already exists [2024-08-21T07:11:39.759Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:39.759Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:39.759Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:40.085Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:40.414Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-21T07:11:40.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-21T07:11:40.414Z] c0f09d2e9ed1: Preparing [2024-08-21T07:11:40.414Z] 9d856e4a0f30: Preparing [2024-08-21T07:11:40.414Z] 7d1d618872be: Preparing [2024-08-21T07:11:40.414Z] 43c127cabffc: Preparing [2024-08-21T07:11:40.414Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:40.414Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:40.414Z] ce7f800efff9: Preparing [2024-08-21T07:11:40.414Z] ce7f800efff9: Waiting [2024-08-21T07:11:40.414Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:40.414Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:40.414Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:40.414Z] c0f09d2e9ed1: Layer already exists [2024-08-21T07:11:40.414Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:40.414Z] 9d856e4a0f30: Layer already exists [2024-08-21T07:11:40.414Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:40.414Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:40.414Z] main: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:11:40.562Z] ===================================================== [Pipeline] echo [2024-08-21T07:11:40.582Z] taggedImages: [2024-08-21T07:11:40.582Z] - nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:40.582Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-21T07:11:40.582Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.58 [2024-08-21T07:11:40.582Z] - nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:40.582Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-21T07:11:40.611Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-21T07:11:40.611Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:40.611Z] latest [2024-08-21T07:11:40.611Z] 3.2.0-dev.58 [2024-08-21T07:11:40.611Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:40.611Z] main [2024-08-21T07:11:40.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:40.974Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:41.303Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:41.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-21T07:11:41.303Z] 1675a31d724e: Preparing [2024-08-21T07:11:41.303Z] 8150f08ecf71: Preparing [2024-08-21T07:11:41.303Z] 914662e46d78: Preparing [2024-08-21T07:11:41.303Z] 1d80c698b0d7: Preparing [2024-08-21T07:11:41.303Z] 7d1d618872be: Preparing [2024-08-21T07:11:41.303Z] 43c127cabffc: Preparing [2024-08-21T07:11:41.303Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:41.303Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:41.303Z] ce7f800efff9: Preparing [2024-08-21T07:11:41.303Z] a7a3f5afc27d: Waiting [2024-08-21T07:11:41.303Z] 43c127cabffc: Waiting [2024-08-21T07:11:41.303Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:41.303Z] ce7f800efff9: Waiting [2024-08-21T07:11:41.303Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:41.303Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:41.303Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:41.303Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:41.303Z] 8150f08ecf71: Pushed [2024-08-21T07:11:41.303Z] 914662e46d78: Pushed [2024-08-21T07:11:41.303Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:41.303Z] 1675a31d724e: Pushed [2024-08-21T07:11:42.240Z] 1d80c698b0d7: Pushed [2024-08-21T07:11:42.240Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:42.566Z] + 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-21T07:11:42.905Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-21T07:11:42.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-21T07:11:42.905Z] 1675a31d724e: Preparing [2024-08-21T07:11:42.905Z] 8150f08ecf71: Preparing [2024-08-21T07:11:42.905Z] 914662e46d78: Preparing [2024-08-21T07:11:42.905Z] 1d80c698b0d7: Preparing [2024-08-21T07:11:42.905Z] 7d1d618872be: Preparing [2024-08-21T07:11:42.905Z] 43c127cabffc: Preparing [2024-08-21T07:11:42.905Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:42.905Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:42.905Z] ce7f800efff9: Preparing [2024-08-21T07:11:42.905Z] 43c127cabffc: Waiting [2024-08-21T07:11:42.905Z] a7a3f5afc27d: Waiting [2024-08-21T07:11:42.905Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:42.905Z] ce7f800efff9: Waiting [2024-08-21T07:11:42.905Z] 1d80c698b0d7: Layer already exists [2024-08-21T07:11:42.905Z] 8150f08ecf71: Layer already exists [2024-08-21T07:11:42.905Z] 1675a31d724e: Layer already exists [2024-08-21T07:11:42.905Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:42.905Z] 914662e46d78: Layer already exists [2024-08-21T07:11:42.905Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:42.905Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:42.905Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:42.905Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:42.905Z] latest: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:43.236Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:43.558Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.58 [2024-08-21T07:11:43.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-21T07:11:43.558Z] 1675a31d724e: Preparing [2024-08-21T07:11:43.558Z] 8150f08ecf71: Preparing [2024-08-21T07:11:43.558Z] 914662e46d78: Preparing [2024-08-21T07:11:43.558Z] 1d80c698b0d7: Preparing [2024-08-21T07:11:43.558Z] 7d1d618872be: Preparing [2024-08-21T07:11:43.558Z] 43c127cabffc: Preparing [2024-08-21T07:11:43.558Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:43.558Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:43.558Z] ce7f800efff9: Preparing [2024-08-21T07:11:43.558Z] 43c127cabffc: Waiting [2024-08-21T07:11:43.558Z] a7a3f5afc27d: Waiting [2024-08-21T07:11:43.558Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:43.558Z] ce7f800efff9: Waiting [2024-08-21T07:11:43.558Z] 1d80c698b0d7: Layer already exists [2024-08-21T07:11:43.558Z] 914662e46d78: Layer already exists [2024-08-21T07:11:43.558Z] 1675a31d724e: Layer already exists [2024-08-21T07:11:43.558Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:43.558Z] 8150f08ecf71: Layer already exists [2024-08-21T07:11:43.558Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:43.558Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:43.558Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:43.558Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:43.558Z] 3.2.0-dev.58: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:43.892Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:44.216Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:44.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-21T07:11:44.217Z] 1675a31d724e: Preparing [2024-08-21T07:11:44.217Z] 8150f08ecf71: Preparing [2024-08-21T07:11:44.217Z] 914662e46d78: Preparing [2024-08-21T07:11:44.217Z] 1d80c698b0d7: Preparing [2024-08-21T07:11:44.217Z] 7d1d618872be: Preparing [2024-08-21T07:11:44.217Z] 43c127cabffc: Preparing [2024-08-21T07:11:44.217Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:44.217Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:44.217Z] ce7f800efff9: Preparing [2024-08-21T07:11:44.217Z] 43c127cabffc: Waiting [2024-08-21T07:11:44.217Z] a7a3f5afc27d: Waiting [2024-08-21T07:11:44.217Z] ce7f800efff9: Waiting [2024-08-21T07:11:44.217Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:44.217Z] 1d80c698b0d7: Layer already exists [2024-08-21T07:11:44.217Z] 914662e46d78: Layer already exists [2024-08-21T07:11:44.217Z] 8150f08ecf71: Layer already exists [2024-08-21T07:11:44.217Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:44.217Z] 1675a31d724e: Layer already exists [2024-08-21T07:11:44.217Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:44.217Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:44.217Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:44.217Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:44.217Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:44.541Z] + 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-21T07:11:44.870Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-21T07:11:44.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-21T07:11:44.870Z] 1675a31d724e: Preparing [2024-08-21T07:11:44.870Z] 8150f08ecf71: Preparing [2024-08-21T07:11:44.870Z] 914662e46d78: Preparing [2024-08-21T07:11:44.870Z] 1d80c698b0d7: Preparing [2024-08-21T07:11:44.870Z] 7d1d618872be: Preparing [2024-08-21T07:11:44.870Z] 43c127cabffc: Preparing [2024-08-21T07:11:44.870Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:44.870Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:44.870Z] ce7f800efff9: Preparing [2024-08-21T07:11:44.870Z] a7a3f5afc27d: Waiting [2024-08-21T07:11:44.870Z] 43c127cabffc: Waiting [2024-08-21T07:11:44.870Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:11:44.870Z] 1d80c698b0d7: Layer already exists [2024-08-21T07:11:44.870Z] 1675a31d724e: Layer already exists [2024-08-21T07:11:44.870Z] 914662e46d78: Layer already exists [2024-08-21T07:11:44.870Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:44.870Z] 8150f08ecf71: Layer already exists [2024-08-21T07:11:44.870Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:44.870Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:44.870Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:44.870Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:44.870Z] main: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:11:44.943Z] ===================================================== [Pipeline] echo [2024-08-21T07:11:44.981Z] taggedImages: [2024-08-21T07:11:44.982Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:44.982Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-21T07:11:44.982Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.58 [2024-08-21T07:11:44.982Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:44.982Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-21T07:11:45.011Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-21T07:11:45.011Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:45.011Z] latest [2024-08-21T07:11:45.011Z] 3.2.0-dev.58 [2024-08-21T07:11:45.011Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:45.011Z] main [2024-08-21T07:11:45.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:45.352Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:45.680Z] + docker push nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:45.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-21T07:11:45.680Z] f1811b53bab7: Preparing [2024-08-21T07:11:45.680Z] 94ebd57c6c2d: Preparing [2024-08-21T07:11:45.680Z] 969ce63437ae: Preparing [2024-08-21T07:11:45.680Z] 7d1d618872be: Preparing [2024-08-21T07:11:45.680Z] 43c127cabffc: Preparing [2024-08-21T07:11:45.680Z] 9e3bbd34e5f5: Preparing [2024-08-21T07:11:45.680Z] 41730c2b31fc: Preparing [2024-08-21T07:11:45.680Z] ce7f800efff9: Preparing [2024-08-21T07:11:45.680Z] 9e3bbd34e5f5: Waiting [2024-08-21T07:11:45.680Z] ce7f800efff9: Waiting [2024-08-21T07:11:45.680Z] 41730c2b31fc: Waiting [2024-08-21T07:11:45.680Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:45.680Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:45.680Z] 94ebd57c6c2d: Pushed [2024-08-21T07:11:45.680Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:45.680Z] f1811b53bab7: Pushed [2024-08-21T07:11:45.680Z] 41730c2b31fc: Pushed [2024-08-21T07:11:45.680Z] 9e3bbd34e5f5: Pushed [2024-08-21T07:11:48.969Z] 969ce63437ae: Pushed [2024-08-21T07:11:48.969Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:49.300Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:49.623Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-21T07:11:49.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-21T07:11:49.623Z] f1811b53bab7: Preparing [2024-08-21T07:11:49.623Z] 94ebd57c6c2d: Preparing [2024-08-21T07:11:49.623Z] 969ce63437ae: Preparing [2024-08-21T07:11:49.623Z] 7d1d618872be: Preparing [2024-08-21T07:11:49.623Z] 43c127cabffc: Preparing [2024-08-21T07:11:49.623Z] 9e3bbd34e5f5: Preparing [2024-08-21T07:11:49.623Z] 41730c2b31fc: Preparing [2024-08-21T07:11:49.623Z] ce7f800efff9: Preparing [2024-08-21T07:11:49.623Z] ce7f800efff9: Waiting [2024-08-21T07:11:49.623Z] 9e3bbd34e5f5: Waiting [2024-08-21T07:11:49.623Z] 41730c2b31fc: Waiting [2024-08-21T07:11:49.623Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:49.623Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:49.623Z] 94ebd57c6c2d: Layer already exists [2024-08-21T07:11:49.623Z] f1811b53bab7: Layer already exists [2024-08-21T07:11:49.623Z] 969ce63437ae: Layer already exists [2024-08-21T07:11:49.623Z] 9e3bbd34e5f5: Layer already exists [2024-08-21T07:11:49.623Z] 41730c2b31fc: Layer already exists [2024-08-21T07:11:49.623Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:49.623Z] latest: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:49.951Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:50.273Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.58 [2024-08-21T07:11:50.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-21T07:11:50.273Z] f1811b53bab7: Preparing [2024-08-21T07:11:50.273Z] 94ebd57c6c2d: Preparing [2024-08-21T07:11:50.273Z] 969ce63437ae: Preparing [2024-08-21T07:11:50.273Z] 7d1d618872be: Preparing [2024-08-21T07:11:50.273Z] 43c127cabffc: Preparing [2024-08-21T07:11:50.273Z] 9e3bbd34e5f5: Preparing [2024-08-21T07:11:50.273Z] 41730c2b31fc: Preparing [2024-08-21T07:11:50.273Z] ce7f800efff9: Preparing [2024-08-21T07:11:50.273Z] 41730c2b31fc: Waiting [2024-08-21T07:11:50.273Z] ce7f800efff9: Waiting [2024-08-21T07:11:50.273Z] 9e3bbd34e5f5: Waiting [2024-08-21T07:11:50.273Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:50.273Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:50.273Z] 94ebd57c6c2d: Layer already exists [2024-08-21T07:11:50.273Z] 969ce63437ae: Layer already exists [2024-08-21T07:11:50.273Z] f1811b53bab7: Layer already exists [2024-08-21T07:11:50.273Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:50.273Z] 9e3bbd34e5f5: Layer already exists [2024-08-21T07:11:50.273Z] 41730c2b31fc: Layer already exists [2024-08-21T07:11:50.273Z] 3.2.0-dev.58: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:50.597Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:50.923Z] + docker push nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:50.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-21T07:11:50.923Z] f1811b53bab7: Preparing [2024-08-21T07:11:50.923Z] 94ebd57c6c2d: Preparing [2024-08-21T07:11:50.923Z] 969ce63437ae: Preparing [2024-08-21T07:11:50.923Z] 7d1d618872be: Preparing [2024-08-21T07:11:50.923Z] 43c127cabffc: Preparing [2024-08-21T07:11:50.923Z] 9e3bbd34e5f5: Preparing [2024-08-21T07:11:50.923Z] 41730c2b31fc: Preparing [2024-08-21T07:11:50.923Z] ce7f800efff9: Preparing [2024-08-21T07:11:50.923Z] 41730c2b31fc: Waiting [2024-08-21T07:11:50.923Z] 9e3bbd34e5f5: Waiting [2024-08-21T07:11:50.923Z] ce7f800efff9: Waiting [2024-08-21T07:11:50.923Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:50.923Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:50.923Z] f1811b53bab7: Layer already exists [2024-08-21T07:11:50.923Z] 94ebd57c6c2d: Layer already exists [2024-08-21T07:11:50.923Z] 969ce63437ae: Layer already exists [2024-08-21T07:11:50.923Z] 9e3bbd34e5f5: Layer already exists [2024-08-21T07:11:50.923Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:50.923Z] 41730c2b31fc: Layer already exists [2024-08-21T07:11:50.923Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:51.267Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:51.603Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-21T07:11:51.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-21T07:11:51.603Z] f1811b53bab7: Preparing [2024-08-21T07:11:51.603Z] 94ebd57c6c2d: Preparing [2024-08-21T07:11:51.603Z] 969ce63437ae: Preparing [2024-08-21T07:11:51.603Z] 7d1d618872be: Preparing [2024-08-21T07:11:51.603Z] 43c127cabffc: Preparing [2024-08-21T07:11:51.603Z] 9e3bbd34e5f5: Preparing [2024-08-21T07:11:51.603Z] 41730c2b31fc: Preparing [2024-08-21T07:11:51.603Z] ce7f800efff9: Preparing [2024-08-21T07:11:51.603Z] 41730c2b31fc: Waiting [2024-08-21T07:11:51.603Z] ce7f800efff9: Waiting [2024-08-21T07:11:51.603Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:51.603Z] 969ce63437ae: Layer already exists [2024-08-21T07:11:51.603Z] f1811b53bab7: Layer already exists [2024-08-21T07:11:51.603Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:51.603Z] 94ebd57c6c2d: Layer already exists [2024-08-21T07:11:51.603Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:51.603Z] 41730c2b31fc: Layer already exists [2024-08-21T07:11:51.603Z] 9e3bbd34e5f5: Layer already exists [2024-08-21T07:11:51.603Z] main: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:11:51.687Z] ===================================================== [Pipeline] echo [2024-08-21T07:11:51.701Z] taggedImages: [2024-08-21T07:11:51.701Z] - nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:51.701Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-21T07:11:51.701Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.58 [2024-08-21T07:11:51.701Z] - nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:51.701Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-21T07:11:51.731Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-21T07:11:51.731Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:51.731Z] latest [2024-08-21T07:11:51.731Z] 3.2.0-dev.58 [2024-08-21T07:11:51.731Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:51.731Z] main [2024-08-21T07:11:51.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:52.079Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:52.412Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:52.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-21T07:11:52.412Z] 3b2b18bf928f: Preparing [2024-08-21T07:11:52.412Z] 669c36c803a9: Preparing [2024-08-21T07:11:52.412Z] 43c127cabffc: Preparing [2024-08-21T07:11:52.412Z] 266809f93dde: Preparing [2024-08-21T07:11:52.412Z] 22aa51e25400: Preparing [2024-08-21T07:11:52.412Z] ce7f800efff9: Preparing [2024-08-21T07:11:52.412Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:52.412Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:52.412Z] 22aa51e25400: Pushed [2024-08-21T07:11:52.412Z] 266809f93dde: Pushed [2024-08-21T07:11:52.412Z] 3b2b18bf928f: Pushed [2024-08-21T07:11:55.702Z] 669c36c803a9: Pushed [2024-08-21T07:11:55.702Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:56.030Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:56.366Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-21T07:11:56.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-21T07:11:56.366Z] 3b2b18bf928f: Preparing [2024-08-21T07:11:56.366Z] 669c36c803a9: Preparing [2024-08-21T07:11:56.366Z] 43c127cabffc: Preparing [2024-08-21T07:11:56.366Z] 266809f93dde: Preparing [2024-08-21T07:11:56.366Z] 22aa51e25400: Preparing [2024-08-21T07:11:56.366Z] ce7f800efff9: Preparing [2024-08-21T07:11:56.366Z] ce7f800efff9: Waiting [2024-08-21T07:11:56.366Z] 266809f93dde: Layer already exists [2024-08-21T07:11:56.366Z] 3b2b18bf928f: Layer already exists [2024-08-21T07:11:56.366Z] 22aa51e25400: Layer already exists [2024-08-21T07:11:56.366Z] 669c36c803a9: Layer already exists [2024-08-21T07:11:56.366Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:56.366Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:56.366Z] latest: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:56.694Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:57.014Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.58 [2024-08-21T07:11:57.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-21T07:11:57.014Z] 3b2b18bf928f: Preparing [2024-08-21T07:11:57.014Z] 669c36c803a9: Preparing [2024-08-21T07:11:57.014Z] 43c127cabffc: Preparing [2024-08-21T07:11:57.014Z] 266809f93dde: Preparing [2024-08-21T07:11:57.014Z] 22aa51e25400: Preparing [2024-08-21T07:11:57.014Z] ce7f800efff9: Preparing [2024-08-21T07:11:57.014Z] ce7f800efff9: Waiting [2024-08-21T07:11:57.014Z] 22aa51e25400: Layer already exists [2024-08-21T07:11:57.014Z] 669c36c803a9: Layer already exists [2024-08-21T07:11:57.014Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:57.014Z] 3b2b18bf928f: Layer already exists [2024-08-21T07:11:57.014Z] 266809f93dde: Layer already exists [2024-08-21T07:11:57.014Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:57.014Z] 3.2.0-dev.58: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:57.339Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:57.677Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:57.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-21T07:11:57.677Z] 3b2b18bf928f: Preparing [2024-08-21T07:11:57.677Z] 669c36c803a9: Preparing [2024-08-21T07:11:57.677Z] 43c127cabffc: Preparing [2024-08-21T07:11:57.677Z] 266809f93dde: Preparing [2024-08-21T07:11:57.677Z] 22aa51e25400: Preparing [2024-08-21T07:11:57.677Z] ce7f800efff9: Preparing [2024-08-21T07:11:57.677Z] ce7f800efff9: Waiting [2024-08-21T07:11:57.677Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:57.677Z] 266809f93dde: Layer already exists [2024-08-21T07:11:57.677Z] 3b2b18bf928f: Layer already exists [2024-08-21T07:11:57.677Z] 22aa51e25400: Layer already exists [2024-08-21T07:11:57.677Z] 669c36c803a9: Layer already exists [2024-08-21T07:11:57.677Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:57.677Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:58.001Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:58.334Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-21T07:11:58.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-21T07:11:58.334Z] 3b2b18bf928f: Preparing [2024-08-21T07:11:58.334Z] 669c36c803a9: Preparing [2024-08-21T07:11:58.334Z] 43c127cabffc: Preparing [2024-08-21T07:11:58.334Z] 266809f93dde: Preparing [2024-08-21T07:11:58.334Z] 22aa51e25400: Preparing [2024-08-21T07:11:58.334Z] ce7f800efff9: Preparing [2024-08-21T07:11:58.334Z] ce7f800efff9: Waiting [2024-08-21T07:11:58.334Z] 3b2b18bf928f: Layer already exists [2024-08-21T07:11:58.334Z] 22aa51e25400: Layer already exists [2024-08-21T07:11:58.334Z] 669c36c803a9: Layer already exists [2024-08-21T07:11:58.334Z] 266809f93dde: Layer already exists [2024-08-21T07:11:58.334Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:58.334Z] ce7f800efff9: Layer already exists [2024-08-21T07:11:58.334Z] main: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:11:58.408Z] ===================================================== [Pipeline] echo [2024-08-21T07:11:58.423Z] taggedImages: [2024-08-21T07:11:58.423Z] - nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:58.423Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-21T07:11:58.423Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.58 [2024-08-21T07:11:58.423Z] - nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:58.423Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-21T07:11:58.454Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-21T07:11:58.454Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:58.454Z] latest [2024-08-21T07:11:58.454Z] 3.2.0-dev.58 [2024-08-21T07:11:58.454Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:11:58.454Z] main [2024-08-21T07:11:58.454Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:58.818Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:11:59.142Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:11:59.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-21T07:11:59.142Z] 7ccd82131572: Preparing [2024-08-21T07:11:59.142Z] f8c48f6939b2: Preparing [2024-08-21T07:11:59.142Z] 49f901b9d500: Preparing [2024-08-21T07:11:59.142Z] 7d1d618872be: Preparing [2024-08-21T07:11:59.142Z] 43c127cabffc: Preparing [2024-08-21T07:11:59.142Z] a7a3f5afc27d: Preparing [2024-08-21T07:11:59.142Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:11:59.142Z] ce7f800efff9: Preparing [2024-08-21T07:11:59.142Z] a7a3f5afc27d: Waiting [2024-08-21T07:11:59.142Z] 43c127cabffc: Layer already exists [2024-08-21T07:11:59.142Z] f8c48f6939b2: Pushed [2024-08-21T07:11:59.142Z] 7d1d618872be: Layer already exists [2024-08-21T07:11:59.142Z] 7ccd82131572: Pushed [2024-08-21T07:11:59.401Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:11:59.401Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:11:59.401Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:02.690Z] 49f901b9d500: Pushed [2024-08-21T07:12:02.690Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:03.031Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:03.359Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-21T07:12:03.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-21T07:12:03.359Z] 7ccd82131572: Preparing [2024-08-21T07:12:03.359Z] f8c48f6939b2: Preparing [2024-08-21T07:12:03.359Z] 49f901b9d500: Preparing [2024-08-21T07:12:03.359Z] 7d1d618872be: Preparing [2024-08-21T07:12:03.359Z] 43c127cabffc: Preparing [2024-08-21T07:12:03.359Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:03.359Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:03.359Z] ce7f800efff9: Preparing [2024-08-21T07:12:03.359Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:03.359Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:03.359Z] ce7f800efff9: Waiting [2024-08-21T07:12:03.359Z] 49f901b9d500: Layer already exists [2024-08-21T07:12:03.359Z] f8c48f6939b2: Layer already exists [2024-08-21T07:12:03.359Z] 7ccd82131572: Layer already exists [2024-08-21T07:12:03.359Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:03.359Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:03.359Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:03.359Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:03.359Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:03.359Z] latest: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:03.690Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:04.018Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.58 [2024-08-21T07:12:04.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-21T07:12:04.018Z] 7ccd82131572: Preparing [2024-08-21T07:12:04.018Z] f8c48f6939b2: Preparing [2024-08-21T07:12:04.018Z] 49f901b9d500: Preparing [2024-08-21T07:12:04.018Z] 7d1d618872be: Preparing [2024-08-21T07:12:04.018Z] 43c127cabffc: Preparing [2024-08-21T07:12:04.018Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:04.018Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:04.018Z] ce7f800efff9: Preparing [2024-08-21T07:12:04.018Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:04.018Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:04.018Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:04.018Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:04.018Z] 7ccd82131572: Layer already exists [2024-08-21T07:12:04.018Z] f8c48f6939b2: Layer already exists [2024-08-21T07:12:04.018Z] 49f901b9d500: Layer already exists [2024-08-21T07:12:04.018Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:04.018Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:04.018Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:04.018Z] 3.2.0-dev.58: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:04.341Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:04.702Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:04.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-21T07:12:04.703Z] 7ccd82131572: Preparing [2024-08-21T07:12:04.703Z] f8c48f6939b2: Preparing [2024-08-21T07:12:04.703Z] 49f901b9d500: Preparing [2024-08-21T07:12:04.703Z] 7d1d618872be: Preparing [2024-08-21T07:12:04.703Z] 43c127cabffc: Preparing [2024-08-21T07:12:04.703Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:04.703Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:04.703Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:04.703Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:04.703Z] ce7f800efff9: Preparing [2024-08-21T07:12:04.703Z] ce7f800efff9: Waiting [2024-08-21T07:12:04.703Z] 49f901b9d500: Layer already exists [2024-08-21T07:12:04.703Z] 7ccd82131572: Layer already exists [2024-08-21T07:12:04.703Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:04.703Z] f8c48f6939b2: Layer already exists [2024-08-21T07:12:04.703Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:04.703Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:04.703Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:04.703Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:04.703Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:05.034Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:05.358Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-21T07:12:05.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-21T07:12:05.358Z] 7ccd82131572: Preparing [2024-08-21T07:12:05.358Z] f8c48f6939b2: Preparing [2024-08-21T07:12:05.358Z] 49f901b9d500: Preparing [2024-08-21T07:12:05.358Z] 7d1d618872be: Preparing [2024-08-21T07:12:05.358Z] 43c127cabffc: Preparing [2024-08-21T07:12:05.358Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:05.358Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:05.358Z] ce7f800efff9: Preparing [2024-08-21T07:12:05.358Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:05.358Z] ce7f800efff9: Waiting [2024-08-21T07:12:05.358Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:05.358Z] f8c48f6939b2: Layer already exists [2024-08-21T07:12:05.358Z] 7ccd82131572: Layer already exists [2024-08-21T07:12:05.358Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:05.358Z] 49f901b9d500: Layer already exists [2024-08-21T07:12:05.358Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:05.358Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:05.358Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:05.358Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:05.358Z] main: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:05.434Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:05.449Z] taggedImages: [2024-08-21T07:12:05.449Z] - nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:05.449Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-21T07:12:05.449Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.58 [2024-08-21T07:12:05.449Z] - nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:05.449Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-21T07:12:05.480Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-21T07:12:05.480Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:05.480Z] latest [2024-08-21T07:12:05.480Z] 3.2.0-dev.58 [2024-08-21T07:12:05.480Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:05.480Z] main [2024-08-21T07:12:05.480Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:05.824Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:06.222Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:06.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-21T07:12:06.222Z] 1f190a0ec321: Preparing [2024-08-21T07:12:06.222Z] 0afd93e48036: Preparing [2024-08-21T07:12:06.222Z] 37dfe8eef89a: Preparing [2024-08-21T07:12:06.222Z] 543db1c513c6: Preparing [2024-08-21T07:12:06.222Z] 2e1faa855730: Preparing [2024-08-21T07:12:06.222Z] 825155f9484a: Preparing [2024-08-21T07:12:06.222Z] 1f65feb87842: Preparing [2024-08-21T07:12:06.222Z] 303b925b0f1d: Preparing [2024-08-21T07:12:06.222Z] 7d1d618872be: Preparing [2024-08-21T07:12:06.222Z] 43c127cabffc: Preparing [2024-08-21T07:12:06.222Z] 19bce68851ac: Preparing [2024-08-21T07:12:06.222Z] b4a35ed252bb: Preparing [2024-08-21T07:12:06.222Z] 5f70bf18a086: Preparing [2024-08-21T07:12:06.222Z] ac417f2504f3: Preparing [2024-08-21T07:12:06.222Z] d7e6170c4cd7: Preparing [2024-08-21T07:12:06.222Z] 4fad86ade1e0: Preparing [2024-08-21T07:12:06.222Z] ce7f800efff9: Preparing [2024-08-21T07:12:06.222Z] 1f65feb87842: Waiting [2024-08-21T07:12:06.222Z] d7e6170c4cd7: Waiting [2024-08-21T07:12:06.222Z] 19bce68851ac: Waiting [2024-08-21T07:12:06.222Z] 7d1d618872be: Waiting [2024-08-21T07:12:06.222Z] 43c127cabffc: Waiting [2024-08-21T07:12:06.222Z] ac417f2504f3: Waiting [2024-08-21T07:12:06.222Z] b4a35ed252bb: Waiting [2024-08-21T07:12:06.222Z] 5f70bf18a086: Waiting [2024-08-21T07:12:06.222Z] 303b925b0f1d: Waiting [2024-08-21T07:12:06.222Z] 4fad86ade1e0: Waiting [2024-08-21T07:12:06.222Z] 1f190a0ec321: Pushed [2024-08-21T07:12:06.222Z] 0afd93e48036: Pushed [2024-08-21T07:12:06.222Z] 37dfe8eef89a: Pushed [2024-08-21T07:12:06.222Z] 2e1faa855730: Pushed [2024-08-21T07:12:06.222Z] 543db1c513c6: Pushed [2024-08-21T07:12:06.508Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:06.508Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:06.508Z] 825155f9484a: Pushed [2024-08-21T07:12:06.508Z] 1f65feb87842: Pushed [2024-08-21T07:12:06.508Z] 5f70bf18a086: Layer already exists [2024-08-21T07:12:06.508Z] 19bce68851ac: Pushed [2024-08-21T07:12:06.508Z] b4a35ed252bb: Pushed [2024-08-21T07:12:06.508Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:06.508Z] ac417f2504f3: Pushed [2024-08-21T07:12:06.508Z] d7e6170c4cd7: Pushed [2024-08-21T07:12:06.508Z] 4fad86ade1e0: Pushed [2024-08-21T07:12:07.946Z] 303b925b0f1d: Pushed [2024-08-21T07:12:07.946Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:08.318Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:08.656Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-21T07:12:08.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-21T07:12:08.656Z] 1f190a0ec321: Preparing [2024-08-21T07:12:08.656Z] 0afd93e48036: Preparing [2024-08-21T07:12:08.656Z] 37dfe8eef89a: Preparing [2024-08-21T07:12:08.656Z] 543db1c513c6: Preparing [2024-08-21T07:12:08.656Z] 2e1faa855730: Preparing [2024-08-21T07:12:08.656Z] 825155f9484a: Preparing [2024-08-21T07:12:08.656Z] 1f65feb87842: Preparing [2024-08-21T07:12:08.656Z] 303b925b0f1d: Preparing [2024-08-21T07:12:08.656Z] 7d1d618872be: Preparing [2024-08-21T07:12:08.656Z] 43c127cabffc: Preparing [2024-08-21T07:12:08.656Z] 19bce68851ac: Preparing [2024-08-21T07:12:08.656Z] b4a35ed252bb: Preparing [2024-08-21T07:12:08.656Z] 5f70bf18a086: Preparing [2024-08-21T07:12:08.656Z] ac417f2504f3: Preparing [2024-08-21T07:12:08.656Z] d7e6170c4cd7: Preparing [2024-08-21T07:12:08.656Z] 4fad86ade1e0: Preparing [2024-08-21T07:12:08.656Z] ce7f800efff9: Preparing [2024-08-21T07:12:08.656Z] 825155f9484a: Waiting [2024-08-21T07:12:08.656Z] 1f65feb87842: Waiting [2024-08-21T07:12:08.656Z] 303b925b0f1d: Waiting [2024-08-21T07:12:08.656Z] 7d1d618872be: Waiting [2024-08-21T07:12:08.656Z] 43c127cabffc: Waiting [2024-08-21T07:12:08.656Z] 19bce68851ac: Waiting [2024-08-21T07:12:08.656Z] b4a35ed252bb: Waiting [2024-08-21T07:12:08.656Z] ce7f800efff9: Waiting [2024-08-21T07:12:08.656Z] ac417f2504f3: Waiting [2024-08-21T07:12:08.656Z] 4fad86ade1e0: Waiting [2024-08-21T07:12:08.656Z] 1f190a0ec321: Layer already exists [2024-08-21T07:12:08.656Z] 37dfe8eef89a: Layer already exists [2024-08-21T07:12:08.656Z] 0afd93e48036: Layer already exists [2024-08-21T07:12:08.656Z] 2e1faa855730: Layer already exists [2024-08-21T07:12:08.656Z] 543db1c513c6: Layer already exists [2024-08-21T07:12:08.656Z] 825155f9484a: Layer already exists [2024-08-21T07:12:08.656Z] 1f65feb87842: Layer already exists [2024-08-21T07:12:08.656Z] 303b925b0f1d: Layer already exists [2024-08-21T07:12:08.656Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:08.656Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:08.656Z] 19bce68851ac: Layer already exists [2024-08-21T07:12:08.656Z] b4a35ed252bb: Layer already exists [2024-08-21T07:12:08.656Z] 5f70bf18a086: Layer already exists [2024-08-21T07:12:08.656Z] d7e6170c4cd7: Layer already exists [2024-08-21T07:12:08.656Z] ac417f2504f3: Layer already exists [2024-08-21T07:12:08.656Z] 4fad86ade1e0: Layer already exists [2024-08-21T07:12:08.656Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:08.656Z] latest: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:08.992Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:09.323Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.58 [2024-08-21T07:12:09.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-21T07:12:09.323Z] 1f190a0ec321: Preparing [2024-08-21T07:12:09.323Z] 0afd93e48036: Preparing [2024-08-21T07:12:09.323Z] 37dfe8eef89a: Preparing [2024-08-21T07:12:09.323Z] 543db1c513c6: Preparing [2024-08-21T07:12:09.323Z] 2e1faa855730: Preparing [2024-08-21T07:12:09.323Z] 825155f9484a: Preparing [2024-08-21T07:12:09.323Z] 1f65feb87842: Preparing [2024-08-21T07:12:09.323Z] 303b925b0f1d: Preparing [2024-08-21T07:12:09.323Z] 7d1d618872be: Preparing [2024-08-21T07:12:09.323Z] 43c127cabffc: Preparing [2024-08-21T07:12:09.323Z] 19bce68851ac: Preparing [2024-08-21T07:12:09.323Z] b4a35ed252bb: Preparing [2024-08-21T07:12:09.323Z] 5f70bf18a086: Preparing [2024-08-21T07:12:09.323Z] ac417f2504f3: Preparing [2024-08-21T07:12:09.323Z] d7e6170c4cd7: Preparing [2024-08-21T07:12:09.323Z] 4fad86ade1e0: Preparing [2024-08-21T07:12:09.323Z] ce7f800efff9: Preparing [2024-08-21T07:12:09.323Z] d7e6170c4cd7: Waiting [2024-08-21T07:12:09.323Z] b4a35ed252bb: Waiting [2024-08-21T07:12:09.323Z] 825155f9484a: Waiting [2024-08-21T07:12:09.323Z] 5f70bf18a086: Waiting [2024-08-21T07:12:09.323Z] ac417f2504f3: Waiting [2024-08-21T07:12:09.323Z] 1f65feb87842: Waiting [2024-08-21T07:12:09.323Z] ce7f800efff9: Waiting [2024-08-21T07:12:09.323Z] 303b925b0f1d: Waiting [2024-08-21T07:12:09.323Z] 4fad86ade1e0: Waiting [2024-08-21T07:12:09.323Z] 19bce68851ac: Waiting [2024-08-21T07:12:09.323Z] 43c127cabffc: Waiting [2024-08-21T07:12:09.323Z] 2e1faa855730: Layer already exists [2024-08-21T07:12:09.323Z] 37dfe8eef89a: Layer already exists [2024-08-21T07:12:09.323Z] 1f190a0ec321: Layer already exists [2024-08-21T07:12:09.323Z] 0afd93e48036: Layer already exists [2024-08-21T07:12:09.323Z] 543db1c513c6: Layer already exists [2024-08-21T07:12:09.323Z] 825155f9484a: Layer already exists [2024-08-21T07:12:09.323Z] 303b925b0f1d: Layer already exists [2024-08-21T07:12:09.323Z] 1f65feb87842: Layer already exists [2024-08-21T07:12:09.323Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:09.323Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:09.323Z] b4a35ed252bb: Layer already exists [2024-08-21T07:12:09.323Z] 19bce68851ac: Layer already exists [2024-08-21T07:12:09.323Z] 5f70bf18a086: Layer already exists [2024-08-21T07:12:09.323Z] ac417f2504f3: Layer already exists [2024-08-21T07:12:09.323Z] d7e6170c4cd7: Layer already exists [2024-08-21T07:12:09.323Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:09.323Z] 4fad86ade1e0: Layer already exists [2024-08-21T07:12:09.323Z] 3.2.0-dev.58: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:09.658Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:09.984Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:09.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-21T07:12:09.984Z] 1f190a0ec321: Preparing [2024-08-21T07:12:09.984Z] 0afd93e48036: Preparing [2024-08-21T07:12:09.984Z] 37dfe8eef89a: Preparing [2024-08-21T07:12:09.984Z] 543db1c513c6: Preparing [2024-08-21T07:12:09.984Z] 2e1faa855730: Preparing [2024-08-21T07:12:09.984Z] 825155f9484a: Preparing [2024-08-21T07:12:09.984Z] 1f65feb87842: Preparing [2024-08-21T07:12:09.984Z] 303b925b0f1d: Preparing [2024-08-21T07:12:09.984Z] 7d1d618872be: Preparing [2024-08-21T07:12:09.984Z] 43c127cabffc: Preparing [2024-08-21T07:12:09.984Z] 19bce68851ac: Preparing [2024-08-21T07:12:09.984Z] 1f65feb87842: Waiting [2024-08-21T07:12:09.984Z] 825155f9484a: Waiting [2024-08-21T07:12:09.984Z] 303b925b0f1d: Waiting [2024-08-21T07:12:09.984Z] 7d1d618872be: Waiting [2024-08-21T07:12:09.984Z] b4a35ed252bb: Preparing [2024-08-21T07:12:09.984Z] 5f70bf18a086: Preparing [2024-08-21T07:12:09.984Z] ac417f2504f3: Preparing [2024-08-21T07:12:09.984Z] d7e6170c4cd7: Preparing [2024-08-21T07:12:09.984Z] 4fad86ade1e0: Preparing [2024-08-21T07:12:09.984Z] ce7f800efff9: Preparing [2024-08-21T07:12:09.984Z] ac417f2504f3: Waiting [2024-08-21T07:12:09.984Z] 5f70bf18a086: Waiting [2024-08-21T07:12:09.984Z] d7e6170c4cd7: Waiting [2024-08-21T07:12:09.984Z] ce7f800efff9: Waiting [2024-08-21T07:12:09.984Z] b4a35ed252bb: Waiting [2024-08-21T07:12:09.984Z] 2e1faa855730: Layer already exists [2024-08-21T07:12:09.984Z] 37dfe8eef89a: Layer already exists [2024-08-21T07:12:09.984Z] 0afd93e48036: Layer already exists [2024-08-21T07:12:09.984Z] 1f190a0ec321: Layer already exists [2024-08-21T07:12:09.984Z] 543db1c513c6: Layer already exists [2024-08-21T07:12:09.984Z] 1f65feb87842: Layer already exists [2024-08-21T07:12:09.984Z] 825155f9484a: Layer already exists [2024-08-21T07:12:09.984Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:09.984Z] 303b925b0f1d: Layer already exists [2024-08-21T07:12:09.984Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:09.984Z] 19bce68851ac: Layer already exists [2024-08-21T07:12:09.984Z] b4a35ed252bb: Layer already exists [2024-08-21T07:12:09.984Z] ac417f2504f3: Layer already exists [2024-08-21T07:12:09.984Z] 5f70bf18a086: Layer already exists [2024-08-21T07:12:09.984Z] d7e6170c4cd7: Layer already exists [2024-08-21T07:12:09.984Z] 4fad86ade1e0: Layer already exists [2024-08-21T07:12:09.984Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:09.984Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:10.305Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:10.631Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-21T07:12:10.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-21T07:12:10.631Z] 1f190a0ec321: Preparing [2024-08-21T07:12:10.631Z] 0afd93e48036: Preparing [2024-08-21T07:12:10.631Z] 37dfe8eef89a: Preparing [2024-08-21T07:12:10.631Z] 543db1c513c6: Preparing [2024-08-21T07:12:10.631Z] 2e1faa855730: Preparing [2024-08-21T07:12:10.631Z] 825155f9484a: Preparing [2024-08-21T07:12:10.631Z] 1f65feb87842: Preparing [2024-08-21T07:12:10.631Z] 303b925b0f1d: Preparing [2024-08-21T07:12:10.631Z] 7d1d618872be: Preparing [2024-08-21T07:12:10.631Z] 43c127cabffc: Preparing [2024-08-21T07:12:10.631Z] 19bce68851ac: Preparing [2024-08-21T07:12:10.631Z] b4a35ed252bb: Preparing [2024-08-21T07:12:10.631Z] 5f70bf18a086: Preparing [2024-08-21T07:12:10.631Z] ac417f2504f3: Preparing [2024-08-21T07:12:10.631Z] d7e6170c4cd7: Preparing [2024-08-21T07:12:10.631Z] 4fad86ade1e0: Preparing [2024-08-21T07:12:10.631Z] ce7f800efff9: Preparing [2024-08-21T07:12:10.631Z] 825155f9484a: Waiting [2024-08-21T07:12:10.631Z] 1f65feb87842: Waiting [2024-08-21T07:12:10.631Z] 5f70bf18a086: Waiting [2024-08-21T07:12:10.631Z] ac417f2504f3: Waiting [2024-08-21T07:12:10.631Z] d7e6170c4cd7: Waiting [2024-08-21T07:12:10.631Z] 303b925b0f1d: Waiting [2024-08-21T07:12:10.631Z] 4fad86ade1e0: Waiting [2024-08-21T07:12:10.631Z] 7d1d618872be: Waiting [2024-08-21T07:12:10.631Z] ce7f800efff9: Waiting [2024-08-21T07:12:10.631Z] b4a35ed252bb: Waiting [2024-08-21T07:12:10.631Z] 43c127cabffc: Waiting [2024-08-21T07:12:10.631Z] 19bce68851ac: Waiting [2024-08-21T07:12:10.631Z] 543db1c513c6: Layer already exists [2024-08-21T07:12:10.631Z] 1f190a0ec321: Layer already exists [2024-08-21T07:12:10.631Z] 0afd93e48036: Layer already exists [2024-08-21T07:12:10.631Z] 2e1faa855730: Layer already exists [2024-08-21T07:12:10.631Z] 37dfe8eef89a: Layer already exists [2024-08-21T07:12:10.631Z] 1f65feb87842: Layer already exists [2024-08-21T07:12:10.631Z] 303b925b0f1d: Layer already exists [2024-08-21T07:12:10.631Z] 825155f9484a: Layer already exists [2024-08-21T07:12:10.631Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:10.631Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:10.631Z] b4a35ed252bb: Layer already exists [2024-08-21T07:12:10.631Z] 19bce68851ac: Layer already exists [2024-08-21T07:12:10.631Z] ac417f2504f3: Layer already exists [2024-08-21T07:12:10.631Z] 5f70bf18a086: Layer already exists [2024-08-21T07:12:10.631Z] d7e6170c4cd7: Layer already exists [2024-08-21T07:12:10.631Z] 4fad86ade1e0: Layer already exists [2024-08-21T07:12:10.631Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:10.631Z] main: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:10.697Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:10.717Z] taggedImages: [2024-08-21T07:12:10.717Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:10.717Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-21T07:12:10.717Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.58 [2024-08-21T07:12:10.717Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:10.717Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-21T07:12:10.740Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-21T07:12:10.740Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:10.740Z] latest [2024-08-21T07:12:10.740Z] 3.2.0-dev.58 [2024-08-21T07:12:10.740Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:10.740Z] main [2024-08-21T07:12:10.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:11.072Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:11.387Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:11.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-21T07:12:11.387Z] 1675a31d724e: Preparing [2024-08-21T07:12:11.387Z] 8150f08ecf71: Preparing [2024-08-21T07:12:11.387Z] 707e03bbd55d: Preparing [2024-08-21T07:12:11.387Z] 38ca656df33e: Preparing [2024-08-21T07:12:11.387Z] 7d1d618872be: Preparing [2024-08-21T07:12:11.387Z] 43c127cabffc: Preparing [2024-08-21T07:12:11.387Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:11.387Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:11.387Z] ce7f800efff9: Preparing [2024-08-21T07:12:11.387Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:11.387Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:11.387Z] ce7f800efff9: Waiting [2024-08-21T07:12:11.387Z] 1675a31d724e: Layer already exists [2024-08-21T07:12:11.387Z] 8150f08ecf71: Layer already exists [2024-08-21T07:12:11.387Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:11.387Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:11.387Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:11.387Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:11.387Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:11.387Z] 707e03bbd55d: Pushed [2024-08-21T07:12:13.919Z] 38ca656df33e: Pushed [2024-08-21T07:12:14.179Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:14.519Z] + 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-21T07:12:14.839Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-21T07:12:14.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-21T07:12:14.839Z] 1675a31d724e: Preparing [2024-08-21T07:12:14.839Z] 8150f08ecf71: Preparing [2024-08-21T07:12:14.839Z] 707e03bbd55d: Preparing [2024-08-21T07:12:14.839Z] 38ca656df33e: Preparing [2024-08-21T07:12:14.839Z] 7d1d618872be: Preparing [2024-08-21T07:12:14.839Z] 43c127cabffc: Preparing [2024-08-21T07:12:14.839Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:14.839Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:14.839Z] ce7f800efff9: Preparing [2024-08-21T07:12:14.839Z] 43c127cabffc: Waiting [2024-08-21T07:12:14.839Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:14.839Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:14.839Z] ce7f800efff9: Waiting [2024-08-21T07:12:14.839Z] 8150f08ecf71: Layer already exists [2024-08-21T07:12:14.840Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:14.840Z] 38ca656df33e: Layer already exists [2024-08-21T07:12:14.840Z] 1675a31d724e: Layer already exists [2024-08-21T07:12:14.840Z] 707e03bbd55d: Layer already exists [2024-08-21T07:12:14.840Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:14.840Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:14.840Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:14.840Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:14.840Z] latest: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:15.170Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:15.501Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.58 [2024-08-21T07:12:15.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-21T07:12:15.501Z] 1675a31d724e: Preparing [2024-08-21T07:12:15.501Z] 8150f08ecf71: Preparing [2024-08-21T07:12:15.501Z] 707e03bbd55d: Preparing [2024-08-21T07:12:15.501Z] 38ca656df33e: Preparing [2024-08-21T07:12:15.501Z] 7d1d618872be: Preparing [2024-08-21T07:12:15.501Z] 43c127cabffc: Preparing [2024-08-21T07:12:15.501Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:15.501Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:15.501Z] ce7f800efff9: Preparing [2024-08-21T07:12:15.501Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:15.501Z] ce7f800efff9: Waiting [2024-08-21T07:12:15.501Z] 43c127cabffc: Waiting [2024-08-21T07:12:15.501Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:15.501Z] 38ca656df33e: Layer already exists [2024-08-21T07:12:15.501Z] 1675a31d724e: Layer already exists [2024-08-21T07:12:15.501Z] 707e03bbd55d: Layer already exists [2024-08-21T07:12:15.501Z] 8150f08ecf71: Layer already exists [2024-08-21T07:12:15.501Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:15.501Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:15.501Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:15.501Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:15.501Z] 3.2.0-dev.58: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:15.828Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:16.145Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:16.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-21T07:12:16.145Z] 1675a31d724e: Preparing [2024-08-21T07:12:16.145Z] 8150f08ecf71: Preparing [2024-08-21T07:12:16.145Z] 707e03bbd55d: Preparing [2024-08-21T07:12:16.145Z] 38ca656df33e: Preparing [2024-08-21T07:12:16.145Z] 7d1d618872be: Preparing [2024-08-21T07:12:16.145Z] 43c127cabffc: Preparing [2024-08-21T07:12:16.145Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:16.145Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:16.145Z] ce7f800efff9: Preparing [2024-08-21T07:12:16.145Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:16.145Z] 43c127cabffc: Waiting [2024-08-21T07:12:16.145Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:16.145Z] ce7f800efff9: Waiting [2024-08-21T07:12:16.145Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:16.145Z] 707e03bbd55d: Layer already exists [2024-08-21T07:12:16.145Z] 8150f08ecf71: Layer already exists [2024-08-21T07:12:16.145Z] 1675a31d724e: Layer already exists [2024-08-21T07:12:16.145Z] 38ca656df33e: Layer already exists [2024-08-21T07:12:16.145Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:16.145Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:16.145Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:16.145Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:16.145Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:16.506Z] + 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-21T07:12:17.095Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-21T07:12:17.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-21T07:12:17.095Z] 1675a31d724e: Preparing [2024-08-21T07:12:17.095Z] 8150f08ecf71: Preparing [2024-08-21T07:12:17.095Z] 707e03bbd55d: Preparing [2024-08-21T07:12:17.095Z] 38ca656df33e: Preparing [2024-08-21T07:12:17.095Z] 7d1d618872be: Preparing [2024-08-21T07:12:17.095Z] 43c127cabffc: Preparing [2024-08-21T07:12:17.095Z] a7a3f5afc27d: Preparing [2024-08-21T07:12:17.095Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:12:17.095Z] ce7f800efff9: Preparing [2024-08-21T07:12:17.095Z] 43c127cabffc: Waiting [2024-08-21T07:12:17.095Z] a7a3f5afc27d: Waiting [2024-08-21T07:12:17.095Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:12:17.095Z] ce7f800efff9: Waiting [2024-08-21T07:12:17.095Z] 8150f08ecf71: Layer already exists [2024-08-21T07:12:17.095Z] 38ca656df33e: Layer already exists [2024-08-21T07:12:17.095Z] 707e03bbd55d: Layer already exists [2024-08-21T07:12:17.095Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:17.095Z] 1675a31d724e: Layer already exists [2024-08-21T07:12:17.095Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:17.095Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:12:17.095Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:12:17.095Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:17.095Z] main: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:17.165Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:17.181Z] taggedImages: [2024-08-21T07:12:17.181Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:17.181Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-21T07:12:17.181Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.58 [2024-08-21T07:12:17.181Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:17.181Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-21T07:12:17.212Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-21T07:12:17.212Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:17.212Z] latest [2024-08-21T07:12:17.212Z] 3.2.0-dev.58 [2024-08-21T07:12:17.212Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:17.212Z] main [2024-08-21T07:12:17.212Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:17.548Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:17.896Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:17.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-21T07:12:17.896Z] 9fc6e160b5bf: Preparing [2024-08-21T07:12:17.896Z] fb1aa07a1607: Preparing [2024-08-21T07:12:17.896Z] 72615b821877: Preparing [2024-08-21T07:12:17.896Z] 0c2a3477c46e: Preparing [2024-08-21T07:12:17.896Z] 81cccdbc1b11: Preparing [2024-08-21T07:12:17.896Z] 7d1d618872be: Preparing [2024-08-21T07:12:17.896Z] 43c127cabffc: Preparing [2024-08-21T07:12:17.896Z] 1fecd6466798: Preparing [2024-08-21T07:12:17.896Z] f995815e8f41: Preparing [2024-08-21T07:12:17.896Z] e7819549e495: Preparing [2024-08-21T07:12:17.896Z] ce7f800efff9: Preparing [2024-08-21T07:12:17.896Z] 1fecd6466798: Waiting [2024-08-21T07:12:17.896Z] ce7f800efff9: Waiting [2024-08-21T07:12:17.896Z] 7d1d618872be: Waiting [2024-08-21T07:12:17.896Z] e7819549e495: Waiting [2024-08-21T07:12:17.896Z] f995815e8f41: Waiting [2024-08-21T07:12:17.896Z] 43c127cabffc: Waiting [2024-08-21T07:12:17.896Z] fb1aa07a1607: Pushed [2024-08-21T07:12:17.896Z] 81cccdbc1b11: Pushed [2024-08-21T07:12:17.896Z] 0c2a3477c46e: Pushed [2024-08-21T07:12:18.156Z] 9fc6e160b5bf: Pushed [2024-08-21T07:12:18.415Z] 1fecd6466798: Pushed [2024-08-21T07:12:18.415Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:18.415Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:18.673Z] f995815e8f41: Pushed [2024-08-21T07:12:18.673Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:18.966Z] 72615b821877: Pushed [2024-08-21T07:12:19.902Z] e7819549e495: Pushed [2024-08-21T07:12:19.902Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:20.230Z] + 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-21T07:12:20.581Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-21T07:12:20.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-21T07:12:20.581Z] 9fc6e160b5bf: Preparing [2024-08-21T07:12:20.581Z] fb1aa07a1607: Preparing [2024-08-21T07:12:20.581Z] 72615b821877: Preparing [2024-08-21T07:12:20.581Z] 0c2a3477c46e: Preparing [2024-08-21T07:12:20.581Z] 81cccdbc1b11: Preparing [2024-08-21T07:12:20.581Z] 7d1d618872be: Preparing [2024-08-21T07:12:20.581Z] 43c127cabffc: Preparing [2024-08-21T07:12:20.581Z] 1fecd6466798: Preparing [2024-08-21T07:12:20.581Z] 43c127cabffc: Waiting [2024-08-21T07:12:20.581Z] 7d1d618872be: Waiting [2024-08-21T07:12:20.581Z] f995815e8f41: Preparing [2024-08-21T07:12:20.581Z] 1fecd6466798: Waiting [2024-08-21T07:12:20.581Z] e7819549e495: Preparing [2024-08-21T07:12:20.581Z] ce7f800efff9: Preparing [2024-08-21T07:12:20.581Z] f995815e8f41: Waiting [2024-08-21T07:12:20.581Z] e7819549e495: Waiting [2024-08-21T07:12:20.581Z] ce7f800efff9: Waiting [2024-08-21T07:12:20.581Z] 81cccdbc1b11: Layer already exists [2024-08-21T07:12:20.581Z] 9fc6e160b5bf: Layer already exists [2024-08-21T07:12:20.581Z] 72615b821877: Layer already exists [2024-08-21T07:12:20.581Z] 0c2a3477c46e: Layer already exists [2024-08-21T07:12:20.581Z] fb1aa07a1607: Layer already exists [2024-08-21T07:12:20.581Z] 1fecd6466798: Layer already exists [2024-08-21T07:12:20.581Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:20.581Z] e7819549e495: Layer already exists [2024-08-21T07:12:20.581Z] f995815e8f41: Layer already exists [2024-08-21T07:12:20.581Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:20.581Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:20.581Z] latest: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:20.929Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:21.286Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.58 [2024-08-21T07:12:21.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-21T07:12:21.286Z] 9fc6e160b5bf: Preparing [2024-08-21T07:12:21.286Z] fb1aa07a1607: Preparing [2024-08-21T07:12:21.286Z] 72615b821877: Preparing [2024-08-21T07:12:21.286Z] 0c2a3477c46e: Preparing [2024-08-21T07:12:21.286Z] 81cccdbc1b11: Preparing [2024-08-21T07:12:21.286Z] 7d1d618872be: Preparing [2024-08-21T07:12:21.286Z] 43c127cabffc: Preparing [2024-08-21T07:12:21.286Z] 1fecd6466798: Preparing [2024-08-21T07:12:21.286Z] 7d1d618872be: Waiting [2024-08-21T07:12:21.286Z] 43c127cabffc: Waiting [2024-08-21T07:12:21.286Z] f995815e8f41: Preparing [2024-08-21T07:12:21.286Z] e7819549e495: Preparing [2024-08-21T07:12:21.286Z] 1fecd6466798: Waiting [2024-08-21T07:12:21.286Z] f995815e8f41: Waiting [2024-08-21T07:12:21.286Z] ce7f800efff9: Preparing [2024-08-21T07:12:21.286Z] e7819549e495: Waiting [2024-08-21T07:12:21.286Z] ce7f800efff9: Waiting [2024-08-21T07:12:21.286Z] 81cccdbc1b11: Layer already exists [2024-08-21T07:12:21.286Z] 72615b821877: Layer already exists [2024-08-21T07:12:21.286Z] 9fc6e160b5bf: Layer already exists [2024-08-21T07:12:21.286Z] 0c2a3477c46e: Layer already exists [2024-08-21T07:12:21.286Z] fb1aa07a1607: Layer already exists [2024-08-21T07:12:21.286Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:21.286Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:21.286Z] f995815e8f41: Layer already exists [2024-08-21T07:12:21.286Z] 1fecd6466798: Layer already exists [2024-08-21T07:12:21.286Z] e7819549e495: Layer already exists [2024-08-21T07:12:21.286Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:21.286Z] 3.2.0-dev.58: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:21.623Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:21.968Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:21.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-21T07:12:21.968Z] 9fc6e160b5bf: Preparing [2024-08-21T07:12:21.968Z] fb1aa07a1607: Preparing [2024-08-21T07:12:21.968Z] 72615b821877: Preparing [2024-08-21T07:12:21.968Z] 0c2a3477c46e: Preparing [2024-08-21T07:12:21.968Z] 81cccdbc1b11: Preparing [2024-08-21T07:12:21.968Z] 7d1d618872be: Preparing [2024-08-21T07:12:21.968Z] 43c127cabffc: Preparing [2024-08-21T07:12:21.968Z] 1fecd6466798: Preparing [2024-08-21T07:12:21.968Z] f995815e8f41: Preparing [2024-08-21T07:12:21.968Z] e7819549e495: Preparing [2024-08-21T07:12:21.968Z] ce7f800efff9: Preparing [2024-08-21T07:12:21.968Z] 7d1d618872be: Waiting [2024-08-21T07:12:21.968Z] 43c127cabffc: Waiting [2024-08-21T07:12:21.968Z] 1fecd6466798: Waiting [2024-08-21T07:12:21.968Z] f995815e8f41: Waiting [2024-08-21T07:12:21.968Z] e7819549e495: Waiting [2024-08-21T07:12:21.968Z] ce7f800efff9: Waiting [2024-08-21T07:12:21.968Z] fb1aa07a1607: Layer already exists [2024-08-21T07:12:21.968Z] 81cccdbc1b11: Layer already exists [2024-08-21T07:12:21.968Z] 72615b821877: Layer already exists [2024-08-21T07:12:21.968Z] 9fc6e160b5bf: Layer already exists [2024-08-21T07:12:21.968Z] 0c2a3477c46e: Layer already exists [2024-08-21T07:12:21.968Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:21.968Z] 1fecd6466798: Layer already exists [2024-08-21T07:12:21.968Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:21.968Z] e7819549e495: Layer already exists [2024-08-21T07:12:21.968Z] f995815e8f41: Layer already exists [2024-08-21T07:12:21.968Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:21.968Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:22.305Z] + 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-21T07:12:22.637Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-21T07:12:22.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-21T07:12:22.637Z] 9fc6e160b5bf: Preparing [2024-08-21T07:12:22.637Z] fb1aa07a1607: Preparing [2024-08-21T07:12:22.637Z] 72615b821877: Preparing [2024-08-21T07:12:22.638Z] 0c2a3477c46e: Preparing [2024-08-21T07:12:22.638Z] 81cccdbc1b11: Preparing [2024-08-21T07:12:22.638Z] 7d1d618872be: Preparing [2024-08-21T07:12:22.638Z] 43c127cabffc: Preparing [2024-08-21T07:12:22.638Z] 1fecd6466798: Preparing [2024-08-21T07:12:22.638Z] f995815e8f41: Preparing [2024-08-21T07:12:22.638Z] e7819549e495: Preparing [2024-08-21T07:12:22.638Z] ce7f800efff9: Preparing [2024-08-21T07:12:22.638Z] 1fecd6466798: Waiting [2024-08-21T07:12:22.638Z] f995815e8f41: Waiting [2024-08-21T07:12:22.638Z] ce7f800efff9: Waiting [2024-08-21T07:12:22.638Z] 7d1d618872be: Waiting [2024-08-21T07:12:22.638Z] 43c127cabffc: Waiting [2024-08-21T07:12:22.638Z] e7819549e495: Waiting [2024-08-21T07:12:22.638Z] fb1aa07a1607: Layer already exists [2024-08-21T07:12:22.638Z] 9fc6e160b5bf: Layer already exists [2024-08-21T07:12:22.638Z] 0c2a3477c46e: Layer already exists [2024-08-21T07:12:22.638Z] 81cccdbc1b11: Layer already exists [2024-08-21T07:12:22.638Z] 72615b821877: Layer already exists [2024-08-21T07:12:22.638Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:22.638Z] 1fecd6466798: Layer already exists [2024-08-21T07:12:22.638Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:22.638Z] e7819549e495: Layer already exists [2024-08-21T07:12:22.638Z] f995815e8f41: Layer already exists [2024-08-21T07:12:22.638Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:22.638Z] main: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:22.725Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:22.743Z] taggedImages: [2024-08-21T07:12:22.743Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:22.743Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-21T07:12:22.743Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.58 [2024-08-21T07:12:22.743Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:22.743Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-21T07:12:22.774Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-21T07:12:22.774Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:22.774Z] latest [2024-08-21T07:12:22.774Z] 3.2.0-dev.58 [2024-08-21T07:12:22.774Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:22.774Z] main [2024-08-21T07:12:22.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:23.136Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:23.473Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:23.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-21T07:12:23.473Z] 42ee5c8d07a3: Preparing [2024-08-21T07:12:23.473Z] 2b9f68bd8e71: Preparing [2024-08-21T07:12:23.473Z] d8f38a18c2a5: Preparing [2024-08-21T07:12:23.473Z] 75f7075cd1a7: Preparing [2024-08-21T07:12:23.473Z] 965fbeacf977: Preparing [2024-08-21T07:12:23.473Z] c03a7e5bf04b: Preparing [2024-08-21T07:12:23.473Z] eef8d4eaee1a: Preparing [2024-08-21T07:12:23.473Z] 7d1d618872be: Preparing [2024-08-21T07:12:23.473Z] 43c127cabffc: Preparing [2024-08-21T07:12:23.473Z] 38689fa0b322: Preparing [2024-08-21T07:12:23.473Z] 4041c14aaa7a: Preparing [2024-08-21T07:12:23.473Z] ce7f800efff9: Preparing [2024-08-21T07:12:23.473Z] eef8d4eaee1a: Waiting [2024-08-21T07:12:23.473Z] 4041c14aaa7a: Waiting [2024-08-21T07:12:23.473Z] ce7f800efff9: Waiting [2024-08-21T07:12:23.473Z] 38689fa0b322: Waiting [2024-08-21T07:12:23.473Z] 43c127cabffc: Waiting [2024-08-21T07:12:23.473Z] 7d1d618872be: Waiting [2024-08-21T07:12:23.473Z] c03a7e5bf04b: Waiting [2024-08-21T07:12:23.473Z] 2b9f68bd8e71: Pushed [2024-08-21T07:12:23.473Z] 965fbeacf977: Pushed [2024-08-21T07:12:24.046Z] 42ee5c8d07a3: Pushed [2024-08-21T07:12:24.046Z] c03a7e5bf04b: Pushed [2024-08-21T07:12:24.305Z] eef8d4eaee1a: Pushed [2024-08-21T07:12:24.566Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:24.566Z] 75f7075cd1a7: Pushed [2024-08-21T07:12:24.566Z] 38689fa0b322: Pushed [2024-08-21T07:12:24.566Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:24.825Z] d8f38a18c2a5: Pushed [2024-08-21T07:12:24.825Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:25.764Z] 4041c14aaa7a: Pushed [2024-08-21T07:12:26.029Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:26.357Z] + 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-21T07:12:26.691Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-21T07:12:26.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-21T07:12:26.692Z] 42ee5c8d07a3: Preparing [2024-08-21T07:12:26.692Z] 2b9f68bd8e71: Preparing [2024-08-21T07:12:26.692Z] d8f38a18c2a5: Preparing [2024-08-21T07:12:26.692Z] 75f7075cd1a7: Preparing [2024-08-21T07:12:26.692Z] 965fbeacf977: Preparing [2024-08-21T07:12:26.692Z] c03a7e5bf04b: Preparing [2024-08-21T07:12:26.692Z] eef8d4eaee1a: Preparing [2024-08-21T07:12:26.692Z] 7d1d618872be: Preparing [2024-08-21T07:12:26.692Z] 43c127cabffc: Preparing [2024-08-21T07:12:26.692Z] 38689fa0b322: Preparing [2024-08-21T07:12:26.692Z] 4041c14aaa7a: Preparing [2024-08-21T07:12:26.692Z] ce7f800efff9: Preparing [2024-08-21T07:12:26.692Z] c03a7e5bf04b: Waiting [2024-08-21T07:12:26.692Z] ce7f800efff9: Waiting [2024-08-21T07:12:26.692Z] 7d1d618872be: Waiting [2024-08-21T07:12:26.692Z] 38689fa0b322: Waiting [2024-08-21T07:12:26.692Z] 43c127cabffc: Waiting [2024-08-21T07:12:26.692Z] 4041c14aaa7a: Waiting [2024-08-21T07:12:26.692Z] eef8d4eaee1a: Waiting [2024-08-21T07:12:26.692Z] 75f7075cd1a7: Layer already exists [2024-08-21T07:12:26.692Z] d8f38a18c2a5: Layer already exists [2024-08-21T07:12:26.692Z] 965fbeacf977: Layer already exists [2024-08-21T07:12:26.692Z] 2b9f68bd8e71: Layer already exists [2024-08-21T07:12:26.692Z] 42ee5c8d07a3: Layer already exists [2024-08-21T07:12:26.692Z] 38689fa0b322: Layer already exists [2024-08-21T07:12:26.692Z] eef8d4eaee1a: Layer already exists [2024-08-21T07:12:26.692Z] c03a7e5bf04b: Layer already exists [2024-08-21T07:12:26.692Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:26.692Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:26.692Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:26.692Z] 4041c14aaa7a: Layer already exists [2024-08-21T07:12:26.692Z] latest: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:27.028Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:27.365Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.58 [2024-08-21T07:12:27.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-21T07:12:27.365Z] 42ee5c8d07a3: Preparing [2024-08-21T07:12:27.365Z] 2b9f68bd8e71: Preparing [2024-08-21T07:12:27.365Z] d8f38a18c2a5: Preparing [2024-08-21T07:12:27.365Z] 75f7075cd1a7: Preparing [2024-08-21T07:12:27.365Z] 965fbeacf977: Preparing [2024-08-21T07:12:27.365Z] c03a7e5bf04b: Preparing [2024-08-21T07:12:27.365Z] eef8d4eaee1a: Preparing [2024-08-21T07:12:27.365Z] 7d1d618872be: Preparing [2024-08-21T07:12:27.365Z] 43c127cabffc: Preparing [2024-08-21T07:12:27.365Z] 38689fa0b322: Preparing [2024-08-21T07:12:27.365Z] 4041c14aaa7a: Preparing [2024-08-21T07:12:27.365Z] ce7f800efff9: Preparing [2024-08-21T07:12:27.365Z] 7d1d618872be: Waiting [2024-08-21T07:12:27.365Z] 43c127cabffc: Waiting [2024-08-21T07:12:27.365Z] 38689fa0b322: Waiting [2024-08-21T07:12:27.365Z] 4041c14aaa7a: Waiting [2024-08-21T07:12:27.365Z] ce7f800efff9: Waiting [2024-08-21T07:12:27.365Z] c03a7e5bf04b: Waiting [2024-08-21T07:12:27.365Z] 965fbeacf977: Layer already exists [2024-08-21T07:12:27.365Z] 2b9f68bd8e71: Layer already exists [2024-08-21T07:12:27.365Z] 75f7075cd1a7: Layer already exists [2024-08-21T07:12:27.365Z] d8f38a18c2a5: Layer already exists [2024-08-21T07:12:27.365Z] 42ee5c8d07a3: Layer already exists [2024-08-21T07:12:27.365Z] eef8d4eaee1a: Layer already exists [2024-08-21T07:12:27.365Z] c03a7e5bf04b: Layer already exists [2024-08-21T07:12:27.365Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:27.365Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:27.365Z] 38689fa0b322: Layer already exists [2024-08-21T07:12:27.365Z] 4041c14aaa7a: Layer already exists [2024-08-21T07:12:27.365Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:27.365Z] 3.2.0-dev.58: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:27.709Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:28.038Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:28.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-21T07:12:28.038Z] 42ee5c8d07a3: Preparing [2024-08-21T07:12:28.038Z] 2b9f68bd8e71: Preparing [2024-08-21T07:12:28.038Z] d8f38a18c2a5: Preparing [2024-08-21T07:12:28.038Z] 75f7075cd1a7: Preparing [2024-08-21T07:12:28.038Z] 965fbeacf977: Preparing [2024-08-21T07:12:28.038Z] c03a7e5bf04b: Preparing [2024-08-21T07:12:28.038Z] eef8d4eaee1a: Preparing [2024-08-21T07:12:28.038Z] 7d1d618872be: Preparing [2024-08-21T07:12:28.038Z] 43c127cabffc: Preparing [2024-08-21T07:12:28.038Z] 38689fa0b322: Preparing [2024-08-21T07:12:28.038Z] 4041c14aaa7a: Preparing [2024-08-21T07:12:28.038Z] ce7f800efff9: Preparing [2024-08-21T07:12:28.038Z] c03a7e5bf04b: Waiting [2024-08-21T07:12:28.038Z] eef8d4eaee1a: Waiting [2024-08-21T07:12:28.038Z] 7d1d618872be: Waiting [2024-08-21T07:12:28.038Z] 43c127cabffc: Waiting [2024-08-21T07:12:28.038Z] 38689fa0b322: Waiting [2024-08-21T07:12:28.038Z] 4041c14aaa7a: Waiting [2024-08-21T07:12:28.038Z] ce7f800efff9: Waiting [2024-08-21T07:12:28.038Z] 42ee5c8d07a3: Layer already exists [2024-08-21T07:12:28.038Z] 75f7075cd1a7: Layer already exists [2024-08-21T07:12:28.038Z] 965fbeacf977: Layer already exists [2024-08-21T07:12:28.038Z] d8f38a18c2a5: Layer already exists [2024-08-21T07:12:28.038Z] 2b9f68bd8e71: Layer already exists [2024-08-21T07:12:28.038Z] c03a7e5bf04b: Layer already exists [2024-08-21T07:12:28.038Z] eef8d4eaee1a: Layer already exists [2024-08-21T07:12:28.038Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:28.038Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:28.038Z] 38689fa0b322: Layer already exists [2024-08-21T07:12:28.038Z] 4041c14aaa7a: Layer already exists [2024-08-21T07:12:28.038Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:28.038Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:28.372Z] + 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-21T07:12:28.703Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-21T07:12:28.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-21T07:12:28.703Z] 42ee5c8d07a3: Preparing [2024-08-21T07:12:28.703Z] 2b9f68bd8e71: Preparing [2024-08-21T07:12:28.703Z] d8f38a18c2a5: Preparing [2024-08-21T07:12:28.703Z] 75f7075cd1a7: Preparing [2024-08-21T07:12:28.703Z] 965fbeacf977: Preparing [2024-08-21T07:12:28.703Z] c03a7e5bf04b: Preparing [2024-08-21T07:12:28.703Z] eef8d4eaee1a: Preparing [2024-08-21T07:12:28.703Z] 7d1d618872be: Preparing [2024-08-21T07:12:28.703Z] 43c127cabffc: Preparing [2024-08-21T07:12:28.703Z] 38689fa0b322: Preparing [2024-08-21T07:12:28.703Z] 4041c14aaa7a: Preparing [2024-08-21T07:12:28.703Z] ce7f800efff9: Preparing [2024-08-21T07:12:28.703Z] c03a7e5bf04b: Waiting [2024-08-21T07:12:28.703Z] eef8d4eaee1a: Waiting [2024-08-21T07:12:28.703Z] 7d1d618872be: Waiting [2024-08-21T07:12:28.703Z] 4041c14aaa7a: Waiting [2024-08-21T07:12:28.703Z] ce7f800efff9: Waiting [2024-08-21T07:12:28.703Z] 43c127cabffc: Waiting [2024-08-21T07:12:28.703Z] 38689fa0b322: Waiting [2024-08-21T07:12:28.703Z] 42ee5c8d07a3: Layer already exists [2024-08-21T07:12:28.703Z] 2b9f68bd8e71: Layer already exists [2024-08-21T07:12:28.703Z] d8f38a18c2a5: Layer already exists [2024-08-21T07:12:28.703Z] 75f7075cd1a7: Layer already exists [2024-08-21T07:12:28.703Z] 965fbeacf977: Layer already exists [2024-08-21T07:12:28.703Z] c03a7e5bf04b: Layer already exists [2024-08-21T07:12:28.703Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:28.703Z] eef8d4eaee1a: Layer already exists [2024-08-21T07:12:28.703Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:28.703Z] 38689fa0b322: Layer already exists [2024-08-21T07:12:28.703Z] 4041c14aaa7a: Layer already exists [2024-08-21T07:12:28.703Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:28.703Z] main: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:28.773Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:28.787Z] taggedImages: [2024-08-21T07:12:28.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:28.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-21T07:12:28.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.58 [2024-08-21T07:12:28.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:28.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-21T07:12:28.811Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-21T07:12:28.811Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:28.811Z] latest [2024-08-21T07:12:28.811Z] 3.2.0-dev.58 [2024-08-21T07:12:28.811Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:28.811Z] main [2024-08-21T07:12:28.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:29.168Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:29.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:29.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-21T07:12:29.493Z] 9de967c8be83: Preparing [2024-08-21T07:12:29.493Z] af5b0dd58d5d: Preparing [2024-08-21T07:12:29.493Z] 7d1d618872be: Preparing [2024-08-21T07:12:29.493Z] 43c127cabffc: Preparing [2024-08-21T07:12:29.493Z] e5591dbd70c0: Preparing [2024-08-21T07:12:29.493Z] 5bc1da9c1269: Preparing [2024-08-21T07:12:29.493Z] ce7f800efff9: Preparing [2024-08-21T07:12:29.493Z] 5bc1da9c1269: Waiting [2024-08-21T07:12:29.493Z] ce7f800efff9: Waiting [2024-08-21T07:12:29.493Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:29.493Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:29.493Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:29.493Z] 9de967c8be83: Pushed [2024-08-21T07:12:29.493Z] e5591dbd70c0: Pushed [2024-08-21T07:12:30.433Z] 5bc1da9c1269: Pushed [2024-08-21T07:12:31.373Z] af5b0dd58d5d: Pushed [2024-08-21T07:12:31.634Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:31.972Z] + 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-21T07:12:32.299Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-21T07:12:32.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-21T07:12:32.299Z] 9de967c8be83: Preparing [2024-08-21T07:12:32.299Z] af5b0dd58d5d: Preparing [2024-08-21T07:12:32.299Z] 7d1d618872be: Preparing [2024-08-21T07:12:32.299Z] 43c127cabffc: Preparing [2024-08-21T07:12:32.299Z] e5591dbd70c0: Preparing [2024-08-21T07:12:32.299Z] 5bc1da9c1269: Preparing [2024-08-21T07:12:32.299Z] ce7f800efff9: Preparing [2024-08-21T07:12:32.299Z] ce7f800efff9: Waiting [2024-08-21T07:12:32.299Z] 5bc1da9c1269: Waiting [2024-08-21T07:12:32.299Z] e5591dbd70c0: Layer already exists [2024-08-21T07:12:32.299Z] af5b0dd58d5d: Layer already exists [2024-08-21T07:12:32.299Z] 9de967c8be83: Layer already exists [2024-08-21T07:12:32.299Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:32.299Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:32.299Z] 5bc1da9c1269: Layer already exists [2024-08-21T07:12:32.299Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:32.299Z] latest: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:32.635Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:32.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.58 [2024-08-21T07:12:32.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-21T07:12:32.968Z] 9de967c8be83: Preparing [2024-08-21T07:12:32.968Z] af5b0dd58d5d: Preparing [2024-08-21T07:12:32.968Z] 7d1d618872be: Preparing [2024-08-21T07:12:32.968Z] 43c127cabffc: Preparing [2024-08-21T07:12:32.968Z] e5591dbd70c0: Preparing [2024-08-21T07:12:32.968Z] 5bc1da9c1269: Preparing [2024-08-21T07:12:32.968Z] ce7f800efff9: Preparing [2024-08-21T07:12:32.968Z] 5bc1da9c1269: Waiting [2024-08-21T07:12:32.968Z] ce7f800efff9: Waiting [2024-08-21T07:12:32.968Z] e5591dbd70c0: Layer already exists [2024-08-21T07:12:32.968Z] af5b0dd58d5d: Layer already exists [2024-08-21T07:12:32.968Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:32.968Z] 9de967c8be83: Layer already exists [2024-08-21T07:12:32.968Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:32.968Z] 5bc1da9c1269: Layer already exists [2024-08-21T07:12:32.968Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:32.968Z] 3.2.0-dev.58: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:33.303Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:33.628Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:33.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-21T07:12:33.628Z] 9de967c8be83: Preparing [2024-08-21T07:12:33.628Z] af5b0dd58d5d: Preparing [2024-08-21T07:12:33.628Z] 7d1d618872be: Preparing [2024-08-21T07:12:33.628Z] 43c127cabffc: Preparing [2024-08-21T07:12:33.628Z] e5591dbd70c0: Preparing [2024-08-21T07:12:33.628Z] 5bc1da9c1269: Preparing [2024-08-21T07:12:33.628Z] ce7f800efff9: Preparing [2024-08-21T07:12:33.628Z] 5bc1da9c1269: Waiting [2024-08-21T07:12:33.628Z] ce7f800efff9: Waiting [2024-08-21T07:12:33.628Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:33.628Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:33.628Z] 9de967c8be83: Layer already exists [2024-08-21T07:12:33.628Z] af5b0dd58d5d: Layer already exists [2024-08-21T07:12:33.628Z] e5591dbd70c0: Layer already exists [2024-08-21T07:12:33.628Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:33.628Z] 5bc1da9c1269: Layer already exists [2024-08-21T07:12:33.628Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:34.005Z] + 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-21T07:12:34.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-21T07:12:34.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-21T07:12:34.335Z] 9de967c8be83: Preparing [2024-08-21T07:12:34.335Z] af5b0dd58d5d: Preparing [2024-08-21T07:12:34.335Z] 7d1d618872be: Preparing [2024-08-21T07:12:34.335Z] 43c127cabffc: Preparing [2024-08-21T07:12:34.335Z] e5591dbd70c0: Preparing [2024-08-21T07:12:34.335Z] 5bc1da9c1269: Preparing [2024-08-21T07:12:34.335Z] ce7f800efff9: Preparing [2024-08-21T07:12:34.335Z] 5bc1da9c1269: Waiting [2024-08-21T07:12:34.335Z] af5b0dd58d5d: Layer already exists [2024-08-21T07:12:34.336Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:34.336Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:34.336Z] e5591dbd70c0: Layer already exists [2024-08-21T07:12:34.336Z] 9de967c8be83: Layer already exists [2024-08-21T07:12:34.336Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:34.336Z] 5bc1da9c1269: Layer already exists [2024-08-21T07:12:34.336Z] main: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:34.405Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:34.417Z] taggedImages: [2024-08-21T07:12:34.417Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:34.417Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-21T07:12:34.417Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.58 [2024-08-21T07:12:34.417Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:34.417Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-21T07:12:34.444Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-21T07:12:34.444Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:34.444Z] latest [2024-08-21T07:12:34.444Z] 3.2.0-dev.58 [2024-08-21T07:12:34.444Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:34.444Z] main [2024-08-21T07:12:34.444Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:34.776Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:35.096Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:35.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-21T07:12:35.096Z] 38a7dd77ead5: Preparing [2024-08-21T07:12:35.096Z] ddd2bff40d51: Preparing [2024-08-21T07:12:35.096Z] a6ea4af3858a: Preparing [2024-08-21T07:12:35.096Z] 7d1d618872be: Preparing [2024-08-21T07:12:35.096Z] 43c127cabffc: Preparing [2024-08-21T07:12:35.096Z] 21cc49c56787: Preparing [2024-08-21T07:12:35.096Z] 2d84b84ff420: Preparing [2024-08-21T07:12:35.096Z] cc6bc1592d73: Preparing [2024-08-21T07:12:35.096Z] b2a220fac75e: Preparing [2024-08-21T07:12:35.096Z] ce7f800efff9: Preparing [2024-08-21T07:12:35.096Z] 21cc49c56787: Waiting [2024-08-21T07:12:35.096Z] 2d84b84ff420: Waiting [2024-08-21T07:12:35.096Z] ce7f800efff9: Waiting [2024-08-21T07:12:35.096Z] cc6bc1592d73: Waiting [2024-08-21T07:12:35.096Z] b2a220fac75e: Waiting [2024-08-21T07:12:35.096Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:35.096Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:35.096Z] a6ea4af3858a: Pushed [2024-08-21T07:12:35.096Z] ddd2bff40d51: Pushed [2024-08-21T07:12:35.096Z] 38a7dd77ead5: Pushed [2024-08-21T07:12:35.096Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:35.096Z] cc6bc1592d73: Pushed [2024-08-21T07:12:35.664Z] b2a220fac75e: Pushed [2024-08-21T07:12:42.236Z] 2d84b84ff420: Pushed [2024-08-21T07:12:44.777Z] 21cc49c56787: Pushed [2024-08-21T07:12:44.777Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:45.381Z] + 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-21T07:12:45.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-21T07:12:45.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-21T07:12:45.966Z] 38a7dd77ead5: Preparing [2024-08-21T07:12:45.966Z] ddd2bff40d51: Preparing [2024-08-21T07:12:45.966Z] a6ea4af3858a: Preparing [2024-08-21T07:12:45.966Z] 7d1d618872be: Preparing [2024-08-21T07:12:45.966Z] 43c127cabffc: Preparing [2024-08-21T07:12:45.966Z] 21cc49c56787: Preparing [2024-08-21T07:12:45.966Z] 2d84b84ff420: Preparing [2024-08-21T07:12:45.966Z] cc6bc1592d73: Preparing [2024-08-21T07:12:45.966Z] b2a220fac75e: Preparing [2024-08-21T07:12:45.966Z] 21cc49c56787: Waiting [2024-08-21T07:12:45.966Z] 2d84b84ff420: Waiting [2024-08-21T07:12:45.966Z] cc6bc1592d73: Waiting [2024-08-21T07:12:45.966Z] ce7f800efff9: Preparing [2024-08-21T07:12:45.966Z] b2a220fac75e: Waiting [2024-08-21T07:12:45.966Z] ddd2bff40d51: Layer already exists [2024-08-21T07:12:45.966Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:45.966Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:45.966Z] a6ea4af3858a: Layer already exists [2024-08-21T07:12:45.966Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:12:45.966Z] 21cc49c56787: Layer already exists [2024-08-21T07:12:45.966Z] 2d84b84ff420: Layer already exists [2024-08-21T07:12:45.966Z] cc6bc1592d73: Layer already exists [2024-08-21T07:12:45.966Z] b2a220fac75e: Layer already exists [2024-08-21T07:12:45.966Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:45.966Z] latest: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:46.288Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:46.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.58 [2024-08-21T07:12:46.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-21T07:12:46.615Z] 38a7dd77ead5: Preparing [2024-08-21T07:12:46.615Z] ddd2bff40d51: Preparing [2024-08-21T07:12:46.615Z] a6ea4af3858a: Preparing [2024-08-21T07:12:46.615Z] 7d1d618872be: Preparing [2024-08-21T07:12:46.615Z] 43c127cabffc: Preparing [2024-08-21T07:12:46.615Z] 21cc49c56787: Preparing [2024-08-21T07:12:46.615Z] 2d84b84ff420: Preparing [2024-08-21T07:12:46.615Z] cc6bc1592d73: Preparing [2024-08-21T07:12:46.615Z] b2a220fac75e: Preparing [2024-08-21T07:12:46.615Z] ce7f800efff9: Preparing [2024-08-21T07:12:46.615Z] 2d84b84ff420: Waiting [2024-08-21T07:12:46.615Z] b2a220fac75e: Waiting [2024-08-21T07:12:46.615Z] cc6bc1592d73: Waiting [2024-08-21T07:12:46.615Z] a6ea4af3858a: Layer already exists [2024-08-21T07:12:46.615Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:12:46.615Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:46.615Z] ddd2bff40d51: Layer already exists [2024-08-21T07:12:46.615Z] 21cc49c56787: Layer already exists [2024-08-21T07:12:46.615Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:46.615Z] cc6bc1592d73: Layer already exists [2024-08-21T07:12:46.615Z] 2d84b84ff420: Layer already exists [2024-08-21T07:12:46.615Z] b2a220fac75e: Layer already exists [2024-08-21T07:12:46.615Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:46.615Z] 3.2.0-dev.58: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:46.955Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:47.285Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:47.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-21T07:12:47.285Z] 38a7dd77ead5: Preparing [2024-08-21T07:12:47.285Z] ddd2bff40d51: Preparing [2024-08-21T07:12:47.285Z] a6ea4af3858a: Preparing [2024-08-21T07:12:47.285Z] 7d1d618872be: Preparing [2024-08-21T07:12:47.285Z] 43c127cabffc: Preparing [2024-08-21T07:12:47.285Z] 21cc49c56787: Preparing [2024-08-21T07:12:47.285Z] 2d84b84ff420: Preparing [2024-08-21T07:12:47.285Z] cc6bc1592d73: Preparing [2024-08-21T07:12:47.285Z] b2a220fac75e: Preparing [2024-08-21T07:12:47.285Z] ce7f800efff9: Preparing [2024-08-21T07:12:47.285Z] 2d84b84ff420: Waiting [2024-08-21T07:12:47.285Z] cc6bc1592d73: Waiting [2024-08-21T07:12:47.285Z] b2a220fac75e: Waiting [2024-08-21T07:12:47.285Z] 21cc49c56787: Waiting [2024-08-21T07:12:47.285Z] ce7f800efff9: Waiting [2024-08-21T07:12:47.285Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:12:47.285Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:47.285Z] ddd2bff40d51: Layer already exists [2024-08-21T07:12:47.285Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:47.285Z] a6ea4af3858a: Layer already exists [2024-08-21T07:12:47.285Z] 21cc49c56787: Layer already exists [2024-08-21T07:12:47.285Z] cc6bc1592d73: Layer already exists [2024-08-21T07:12:47.285Z] 2d84b84ff420: Layer already exists [2024-08-21T07:12:47.285Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:47.285Z] b2a220fac75e: Layer already exists [2024-08-21T07:12:47.285Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:47.622Z] + 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-21T07:12:47.956Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-21T07:12:47.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-21T07:12:47.957Z] 38a7dd77ead5: Preparing [2024-08-21T07:12:47.957Z] ddd2bff40d51: Preparing [2024-08-21T07:12:47.957Z] a6ea4af3858a: Preparing [2024-08-21T07:12:47.957Z] 7d1d618872be: Preparing [2024-08-21T07:12:47.957Z] 43c127cabffc: Preparing [2024-08-21T07:12:47.957Z] 21cc49c56787: Preparing [2024-08-21T07:12:47.957Z] 2d84b84ff420: Preparing [2024-08-21T07:12:47.957Z] cc6bc1592d73: Preparing [2024-08-21T07:12:47.957Z] b2a220fac75e: Preparing [2024-08-21T07:12:47.957Z] ce7f800efff9: Preparing [2024-08-21T07:12:47.957Z] 2d84b84ff420: Waiting [2024-08-21T07:12:47.957Z] ce7f800efff9: Waiting [2024-08-21T07:12:47.957Z] cc6bc1592d73: Waiting [2024-08-21T07:12:47.957Z] b2a220fac75e: Waiting [2024-08-21T07:12:47.957Z] a6ea4af3858a: Layer already exists [2024-08-21T07:12:47.957Z] ddd2bff40d51: Layer already exists [2024-08-21T07:12:47.957Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:47.957Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:12:47.957Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:47.957Z] 21cc49c56787: Layer already exists [2024-08-21T07:12:47.957Z] cc6bc1592d73: Layer already exists [2024-08-21T07:12:47.957Z] 2d84b84ff420: Layer already exists [2024-08-21T07:12:47.957Z] b2a220fac75e: Layer already exists [2024-08-21T07:12:47.957Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:47.957Z] main: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:12:48.040Z] ===================================================== [Pipeline] echo [2024-08-21T07:12:48.056Z] taggedImages: [2024-08-21T07:12:48.056Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:48.056Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-21T07:12:48.056Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.58 [2024-08-21T07:12:48.056Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:48.056Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-21T07:12:48.080Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-21T07:12:48.080Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:48.080Z] latest [2024-08-21T07:12:48.080Z] 3.2.0-dev.58 [2024-08-21T07:12:48.080Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:12:48.080Z] main [2024-08-21T07:12:48.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:48.432Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:48.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:12:48.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-21T07:12:48.762Z] 4e96e281e716: Preparing [2024-08-21T07:12:48.762Z] 845ad36b823d: Preparing [2024-08-21T07:12:48.762Z] 22065953f136: Preparing [2024-08-21T07:12:48.762Z] 7d1d618872be: Preparing [2024-08-21T07:12:48.762Z] 43c127cabffc: Preparing [2024-08-21T07:12:48.762Z] 4b721baee66d: Preparing [2024-08-21T07:12:48.762Z] b4d877afadf7: Preparing [2024-08-21T07:12:48.762Z] ea23a3f89a55: Preparing [2024-08-21T07:12:48.762Z] ce7f800efff9: Preparing [2024-08-21T07:12:48.762Z] b4d877afadf7: Waiting [2024-08-21T07:12:48.762Z] ea23a3f89a55: Waiting [2024-08-21T07:12:48.762Z] ce7f800efff9: Waiting [2024-08-21T07:12:48.762Z] 4b721baee66d: Waiting [2024-08-21T07:12:48.762Z] 845ad36b823d: Pushed [2024-08-21T07:12:48.762Z] 22065953f136: Pushed [2024-08-21T07:12:49.022Z] 7d1d618872be: Layer already exists [2024-08-21T07:12:49.022Z] 4e96e281e716: Pushed [2024-08-21T07:12:49.280Z] 43c127cabffc: Layer already exists [2024-08-21T07:12:49.280Z] b4d877afadf7: Pushed [2024-08-21T07:12:49.539Z] ea23a3f89a55: Pushed [2024-08-21T07:12:49.539Z] ce7f800efff9: Layer already exists [2024-08-21T07:12:59.533Z] 4b721baee66d: Pushed [2024-08-21T07:12:59.533Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:12:59.861Z] + 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-21T07:13:00.185Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-21T07:13:00.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-21T07:13:00.185Z] 4e96e281e716: Preparing [2024-08-21T07:13:00.185Z] 845ad36b823d: Preparing [2024-08-21T07:13:00.185Z] 22065953f136: Preparing [2024-08-21T07:13:00.185Z] 7d1d618872be: Preparing [2024-08-21T07:13:00.185Z] 43c127cabffc: Preparing [2024-08-21T07:13:00.185Z] 4b721baee66d: Preparing [2024-08-21T07:13:00.185Z] b4d877afadf7: Preparing [2024-08-21T07:13:00.185Z] ea23a3f89a55: Preparing [2024-08-21T07:13:00.185Z] ce7f800efff9: Preparing [2024-08-21T07:13:00.185Z] ea23a3f89a55: Waiting [2024-08-21T07:13:00.185Z] 4b721baee66d: Waiting [2024-08-21T07:13:00.185Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:00.185Z] 22065953f136: Layer already exists [2024-08-21T07:13:00.185Z] 4e96e281e716: Layer already exists [2024-08-21T07:13:00.185Z] 845ad36b823d: Layer already exists [2024-08-21T07:13:00.185Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:00.185Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:00.185Z] b4d877afadf7: Layer already exists [2024-08-21T07:13:00.186Z] ea23a3f89a55: Layer already exists [2024-08-21T07:13:00.186Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:00.186Z] latest: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:00.518Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:00.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.58 [2024-08-21T07:13:00.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-21T07:13:00.868Z] 4e96e281e716: Preparing [2024-08-21T07:13:00.868Z] 845ad36b823d: Preparing [2024-08-21T07:13:00.868Z] 22065953f136: Preparing [2024-08-21T07:13:00.868Z] 7d1d618872be: Preparing [2024-08-21T07:13:00.868Z] 43c127cabffc: Preparing [2024-08-21T07:13:00.868Z] 4b721baee66d: Preparing [2024-08-21T07:13:00.868Z] b4d877afadf7: Preparing [2024-08-21T07:13:00.868Z] ea23a3f89a55: Preparing [2024-08-21T07:13:00.868Z] ce7f800efff9: Preparing [2024-08-21T07:13:00.868Z] ea23a3f89a55: Waiting [2024-08-21T07:13:00.868Z] 4b721baee66d: Waiting [2024-08-21T07:13:00.868Z] b4d877afadf7: Waiting [2024-08-21T07:13:00.868Z] ce7f800efff9: Waiting [2024-08-21T07:13:00.868Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:00.868Z] 845ad36b823d: Layer already exists [2024-08-21T07:13:00.868Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:00.868Z] 4e96e281e716: Layer already exists [2024-08-21T07:13:00.868Z] 22065953f136: Layer already exists [2024-08-21T07:13:00.868Z] ea23a3f89a55: Layer already exists [2024-08-21T07:13:00.868Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:00.868Z] b4d877afadf7: Layer already exists [2024-08-21T07:13:00.868Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:00.868Z] 3.2.0-dev.58: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:01.200Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:01.536Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:01.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-21T07:13:01.536Z] 4e96e281e716: Preparing [2024-08-21T07:13:01.536Z] 845ad36b823d: Preparing [2024-08-21T07:13:01.536Z] 22065953f136: Preparing [2024-08-21T07:13:01.536Z] 7d1d618872be: Preparing [2024-08-21T07:13:01.536Z] 43c127cabffc: Preparing [2024-08-21T07:13:01.536Z] 4b721baee66d: Preparing [2024-08-21T07:13:01.536Z] b4d877afadf7: Preparing [2024-08-21T07:13:01.536Z] ea23a3f89a55: Preparing [2024-08-21T07:13:01.536Z] ce7f800efff9: Preparing [2024-08-21T07:13:01.536Z] 4b721baee66d: Waiting [2024-08-21T07:13:01.536Z] ea23a3f89a55: Waiting [2024-08-21T07:13:01.536Z] ce7f800efff9: Waiting [2024-08-21T07:13:01.536Z] b4d877afadf7: Waiting [2024-08-21T07:13:01.536Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:01.536Z] 22065953f136: Layer already exists [2024-08-21T07:13:01.536Z] 4e96e281e716: Layer already exists [2024-08-21T07:13:01.536Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:01.536Z] 845ad36b823d: Layer already exists [2024-08-21T07:13:01.536Z] b4d877afadf7: Layer already exists [2024-08-21T07:13:01.536Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:01.536Z] ea23a3f89a55: Layer already exists [2024-08-21T07:13:01.536Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:01.536Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:01.868Z] + 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-21T07:13:02.188Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-21T07:13:02.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-21T07:13:02.188Z] 4e96e281e716: Preparing [2024-08-21T07:13:02.188Z] 845ad36b823d: Preparing [2024-08-21T07:13:02.188Z] 22065953f136: Preparing [2024-08-21T07:13:02.188Z] 7d1d618872be: Preparing [2024-08-21T07:13:02.188Z] 43c127cabffc: Preparing [2024-08-21T07:13:02.188Z] 4b721baee66d: Preparing [2024-08-21T07:13:02.188Z] b4d877afadf7: Preparing [2024-08-21T07:13:02.188Z] ea23a3f89a55: Preparing [2024-08-21T07:13:02.188Z] ce7f800efff9: Preparing [2024-08-21T07:13:02.188Z] 4b721baee66d: Waiting [2024-08-21T07:13:02.188Z] ce7f800efff9: Waiting [2024-08-21T07:13:02.188Z] b4d877afadf7: Waiting [2024-08-21T07:13:02.188Z] ea23a3f89a55: Waiting [2024-08-21T07:13:02.188Z] 845ad36b823d: Layer already exists [2024-08-21T07:13:02.188Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:02.188Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:02.188Z] 4e96e281e716: Layer already exists [2024-08-21T07:13:02.188Z] 22065953f136: Layer already exists [2024-08-21T07:13:02.188Z] ea23a3f89a55: Layer already exists [2024-08-21T07:13:02.188Z] b4d877afadf7: Layer already exists [2024-08-21T07:13:02.188Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:02.188Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:02.188Z] main: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:13:02.262Z] ===================================================== [Pipeline] echo [2024-08-21T07:13:02.277Z] taggedImages: [2024-08-21T07:13:02.277Z] - nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:02.277Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-21T07:13:02.277Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.58 [2024-08-21T07:13:02.277Z] - nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:02.277Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-21T07:13:02.308Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-21T07:13:02.308Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:02.308Z] latest [2024-08-21T07:13:02.308Z] 3.2.0-dev.58 [2024-08-21T07:13:02.308Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:02.308Z] main [2024-08-21T07:13:02.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:02.654Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:02.971Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:02.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-21T07:13:02.971Z] 38a7dd77ead5: Preparing [2024-08-21T07:13:02.971Z] abf362b4ca2a: Preparing [2024-08-21T07:13:02.971Z] ec5b7c57c9b3: Preparing [2024-08-21T07:13:02.971Z] 7d1d618872be: Preparing [2024-08-21T07:13:02.971Z] 43c127cabffc: Preparing [2024-08-21T07:13:02.971Z] 4b721baee66d: Preparing [2024-08-21T07:13:02.971Z] cc6bc1592d73: Preparing [2024-08-21T07:13:02.971Z] b2a220fac75e: Preparing [2024-08-21T07:13:02.971Z] ce7f800efff9: Preparing [2024-08-21T07:13:02.971Z] 4b721baee66d: Waiting [2024-08-21T07:13:02.971Z] b2a220fac75e: Waiting [2024-08-21T07:13:02.971Z] cc6bc1592d73: Waiting [2024-08-21T07:13:02.971Z] ce7f800efff9: Waiting [2024-08-21T07:13:02.971Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:13:02.971Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:02.971Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:02.971Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:02.971Z] cc6bc1592d73: Layer already exists [2024-08-21T07:13:02.971Z] b2a220fac75e: Layer already exists [2024-08-21T07:13:02.971Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:02.971Z] abf362b4ca2a: Pushed [2024-08-21T07:13:02.971Z] ec5b7c57c9b3: Pushed [2024-08-21T07:13:03.231Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:03.566Z] + 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-21T07:13:03.885Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-21T07:13:03.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-21T07:13:03.885Z] 38a7dd77ead5: Preparing [2024-08-21T07:13:03.885Z] abf362b4ca2a: Preparing [2024-08-21T07:13:03.885Z] ec5b7c57c9b3: Preparing [2024-08-21T07:13:03.885Z] 7d1d618872be: Preparing [2024-08-21T07:13:03.885Z] 43c127cabffc: Preparing [2024-08-21T07:13:03.885Z] 4b721baee66d: Preparing [2024-08-21T07:13:03.885Z] cc6bc1592d73: Preparing [2024-08-21T07:13:03.885Z] b2a220fac75e: Preparing [2024-08-21T07:13:03.885Z] ce7f800efff9: Preparing [2024-08-21T07:13:03.885Z] 4b721baee66d: Waiting [2024-08-21T07:13:03.885Z] cc6bc1592d73: Waiting [2024-08-21T07:13:03.885Z] ce7f800efff9: Waiting [2024-08-21T07:13:03.885Z] b2a220fac75e: Waiting [2024-08-21T07:13:03.885Z] abf362b4ca2a: Layer already exists [2024-08-21T07:13:03.885Z] ec5b7c57c9b3: Layer already exists [2024-08-21T07:13:03.885Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:03.885Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:13:03.885Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:03.885Z] cc6bc1592d73: Layer already exists [2024-08-21T07:13:03.885Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:03.885Z] b2a220fac75e: Layer already exists [2024-08-21T07:13:03.885Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:03.885Z] latest: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:04.218Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:04.547Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.58 [2024-08-21T07:13:04.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-21T07:13:04.547Z] 38a7dd77ead5: Preparing [2024-08-21T07:13:04.547Z] abf362b4ca2a: Preparing [2024-08-21T07:13:04.547Z] ec5b7c57c9b3: Preparing [2024-08-21T07:13:04.547Z] 7d1d618872be: Preparing [2024-08-21T07:13:04.547Z] 43c127cabffc: Preparing [2024-08-21T07:13:04.547Z] 4b721baee66d: Preparing [2024-08-21T07:13:04.547Z] cc6bc1592d73: Preparing [2024-08-21T07:13:04.547Z] b2a220fac75e: Preparing [2024-08-21T07:13:04.547Z] ce7f800efff9: Preparing [2024-08-21T07:13:04.547Z] 4b721baee66d: Waiting [2024-08-21T07:13:04.547Z] cc6bc1592d73: Waiting [2024-08-21T07:13:04.547Z] b2a220fac75e: Waiting [2024-08-21T07:13:04.547Z] ce7f800efff9: Waiting [2024-08-21T07:13:04.547Z] abf362b4ca2a: Layer already exists [2024-08-21T07:13:04.547Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:04.547Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:04.547Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:13:04.547Z] ec5b7c57c9b3: Layer already exists [2024-08-21T07:13:04.547Z] cc6bc1592d73: Layer already exists [2024-08-21T07:13:04.547Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:04.547Z] b2a220fac75e: Layer already exists [2024-08-21T07:13:04.547Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:04.547Z] 3.2.0-dev.58: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:04.878Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:05.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:05.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-21T07:13:05.207Z] 38a7dd77ead5: Preparing [2024-08-21T07:13:05.207Z] abf362b4ca2a: Preparing [2024-08-21T07:13:05.207Z] ec5b7c57c9b3: Preparing [2024-08-21T07:13:05.207Z] 7d1d618872be: Preparing [2024-08-21T07:13:05.207Z] 43c127cabffc: Preparing [2024-08-21T07:13:05.207Z] 4b721baee66d: Preparing [2024-08-21T07:13:05.207Z] cc6bc1592d73: Preparing [2024-08-21T07:13:05.207Z] b2a220fac75e: Preparing [2024-08-21T07:13:05.207Z] ce7f800efff9: Preparing [2024-08-21T07:13:05.207Z] cc6bc1592d73: Waiting [2024-08-21T07:13:05.207Z] b2a220fac75e: Waiting [2024-08-21T07:13:05.207Z] ce7f800efff9: Waiting [2024-08-21T07:13:05.207Z] 4b721baee66d: Waiting [2024-08-21T07:13:05.207Z] abf362b4ca2a: Layer already exists [2024-08-21T07:13:05.207Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:05.207Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:13:05.207Z] ec5b7c57c9b3: Layer already exists [2024-08-21T07:13:05.207Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:05.207Z] cc6bc1592d73: Layer already exists [2024-08-21T07:13:05.207Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:05.207Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:05.207Z] b2a220fac75e: Layer already exists [2024-08-21T07:13:05.207Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:05.542Z] + 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-21T07:13:05.872Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-21T07:13:05.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-21T07:13:05.872Z] 38a7dd77ead5: Preparing [2024-08-21T07:13:05.872Z] abf362b4ca2a: Preparing [2024-08-21T07:13:05.872Z] ec5b7c57c9b3: Preparing [2024-08-21T07:13:05.872Z] 7d1d618872be: Preparing [2024-08-21T07:13:05.872Z] 43c127cabffc: Preparing [2024-08-21T07:13:05.872Z] 4b721baee66d: Preparing [2024-08-21T07:13:05.872Z] cc6bc1592d73: Preparing [2024-08-21T07:13:05.872Z] b2a220fac75e: Preparing [2024-08-21T07:13:05.872Z] ce7f800efff9: Preparing [2024-08-21T07:13:05.872Z] 4b721baee66d: Waiting [2024-08-21T07:13:05.872Z] cc6bc1592d73: Waiting [2024-08-21T07:13:05.872Z] b2a220fac75e: Waiting [2024-08-21T07:13:05.872Z] ce7f800efff9: Waiting [2024-08-21T07:13:05.872Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:05.872Z] 38a7dd77ead5: Layer already exists [2024-08-21T07:13:05.872Z] ec5b7c57c9b3: Layer already exists [2024-08-21T07:13:05.872Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:05.872Z] abf362b4ca2a: Layer already exists [2024-08-21T07:13:05.872Z] 4b721baee66d: Layer already exists [2024-08-21T07:13:05.872Z] cc6bc1592d73: Layer already exists [2024-08-21T07:13:05.872Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:05.872Z] b2a220fac75e: Layer already exists [2024-08-21T07:13:05.872Z] main: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:13:05.944Z] ===================================================== [Pipeline] echo [2024-08-21T07:13:05.955Z] taggedImages: [2024-08-21T07:13:05.955Z] - nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:05.955Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-21T07:13:05.955Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.58 [2024-08-21T07:13:05.955Z] - nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:05.955Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-21T07:13:05.977Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-21T07:13:05.977Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:05.977Z] latest [2024-08-21T07:13:05.977Z] 3.2.0-dev.58 [2024-08-21T07:13:05.977Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:05.977Z] main [2024-08-21T07:13:05.977Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:06.313Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:06.643Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:06.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-21T07:13:06.643Z] 0dd464a1897a: Preparing [2024-08-21T07:13:06.643Z] be1db82e0d42: Preparing [2024-08-21T07:13:06.643Z] 7d1d618872be: Preparing [2024-08-21T07:13:06.643Z] 43c127cabffc: Preparing [2024-08-21T07:13:06.643Z] 8527d197bf77: Preparing [2024-08-21T07:13:06.643Z] 1a4c28714f6b: Preparing [2024-08-21T07:13:06.643Z] ce7f800efff9: Preparing [2024-08-21T07:13:06.643Z] 1a4c28714f6b: Waiting [2024-08-21T07:13:06.643Z] ce7f800efff9: Waiting [2024-08-21T07:13:06.643Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:06.643Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:06.643Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:06.643Z] 0dd464a1897a: Pushed [2024-08-21T07:13:06.643Z] 8527d197bf77: Pushed [2024-08-21T07:13:06.906Z] 1a4c28714f6b: Pushed [2024-08-21T07:13:10.202Z] be1db82e0d42: Pushed [2024-08-21T07:13:10.202Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:10.534Z] + 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-21T07:13:10.857Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-21T07:13:10.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-21T07:13:10.857Z] 0dd464a1897a: Preparing [2024-08-21T07:13:10.857Z] be1db82e0d42: Preparing [2024-08-21T07:13:10.857Z] 7d1d618872be: Preparing [2024-08-21T07:13:10.857Z] 43c127cabffc: Preparing [2024-08-21T07:13:10.857Z] 8527d197bf77: Preparing [2024-08-21T07:13:10.857Z] 1a4c28714f6b: Preparing [2024-08-21T07:13:10.857Z] ce7f800efff9: Preparing [2024-08-21T07:13:10.857Z] 1a4c28714f6b: Waiting [2024-08-21T07:13:10.857Z] ce7f800efff9: Waiting [2024-08-21T07:13:10.857Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:10.857Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:10.857Z] 0dd464a1897a: Layer already exists [2024-08-21T07:13:10.857Z] 8527d197bf77: Layer already exists [2024-08-21T07:13:10.857Z] be1db82e0d42: Layer already exists [2024-08-21T07:13:10.857Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:10.857Z] 1a4c28714f6b: Layer already exists [2024-08-21T07:13:10.857Z] latest: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:11.184Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:11.515Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.58 [2024-08-21T07:13:11.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-21T07:13:11.515Z] 0dd464a1897a: Preparing [2024-08-21T07:13:11.515Z] be1db82e0d42: Preparing [2024-08-21T07:13:11.515Z] 7d1d618872be: Preparing [2024-08-21T07:13:11.515Z] 43c127cabffc: Preparing [2024-08-21T07:13:11.515Z] 8527d197bf77: Preparing [2024-08-21T07:13:11.515Z] 1a4c28714f6b: Preparing [2024-08-21T07:13:11.515Z] ce7f800efff9: Preparing [2024-08-21T07:13:11.515Z] ce7f800efff9: Waiting [2024-08-21T07:13:11.515Z] 1a4c28714f6b: Waiting [2024-08-21T07:13:11.515Z] be1db82e0d42: Layer already exists [2024-08-21T07:13:11.515Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:11.515Z] 0dd464a1897a: Layer already exists [2024-08-21T07:13:11.515Z] 8527d197bf77: Layer already exists [2024-08-21T07:13:11.515Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:11.515Z] 1a4c28714f6b: Layer already exists [2024-08-21T07:13:11.515Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:11.515Z] 3.2.0-dev.58: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:11.843Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:12.171Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:12.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-21T07:13:12.171Z] 0dd464a1897a: Preparing [2024-08-21T07:13:12.171Z] be1db82e0d42: Preparing [2024-08-21T07:13:12.171Z] 7d1d618872be: Preparing [2024-08-21T07:13:12.171Z] 43c127cabffc: Preparing [2024-08-21T07:13:12.171Z] 8527d197bf77: Preparing [2024-08-21T07:13:12.171Z] 1a4c28714f6b: Preparing [2024-08-21T07:13:12.171Z] ce7f800efff9: Preparing [2024-08-21T07:13:12.171Z] 1a4c28714f6b: Waiting [2024-08-21T07:13:12.171Z] ce7f800efff9: Waiting [2024-08-21T07:13:12.171Z] 0dd464a1897a: Layer already exists [2024-08-21T07:13:12.171Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:12.171Z] be1db82e0d42: Layer already exists [2024-08-21T07:13:12.171Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:12.171Z] 8527d197bf77: Layer already exists [2024-08-21T07:13:12.171Z] 1a4c28714f6b: Layer already exists [2024-08-21T07:13:12.171Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:12.171Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:12.501Z] + 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-21T07:13:12.817Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-21T07:13:12.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-21T07:13:12.818Z] 0dd464a1897a: Preparing [2024-08-21T07:13:12.818Z] be1db82e0d42: Preparing [2024-08-21T07:13:12.818Z] 7d1d618872be: Preparing [2024-08-21T07:13:12.818Z] 43c127cabffc: Preparing [2024-08-21T07:13:12.818Z] 8527d197bf77: Preparing [2024-08-21T07:13:12.818Z] 1a4c28714f6b: Preparing [2024-08-21T07:13:12.818Z] ce7f800efff9: Preparing [2024-08-21T07:13:12.818Z] 1a4c28714f6b: Waiting [2024-08-21T07:13:12.818Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:12.818Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:12.818Z] be1db82e0d42: Layer already exists [2024-08-21T07:13:12.818Z] 8527d197bf77: Layer already exists [2024-08-21T07:13:12.818Z] 0dd464a1897a: Layer already exists [2024-08-21T07:13:12.818Z] 1a4c28714f6b: Layer already exists [2024-08-21T07:13:12.818Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:12.818Z] main: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:13:12.897Z] ===================================================== [Pipeline] echo [2024-08-21T07:13:12.911Z] taggedImages: [2024-08-21T07:13:12.911Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:12.911Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-21T07:13:12.911Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.58 [2024-08-21T07:13:12.911Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:12.911Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-21T07:13:12.946Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-21T07:13:12.946Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:12.946Z] latest [2024-08-21T07:13:12.946Z] 3.2.0-dev.58 [2024-08-21T07:13:12.946Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:12.946Z] main [2024-08-21T07:13:12.946Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:13.299Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:13.625Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:13.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-21T07:13:13.625Z] b1368c4a9797: Preparing [2024-08-21T07:13:13.625Z] c5a08df2b92f: Preparing [2024-08-21T07:13:13.625Z] 7d1d618872be: Preparing [2024-08-21T07:13:13.625Z] 43c127cabffc: Preparing [2024-08-21T07:13:13.625Z] f63101c402fc: Preparing [2024-08-21T07:13:13.625Z] 26b1cbeed5ff: Preparing [2024-08-21T07:13:13.625Z] ce7f800efff9: Preparing [2024-08-21T07:13:13.625Z] 26b1cbeed5ff: Waiting [2024-08-21T07:13:13.625Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:13.625Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:13.625Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:13.625Z] f63101c402fc: Pushed [2024-08-21T07:13:13.625Z] b1368c4a9797: Pushed [2024-08-21T07:13:13.885Z] 26b1cbeed5ff: Pushed [2024-08-21T07:13:17.175Z] c5a08df2b92f: Pushed [2024-08-21T07:13:17.175Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:17.510Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:17.837Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-21T07:13:17.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-21T07:13:17.837Z] b1368c4a9797: Preparing [2024-08-21T07:13:17.837Z] c5a08df2b92f: Preparing [2024-08-21T07:13:17.837Z] 7d1d618872be: Preparing [2024-08-21T07:13:17.837Z] 43c127cabffc: Preparing [2024-08-21T07:13:17.837Z] f63101c402fc: Preparing [2024-08-21T07:13:17.837Z] 26b1cbeed5ff: Preparing [2024-08-21T07:13:17.837Z] ce7f800efff9: Preparing [2024-08-21T07:13:17.837Z] 26b1cbeed5ff: Waiting [2024-08-21T07:13:17.837Z] b1368c4a9797: Layer already exists [2024-08-21T07:13:17.837Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:17.837Z] f63101c402fc: Layer already exists [2024-08-21T07:13:17.837Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:17.837Z] c5a08df2b92f: Layer already exists [2024-08-21T07:13:17.837Z] 26b1cbeed5ff: Layer already exists [2024-08-21T07:13:17.837Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:17.837Z] latest: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:18.174Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:18.503Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.58 [2024-08-21T07:13:18.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-21T07:13:18.503Z] b1368c4a9797: Preparing [2024-08-21T07:13:18.504Z] c5a08df2b92f: Preparing [2024-08-21T07:13:18.504Z] 7d1d618872be: Preparing [2024-08-21T07:13:18.504Z] 43c127cabffc: Preparing [2024-08-21T07:13:18.504Z] f63101c402fc: Preparing [2024-08-21T07:13:18.504Z] 26b1cbeed5ff: Preparing [2024-08-21T07:13:18.504Z] ce7f800efff9: Preparing [2024-08-21T07:13:18.504Z] ce7f800efff9: Waiting [2024-08-21T07:13:18.504Z] 26b1cbeed5ff: Waiting [2024-08-21T07:13:18.504Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:18.504Z] c5a08df2b92f: Layer already exists [2024-08-21T07:13:18.504Z] b1368c4a9797: Layer already exists [2024-08-21T07:13:18.504Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:18.504Z] f63101c402fc: Layer already exists [2024-08-21T07:13:18.504Z] 26b1cbeed5ff: Layer already exists [2024-08-21T07:13:18.504Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:18.504Z] 3.2.0-dev.58: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:18.836Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:19.174Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:19.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-21T07:13:19.174Z] b1368c4a9797: Preparing [2024-08-21T07:13:19.174Z] c5a08df2b92f: Preparing [2024-08-21T07:13:19.174Z] 7d1d618872be: Preparing [2024-08-21T07:13:19.174Z] 43c127cabffc: Preparing [2024-08-21T07:13:19.174Z] f63101c402fc: Preparing [2024-08-21T07:13:19.174Z] 26b1cbeed5ff: Preparing [2024-08-21T07:13:19.174Z] ce7f800efff9: Preparing [2024-08-21T07:13:19.174Z] 26b1cbeed5ff: Waiting [2024-08-21T07:13:19.174Z] b1368c4a9797: Layer already exists [2024-08-21T07:13:19.174Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:19.174Z] c5a08df2b92f: Layer already exists [2024-08-21T07:13:19.174Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:19.174Z] f63101c402fc: Layer already exists [2024-08-21T07:13:19.174Z] 26b1cbeed5ff: Layer already exists [2024-08-21T07:13:19.174Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:19.174Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:19.518Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:19.845Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-21T07:13:19.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-21T07:13:19.845Z] b1368c4a9797: Preparing [2024-08-21T07:13:19.845Z] c5a08df2b92f: Preparing [2024-08-21T07:13:19.845Z] 7d1d618872be: Preparing [2024-08-21T07:13:19.845Z] 43c127cabffc: Preparing [2024-08-21T07:13:19.845Z] f63101c402fc: Preparing [2024-08-21T07:13:19.845Z] 26b1cbeed5ff: Preparing [2024-08-21T07:13:19.845Z] ce7f800efff9: Preparing [2024-08-21T07:13:19.845Z] 26b1cbeed5ff: Waiting [2024-08-21T07:13:19.845Z] ce7f800efff9: Waiting [2024-08-21T07:13:19.845Z] f63101c402fc: Layer already exists [2024-08-21T07:13:19.845Z] c5a08df2b92f: Layer already exists [2024-08-21T07:13:19.845Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:19.845Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:19.845Z] b1368c4a9797: Layer already exists [2024-08-21T07:13:19.845Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:19.845Z] 26b1cbeed5ff: Layer already exists [2024-08-21T07:13:19.845Z] main: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:13:19.920Z] ===================================================== [Pipeline] echo [2024-08-21T07:13:19.938Z] taggedImages: [2024-08-21T07:13:19.938Z] - nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:19.938Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-21T07:13:19.938Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.58 [2024-08-21T07:13:19.938Z] - nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:19.938Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-21T07:13:19.974Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-21T07:13:19.974Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:19.974Z] latest [2024-08-21T07:13:19.974Z] 3.2.0-dev.58 [2024-08-21T07:13:19.974Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:19.974Z] main [2024-08-21T07:13:19.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:20.329Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:20.665Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:20.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-21T07:13:20.665Z] 9f213d9da82d: Preparing [2024-08-21T07:13:20.665Z] 67be2b918379: Preparing [2024-08-21T07:13:20.665Z] 7d1d618872be: Preparing [2024-08-21T07:13:20.665Z] 43c127cabffc: Preparing [2024-08-21T07:13:20.665Z] a7a3f5afc27d: Preparing [2024-08-21T07:13:20.665Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:13:20.665Z] ce7f800efff9: Preparing [2024-08-21T07:13:20.665Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:13:20.665Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:20.665Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:13:20.665Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:20.665Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:13:20.665Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:20.665Z] 9f213d9da82d: Pushed [2024-08-21T07:13:24.858Z] 67be2b918379: Pushed [2024-08-21T07:13:24.858Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:25.192Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:25.521Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-21T07:13:25.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-21T07:13:25.521Z] 9f213d9da82d: Preparing [2024-08-21T07:13:25.521Z] 67be2b918379: Preparing [2024-08-21T07:13:25.521Z] 7d1d618872be: Preparing [2024-08-21T07:13:25.521Z] 43c127cabffc: Preparing [2024-08-21T07:13:25.521Z] a7a3f5afc27d: Preparing [2024-08-21T07:13:25.521Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:13:25.521Z] ce7f800efff9: Preparing [2024-08-21T07:13:25.521Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:13:25.521Z] ce7f800efff9: Waiting [2024-08-21T07:13:25.521Z] 9f213d9da82d: Layer already exists [2024-08-21T07:13:25.521Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:25.521Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:13:25.521Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:25.521Z] 67be2b918379: Layer already exists [2024-08-21T07:13:25.521Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:25.521Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:13:25.521Z] latest: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:25.846Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:26.174Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.58 [2024-08-21T07:13:26.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-21T07:13:26.174Z] 9f213d9da82d: Preparing [2024-08-21T07:13:26.174Z] 67be2b918379: Preparing [2024-08-21T07:13:26.174Z] 7d1d618872be: Preparing [2024-08-21T07:13:26.174Z] 43c127cabffc: Preparing [2024-08-21T07:13:26.174Z] a7a3f5afc27d: Preparing [2024-08-21T07:13:26.174Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:13:26.174Z] ce7f800efff9: Preparing [2024-08-21T07:13:26.174Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:13:26.174Z] ce7f800efff9: Waiting [2024-08-21T07:13:26.174Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:13:26.174Z] 67be2b918379: Layer already exists [2024-08-21T07:13:26.174Z] 9f213d9da82d: Layer already exists [2024-08-21T07:13:26.174Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:26.174Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:26.174Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:13:26.174Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:26.174Z] 3.2.0-dev.58: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:26.580Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:26.994Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:26.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-21T07:13:26.995Z] 9f213d9da82d: Preparing [2024-08-21T07:13:26.995Z] 67be2b918379: Preparing [2024-08-21T07:13:26.995Z] 7d1d618872be: Preparing [2024-08-21T07:13:26.995Z] 43c127cabffc: Preparing [2024-08-21T07:13:26.995Z] a7a3f5afc27d: Preparing [2024-08-21T07:13:26.995Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:13:26.995Z] ce7f800efff9: Preparing [2024-08-21T07:13:26.995Z] ce7f800efff9: Waiting [2024-08-21T07:13:26.995Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:13:26.995Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:26.995Z] 9f213d9da82d: Layer already exists [2024-08-21T07:13:26.995Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:26.995Z] 67be2b918379: Layer already exists [2024-08-21T07:13:26.995Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:13:26.995Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:26.995Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:27.377Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:13:27.709Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-21T07:13:27.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-21T07:13:27.709Z] 9f213d9da82d: Preparing [2024-08-21T07:13:27.709Z] 67be2b918379: Preparing [2024-08-21T07:13:27.709Z] 7d1d618872be: Preparing [2024-08-21T07:13:27.709Z] 43c127cabffc: Preparing [2024-08-21T07:13:27.709Z] a7a3f5afc27d: Preparing [2024-08-21T07:13:27.709Z] 6bdfd9d8caf5: Preparing [2024-08-21T07:13:27.709Z] ce7f800efff9: Preparing [2024-08-21T07:13:27.709Z] 6bdfd9d8caf5: Waiting [2024-08-21T07:13:27.709Z] ce7f800efff9: Waiting [2024-08-21T07:13:27.709Z] 9f213d9da82d: Layer already exists [2024-08-21T07:13:27.709Z] 67be2b918379: Layer already exists [2024-08-21T07:13:27.709Z] 43c127cabffc: Layer already exists [2024-08-21T07:13:27.709Z] 7d1d618872be: Layer already exists [2024-08-21T07:13:27.709Z] a7a3f5afc27d: Layer already exists [2024-08-21T07:13:27.709Z] 6bdfd9d8caf5: Layer already exists [2024-08-21T07:13:27.709Z] ce7f800efff9: Layer already exists [2024-08-21T07:13:27.709Z] main: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:13:27.781Z] ===================================================== [Pipeline] echo [2024-08-21T07:13:27.794Z] taggedImages: [2024-08-21T07:13:27.794Z] - nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:13:27.794Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-21T07:13:27.794Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.58 [2024-08-21T07:13:27.794Z] - nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:13:27.794Z] - 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-21T07:28:04.441Z] #160 ... [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #156 [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-21T07:28:04.441Z] #156 1159.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-21T07:28:04.441Z] #156 ... [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-21T07:28:04.441Z] #149 DONE 1164.1s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:28:04.441Z] #151 ... [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:28:04.441Z] #161 DONE 0.2s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:28:04.441Z] #162 DONE 0.2s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:28:04.441Z] #151 ... [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-08-21T07:28:04.441Z] #163 DONE 0.2s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-21T07:28:04.441Z] #164 DONE 0.2s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-21T07:28:04.441Z] #165 DONE 0.3s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-21T07:28:04.441Z] #166 DONE 0.2s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:28:04.441Z] #167 DONE 2.2s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #107 [security-proxy-setup] exporting to image [2024-08-21T07:28:04.441Z] #107 exporting layers [2024-08-21T07:28:04.441Z] #107 exporting layers 0.9s done [2024-08-21T07:28:04.441Z] #107 writing image sha256:4820562728fb91fa7f8bfc88785f75b7519a629651a88158f1455ad311e7064c done [2024-08-21T07:28:04.441Z] #107 naming to docker.io/library/security-proxy-setup-arm64 done [2024-08-21T07:28:04.441Z] #107 DONE 7.1s [2024-08-21T07:28:04.441Z] [2024-08-21T07:28:04.441Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-21T07:28:09.967Z] #153 DONE 1178.7s [2024-08-21T07:28:09.967Z] [2024-08-21T07:28:09.967Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-21T07:28:09.967Z] #168 DONE 0.5s [2024-08-21T07:28:09.967Z] [2024-08-21T07:28:09.967Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:28:09.967Z] #152 ... [2024-08-21T07:28:09.967Z] [2024-08-21T07:28:09.967Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-21T07:28:10.290Z] #169 ... [2024-08-21T07:28:10.290Z] [2024-08-21T07:28:10.290Z] #156 [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-21T07:28:10.290Z] #156 DONE 1179.9s [2024-08-21T07:28:10.290Z] [2024-08-21T07:28:10.290Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-21T07:28:10.921Z] #169 ... [2024-08-21T07:28:10.921Z] [2024-08-21T07:28:10.921Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:28:10.921Z] #170 DONE 0.1s [2024-08-21T07:28:11.264Z] [2024-08-21T07:28:11.264Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:28:11.264Z] #158 ... [2024-08-21T07:28:11.264Z] [2024-08-21T07:28:11.264Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:28:11.549Z] #171 DONE 0.2s [2024-08-21T07:28:11.549Z] [2024-08-21T07:28:11.549Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-21T07:28:11.828Z] #169 ... [2024-08-21T07:28:11.828Z] [2024-08-21T07:28:11.828Z] #172 [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-21T07:28:11.828Z] #172 DONE 0.2s [2024-08-21T07:28:11.828Z] [2024-08-21T07:28:11.828Z] #173 [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-21T07:28:12.149Z] #173 DONE 0.3s [2024-08-21T07:28:12.149Z] [2024-08-21T07:28:12.149Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:28:12.423Z] #174 DONE 0.2s [2024-08-21T07:28:12.423Z] [2024-08-21T07:28:12.423Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-21T07:28:12.423Z] #175 DONE 0.3s [2024-08-21T07:28:12.423Z] [2024-08-21T07:28:12.423Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-21T07:28:13.027Z] #169 ... [2024-08-21T07:28:13.027Z] [2024-08-21T07:28:13.027Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-21T07:28:13.027Z] #176 DONE 0.3s [2024-08-21T07:28:13.027Z] [2024-08-21T07:28:13.027Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-21T07:28:13.027Z] #177 DONE 0.3s [2024-08-21T07:28:13.027Z] [2024-08-21T07:28:13.027Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-21T07:28:13.027Z] #169 DONE 3.4s [2024-08-21T07:28:13.027Z] [2024-08-21T07:28:13.027Z] #178 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:28:13.648Z] #178 DONE 0.5s [2024-08-21T07:28:13.648Z] [2024-08-21T07:28:13.648Z] #179 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:28:14.235Z] #179 DONE 0.4s [2024-08-21T07:28:14.235Z] [2024-08-21T07:28:14.235Z] #180 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-21T07:28:14.235Z] #180 DONE 0.4s [2024-08-21T07:28:14.235Z] [2024-08-21T07:28:14.235Z] #181 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:28:14.865Z] #181 ... [2024-08-21T07:28:14.865Z] [2024-08-21T07:28:14.865Z] #182 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-21T07:28:14.865Z] #182 DONE 0.1s [2024-08-21T07:28:14.865Z] [2024-08-21T07:28:14.865Z] #183 [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-21T07:28:15.132Z] #183 DONE 0.3s [2024-08-21T07:28:15.132Z] [2024-08-21T07:28:15.132Z] #184 [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-21T07:28:15.132Z] #184 DONE 0.3s [2024-08-21T07:28:15.132Z] [2024-08-21T07:28:15.132Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:28:15.132Z] #152 ... [2024-08-21T07:28:15.132Z] [2024-08-21T07:28:15.132Z] #185 [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-21T07:28:15.399Z] #185 DONE 0.3s [2024-08-21T07:28:15.399Z] [2024-08-21T07:28:15.399Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:28:15.669Z] #158 ... [2024-08-21T07:28:15.669Z] [2024-08-21T07:28:15.669Z] #186 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-21T07:28:15.669Z] #186 DONE 0.2s [2024-08-21T07:28:15.669Z] [2024-08-21T07:28:15.669Z] #187 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-21T07:28:15.934Z] #187 DONE 0.2s [2024-08-21T07:28:15.934Z] [2024-08-21T07:28:15.934Z] #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-21T07:28:16.200Z] #188 ... [2024-08-21T07:28:16.200Z] [2024-08-21T07:28:16.200Z] #181 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:28:16.200Z] #181 DONE 3.2s [2024-08-21T07:28:16.466Z] [2024-08-21T07:28:16.466Z] #107 [security-secretstore-setup] exporting to image [2024-08-21T07:28:16.466Z] #107 exporting layers [2024-08-21T07:28:18.402Z] #107 exporting layers 1.8s done [2024-08-21T07:28:18.402Z] #107 writing image sha256:e07d31d3fcfd9a92b876b84fa8ea8fba465ff81d835be1d31fb61d5704f4e8c5 0.0s done [2024-08-21T07:28:18.402Z] #107 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-08-21T07:28:18.402Z] #107 DONE 8.9s [2024-08-21T07:28:18.402Z] [2024-08-21T07:28:18.402Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:28:18.669Z] #151 ... [2024-08-21T07:28:18.669Z] [2024-08-21T07:28:18.669Z] #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-21T07:28:18.669Z] #188 DONE 2.9s [2024-08-21T07:28:18.669Z] [2024-08-21T07:28:18.669Z] #107 [security-bootstrapper] exporting to image [2024-08-21T07:28:19.624Z] #107 exporting layers 0.9s done [2024-08-21T07:28:19.624Z] #107 writing image sha256:d7378ea1c27a285368eb583ee2a0a4775ac9d8939dba29560018e6b54c335b5f done [2024-08-21T07:28:19.624Z] #107 naming to docker.io/library/security-bootstrapper-arm64 done [2024-08-21T07:28:19.624Z] #107 DONE 9.9s [2024-08-21T07:28:19.624Z] [2024-08-21T07:28:19.624Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:29:06.425Z] #158 ... [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #160 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-21T07:29:06.425Z] #160 DONE 1233.5s [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:29:06.425Z] #159 ... [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:29:06.425Z] #189 DONE 0.5s [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:29:06.425Z] #190 DONE 0.4s [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-21T07:29:06.425Z] #191 DONE 0.3s [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:29:06.425Z] #159 ... [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:29:06.425Z] #192 DONE 0.1s [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-21T07:29:06.425Z] #193 DONE 0.1s [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:29:06.425Z] #152 ... [2024-08-21T07:29:06.425Z] [2024-08-21T07:29:06.425Z] #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:29:07.835Z] #194 DONE 2.4s [2024-08-21T07:29:07.835Z] [2024-08-21T07:29:07.835Z] #107 [core-common-config-bootstrapper] exporting to image [2024-08-21T07:29:07.835Z] #107 exporting layers [2024-08-21T07:29:08.426Z] #107 exporting layers 0.6s done [2024-08-21T07:29:08.426Z] #107 writing image sha256:baf7607842da5e3ca785a367a4d5e1e71349873a4ca5ac2a9091b693f7d52a6e 0.0s done [2024-08-21T07:29:08.426Z] #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 [2024-08-21T07:29:08.693Z] #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-21T07:29:08.693Z] #107 DONE 10.5s [2024-08-21T07:29:08.693Z] [2024-08-21T07:29:08.693Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:31:15.379Z] #151 ... [2024-08-21T07:31:15.379Z] [2024-08-21T07:31:15.379Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-21T07:31:15.379Z] #148 DONE 1364.3s [2024-08-21T07:31:15.379Z] [2024-08-21T07:31:15.379Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:31:15.379Z] #159 ... [2024-08-21T07:31:15.379Z] [2024-08-21T07:31:15.379Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:31:15.379Z] #195 DONE 0.3s [2024-08-21T07:31:15.379Z] [2024-08-21T07:31:15.379Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:31:15.651Z] #155 ... [2024-08-21T07:31:15.651Z] [2024-08-21T07:31:15.651Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:31:15.651Z] #196 DONE 0.1s [2024-08-21T07:31:15.651Z] [2024-08-21T07:31:15.651Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-21T07:31:15.927Z] #197 DONE 0.4s [2024-08-21T07:31:15.927Z] [2024-08-21T07:31:15.927Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:31:16.193Z] #198 DONE 0.1s [2024-08-21T07:31:16.193Z] [2024-08-21T07:31:16.193Z] #107 [security-spiffe-token-provider] exporting to image [2024-08-21T07:31:16.193Z] #107 exporting layers [2024-08-21T07:31:16.776Z] #107 exporting layers 0.7s done [2024-08-21T07:31:16.776Z] #107 writing image sha256:8bfefa83dc2c1ee70c5d2c60dd7c0ee2b204947bb094b18750816edf49131965 done [2024-08-21T07:31:16.776Z] #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-08-21T07:31:16.776Z] #107 DONE 11.3s [2024-08-21T07:31:16.776Z] [2024-08-21T07:31:16.776Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:39:08.844Z] #151 ... [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-21T07:39:08.844Z] #150 DONE 1833.3s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:39:08.844Z] #151 ... [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:39:08.844Z] #199 DONE 0.1s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:39:08.844Z] #200 DONE 0.1s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:39:08.844Z] #158 ... [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-21T07:39:08.844Z] #201 DONE 0.4s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:39:08.844Z] #158 ... [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:39:08.844Z] #202 DONE 0.1s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-21T07:39:08.844Z] #203 DONE 0.1s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:39:08.844Z] #159 ... [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-21T07:39:08.844Z] #204 DONE 1.8s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #107 [security-proxy-auth] exporting to image [2024-08-21T07:39:08.844Z] #107 exporting layers [2024-08-21T07:39:08.844Z] #107 exporting layers 0.7s done [2024-08-21T07:39:08.844Z] #107 writing image sha256:ee0e09873e99e4cc1aa85bfe8749aa4649aa82b488aa1ae1426ba5e074934431 done [2024-08-21T07:39:08.844Z] #107 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-21T07:39:08.844Z] #107 DONE 12.0s [2024-08-21T07:39:08.844Z] [2024-08-21T07:39:08.844Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:40:16.689Z] #151 ... [2024-08-21T07:40:16.689Z] [2024-08-21T07:40:16.689Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-21T07:40:16.689Z] #159 DONE 1904.0s [2024-08-21T07:40:16.689Z] [2024-08-21T07:40:16.689Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:40:16.689Z] #151 ... [2024-08-21T07:40:16.689Z] [2024-08-21T07:40:16.689Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:40:16.689Z] #205 DONE 0.2s [2024-08-21T07:40:16.689Z] [2024-08-21T07:40:16.689Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:40:16.689Z] #152 ... [2024-08-21T07:40:16.689Z] [2024-08-21T07:40:16.689Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:40:16.689Z] #206 DONE 0.2s [2024-08-21T07:40:16.689Z] [2024-08-21T07:40:16.690Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-21T07:40:16.690Z] #207 DONE 0.4s [2024-08-21T07:40:16.690Z] [2024-08-21T07:40:16.690Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:40:16.690Z] #158 ... [2024-08-21T07:40:16.690Z] [2024-08-21T07:40:16.690Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:40:16.690Z] #208 DONE 0.1s [2024-08-21T07:40:16.690Z] [2024-08-21T07:40:16.690Z] #107 [core-command] exporting to image [2024-08-21T07:40:16.690Z] #107 exporting layers [2024-08-21T07:40:16.690Z] #107 exporting layers 0.4s done [2024-08-21T07:40:16.690Z] #107 writing image sha256:00d23f66c4f30a66278373cea7c3cd606f5bd387f9a4b1b31749cf43571df858 done [2024-08-21T07:40:16.690Z] #107 naming to docker.io/library/core-command-arm64 done [2024-08-21T07:40:16.690Z] #107 DONE 12.4s [2024-08-21T07:40:16.690Z] [2024-08-21T07:40:16.690Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:23.309Z] #151 ... [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-21T07:42:23.309Z] #152 DONE 2025.4s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:23.309Z] #151 ... [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:42:23.309Z] #209 DONE 0.2s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-21T07:42:23.309Z] #210 DONE 0.4s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:23.309Z] #151 ... [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:42:23.309Z] #211 DONE 0.1s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #107 [core-keeper] exporting to image [2024-08-21T07:42:23.309Z] #107 exporting layers [2024-08-21T07:42:23.309Z] #107 exporting layers 0.5s done [2024-08-21T07:42:23.309Z] #107 writing image sha256:eba406a3ba4370430bcfc370e8c13d7e40c81be7d8a2155155f99ec9769b7fd6 done [2024-08-21T07:42:23.309Z] #107 naming to docker.io/library/core-keeper-arm64 done [2024-08-21T07:42:23.309Z] #107 DONE 12.9s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:23.309Z] #151 ... [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-21T07:42:23.309Z] #154 DONE 2028.0s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:23.309Z] #151 ... [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #212 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:42:23.309Z] #212 DONE 0.3s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #213 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:42:23.309Z] #213 DONE 0.3s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #214 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-21T07:42:23.309Z] #214 DONE 0.5s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #215 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:42:23.309Z] #215 DONE 0.2s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-08-21T07:42:23.309Z] #216 DONE 0.1s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #107 [core-data] exporting to image [2024-08-21T07:42:23.309Z] #107 exporting layers 0.7s done [2024-08-21T07:42:23.309Z] #107 writing image sha256:e50b3fbc5f4eaded15323c5b894c82818884598e34b8dbf0bab4d4b52ae21001 done [2024-08-21T07:42:23.309Z] #107 naming to docker.io/library/core-data-arm64 done [2024-08-21T07:42:23.309Z] #107 DONE 13.5s [2024-08-21T07:42:23.309Z] [2024-08-21T07:42:23.309Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:24.291Z] #151 ... [2024-08-21T07:42:24.291Z] [2024-08-21T07:42:24.291Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-21T07:42:24.291Z] #158 DONE 2033.6s [2024-08-21T07:42:24.291Z] [2024-08-21T07:42:24.291Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:24.576Z] #151 ... [2024-08-21T07:42:24.576Z] [2024-08-21T07:42:24.576Z] #217 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:42:24.576Z] #217 DONE 0.1s [2024-08-21T07:42:24.576Z] [2024-08-21T07:42:24.576Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:24.576Z] #151 ... [2024-08-21T07:42:24.576Z] [2024-08-21T07:42:24.576Z] #218 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:42:24.869Z] #218 DONE 0.3s [2024-08-21T07:42:24.869Z] [2024-08-21T07:42:24.869Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:25.140Z] #151 ... [2024-08-21T07:42:25.140Z] [2024-08-21T07:42:25.140Z] #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-21T07:42:25.728Z] #219 DONE 0.5s [2024-08-21T07:42:25.728Z] [2024-08-21T07:42:25.728Z] #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:42:25.728Z] #220 DONE 0.1s [2024-08-21T07:42:25.728Z] [2024-08-21T07:42:25.728Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:25.728Z] #151 ... [2024-08-21T07:42:25.728Z] [2024-08-21T07:42:25.728Z] #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-21T07:42:25.728Z] #221 DONE 0.1s [2024-08-21T07:42:25.728Z] [2024-08-21T07:42:25.728Z] #107 [core-metadata] exporting to image [2024-08-21T07:42:25.728Z] #107 exporting layers [2024-08-21T07:42:26.309Z] #107 exporting layers 0.5s done [2024-08-21T07:42:26.309Z] #107 writing image sha256:383fab1147a93e344d1181a4ef42e58514e46d157621ea05a2b57d2ac011e9a1 done [2024-08-21T07:42:26.309Z] #107 naming to docker.io/library/core-metadata-arm64 done [2024-08-21T07:42:26.309Z] #107 DONE 14.1s [2024-08-21T07:42:26.309Z] [2024-08-21T07:42:26.309Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-21T07:42:58.510Z] #151 DONE 2064.3s [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:42:58.510Z] #155 ... [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #222 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:42:58.510Z] #222 DONE 0.3s [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:42:58.510Z] #155 ... [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #223 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:42:58.510Z] #223 DONE 0.2s [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-21T07:42:58.510Z] #224 DONE 0.5s [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:42:58.510Z] #225 DONE 0.1s [2024-08-21T07:42:58.510Z] [2024-08-21T07:42:58.510Z] #107 [support-scheduler] exporting to image [2024-08-21T07:42:58.510Z] #107 exporting layers [2024-08-21T07:42:58.510Z] #107 exporting layers 0.6s done [2024-08-21T07:42:58.510Z] #107 writing image sha256:8e6ac80a2941344d1891456e34a99724e4e7201d8f171fe78b0a475181bb1835 done [2024-08-21T07:42:58.511Z] #107 naming to docker.io/library/support-scheduler-arm64 done [2024-08-21T07:42:58.511Z] #107 DONE 14.6s [2024-08-21T07:42:58.511Z] [2024-08-21T07:42:58.511Z] #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-21T07:42:58.511Z] #155 DONE 2067.7s [2024-08-21T07:42:58.511Z] [2024-08-21T07:42:58.511Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:42:58.511Z] #157 ... [2024-08-21T07:42:58.511Z] [2024-08-21T07:42:58.511Z] #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:42:58.775Z] #226 DONE 0.3s [2024-08-21T07:42:58.775Z] [2024-08-21T07:42:58.775Z] #227 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:42:58.775Z] #227 DONE 0.1s [2024-08-21T07:42:58.775Z] [2024-08-21T07:42:58.775Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:42:58.775Z] #157 ... [2024-08-21T07:42:58.775Z] [2024-08-21T07:42:58.775Z] #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-21T07:42:59.045Z] #228 DONE 0.4s [2024-08-21T07:42:59.045Z] [2024-08-21T07:42:59.045Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:42:59.323Z] #157 ... [2024-08-21T07:42:59.323Z] [2024-08-21T07:42:59.323Z] #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-21T07:42:59.323Z] #229 DONE 0.1s [2024-08-21T07:42:59.323Z] [2024-08-21T07:42:59.323Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-21T07:42:59.323Z] #157 DONE 2069.1s [2024-08-21T07:42:59.323Z] [2024-08-21T07:42:59.323Z] #107 [support-notifications] exporting to image [2024-08-21T07:43:00.307Z] #107 exporting layers 0.9s done [2024-08-21T07:43:00.307Z] #107 writing image sha256:01a762702c76031a83b4ad5dad3d52d518013d892c4288caa79351efb158574d done [2024-08-21T07:43:00.307Z] #107 naming to docker.io/library/support-notifications-arm64 done [2024-08-21T07:43:00.307Z] #107 DONE 15.5s [2024-08-21T07:43:00.307Z] [2024-08-21T07:43:00.307Z] #230 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-21T07:43:00.307Z] #230 DONE 0.1s [2024-08-21T07:43:00.307Z] [2024-08-21T07:43:00.307Z] #231 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-21T07:43:00.571Z] #231 DONE 0.1s [2024-08-21T07:43:00.571Z] [2024-08-21T07:43:00.571Z] #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-21T07:43:00.835Z] #232 DONE 0.4s [2024-08-21T07:43:00.835Z] [2024-08-21T07:43:00.835Z] #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-21T07:43:00.835Z] #233 DONE 0.1s [2024-08-21T07:43:00.835Z] [2024-08-21T07:43:00.835Z] #107 [support-cron-scheduler] exporting to image [2024-08-21T07:43:02.238Z] #107 exporting layers 1.3s done [2024-08-21T07:43:02.238Z] #107 writing image sha256:3fc0641095c885da7041d42a74fd00e64ff12019a4b115107900718a8921e2b3 [2024-08-21T07:43:02.238Z] #107 writing image sha256:3fc0641095c885da7041d42a74fd00e64ff12019a4b115107900718a8921e2b3 done [2024-08-21T07:43:02.238Z] #107 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-21T07:43:02.238Z] #107 DONE 16.9s [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-21T07:43:02.238Z] time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-21T07:43:02.247Z] $ docker stop --time=1 fb620a78d1a0be47d4aab51668a93bcc2bb3acfd684d35a6a85dc494ea806733 [2024-08-21T07:43:03.906Z] $ docker rm -f --volumes fb620a78d1a0be47d4aab51668a93bcc2bb3acfd684d35a6a85dc494ea806733 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-21T07:43:04.409Z] + docker images [2024-08-21T07:43:04.410Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-21T07:43:04.410Z] support-cron-scheduler-arm64 latest 3fc0641095c8 4 seconds ago 43.5MB [2024-08-21T07:43:04.410Z] support-notifications-arm64 latest 01a762702c76 5 seconds ago 42MB [2024-08-21T07:43:04.410Z] support-scheduler-arm64 latest 8e6ac80a2941 8 seconds ago 41.3MB [2024-08-21T07:43:04.410Z] core-metadata-arm64 latest 383fab1147a9 39 seconds ago 39.3MB [2024-08-21T07:43:04.410Z] core-data-arm64 latest e50b3fbc5f4e 45 seconds ago 39.1MB [2024-08-21T07:43:04.410Z] core-keeper-arm64 latest eba406a3ba43 47 seconds ago 39MB [2024-08-21T07:43:04.410Z] core-command-arm64 latest 00d23f66c4f3 2 minutes ago 35MB [2024-08-21T07:43:04.410Z] security-proxy-auth-arm64 latest ee0e09873e99 3 minutes ago 32.6MB [2024-08-21T07:43:04.410Z] security-spiffe-token-provider-arm64 latest 8bfefa83dc2c 11 minutes ago 29MB [2024-08-21T07:43:04.410Z] core-common-config-bootstrapper-arm64 latest baf7607842da 13 minutes ago 15.3MB [2024-08-21T07:43:04.410Z] security-bootstrapper-arm64 latest d7378ea1c27a 14 minutes ago 18.9MB [2024-08-21T07:43:04.410Z] security-secretstore-setup-arm64 latest e07d31d3fcfd 14 minutes ago 36.4MB [2024-08-21T07:43:04.410Z] security-proxy-setup-arm64 latest 4820562728fb 15 minutes ago 26.1MB [2024-08-21T07:43:04.410Z] security-spire-config-arm64 latest dd2f8edbb1e1 35 minutes ago 115MB [2024-08-21T07:43:04.410Z] security-spire-agent-arm64 latest f0143b6fb9c5 35 minutes ago 174MB [2024-08-21T07:43:04.410Z] security-spire-server-arm64 latest 0e1d5d21125d 35 minutes ago 116MB [2024-08-21T07:43:04.410Z] ci-base-image-arm64 latest 8e9014718d9f 37 minutes ago 967MB [2024-08-21T07:43:04.410Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB [2024-08-21T07:43:04.410Z] 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-21T07:43:04.568Z] provisioning config files... [2024-08-21T07:43:04.580Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config13792830151383114582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:43:04.913Z] ---> ****-login.sh [2024-08-21T07:43:04.913Z] nexus3.edgexfoundry.org:10001 [2024-08-21T07:43:05.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:43:05.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:43:05.179Z] Configure a credential helper to remove this warning. See [2024-08-21T07:43:05.180Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:43:05.180Z] [2024-08-21T07:43:05.180Z] Login Succeeded [2024-08-21T07:43:05.180Z] nexus3.edgexfoundry.org:10002 [2024-08-21T07:43:05.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:43:05.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:43:05.712Z] Configure a credential helper to remove this warning. See [2024-08-21T07:43:05.713Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:43:05.713Z] [2024-08-21T07:43:05.713Z] Login Succeeded [2024-08-21T07:43:05.713Z] nexus3.edgexfoundry.org:10003 [2024-08-21T07:43:05.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:43:05.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:43:05.990Z] Configure a credential helper to remove this warning. See [2024-08-21T07:43:05.990Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:43:05.990Z] [2024-08-21T07:43:05.990Z] Login Succeeded [2024-08-21T07:43:05.990Z] nexus3.edgexfoundry.org:10004 [2024-08-21T07:43:06.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:43:06.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:43:06.256Z] Configure a credential helper to remove this warning. See [2024-08-21T07:43:06.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:43:06.256Z] [2024-08-21T07:43:06.256Z] Login Succeeded [2024-08-21T07:43:06.256Z] ****.io [2024-08-21T07:43:06.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-21T07:43:06.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-21T07:43:06.784Z] Configure a credential helper to remove this warning. See [2024-08-21T07:43:06.785Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-21T07:43:06.785Z] [2024-08-21T07:43:06.785Z] Login Succeeded [2024-08-21T07:43:06.785Z] ---> ****-login.sh ends [Pipeline] } [2024-08-21T07:43:06.796Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:43:06.853Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-21T07:43:06.886Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-21T07:43:06.886Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:06.886Z] latest [2024-08-21T07:43:06.886Z] 3.2.0-dev.58 [2024-08-21T07:43:06.886Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:06.886Z] main [2024-08-21T07:43:06.886Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:07.251Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:07.609Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:07.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-21T07:43:07.609Z] 4943f965c2c0: Preparing [2024-08-21T07:43:07.609Z] ef2f4a9fdbac: Preparing [2024-08-21T07:43:07.609Z] 6fbda95a0343: Preparing [2024-08-21T07:43:07.609Z] 14a436d87043: Preparing [2024-08-21T07:43:07.609Z] 7e3c6815c471: Preparing [2024-08-21T07:43:07.609Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:07.609Z] 3c20671a5817: Preparing [2024-08-21T07:43:07.609Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:07.609Z] 3c20671a5817: Waiting [2024-08-21T07:43:07.873Z] 6fbda95a0343: Pushed [2024-08-21T07:43:07.873Z] 7e3c6815c471: Pushed [2024-08-21T07:43:07.873Z] 4943f965c2c0: Pushed [2024-08-21T07:43:07.873Z] 14a436d87043: Pushed [2024-08-21T07:43:07.873Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:07.873Z] f650a7d9c8d7: Pushed [2024-08-21T07:43:14.493Z] ef2f4a9fdbac: Pushed [2024-08-21T07:43:14.493Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:14.850Z] + 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-21T07:43:15.211Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-21T07:43:15.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-21T07:43:15.211Z] 4943f965c2c0: Preparing [2024-08-21T07:43:15.211Z] ef2f4a9fdbac: Preparing [2024-08-21T07:43:15.211Z] 6fbda95a0343: Preparing [2024-08-21T07:43:15.211Z] 14a436d87043: Preparing [2024-08-21T07:43:15.211Z] 7e3c6815c471: Preparing [2024-08-21T07:43:15.211Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:15.211Z] 3c20671a5817: Preparing [2024-08-21T07:43:15.211Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:15.211Z] 3c20671a5817: Waiting [2024-08-21T07:43:15.211Z] 4943f965c2c0: Layer already exists [2024-08-21T07:43:15.211Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:15.211Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:15.211Z] 14a436d87043: Layer already exists [2024-08-21T07:43:15.211Z] ef2f4a9fdbac: Layer already exists [2024-08-21T07:43:15.211Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:15.211Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:15.475Z] latest: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:15.833Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:16.185Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.58 [2024-08-21T07:43:16.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-21T07:43:16.187Z] 4943f965c2c0: Preparing [2024-08-21T07:43:16.187Z] ef2f4a9fdbac: Preparing [2024-08-21T07:43:16.187Z] 6fbda95a0343: Preparing [2024-08-21T07:43:16.187Z] 14a436d87043: Preparing [2024-08-21T07:43:16.187Z] 7e3c6815c471: Preparing [2024-08-21T07:43:16.187Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:16.187Z] 3c20671a5817: Preparing [2024-08-21T07:43:16.187Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:16.187Z] 3c20671a5817: Waiting [2024-08-21T07:43:16.187Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:16.187Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:16.187Z] 14a436d87043: Layer already exists [2024-08-21T07:43:16.187Z] ef2f4a9fdbac: Layer already exists [2024-08-21T07:43:16.187Z] 4943f965c2c0: Layer already exists [2024-08-21T07:43:16.187Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:16.187Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:16.187Z] 3.2.0-dev.58: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:16.857Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:17.239Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:17.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-21T07:43:17.240Z] 4943f965c2c0: Preparing [2024-08-21T07:43:17.240Z] ef2f4a9fdbac: Preparing [2024-08-21T07:43:17.240Z] 6fbda95a0343: Preparing [2024-08-21T07:43:17.240Z] 14a436d87043: Preparing [2024-08-21T07:43:17.240Z] 7e3c6815c471: Preparing [2024-08-21T07:43:17.240Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:17.240Z] 3c20671a5817: Preparing [2024-08-21T07:43:17.240Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:17.240Z] 3c20671a5817: Waiting [2024-08-21T07:43:17.240Z] 4943f965c2c0: Layer already exists [2024-08-21T07:43:17.240Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:17.240Z] 14a436d87043: Layer already exists [2024-08-21T07:43:17.240Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:17.240Z] ef2f4a9fdbac: Layer already exists [2024-08-21T07:43:17.240Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:17.240Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:17.505Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:17.934Z] + 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-21T07:43:18.298Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-21T07:43:18.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-21T07:43:18.298Z] 4943f965c2c0: Preparing [2024-08-21T07:43:18.298Z] ef2f4a9fdbac: Preparing [2024-08-21T07:43:18.298Z] 6fbda95a0343: Preparing [2024-08-21T07:43:18.298Z] 14a436d87043: Preparing [2024-08-21T07:43:18.298Z] 7e3c6815c471: Preparing [2024-08-21T07:43:18.298Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:18.298Z] 3c20671a5817: Preparing [2024-08-21T07:43:18.298Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:18.298Z] 3c20671a5817: Waiting [2024-08-21T07:43:18.298Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:18.298Z] ef2f4a9fdbac: Layer already exists [2024-08-21T07:43:18.298Z] 4943f965c2c0: Layer already exists [2024-08-21T07:43:18.298Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:18.298Z] 14a436d87043: Layer already exists [2024-08-21T07:43:18.298Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:18.298Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:18.566Z] main: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:43:18.648Z] ===================================================== [Pipeline] echo [2024-08-21T07:43:18.662Z] taggedImages: [2024-08-21T07:43:18.662Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:18.662Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-21T07:43:18.662Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.58 [2024-08-21T07:43:18.662Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:18.662Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-21T07:43:18.691Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-21T07:43:18.691Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:18.691Z] latest [2024-08-21T07:43:18.691Z] 3.2.0-dev.58 [2024-08-21T07:43:18.691Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:18.691Z] main [2024-08-21T07:43:18.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:19.066Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:19.421Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:19.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-21T07:43:19.421Z] 61aee362f157: Preparing [2024-08-21T07:43:19.421Z] 06a14247c727: Preparing [2024-08-21T07:43:19.421Z] a83c331f8695: Preparing [2024-08-21T07:43:19.421Z] 7f4312f97f57: Preparing [2024-08-21T07:43:19.421Z] 6fbda95a0343: Preparing [2024-08-21T07:43:19.421Z] 14a436d87043: Preparing [2024-08-21T07:43:19.421Z] 7e3c6815c471: Preparing [2024-08-21T07:43:19.421Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:19.421Z] 3c20671a5817: Preparing [2024-08-21T07:43:19.421Z] 14a436d87043: Waiting [2024-08-21T07:43:19.421Z] 7e3c6815c471: Waiting [2024-08-21T07:43:19.421Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:19.421Z] 3c20671a5817: Waiting [2024-08-21T07:43:19.421Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:19.684Z] 14a436d87043: Layer already exists [2024-08-21T07:43:19.684Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:19.684Z] 06a14247c727: Pushed [2024-08-21T07:43:19.684Z] a83c331f8695: Pushed [2024-08-21T07:43:19.684Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:19.684Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:19.684Z] 61aee362f157: Pushed [2024-08-21T07:43:21.613Z] 7f4312f97f57: Pushed [2024-08-21T07:43:21.613Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:21.968Z] + 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-21T07:43:22.327Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-21T07:43:22.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-21T07:43:22.328Z] 61aee362f157: Preparing [2024-08-21T07:43:22.328Z] 06a14247c727: Preparing [2024-08-21T07:43:22.328Z] a83c331f8695: Preparing [2024-08-21T07:43:22.328Z] 7f4312f97f57: Preparing [2024-08-21T07:43:22.328Z] 6fbda95a0343: Preparing [2024-08-21T07:43:22.328Z] 14a436d87043: Preparing [2024-08-21T07:43:22.328Z] 7e3c6815c471: Preparing [2024-08-21T07:43:22.328Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:22.328Z] 3c20671a5817: Preparing [2024-08-21T07:43:22.328Z] 14a436d87043: Waiting [2024-08-21T07:43:22.328Z] 7e3c6815c471: Waiting [2024-08-21T07:43:22.328Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:22.328Z] 3c20671a5817: Waiting [2024-08-21T07:43:22.328Z] 06a14247c727: Layer already exists [2024-08-21T07:43:22.328Z] 7f4312f97f57: Layer already exists [2024-08-21T07:43:22.328Z] 61aee362f157: Layer already exists [2024-08-21T07:43:22.328Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:22.328Z] a83c331f8695: Layer already exists [2024-08-21T07:43:22.328Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:22.328Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:22.328Z] 14a436d87043: Layer already exists [2024-08-21T07:43:22.328Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:22.591Z] latest: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:23.774Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:24.127Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.58 [2024-08-21T07:43:24.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-21T07:43:24.127Z] 61aee362f157: Preparing [2024-08-21T07:43:24.127Z] 06a14247c727: Preparing [2024-08-21T07:43:24.127Z] a83c331f8695: Preparing [2024-08-21T07:43:24.127Z] 7f4312f97f57: Preparing [2024-08-21T07:43:24.127Z] 6fbda95a0343: Preparing [2024-08-21T07:43:24.127Z] 14a436d87043: Preparing [2024-08-21T07:43:24.127Z] 7e3c6815c471: Preparing [2024-08-21T07:43:24.127Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:24.127Z] 3c20671a5817: Preparing [2024-08-21T07:43:24.127Z] 14a436d87043: Waiting [2024-08-21T07:43:24.127Z] 7e3c6815c471: Waiting [2024-08-21T07:43:24.127Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:24.127Z] 3c20671a5817: Waiting [2024-08-21T07:43:24.127Z] 06a14247c727: Layer already exists [2024-08-21T07:43:24.127Z] 7f4312f97f57: Layer already exists [2024-08-21T07:43:24.127Z] a83c331f8695: Layer already exists [2024-08-21T07:43:24.127Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:24.127Z] 61aee362f157: Layer already exists [2024-08-21T07:43:24.127Z] 14a436d87043: Layer already exists [2024-08-21T07:43:24.127Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:24.127Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:24.127Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:24.127Z] 3.2.0-dev.58: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:24.751Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:25.098Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:25.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-21T07:43:25.098Z] 61aee362f157: Preparing [2024-08-21T07:43:25.098Z] 06a14247c727: Preparing [2024-08-21T07:43:25.098Z] a83c331f8695: Preparing [2024-08-21T07:43:25.098Z] 7f4312f97f57: Preparing [2024-08-21T07:43:25.098Z] 6fbda95a0343: Preparing [2024-08-21T07:43:25.098Z] 14a436d87043: Preparing [2024-08-21T07:43:25.098Z] 7e3c6815c471: Preparing [2024-08-21T07:43:25.098Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:25.098Z] 3c20671a5817: Preparing [2024-08-21T07:43:25.098Z] 14a436d87043: Waiting [2024-08-21T07:43:25.098Z] 7e3c6815c471: Waiting [2024-08-21T07:43:25.098Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:25.098Z] 3c20671a5817: Waiting [2024-08-21T07:43:25.098Z] a83c331f8695: Layer already exists [2024-08-21T07:43:25.098Z] 7f4312f97f57: Layer already exists [2024-08-21T07:43:25.098Z] 06a14247c727: Layer already exists [2024-08-21T07:43:25.098Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:25.098Z] 61aee362f157: Layer already exists [2024-08-21T07:43:25.098Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:25.098Z] 14a436d87043: Layer already exists [2024-08-21T07:43:25.098Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:25.098Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:25.098Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:25.717Z] + 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-21T07:43:26.065Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-21T07:43:26.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-21T07:43:26.065Z] 61aee362f157: Preparing [2024-08-21T07:43:26.065Z] 06a14247c727: Preparing [2024-08-21T07:43:26.065Z] a83c331f8695: Preparing [2024-08-21T07:43:26.065Z] 7f4312f97f57: Preparing [2024-08-21T07:43:26.065Z] 6fbda95a0343: Preparing [2024-08-21T07:43:26.065Z] 14a436d87043: Preparing [2024-08-21T07:43:26.065Z] 7e3c6815c471: Preparing [2024-08-21T07:43:26.065Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:26.065Z] 3c20671a5817: Preparing [2024-08-21T07:43:26.065Z] 7e3c6815c471: Waiting [2024-08-21T07:43:26.065Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:26.065Z] 3c20671a5817: Waiting [2024-08-21T07:43:26.065Z] 14a436d87043: Waiting [2024-08-21T07:43:26.065Z] 61aee362f157: Layer already exists [2024-08-21T07:43:26.065Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:26.065Z] a83c331f8695: Layer already exists [2024-08-21T07:43:26.065Z] 06a14247c727: Layer already exists [2024-08-21T07:43:26.065Z] 7f4312f97f57: Layer already exists [2024-08-21T07:43:26.065Z] 14a436d87043: Layer already exists [2024-08-21T07:43:26.065Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:26.065Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:26.065Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:26.330Z] main: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:43:26.416Z] ===================================================== [Pipeline] echo [2024-08-21T07:43:26.433Z] taggedImages: [2024-08-21T07:43:26.433Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:26.433Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-21T07:43:26.433Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.58 [2024-08-21T07:43:26.433Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:26.433Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-21T07:43:26.464Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-21T07:43:26.464Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:26.464Z] latest [2024-08-21T07:43:26.464Z] 3.2.0-dev.58 [2024-08-21T07:43:26.464Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:26.464Z] main [2024-08-21T07:43:26.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:26.826Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:27.179Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:27.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-21T07:43:27.179Z] 91f109c1c675: Preparing [2024-08-21T07:43:27.179Z] 2222f9df0a87: Preparing [2024-08-21T07:43:27.179Z] 0dba142e242d: Preparing [2024-08-21T07:43:27.179Z] 6fbda95a0343: Preparing [2024-08-21T07:43:27.179Z] 14a436d87043: Preparing [2024-08-21T07:43:27.179Z] 42cd72fde643: Preparing [2024-08-21T07:43:27.179Z] d66a37cc325f: Preparing [2024-08-21T07:43:27.179Z] 3c20671a5817: Preparing [2024-08-21T07:43:27.179Z] 42cd72fde643: Waiting [2024-08-21T07:43:27.179Z] d66a37cc325f: Waiting [2024-08-21T07:43:27.179Z] 3c20671a5817: Waiting [2024-08-21T07:43:27.179Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:27.179Z] 14a436d87043: Layer already exists [2024-08-21T07:43:27.444Z] 91f109c1c675: Pushed [2024-08-21T07:43:27.444Z] 2222f9df0a87: Pushed [2024-08-21T07:43:27.444Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:27.444Z] 42cd72fde643: Pushed [2024-08-21T07:43:27.444Z] d66a37cc325f: Pushed [2024-08-21T07:43:34.068Z] 0dba142e242d: Pushed [2024-08-21T07:43:34.068Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:34.416Z] + 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-21T07:43:34.765Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-21T07:43:34.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-21T07:43:34.765Z] 91f109c1c675: Preparing [2024-08-21T07:43:34.765Z] 2222f9df0a87: Preparing [2024-08-21T07:43:34.765Z] 0dba142e242d: Preparing [2024-08-21T07:43:34.765Z] 6fbda95a0343: Preparing [2024-08-21T07:43:34.765Z] 14a436d87043: Preparing [2024-08-21T07:43:34.765Z] 42cd72fde643: Preparing [2024-08-21T07:43:34.765Z] d66a37cc325f: Preparing [2024-08-21T07:43:34.765Z] 3c20671a5817: Preparing [2024-08-21T07:43:34.765Z] 42cd72fde643: Waiting [2024-08-21T07:43:34.765Z] d66a37cc325f: Waiting [2024-08-21T07:43:34.765Z] 3c20671a5817: Waiting [2024-08-21T07:43:34.765Z] 2222f9df0a87: Layer already exists [2024-08-21T07:43:34.765Z] 0dba142e242d: Layer already exists [2024-08-21T07:43:34.765Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:34.765Z] 91f109c1c675: Layer already exists [2024-08-21T07:43:34.765Z] 14a436d87043: Layer already exists [2024-08-21T07:43:34.765Z] 42cd72fde643: Layer already exists [2024-08-21T07:43:34.765Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:34.765Z] d66a37cc325f: Layer already exists [2024-08-21T07:43:35.031Z] latest: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:35.383Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:35.741Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.58 [2024-08-21T07:43:35.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-21T07:43:35.741Z] 91f109c1c675: Preparing [2024-08-21T07:43:35.741Z] 2222f9df0a87: Preparing [2024-08-21T07:43:35.741Z] 0dba142e242d: Preparing [2024-08-21T07:43:35.741Z] 6fbda95a0343: Preparing [2024-08-21T07:43:35.741Z] 14a436d87043: Preparing [2024-08-21T07:43:35.741Z] 42cd72fde643: Preparing [2024-08-21T07:43:35.741Z] d66a37cc325f: Preparing [2024-08-21T07:43:35.741Z] 3c20671a5817: Preparing [2024-08-21T07:43:35.741Z] 42cd72fde643: Waiting [2024-08-21T07:43:35.741Z] d66a37cc325f: Waiting [2024-08-21T07:43:35.742Z] 3c20671a5817: Waiting [2024-08-21T07:43:35.742Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:35.742Z] 91f109c1c675: Layer already exists [2024-08-21T07:43:35.742Z] 14a436d87043: Layer already exists [2024-08-21T07:43:35.742Z] 0dba142e242d: Layer already exists [2024-08-21T07:43:35.742Z] 2222f9df0a87: Layer already exists [2024-08-21T07:43:35.742Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:35.742Z] 42cd72fde643: Layer already exists [2024-08-21T07:43:35.742Z] d66a37cc325f: Layer already exists [2024-08-21T07:43:35.742Z] 3.2.0-dev.58: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:36.378Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:36.718Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:36.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-21T07:43:36.718Z] 91f109c1c675: Preparing [2024-08-21T07:43:36.718Z] 2222f9df0a87: Preparing [2024-08-21T07:43:36.718Z] 0dba142e242d: Preparing [2024-08-21T07:43:36.718Z] 6fbda95a0343: Preparing [2024-08-21T07:43:36.718Z] 14a436d87043: Preparing [2024-08-21T07:43:36.718Z] 42cd72fde643: Preparing [2024-08-21T07:43:36.718Z] d66a37cc325f: Preparing [2024-08-21T07:43:36.718Z] 3c20671a5817: Preparing [2024-08-21T07:43:36.718Z] 42cd72fde643: Waiting [2024-08-21T07:43:36.718Z] d66a37cc325f: Waiting [2024-08-21T07:43:36.718Z] 3c20671a5817: Waiting [2024-08-21T07:43:36.718Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:36.718Z] 14a436d87043: Layer already exists [2024-08-21T07:43:36.718Z] 91f109c1c675: Layer already exists [2024-08-21T07:43:36.718Z] 0dba142e242d: Layer already exists [2024-08-21T07:43:36.718Z] 2222f9df0a87: Layer already exists [2024-08-21T07:43:36.718Z] 42cd72fde643: Layer already exists [2024-08-21T07:43:36.718Z] d66a37cc325f: Layer already exists [2024-08-21T07:43:36.718Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:36.718Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:37.347Z] + 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-21T07:43:37.690Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-21T07:43:37.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-21T07:43:37.690Z] 91f109c1c675: Preparing [2024-08-21T07:43:37.690Z] 2222f9df0a87: Preparing [2024-08-21T07:43:37.690Z] 0dba142e242d: Preparing [2024-08-21T07:43:37.690Z] 6fbda95a0343: Preparing [2024-08-21T07:43:37.690Z] 14a436d87043: Preparing [2024-08-21T07:43:37.690Z] 42cd72fde643: Preparing [2024-08-21T07:43:37.690Z] d66a37cc325f: Preparing [2024-08-21T07:43:37.690Z] 3c20671a5817: Preparing [2024-08-21T07:43:37.690Z] 42cd72fde643: Waiting [2024-08-21T07:43:37.690Z] 3c20671a5817: Waiting [2024-08-21T07:43:37.690Z] 2222f9df0a87: Layer already exists [2024-08-21T07:43:37.690Z] 91f109c1c675: Layer already exists [2024-08-21T07:43:37.690Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:37.690Z] 14a436d87043: Layer already exists [2024-08-21T07:43:37.690Z] 0dba142e242d: Layer already exists [2024-08-21T07:43:37.690Z] d66a37cc325f: Layer already exists [2024-08-21T07:43:37.690Z] 42cd72fde643: Layer already exists [2024-08-21T07:43:37.690Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:37.954Z] main: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:43:38.109Z] ===================================================== [Pipeline] echo [2024-08-21T07:43:38.122Z] taggedImages: [2024-08-21T07:43:38.122Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:38.122Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-21T07:43:38.122Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.58 [2024-08-21T07:43:38.122Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:38.122Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-21T07:43:38.149Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-21T07:43:38.149Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:38.149Z] latest [2024-08-21T07:43:38.149Z] 3.2.0-dev.58 [2024-08-21T07:43:38.149Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:38.149Z] main [2024-08-21T07:43:38.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:38.508Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:38.867Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:38.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-21T07:43:38.867Z] 89c3ed2e9745: Preparing [2024-08-21T07:43:38.867Z] 2512c0bb041b: Preparing [2024-08-21T07:43:38.867Z] 14a436d87043: Preparing [2024-08-21T07:43:38.867Z] 68e891d6c92e: Preparing [2024-08-21T07:43:38.867Z] 914beb2f2940: Preparing [2024-08-21T07:43:38.867Z] 3c20671a5817: Preparing [2024-08-21T07:43:38.867Z] 3c20671a5817: Waiting [2024-08-21T07:43:38.867Z] 14a436d87043: Layer already exists [2024-08-21T07:43:39.133Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:39.133Z] 914beb2f2940: Pushed [2024-08-21T07:43:39.133Z] 68e891d6c92e: Pushed [2024-08-21T07:43:39.133Z] 89c3ed2e9745: Pushed [2024-08-21T07:43:45.757Z] 2512c0bb041b: Pushed [2024-08-21T07:43:45.757Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:46.110Z] + 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-21T07:43:46.457Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-21T07:43:46.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-21T07:43:46.457Z] 89c3ed2e9745: Preparing [2024-08-21T07:43:46.457Z] 2512c0bb041b: Preparing [2024-08-21T07:43:46.457Z] 14a436d87043: Preparing [2024-08-21T07:43:46.457Z] 68e891d6c92e: Preparing [2024-08-21T07:43:46.457Z] 914beb2f2940: Preparing [2024-08-21T07:43:46.457Z] 3c20671a5817: Preparing [2024-08-21T07:43:46.457Z] 3c20671a5817: Waiting [2024-08-21T07:43:46.457Z] 2512c0bb041b: Layer already exists [2024-08-21T07:43:46.457Z] 68e891d6c92e: Layer already exists [2024-08-21T07:43:46.457Z] 914beb2f2940: Layer already exists [2024-08-21T07:43:46.457Z] 89c3ed2e9745: Layer already exists [2024-08-21T07:43:46.457Z] 14a436d87043: Layer already exists [2024-08-21T07:43:46.457Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:46.721Z] latest: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:47.084Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:47.432Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.58 [2024-08-21T07:43:47.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-21T07:43:47.432Z] 89c3ed2e9745: Preparing [2024-08-21T07:43:47.432Z] 2512c0bb041b: Preparing [2024-08-21T07:43:47.432Z] 14a436d87043: Preparing [2024-08-21T07:43:47.432Z] 68e891d6c92e: Preparing [2024-08-21T07:43:47.432Z] 914beb2f2940: Preparing [2024-08-21T07:43:47.432Z] 3c20671a5817: Preparing [2024-08-21T07:43:47.432Z] 3c20671a5817: Waiting [2024-08-21T07:43:47.432Z] 14a436d87043: Layer already exists [2024-08-21T07:43:47.432Z] 68e891d6c92e: Layer already exists [2024-08-21T07:43:47.432Z] 89c3ed2e9745: Layer already exists [2024-08-21T07:43:47.432Z] 2512c0bb041b: Layer already exists [2024-08-21T07:43:47.432Z] 914beb2f2940: Layer already exists [2024-08-21T07:43:47.432Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:47.432Z] 3.2.0-dev.58: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:48.051Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:48.405Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:48.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-21T07:43:48.405Z] 89c3ed2e9745: Preparing [2024-08-21T07:43:48.405Z] 2512c0bb041b: Preparing [2024-08-21T07:43:48.405Z] 14a436d87043: Preparing [2024-08-21T07:43:48.405Z] 68e891d6c92e: Preparing [2024-08-21T07:43:48.405Z] 914beb2f2940: Preparing [2024-08-21T07:43:48.405Z] 3c20671a5817: Preparing [2024-08-21T07:43:48.405Z] 3c20671a5817: Waiting [2024-08-21T07:43:48.405Z] 2512c0bb041b: Layer already exists [2024-08-21T07:43:48.405Z] 14a436d87043: Layer already exists [2024-08-21T07:43:48.405Z] 914beb2f2940: Layer already exists [2024-08-21T07:43:48.405Z] 89c3ed2e9745: Layer already exists [2024-08-21T07:43:48.405Z] 68e891d6c92e: Layer already exists [2024-08-21T07:43:48.406Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:48.669Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:49.027Z] + 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-21T07:43:49.370Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-21T07:43:49.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-21T07:43:49.370Z] 89c3ed2e9745: Preparing [2024-08-21T07:43:49.370Z] 2512c0bb041b: Preparing [2024-08-21T07:43:49.370Z] 14a436d87043: Preparing [2024-08-21T07:43:49.370Z] 68e891d6c92e: Preparing [2024-08-21T07:43:49.370Z] 914beb2f2940: Preparing [2024-08-21T07:43:49.370Z] 3c20671a5817: Preparing [2024-08-21T07:43:49.370Z] 3c20671a5817: Waiting [2024-08-21T07:43:49.370Z] 914beb2f2940: Layer already exists [2024-08-21T07:43:49.370Z] 2512c0bb041b: Layer already exists [2024-08-21T07:43:49.370Z] 68e891d6c92e: Layer already exists [2024-08-21T07:43:49.370Z] 89c3ed2e9745: Layer already exists [2024-08-21T07:43:49.370Z] 14a436d87043: Layer already exists [2024-08-21T07:43:49.370Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:49.634Z] main: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:43:49.715Z] ===================================================== [Pipeline] echo [2024-08-21T07:43:49.728Z] taggedImages: [2024-08-21T07:43:49.728Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:49.728Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-21T07:43:49.728Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.58 [2024-08-21T07:43:49.728Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:49.728Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-21T07:43:49.752Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-21T07:43:49.752Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:49.752Z] latest [2024-08-21T07:43:49.752Z] 3.2.0-dev.58 [2024-08-21T07:43:49.752Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:49.752Z] main [2024-08-21T07:43:49.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:50.122Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:50.471Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:43:50.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-21T07:43:50.471Z] 8ca14812992c: Preparing [2024-08-21T07:43:50.471Z] aa0fe276cd79: Preparing [2024-08-21T07:43:50.471Z] 05711373a1bc: Preparing [2024-08-21T07:43:50.471Z] 6fbda95a0343: Preparing [2024-08-21T07:43:50.471Z] 14a436d87043: Preparing [2024-08-21T07:43:50.471Z] 7e3c6815c471: Preparing [2024-08-21T07:43:50.471Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:50.471Z] 3c20671a5817: Preparing [2024-08-21T07:43:50.471Z] 7e3c6815c471: Waiting [2024-08-21T07:43:50.471Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:50.471Z] 3c20671a5817: Waiting [2024-08-21T07:43:50.471Z] 14a436d87043: Layer already exists [2024-08-21T07:43:50.736Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:50.736Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:50.736Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:50.736Z] aa0fe276cd79: Pushed [2024-08-21T07:43:50.736Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:50.736Z] 8ca14812992c: Pushed [2024-08-21T07:43:57.359Z] 05711373a1bc: Pushed [2024-08-21T07:43:57.359Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:57.705Z] + 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-21T07:43:58.048Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-21T07:43:58.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-21T07:43:58.048Z] 8ca14812992c: Preparing [2024-08-21T07:43:58.048Z] aa0fe276cd79: Preparing [2024-08-21T07:43:58.048Z] 05711373a1bc: Preparing [2024-08-21T07:43:58.048Z] 6fbda95a0343: Preparing [2024-08-21T07:43:58.048Z] 14a436d87043: Preparing [2024-08-21T07:43:58.048Z] 7e3c6815c471: Preparing [2024-08-21T07:43:58.048Z] 7e3c6815c471: Waiting [2024-08-21T07:43:58.048Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:58.048Z] 3c20671a5817: Preparing [2024-08-21T07:43:58.048Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:58.048Z] 05711373a1bc: Layer already exists [2024-08-21T07:43:58.048Z] 14a436d87043: Layer already exists [2024-08-21T07:43:58.048Z] 8ca14812992c: Layer already exists [2024-08-21T07:43:58.048Z] aa0fe276cd79: Layer already exists [2024-08-21T07:43:58.048Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:58.048Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:58.048Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:58.048Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:58.312Z] latest: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:58.666Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:59.018Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.58 [2024-08-21T07:43:59.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-21T07:43:59.018Z] 8ca14812992c: Preparing [2024-08-21T07:43:59.018Z] aa0fe276cd79: Preparing [2024-08-21T07:43:59.018Z] 05711373a1bc: Preparing [2024-08-21T07:43:59.018Z] 6fbda95a0343: Preparing [2024-08-21T07:43:59.018Z] 14a436d87043: Preparing [2024-08-21T07:43:59.018Z] 7e3c6815c471: Preparing [2024-08-21T07:43:59.018Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:59.018Z] 7e3c6815c471: Waiting [2024-08-21T07:43:59.018Z] 3c20671a5817: Preparing [2024-08-21T07:43:59.018Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:59.018Z] 3c20671a5817: Waiting [2024-08-21T07:43:59.018Z] 14a436d87043: Layer already exists [2024-08-21T07:43:59.018Z] aa0fe276cd79: Layer already exists [2024-08-21T07:43:59.018Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:59.018Z] 8ca14812992c: Layer already exists [2024-08-21T07:43:59.018Z] 05711373a1bc: Layer already exists [2024-08-21T07:43:59.018Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:59.018Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:59.018Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:43:59.281Z] 3.2.0-dev.58: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:59.634Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:43:59.975Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:43:59.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-21T07:43:59.975Z] 8ca14812992c: Preparing [2024-08-21T07:43:59.975Z] aa0fe276cd79: Preparing [2024-08-21T07:43:59.975Z] 05711373a1bc: Preparing [2024-08-21T07:43:59.975Z] 6fbda95a0343: Preparing [2024-08-21T07:43:59.975Z] 14a436d87043: Preparing [2024-08-21T07:43:59.975Z] 7e3c6815c471: Preparing [2024-08-21T07:43:59.975Z] f650a7d9c8d7: Preparing [2024-08-21T07:43:59.975Z] 3c20671a5817: Preparing [2024-08-21T07:43:59.975Z] 7e3c6815c471: Waiting [2024-08-21T07:43:59.975Z] f650a7d9c8d7: Waiting [2024-08-21T07:43:59.975Z] 3c20671a5817: Waiting [2024-08-21T07:43:59.975Z] 8ca14812992c: Layer already exists [2024-08-21T07:43:59.975Z] 6fbda95a0343: Layer already exists [2024-08-21T07:43:59.975Z] 05711373a1bc: Layer already exists [2024-08-21T07:43:59.975Z] aa0fe276cd79: Layer already exists [2024-08-21T07:43:59.975Z] 14a436d87043: Layer already exists [2024-08-21T07:43:59.975Z] 7e3c6815c471: Layer already exists [2024-08-21T07:43:59.975Z] 3c20671a5817: Layer already exists [2024-08-21T07:43:59.975Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:00.238Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:00.599Z] + 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-21T07:44:00.943Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-21T07:44:00.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-21T07:44:00.943Z] 8ca14812992c: Preparing [2024-08-21T07:44:00.943Z] aa0fe276cd79: Preparing [2024-08-21T07:44:00.943Z] 05711373a1bc: Preparing [2024-08-21T07:44:00.943Z] 6fbda95a0343: Preparing [2024-08-21T07:44:00.943Z] 14a436d87043: Preparing [2024-08-21T07:44:00.943Z] 7e3c6815c471: Preparing [2024-08-21T07:44:00.943Z] f650a7d9c8d7: Preparing [2024-08-21T07:44:00.943Z] 3c20671a5817: Preparing [2024-08-21T07:44:00.943Z] f650a7d9c8d7: Waiting [2024-08-21T07:44:00.943Z] 3c20671a5817: Waiting [2024-08-21T07:44:00.943Z] 7e3c6815c471: Waiting [2024-08-21T07:44:00.943Z] aa0fe276cd79: Layer already exists [2024-08-21T07:44:00.943Z] 05711373a1bc: Layer already exists [2024-08-21T07:44:00.943Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:00.943Z] 8ca14812992c: Layer already exists [2024-08-21T07:44:00.943Z] 14a436d87043: Layer already exists [2024-08-21T07:44:00.943Z] 7e3c6815c471: Layer already exists [2024-08-21T07:44:00.943Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:00.943Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:01.207Z] main: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:44:01.275Z] ===================================================== [Pipeline] echo [2024-08-21T07:44:01.284Z] taggedImages: [2024-08-21T07:44:01.284Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:01.284Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-21T07:44:01.284Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.58 [2024-08-21T07:44:01.284Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:01.284Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-21T07:44:01.306Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-21T07:44:01.306Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:01.306Z] latest [2024-08-21T07:44:01.306Z] 3.2.0-dev.58 [2024-08-21T07:44:01.306Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:01.306Z] main [2024-08-21T07:44:01.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:01.670Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:02.008Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:02.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-21T07:44:02.008Z] 6322010cab96: Preparing [2024-08-21T07:44:02.008Z] 64a2351d3344: Preparing [2024-08-21T07:44:02.008Z] 837b4083ea33: Preparing [2024-08-21T07:44:02.008Z] b84873f60e85: Preparing [2024-08-21T07:44:02.008Z] cc48386cfeac: Preparing [2024-08-21T07:44:02.008Z] a18acd1c2fa2: Preparing [2024-08-21T07:44:02.008Z] fa83ec015c6a: Preparing [2024-08-21T07:44:02.008Z] 8c40e60c53b1: Preparing [2024-08-21T07:44:02.008Z] 6fbda95a0343: Preparing [2024-08-21T07:44:02.008Z] 14a436d87043: Preparing [2024-08-21T07:44:02.008Z] 5eb26f89569b: Preparing [2024-08-21T07:44:02.008Z] eb42d294ebdc: Preparing [2024-08-21T07:44:02.008Z] 5f70bf18a086: Preparing [2024-08-21T07:44:02.008Z] 7765833b35c6: Preparing [2024-08-21T07:44:02.008Z] eae5a69531cd: Preparing [2024-08-21T07:44:02.008Z] e1bff5582b0a: Preparing [2024-08-21T07:44:02.008Z] 3c20671a5817: Preparing [2024-08-21T07:44:02.008Z] 14a436d87043: Waiting [2024-08-21T07:44:02.008Z] 5eb26f89569b: Waiting [2024-08-21T07:44:02.008Z] eb42d294ebdc: Waiting [2024-08-21T07:44:02.008Z] 5f70bf18a086: Waiting [2024-08-21T07:44:02.008Z] 7765833b35c6: Waiting [2024-08-21T07:44:02.008Z] eae5a69531cd: Waiting [2024-08-21T07:44:02.008Z] fa83ec015c6a: Waiting [2024-08-21T07:44:02.008Z] 8c40e60c53b1: Waiting [2024-08-21T07:44:02.008Z] 6fbda95a0343: Waiting [2024-08-21T07:44:02.008Z] e1bff5582b0a: Waiting [2024-08-21T07:44:02.008Z] 3c20671a5817: Waiting [2024-08-21T07:44:02.008Z] a18acd1c2fa2: Waiting [2024-08-21T07:44:02.272Z] b84873f60e85: Pushed [2024-08-21T07:44:02.272Z] cc48386cfeac: Pushed [2024-08-21T07:44:02.272Z] 837b4083ea33: Pushed [2024-08-21T07:44:02.272Z] 6322010cab96: Pushed [2024-08-21T07:44:02.272Z] 64a2351d3344: Pushed [2024-08-21T07:44:02.272Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:02.272Z] 14a436d87043: Layer already exists [2024-08-21T07:44:02.537Z] a18acd1c2fa2: Pushed [2024-08-21T07:44:02.537Z] fa83ec015c6a: Pushed [2024-08-21T07:44:02.537Z] 5f70bf18a086: Layer already exists [2024-08-21T07:44:02.537Z] eb42d294ebdc: Pushed [2024-08-21T07:44:02.537Z] 5eb26f89569b: Pushed [2024-08-21T07:44:02.537Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:02.537Z] 7765833b35c6: Pushed [2024-08-21T07:44:02.537Z] eae5a69531cd: Pushed [2024-08-21T07:44:02.537Z] e1bff5582b0a: Pushed [2024-08-21T07:44:05.095Z] 8c40e60c53b1: Pushed [2024-08-21T07:44:05.095Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:05.456Z] + 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-21T07:44:05.822Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-21T07:44:05.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-21T07:44:05.822Z] 6322010cab96: Preparing [2024-08-21T07:44:05.822Z] 64a2351d3344: Preparing [2024-08-21T07:44:05.822Z] 837b4083ea33: Preparing [2024-08-21T07:44:05.822Z] b84873f60e85: Preparing [2024-08-21T07:44:05.822Z] cc48386cfeac: Preparing [2024-08-21T07:44:05.822Z] a18acd1c2fa2: Preparing [2024-08-21T07:44:05.822Z] fa83ec015c6a: Preparing [2024-08-21T07:44:05.822Z] 8c40e60c53b1: Preparing [2024-08-21T07:44:05.822Z] 6fbda95a0343: Preparing [2024-08-21T07:44:05.822Z] 14a436d87043: Preparing [2024-08-21T07:44:05.822Z] 5eb26f89569b: Preparing [2024-08-21T07:44:05.822Z] eb42d294ebdc: Preparing [2024-08-21T07:44:05.822Z] 5f70bf18a086: Preparing [2024-08-21T07:44:05.822Z] 7765833b35c6: Preparing [2024-08-21T07:44:05.822Z] eae5a69531cd: Preparing [2024-08-21T07:44:05.822Z] e1bff5582b0a: Preparing [2024-08-21T07:44:05.822Z] 3c20671a5817: Preparing [2024-08-21T07:44:05.822Z] 5eb26f89569b: Waiting [2024-08-21T07:44:05.822Z] a18acd1c2fa2: Waiting [2024-08-21T07:44:05.822Z] fa83ec015c6a: Waiting [2024-08-21T07:44:05.822Z] 8c40e60c53b1: Waiting [2024-08-21T07:44:05.822Z] 14a436d87043: Waiting [2024-08-21T07:44:05.822Z] eb42d294ebdc: Waiting [2024-08-21T07:44:05.822Z] eae5a69531cd: Waiting [2024-08-21T07:44:05.822Z] 5f70bf18a086: Waiting [2024-08-21T07:44:05.822Z] 7765833b35c6: Waiting [2024-08-21T07:44:05.822Z] e1bff5582b0a: Waiting [2024-08-21T07:44:05.822Z] 3c20671a5817: Waiting [2024-08-21T07:44:05.822Z] cc48386cfeac: Layer already exists [2024-08-21T07:44:05.822Z] b84873f60e85: Layer already exists [2024-08-21T07:44:05.822Z] 6322010cab96: Layer already exists [2024-08-21T07:44:05.822Z] 64a2351d3344: Layer already exists [2024-08-21T07:44:05.822Z] 837b4083ea33: Layer already exists [2024-08-21T07:44:05.822Z] 8c40e60c53b1: Layer already exists [2024-08-21T07:44:05.822Z] fa83ec015c6a: Layer already exists [2024-08-21T07:44:05.822Z] 14a436d87043: Layer already exists [2024-08-21T07:44:05.822Z] a18acd1c2fa2: Layer already exists [2024-08-21T07:44:05.822Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:05.822Z] 5f70bf18a086: Layer already exists [2024-08-21T07:44:05.822Z] 5eb26f89569b: Layer already exists [2024-08-21T07:44:05.822Z] 7765833b35c6: Layer already exists [2024-08-21T07:44:05.822Z] eb42d294ebdc: Layer already exists [2024-08-21T07:44:05.822Z] eae5a69531cd: Layer already exists [2024-08-21T07:44:05.822Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:05.822Z] e1bff5582b0a: Layer already exists [2024-08-21T07:44:06.109Z] latest: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:06.500Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:06.854Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.58 [2024-08-21T07:44:06.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-21T07:44:06.854Z] 6322010cab96: Preparing [2024-08-21T07:44:06.854Z] 64a2351d3344: Preparing [2024-08-21T07:44:06.854Z] 837b4083ea33: Preparing [2024-08-21T07:44:06.854Z] b84873f60e85: Preparing [2024-08-21T07:44:06.854Z] cc48386cfeac: Preparing [2024-08-21T07:44:06.854Z] a18acd1c2fa2: Preparing [2024-08-21T07:44:06.854Z] fa83ec015c6a: Preparing [2024-08-21T07:44:06.854Z] 8c40e60c53b1: Preparing [2024-08-21T07:44:06.854Z] 6fbda95a0343: Preparing [2024-08-21T07:44:06.854Z] 14a436d87043: Preparing [2024-08-21T07:44:06.854Z] 5eb26f89569b: Preparing [2024-08-21T07:44:06.854Z] eb42d294ebdc: Preparing [2024-08-21T07:44:06.854Z] 5f70bf18a086: Preparing [2024-08-21T07:44:06.854Z] 7765833b35c6: Preparing [2024-08-21T07:44:06.854Z] eae5a69531cd: Preparing [2024-08-21T07:44:06.854Z] e1bff5582b0a: Preparing [2024-08-21T07:44:06.854Z] 3c20671a5817: Preparing [2024-08-21T07:44:06.854Z] a18acd1c2fa2: Waiting [2024-08-21T07:44:06.854Z] fa83ec015c6a: Waiting [2024-08-21T07:44:06.854Z] 8c40e60c53b1: Waiting [2024-08-21T07:44:06.854Z] 6fbda95a0343: Waiting [2024-08-21T07:44:06.854Z] 14a436d87043: Waiting [2024-08-21T07:44:06.854Z] 5eb26f89569b: Waiting [2024-08-21T07:44:06.854Z] eb42d294ebdc: Waiting [2024-08-21T07:44:06.854Z] 5f70bf18a086: Waiting [2024-08-21T07:44:06.854Z] 7765833b35c6: Waiting [2024-08-21T07:44:06.854Z] eae5a69531cd: Waiting [2024-08-21T07:44:06.854Z] e1bff5582b0a: Waiting [2024-08-21T07:44:06.854Z] 3c20671a5817: Waiting [2024-08-21T07:44:06.854Z] cc48386cfeac: Layer already exists [2024-08-21T07:44:06.854Z] 6322010cab96: Layer already exists [2024-08-21T07:44:06.854Z] 64a2351d3344: Layer already exists [2024-08-21T07:44:06.854Z] b84873f60e85: Layer already exists [2024-08-21T07:44:06.854Z] 837b4083ea33: Layer already exists [2024-08-21T07:44:06.854Z] 8c40e60c53b1: Layer already exists [2024-08-21T07:44:06.854Z] fa83ec015c6a: Layer already exists [2024-08-21T07:44:06.854Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:06.854Z] a18acd1c2fa2: Layer already exists [2024-08-21T07:44:06.854Z] 14a436d87043: Layer already exists [2024-08-21T07:44:06.854Z] 5f70bf18a086: Layer already exists [2024-08-21T07:44:06.854Z] 5eb26f89569b: Layer already exists [2024-08-21T07:44:06.854Z] eb42d294ebdc: Layer already exists [2024-08-21T07:44:06.854Z] 7765833b35c6: Layer already exists [2024-08-21T07:44:06.854Z] eae5a69531cd: Layer already exists [2024-08-21T07:44:06.854Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:06.854Z] e1bff5582b0a: Layer already exists [2024-08-21T07:44:07.117Z] 3.2.0-dev.58: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:07.475Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:07.811Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:07.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-21T07:44:07.811Z] 6322010cab96: Preparing [2024-08-21T07:44:07.811Z] 64a2351d3344: Preparing [2024-08-21T07:44:07.811Z] 837b4083ea33: Preparing [2024-08-21T07:44:07.811Z] b84873f60e85: Preparing [2024-08-21T07:44:07.811Z] cc48386cfeac: Preparing [2024-08-21T07:44:07.811Z] a18acd1c2fa2: Preparing [2024-08-21T07:44:07.811Z] fa83ec015c6a: Preparing [2024-08-21T07:44:07.811Z] 8c40e60c53b1: Preparing [2024-08-21T07:44:07.811Z] 6fbda95a0343: Preparing [2024-08-21T07:44:07.811Z] 14a436d87043: Preparing [2024-08-21T07:44:07.811Z] 5eb26f89569b: Preparing [2024-08-21T07:44:07.811Z] eb42d294ebdc: Preparing [2024-08-21T07:44:07.811Z] 5f70bf18a086: Preparing [2024-08-21T07:44:07.811Z] 7765833b35c6: Preparing [2024-08-21T07:44:07.811Z] eae5a69531cd: Preparing [2024-08-21T07:44:07.811Z] e1bff5582b0a: Preparing [2024-08-21T07:44:07.811Z] 3c20671a5817: Preparing [2024-08-21T07:44:07.811Z] a18acd1c2fa2: Waiting [2024-08-21T07:44:07.811Z] fa83ec015c6a: Waiting [2024-08-21T07:44:07.811Z] 8c40e60c53b1: Waiting [2024-08-21T07:44:07.811Z] 6fbda95a0343: Waiting [2024-08-21T07:44:07.811Z] 14a436d87043: Waiting [2024-08-21T07:44:07.811Z] 5f70bf18a086: Waiting [2024-08-21T07:44:07.811Z] eb42d294ebdc: Waiting [2024-08-21T07:44:07.811Z] 7765833b35c6: Waiting [2024-08-21T07:44:07.811Z] e1bff5582b0a: Waiting [2024-08-21T07:44:07.811Z] 3c20671a5817: Waiting [2024-08-21T07:44:07.811Z] eae5a69531cd: Waiting [2024-08-21T07:44:07.811Z] 64a2351d3344: Layer already exists [2024-08-21T07:44:07.811Z] b84873f60e85: Layer already exists [2024-08-21T07:44:07.811Z] cc48386cfeac: Layer already exists [2024-08-21T07:44:07.811Z] 6322010cab96: Layer already exists [2024-08-21T07:44:07.811Z] 837b4083ea33: Layer already exists [2024-08-21T07:44:07.811Z] fa83ec015c6a: Layer already exists [2024-08-21T07:44:07.811Z] a18acd1c2fa2: Layer already exists [2024-08-21T07:44:07.811Z] 8c40e60c53b1: Layer already exists [2024-08-21T07:44:07.811Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:07.811Z] 14a436d87043: Layer already exists [2024-08-21T07:44:07.811Z] 5f70bf18a086: Layer already exists [2024-08-21T07:44:07.811Z] eb42d294ebdc: Layer already exists [2024-08-21T07:44:08.076Z] 5eb26f89569b: Layer already exists [2024-08-21T07:44:08.076Z] 7765833b35c6: Layer already exists [2024-08-21T07:44:08.076Z] e1bff5582b0a: Layer already exists [2024-08-21T07:44:08.076Z] eae5a69531cd: Layer already exists [2024-08-21T07:44:08.076Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:08.076Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:08.427Z] + 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-21T07:44:08.782Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-21T07:44:08.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-21T07:44:08.782Z] 6322010cab96: Preparing [2024-08-21T07:44:08.782Z] 64a2351d3344: Preparing [2024-08-21T07:44:08.782Z] 837b4083ea33: Preparing [2024-08-21T07:44:08.782Z] b84873f60e85: Preparing [2024-08-21T07:44:08.782Z] cc48386cfeac: Preparing [2024-08-21T07:44:08.782Z] a18acd1c2fa2: Preparing [2024-08-21T07:44:08.782Z] fa83ec015c6a: Preparing [2024-08-21T07:44:08.782Z] 8c40e60c53b1: Preparing [2024-08-21T07:44:08.782Z] 6fbda95a0343: Preparing [2024-08-21T07:44:08.782Z] 14a436d87043: Preparing [2024-08-21T07:44:08.782Z] 5eb26f89569b: Preparing [2024-08-21T07:44:08.782Z] eb42d294ebdc: Preparing [2024-08-21T07:44:08.782Z] 5f70bf18a086: Preparing [2024-08-21T07:44:08.782Z] 7765833b35c6: Preparing [2024-08-21T07:44:08.782Z] eae5a69531cd: Preparing [2024-08-21T07:44:08.782Z] e1bff5582b0a: Preparing [2024-08-21T07:44:08.782Z] 3c20671a5817: Preparing [2024-08-21T07:44:08.782Z] 5eb26f89569b: Waiting [2024-08-21T07:44:08.782Z] eb42d294ebdc: Waiting [2024-08-21T07:44:08.782Z] 5f70bf18a086: Waiting [2024-08-21T07:44:08.782Z] 7765833b35c6: Waiting [2024-08-21T07:44:08.782Z] a18acd1c2fa2: Waiting [2024-08-21T07:44:08.782Z] eae5a69531cd: Waiting [2024-08-21T07:44:08.782Z] e1bff5582b0a: Waiting [2024-08-21T07:44:08.782Z] 3c20671a5817: Waiting [2024-08-21T07:44:08.782Z] 8c40e60c53b1: Waiting [2024-08-21T07:44:08.782Z] 6fbda95a0343: Waiting [2024-08-21T07:44:08.782Z] 14a436d87043: Waiting [2024-08-21T07:44:08.782Z] 6322010cab96: Layer already exists [2024-08-21T07:44:08.782Z] 837b4083ea33: Layer already exists [2024-08-21T07:44:08.782Z] 64a2351d3344: Layer already exists [2024-08-21T07:44:08.782Z] cc48386cfeac: Layer already exists [2024-08-21T07:44:08.782Z] b84873f60e85: Layer already exists [2024-08-21T07:44:08.782Z] fa83ec015c6a: Layer already exists [2024-08-21T07:44:08.782Z] 8c40e60c53b1: Layer already exists [2024-08-21T07:44:08.782Z] a18acd1c2fa2: Layer already exists [2024-08-21T07:44:08.782Z] 14a436d87043: Layer already exists [2024-08-21T07:44:08.782Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:08.782Z] 5eb26f89569b: Layer already exists [2024-08-21T07:44:08.782Z] 5f70bf18a086: Layer already exists [2024-08-21T07:44:08.782Z] eb42d294ebdc: Layer already exists [2024-08-21T07:44:08.782Z] eae5a69531cd: Layer already exists [2024-08-21T07:44:08.782Z] 7765833b35c6: Layer already exists [2024-08-21T07:44:08.782Z] e1bff5582b0a: Layer already exists [2024-08-21T07:44:08.782Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:09.046Z] main: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:44:09.129Z] ===================================================== [Pipeline] echo [2024-08-21T07:44:09.147Z] taggedImages: [2024-08-21T07:44:09.147Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:09.147Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-21T07:44:09.147Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.58 [2024-08-21T07:44:09.147Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:09.147Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-21T07:44:09.170Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-21T07:44:09.170Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:09.170Z] latest [2024-08-21T07:44:09.170Z] 3.2.0-dev.58 [2024-08-21T07:44:09.170Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:09.170Z] main [2024-08-21T07:44:09.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:09.533Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:09.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:09.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-21T07:44:09.884Z] 7432615de9bd: Preparing [2024-08-21T07:44:09.884Z] 81afb602eeb2: Preparing [2024-08-21T07:44:09.884Z] 794dd31d1020: Preparing [2024-08-21T07:44:09.884Z] 867ab0f3a173: Preparing [2024-08-21T07:44:09.884Z] 6fbda95a0343: Preparing [2024-08-21T07:44:09.884Z] 14a436d87043: Preparing [2024-08-21T07:44:09.884Z] 7e3c6815c471: Preparing [2024-08-21T07:44:09.884Z] f650a7d9c8d7: Preparing [2024-08-21T07:44:09.884Z] 3c20671a5817: Preparing [2024-08-21T07:44:09.884Z] 14a436d87043: Waiting [2024-08-21T07:44:09.884Z] 7e3c6815c471: Waiting [2024-08-21T07:44:09.884Z] f650a7d9c8d7: Waiting [2024-08-21T07:44:09.884Z] 3c20671a5817: Waiting [2024-08-21T07:44:09.884Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:10.148Z] 14a436d87043: Layer already exists [2024-08-21T07:44:10.148Z] 7e3c6815c471: Layer already exists [2024-08-21T07:44:10.148Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:10.148Z] 794dd31d1020: Pushed [2024-08-21T07:44:10.148Z] 7432615de9bd: Pushed [2024-08-21T07:44:10.148Z] 81afb602eeb2: Pushed [2024-08-21T07:44:10.148Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:15.471Z] 867ab0f3a173: Pushed [2024-08-21T07:44:15.471Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:15.832Z] + 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-21T07:44:16.172Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-21T07:44:16.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-21T07:44:16.172Z] 7432615de9bd: Preparing [2024-08-21T07:44:16.172Z] 81afb602eeb2: Preparing [2024-08-21T07:44:16.172Z] 794dd31d1020: Preparing [2024-08-21T07:44:16.172Z] 867ab0f3a173: Preparing [2024-08-21T07:44:16.172Z] 6fbda95a0343: Preparing [2024-08-21T07:44:16.172Z] 14a436d87043: Preparing [2024-08-21T07:44:16.172Z] 7e3c6815c471: Preparing [2024-08-21T07:44:16.172Z] f650a7d9c8d7: Preparing [2024-08-21T07:44:16.172Z] 3c20671a5817: Preparing [2024-08-21T07:44:16.172Z] 7e3c6815c471: Waiting [2024-08-21T07:44:16.172Z] f650a7d9c8d7: Waiting [2024-08-21T07:44:16.172Z] 3c20671a5817: Waiting [2024-08-21T07:44:16.172Z] 14a436d87043: Waiting [2024-08-21T07:44:16.172Z] 7432615de9bd: Layer already exists [2024-08-21T07:44:16.172Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:16.172Z] 81afb602eeb2: Layer already exists [2024-08-21T07:44:16.172Z] 794dd31d1020: Layer already exists [2024-08-21T07:44:16.172Z] 867ab0f3a173: Layer already exists [2024-08-21T07:44:16.172Z] 7e3c6815c471: Layer already exists [2024-08-21T07:44:16.172Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:16.172Z] 14a436d87043: Layer already exists [2024-08-21T07:44:16.172Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:16.435Z] latest: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:16.780Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:17.132Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.58 [2024-08-21T07:44:17.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-21T07:44:17.133Z] 7432615de9bd: Preparing [2024-08-21T07:44:17.133Z] 81afb602eeb2: Preparing [2024-08-21T07:44:17.133Z] 794dd31d1020: Preparing [2024-08-21T07:44:17.133Z] 867ab0f3a173: Preparing [2024-08-21T07:44:17.133Z] 6fbda95a0343: Preparing [2024-08-21T07:44:17.133Z] 14a436d87043: Preparing [2024-08-21T07:44:17.133Z] 7e3c6815c471: Preparing [2024-08-21T07:44:17.133Z] 14a436d87043: Waiting [2024-08-21T07:44:17.133Z] f650a7d9c8d7: Preparing [2024-08-21T07:44:17.133Z] 3c20671a5817: Preparing [2024-08-21T07:44:17.133Z] 7e3c6815c471: Waiting [2024-08-21T07:44:17.133Z] f650a7d9c8d7: Waiting [2024-08-21T07:44:17.133Z] 3c20671a5817: Waiting [2024-08-21T07:44:17.133Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:17.133Z] 7432615de9bd: Layer already exists [2024-08-21T07:44:17.133Z] 867ab0f3a173: Layer already exists [2024-08-21T07:44:17.133Z] 81afb602eeb2: Layer already exists [2024-08-21T07:44:17.133Z] 794dd31d1020: Layer already exists [2024-08-21T07:44:17.133Z] 14a436d87043: Layer already exists [2024-08-21T07:44:17.133Z] 7e3c6815c471: Layer already exists [2024-08-21T07:44:17.133Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:17.133Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:17.396Z] 3.2.0-dev.58: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:17.748Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:18.103Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:18.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-21T07:44:18.103Z] 7432615de9bd: Preparing [2024-08-21T07:44:18.103Z] 81afb602eeb2: Preparing [2024-08-21T07:44:18.103Z] 794dd31d1020: Preparing [2024-08-21T07:44:18.103Z] 867ab0f3a173: Preparing [2024-08-21T07:44:18.103Z] 6fbda95a0343: Preparing [2024-08-21T07:44:18.103Z] 14a436d87043: Preparing [2024-08-21T07:44:18.103Z] 7e3c6815c471: Preparing [2024-08-21T07:44:18.103Z] f650a7d9c8d7: Preparing [2024-08-21T07:44:18.103Z] 3c20671a5817: Preparing [2024-08-21T07:44:18.103Z] 14a436d87043: Waiting [2024-08-21T07:44:18.103Z] 7e3c6815c471: Waiting [2024-08-21T07:44:18.103Z] f650a7d9c8d7: Waiting [2024-08-21T07:44:18.103Z] 3c20671a5817: Waiting [2024-08-21T07:44:18.103Z] 794dd31d1020: Layer already exists [2024-08-21T07:44:18.103Z] 867ab0f3a173: Layer already exists [2024-08-21T07:44:18.103Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:18.103Z] 81afb602eeb2: Layer already exists [2024-08-21T07:44:18.103Z] 7432615de9bd: Layer already exists [2024-08-21T07:44:18.103Z] 7e3c6815c471: Layer already exists [2024-08-21T07:44:18.103Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:18.103Z] 14a436d87043: Layer already exists [2024-08-21T07:44:18.103Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:18.103Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:18.728Z] + 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-21T07:44:19.068Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-21T07:44:19.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-21T07:44:19.068Z] 7432615de9bd: Preparing [2024-08-21T07:44:19.068Z] 81afb602eeb2: Preparing [2024-08-21T07:44:19.068Z] 794dd31d1020: Preparing [2024-08-21T07:44:19.068Z] 867ab0f3a173: Preparing [2024-08-21T07:44:19.068Z] 6fbda95a0343: Preparing [2024-08-21T07:44:19.068Z] 14a436d87043: Preparing [2024-08-21T07:44:19.068Z] 7e3c6815c471: Preparing [2024-08-21T07:44:19.068Z] f650a7d9c8d7: Preparing [2024-08-21T07:44:19.068Z] 3c20671a5817: Preparing [2024-08-21T07:44:19.068Z] f650a7d9c8d7: Waiting [2024-08-21T07:44:19.068Z] 3c20671a5817: Waiting [2024-08-21T07:44:19.068Z] 14a436d87043: Waiting [2024-08-21T07:44:19.068Z] 7e3c6815c471: Waiting [2024-08-21T07:44:19.068Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:19.068Z] 794dd31d1020: Layer already exists [2024-08-21T07:44:19.068Z] 81afb602eeb2: Layer already exists [2024-08-21T07:44:19.068Z] 7432615de9bd: Layer already exists [2024-08-21T07:44:19.069Z] 867ab0f3a173: Layer already exists [2024-08-21T07:44:19.069Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:19.069Z] 14a436d87043: Layer already exists [2024-08-21T07:44:19.069Z] 7e3c6815c471: Layer already exists [2024-08-21T07:44:19.069Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:44:19.333Z] main: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:44:19.415Z] ===================================================== [Pipeline] echo [2024-08-21T07:44:19.429Z] taggedImages: [2024-08-21T07:44:19.429Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:19.429Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-21T07:44:19.429Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.58 [2024-08-21T07:44:19.429Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:19.429Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-21T07:44:19.458Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-21T07:44:19.458Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:19.458Z] latest [2024-08-21T07:44:19.458Z] 3.2.0-dev.58 [2024-08-21T07:44:19.458Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:19.458Z] main [2024-08-21T07:44:19.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:19.835Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:20.207Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:20.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-21T07:44:20.208Z] bbdb04ced9b8: Preparing [2024-08-21T07:44:20.208Z] 640cbbf11369: Preparing [2024-08-21T07:44:20.208Z] e4576ce44e7c: Preparing [2024-08-21T07:44:20.208Z] dd03260b9ce0: Preparing [2024-08-21T07:44:20.208Z] 9504df1bd2c5: Preparing [2024-08-21T07:44:20.208Z] 6fbda95a0343: Preparing [2024-08-21T07:44:20.208Z] 14a436d87043: Preparing [2024-08-21T07:44:20.208Z] d6a3ff1b8f0d: Preparing [2024-08-21T07:44:20.208Z] a2db780adae0: Preparing [2024-08-21T07:44:20.208Z] 61890eb062a2: Preparing [2024-08-21T07:44:20.208Z] 3c20671a5817: Preparing [2024-08-21T07:44:20.208Z] 6fbda95a0343: Waiting [2024-08-21T07:44:20.208Z] 14a436d87043: Waiting [2024-08-21T07:44:20.208Z] d6a3ff1b8f0d: Waiting [2024-08-21T07:44:20.208Z] a2db780adae0: Waiting [2024-08-21T07:44:20.208Z] 61890eb062a2: Waiting [2024-08-21T07:44:20.208Z] 3c20671a5817: Waiting [2024-08-21T07:44:20.473Z] 640cbbf11369: Pushed [2024-08-21T07:44:20.473Z] bbdb04ced9b8: Pushed [2024-08-21T07:44:20.473Z] dd03260b9ce0: Pushed [2024-08-21T07:44:20.473Z] 9504df1bd2c5: Pushed [2024-08-21T07:44:20.473Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:20.473Z] 14a436d87043: Layer already exists [2024-08-21T07:44:20.738Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:20.738Z] d6a3ff1b8f0d: Pushed [2024-08-21T07:44:20.738Z] a2db780adae0: Pushed [2024-08-21T07:44:22.671Z] e4576ce44e7c: Pushed [2024-08-21T07:44:23.250Z] 61890eb062a2: Pushed [2024-08-21T07:44:23.250Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:23.609Z] + 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-21T07:44:23.950Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-21T07:44:23.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-21T07:44:23.950Z] bbdb04ced9b8: Preparing [2024-08-21T07:44:23.950Z] 640cbbf11369: Preparing [2024-08-21T07:44:23.950Z] e4576ce44e7c: Preparing [2024-08-21T07:44:23.951Z] dd03260b9ce0: Preparing [2024-08-21T07:44:23.951Z] 9504df1bd2c5: Preparing [2024-08-21T07:44:23.951Z] 6fbda95a0343: Preparing [2024-08-21T07:44:23.951Z] 14a436d87043: Preparing [2024-08-21T07:44:23.951Z] d6a3ff1b8f0d: Preparing [2024-08-21T07:44:23.951Z] a2db780adae0: Preparing [2024-08-21T07:44:23.951Z] 61890eb062a2: Preparing [2024-08-21T07:44:23.951Z] 3c20671a5817: Preparing [2024-08-21T07:44:23.951Z] 14a436d87043: Waiting [2024-08-21T07:44:23.951Z] 6fbda95a0343: Waiting [2024-08-21T07:44:23.951Z] 61890eb062a2: Waiting [2024-08-21T07:44:23.951Z] d6a3ff1b8f0d: Waiting [2024-08-21T07:44:23.951Z] a2db780adae0: Waiting [2024-08-21T07:44:23.951Z] 3c20671a5817: Waiting [2024-08-21T07:44:23.951Z] bbdb04ced9b8: Layer already exists [2024-08-21T07:44:23.951Z] e4576ce44e7c: Layer already exists [2024-08-21T07:44:23.951Z] 9504df1bd2c5: Layer already exists [2024-08-21T07:44:23.951Z] 640cbbf11369: Layer already exists [2024-08-21T07:44:23.951Z] dd03260b9ce0: Layer already exists [2024-08-21T07:44:23.951Z] d6a3ff1b8f0d: Layer already exists [2024-08-21T07:44:23.951Z] 14a436d87043: Layer already exists [2024-08-21T07:44:23.951Z] 61890eb062a2: Layer already exists [2024-08-21T07:44:23.951Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:23.951Z] a2db780adae0: Layer already exists [2024-08-21T07:44:23.951Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:24.216Z] latest: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:24.566Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:24.917Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.58 [2024-08-21T07:44:24.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-21T07:44:24.917Z] bbdb04ced9b8: Preparing [2024-08-21T07:44:24.917Z] 640cbbf11369: Preparing [2024-08-21T07:44:24.917Z] e4576ce44e7c: Preparing [2024-08-21T07:44:24.917Z] dd03260b9ce0: Preparing [2024-08-21T07:44:24.917Z] 9504df1bd2c5: Preparing [2024-08-21T07:44:24.917Z] 6fbda95a0343: Preparing [2024-08-21T07:44:24.917Z] 14a436d87043: Preparing [2024-08-21T07:44:24.917Z] d6a3ff1b8f0d: Preparing [2024-08-21T07:44:24.917Z] a2db780adae0: Preparing [2024-08-21T07:44:24.917Z] 61890eb062a2: Preparing [2024-08-21T07:44:24.917Z] 3c20671a5817: Preparing [2024-08-21T07:44:24.917Z] d6a3ff1b8f0d: Waiting [2024-08-21T07:44:24.917Z] a2db780adae0: Waiting [2024-08-21T07:44:24.917Z] 61890eb062a2: Waiting [2024-08-21T07:44:24.917Z] 3c20671a5817: Waiting [2024-08-21T07:44:24.917Z] 6fbda95a0343: Waiting [2024-08-21T07:44:24.917Z] 14a436d87043: Waiting [2024-08-21T07:44:24.917Z] dd03260b9ce0: Layer already exists [2024-08-21T07:44:24.917Z] e4576ce44e7c: Layer already exists [2024-08-21T07:44:24.917Z] 9504df1bd2c5: Layer already exists [2024-08-21T07:44:24.917Z] bbdb04ced9b8: Layer already exists [2024-08-21T07:44:24.917Z] 640cbbf11369: Layer already exists [2024-08-21T07:44:24.917Z] 14a436d87043: Layer already exists [2024-08-21T07:44:24.917Z] d6a3ff1b8f0d: Layer already exists [2024-08-21T07:44:24.917Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:24.917Z] a2db780adae0: Layer already exists [2024-08-21T07:44:24.917Z] 61890eb062a2: Layer already exists [2024-08-21T07:44:25.181Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:25.181Z] 3.2.0-dev.58: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:25.545Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:25.901Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:25.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-21T07:44:25.901Z] bbdb04ced9b8: Preparing [2024-08-21T07:44:25.901Z] 640cbbf11369: Preparing [2024-08-21T07:44:25.901Z] e4576ce44e7c: Preparing [2024-08-21T07:44:25.901Z] dd03260b9ce0: Preparing [2024-08-21T07:44:25.901Z] 9504df1bd2c5: Preparing [2024-08-21T07:44:25.901Z] 6fbda95a0343: Preparing [2024-08-21T07:44:25.901Z] 14a436d87043: Preparing [2024-08-21T07:44:25.901Z] d6a3ff1b8f0d: Preparing [2024-08-21T07:44:25.901Z] a2db780adae0: Preparing [2024-08-21T07:44:25.901Z] 61890eb062a2: Preparing [2024-08-21T07:44:25.901Z] 3c20671a5817: Preparing [2024-08-21T07:44:25.901Z] d6a3ff1b8f0d: Waiting [2024-08-21T07:44:25.901Z] a2db780adae0: Waiting [2024-08-21T07:44:25.901Z] 61890eb062a2: Waiting [2024-08-21T07:44:25.901Z] 3c20671a5817: Waiting [2024-08-21T07:44:25.901Z] 6fbda95a0343: Waiting [2024-08-21T07:44:25.901Z] 14a436d87043: Waiting [2024-08-21T07:44:25.901Z] bbdb04ced9b8: Layer already exists [2024-08-21T07:44:25.901Z] 640cbbf11369: Layer already exists [2024-08-21T07:44:25.901Z] 9504df1bd2c5: Layer already exists [2024-08-21T07:44:25.901Z] e4576ce44e7c: Layer already exists [2024-08-21T07:44:25.901Z] dd03260b9ce0: Layer already exists [2024-08-21T07:44:25.901Z] a2db780adae0: Layer already exists [2024-08-21T07:44:25.901Z] d6a3ff1b8f0d: Layer already exists [2024-08-21T07:44:25.901Z] 14a436d87043: Layer already exists [2024-08-21T07:44:25.901Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:25.901Z] 61890eb062a2: Layer already exists [2024-08-21T07:44:25.901Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:26.165Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:26.513Z] + 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-21T07:44:26.868Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-21T07:44:26.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-21T07:44:26.868Z] bbdb04ced9b8: Preparing [2024-08-21T07:44:26.868Z] 640cbbf11369: Preparing [2024-08-21T07:44:26.868Z] e4576ce44e7c: Preparing [2024-08-21T07:44:26.868Z] dd03260b9ce0: Preparing [2024-08-21T07:44:26.868Z] 9504df1bd2c5: Preparing [2024-08-21T07:44:26.868Z] 6fbda95a0343: Preparing [2024-08-21T07:44:26.868Z] 14a436d87043: Preparing [2024-08-21T07:44:26.868Z] d6a3ff1b8f0d: Preparing [2024-08-21T07:44:26.868Z] a2db780adae0: Preparing [2024-08-21T07:44:26.868Z] 61890eb062a2: Preparing [2024-08-21T07:44:26.868Z] 3c20671a5817: Preparing [2024-08-21T07:44:26.868Z] 6fbda95a0343: Waiting [2024-08-21T07:44:26.868Z] 14a436d87043: Waiting [2024-08-21T07:44:26.868Z] d6a3ff1b8f0d: Waiting [2024-08-21T07:44:26.868Z] 61890eb062a2: Waiting [2024-08-21T07:44:26.868Z] a2db780adae0: Waiting [2024-08-21T07:44:26.868Z] 3c20671a5817: Waiting [2024-08-21T07:44:26.868Z] 9504df1bd2c5: Layer already exists [2024-08-21T07:44:26.868Z] bbdb04ced9b8: Layer already exists [2024-08-21T07:44:26.868Z] e4576ce44e7c: Layer already exists [2024-08-21T07:44:26.868Z] 640cbbf11369: Layer already exists [2024-08-21T07:44:26.868Z] dd03260b9ce0: Layer already exists [2024-08-21T07:44:26.868Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:26.868Z] d6a3ff1b8f0d: Layer already exists [2024-08-21T07:44:26.868Z] a2db780adae0: Layer already exists [2024-08-21T07:44:26.868Z] 14a436d87043: Layer already exists [2024-08-21T07:44:26.868Z] 61890eb062a2: Layer already exists [2024-08-21T07:44:26.868Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:27.131Z] main: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:44:27.215Z] ===================================================== [Pipeline] echo [2024-08-21T07:44:27.229Z] taggedImages: [2024-08-21T07:44:27.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:27.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-21T07:44:27.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.58 [2024-08-21T07:44:27.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:27.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-21T07:44:27.256Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-21T07:44:27.256Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:27.256Z] latest [2024-08-21T07:44:27.256Z] 3.2.0-dev.58 [2024-08-21T07:44:27.256Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:27.256Z] main [2024-08-21T07:44:27.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:27.614Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:27.957Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:27.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-21T07:44:27.957Z] 90eeed2962a6: Preparing [2024-08-21T07:44:27.957Z] 4babe7e686bc: Preparing [2024-08-21T07:44:27.957Z] 96cdf1ef956c: Preparing [2024-08-21T07:44:27.957Z] 43e18ddd2703: Preparing [2024-08-21T07:44:27.957Z] ccee966029c6: Preparing [2024-08-21T07:44:27.957Z] a7a9c5e5463f: Preparing [2024-08-21T07:44:27.957Z] a24d5cb93f5e: Preparing [2024-08-21T07:44:27.957Z] 6fbda95a0343: Preparing [2024-08-21T07:44:27.957Z] 14a436d87043: Preparing [2024-08-21T07:44:27.957Z] a28763dfbda0: Preparing [2024-08-21T07:44:27.957Z] 533c1d491936: Preparing [2024-08-21T07:44:27.957Z] 3c20671a5817: Preparing [2024-08-21T07:44:27.957Z] a24d5cb93f5e: Waiting [2024-08-21T07:44:27.957Z] 6fbda95a0343: Waiting [2024-08-21T07:44:27.957Z] 14a436d87043: Waiting [2024-08-21T07:44:27.957Z] a28763dfbda0: Waiting [2024-08-21T07:44:27.957Z] 533c1d491936: Waiting [2024-08-21T07:44:27.957Z] 3c20671a5817: Waiting [2024-08-21T07:44:27.957Z] a7a9c5e5463f: Waiting [2024-08-21T07:44:28.223Z] 4babe7e686bc: Pushed [2024-08-21T07:44:28.223Z] ccee966029c6: Pushed [2024-08-21T07:44:28.223Z] 90eeed2962a6: Pushed [2024-08-21T07:44:28.223Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:28.223Z] a7a9c5e5463f: Pushed [2024-08-21T07:44:28.223Z] 14a436d87043: Layer already exists [2024-08-21T07:44:28.488Z] a24d5cb93f5e: Pushed [2024-08-21T07:44:28.488Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:28.488Z] a28763dfbda0: Pushed [2024-08-21T07:44:30.422Z] 43e18ddd2703: Pushed [2024-08-21T07:44:30.686Z] 96cdf1ef956c: Pushed [2024-08-21T07:44:30.951Z] 533c1d491936: Pushed [2024-08-21T07:44:31.214Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:31.570Z] + 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-21T07:44:31.915Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-21T07:44:31.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-21T07:44:31.915Z] 90eeed2962a6: Preparing [2024-08-21T07:44:31.915Z] 4babe7e686bc: Preparing [2024-08-21T07:44:31.915Z] 96cdf1ef956c: Preparing [2024-08-21T07:44:31.915Z] 43e18ddd2703: Preparing [2024-08-21T07:44:31.915Z] ccee966029c6: Preparing [2024-08-21T07:44:31.915Z] a7a9c5e5463f: Preparing [2024-08-21T07:44:31.915Z] a24d5cb93f5e: Preparing [2024-08-21T07:44:31.915Z] 6fbda95a0343: Preparing [2024-08-21T07:44:31.915Z] 14a436d87043: Preparing [2024-08-21T07:44:31.915Z] a28763dfbda0: Preparing [2024-08-21T07:44:31.915Z] 533c1d491936: Preparing [2024-08-21T07:44:31.915Z] 3c20671a5817: Preparing [2024-08-21T07:44:31.915Z] a7a9c5e5463f: Waiting [2024-08-21T07:44:31.915Z] a24d5cb93f5e: Waiting [2024-08-21T07:44:31.915Z] 6fbda95a0343: Waiting [2024-08-21T07:44:31.915Z] 14a436d87043: Waiting [2024-08-21T07:44:31.915Z] a28763dfbda0: Waiting [2024-08-21T07:44:31.915Z] 533c1d491936: Waiting [2024-08-21T07:44:31.915Z] 3c20671a5817: Waiting [2024-08-21T07:44:31.915Z] 90eeed2962a6: Layer already exists [2024-08-21T07:44:31.915Z] 43e18ddd2703: Layer already exists [2024-08-21T07:44:31.915Z] 96cdf1ef956c: Layer already exists [2024-08-21T07:44:31.915Z] 4babe7e686bc: Layer already exists [2024-08-21T07:44:31.915Z] ccee966029c6: Layer already exists [2024-08-21T07:44:31.915Z] a24d5cb93f5e: Layer already exists [2024-08-21T07:44:31.915Z] a7a9c5e5463f: Layer already exists [2024-08-21T07:44:31.915Z] a28763dfbda0: Layer already exists [2024-08-21T07:44:31.915Z] 14a436d87043: Layer already exists [2024-08-21T07:44:31.915Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:31.915Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:31.915Z] 533c1d491936: Layer already exists [2024-08-21T07:44:32.180Z] latest: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:32.531Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:32.870Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.58 [2024-08-21T07:44:32.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-21T07:44:32.870Z] 90eeed2962a6: Preparing [2024-08-21T07:44:32.870Z] 4babe7e686bc: Preparing [2024-08-21T07:44:32.870Z] 96cdf1ef956c: Preparing [2024-08-21T07:44:32.870Z] 43e18ddd2703: Preparing [2024-08-21T07:44:32.870Z] ccee966029c6: Preparing [2024-08-21T07:44:32.870Z] a7a9c5e5463f: Preparing [2024-08-21T07:44:32.870Z] a24d5cb93f5e: Preparing [2024-08-21T07:44:32.870Z] 6fbda95a0343: Preparing [2024-08-21T07:44:32.870Z] 14a436d87043: Preparing [2024-08-21T07:44:32.870Z] a28763dfbda0: Preparing [2024-08-21T07:44:32.870Z] 533c1d491936: Preparing [2024-08-21T07:44:32.870Z] 3c20671a5817: Preparing [2024-08-21T07:44:32.870Z] 14a436d87043: Waiting [2024-08-21T07:44:32.870Z] a28763dfbda0: Waiting [2024-08-21T07:44:32.870Z] a7a9c5e5463f: Waiting [2024-08-21T07:44:32.870Z] a24d5cb93f5e: Waiting [2024-08-21T07:44:32.870Z] 6fbda95a0343: Waiting [2024-08-21T07:44:32.870Z] 3c20671a5817: Waiting [2024-08-21T07:44:32.870Z] 533c1d491936: Waiting [2024-08-21T07:44:32.870Z] 4babe7e686bc: Layer already exists [2024-08-21T07:44:32.870Z] ccee966029c6: Layer already exists [2024-08-21T07:44:32.870Z] 43e18ddd2703: Layer already exists [2024-08-21T07:44:32.870Z] 90eeed2962a6: Layer already exists [2024-08-21T07:44:32.870Z] 96cdf1ef956c: Layer already exists [2024-08-21T07:44:32.870Z] 14a436d87043: Layer already exists [2024-08-21T07:44:32.870Z] a28763dfbda0: Layer already exists [2024-08-21T07:44:32.870Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:32.870Z] a24d5cb93f5e: Layer already exists [2024-08-21T07:44:32.870Z] a7a9c5e5463f: Layer already exists [2024-08-21T07:44:32.870Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:32.870Z] 533c1d491936: Layer already exists [2024-08-21T07:44:33.134Z] 3.2.0-dev.58: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:33.482Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:33.843Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:33.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-21T07:44:33.843Z] 90eeed2962a6: Preparing [2024-08-21T07:44:33.843Z] 4babe7e686bc: Preparing [2024-08-21T07:44:33.843Z] 96cdf1ef956c: Preparing [2024-08-21T07:44:33.843Z] 43e18ddd2703: Preparing [2024-08-21T07:44:33.843Z] ccee966029c6: Preparing [2024-08-21T07:44:33.843Z] a7a9c5e5463f: Preparing [2024-08-21T07:44:33.843Z] a24d5cb93f5e: Preparing [2024-08-21T07:44:33.843Z] 6fbda95a0343: Preparing [2024-08-21T07:44:33.843Z] 14a436d87043: Preparing [2024-08-21T07:44:33.843Z] a28763dfbda0: Preparing [2024-08-21T07:44:33.843Z] 533c1d491936: Preparing [2024-08-21T07:44:33.843Z] 3c20671a5817: Preparing [2024-08-21T07:44:33.843Z] 14a436d87043: Waiting [2024-08-21T07:44:33.843Z] a7a9c5e5463f: Waiting [2024-08-21T07:44:33.843Z] 533c1d491936: Waiting [2024-08-21T07:44:33.843Z] a24d5cb93f5e: Waiting [2024-08-21T07:44:33.843Z] 3c20671a5817: Waiting [2024-08-21T07:44:33.843Z] 6fbda95a0343: Waiting [2024-08-21T07:44:33.843Z] a28763dfbda0: Waiting [2024-08-21T07:44:33.843Z] 4babe7e686bc: Layer already exists [2024-08-21T07:44:33.843Z] ccee966029c6: Layer already exists [2024-08-21T07:44:33.843Z] 90eeed2962a6: Layer already exists [2024-08-21T07:44:33.843Z] 96cdf1ef956c: Layer already exists [2024-08-21T07:44:33.843Z] 43e18ddd2703: Layer already exists [2024-08-21T07:44:33.843Z] a28763dfbda0: Layer already exists [2024-08-21T07:44:33.843Z] a7a9c5e5463f: Layer already exists [2024-08-21T07:44:33.843Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:33.843Z] a24d5cb93f5e: Layer already exists [2024-08-21T07:44:33.843Z] 14a436d87043: Layer already exists [2024-08-21T07:44:33.843Z] 533c1d491936: Layer already exists [2024-08-21T07:44:33.843Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:34.108Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:34.465Z] + 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-21T07:44:34.821Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-21T07:44:34.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-21T07:44:34.821Z] 90eeed2962a6: Preparing [2024-08-21T07:44:34.821Z] 4babe7e686bc: Preparing [2024-08-21T07:44:34.821Z] 96cdf1ef956c: Preparing [2024-08-21T07:44:34.821Z] 43e18ddd2703: Preparing [2024-08-21T07:44:34.821Z] ccee966029c6: Preparing [2024-08-21T07:44:34.821Z] a7a9c5e5463f: Preparing [2024-08-21T07:44:34.821Z] a24d5cb93f5e: Preparing [2024-08-21T07:44:34.821Z] a7a9c5e5463f: Waiting [2024-08-21T07:44:34.821Z] 6fbda95a0343: Preparing [2024-08-21T07:44:34.821Z] a24d5cb93f5e: Waiting [2024-08-21T07:44:34.821Z] 14a436d87043: Preparing [2024-08-21T07:44:34.821Z] 6fbda95a0343: Waiting [2024-08-21T07:44:34.821Z] a28763dfbda0: Preparing [2024-08-21T07:44:34.821Z] 14a436d87043: Waiting [2024-08-21T07:44:34.821Z] 533c1d491936: Preparing [2024-08-21T07:44:34.821Z] a28763dfbda0: Waiting [2024-08-21T07:44:34.821Z] 3c20671a5817: Preparing [2024-08-21T07:44:34.821Z] 533c1d491936: Waiting [2024-08-21T07:44:34.821Z] 3c20671a5817: Waiting [2024-08-21T07:44:34.821Z] 43e18ddd2703: Layer already exists [2024-08-21T07:44:34.821Z] 96cdf1ef956c: Layer already exists [2024-08-21T07:44:34.821Z] 90eeed2962a6: Layer already exists [2024-08-21T07:44:34.821Z] 4babe7e686bc: Layer already exists [2024-08-21T07:44:34.821Z] ccee966029c6: Layer already exists [2024-08-21T07:44:34.821Z] a24d5cb93f5e: Layer already exists [2024-08-21T07:44:34.821Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:34.821Z] a7a9c5e5463f: Layer already exists [2024-08-21T07:44:34.821Z] a28763dfbda0: Layer already exists [2024-08-21T07:44:34.821Z] 14a436d87043: Layer already exists [2024-08-21T07:44:34.821Z] 533c1d491936: Layer already exists [2024-08-21T07:44:34.821Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:35.086Z] main: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:44:35.164Z] ===================================================== [Pipeline] echo [2024-08-21T07:44:35.186Z] taggedImages: [2024-08-21T07:44:35.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:35.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-21T07:44:35.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.58 [2024-08-21T07:44:35.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:35.186Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-21T07:44:35.217Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-21T07:44:35.217Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:35.217Z] latest [2024-08-21T07:44:35.217Z] 3.2.0-dev.58 [2024-08-21T07:44:35.217Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:35.217Z] main [2024-08-21T07:44:35.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:35.591Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:35.935Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:35.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-21T07:44:35.936Z] 5d7a83ce2515: Preparing [2024-08-21T07:44:35.936Z] d49650158570: Preparing [2024-08-21T07:44:35.936Z] 6fbda95a0343: Preparing [2024-08-21T07:44:35.936Z] 14a436d87043: Preparing [2024-08-21T07:44:35.936Z] a5e5a3fa5836: Preparing [2024-08-21T07:44:35.936Z] 9213fb51bc8e: Preparing [2024-08-21T07:44:35.936Z] 3c20671a5817: Preparing [2024-08-21T07:44:35.936Z] 9213fb51bc8e: Waiting [2024-08-21T07:44:35.936Z] 3c20671a5817: Waiting [2024-08-21T07:44:35.936Z] 14a436d87043: Layer already exists [2024-08-21T07:44:35.936Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:36.200Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:36.200Z] 5d7a83ce2515: Pushed [2024-08-21T07:44:36.200Z] a5e5a3fa5836: Pushed [2024-08-21T07:44:37.599Z] 9213fb51bc8e: Pushed [2024-08-21T07:44:39.529Z] d49650158570: Pushed [2024-08-21T07:44:39.529Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:39.895Z] + 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-21T07:44:40.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-21T07:44:40.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-21T07:44:40.256Z] 5d7a83ce2515: Preparing [2024-08-21T07:44:40.256Z] d49650158570: Preparing [2024-08-21T07:44:40.256Z] 6fbda95a0343: Preparing [2024-08-21T07:44:40.256Z] 14a436d87043: Preparing [2024-08-21T07:44:40.256Z] a5e5a3fa5836: Preparing [2024-08-21T07:44:40.256Z] 9213fb51bc8e: Preparing [2024-08-21T07:44:40.256Z] 3c20671a5817: Preparing [2024-08-21T07:44:40.256Z] 9213fb51bc8e: Waiting [2024-08-21T07:44:40.256Z] 3c20671a5817: Waiting [2024-08-21T07:44:40.256Z] a5e5a3fa5836: Layer already exists [2024-08-21T07:44:40.256Z] d49650158570: Layer already exists [2024-08-21T07:44:40.256Z] 14a436d87043: Layer already exists [2024-08-21T07:44:40.256Z] 5d7a83ce2515: Layer already exists [2024-08-21T07:44:40.256Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:40.256Z] 9213fb51bc8e: Layer already exists [2024-08-21T07:44:40.256Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:40.523Z] latest: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:40.873Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:41.233Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.58 [2024-08-21T07:44:41.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-21T07:44:41.233Z] 5d7a83ce2515: Preparing [2024-08-21T07:44:41.233Z] d49650158570: Preparing [2024-08-21T07:44:41.233Z] 6fbda95a0343: Preparing [2024-08-21T07:44:41.233Z] 14a436d87043: Preparing [2024-08-21T07:44:41.233Z] a5e5a3fa5836: Preparing [2024-08-21T07:44:41.233Z] 9213fb51bc8e: Preparing [2024-08-21T07:44:41.233Z] 3c20671a5817: Preparing [2024-08-21T07:44:41.233Z] 9213fb51bc8e: Waiting [2024-08-21T07:44:41.233Z] 3c20671a5817: Waiting [2024-08-21T07:44:41.233Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:41.233Z] 5d7a83ce2515: Layer already exists [2024-08-21T07:44:41.233Z] a5e5a3fa5836: Layer already exists [2024-08-21T07:44:41.233Z] 14a436d87043: Layer already exists [2024-08-21T07:44:41.233Z] d49650158570: Layer already exists [2024-08-21T07:44:41.233Z] 9213fb51bc8e: Layer already exists [2024-08-21T07:44:41.233Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:41.496Z] 3.2.0-dev.58: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:41.848Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:42.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:42.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-21T07:44:42.202Z] 5d7a83ce2515: Preparing [2024-08-21T07:44:42.202Z] d49650158570: Preparing [2024-08-21T07:44:42.202Z] 6fbda95a0343: Preparing [2024-08-21T07:44:42.202Z] 14a436d87043: Preparing [2024-08-21T07:44:42.202Z] a5e5a3fa5836: Preparing [2024-08-21T07:44:42.202Z] 9213fb51bc8e: Preparing [2024-08-21T07:44:42.202Z] 3c20671a5817: Preparing [2024-08-21T07:44:42.202Z] 9213fb51bc8e: Waiting [2024-08-21T07:44:42.202Z] 3c20671a5817: Waiting [2024-08-21T07:44:42.202Z] 14a436d87043: Layer already exists [2024-08-21T07:44:42.202Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:42.202Z] d49650158570: Layer already exists [2024-08-21T07:44:42.202Z] a5e5a3fa5836: Layer already exists [2024-08-21T07:44:42.202Z] 5d7a83ce2515: Layer already exists [2024-08-21T07:44:42.202Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:42.202Z] 9213fb51bc8e: Layer already exists [2024-08-21T07:44:42.467Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:42.827Z] + 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-21T07:44:43.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-21T07:44:43.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-21T07:44:43.173Z] 5d7a83ce2515: Preparing [2024-08-21T07:44:43.173Z] d49650158570: Preparing [2024-08-21T07:44:43.173Z] 6fbda95a0343: Preparing [2024-08-21T07:44:43.173Z] 14a436d87043: Preparing [2024-08-21T07:44:43.173Z] a5e5a3fa5836: Preparing [2024-08-21T07:44:43.173Z] 9213fb51bc8e: Preparing [2024-08-21T07:44:43.173Z] 3c20671a5817: Preparing [2024-08-21T07:44:43.173Z] 9213fb51bc8e: Waiting [2024-08-21T07:44:43.173Z] 3c20671a5817: Waiting [2024-08-21T07:44:43.173Z] a5e5a3fa5836: Layer already exists [2024-08-21T07:44:43.173Z] 14a436d87043: Layer already exists [2024-08-21T07:44:43.173Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:43.173Z] d49650158570: Layer already exists [2024-08-21T07:44:43.173Z] 5d7a83ce2515: Layer already exists [2024-08-21T07:44:43.173Z] 9213fb51bc8e: Layer already exists [2024-08-21T07:44:43.173Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:43.436Z] main: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:44:43.544Z] ===================================================== [Pipeline] echo [2024-08-21T07:44:43.559Z] taggedImages: [2024-08-21T07:44:43.559Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:43.559Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-21T07:44:43.559Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.58 [2024-08-21T07:44:43.559Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:43.559Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-21T07:44:43.593Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-21T07:44:43.593Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:43.593Z] latest [2024-08-21T07:44:43.593Z] 3.2.0-dev.58 [2024-08-21T07:44:43.593Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:44:43.593Z] main [2024-08-21T07:44:43.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:43.984Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:44:44.337Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:44:44.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-21T07:44:44.337Z] b01f0333d3b9: Preparing [2024-08-21T07:44:44.337Z] 6939e1d4be3e: Preparing [2024-08-21T07:44:44.337Z] 1f05c507bcaa: Preparing [2024-08-21T07:44:44.337Z] 6fbda95a0343: Preparing [2024-08-21T07:44:44.337Z] 14a436d87043: Preparing [2024-08-21T07:44:44.337Z] 22d58dc2e9fe: Preparing [2024-08-21T07:44:44.337Z] 1c61f1a58100: Preparing [2024-08-21T07:44:44.337Z] 03221418c9f5: Preparing [2024-08-21T07:44:44.337Z] 018080f0aa97: Preparing [2024-08-21T07:44:44.337Z] 3c20671a5817: Preparing [2024-08-21T07:44:44.337Z] 22d58dc2e9fe: Waiting [2024-08-21T07:44:44.337Z] 1c61f1a58100: Waiting [2024-08-21T07:44:44.337Z] 03221418c9f5: Waiting [2024-08-21T07:44:44.337Z] 018080f0aa97: Waiting [2024-08-21T07:44:44.337Z] 3c20671a5817: Waiting [2024-08-21T07:44:44.337Z] 6fbda95a0343: Layer already exists [2024-08-21T07:44:44.337Z] 14a436d87043: Layer already exists [2024-08-21T07:44:44.603Z] 1f05c507bcaa: Pushed [2024-08-21T07:44:44.603Z] 6939e1d4be3e: Pushed [2024-08-21T07:44:44.603Z] b01f0333d3b9: Pushed [2024-08-21T07:44:44.603Z] 3c20671a5817: Layer already exists [2024-08-21T07:44:44.603Z] 03221418c9f5: Pushed [2024-08-21T07:44:45.556Z] 018080f0aa97: Pushed [2024-08-21T07:44:57.886Z] 1c61f1a58100: Pushed [2024-08-21T07:45:06.140Z] 22d58dc2e9fe: Pushed [2024-08-21T07:45:06.140Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:06.496Z] + 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-21T07:45:06.842Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-21T07:45:06.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-21T07:45:06.842Z] b01f0333d3b9: Preparing [2024-08-21T07:45:06.842Z] 6939e1d4be3e: Preparing [2024-08-21T07:45:06.842Z] 1f05c507bcaa: Preparing [2024-08-21T07:45:06.842Z] 6fbda95a0343: Preparing [2024-08-21T07:45:06.842Z] 14a436d87043: Preparing [2024-08-21T07:45:06.842Z] 22d58dc2e9fe: Preparing [2024-08-21T07:45:06.842Z] 1c61f1a58100: Preparing [2024-08-21T07:45:06.842Z] 03221418c9f5: Preparing [2024-08-21T07:45:06.842Z] 018080f0aa97: Preparing [2024-08-21T07:45:06.842Z] 3c20671a5817: Preparing [2024-08-21T07:45:06.842Z] 22d58dc2e9fe: Waiting [2024-08-21T07:45:06.842Z] 1c61f1a58100: Waiting [2024-08-21T07:45:06.842Z] 03221418c9f5: Waiting [2024-08-21T07:45:06.842Z] 018080f0aa97: Waiting [2024-08-21T07:45:06.842Z] 3c20671a5817: Waiting [2024-08-21T07:45:06.842Z] 14a436d87043: Layer already exists [2024-08-21T07:45:06.842Z] b01f0333d3b9: Layer already exists [2024-08-21T07:45:06.842Z] 1f05c507bcaa: Layer already exists [2024-08-21T07:45:06.842Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:06.842Z] 6939e1d4be3e: Layer already exists [2024-08-21T07:45:06.842Z] 1c61f1a58100: Layer already exists [2024-08-21T07:45:06.842Z] 22d58dc2e9fe: Layer already exists [2024-08-21T07:45:06.842Z] 018080f0aa97: Layer already exists [2024-08-21T07:45:06.842Z] 03221418c9f5: Layer already exists [2024-08-21T07:45:06.842Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:07.105Z] latest: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:07.467Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:07.822Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.58 [2024-08-21T07:45:07.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-21T07:45:07.822Z] b01f0333d3b9: Preparing [2024-08-21T07:45:07.822Z] 6939e1d4be3e: Preparing [2024-08-21T07:45:07.822Z] 1f05c507bcaa: Preparing [2024-08-21T07:45:07.822Z] 6fbda95a0343: Preparing [2024-08-21T07:45:07.822Z] 14a436d87043: Preparing [2024-08-21T07:45:07.822Z] 22d58dc2e9fe: Preparing [2024-08-21T07:45:07.822Z] 1c61f1a58100: Preparing [2024-08-21T07:45:07.822Z] 03221418c9f5: Preparing [2024-08-21T07:45:07.822Z] 018080f0aa97: Preparing [2024-08-21T07:45:07.822Z] 3c20671a5817: Preparing [2024-08-21T07:45:07.822Z] 03221418c9f5: Waiting [2024-08-21T07:45:07.822Z] 018080f0aa97: Waiting [2024-08-21T07:45:07.822Z] 22d58dc2e9fe: Waiting [2024-08-21T07:45:07.822Z] 1c61f1a58100: Waiting [2024-08-21T07:45:07.822Z] 3c20671a5817: Waiting [2024-08-21T07:45:07.822Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:07.822Z] 14a436d87043: Layer already exists [2024-08-21T07:45:07.822Z] 1f05c507bcaa: Layer already exists [2024-08-21T07:45:07.822Z] b01f0333d3b9: Layer already exists [2024-08-21T07:45:07.822Z] 6939e1d4be3e: Layer already exists [2024-08-21T07:45:07.822Z] 03221418c9f5: Layer already exists [2024-08-21T07:45:07.822Z] 22d58dc2e9fe: Layer already exists [2024-08-21T07:45:07.822Z] 1c61f1a58100: Layer already exists [2024-08-21T07:45:07.822Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:07.822Z] 018080f0aa97: Layer already exists [2024-08-21T07:45:07.822Z] 3.2.0-dev.58: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:08.436Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:08.780Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:45:08.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-21T07:45:08.780Z] b01f0333d3b9: Preparing [2024-08-21T07:45:08.780Z] 6939e1d4be3e: Preparing [2024-08-21T07:45:08.780Z] 1f05c507bcaa: Preparing [2024-08-21T07:45:08.780Z] 6fbda95a0343: Preparing [2024-08-21T07:45:08.780Z] 14a436d87043: Preparing [2024-08-21T07:45:08.780Z] 22d58dc2e9fe: Preparing [2024-08-21T07:45:08.780Z] 1c61f1a58100: Preparing [2024-08-21T07:45:08.780Z] 03221418c9f5: Preparing [2024-08-21T07:45:08.780Z] 018080f0aa97: Preparing [2024-08-21T07:45:08.780Z] 3c20671a5817: Preparing [2024-08-21T07:45:08.780Z] 22d58dc2e9fe: Waiting [2024-08-21T07:45:08.780Z] 1c61f1a58100: Waiting [2024-08-21T07:45:08.780Z] 03221418c9f5: Waiting [2024-08-21T07:45:08.780Z] 018080f0aa97: Waiting [2024-08-21T07:45:08.780Z] 3c20671a5817: Waiting [2024-08-21T07:45:08.780Z] b01f0333d3b9: Layer already exists [2024-08-21T07:45:08.780Z] 14a436d87043: Layer already exists [2024-08-21T07:45:08.780Z] 1f05c507bcaa: Layer already exists [2024-08-21T07:45:08.780Z] 6939e1d4be3e: Layer already exists [2024-08-21T07:45:08.780Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:08.780Z] 22d58dc2e9fe: Layer already exists [2024-08-21T07:45:08.780Z] 1c61f1a58100: Layer already exists [2024-08-21T07:45:08.780Z] 018080f0aa97: Layer already exists [2024-08-21T07:45:08.780Z] 03221418c9f5: Layer already exists [2024-08-21T07:45:08.780Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:08.780Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:09.391Z] + 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-21T07:45:09.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-21T07:45:09.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-21T07:45:09.744Z] b01f0333d3b9: Preparing [2024-08-21T07:45:09.744Z] 6939e1d4be3e: Preparing [2024-08-21T07:45:09.744Z] 1f05c507bcaa: Preparing [2024-08-21T07:45:09.744Z] 6fbda95a0343: Preparing [2024-08-21T07:45:09.744Z] 14a436d87043: Preparing [2024-08-21T07:45:09.744Z] 22d58dc2e9fe: Preparing [2024-08-21T07:45:09.744Z] 1c61f1a58100: Preparing [2024-08-21T07:45:09.744Z] 03221418c9f5: Preparing [2024-08-21T07:45:09.744Z] 018080f0aa97: Preparing [2024-08-21T07:45:09.744Z] 3c20671a5817: Preparing [2024-08-21T07:45:09.744Z] 1c61f1a58100: Waiting [2024-08-21T07:45:09.744Z] 03221418c9f5: Waiting [2024-08-21T07:45:09.744Z] 018080f0aa97: Waiting [2024-08-21T07:45:09.744Z] 3c20671a5817: Waiting [2024-08-21T07:45:09.744Z] 22d58dc2e9fe: Waiting [2024-08-21T07:45:09.744Z] 14a436d87043: Layer already exists [2024-08-21T07:45:09.744Z] 1f05c507bcaa: Layer already exists [2024-08-21T07:45:09.744Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:09.744Z] 6939e1d4be3e: Layer already exists [2024-08-21T07:45:09.744Z] b01f0333d3b9: Layer already exists [2024-08-21T07:45:09.744Z] 1c61f1a58100: Layer already exists [2024-08-21T07:45:09.744Z] 22d58dc2e9fe: Layer already exists [2024-08-21T07:45:09.744Z] 03221418c9f5: Layer already exists [2024-08-21T07:45:09.744Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:09.744Z] 018080f0aa97: Layer already exists [2024-08-21T07:45:10.007Z] main: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:45:10.099Z] ===================================================== [Pipeline] echo [2024-08-21T07:45:10.114Z] taggedImages: [2024-08-21T07:45:10.114Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:45:10.114Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-21T07:45:10.114Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.58 [2024-08-21T07:45:10.114Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:45:10.114Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-21T07:45:10.146Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-21T07:45:10.146Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:45:10.146Z] latest [2024-08-21T07:45:10.146Z] 3.2.0-dev.58 [2024-08-21T07:45:10.146Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:45:10.146Z] main [2024-08-21T07:45:10.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:10.520Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:10.876Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:45:10.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-21T07:45:10.876Z] a0a6df3373ce: Preparing [2024-08-21T07:45:10.876Z] 2e31253274f2: Preparing [2024-08-21T07:45:10.876Z] 16b51f3e3fa7: Preparing [2024-08-21T07:45:10.876Z] 6fbda95a0343: Preparing [2024-08-21T07:45:10.876Z] 14a436d87043: Preparing [2024-08-21T07:45:10.876Z] dffba3e87ebf: Preparing [2024-08-21T07:45:10.876Z] 153f081dbbfe: Preparing [2024-08-21T07:45:10.876Z] 9d931e721193: Preparing [2024-08-21T07:45:10.876Z] 3c20671a5817: Preparing [2024-08-21T07:45:10.876Z] dffba3e87ebf: Waiting [2024-08-21T07:45:10.876Z] 153f081dbbfe: Waiting [2024-08-21T07:45:10.876Z] 9d931e721193: Waiting [2024-08-21T07:45:10.876Z] 3c20671a5817: Waiting [2024-08-21T07:45:10.876Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:10.876Z] 14a436d87043: Layer already exists [2024-08-21T07:45:11.141Z] 2e31253274f2: Pushed [2024-08-21T07:45:11.141Z] 16b51f3e3fa7: Pushed [2024-08-21T07:45:11.141Z] a0a6df3373ce: Pushed [2024-08-21T07:45:11.141Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:11.142Z] 153f081dbbfe: Pushed [2024-08-21T07:45:11.723Z] 9d931e721193: Pushed [2024-08-21T07:45:33.745Z] dffba3e87ebf: Pushed [2024-08-21T07:45:33.745Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:34.097Z] + 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-21T07:45:34.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-21T07:45:34.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-21T07:45:34.444Z] a0a6df3373ce: Preparing [2024-08-21T07:45:34.444Z] 2e31253274f2: Preparing [2024-08-21T07:45:34.444Z] 16b51f3e3fa7: Preparing [2024-08-21T07:45:34.444Z] 6fbda95a0343: Preparing [2024-08-21T07:45:34.444Z] 14a436d87043: Preparing [2024-08-21T07:45:34.444Z] dffba3e87ebf: Preparing [2024-08-21T07:45:34.444Z] 153f081dbbfe: Preparing [2024-08-21T07:45:34.444Z] 9d931e721193: Preparing [2024-08-21T07:45:34.444Z] 3c20671a5817: Preparing [2024-08-21T07:45:34.444Z] dffba3e87ebf: Waiting [2024-08-21T07:45:34.444Z] 153f081dbbfe: Waiting [2024-08-21T07:45:34.444Z] 9d931e721193: Waiting [2024-08-21T07:45:34.444Z] 3c20671a5817: Waiting [2024-08-21T07:45:34.444Z] 16b51f3e3fa7: Layer already exists [2024-08-21T07:45:34.444Z] 2e31253274f2: Layer already exists [2024-08-21T07:45:34.444Z] a0a6df3373ce: Layer already exists [2024-08-21T07:45:34.444Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:34.444Z] 14a436d87043: Layer already exists [2024-08-21T07:45:34.444Z] dffba3e87ebf: Layer already exists [2024-08-21T07:45:34.444Z] 153f081dbbfe: Layer already exists [2024-08-21T07:45:34.444Z] 9d931e721193: Layer already exists [2024-08-21T07:45:34.444Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:34.708Z] latest: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:35.054Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:35.414Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.58 [2024-08-21T07:45:35.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-21T07:45:35.414Z] a0a6df3373ce: Preparing [2024-08-21T07:45:35.414Z] 2e31253274f2: Preparing [2024-08-21T07:45:35.414Z] 16b51f3e3fa7: Preparing [2024-08-21T07:45:35.414Z] 6fbda95a0343: Preparing [2024-08-21T07:45:35.414Z] 14a436d87043: Preparing [2024-08-21T07:45:35.414Z] dffba3e87ebf: Preparing [2024-08-21T07:45:35.414Z] 153f081dbbfe: Preparing [2024-08-21T07:45:35.414Z] 9d931e721193: Preparing [2024-08-21T07:45:35.414Z] 3c20671a5817: Preparing [2024-08-21T07:45:35.414Z] dffba3e87ebf: Waiting [2024-08-21T07:45:35.414Z] 3c20671a5817: Waiting [2024-08-21T07:45:35.414Z] 153f081dbbfe: Waiting [2024-08-21T07:45:35.414Z] 9d931e721193: Waiting [2024-08-21T07:45:35.414Z] 2e31253274f2: Layer already exists [2024-08-21T07:45:35.414Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:35.414Z] 16b51f3e3fa7: Layer already exists [2024-08-21T07:45:35.414Z] a0a6df3373ce: Layer already exists [2024-08-21T07:45:35.414Z] 14a436d87043: Layer already exists [2024-08-21T07:45:35.414Z] dffba3e87ebf: Layer already exists [2024-08-21T07:45:35.414Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:35.414Z] 153f081dbbfe: Layer already exists [2024-08-21T07:45:35.414Z] 9d931e721193: Layer already exists [2024-08-21T07:45:35.414Z] 3.2.0-dev.58: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:36.020Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:36.364Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:45:36.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-21T07:45:36.364Z] a0a6df3373ce: Preparing [2024-08-21T07:45:36.364Z] 2e31253274f2: Preparing [2024-08-21T07:45:36.364Z] 16b51f3e3fa7: Preparing [2024-08-21T07:45:36.364Z] 6fbda95a0343: Preparing [2024-08-21T07:45:36.364Z] 14a436d87043: Preparing [2024-08-21T07:45:36.364Z] dffba3e87ebf: Preparing [2024-08-21T07:45:36.364Z] 153f081dbbfe: Preparing [2024-08-21T07:45:36.364Z] 9d931e721193: Preparing [2024-08-21T07:45:36.364Z] 3c20671a5817: Preparing [2024-08-21T07:45:36.364Z] 153f081dbbfe: Waiting [2024-08-21T07:45:36.364Z] 9d931e721193: Waiting [2024-08-21T07:45:36.364Z] 3c20671a5817: Waiting [2024-08-21T07:45:36.364Z] dffba3e87ebf: Waiting [2024-08-21T07:45:36.364Z] 14a436d87043: Layer already exists [2024-08-21T07:45:36.364Z] 2e31253274f2: Layer already exists [2024-08-21T07:45:36.364Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:36.364Z] a0a6df3373ce: Layer already exists [2024-08-21T07:45:36.364Z] dffba3e87ebf: Layer already exists [2024-08-21T07:45:36.364Z] 9d931e721193: Layer already exists [2024-08-21T07:45:36.364Z] 16b51f3e3fa7: Layer already exists [2024-08-21T07:45:36.364Z] 153f081dbbfe: Layer already exists [2024-08-21T07:45:36.364Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:36.626Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:36.988Z] + 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-21T07:45:37.367Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-21T07:45:37.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-21T07:45:37.367Z] a0a6df3373ce: Preparing [2024-08-21T07:45:37.367Z] 2e31253274f2: Preparing [2024-08-21T07:45:37.367Z] 16b51f3e3fa7: Preparing [2024-08-21T07:45:37.367Z] 6fbda95a0343: Preparing [2024-08-21T07:45:37.367Z] 14a436d87043: Preparing [2024-08-21T07:45:37.367Z] dffba3e87ebf: Preparing [2024-08-21T07:45:37.367Z] 153f081dbbfe: Preparing [2024-08-21T07:45:37.367Z] 9d931e721193: Preparing [2024-08-21T07:45:37.367Z] 3c20671a5817: Preparing [2024-08-21T07:45:37.367Z] dffba3e87ebf: Waiting [2024-08-21T07:45:37.367Z] 153f081dbbfe: Waiting [2024-08-21T07:45:37.367Z] 9d931e721193: Waiting [2024-08-21T07:45:37.367Z] 3c20671a5817: Waiting [2024-08-21T07:45:37.367Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:37.367Z] 16b51f3e3fa7: Layer already exists [2024-08-21T07:45:37.367Z] 14a436d87043: Layer already exists [2024-08-21T07:45:37.367Z] a0a6df3373ce: Layer already exists [2024-08-21T07:45:37.367Z] 2e31253274f2: Layer already exists [2024-08-21T07:45:37.367Z] 153f081dbbfe: Layer already exists [2024-08-21T07:45:37.367Z] 9d931e721193: Layer already exists [2024-08-21T07:45:37.367Z] 3c20671a5817: Layer already exists [2024-08-21T07:45:37.367Z] dffba3e87ebf: Layer already exists [2024-08-21T07:45:37.630Z] main: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:45:37.700Z] ===================================================== [Pipeline] echo [2024-08-21T07:45:37.716Z] taggedImages: [2024-08-21T07:45:37.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:45:37.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-21T07:45:37.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.58 [2024-08-21T07:45:37.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:45:37.716Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-21T07:45:37.746Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-21T07:45:37.747Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:45:37.747Z] latest [2024-08-21T07:45:37.747Z] 3.2.0-dev.58 [2024-08-21T07:45:37.747Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:45:37.747Z] main [2024-08-21T07:45:37.747Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:38.107Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:45:38.454Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:45:38.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-21T07:45:38.454Z] cf9372242ea6: Preparing [2024-08-21T07:45:38.454Z] 6238362ef4ef: Preparing [2024-08-21T07:45:38.454Z] 3a440365de3f: Preparing [2024-08-21T07:45:38.454Z] 6fbda95a0343: Preparing [2024-08-21T07:45:38.454Z] 14a436d87043: Preparing [2024-08-21T07:45:38.454Z] 41488608af42: Preparing [2024-08-21T07:45:38.454Z] 03221418c9f5: Preparing [2024-08-21T07:45:38.454Z] 018080f0aa97: Preparing [2024-08-21T07:45:38.454Z] 3c20671a5817: Preparing [2024-08-21T07:45:38.454Z] 41488608af42: Waiting [2024-08-21T07:45:38.454Z] 03221418c9f5: Waiting [2024-08-21T07:45:38.454Z] 018080f0aa97: Waiting [2024-08-21T07:45:38.454Z] 3c20671a5817: Waiting [2024-08-21T07:45:38.454Z] 6fbda95a0343: Layer already exists [2024-08-21T07:45:38.454Z] 14a436d87043: Layer already exists [2024-08-21T07:45:38.723Z] 03221418c9f5: Layer already exists [2024-08-21T07:45:38.723Z] 018080f0aa97: Layer already exists [2024-08-21T07:45:38.723Z] 6238362ef4ef: Pushed [2024-08-21T07:45:38.723Z] 3a440365de3f: Pushed [2024-08-21T07:45:38.723Z] cf9372242ea6: Pushed [2024-08-21T07:45:38.723Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:00.742Z] 41488608af42: Pushed [2024-08-21T07:46:00.742Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:01.088Z] + 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-21T07:46:01.437Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-21T07:46:01.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-21T07:46:01.437Z] cf9372242ea6: Preparing [2024-08-21T07:46:01.437Z] 6238362ef4ef: Preparing [2024-08-21T07:46:01.437Z] 3a440365de3f: Preparing [2024-08-21T07:46:01.437Z] 6fbda95a0343: Preparing [2024-08-21T07:46:01.437Z] 14a436d87043: Preparing [2024-08-21T07:46:01.437Z] 41488608af42: Preparing [2024-08-21T07:46:01.437Z] 03221418c9f5: Preparing [2024-08-21T07:46:01.437Z] 41488608af42: Waiting [2024-08-21T07:46:01.437Z] 018080f0aa97: Preparing [2024-08-21T07:46:01.437Z] 3c20671a5817: Preparing [2024-08-21T07:46:01.437Z] 018080f0aa97: Waiting [2024-08-21T07:46:01.437Z] 03221418c9f5: Waiting [2024-08-21T07:46:01.437Z] 3c20671a5817: Waiting [2024-08-21T07:46:01.437Z] cf9372242ea6: Layer already exists [2024-08-21T07:46:01.437Z] 6238362ef4ef: Layer already exists [2024-08-21T07:46:01.437Z] 14a436d87043: Layer already exists [2024-08-21T07:46:01.437Z] 3a440365de3f: Layer already exists [2024-08-21T07:46:01.437Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:01.437Z] 03221418c9f5: Layer already exists [2024-08-21T07:46:01.437Z] 41488608af42: Layer already exists [2024-08-21T07:46:01.437Z] 018080f0aa97: Layer already exists [2024-08-21T07:46:01.437Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:01.701Z] latest: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:02.047Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:02.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.58 [2024-08-21T07:46:02.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-21T07:46:02.395Z] cf9372242ea6: Preparing [2024-08-21T07:46:02.395Z] 6238362ef4ef: Preparing [2024-08-21T07:46:02.395Z] 3a440365de3f: Preparing [2024-08-21T07:46:02.395Z] 6fbda95a0343: Preparing [2024-08-21T07:46:02.395Z] 14a436d87043: Preparing [2024-08-21T07:46:02.395Z] 41488608af42: Preparing [2024-08-21T07:46:02.395Z] 03221418c9f5: Preparing [2024-08-21T07:46:02.395Z] 018080f0aa97: Preparing [2024-08-21T07:46:02.395Z] 3c20671a5817: Preparing [2024-08-21T07:46:02.395Z] 41488608af42: Waiting [2024-08-21T07:46:02.395Z] 03221418c9f5: Waiting [2024-08-21T07:46:02.395Z] 018080f0aa97: Waiting [2024-08-21T07:46:02.395Z] 3c20671a5817: Waiting [2024-08-21T07:46:02.395Z] cf9372242ea6: Layer already exists [2024-08-21T07:46:02.395Z] 3a440365de3f: Layer already exists [2024-08-21T07:46:02.395Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:02.395Z] 14a436d87043: Layer already exists [2024-08-21T07:46:02.395Z] 6238362ef4ef: Layer already exists [2024-08-21T07:46:02.395Z] 018080f0aa97: Layer already exists [2024-08-21T07:46:02.395Z] 41488608af42: Layer already exists [2024-08-21T07:46:02.395Z] 03221418c9f5: Layer already exists [2024-08-21T07:46:02.395Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:02.661Z] 3.2.0-dev.58: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:03.007Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:03.357Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:03.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-21T07:46:03.357Z] cf9372242ea6: Preparing [2024-08-21T07:46:03.357Z] 6238362ef4ef: Preparing [2024-08-21T07:46:03.357Z] 3a440365de3f: Preparing [2024-08-21T07:46:03.357Z] 6fbda95a0343: Preparing [2024-08-21T07:46:03.357Z] 14a436d87043: Preparing [2024-08-21T07:46:03.357Z] 41488608af42: Preparing [2024-08-21T07:46:03.357Z] 03221418c9f5: Preparing [2024-08-21T07:46:03.357Z] 018080f0aa97: Preparing [2024-08-21T07:46:03.357Z] 3c20671a5817: Preparing [2024-08-21T07:46:03.357Z] 41488608af42: Waiting [2024-08-21T07:46:03.357Z] 03221418c9f5: Waiting [2024-08-21T07:46:03.357Z] 018080f0aa97: Waiting [2024-08-21T07:46:03.357Z] 3c20671a5817: Waiting [2024-08-21T07:46:03.357Z] 6238362ef4ef: Layer already exists [2024-08-21T07:46:03.357Z] 14a436d87043: Layer already exists [2024-08-21T07:46:03.357Z] cf9372242ea6: Layer already exists [2024-08-21T07:46:03.357Z] 3a440365de3f: Layer already exists [2024-08-21T07:46:03.357Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:03.357Z] 41488608af42: Layer already exists [2024-08-21T07:46:03.357Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:03.357Z] 03221418c9f5: Layer already exists [2024-08-21T07:46:03.357Z] 018080f0aa97: Layer already exists [2024-08-21T07:46:03.620Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:03.974Z] + 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-21T07:46:04.321Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-21T07:46:04.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-21T07:46:04.321Z] cf9372242ea6: Preparing [2024-08-21T07:46:04.321Z] 6238362ef4ef: Preparing [2024-08-21T07:46:04.321Z] 3a440365de3f: Preparing [2024-08-21T07:46:04.321Z] 6fbda95a0343: Preparing [2024-08-21T07:46:04.321Z] 14a436d87043: Preparing [2024-08-21T07:46:04.321Z] 41488608af42: Preparing [2024-08-21T07:46:04.321Z] 03221418c9f5: Preparing [2024-08-21T07:46:04.321Z] 018080f0aa97: Preparing [2024-08-21T07:46:04.321Z] 3c20671a5817: Preparing [2024-08-21T07:46:04.321Z] 03221418c9f5: Waiting [2024-08-21T07:46:04.321Z] 41488608af42: Waiting [2024-08-21T07:46:04.321Z] 018080f0aa97: Waiting [2024-08-21T07:46:04.321Z] 3c20671a5817: Waiting [2024-08-21T07:46:04.321Z] 14a436d87043: Layer already exists [2024-08-21T07:46:04.321Z] cf9372242ea6: Layer already exists [2024-08-21T07:46:04.321Z] 6238362ef4ef: Layer already exists [2024-08-21T07:46:04.321Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:04.321Z] 3a440365de3f: Layer already exists [2024-08-21T07:46:04.321Z] 41488608af42: Layer already exists [2024-08-21T07:46:04.321Z] 018080f0aa97: Layer already exists [2024-08-21T07:46:04.321Z] 03221418c9f5: Layer already exists [2024-08-21T07:46:04.321Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:04.585Z] main: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:46:04.662Z] ===================================================== [Pipeline] echo [2024-08-21T07:46:04.673Z] taggedImages: [2024-08-21T07:46:04.673Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:04.673Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-21T07:46:04.673Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.58 [2024-08-21T07:46:04.673Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:04.673Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-21T07:46:04.699Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-21T07:46:04.699Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:04.699Z] latest [2024-08-21T07:46:04.699Z] 3.2.0-dev.58 [2024-08-21T07:46:04.699Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:04.699Z] main [2024-08-21T07:46:04.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:05.072Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:05.419Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:05.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-21T07:46:05.419Z] ee6615386e3c: Preparing [2024-08-21T07:46:05.419Z] 785257dfcb05: Preparing [2024-08-21T07:46:05.419Z] 6fbda95a0343: Preparing [2024-08-21T07:46:05.419Z] 14a436d87043: Preparing [2024-08-21T07:46:05.419Z] 373b51837f94: Preparing [2024-08-21T07:46:05.419Z] 1c8aead5788e: Preparing [2024-08-21T07:46:05.419Z] 3c20671a5817: Preparing [2024-08-21T07:46:05.419Z] 1c8aead5788e: Waiting [2024-08-21T07:46:05.419Z] 3c20671a5817: Waiting [2024-08-21T07:46:05.419Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:05.419Z] 14a436d87043: Layer already exists [2024-08-21T07:46:05.682Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:05.682Z] 373b51837f94: Pushed [2024-08-21T07:46:05.682Z] ee6615386e3c: Pushed [2024-08-21T07:46:06.637Z] 1c8aead5788e: Pushed [2024-08-21T07:46:13.260Z] 785257dfcb05: Pushed [2024-08-21T07:46:13.260Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:13.612Z] + 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-21T07:46:13.954Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-21T07:46:13.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-21T07:46:13.954Z] ee6615386e3c: Preparing [2024-08-21T07:46:13.954Z] 785257dfcb05: Preparing [2024-08-21T07:46:13.954Z] 6fbda95a0343: Preparing [2024-08-21T07:46:13.954Z] 14a436d87043: Preparing [2024-08-21T07:46:13.954Z] 373b51837f94: Preparing [2024-08-21T07:46:13.954Z] 1c8aead5788e: Preparing [2024-08-21T07:46:13.954Z] 3c20671a5817: Preparing [2024-08-21T07:46:13.954Z] 3c20671a5817: Waiting [2024-08-21T07:46:13.954Z] 1c8aead5788e: Waiting [2024-08-21T07:46:13.954Z] 785257dfcb05: Layer already exists [2024-08-21T07:46:13.954Z] 14a436d87043: Layer already exists [2024-08-21T07:46:13.954Z] ee6615386e3c: Layer already exists [2024-08-21T07:46:13.954Z] 373b51837f94: Layer already exists [2024-08-21T07:46:13.955Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:13.955Z] 1c8aead5788e: Layer already exists [2024-08-21T07:46:13.955Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:13.955Z] latest: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:14.573Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:14.916Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.58 [2024-08-21T07:46:14.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-21T07:46:14.917Z] ee6615386e3c: Preparing [2024-08-21T07:46:14.917Z] 785257dfcb05: Preparing [2024-08-21T07:46:14.917Z] 6fbda95a0343: Preparing [2024-08-21T07:46:14.917Z] 14a436d87043: Preparing [2024-08-21T07:46:14.917Z] 373b51837f94: Preparing [2024-08-21T07:46:14.917Z] 1c8aead5788e: Preparing [2024-08-21T07:46:14.917Z] 3c20671a5817: Preparing [2024-08-21T07:46:14.917Z] 1c8aead5788e: Waiting [2024-08-21T07:46:14.917Z] 3c20671a5817: Waiting [2024-08-21T07:46:14.917Z] 785257dfcb05: Layer already exists [2024-08-21T07:46:14.917Z] 14a436d87043: Layer already exists [2024-08-21T07:46:14.917Z] ee6615386e3c: Layer already exists [2024-08-21T07:46:14.917Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:14.917Z] 373b51837f94: Layer already exists [2024-08-21T07:46:14.917Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:14.917Z] 1c8aead5788e: Layer already exists [2024-08-21T07:46:14.917Z] 3.2.0-dev.58: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:15.539Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:15.903Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:15.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-21T07:46:15.903Z] ee6615386e3c: Preparing [2024-08-21T07:46:15.903Z] 785257dfcb05: Preparing [2024-08-21T07:46:15.903Z] 6fbda95a0343: Preparing [2024-08-21T07:46:15.903Z] 14a436d87043: Preparing [2024-08-21T07:46:15.903Z] 373b51837f94: Preparing [2024-08-21T07:46:15.903Z] 1c8aead5788e: Preparing [2024-08-21T07:46:15.903Z] 3c20671a5817: Preparing [2024-08-21T07:46:15.903Z] 1c8aead5788e: Waiting [2024-08-21T07:46:15.903Z] 3c20671a5817: Waiting [2024-08-21T07:46:15.903Z] 785257dfcb05: Layer already exists [2024-08-21T07:46:15.903Z] 373b51837f94: Layer already exists [2024-08-21T07:46:15.903Z] ee6615386e3c: Layer already exists [2024-08-21T07:46:15.903Z] 14a436d87043: Layer already exists [2024-08-21T07:46:15.903Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:15.903Z] 1c8aead5788e: Layer already exists [2024-08-21T07:46:15.903Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:15.903Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:16.533Z] + 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-21T07:46:16.886Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-21T07:46:16.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-21T07:46:16.886Z] ee6615386e3c: Preparing [2024-08-21T07:46:16.886Z] 785257dfcb05: Preparing [2024-08-21T07:46:16.886Z] 6fbda95a0343: Preparing [2024-08-21T07:46:16.886Z] 14a436d87043: Preparing [2024-08-21T07:46:16.886Z] 373b51837f94: Preparing [2024-08-21T07:46:16.886Z] 1c8aead5788e: Preparing [2024-08-21T07:46:16.886Z] 3c20671a5817: Preparing [2024-08-21T07:46:16.886Z] 3c20671a5817: Waiting [2024-08-21T07:46:16.886Z] 1c8aead5788e: Waiting [2024-08-21T07:46:16.886Z] 14a436d87043: Layer already exists [2024-08-21T07:46:16.886Z] 373b51837f94: Layer already exists [2024-08-21T07:46:16.886Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:16.886Z] 785257dfcb05: Layer already exists [2024-08-21T07:46:16.886Z] ee6615386e3c: Layer already exists [2024-08-21T07:46:16.886Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:16.886Z] 1c8aead5788e: Layer already exists [2024-08-21T07:46:17.150Z] main: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:46:17.237Z] ===================================================== [Pipeline] echo [2024-08-21T07:46:17.254Z] taggedImages: [2024-08-21T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-21T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.58 [2024-08-21T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:17.254Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-21T07:46:17.281Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-21T07:46:17.281Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:17.281Z] latest [2024-08-21T07:46:17.281Z] 3.2.0-dev.58 [2024-08-21T07:46:17.281Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:17.281Z] main [2024-08-21T07:46:17.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:17.638Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:17.994Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:17.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-21T07:46:17.994Z] 648d97d49d69: Preparing [2024-08-21T07:46:17.994Z] 95e48bd81931: Preparing [2024-08-21T07:46:17.994Z] 6fbda95a0343: Preparing [2024-08-21T07:46:17.994Z] 14a436d87043: Preparing [2024-08-21T07:46:17.994Z] e57bfca4fdd8: Preparing [2024-08-21T07:46:17.994Z] d3c119a6873d: Preparing [2024-08-21T07:46:17.994Z] 3c20671a5817: Preparing [2024-08-21T07:46:17.994Z] d3c119a6873d: Waiting [2024-08-21T07:46:17.994Z] 3c20671a5817: Waiting [2024-08-21T07:46:18.257Z] e57bfca4fdd8: Pushed [2024-08-21T07:46:19.204Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:19.204Z] 14a436d87043: Layer already exists [2024-08-21T07:46:19.204Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:19.204Z] 648d97d49d69: Pushed [2024-08-21T07:46:19.469Z] d3c119a6873d: Pushed [2024-08-21T07:46:26.077Z] 95e48bd81931: Pushed [2024-08-21T07:46:26.077Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:26.420Z] + 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-21T07:46:26.760Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-21T07:46:26.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-21T07:46:26.760Z] 648d97d49d69: Preparing [2024-08-21T07:46:26.760Z] 95e48bd81931: Preparing [2024-08-21T07:46:26.760Z] 6fbda95a0343: Preparing [2024-08-21T07:46:26.760Z] 14a436d87043: Preparing [2024-08-21T07:46:26.760Z] e57bfca4fdd8: Preparing [2024-08-21T07:46:26.760Z] d3c119a6873d: Preparing [2024-08-21T07:46:26.760Z] 3c20671a5817: Preparing [2024-08-21T07:46:26.760Z] d3c119a6873d: Waiting [2024-08-21T07:46:26.760Z] 3c20671a5817: Waiting [2024-08-21T07:46:26.760Z] e57bfca4fdd8: Layer already exists [2024-08-21T07:46:26.760Z] 14a436d87043: Layer already exists [2024-08-21T07:46:26.760Z] 95e48bd81931: Layer already exists [2024-08-21T07:46:26.760Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:26.760Z] 648d97d49d69: Layer already exists [2024-08-21T07:46:26.760Z] d3c119a6873d: Layer already exists [2024-08-21T07:46:26.760Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:26.760Z] latest: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:27.374Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:27.714Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.58 [2024-08-21T07:46:27.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-21T07:46:27.714Z] 648d97d49d69: Preparing [2024-08-21T07:46:27.714Z] 95e48bd81931: Preparing [2024-08-21T07:46:27.714Z] 6fbda95a0343: Preparing [2024-08-21T07:46:27.714Z] 14a436d87043: Preparing [2024-08-21T07:46:27.714Z] e57bfca4fdd8: Preparing [2024-08-21T07:46:27.714Z] d3c119a6873d: Preparing [2024-08-21T07:46:27.714Z] 3c20671a5817: Preparing [2024-08-21T07:46:27.714Z] d3c119a6873d: Waiting [2024-08-21T07:46:27.714Z] 3c20671a5817: Waiting [2024-08-21T07:46:27.714Z] 648d97d49d69: Layer already exists [2024-08-21T07:46:27.714Z] e57bfca4fdd8: Layer already exists [2024-08-21T07:46:27.714Z] 95e48bd81931: Layer already exists [2024-08-21T07:46:27.714Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:27.714Z] 14a436d87043: Layer already exists [2024-08-21T07:46:27.714Z] d3c119a6873d: Layer already exists [2024-08-21T07:46:27.714Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:27.714Z] 3.2.0-dev.58: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:28.060Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:28.573Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:28.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-21T07:46:28.573Z] 648d97d49d69: Preparing [2024-08-21T07:46:28.573Z] 95e48bd81931: Preparing [2024-08-21T07:46:28.573Z] 6fbda95a0343: Preparing [2024-08-21T07:46:28.573Z] 14a436d87043: Preparing [2024-08-21T07:46:28.573Z] e57bfca4fdd8: Preparing [2024-08-21T07:46:28.573Z] d3c119a6873d: Preparing [2024-08-21T07:46:28.573Z] 3c20671a5817: Preparing [2024-08-21T07:46:28.573Z] d3c119a6873d: Waiting [2024-08-21T07:46:28.573Z] 3c20671a5817: Waiting [2024-08-21T07:46:28.573Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:28.573Z] e57bfca4fdd8: Layer already exists [2024-08-21T07:46:28.573Z] 95e48bd81931: Layer already exists [2024-08-21T07:46:28.573Z] 648d97d49d69: Layer already exists [2024-08-21T07:46:28.573Z] 14a436d87043: Layer already exists [2024-08-21T07:46:28.573Z] d3c119a6873d: Layer already exists [2024-08-21T07:46:28.573Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:28.573Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:28.948Z] + 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-21T07:46:29.305Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-21T07:46:29.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-21T07:46:29.305Z] 648d97d49d69: Preparing [2024-08-21T07:46:29.305Z] 95e48bd81931: Preparing [2024-08-21T07:46:29.305Z] 6fbda95a0343: Preparing [2024-08-21T07:46:29.305Z] 14a436d87043: Preparing [2024-08-21T07:46:29.305Z] e57bfca4fdd8: Preparing [2024-08-21T07:46:29.305Z] d3c119a6873d: Preparing [2024-08-21T07:46:29.305Z] 3c20671a5817: Preparing [2024-08-21T07:46:29.305Z] d3c119a6873d: Waiting [2024-08-21T07:46:29.305Z] 3c20671a5817: Waiting [2024-08-21T07:46:29.305Z] 648d97d49d69: Layer already exists [2024-08-21T07:46:29.305Z] e57bfca4fdd8: Layer already exists [2024-08-21T07:46:29.305Z] 95e48bd81931: Layer already exists [2024-08-21T07:46:29.305Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:29.305Z] 14a436d87043: Layer already exists [2024-08-21T07:46:29.305Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:29.305Z] d3c119a6873d: Layer already exists [2024-08-21T07:46:29.573Z] main: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:46:29.657Z] ===================================================== [Pipeline] echo [2024-08-21T07:46:29.670Z] taggedImages: [2024-08-21T07:46:29.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:29.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-21T07:46:29.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.58 [2024-08-21T07:46:29.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:29.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-21T07:46:29.697Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-21T07:46:29.697Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:29.697Z] latest [2024-08-21T07:46:29.697Z] 3.2.0-dev.58 [2024-08-21T07:46:29.697Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:29.697Z] main [2024-08-21T07:46:29.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:30.077Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:30.412Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:30.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-21T07:46:30.412Z] 9209d7b5cd2b: Preparing [2024-08-21T07:46:30.412Z] 45fc20deaeca: Preparing [2024-08-21T07:46:30.412Z] 6fbda95a0343: Preparing [2024-08-21T07:46:30.412Z] 14a436d87043: Preparing [2024-08-21T07:46:30.412Z] 7e3c6815c471: Preparing [2024-08-21T07:46:30.412Z] f650a7d9c8d7: Preparing [2024-08-21T07:46:30.412Z] 3c20671a5817: Preparing [2024-08-21T07:46:30.412Z] f650a7d9c8d7: Waiting [2024-08-21T07:46:30.412Z] 3c20671a5817: Waiting [2024-08-21T07:46:30.412Z] 14a436d87043: Layer already exists [2024-08-21T07:46:30.412Z] 7e3c6815c471: Layer already exists [2024-08-21T07:46:30.412Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:30.675Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:46:30.675Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:30.675Z] 9209d7b5cd2b: Pushed [2024-08-21T07:46:37.282Z] 45fc20deaeca: Pushed [2024-08-21T07:46:37.546Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:37.888Z] + 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-21T07:46:38.235Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-21T07:46:38.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-21T07:46:38.235Z] 9209d7b5cd2b: Preparing [2024-08-21T07:46:38.235Z] 45fc20deaeca: Preparing [2024-08-21T07:46:38.235Z] 6fbda95a0343: Preparing [2024-08-21T07:46:38.235Z] 14a436d87043: Preparing [2024-08-21T07:46:38.235Z] 7e3c6815c471: Preparing [2024-08-21T07:46:38.235Z] f650a7d9c8d7: Preparing [2024-08-21T07:46:38.235Z] 3c20671a5817: Preparing [2024-08-21T07:46:38.235Z] 3c20671a5817: Waiting [2024-08-21T07:46:38.235Z] f650a7d9c8d7: Waiting [2024-08-21T07:46:38.235Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:38.235Z] 45fc20deaeca: Layer already exists [2024-08-21T07:46:38.235Z] 9209d7b5cd2b: Layer already exists [2024-08-21T07:46:38.235Z] 14a436d87043: Layer already exists [2024-08-21T07:46:38.235Z] 7e3c6815c471: Layer already exists [2024-08-21T07:46:38.235Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:46:38.235Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:38.500Z] latest: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:38.850Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:39.189Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.58 [2024-08-21T07:46:39.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-21T07:46:39.189Z] 9209d7b5cd2b: Preparing [2024-08-21T07:46:39.189Z] 45fc20deaeca: Preparing [2024-08-21T07:46:39.189Z] 6fbda95a0343: Preparing [2024-08-21T07:46:39.189Z] 14a436d87043: Preparing [2024-08-21T07:46:39.189Z] 7e3c6815c471: Preparing [2024-08-21T07:46:39.189Z] f650a7d9c8d7: Preparing [2024-08-21T07:46:39.189Z] 3c20671a5817: Preparing [2024-08-21T07:46:39.189Z] f650a7d9c8d7: Waiting [2024-08-21T07:46:39.189Z] 3c20671a5817: Waiting [2024-08-21T07:46:39.189Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:39.189Z] 14a436d87043: Layer already exists [2024-08-21T07:46:39.189Z] 9209d7b5cd2b: Layer already exists [2024-08-21T07:46:39.189Z] 45fc20deaeca: Layer already exists [2024-08-21T07:46:39.189Z] 7e3c6815c471: Layer already exists [2024-08-21T07:46:39.189Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:39.189Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:46:39.453Z] 3.2.0-dev.58: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:39.808Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:40.163Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:40.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-21T07:46:40.163Z] 9209d7b5cd2b: Preparing [2024-08-21T07:46:40.163Z] 45fc20deaeca: Preparing [2024-08-21T07:46:40.163Z] 6fbda95a0343: Preparing [2024-08-21T07:46:40.163Z] 14a436d87043: Preparing [2024-08-21T07:46:40.163Z] 7e3c6815c471: Preparing [2024-08-21T07:46:40.163Z] f650a7d9c8d7: Preparing [2024-08-21T07:46:40.163Z] 3c20671a5817: Preparing [2024-08-21T07:46:40.163Z] f650a7d9c8d7: Waiting [2024-08-21T07:46:40.163Z] 3c20671a5817: Waiting [2024-08-21T07:46:40.163Z] 14a436d87043: Layer already exists [2024-08-21T07:46:40.163Z] 7e3c6815c471: Layer already exists [2024-08-21T07:46:40.163Z] 45fc20deaeca: Layer already exists [2024-08-21T07:46:40.163Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:40.163Z] 9209d7b5cd2b: Layer already exists [2024-08-21T07:46:40.163Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:46:40.163Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:40.163Z] dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:40.770Z] + 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-21T07:46:41.116Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-21T07:46:41.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-21T07:46:41.116Z] 9209d7b5cd2b: Preparing [2024-08-21T07:46:41.116Z] 45fc20deaeca: Preparing [2024-08-21T07:46:41.116Z] 6fbda95a0343: Preparing [2024-08-21T07:46:41.116Z] 14a436d87043: Preparing [2024-08-21T07:46:41.116Z] 7e3c6815c471: Preparing [2024-08-21T07:46:41.116Z] f650a7d9c8d7: Preparing [2024-08-21T07:46:41.116Z] 3c20671a5817: Preparing [2024-08-21T07:46:41.116Z] f650a7d9c8d7: Waiting [2024-08-21T07:46:41.116Z] 3c20671a5817: Waiting [2024-08-21T07:46:41.116Z] 9209d7b5cd2b: Layer already exists [2024-08-21T07:46:41.116Z] 6fbda95a0343: Layer already exists [2024-08-21T07:46:41.116Z] 7e3c6815c471: Layer already exists [2024-08-21T07:46:41.116Z] 45fc20deaeca: Layer already exists [2024-08-21T07:46:41.116Z] 14a436d87043: Layer already exists [2024-08-21T07:46:41.116Z] f650a7d9c8d7: Layer already exists [2024-08-21T07:46:41.116Z] 3c20671a5817: Layer already exists [2024-08-21T07:46:41.116Z] main: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-21T07:46:41.460Z] ===================================================== [Pipeline] echo [2024-08-21T07:46:41.470Z] taggedImages: [2024-08-21T07:46:41.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [2024-08-21T07:46:41.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-21T07:46:41.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.58 [2024-08-21T07:46:41.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [2024-08-21T07:46:41.470Z] - 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-21T07:46:41.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-21T07:46:41.867Z] [2024-08-21T07:46:41.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:46:42.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-21T07:46:42.195Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-21T07:46:42.195Z] 8998bd30e6a1: Pulling fs layer [2024-08-21T07:46:42.195Z] 04944245beec: Pulling fs layer [2024-08-21T07:46:42.195Z] 699f458cf7ca: Pulling fs layer [2024-08-21T07:46:42.195Z] 765212b225bb: Pulling fs layer [2024-08-21T07:46:42.195Z] f23df028b6ca: Pulling fs layer [2024-08-21T07:46:42.195Z] d65c8cfc05b1: Pulling fs layer [2024-08-21T07:46:42.195Z] 2437ff75d9bd: Pulling fs layer [2024-08-21T07:46:42.195Z] f23df028b6ca: Waiting [2024-08-21T07:46:42.195Z] d65c8cfc05b1: Waiting [2024-08-21T07:46:42.195Z] 2437ff75d9bd: Waiting [2024-08-21T07:46:42.195Z] 765212b225bb: Waiting [2024-08-21T07:46:42.459Z] 04944245beec: Verifying Checksum [2024-08-21T07:46:42.459Z] 04944245beec: Download complete [2024-08-21T07:46:42.459Z] 765212b225bb: Verifying Checksum [2024-08-21T07:46:42.459Z] 765212b225bb: Download complete [2024-08-21T07:46:42.459Z] f23df028b6ca: Verifying Checksum [2024-08-21T07:46:42.459Z] f23df028b6ca: Download complete [2024-08-21T07:46:42.459Z] d65c8cfc05b1: Download complete [2024-08-21T07:46:42.723Z] 699f458cf7ca: Verifying Checksum [2024-08-21T07:46:42.723Z] 699f458cf7ca: Download complete [2024-08-21T07:46:42.988Z] 8998bd30e6a1: Verifying Checksum [2024-08-21T07:46:42.988Z] 8998bd30e6a1: Download complete [2024-08-21T07:46:45.556Z] 2437ff75d9bd: Verifying Checksum [2024-08-21T07:46:47.491Z] 8998bd30e6a1: Pull complete [2024-08-21T07:46:48.069Z] 04944245beec: Pull complete [2024-08-21T07:46:49.470Z] 699f458cf7ca: Pull complete [2024-08-21T07:46:49.734Z] 765212b225bb: Pull complete [2024-08-21T07:46:50.690Z] f23df028b6ca: Pull complete [2024-08-21T07:46:50.690Z] d65c8cfc05b1: Pull complete [2024-08-21T07:47:08.910Z] 2437ff75d9bd: Pull complete [2024-08-21T07:47:08.911Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-21T07:47:08.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-21T07:47:08.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:47:09.112Z] prd-ubuntu20.04-docker-arm64-4c-16g-8086 does not seem to be running inside a container [2024-08-21T07:47:09.157Z] $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:47:10.898Z] $ docker top bcf65a54012eb57186a8f50888d0a9489be25b981e3a0fd87c2b22f150f6d173 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:47:11.819Z] ---> job-cost.sh [2024-08-21T07:47:11.819Z] lf-activate-venv: SKIPPING [2024-08-21T07:47:11.819Z] INFO: No Stack... [2024-08-21T07:47:12.085Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-21T07:47:13.047Z] INFO: Archiving Costs [Pipeline] sh [2024-08-21T07:47:13.689Z] + cat /w/workspace/edgex-go/677/archives/cost.csv [2024-08-21T07:47:13.689Z] + cut -d, -f6 [Pipeline] lock [2024-08-21T07:47:13.749Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-677-stack-cost] [2024-08-21T07:47:13.757Z] Resource [jenkins-edgexfoundry-edgex-go-main-677-stack-cost] did not exist. Created. [2024-08-21T07:47:13.764Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-677-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-21T07:47:14.417Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-21T07:47:15.046Z] Stashed 1 file(s) [Pipeline] } [2024-08-21T07:47:15.057Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-677-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-21T07:47:15.072Z] $ docker stop --time=1 bcf65a54012eb57186a8f50888d0a9489be25b981e3a0fd87c2b22f150f6d173 [2024-08-21T07:47:16.591Z] $ docker rm -f --volumes bcf65a54012eb57186a8f50888d0a9489be25b981e3a0fd87c2b22f150f6d173 [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-21T07:47:17.168Z] provisioning config files... [2024-08-21T07:47:17.177Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/677@tmp/config15776967536206402834tmp [Pipeline] { [Pipeline] sh [2024-08-21T07:47:17.486Z] + set +x [2024-08-21T07:47:17.486Z] + bash -s -- [2024-08-21T07:47:17.486Z] + curl -s https://codecov.io/bash [2024-08-21T07:47:17.486Z] [2024-08-21T07:47:17.486Z] _____ _ [2024-08-21T07:47:17.486Z] / ____| | | [2024-08-21T07:47:17.486Z] | | ___ __| | ___ ___ _____ __ [2024-08-21T07:47:17.486Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-21T07:47:17.486Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-21T07:47:17.486Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-21T07:47:17.486Z] Bash-1.0.6 [2024-08-21T07:47:17.486Z] [2024-08-21T07:47:17.486Z] [2024-08-21T07:47:17.486Z] ==> git version 2.25.1 found [2024-08-21T07:47:17.486Z] ==> 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-21T07:47:17.486Z] Release-Date: 2020-01-08 [2024-08-21T07:47:17.486Z] 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-21T07:47:17.486Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-21T07:47:17.486Z] ==> Jenkins CI detected. [2024-08-21T07:47:17.486Z] current dir:  /w/workspace/edgex-go/677 [2024-08-21T07:47:17.486Z] project root: . [2024-08-21T07:47:17.486Z] --> token set from env [2024-08-21T07:47:17.486Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-21T07:47:17.486Z] ==> Running gcov in . (disable via -X gcov) [2024-08-21T07:47:17.486Z] ==> Python coveragepy not found [2024-08-21T07:47:17.486Z] ==> Searching for coverage reports in: [2024-08-21T07:47:17.486Z] + . [2024-08-21T07:47:17.745Z] -> Found 1 reports [2024-08-21T07:47:17.746Z] ==> Detecting git/mercurial file structure [2024-08-21T07:47:17.746Z] ==> Reading reports [2024-08-21T07:47:17.746Z] + ./coverage.out bytes=545411 [2024-08-21T07:47:17.746Z] ==> Appending adjustments [2024-08-21T07:47:17.746Z] https://docs.codecov.io/docs/fixing-reports [2024-08-21T07:47:19.122Z] + Found adjustments [2024-08-21T07:47:19.122Z] ==> Gzipping contents [2024-08-21T07:47:19.122Z] 68K /tmp/codecov.3adtpA.gz [2024-08-21T07:47:19.122Z] ==> Uploading reports [2024-08-21T07:47:19.122Z] url: https://codecov.io [2024-08-21T07:47:19.122Z] query: branch=main&commit=dcba1ae946b5ccf48e9dcc2a00fa110f4c613826&build=677&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F677%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-21T07:47:19.122Z] -> Pinging Codecov [2024-08-21T07:47:19.122Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=dcba1ae946b5ccf48e9dcc2a00fa110f4c613826&build=677&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F677%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-21T07:47:19.122Z] -> Uploading to [2024-08-21T07:47:19.122Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-21/00271124DB129430A58F1EEE437C3FCB/dcba1ae946b5ccf48e9dcc2a00fa110f4c613826/79b5e9d4-6331-4426-bdc4-80912ee761b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240821%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240821T074718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a5c5551845e0f4f7fa1dcf937d2cff159da5fa61e609d38d35f6bfb1c4287a4 [2024-08-21T07:47:19.123Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:47:19.123Z] Dload Upload Total Spent Left Speed [2024-08-21T07:47:19.381Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68179 0 0 100 68179 0 241k --:--:-- --:--:-- --:--:-- 241k [2024-08-21T07:47:19.382Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [2024-08-21T07:47:19.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-21T07:47:19.614Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-21T07:47:19.636Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:47:19.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-21T07:47:19.963Z] [2024-08-21T07:47:19.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:47:20.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-21T07:47:20.278Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-21T07:47:20.278Z] 619be1103602: Already exists [2024-08-21T07:47:20.278Z] f8ea3408117e: Pulling fs layer [2024-08-21T07:47:20.278Z] 91320369b822: Pulling fs layer [2024-08-21T07:47:20.278Z] 0406650e8295: Pulling fs layer [2024-08-21T07:47:20.278Z] 4f4fb700ef54: Pulling fs layer [2024-08-21T07:47:20.278Z] 96d80e3f36e1: Pulling fs layer [2024-08-21T07:47:20.278Z] bcf3aedb951c: Pulling fs layer [2024-08-21T07:47:20.278Z] 4f4fb700ef54: Waiting [2024-08-21T07:47:20.278Z] 96d80e3f36e1: Waiting [2024-08-21T07:47:20.278Z] bcf3aedb951c: Waiting [2024-08-21T07:47:20.278Z] 0406650e8295: Verifying Checksum [2024-08-21T07:47:20.278Z] 0406650e8295: Download complete [2024-08-21T07:47:20.278Z] f8ea3408117e: Download complete [2024-08-21T07:47:20.278Z] 4f4fb700ef54: Download complete [2024-08-21T07:47:20.537Z] f8ea3408117e: Pull complete [2024-08-21T07:47:20.537Z] 96d80e3f36e1: Verifying Checksum [2024-08-21T07:47:20.537Z] 96d80e3f36e1: Download complete [2024-08-21T07:47:20.796Z] 91320369b822: Verifying Checksum [2024-08-21T07:47:20.796Z] 91320369b822: Download complete [2024-08-21T07:47:21.363Z] bcf3aedb951c: Verifying Checksum [2024-08-21T07:47:21.363Z] bcf3aedb951c: Download complete [2024-08-21T07:47:23.930Z] 91320369b822: Pull complete [2024-08-21T07:47:23.930Z] 0406650e8295: Pull complete [2024-08-21T07:47:23.930Z] 4f4fb700ef54: Pull complete [2024-08-21T07:47:24.188Z] 96d80e3f36e1: Pull complete [2024-08-21T07:47:27.473Z] bcf3aedb951c: Pull complete [2024-08-21T07:47:27.473Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-21T07:47:27.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-21T07:47:27.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:47:27.573Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:47:27.599Z] $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:47:40.182Z] $ docker top 3a476c8014b4684f2a5560f794c7d9adea581810c2cd4fdceb91adbb4de0c2e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-21T07:47:40.526Z] + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] echo [2024-08-21T07:47:40.537Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-21T07:47:40.815Z] + set -o pipefail [2024-08-21T07:47:40.815Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-21T07:47:48.937Z] [2024-08-21T07:47:48.937Z] Monitoring /w/workspace/edgex-go/677 (github.com/edgexfoundry/edgex-go)... [2024-08-21T07:47:48.937Z] [2024-08-21T07:47:48.937Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/2f0fbbeb-c8fa-453b-8124-fa30969cb2c9 [2024-08-21T07:47:48.937Z] [2024-08-21T07:47:48.937Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-21T07:47:48.937Z] [2024-08-21T07:47:48.937Z] [2024-08-21T07:47:48.937Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-21T07:47:48.937Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-21T07:47:48.947Z] $ docker stop --time=1 3a476c8014b4684f2a5560f794c7d9adea581810c2cd4fdceb91adbb4de0c2e9 [2024-08-21T07:47:57.012Z] $ docker rm -f --volumes 3a476c8014b4684f2a5560f794c7d9adea581810c2cd4fdceb91adbb4de0c2e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-21T07:47:57.859Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-21T07:47:57.873Z] provisioning config files... [2024-08-21T07:47:57.880Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/677@tmp/config12792957336130722096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:47:58.171Z] --> edgex-publish-swagger.sh [2024-08-21T07:47:58.171Z] === Publish openapi/v3 API === [2024-08-21T07:47:58.171Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-21T07:47:58.171Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/677/openapi/v3/core-command.yaml] [2024-08-21T07:47:58.171Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:47:58.171Z] Dload Upload Total Spent Left Speed [2024-08-21T07:47:58.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 56814 --:--:-- --:--:-- --:--:-- 56716 100 32782 0 0 100 32782 0 56814 --:--:-- --:--:-- --:--:-- 56716 [2024-08-21T07:47:58.740Z] [2024-08-21T07:47:58.740Z] [2024-08-21T07:47:58.740Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/677/openapi/v3/core-data.yaml] [2024-08-21T07:47:58.740Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:47:58.740Z] Dload Upload Total Spent Left Speed [2024-08-21T07:47:59.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 114k --:--:-- --:--:-- --:--:-- 114k [2024-08-21T07:47:59.309Z] [2024-08-21T07:47:59.309Z] [2024-08-21T07:47:59.309Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/677/openapi/v3/core-keeper.yaml] [2024-08-21T07:47:59.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:47:59.309Z] Dload Upload Total Spent Left Speed [2024-08-21T07:47:59.568Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32821 0 0 100 32821 0 157k --:--:-- --:--:-- --:--:-- 157k 100 32887 100 66 100 32821 190 94585 --:--:-- --:--:-- --:--:-- 94502 [2024-08-21T07:47:59.568Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-21T07:47:59.568Z] [2024-08-21T07:47:59.568Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/677/openapi/v3/core-metadata.yaml] [2024-08-21T07:47:59.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:47:59.568Z] Dload Upload Total Spent Left Speed [2024-08-21T07:48:00.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 274 261k --:--:-- --:--:-- --:--:-- 261k [2024-08-21T07:48:00.138Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-21T07:48:00.138Z] [2024-08-21T07:48:00.138Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/677/openapi/v3/support-cron-scheduler.yaml] [2024-08-21T07:48:00.138Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:48:00.138Z] Dload Upload Total Spent Left Speed [2024-08-21T07:48:01.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42902 100 66 100 42836 107 69879 --:--:-- --:--:-- --:--:-- 69872 100 42902 100 66 100 42836 107 69879 --:--:-- --:--:-- --:--:-- 69872 [2024-08-21T07:48:01.074Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-21T07:48:01.074Z] [2024-08-21T07:48:01.074Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/677/openapi/v3/support-notifications.yaml] [2024-08-21T07:48:01.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:48:01.074Z] Dload Upload Total Spent Left Speed [2024-08-21T07:48:01.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 392 214k --:--:-- --:--:-- --:--:-- 215k [2024-08-21T07:48:01.333Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-21T07:48:01.333Z] [2024-08-21T07:48:01.333Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/677/openapi/v3/support-scheduler.yaml] [2024-08-21T07:48:01.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-21T07:48:01.333Z] Dload Upload Total Spent Left Speed [2024-08-21T07:48:01.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 177k --:--:-- --:--:-- --:--:-- 176k 100 37110 100 156 100 36954 379 89912 --:--:-- --:--:-- --:--:-- 90072 [2024-08-21T07:48:01.594Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-21T07:48:01.594Z] [Pipeline] } [2024-08-21T07:48:01.600Z] 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-21T07:48:02.046Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-21T07:48:02.046Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:02.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-21T07:48:02.345Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:48:02.417Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:48:02.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:48:02.883Z] $ docker top e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 -eo pid,comm [2024-08-21T07:48:02.935Z] 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-21T07:48:02.935Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-21T07:48:02.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-21T07:48:02.994Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-21T07:48:03.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-21T07:48:03.096Z] $ docker exec e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 ssh-agent [2024-08-21T07:48:03.205Z] SSH_AUTH_SOCK=/tmp/ssh-lOw26nAOwI0W/agent.31 [2024-08-21T07:48:03.205Z] SSH_AGENT_PID=37 [2024-08-21T07:48:03.210Z] Running ssh-add (command line suppressed) [2024-08-21T07:48:03.300Z] Identity added: /w/workspace/edgex-go/677@tmp/private_key_9702713472230644993.key (/w/workspace/edgex-go/677@tmp/private_key_9702713472230644993.key) [2024-08-21T07:48:03.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-21T07:48:03.630Z] + git semver tag [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,792 [run_tag] DEBUG tag force:False [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,792 [check_head_tag] DEBUG check head tag [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,795 [execute] INFO git cat-file --batch-check [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=) [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,799 [execute] INFO git cat-file --batch [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=) [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,835 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,835 [execute] INFO git tag -a v3.2.0-dev.58 -m v3.2.0-dev.58 [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,835 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.58', '-m', 'v3.2.0-dev.58'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=None) [2024-08-21T07:48:03.890Z] 2024-08-21 07:48:03,840 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:03.890Z] 3.2.0-dev.58 [Pipeline] } [2024-08-21T07:48:03.892Z] $ docker exec --env ******** --env ******** e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 ssh-agent -k [2024-08-21T07:48:03.982Z] unset SSH_AUTH_SOCK; [2024-08-21T07:48:03.982Z] unset SSH_AGENT_PID; [2024-08-21T07:48:03.982Z] echo Agent pid 37 killed; [2024-08-21T07:48:03.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-21T07:48:04.320Z] + git semver [Pipeline] } [2024-08-21T07:48:04.584Z] $ docker stop --time=1 e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 [2024-08-21T07:48:05.866Z] $ docker rm -f --volumes e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:06.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-21T07:48:06.288Z] [2024-08-21T07:48:06.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:06.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-21T07:48:06.601Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-21T07:48:06.601Z] ab5ef0e58194: Pulling fs layer [2024-08-21T07:48:06.601Z] 9712f1f96733: Pulling fs layer [2024-08-21T07:48:06.601Z] 63f879dbbcfc: Pulling fs layer [2024-08-21T07:48:06.601Z] 0d9ebad4ef96: Pulling fs layer [2024-08-21T07:48:06.601Z] e9a5061849ea: Pulling fs layer [2024-08-21T07:48:06.601Z] d747dcd14b5f: Pulling fs layer [2024-08-21T07:48:06.601Z] 2de7ff778b66: Pulling fs layer [2024-08-21T07:48:06.601Z] 0d9ebad4ef96: Waiting [2024-08-21T07:48:06.601Z] 2de7ff778b66: Waiting [2024-08-21T07:48:06.601Z] e9a5061849ea: Waiting [2024-08-21T07:48:06.601Z] d747dcd14b5f: Waiting [2024-08-21T07:48:06.601Z] 9712f1f96733: Verifying Checksum [2024-08-21T07:48:06.601Z] 9712f1f96733: Download complete [2024-08-21T07:48:07.169Z] 63f879dbbcfc: Verifying Checksum [2024-08-21T07:48:07.169Z] 63f879dbbcfc: Download complete [2024-08-21T07:48:07.169Z] e9a5061849ea: Verifying Checksum [2024-08-21T07:48:07.169Z] e9a5061849ea: Download complete [2024-08-21T07:48:07.169Z] d747dcd14b5f: Verifying Checksum [2024-08-21T07:48:07.169Z] d747dcd14b5f: Download complete [2024-08-21T07:48:07.169Z] ab5ef0e58194: Verifying Checksum [2024-08-21T07:48:07.169Z] ab5ef0e58194: Download complete [2024-08-21T07:48:07.427Z] 0d9ebad4ef96: Verifying Checksum [2024-08-21T07:48:07.427Z] 0d9ebad4ef96: Download complete [2024-08-21T07:48:07.427Z] 2de7ff778b66: Verifying Checksum [2024-08-21T07:48:07.427Z] 2de7ff778b66: Download complete [2024-08-21T07:48:09.964Z] ab5ef0e58194: Pull complete [2024-08-21T07:48:09.964Z] 9712f1f96733: Pull complete [2024-08-21T07:48:10.531Z] 63f879dbbcfc: Pull complete [2024-08-21T07:48:14.714Z] 0d9ebad4ef96: Pull complete [2024-08-21T07:48:14.714Z] e9a5061849ea: Pull complete [2024-08-21T07:48:14.714Z] d747dcd14b5f: Pull complete [2024-08-21T07:48:15.701Z] 2de7ff778b66: Pull complete [2024-08-21T07:48:15.701Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-21T07:48:15.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-21T07:48:15.701Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:48:15.807Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:48:15.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:48:24.488Z] $ docker top 3c939aa2912b62ea3dff355bb399c3b4e8e8048ada935badaf5c87160316de91 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-21T07:48:24.573Z] provisioning config files... [2024-08-21T07:48:24.580Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/677@tmp/config10410554428812033381tmp [2024-08-21T07:48:24.589Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/677@tmp/config5297663332289442702tmp [2024-08-21T07:48:24.599Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/677@tmp/config17721427014944312774tmp [Pipeline] { [Pipeline] echo [2024-08-21T07:48:24.820Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:48:25.130Z] ---> sigul-configuration.sh [2024-08-21T07:48:25.131Z] gpg: directory `/root/.gnupg' created [2024-08-21T07:48:25.131Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-21T07:48:25.131Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-21T07:48:25.131Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-21T07:48:25.131Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-21T07:48:25.131Z] gpg: CAST5 encrypted data [2024-08-21T07:48:25.131Z] gpg: encrypted with 1 passphrase [2024-08-21T07:48:25.131Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-21T07:48:25.424Z] + mkdir /home/jenkins [2024-08-21T07:48:25.424Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-21T07:48:25.718Z] + 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-21T07:48:25.728Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:48:26.017Z] ---> sigul-install.sh [2024-08-21T07:48:26.017Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-21T07:48:26.307Z] + git tag --list [2024-08-21T07:48:26.307Z] 0.6.0 [2024-08-21T07:48:26.307Z] 0.6.1 [2024-08-21T07:48:26.307Z] 0.7.0 [2024-08-21T07:48:26.307Z] 0.7.1 [2024-08-21T07:48:26.307Z] v1.0.0 [2024-08-21T07:48:26.307Z] v1.0.1 [2024-08-21T07:48:26.307Z] v1.1.0 [2024-08-21T07:48:26.307Z] v1.2.0 [2024-08-21T07:48:26.307Z] v1.2.1 [2024-08-21T07:48:26.307Z] v1.3.0 [2024-08-21T07:48:26.307Z] v1.3.1 [2024-08-21T07:48:26.307Z] v2.0.0 [2024-08-21T07:48:26.307Z] v2.1.0 [2024-08-21T07:48:26.307Z] v2.1.1 [2024-08-21T07:48:26.307Z] v2.2.0 [2024-08-21T07:48:26.307Z] v2.3.0 [2024-08-21T07:48:26.307Z] v3.0 [2024-08-21T07:48:26.307Z] v3.0.0 [2024-08-21T07:48:26.307Z] v3.1 [2024-08-21T07:48:26.307Z] v3.1.0 [2024-08-21T07:48:26.307Z] v3.1.0-dev.1 [2024-08-21T07:48:26.307Z] v3.1.0-dev.10 [2024-08-21T07:48:26.307Z] v3.1.0-dev.11 [2024-08-21T07:48:26.307Z] v3.1.0-dev.12 [2024-08-21T07:48:26.307Z] v3.1.0-dev.13 [2024-08-21T07:48:26.307Z] v3.1.0-dev.14 [2024-08-21T07:48:26.307Z] v3.1.0-dev.15 [2024-08-21T07:48:26.307Z] v3.1.0-dev.16 [2024-08-21T07:48:26.307Z] v3.1.0-dev.17 [2024-08-21T07:48:26.307Z] v3.1.0-dev.18 [2024-08-21T07:48:26.307Z] v3.1.0-dev.19 [2024-08-21T07:48:26.307Z] v3.1.0-dev.2 [2024-08-21T07:48:26.307Z] v3.1.0-dev.20 [2024-08-21T07:48:26.307Z] v3.1.0-dev.21 [2024-08-21T07:48:26.307Z] v3.1.0-dev.22 [2024-08-21T07:48:26.307Z] v3.1.0-dev.23 [2024-08-21T07:48:26.307Z] v3.1.0-dev.24 [2024-08-21T07:48:26.307Z] v3.1.0-dev.25 [2024-08-21T07:48:26.307Z] v3.1.0-dev.26 [2024-08-21T07:48:26.307Z] v3.1.0-dev.27 [2024-08-21T07:48:26.307Z] v3.1.0-dev.28 [2024-08-21T07:48:26.307Z] v3.1.0-dev.29 [2024-08-21T07:48:26.307Z] v3.1.0-dev.3 [2024-08-21T07:48:26.307Z] v3.1.0-dev.30 [2024-08-21T07:48:26.307Z] v3.1.0-dev.31 [2024-08-21T07:48:26.307Z] v3.1.0-dev.32 [2024-08-21T07:48:26.307Z] v3.1.0-dev.33 [2024-08-21T07:48:26.307Z] v3.1.0-dev.34 [2024-08-21T07:48:26.307Z] v3.1.0-dev.35 [2024-08-21T07:48:26.307Z] v3.1.0-dev.36 [2024-08-21T07:48:26.307Z] v3.1.0-dev.37 [2024-08-21T07:48:26.307Z] v3.1.0-dev.38 [2024-08-21T07:48:26.307Z] v3.1.0-dev.39 [2024-08-21T07:48:26.307Z] v3.1.0-dev.4 [2024-08-21T07:48:26.307Z] v3.1.0-dev.40 [2024-08-21T07:48:26.307Z] v3.1.0-dev.41 [2024-08-21T07:48:26.307Z] v3.1.0-dev.42 [2024-08-21T07:48:26.307Z] v3.1.0-dev.43 [2024-08-21T07:48:26.307Z] v3.1.0-dev.44 [2024-08-21T07:48:26.307Z] v3.1.0-dev.45 [2024-08-21T07:48:26.307Z] v3.1.0-dev.46 [2024-08-21T07:48:26.307Z] v3.1.0-dev.47 [2024-08-21T07:48:26.307Z] v3.1.0-dev.48 [2024-08-21T07:48:26.307Z] v3.1.0-dev.49 [2024-08-21T07:48:26.307Z] v3.1.0-dev.5 [2024-08-21T07:48:26.307Z] v3.1.0-dev.50 [2024-08-21T07:48:26.307Z] v3.1.0-dev.51 [2024-08-21T07:48:26.307Z] v3.1.0-dev.52 [2024-08-21T07:48:26.307Z] v3.1.0-dev.53 [2024-08-21T07:48:26.307Z] v3.1.0-dev.54 [2024-08-21T07:48:26.307Z] v3.1.0-dev.55 [2024-08-21T07:48:26.307Z] v3.1.0-dev.56 [2024-08-21T07:48:26.307Z] v3.1.0-dev.57 [2024-08-21T07:48:26.307Z] v3.1.0-dev.58 [2024-08-21T07:48:26.307Z] v3.1.0-dev.59 [2024-08-21T07:48:26.307Z] v3.1.0-dev.6 [2024-08-21T07:48:26.307Z] v3.1.0-dev.60 [2024-08-21T07:48:26.307Z] v3.1.0-dev.61 [2024-08-21T07:48:26.307Z] v3.1.0-dev.62 [2024-08-21T07:48:26.307Z] v3.1.0-dev.63 [2024-08-21T07:48:26.307Z] v3.1.0-dev.64 [2024-08-21T07:48:26.307Z] v3.1.0-dev.65 [2024-08-21T07:48:26.307Z] v3.1.0-dev.66 [2024-08-21T07:48:26.307Z] v3.1.0-dev.67 [2024-08-21T07:48:26.307Z] v3.1.0-dev.68 [2024-08-21T07:48:26.307Z] v3.1.0-dev.69 [2024-08-21T07:48:26.307Z] v3.1.0-dev.7 [2024-08-21T07:48:26.307Z] v3.1.0-dev.70 [2024-08-21T07:48:26.307Z] v3.1.0-dev.71 [2024-08-21T07:48:26.307Z] v3.1.0-dev.72 [2024-08-21T07:48:26.307Z] v3.1.0-dev.73 [2024-08-21T07:48:26.307Z] v3.1.0-dev.8 [2024-08-21T07:48:26.307Z] v3.1.0-dev.9 [2024-08-21T07:48:26.307Z] v3.1.1 [2024-08-21T07:48:26.307Z] v3.1.1-dev.1 [2024-08-21T07:48:26.307Z] v3.1.1-dev.2 [2024-08-21T07:48:26.307Z] v3.2.0-dev.1 [2024-08-21T07:48:26.307Z] v3.2.0-dev.10 [2024-08-21T07:48:26.307Z] v3.2.0-dev.11 [2024-08-21T07:48:26.307Z] v3.2.0-dev.12 [2024-08-21T07:48:26.307Z] v3.2.0-dev.13 [2024-08-21T07:48:26.307Z] v3.2.0-dev.14 [2024-08-21T07:48:26.307Z] v3.2.0-dev.15 [2024-08-21T07:48:26.307Z] v3.2.0-dev.16 [2024-08-21T07:48:26.307Z] v3.2.0-dev.17 [2024-08-21T07:48:26.307Z] v3.2.0-dev.18 [2024-08-21T07:48:26.307Z] v3.2.0-dev.19 [2024-08-21T07:48:26.307Z] v3.2.0-dev.2 [2024-08-21T07:48:26.307Z] v3.2.0-dev.20 [2024-08-21T07:48:26.307Z] v3.2.0-dev.21 [2024-08-21T07:48:26.307Z] v3.2.0-dev.22 [2024-08-21T07:48:26.307Z] v3.2.0-dev.23 [2024-08-21T07:48:26.307Z] v3.2.0-dev.24 [2024-08-21T07:48:26.307Z] v3.2.0-dev.25 [2024-08-21T07:48:26.307Z] v3.2.0-dev.26 [2024-08-21T07:48:26.307Z] v3.2.0-dev.27 [2024-08-21T07:48:26.307Z] v3.2.0-dev.28 [2024-08-21T07:48:26.307Z] v3.2.0-dev.29 [2024-08-21T07:48:26.307Z] v3.2.0-dev.3 [2024-08-21T07:48:26.307Z] v3.2.0-dev.30 [2024-08-21T07:48:26.307Z] v3.2.0-dev.31 [2024-08-21T07:48:26.307Z] v3.2.0-dev.32 [2024-08-21T07:48:26.307Z] v3.2.0-dev.33 [2024-08-21T07:48:26.307Z] v3.2.0-dev.34 [2024-08-21T07:48:26.307Z] v3.2.0-dev.35 [2024-08-21T07:48:26.307Z] v3.2.0-dev.36 [2024-08-21T07:48:26.307Z] v3.2.0-dev.37 [2024-08-21T07:48:26.307Z] v3.2.0-dev.38 [2024-08-21T07:48:26.307Z] v3.2.0-dev.39 [2024-08-21T07:48:26.307Z] v3.2.0-dev.4 [2024-08-21T07:48:26.307Z] v3.2.0-dev.40 [2024-08-21T07:48:26.307Z] v3.2.0-dev.41 [2024-08-21T07:48:26.307Z] v3.2.0-dev.42 [2024-08-21T07:48:26.307Z] v3.2.0-dev.43 [2024-08-21T07:48:26.307Z] v3.2.0-dev.44 [2024-08-21T07:48:26.307Z] v3.2.0-dev.45 [2024-08-21T07:48:26.307Z] v3.2.0-dev.46 [2024-08-21T07:48:26.307Z] v3.2.0-dev.47 [2024-08-21T07:48:26.307Z] v3.2.0-dev.48 [2024-08-21T07:48:26.307Z] v3.2.0-dev.49 [2024-08-21T07:48:26.307Z] v3.2.0-dev.5 [2024-08-21T07:48:26.307Z] v3.2.0-dev.50 [2024-08-21T07:48:26.307Z] v3.2.0-dev.51 [2024-08-21T07:48:26.307Z] v3.2.0-dev.52 [2024-08-21T07:48:26.307Z] v3.2.0-dev.53 [2024-08-21T07:48:26.307Z] v3.2.0-dev.54 [2024-08-21T07:48:26.307Z] v3.2.0-dev.55 [2024-08-21T07:48:26.307Z] v3.2.0-dev.56 [2024-08-21T07:48:26.307Z] v3.2.0-dev.57 [2024-08-21T07:48:26.307Z] v3.2.0-dev.58 [2024-08-21T07:48:26.307Z] v3.2.0-dev.6 [2024-08-21T07:48:26.307Z] v3.2.0-dev.7 [2024-08-21T07:48:26.307Z] v3.2.0-dev.8 [2024-08-21T07:48:26.307Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-21T07:48:26.599Z] + lftools sign git-tag v3.2.0-dev.58 [2024-08-21T07:48:27.322Z] Signing Git tag with Sigul... [2024-08-21T07:48:27.322Z] Signing v3.2.0-dev.58 [Pipeline] echo [2024-08-21T07:48:27.595Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:48:27.887Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-21T07:48:27.896Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-21T07:48:27.914Z] $ docker stop --time=1 3c939aa2912b62ea3dff355bb399c3b4e8e8048ada935badaf5c87160316de91 [2024-08-21T07:48:29.217Z] $ docker rm -f --volumes 3c939aa2912b62ea3dff355bb399c3b4e8e8048ada935badaf5c87160316de91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-21T07:48:29.663Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-21T07:48:29.663Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:29.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-21T07:48:29.969Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:48:30.057Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:48:30.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:48:30.431Z] $ docker top 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 -eo pid,comm [2024-08-21T07:48:30.483Z] 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-21T07:48:30.483Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-21T07:48:30.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-21T07:48:30.543Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-21T07:48:30.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-21T07:48:30.655Z] $ docker exec 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 ssh-agent [2024-08-21T07:48:30.771Z] SSH_AUTH_SOCK=/tmp/ssh-bS1LkhsplFxs/agent.32 [2024-08-21T07:48:30.771Z] SSH_AGENT_PID=38 [2024-08-21T07:48:30.776Z] Running ssh-add (command line suppressed) [2024-08-21T07:48:30.867Z] Identity added: /w/workspace/edgex-go/677@tmp/private_key_10595083197036650990.key (/w/workspace/edgex-go/677@tmp/private_key_10595083197036650990.key) [2024-08-21T07:48:30.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-21T07:48:31.181Z] + git semver bump pre [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,341 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,342 [bump_version] DEBUG bumping version:3.2.0-dev.58 on axis:pre with prefix:dev [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,342 [bump_version] DEBUG bumped version:3.2.0-dev.59 [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,342 [write_version] DEBUG write version:3.2.0-dev.59 to path:/w/workspace/edgex-go/677/.semver/main with force:True [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,342 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,342 [write_file] DEBUG write to file:/w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,344 [execute] INFO git cat-file --batch-check [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=) [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,350 [execute] INFO git cat-file --batch [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=) [2024-08-21T07:48:31.441Z] 2024-08-21 07:48:31,354 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:31.441Z] 3.2.0-dev.59 [Pipeline] } [2024-08-21T07:48:31.444Z] $ docker exec --env ******** --env ******** 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 ssh-agent -k [2024-08-21T07:48:31.536Z] unset SSH_AUTH_SOCK; [2024-08-21T07:48:31.536Z] unset SSH_AGENT_PID; [2024-08-21T07:48:31.536Z] echo Agent pid 38 killed; [2024-08-21T07:48:31.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-21T07:48:31.875Z] + git semver [Pipeline] } [2024-08-21T07:48:32.141Z] $ docker stop --time=1 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 [2024-08-21T07:48:33.535Z] $ docker rm -f --volumes 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-21T07:48:33.931Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-21T07:48:33.931Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:34.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-21T07:48:34.231Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:48:34.317Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:48:34.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:48:35.080Z] $ docker top a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 -eo pid,comm [2024-08-21T07:48:35.129Z] 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-21T07:48:35.129Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-21T07:48:35.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-21T07:48:35.191Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-21T07:48:35.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-21T07:48:35.292Z] $ docker exec a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 ssh-agent [2024-08-21T07:48:35.397Z] SSH_AUTH_SOCK=/tmp/ssh-iFFbHFSH8NEZ/agent.32 [2024-08-21T07:48:35.397Z] SSH_AGENT_PID=38 [2024-08-21T07:48:35.402Z] Running ssh-add (command line suppressed) [2024-08-21T07:48:35.491Z] Identity added: /w/workspace/edgex-go/677@tmp/private_key_13477567076024298894.key (/w/workspace/edgex-go/677@tmp/private_key_13477567076024298894.key) [2024-08-21T07:48:35.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-21T07:48:35.803Z] + git semver push [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,969 [run_push] DEBUG push [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,970 [execute] INFO git cat-file --batch-check [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,970 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=) [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,974 [execute] INFO git rev-list 190e4094f55f9810f97c241e6b9677a1c44abc11 -- [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,974 [execute] DEBUG Popen(['git', 'rev-list', '190e4094f55f9810f97c241e6b9677a1c44abc11', '--'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,995 [execute] INFO git fetch -v origin [2024-08-21T07:48:36.063Z] 2024-08-21 07:48:35,995 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-21T07:48:36.633Z] 2024-08-21 07:48:36,429 [run_push] DEBUG no remote changes detected [2024-08-21T07:48:36.633Z] 2024-08-21 07:48:36,430 [execute] INFO git push origin semver [2024-08-21T07:48:36.633Z] 2024-08-21 07:48:36,430 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-21T07:48:37.201Z] 2024-08-21 07:48:37,168 [run_push] DEBUG push all version tags [2024-08-21T07:48:37.201Z] 2024-08-21 07:48:37,168 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-21T07:48:37.201Z] 2024-08-21 07:48:37,169 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=None) [2024-08-21T07:48:38.138Z] 2024-08-21 07:48:37,794 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main [2024-08-21T07:48:38.138Z] 3.2.0-dev.59 [Pipeline] } [2024-08-21T07:48:38.141Z] $ docker exec --env ******** --env ******** a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 ssh-agent -k [2024-08-21T07:48:38.250Z] unset SSH_AUTH_SOCK; [2024-08-21T07:48:38.250Z] unset SSH_AGENT_PID; [2024-08-21T07:48:38.250Z] echo Agent pid 38 killed; [2024-08-21T07:48:38.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-21T07:48:38.740Z] + git semver [Pipeline] } [2024-08-21T07:48:39.074Z] $ docker stop --time=1 a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 [2024-08-21T07:48:40.812Z] $ docker rm -f --volumes a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 [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-21T07:48:41.472Z] + [ -d /w/workspace/edgex-go/677/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:48:41.761Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:48:42.622Z] ---> package-listing.sh [2024-08-21T07:48:42.622Z] ++ facter osfamily [2024-08-21T07:48:42.622Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-21T07:48:42.881Z] + OS_FAMILY=debian [2024-08-21T07:48:42.882Z] + workspace=/w/workspace/edgex-go/677 [2024-08-21T07:48:42.882Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-21T07:48:42.882Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-21T07:48:42.882Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-21T07:48:42.882Z] + PACKAGES=/tmp/packages_start.txt [2024-08-21T07:48:42.882Z] + '[' /w/workspace/edgex-go/677 ']' [2024-08-21T07:48:42.882Z] + PACKAGES=/tmp/packages_end.txt [2024-08-21T07:48:42.882Z] + case "${OS_FAMILY}" in [2024-08-21T07:48:42.882Z] + dpkg -l [2024-08-21T07:48:42.882Z] + grep '^ii' [2024-08-21T07:48:42.882Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-21T07:48:42.882Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-21T07:48:42.882Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-21T07:48:42.882Z] + '[' /w/workspace/edgex-go/677 ']' [2024-08-21T07:48:42.882Z] + mkdir -p /w/workspace/edgex-go/677/archives/ [2024-08-21T07:48:42.882Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/677/archives/ [Pipeline] echo [2024-08-21T07:48:42.893Z] 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/677/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-21T07:48:43.171Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:43.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-21T07:48:43.735Z] [2024-08-21T07:48:43.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-21T07:48:44.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-21T07:48:44.042Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-21T07:48:44.042Z] 5eb5b503b376: Pulling fs layer [2024-08-21T07:48:44.042Z] 5c69ac0246d0: Pulling fs layer [2024-08-21T07:48:44.042Z] ec43610c2a17: Pulling fs layer [2024-08-21T07:48:44.042Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-21T07:48:44.042Z] 33b1e0a273af: Pulling fs layer [2024-08-21T07:48:44.042Z] 5d3b04190fa2: Pulling fs layer [2024-08-21T07:48:44.042Z] 2f39f015ded8: Pulling fs layer [2024-08-21T07:48:44.042Z] 3a2ae6a8a46f: Waiting [2024-08-21T07:48:44.042Z] 33b1e0a273af: Waiting [2024-08-21T07:48:44.042Z] 5d3b04190fa2: Waiting [2024-08-21T07:48:44.042Z] 5c69ac0246d0: Verifying Checksum [2024-08-21T07:48:44.042Z] 5c69ac0246d0: Download complete [2024-08-21T07:48:44.042Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-21T07:48:44.042Z] 3a2ae6a8a46f: Download complete [2024-08-21T07:48:44.042Z] 33b1e0a273af: Verifying Checksum [2024-08-21T07:48:44.042Z] 33b1e0a273af: Download complete [2024-08-21T07:48:44.042Z] ec43610c2a17: Verifying Checksum [2024-08-21T07:48:44.042Z] ec43610c2a17: Download complete [2024-08-21T07:48:44.042Z] 5d3b04190fa2: Verifying Checksum [2024-08-21T07:48:44.043Z] 5d3b04190fa2: Download complete [2024-08-21T07:48:44.301Z] 5eb5b503b376: Download complete [2024-08-21T07:48:44.868Z] 2f39f015ded8: Download complete [2024-08-21T07:48:45.434Z] 5eb5b503b376: Pull complete [2024-08-21T07:48:45.435Z] 5c69ac0246d0: Pull complete [2024-08-21T07:48:46.370Z] ec43610c2a17: Pull complete [2024-08-21T07:48:47.305Z] 3a2ae6a8a46f: Pull complete [2024-08-21T07:48:47.871Z] 33b1e0a273af: Pull complete [2024-08-21T07:48:47.871Z] 5d3b04190fa2: Pull complete [2024-08-21T07:48:52.048Z] 2f39f015ded8: Pull complete [2024-08-21T07:48:52.048Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-21T07:48:52.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-21T07:48:52.048Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-21T07:48:52.143Z] prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container [2024-08-21T07:48:52.164Z] $ 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/677/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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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-21T07:49:04.756Z] $ docker top 0b71a2a2d3e75c1290fd6d56f9743e4957968918ebd7f362837997dfee391382 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-21T07:49:05.142Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-21T07:49:05.434Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-21T07:49:05.717Z] + ls /var/log/sa-host [2024-08-21T07:49:05.717Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-21T07:49:05.873Z] provisioning config files... [2024-08-21T07:49:05.882Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/677@tmp/config10683254510233784786tmp [Pipeline] { [Pipeline] echo [2024-08-21T07:49:05.902Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:49:06.181Z] ---> create-netrc.sh [Pipeline] } [2024-08-21T07:49:06.188Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:49:06.523Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-21T07:49:06.533Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:49:06.819Z] ---> sudo-logs.sh [2024-08-21T07:49:06.819Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-21T07:49:06.853Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:49:07.135Z] ---> job-cost.sh [2024-08-21T07:49:07.135Z] lf-activate-venv: SKIPPING [2024-08-21T07:49:07.135Z] DEBUG: total: 0.10999999940395355 [2024-08-21T07:49:07.135Z] INFO: Retrieving Stack Cost... [2024-08-21T07:49:07.392Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-21T07:49:07.955Z] INFO: Archiving Costs [Pipeline] echo [2024-08-21T07:49:07.967Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-21T07:49:08.243Z] ---> logs-deploy.sh [2024-08-21T07:49:08.243Z] lf-activate-venv: SKIPPING [2024-08-21T07:49:08.243Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/677 [2024-08-21T07:49:08.243Z] INFO: archiving workspace using pattern(s): [2024-08-21T07:49:09.178Z] Archives upload complete. [2024-08-21T07:49:09.437Z] INFO: archiving logs to Nexus [2024-08-21T07:49:10.006Z] ---> uname -a: [2024-08-21T07:49:10.007Z] Linux prd-ubuntu20-04-docker-8c-8g-8085 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] ---> lscpu: [2024-08-21T07:49:10.007Z] Architecture: x86_64 [2024-08-21T07:49:10.007Z] CPU op-mode(s): 32-bit, 64-bit [2024-08-21T07:49:10.007Z] Byte Order: Little Endian [2024-08-21T07:49:10.007Z] Address sizes: 40 bits physical, 48 bits virtual [2024-08-21T07:49:10.007Z] CPU(s): 8 [2024-08-21T07:49:10.007Z] On-line CPU(s) list: 0-7 [2024-08-21T07:49:10.007Z] Thread(s) per core: 1 [2024-08-21T07:49:10.007Z] Core(s) per socket: 1 [2024-08-21T07:49:10.007Z] Socket(s): 8 [2024-08-21T07:49:10.007Z] NUMA node(s): 1 [2024-08-21T07:49:10.007Z] Vendor ID: AuthenticAMD [2024-08-21T07:49:10.007Z] CPU family: 23 [2024-08-21T07:49:10.007Z] Model: 49 [2024-08-21T07:49:10.007Z] Model name: AMD EPYC-Rome Processor [2024-08-21T07:49:10.007Z] Stepping: 0 [2024-08-21T07:49:10.007Z] CPU MHz: 2799.998 [2024-08-21T07:49:10.007Z] BogoMIPS: 5599.99 [2024-08-21T07:49:10.007Z] Virtualization: AMD-V [2024-08-21T07:49:10.007Z] Hypervisor vendor: KVM [2024-08-21T07:49:10.007Z] Virtualization type: full [2024-08-21T07:49:10.007Z] L1d cache: 256 KiB [2024-08-21T07:49:10.007Z] L1i cache: 256 KiB [2024-08-21T07:49:10.007Z] L2 cache: 4 MiB [2024-08-21T07:49:10.007Z] L3 cache: 128 MiB [2024-08-21T07:49:10.007Z] NUMA node0 CPU(s): 0-7 [2024-08-21T07:49:10.007Z] Vulnerability Itlb multihit: Not affected [2024-08-21T07:49:10.007Z] Vulnerability L1tf: Not affected [2024-08-21T07:49:10.007Z] Vulnerability Mds: Not affected [2024-08-21T07:49:10.007Z] Vulnerability Meltdown: Not affected [2024-08-21T07:49:10.007Z] Vulnerability Mmio stale data: Not affected [2024-08-21T07:49:10.007Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-08-21T07:49:10.007Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-08-21T07:49:10.007Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-08-21T07:49:10.007Z] Vulnerability Srbds: Not affected [2024-08-21T07:49:10.007Z] Vulnerability Tsx async abort: Not affected [2024-08-21T07:49:10.007Z] 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-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] ---> nproc: [2024-08-21T07:49:10.007Z] 8 [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] ---> df -h: [2024-08-21T07:49:10.007Z] Filesystem Size Used Avail Use% Mounted on [2024-08-21T07:49:10.007Z] overlay 155G 29G 127G 19% / [2024-08-21T07:49:10.007Z] tmpfs 64M 0 64M 0% /dev [2024-08-21T07:49:10.007Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-08-21T07:49:10.007Z] shm 64M 0 64M 0% /dev/shm [2024-08-21T07:49:10.007Z] /dev/vda1 155G 29G 127G 19% /facter-os [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] ---> sar -b -r -n DEV: [2024-08-21T07:49:10.007Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8085) 08/21/24 _x86_64_ (8 CPU) [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] 07:00:13 LINUX RESTART (8 CPU) [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] 07:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-08-21T07:49:10.007Z] 07:02:01 376.52 11.18 365.35 0.00 1755.69 55404.61 0.00 [2024-08-21T07:49:10.007Z] 07:03:01 77.27 0.08 77.19 0.00 5.33 29129.68 0.00 [2024-08-21T07:49:10.007Z] 07:04:01 42.36 0.02 42.34 0.00 0.13 32783.49 0.00 [2024-08-21T07:49:10.007Z] 07:05:01 40.14 0.27 39.88 0.00 5.33 18560.64 0.00 [2024-08-21T07:49:10.007Z] 07:06:01 190.97 4.15 186.82 0.00 2099.25 63594.20 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 190.60 0.12 190.48 0.00 7.47 202525.18 0.00 [2024-08-21T07:49:10.007Z] 07:08:01 627.08 15.22 611.86 0.00 2395.47 84877.68 0.00 [2024-08-21T07:49:10.007Z] 07:09:01 255.60 0.60 255.00 0.00 4.80 125104.17 0.00 [2024-08-21T07:49:10.007Z] 07:10:01 243.39 0.10 243.29 0.00 0.80 81934.16 0.00 [2024-08-21T07:49:10.007Z] 07:11:01 315.46 0.03 315.43 0.00 0.27 111723.69 0.00 [2024-08-21T07:49:10.007Z] 07:12:01 574.29 0.17 574.13 0.00 22.79 67893.90 0.00 [2024-08-21T07:49:10.007Z] 07:13:01 32.06 0.05 32.01 0.00 10.26 841.73 0.00 [2024-08-21T07:49:10.007Z] 07:14:01 13.90 0.00 13.90 0.00 0.00 383.80 0.00 [2024-08-21T07:49:10.007Z] 07:15:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 [2024-08-21T07:49:10.007Z] 07:16:01 1.82 0.02 1.80 0.00 0.13 24.13 0.00 [2024-08-21T07:49:10.007Z] 07:17:01 1.53 0.02 1.52 0.00 0.13 17.46 0.00 [2024-08-21T07:49:10.007Z] 07:18:01 1.23 0.00 1.23 0.00 0.00 12.66 0.00 [2024-08-21T07:49:10.007Z] 07:19:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 [2024-08-21T07:49:10.007Z] 07:20:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 [2024-08-21T07:49:10.007Z] 07:21:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 [2024-08-21T07:49:10.007Z] 07:22:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2024-08-21T07:49:10.007Z] 07:23:01 1.65 0.00 1.65 0.00 0.00 18.53 0.00 [2024-08-21T07:49:10.007Z] 07:24:01 0.93 0.00 0.93 0.00 0.00 9.20 0.00 [2024-08-21T07:49:10.007Z] 07:25:01 1.75 0.00 1.75 0.00 0.00 19.46 0.00 [2024-08-21T07:49:10.007Z] 07:26:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2024-08-21T07:49:10.007Z] 07:27:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 [2024-08-21T07:49:10.007Z] 07:28:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2024-08-21T07:49:10.007Z] 07:29:01 1.52 0.00 1.52 0.00 0.00 16.80 0.00 [2024-08-21T07:49:10.007Z] 07:30:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 [2024-08-21T07:49:10.007Z] 07:31:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2024-08-21T07:49:10.007Z] 07:32:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 [2024-08-21T07:49:10.007Z] 07:33:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 [2024-08-21T07:49:10.007Z] 07:34:01 0.97 0.00 0.97 0.00 0.00 9.73 0.00 [2024-08-21T07:49:10.007Z] 07:35:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 [2024-08-21T07:49:10.007Z] 07:36:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2024-08-21T07:49:10.007Z] 07:37:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 [2024-08-21T07:49:10.007Z] 07:38:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2024-08-21T07:49:10.007Z] 07:39:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 [2024-08-21T07:49:10.007Z] 07:40:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 [2024-08-21T07:49:10.007Z] 07:41:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2024-08-21T07:49:10.007Z] 07:42:01 1.02 0.00 1.02 0.00 0.00 10.40 0.00 [2024-08-21T07:49:10.007Z] 07:43:01 1.28 0.00 1.28 0.00 0.00 16.39 0.00 [2024-08-21T07:49:10.007Z] 07:44:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 [2024-08-21T07:49:10.007Z] 07:45:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 [2024-08-21T07:49:10.007Z] 07:46:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 [2024-08-21T07:49:10.007Z] 07:47:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 [2024-08-21T07:49:10.007Z] 07:48:01 98.22 2.07 96.15 0.00 47.33 37732.51 0.00 [2024-08-21T07:49:10.007Z] 07:49:01 128.73 0.18 128.55 0.00 15.86 38515.66 0.00 [2024-08-21T07:49:10.007Z] Average: 67.59 0.71 66.88 0.00 132.20 19812.14 0.00 [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] 07:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-08-21T07:49:10.007Z] 07:02:01 28150680 31504444 803596 2.44 100732 3459056 1870684 5.51 1250000 3016652 219296 [2024-08-21T07:49:10.007Z] 07:03:01 27122208 31338600 963780 2.93 129064 4216976 2091928 6.17 1883096 3333960 882828 [2024-08-21T07:49:10.007Z] 07:04:01 26620840 31279616 1019652 3.10 132756 4633504 2410108 7.10 1935992 3753624 828568 [2024-08-21T07:49:10.007Z] 07:05:01 26493452 31428632 868992 2.64 135916 4869692 1937352 5.71 1812744 3969456 559900 [2024-08-21T07:49:10.007Z] 07:06:01 21402156 31366384 902428 2.74 158384 9782916 2301364 6.78 1984608 8758660 5016116 [2024-08-21T07:49:10.007Z] 07:07:01 20368804 31330072 931412 2.83 160160 10741324 2393404 7.05 2010424 9708712 10748 [2024-08-21T07:49:10.007Z] 07:08:01 16877628 31363308 883688 2.69 338392 13771188 2332880 6.88 2831852 12053020 1189740 [2024-08-21T07:49:10.007Z] 07:09:01 10508224 28904300 3272012 9.95 372880 17242988 10165180 29.96 5739776 15011740 1069808 [2024-08-21T07:49:10.007Z] 07:10:01 7682828 28229312 3954760 12.03 388232 19301220 9642012 28.42 7269048 16240888 1091580 [2024-08-21T07:49:10.007Z] 07:11:01 6389176 29783296 2407624 7.32 398852 22047376 6444736 18.99 6944440 17789748 849380 [2024-08-21T07:49:10.007Z] 07:12:01 9774788 31402552 845320 2.57 406576 20496756 2196104 6.47 3407972 18240588 436 [2024-08-21T07:49:10.007Z] 07:13:01 9769408 31399900 847596 2.58 408212 20497704 2199168 6.48 3773124 17882204 212 [2024-08-21T07:49:10.007Z] 07:14:01 9779724 31411080 836488 2.54 408932 20497944 2056244 6.06 3865328 17777792 76 [2024-08-21T07:49:10.007Z] 07:15:01 9781324 31412744 835076 2.54 408948 20497948 2056244 6.06 3864096 17777796 36 [2024-08-21T07:49:10.007Z] 07:16:01 9790048 31421596 826140 2.51 408988 20497924 2083876 6.14 3852792 17777772 76 [2024-08-21T07:49:10.007Z] 07:17:01 9791004 31422576 825380 2.51 409012 20497920 2083876 6.14 3853052 17777776 12 [2024-08-21T07:49:10.007Z] 07:18:01 9793184 31424772 823116 2.50 409024 20497928 2083876 6.14 3851036 17777776 8 [2024-08-21T07:49:10.007Z] 07:19:01 9793120 31424868 822992 2.50 409044 20498060 2083876 6.14 3851096 17777908 28 [2024-08-21T07:49:10.007Z] 07:20:01 9792796 31424548 823216 2.50 409064 20498064 2083876 6.14 3851124 17777912 20 [2024-08-21T07:49:10.007Z] 07:21:01 9793244 31425044 822668 2.50 409080 20498068 2083876 6.14 3850544 17777912 12 [2024-08-21T07:49:10.007Z] 07:22:01 9793196 31425024 822628 2.50 409104 20498072 2083876 6.14 3850532 17777920 28 [2024-08-21T07:49:10.007Z] 07:23:01 9794404 31426248 821552 2.50 409128 20498068 2083876 6.14 3849516 17777924 8 [2024-08-21T07:49:10.007Z] 07:24:01 9794136 31426008 821772 2.50 409140 20498076 2083876 6.14 3849572 17777928 8 [2024-08-21T07:49:10.007Z] 07:25:01 9794088 31425980 821728 2.50 409168 20498080 2083876 6.14 3849612 17777928 8 [2024-08-21T07:49:10.007Z] 07:26:01 9794260 31426156 821468 2.50 409200 20498072 2083876 6.14 3849704 17777928 24 [2024-08-21T07:49:10.007Z] 07:27:01 9793960 31425920 821652 2.50 409232 20498084 2083876 6.14 3849712 17777936 12 [2024-08-21T07:49:10.007Z] 07:28:01 9793864 31425832 821608 2.50 409248 20498092 2083876 6.14 3850004 17777940 32 [2024-08-21T07:49:10.007Z] 07:29:01 9793888 31425920 821548 2.50 409264 20498092 2083876 6.14 3849876 17777944 12 [2024-08-21T07:49:10.007Z] 07:30:01 9794056 31426092 821512 2.50 409284 20498096 2083876 6.14 3849876 17777948 8 [2024-08-21T07:49:10.007Z] 07:31:01 9793756 31425816 821756 2.50 409312 20498092 2083876 6.14 3850152 17777948 12 [2024-08-21T07:49:10.007Z] 07:32:01 9794212 31426288 821208 2.50 409332 20498104 2083876 6.14 3849996 17777956 28 [2024-08-21T07:49:10.007Z] 07:33:01 9794196 31426304 821232 2.50 409368 20498108 2083876 6.14 3850024 17777960 12 [2024-08-21T07:49:10.007Z] 07:34:01 9793896 31426032 821464 2.50 409384 20498108 2083876 6.14 3850056 17777960 8 [2024-08-21T07:49:10.007Z] 07:35:01 9793880 31426052 821396 2.50 409408 20498112 2083876 6.14 3850084 17777964 8 [2024-08-21T07:49:10.007Z] 07:36:01 9794292 31426480 821112 2.50 409428 20498112 2083876 6.14 3850156 17777968 28 [2024-08-21T07:49:10.007Z] 07:37:01 9794308 31426528 821040 2.50 409452 20498116 2083876 6.14 3850128 17777968 8 [2024-08-21T07:49:10.007Z] 07:38:01 9794260 31426500 820992 2.50 409480 20498120 2083876 6.14 3850140 17777972 28 [2024-08-21T07:49:10.007Z] 07:39:01 9794204 31426488 820944 2.50 409512 20498120 2083876 6.14 3850180 17777972 4 [2024-08-21T07:49:10.007Z] 07:40:01 9794408 31426720 820656 2.50 409524 20498128 2083876 6.14 3850200 17777976 40 [2024-08-21T07:49:10.007Z] 07:41:01 9794068 31426444 820912 2.50 409540 20498132 2083876 6.14 3850424 17777980 56 [2024-08-21T07:49:10.007Z] 07:42:01 9794276 31426660 820828 2.50 409564 20498132 2083876 6.14 3850256 17777980 8 [2024-08-21T07:49:10.007Z] 07:43:01 9794260 31426680 820780 2.50 409592 20498140 2083876 6.14 3850288 17777984 8 [2024-08-21T07:49:10.007Z] 07:44:01 9793896 31426340 821072 2.50 409612 20498132 2083876 6.14 3850340 17777988 4 [2024-08-21T07:49:10.007Z] 07:45:01 9793816 31426296 821068 2.50 409620 20498144 2083876 6.14 3850516 17777992 28 [2024-08-21T07:49:10.007Z] 07:46:01 9793704 31426188 821100 2.50 409644 20498140 2083876 6.14 3850320 17777996 28 [2024-08-21T07:49:10.007Z] 07:47:01 9793676 31426192 821292 2.50 409668 20498148 2083876 6.14 3850292 17777996 12 [2024-08-21T07:49:10.007Z] 07:48:01 9062724 31397128 849256 2.58 426056 21128168 2096876 6.18 3919208 18378592 84 [2024-08-21T07:49:10.007Z] 07:49:01 7811972 31364688 874156 2.66 460020 22185272 2188880 6.45 4004012 19411616 39624 [2024-08-21T07:49:10.007Z] Average: 11687381 31261264 987368 3.00 373594 18568934 2522233 7.43 3743902 16083314 244980 [2024-08-21T07:49:10.007Z] [2024-08-21T07:49:10.007Z] 07:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-08-21T07:49:10.007Z] 07:02:01 ens3 1096.90 1035.06 9979.56 120.20 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:02:01 docker0 882.89 850.51 64.51 5024.77 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:02:01 lo 4.54 4.54 0.44 0.44 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:03:01 ens3 24.81 16.23 26.39 10.75 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:03:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:03:01 veth5038e92 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:04:01 ens3 34.54 24.80 26.48 15.36 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:04:01 docker0 1.70 1.70 0.13 0.15 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:04:01 veth5038e92 1.70 1.72 0.15 0.15 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:05:01 ens3 20.70 13.78 18.32 10.09 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:05:01 veth5038e92 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:06:01 ens3 207.78 109.85 3622.09 24.04 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:06:01 docker0 0.62 0.48 0.05 0.23 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:06:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:06:01 veth86c5355 0.62 0.62 0.06 0.24 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 veth3968d50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 ens3 204.65 132.73 2198.65 193.88 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 docker0 22.83 39.36 1.47 586.42 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 vetha1222b4 2.83 5.27 0.21 98.15 0.00 0.00 0.00 0.01 [2024-08-21T07:49:10.007Z] 07:07:01 veth20f09fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 veth98e8b20 2.78 4.65 0.22 62.98 0.00 0.00 0.00 0.01 [2024-08-21T07:49:10.007Z] 07:07:01 veth86c5355 0.05 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 vethd7aece3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 vethc10ef1a 4.65 2.78 62.98 0.22 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.007Z] 07:07:01 vethb07107d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:08:01 ens3 939.12 494.59 7122.21 58.28 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:08:01 veth0c8e91a 80.93 140.79 8.25 1180.35 0.00 0.00 0.00 0.10 [2024-08-21T07:49:10.008Z] 07:08:01 docker0 449.47 786.84 38.95 6446.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:08:01 vethbe555fb 88.99 170.39 8.94 1185.81 0.00 0.00 0.00 0.10 [2024-08-21T07:49:10.008Z] 07:08:01 veth38a235a 82.26 137.66 8.50 1183.27 0.00 0.00 0.00 0.10 [2024-08-21T07:49:10.008Z] 07:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:08:01 vethf50e648 85.08 151.32 8.68 1187.45 0.00 0.00 0.00 0.10 [2024-08-21T07:49:10.008Z] 07:08:01 veth86c5355 0.08 0.90 0.00 0.04 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:08:01 vethc040001 81.43 141.01 8.48 1183.68 0.00 0.00 0.00 0.10 [2024-08-21T07:49:10.008Z] 07:09:01 vethb83c83d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth8fe692f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth1112ad3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth688ba78 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 ens3 14.93 8.66 12.09 6.65 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 vethfa7b496 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 vethbd2d6a4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth3f64369 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth11f97ec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 vethf8e1b6b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth24fb175 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth124c5dd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth703a30e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth86c5355 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:09:01 veth540bbed 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 vethb83c83d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth8fe692f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth1112ad3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth688ba78 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 ens3 2.27 1.47 1.81 0.98 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 vethfa7b496 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 vethbd2d6a4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth3f64369 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth11f97ec 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 vethf8e1b6b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth24fb175 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth124c5dd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth703a30e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth86c5355 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:10:01 veth540bbed 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 vethb83c83d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth8fe692f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth1112ad3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth688ba78 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 ens3 6.31 4.37 4.95 2.81 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 vethfa7b496 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 vethbd2d6a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth3f64369 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth11f97ec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 vethf8e1b6b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth24fb175 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth124c5dd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth703a30e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth86c5355 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:11:01 veth540bbed 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:12:01 ens3 176.87 162.85 104.42 719.06 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:12:01 lo 21.66 21.66 2.14 2.14 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:13:01 ens3 436.69 454.39 191.04 2340.27 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:13:01 lo 44.99 44.99 4.43 4.43 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:14:01 ens3 188.92 190.02 100.34 723.74 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:14:01 lo 19.00 19.00 1.87 1.87 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:15:01 ens3 4.90 2.33 6.58 0.16 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:16:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:17:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:18:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:21:01 ens3 0.28 0.27 0.09 0.08 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:22:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:26:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:27:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:29:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:31:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:34:01 ens3 0.22 0.08 0.23 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:35:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:36:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:40:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:41:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:44:01 ens3 0.20 0.12 0.12 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:46:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:47:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:48:01 ens3 267.99 156.99 4917.82 38.78 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:48:01 docker0 73.20 124.50 7.13 1281.24 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:48:01 lo 1.60 1.60 0.17 0.17 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:49:01 ens3 265.31 182.88 5782.48 116.79 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:49:01 docker0 2.35 2.25 0.36 1.30 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] 07:49:01 lo 1.93 1.93 0.18 0.18 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] Average: ens3 80.84 62.05 707.73 91.29 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] Average: docker0 29.57 37.35 2.32 276.37 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] Average: lo 2.08 2.08 0.20 0.20 0.00 0.00 0.00 0.00 [2024-08-21T07:49:10.008Z] [2024-08-21T07:49:10.008Z] [2024-08-21T07:49:10.008Z] ---> sar -P ALL: [2024-08-21T07:49:10.009Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8085) 08/21/24 _x86_64_ (8 CPU) [2024-08-21T07:49:10.009Z] [2024-08-21T07:49:10.009Z] 07:00:13 LINUX RESTART (8 CPU) [2024-08-21T07:49:10.009Z] [2024-08-21T07:49:10.009Z] 07:01:02 CPU %user %nice %system %iowait %steal %idle [2024-08-21T07:49:10.009Z] 07:02:01 all 8.54 0.00 3.87 3.53 0.06 84.00 [2024-08-21T07:49:10.009Z] 07:02:01 0 8.02 0.00 4.73 8.43 0.07 78.75 [2024-08-21T07:49:10.009Z] 07:02:01 1 10.65 0.00 3.38 2.15 0.07 83.75 [2024-08-21T07:49:10.009Z] 07:02:01 2 7.37 0.00 4.07 0.29 0.07 88.20 [2024-08-21T07:49:10.009Z] 07:02:01 3 10.32 0.00 4.42 0.40 0.05 84.81 [2024-08-21T07:49:10.009Z] 07:02:01 4 7.94 0.00 3.78 0.10 0.09 88.09 [2024-08-21T07:49:10.009Z] 07:02:01 5 7.61 0.00 2.75 0.09 0.05 89.51 [2024-08-21T07:49:10.009Z] 07:02:01 6 9.86 0.00 4.65 15.92 0.05 69.52 [2024-08-21T07:49:10.009Z] 07:02:01 7 6.51 0.00 3.18 0.88 0.05 89.39 [2024-08-21T07:49:10.009Z] 07:03:01 all 33.88 0.00 5.37 2.62 0.10 58.03 [2024-08-21T07:49:10.009Z] 07:03:01 0 37.33 0.00 5.39 0.42 0.07 56.79 [2024-08-21T07:49:10.009Z] 07:03:01 1 34.70 0.00 4.75 0.22 0.05 60.28 [2024-08-21T07:49:10.009Z] 07:03:01 2 32.67 0.00 6.27 1.41 0.08 59.57 [2024-08-21T07:49:10.009Z] 07:03:01 3 34.94 0.00 5.05 0.24 0.07 59.70 [2024-08-21T07:49:10.009Z] 07:03:01 4 31.69 0.00 5.35 0.50 0.17 62.29 [2024-08-21T07:49:10.009Z] 07:03:01 5 34.28 0.00 5.01 3.74 0.08 56.88 [2024-08-21T07:49:10.009Z] 07:03:01 6 33.66 0.00 5.89 13.31 0.20 46.93 [2024-08-21T07:49:10.009Z] 07:03:01 7 31.80 0.00 5.22 1.11 0.08 61.78 [2024-08-21T07:49:10.009Z] 07:04:01 all 36.64 0.00 6.88 1.59 0.11 54.79 [2024-08-21T07:49:10.009Z] 07:04:01 0 37.68 0.00 7.33 0.00 0.08 54.91 [2024-08-21T07:49:10.009Z] 07:04:01 1 36.08 0.00 6.78 0.03 0.12 56.98 [2024-08-21T07:49:10.009Z] 07:04:01 2 36.52 0.00 7.94 5.88 0.12 49.54 [2024-08-21T07:49:10.009Z] 07:04:01 3 32.92 0.00 6.79 0.03 0.12 60.13 [2024-08-21T07:49:10.009Z] 07:04:01 4 41.55 0.00 6.35 1.85 0.10 50.15 [2024-08-21T07:49:10.009Z] 07:04:01 5 36.32 0.00 6.84 0.03 0.12 56.68 [2024-08-21T07:49:10.009Z] 07:04:01 6 31.86 0.00 6.17 0.05 0.10 61.82 [2024-08-21T07:49:10.009Z] 07:04:01 7 40.17 0.00 6.80 4.83 0.08 48.12 [2024-08-21T07:49:10.009Z] 07:05:01 all 54.12 0.00 7.19 2.01 0.10 36.58 [2024-08-21T07:49:10.009Z] 07:05:01 0 56.33 0.00 7.24 1.45 0.12 34.86 [2024-08-21T07:49:10.009Z] 07:05:01 1 56.33 0.00 7.06 0.80 0.12 35.69 [2024-08-21T07:49:10.009Z] 07:05:01 2 55.85 0.00 8.27 6.11 0.12 29.64 [2024-08-21T07:49:10.009Z] 07:05:01 3 51.15 0.00 6.69 0.59 0.10 41.47 [2024-08-21T07:49:10.009Z] 07:05:01 4 54.25 0.00 7.61 2.34 0.10 35.71 [2024-08-21T07:49:10.009Z] 07:05:01 5 54.38 0.00 6.76 1.55 0.08 37.23 [2024-08-21T07:49:10.009Z] 07:05:01 6 52.25 0.00 6.88 0.66 0.08 40.12 [2024-08-21T07:49:10.009Z] 07:05:01 7 52.42 0.00 7.03 2.55 0.10 37.90 [2024-08-21T07:49:10.009Z] 07:06:01 all 20.36 0.00 6.85 12.17 0.12 60.50 [2024-08-21T07:49:10.009Z] 07:06:01 0 22.15 0.00 7.11 8.87 0.07 61.80 [2024-08-21T07:49:10.009Z] 07:06:01 1 21.61 0.00 6.60 11.19 0.10 60.49 [2024-08-21T07:49:10.009Z] 07:06:01 2 24.32 0.00 8.55 12.36 0.14 54.63 [2024-08-21T07:49:10.009Z] 07:06:01 3 17.05 0.00 6.32 3.61 0.10 72.92 [2024-08-21T07:49:10.009Z] 07:06:01 4 19.02 0.00 6.36 22.87 0.10 51.64 [2024-08-21T07:49:10.009Z] 07:06:01 5 22.49 0.00 8.19 16.94 0.10 52.28 [2024-08-21T07:49:10.009Z] 07:06:01 6 17.92 0.00 5.55 6.40 0.09 70.05 [2024-08-21T07:49:10.009Z] 07:06:01 7 18.30 0.00 6.13 15.11 0.25 60.20 [2024-08-21T07:49:10.009Z] 07:07:01 all 4.53 0.00 2.04 33.87 0.11 59.45 [2024-08-21T07:49:10.009Z] 07:07:01 0 4.79 0.00 1.90 81.81 0.17 11.34 [2024-08-21T07:49:10.009Z] 07:07:01 1 5.63 0.00 2.14 7.35 0.07 84.80 [2024-08-21T07:49:10.009Z] 07:07:01 2 3.66 0.00 3.45 88.05 0.09 4.75 [2024-08-21T07:49:10.009Z] 07:07:01 3 3.42 0.00 1.78 19.02 0.10 75.68 [2024-08-21T07:49:10.009Z] 07:07:01 4 3.64 0.00 1.57 12.63 0.05 82.11 [2024-08-21T07:49:10.009Z] 07:07:01 5 5.42 0.00 2.20 11.51 0.07 80.80 [2024-08-21T07:49:10.009Z] 07:07:01 6 4.49 0.00 1.69 24.57 0.07 69.18 [2024-08-21T07:49:10.009Z] 07:07:01 7 5.16 0.00 1.62 26.85 0.27 66.11 [2024-08-21T07:49:10.009Z] 07:08:01 all 10.13 0.00 5.15 24.44 0.10 60.18 [2024-08-21T07:49:10.009Z] 07:08:01 0 11.56 0.00 6.69 51.40 0.10 30.25 [2024-08-21T07:49:10.009Z] 07:08:01 1 8.77 0.00 4.52 19.34 0.22 67.15 [2024-08-21T07:49:10.009Z] 07:08:01 2 10.80 0.00 5.71 30.92 0.10 52.47 [2024-08-21T07:49:10.009Z] 07:08:01 3 9.82 0.00 4.55 11.35 0.05 74.23 [2024-08-21T07:49:10.009Z] 07:08:01 4 11.22 0.00 4.38 21.63 0.07 62.69 [2024-08-21T07:49:10.009Z] 07:08:01 5 11.00 0.00 5.40 23.16 0.09 60.35 [2024-08-21T07:49:10.009Z] 07:08:01 6 9.09 0.00 4.73 21.49 0.08 64.61 [2024-08-21T07:49:10.009Z] 07:08:01 7 8.84 0.00 5.22 16.45 0.08 69.41 [2024-08-21T07:49:10.009Z] 07:09:01 all 39.51 0.00 7.16 12.77 0.09 40.46 [2024-08-21T07:49:10.009Z] 07:09:01 0 39.28 0.00 8.96 50.03 0.08 1.64 [2024-08-21T07:49:10.009Z] 07:09:01 1 38.82 0.00 5.93 6.05 0.07 49.13 [2024-08-21T07:49:10.009Z] 07:09:01 2 41.01 0.00 6.89 12.10 0.07 39.93 [2024-08-21T07:49:10.009Z] 07:09:01 3 38.92 0.00 6.14 2.77 0.12 52.06 [2024-08-21T07:49:10.009Z] 07:09:01 4 39.77 0.00 7.57 5.20 0.10 47.36 [2024-08-21T07:49:10.009Z] 07:09:01 5 39.86 0.00 7.46 2.59 0.08 50.01 [2024-08-21T07:49:10.009Z] 07:09:01 6 39.32 0.00 7.15 13.24 0.07 40.22 [2024-08-21T07:49:10.009Z] 07:09:01 7 39.09 0.00 7.21 10.44 0.14 43.13 [2024-08-21T07:49:10.009Z] 07:10:01 all 87.78 0.00 12.08 0.00 0.13 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 0 86.72 0.00 13.14 0.00 0.14 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 1 87.49 0.00 12.37 0.00 0.14 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 2 89.12 0.00 10.74 0.00 0.14 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 3 87.45 0.00 12.43 0.00 0.12 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 4 87.56 0.00 12.31 0.00 0.14 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 5 88.15 0.00 11.73 0.00 0.12 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 6 89.26 0.00 10.62 0.00 0.12 0.00 [2024-08-21T07:49:10.009Z] 07:10:01 7 86.40 0.00 13.42 0.00 0.18 0.00 [2024-08-21T07:49:10.009Z] 07:11:01 all 88.08 0.00 11.71 0.00 0.19 0.02 [2024-08-21T07:49:10.009Z] 07:11:01 0 86.85 0.00 12.96 0.00 0.20 0.00 [2024-08-21T07:49:10.009Z] 07:11:01 1 89.35 0.00 10.48 0.00 0.14 0.03 [2024-08-21T07:49:10.009Z] 07:11:01 2 88.72 0.00 11.07 0.02 0.19 0.00 [2024-08-21T07:49:10.009Z] 07:11:01 3 87.32 0.00 12.41 0.00 0.20 0.07 [2024-08-21T07:49:10.009Z] 07:11:01 4 87.20 0.00 12.56 0.00 0.24 0.00 [2024-08-21T07:49:10.009Z] 07:11:01 5 89.37 0.00 10.47 0.00 0.15 0.00 [2024-08-21T07:49:10.009Z] 07:11:01 6 87.97 0.00 11.80 0.00 0.21 0.02 [2024-08-21T07:49:10.009Z] 07:11:01 7 87.78 0.00 12.00 0.00 0.21 0.00 [2024-08-21T07:49:10.009Z] 07:12:01 all 21.40 0.00 4.86 7.99 0.10 65.65 [2024-08-21T07:49:10.009Z] 07:12:01 0 21.04 0.00 4.85 10.01 0.10 64.00 [2024-08-21T07:49:10.009Z] 07:12:01 1 19.34 0.00 4.64 4.02 0.10 71.89 [2024-08-21T07:49:10.009Z] 07:12:01 2 21.41 0.00 4.79 8.40 0.10 65.31 [2024-08-21T07:49:10.009Z] 07:12:01 3 19.63 0.00 5.01 6.73 0.10 68.53 [2024-08-21T07:49:10.009Z] 07:12:01 4 24.13 0.00 4.74 2.23 0.10 68.81 [2024-08-21T07:49:10.009Z] 07:12:01 5 22.76 0.00 5.00 18.86 0.08 53.30 [2024-08-21T07:49:10.009Z] 07:12:01 6 22.13 0.00 4.97 6.07 0.10 66.73 [2024-08-21T07:49:10.009Z] 07:12:01 7 20.76 0.00 4.91 7.68 0.10 66.55 [2024-08-21T07:49:10.009Z] [2024-08-21T07:49:10.009Z] 07:12:01 CPU %user %nice %system %iowait %steal %idle [2024-08-21T07:49:10.009Z] 07:13:01 all 9.11 0.00 1.04 1.52 0.07 88.26 [2024-08-21T07:49:10.009Z] 07:13:01 0 10.61 0.00 1.18 5.86 0.08 82.27 [2024-08-21T07:49:10.009Z] 07:13:01 1 14.20 0.00 1.00 0.37 0.07 84.36 [2024-08-21T07:49:10.009Z] 07:13:01 2 12.37 0.00 1.26 1.26 0.07 85.05 [2024-08-21T07:49:10.009Z] 07:13:01 3 8.18 0.00 0.97 3.35 0.07 87.43 [2024-08-21T07:49:10.009Z] 07:13:01 4 5.94 0.00 1.00 0.10 0.07 92.89 [2024-08-21T07:49:10.009Z] 07:13:01 5 4.56 0.00 1.09 0.44 0.05 93.87 [2024-08-21T07:49:10.009Z] 07:13:01 6 8.96 0.00 0.97 0.17 0.08 89.82 [2024-08-21T07:49:10.009Z] 07:13:01 7 8.09 0.00 0.85 0.60 0.08 90.37 [2024-08-21T07:49:10.009Z] 07:14:01 all 2.87 0.00 0.52 0.06 0.04 96.51 [2024-08-21T07:49:10.009Z] 07:14:01 0 3.05 0.00 0.48 0.00 0.02 96.44 [2024-08-21T07:49:10.009Z] 07:14:01 1 2.09 0.00 0.40 0.02 0.02 97.48 [2024-08-21T07:49:10.009Z] 07:14:01 2 3.20 0.00 0.47 0.03 0.05 96.25 [2024-08-21T07:49:10.009Z] 07:14:01 3 2.14 0.00 0.52 0.13 0.02 97.19 [2024-08-21T07:49:10.009Z] 07:14:01 4 1.24 0.00 0.67 0.00 0.03 98.06 [2024-08-21T07:49:10.009Z] 07:14:01 5 3.65 0.00 0.58 0.27 0.07 95.43 [2024-08-21T07:49:10.009Z] 07:14:01 6 3.76 0.00 0.49 0.00 0.05 95.70 [2024-08-21T07:49:10.009Z] 07:14:01 7 3.84 0.00 0.57 0.00 0.03 95.56 [2024-08-21T07:49:10.009Z] 07:15:01 all 0.07 0.00 0.03 0.08 0.01 99.81 [2024-08-21T07:49:10.009Z] 07:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.009Z] 07:15:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:15:01 2 0.02 0.00 0.02 0.32 0.00 99.65 [2024-08-21T07:49:10.009Z] 07:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:15:01 5 0.10 0.00 0.08 0.33 0.03 99.45 [2024-08-21T07:49:10.009Z] 07:15:01 6 0.37 0.00 0.03 0.00 0.00 99.60 [2024-08-21T07:49:10.009Z] 07:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:16:01 all 0.09 0.00 0.03 0.01 0.01 99.86 [2024-08-21T07:49:10.009Z] 07:16:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2024-08-21T07:49:10.009Z] 07:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.009Z] 07:16:01 2 0.12 0.00 0.03 0.02 0.02 99.82 [2024-08-21T07:49:10.009Z] 07:16:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2024-08-21T07:49:10.009Z] 07:16:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2024-08-21T07:49:10.009Z] 07:16:01 5 0.02 0.00 0.05 0.02 0.03 99.88 [2024-08-21T07:49:10.009Z] 07:16:01 6 0.35 0.00 0.07 0.02 0.02 99.55 [2024-08-21T07:49:10.009Z] 07:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.009Z] 07:17:01 all 0.02 0.00 0.02 0.01 0.02 99.94 [2024-08-21T07:49:10.009Z] 07:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.009Z] 07:17:01 1 0.02 0.00 0.05 0.02 0.02 99.90 [2024-08-21T07:49:10.009Z] 07:17:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.009Z] 07:17:01 4 0.05 0.00 0.07 0.00 0.03 99.85 [2024-08-21T07:49:10.009Z] 07:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.009Z] 07:17:01 6 0.05 0.00 0.00 0.03 0.03 99.88 [2024-08-21T07:49:10.009Z] 07:17:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-21T07:49:10.009Z] 07:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-08-21T07:49:10.009Z] 07:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.009Z] 07:18:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:18:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-21T07:49:10.009Z] 07:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.009Z] 07:18:01 4 0.07 0.00 0.05 0.00 0.02 99.87 [2024-08-21T07:49:10.009Z] 07:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:18:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-21T07:49:10.009Z] 07:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.009Z] 07:19:01 all 0.01 0.00 0.01 0.00 0.02 99.96 [2024-08-21T07:49:10.009Z] 07:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.009Z] 07:19:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-21T07:49:10.009Z] 07:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.009Z] 07:19:01 4 0.02 0.00 0.02 0.00 0.10 99.87 [2024-08-21T07:49:10.009Z] 07:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-21T07:49:10.009Z] 07:19:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-21T07:49:10.009Z] 07:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.009Z] 07:20:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2024-08-21T07:49:10.009Z] 07:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.009Z] 07:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.009Z] 07:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.009Z] 07:20:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2024-08-21T07:49:10.009Z] 07:20:01 4 0.05 0.00 0.10 0.00 0.03 99.82 [2024-08-21T07:49:10.009Z] 07:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:20:01 6 0.03 0.00 0.00 0.05 0.02 99.90 [2024-08-21T07:49:10.009Z] 07:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.009Z] 07:21:01 all 0.06 0.00 0.02 0.22 0.01 99.69 [2024-08-21T07:49:10.009Z] 07:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.009Z] 07:21:01 1 0.08 0.00 0.03 0.35 0.02 99.52 [2024-08-21T07:49:10.009Z] 07:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.009Z] 07:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:21:01 4 0.07 0.00 0.03 0.02 0.03 99.85 [2024-08-21T07:49:10.009Z] 07:21:01 5 0.02 0.00 0.02 0.05 0.00 99.92 [2024-08-21T07:49:10.009Z] 07:21:01 6 0.23 0.00 0.02 1.33 0.02 98.40 [2024-08-21T07:49:10.009Z] 07:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.009Z] 07:22:01 all 0.05 0.00 0.03 0.27 0.01 99.65 [2024-08-21T07:49:10.009Z] 07:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.009Z] 07:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.009Z] 07:22:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2024-08-21T07:49:10.009Z] 07:22:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2024-08-21T07:49:10.009Z] 07:22:01 4 0.07 0.00 0.07 0.10 0.02 99.75 [2024-08-21T07:49:10.009Z] 07:22:01 5 0.00 0.00 0.00 0.35 0.02 99.63 [2024-08-21T07:49:10.009Z] 07:22:01 6 0.18 0.00 0.08 1.70 0.00 98.03 [2024-08-21T07:49:10.009Z] 07:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.009Z] 07:23:01 all 0.01 0.00 0.01 0.05 0.01 99.92 [2024-08-21T07:49:10.009Z] 07:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.009Z] 07:23:01 1 0.00 0.00 0.02 0.08 0.00 99.90 [2024-08-21T07:49:10.010Z] 07:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-08-21T07:49:10.010Z] 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:23:01 6 0.02 0.00 0.02 0.28 0.02 99.67 [2024-08-21T07:49:10.010Z] 07:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] [2024-08-21T07:49:10.010Z] 07:23:01 CPU %user %nice %system %iowait %steal %idle [2024-08-21T07:49:10.010Z] 07:24:01 all 0.23 0.00 0.01 0.00 0.01 99.74 [2024-08-21T07:49:10.010Z] 07:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:24:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:24:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:24:01 4 0.05 0.00 0.02 0.00 0.05 99.88 [2024-08-21T07:49:10.010Z] 07:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:24:01 6 1.74 0.00 0.02 0.02 0.02 98.21 [2024-08-21T07:49:10.010Z] 07:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:25:01 all 0.10 0.00 0.01 0.05 0.01 99.82 [2024-08-21T07:49:10.010Z] 07:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:25:01 1 0.12 0.00 0.00 0.37 0.00 99.52 [2024-08-21T07:49:10.010Z] 07:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:25:01 4 0.08 0.00 0.03 0.00 0.03 99.85 [2024-08-21T07:49:10.010Z] 07:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:25:01 6 0.53 0.00 0.03 0.05 0.02 99.37 [2024-08-21T07:49:10.010Z] 07:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:26:01 all 0.13 0.00 0.01 0.00 0.00 99.85 [2024-08-21T07:49:10.010Z] 07:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:26:01 4 0.07 0.00 0.05 0.00 0.02 99.87 [2024-08-21T07:49:10.010Z] 07:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:26:01 6 0.91 0.00 0.02 0.02 0.00 99.06 [2024-08-21T07:49:10.010Z] 07:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:27:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:27:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:27:01 4 0.07 0.00 0.07 0.00 0.03 99.83 [2024-08-21T07:49:10.010Z] 07:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:27:01 6 0.03 0.00 0.00 0.03 0.02 99.92 [2024-08-21T07:49:10.010Z] 07:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:28:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:28:01 4 0.10 0.00 0.02 0.00 0.03 99.85 [2024-08-21T07:49:10.010Z] 07:28:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:28:01 6 0.13 0.00 0.03 0.02 0.00 99.82 [2024-08-21T07:49:10.010Z] 07:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:29:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:29:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:29:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:29:01 4 0.10 0.00 0.00 0.00 0.03 99.87 [2024-08-21T07:49:10.010Z] 07:29:01 5 0.03 0.00 0.05 0.02 0.00 99.90 [2024-08-21T07:49:10.010Z] 07:29:01 6 0.03 0.00 0.00 0.07 0.02 99.88 [2024-08-21T07:49:10.010Z] 07:29:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:30:01 all 0.02 0.00 0.01 0.01 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:30:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:30:01 4 0.03 0.00 0.05 0.00 0.03 99.88 [2024-08-21T07:49:10.010Z] 07:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:30:01 6 0.00 0.00 0.00 0.08 0.00 99.92 [2024-08-21T07:49:10.010Z] 07:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-08-21T07:49:10.010Z] 07:31:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:31:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:31:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:31:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:31:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2024-08-21T07:49:10.010Z] 07:31:01 5 0.05 0.00 0.00 0.02 0.00 99.93 [2024-08-21T07:49:10.010Z] 07:31:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-08-21T07:49:10.010Z] 07:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:32:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:32:01 4 0.05 0.00 0.05 0.00 0.03 99.87 [2024-08-21T07:49:10.010Z] 07:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:33:01 all 0.16 0.00 0.02 0.00 0.01 99.80 [2024-08-21T07:49:10.010Z] 07:33:01 0 0.07 0.00 0.00 0.00 0.00 99.93 [2024-08-21T07:49:10.010Z] 07:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:33:01 4 0.10 0.00 0.08 0.00 0.03 99.78 [2024-08-21T07:49:10.010Z] 07:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:33:01 6 1.03 0.00 0.05 0.00 0.00 98.92 [2024-08-21T07:49:10.010Z] 07:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:34:01 all 0.19 0.00 0.01 0.00 0.01 99.79 [2024-08-21T07:49:10.010Z] 07:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:34:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:34:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:34:01 4 0.05 0.00 0.05 0.00 0.03 99.87 [2024-08-21T07:49:10.010Z] 07:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:34:01 6 1.35 0.00 0.02 0.00 0.02 98.61 [2024-08-21T07:49:10.010Z] 07:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] [2024-08-21T07:49:10.010Z] 07:34:01 CPU %user %nice %system %iowait %steal %idle [2024-08-21T07:49:10.010Z] 07:35:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:35:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:35:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2024-08-21T07:49:10.010Z] 07:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:35:01 4 0.10 0.00 0.07 0.00 0.02 99.82 [2024-08-21T07:49:10.010Z] 07:35:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:35:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:35:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-08-21T07:49:10.010Z] 07:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:36:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:36:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:36:01 4 0.08 0.00 0.03 0.00 0.03 99.85 [2024-08-21T07:49:10.010Z] 07:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:37:01 all 0.11 0.00 0.01 0.01 0.01 99.86 [2024-08-21T07:49:10.010Z] 07:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:37:01 2 0.02 0.00 0.02 0.08 0.02 99.87 [2024-08-21T07:49:10.010Z] 07:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:37:01 4 0.07 0.00 0.03 0.00 0.03 99.87 [2024-08-21T07:49:10.010Z] 07:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:37:01 6 0.68 0.00 0.03 0.00 0.00 99.29 [2024-08-21T07:49:10.010Z] 07:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:38:01 all 0.13 0.00 0.01 0.04 0.01 99.81 [2024-08-21T07:49:10.010Z] 07:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:38:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:38:01 2 0.00 0.00 0.02 0.32 0.00 99.67 [2024-08-21T07:49:10.010Z] 07:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:38:01 4 0.05 0.00 0.07 0.00 0.02 99.87 [2024-08-21T07:49:10.010Z] 07:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.010Z] 07:38:01 6 0.96 0.00 0.00 0.00 0.00 99.04 [2024-08-21T07:49:10.010Z] 07:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:39:01 all 0.14 0.00 0.02 0.01 0.01 99.83 [2024-08-21T07:49:10.010Z] 07:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:39:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:39:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:39:01 4 0.03 0.00 0.05 0.00 0.03 99.88 [2024-08-21T07:49:10.010Z] 07:39:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:39:01 6 0.96 0.00 0.05 0.00 0.00 98.99 [2024-08-21T07:49:10.010Z] 07:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:40:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:40:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:40:01 2 0.02 0.00 0.02 0.07 0.00 99.90 [2024-08-21T07:49:10.010Z] 07:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:40:01 4 0.08 0.00 0.03 0.00 0.02 99.87 [2024-08-21T07:49:10.010Z] 07:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2024-08-21T07:49:10.010Z] 07:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2024-08-21T07:49:10.010Z] 07:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:41:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2024-08-21T07:49:10.010Z] 07:41:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:41:01 4 0.07 0.00 0.05 0.00 0.03 99.85 [2024-08-21T07:49:10.010Z] 07:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.010Z] 07:41:01 6 0.12 0.00 0.00 0.00 0.00 99.88 [2024-08-21T07:49:10.010Z] 07:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:42:01 all 0.05 0.00 0.02 0.17 0.01 99.76 [2024-08-21T07:49:10.010Z] 07:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.010Z] 07:42:01 1 0.02 0.00 0.02 0.33 0.00 99.63 [2024-08-21T07:49:10.010Z] 07:42:01 2 0.02 0.00 0.00 1.02 0.00 98.97 [2024-08-21T07:49:10.010Z] 07:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.010Z] 07:42:01 4 0.08 0.00 0.07 0.00 0.02 99.83 [2024-08-21T07:49:10.010Z] 07:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-08-21T07:49:10.010Z] 07:42:01 6 0.15 0.00 0.00 0.02 0.02 99.82 [2024-08-21T07:49:10.010Z] 07:42:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2024-08-21T07:49:10.010Z] 07:43:01 all 0.10 0.00 0.02 0.19 0.01 99.68 [2024-08-21T07:49:10.010Z] 07:43:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.011Z] 07:43:01 1 0.00 0.00 0.00 0.35 0.02 99.63 [2024-08-21T07:49:10.011Z] 07:43:01 2 0.03 0.00 0.05 1.17 0.02 98.73 [2024-08-21T07:49:10.011Z] 07:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.011Z] 07:43:01 4 0.10 0.00 0.08 0.00 0.03 99.78 [2024-08-21T07:49:10.011Z] 07:43:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-21T07:49:10.011Z] 07:43:01 6 0.65 0.00 0.02 0.00 0.00 99.33 [2024-08-21T07:49:10.011Z] 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.011Z] 07:44:01 all 0.15 0.00 0.01 0.01 0.01 99.83 [2024-08-21T07:49:10.011Z] 07:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-08-21T07:49:10.011Z] 07:44:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-21T07:49:10.011Z] 07:44:01 2 0.03 0.00 0.00 0.08 0.00 99.88 [2024-08-21T07:49:10.011Z] 07:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.011Z] 07:44:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2024-08-21T07:49:10.011Z] 07:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-08-21T07:49:10.011Z] 07:44:01 6 0.98 0.00 0.00 0.00 0.02 99.01 [2024-08-21T07:49:10.011Z] 07:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-08-21T07:49:10.011Z] 07:45:01 all 0.10 0.00 0.01 0.06 0.01 99.82 [2024-08-21T07:49:10.011Z] 07:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.011Z] 07:45:01 1 0.00 0.00 0.00 0.18 0.00 99.82 [2024-08-21T07:49:10.011Z] 07:45:01 2 0.00 0.00 0.02 0.30 0.00 99.68 [2024-08-21T07:49:10.011Z] 07:45:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.011Z] 07:45:01 4 0.05 0.00 0.07 0.00 0.02 99.87 [2024-08-21T07:49:10.011Z] 07:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-08-21T07:49:10.011Z] 07:45:01 6 0.73 0.00 0.00 0.00 0.00 99.27 [2024-08-21T07:49:10.011Z] 07:45:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-08-21T07:49:10.011Z] [2024-08-21T07:49:10.011Z] 07:45:01 CPU %user %nice %system %iowait %steal %idle [2024-08-21T07:49:10.011Z] 07:46:01 all 0.09 0.00 0.02 0.04 0.01 99.85 [2024-08-21T07:49:10.011Z] 07:46:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2024-08-21T07:49:10.011Z] 07:46:01 1 0.02 0.00 0.02 0.05 0.02 99.90 [2024-08-21T07:49:10.011Z] 07:46:01 2 0.03 0.00 0.00 0.25 0.02 99.70 [2024-08-21T07:49:10.011Z] 07:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2024-08-21T07:49:10.011Z] 07:46:01 4 0.07 0.00 0.05 0.00 0.03 99.85 [2024-08-21T07:49:10.011Z] 07:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-08-21T07:49:10.011Z] 07:46:01 6 0.45 0.00 0.00 0.00 0.00 99.55 [2024-08-21T07:49:10.011Z] 07:46:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2024-08-21T07:49:10.011Z] 07:47:01 all 0.17 0.00 0.01 0.02 0.01 99.77 [2024-08-21T07:49:10.011Z] 07:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-08-21T07:49:10.011Z] 07:47:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2024-08-21T07:49:10.011Z] 07:47:01 2 0.03 0.00 0.02 0.18 0.00 99.77 [2024-08-21T07:49:10.011Z] 07:47:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2024-08-21T07:49:10.011Z] 07:47:01 4 0.03 0.00 0.05 0.00 0.03 99.88 [2024-08-21T07:49:10.011Z] 07:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-08-21T07:49:10.011Z] 07:47:01 6 1.27 0.00 0.00 0.00 0.02 98.71 [2024-08-21T07:49:10.011Z] 07:47:01 7 0.02 0.00 0.00 0.00 0.03 99.95 [2024-08-21T07:49:10.011Z] 07:48:01 all 5.17 0.00 2.14 4.83 0.03 87.82 [2024-08-21T07:49:10.011Z] 07:48:01 0 5.86 0.00 2.33 0.22 0.03 91.56 [2024-08-21T07:49:10.011Z] 07:48:01 1 5.66 0.00 3.05 29.03 0.05 62.21 [2024-08-21T07:49:10.011Z] 07:48:01 2 5.10 0.00 1.64 7.12 0.03 86.10 [2024-08-21T07:49:10.011Z] 07:48:01 3 5.42 0.00 2.35 1.24 0.05 90.93 [2024-08-21T07:49:10.011Z] 07:48:01 4 5.93 0.00 1.74 0.65 0.05 91.62 [2024-08-21T07:49:10.011Z] 07:48:01 5 4.81 0.00 1.74 0.25 0.02 93.18 [2024-08-21T07:49:10.011Z] 07:48:01 6 4.60 0.00 1.66 0.18 0.02 93.54 [2024-08-21T07:49:10.011Z] 07:48:01 7 4.01 0.00 2.62 0.20 0.02 93.16 [2024-08-21T07:49:10.011Z] 07:49:01 all 7.13 0.00 3.17 4.73 0.06 84.90 [2024-08-21T07:49:10.011Z] 07:49:01 0 7.59 0.00 3.71 23.45 0.07 65.18 [2024-08-21T07:49:10.011Z] 07:49:01 1 6.98 0.00 3.93 0.74 0.07 88.29 [2024-08-21T07:49:10.011Z] 07:49:01 2 8.09 0.00 3.53 2.77 0.07 85.55 [2024-08-21T07:49:10.011Z] 07:49:01 3 8.20 0.00 3.01 0.39 0.05 88.35 [2024-08-21T07:49:10.011Z] 07:49:01 4 6.05 0.00 2.92 0.47 0.05 90.51 [2024-08-21T07:49:10.011Z] 07:49:01 5 7.43 0.00 2.46 0.13 0.05 89.93 [2024-08-21T07:49:10.011Z] 07:49:01 6 6.70 0.00 2.76 8.32 0.07 82.16 [2024-08-21T07:49:10.011Z] 07:49:01 7 5.99 0.00 3.08 1.85 0.08 88.99 [2024-08-21T07:49:10.011Z] Average: all 8.86 0.00 1.65 2.34 0.04 87.12 [2024-08-21T07:49:10.011Z] Average: 0 8.94 0.00 1.80 4.98 0.03 84.25 [2024-08-21T07:49:10.011Z] Average: 1 9.01 0.00 1.59 1.72 0.03 87.64 [2024-08-21T07:49:10.011Z] Average: 2 9.09 0.00 1.75 3.69 0.03 85.43 [2024-08-21T07:49:10.011Z] Average: 3 8.62 0.00 1.63 1.03 0.03 88.69 [2024-08-21T07:49:10.011Z] Average: 4 8.84 0.00 1.66 1.45 0.05 88.01 [2024-08-21T07:49:10.011Z] Average: 5 8.92 0.00 1.61 1.65 0.03 87.79 [2024-08-21T07:49:10.011Z] Average: 6 8.96 0.00 1.57 2.35 0.03 87.08 [2024-08-21T07:49:10.011Z] Average: 7 8.47 0.00 1.63 1.83 0.04 88.03 [2024-08-21T07:49:10.011Z] [2024-08-21T07:49:10.011Z] [2024-08-21T07:49:10.011Z]