Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 77e0adce47a12d7dc08b393082bf391b7f950b01 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-ssh4788529563075366742.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh17956518226492135021.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh8357319669731995944.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh14999731451575140418.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-ssh2073211013003839709.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.23 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-21999 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/715 [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/715 # 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 77e0adce47a12d7dc08b393082bf391b7f950b01 (main) Commit message: "Merge pull request #4946 from lindseysimple/issue-4945" > 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 77e0adce47a12d7dc08b393082bf391b7f950b01 # timeout=10 > git rev-list --no-walk 5fec19b6aa4f2cb2ffd18f01a7df49ef95f47273 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-07T06:02:11.939Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-07T06:02:12.003Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-07T06:02:12.024Z] ========================================================= [2024-10-07T06:02:12.024Z] EdgeX Global Pipelines Version Info [2024-10-07T06:02:12.024Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:02:12.774Z] ------------------- [2024-10-07T06:02:12.774Z] stable info: [2024-10-07T06:02:12.774Z] ------------------- [2024-10-07T06:02:12.774Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-07T06:02:12.774Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-07T06:02:12.774Z] Message: update stable to v1.0.265 [2024-10-07T06:02:13.346Z] ------------------- [2024-10-07T06:02:13.346Z] experimental info: [2024-10-07T06:02:13.346Z] ------------------- [2024-10-07T06:02:13.346Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-07T06:02:13.346Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-07T06:02:13.346Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-07T06:02:13.429Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-10-07T06:02:13.450Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-10-07T06:02:13.475Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-07T06:02:13.503Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-07T06:02:13.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-07T06:02:13.553Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-07T06:02:13.578Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-07T06:02:13.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-10-07T06:02:13.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-10-07T06:02:13.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-10-07T06:02:13.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-07T06:02:13.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-07T06:02:13.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-07T06:02:13.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-07T06:02:13.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-07T06:02:13.783Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-07T06:02:13.803Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-07T06:02:13.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-07T06:02:13.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-10-07T06:02:13.863Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-10-07T06:02:13.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-07T06:02:13.910Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-07T06:02:13.930Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-07T06:02:13.953Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-07T06:02:13.976Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-07T06:02:14.000Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-07T06:02:14.025Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] echo [2024-10-07T06:02:14.052Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77e0adc [Pipeline] echo [2024-10-07T06:02:14.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T06:02:14.139Z] provisioning config files... [2024-10-07T06:02:14.159Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config6288213759084693108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:02:14.499Z] ---> ****-login.sh [2024-10-07T06:02:14.499Z] nexus3.edgexfoundry.org:10001 [2024-10-07T06:02:14.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:02:14.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:02:14.760Z] Configure a credential helper to remove this warning. See [2024-10-07T06:02:14.760Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:02:14.760Z] [2024-10-07T06:02:14.760Z] Login Succeeded [2024-10-07T06:02:14.760Z] nexus3.edgexfoundry.org:10002 [2024-10-07T06:02:15.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:02:15.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:02:15.021Z] Configure a credential helper to remove this warning. See [2024-10-07T06:02:15.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:02:15.021Z] [2024-10-07T06:02:15.021Z] Login Succeeded [2024-10-07T06:02:15.021Z] nexus3.edgexfoundry.org:10003 [2024-10-07T06:02:15.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:02:15.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:02:15.021Z] Configure a credential helper to remove this warning. See [2024-10-07T06:02:15.021Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:02:15.021Z] [2024-10-07T06:02:15.021Z] Login Succeeded [2024-10-07T06:02:15.021Z] nexus3.edgexfoundry.org:10004 [2024-10-07T06:02:15.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:02:15.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:02:15.283Z] Configure a credential helper to remove this warning. See [2024-10-07T06:02:15.283Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:02:15.283Z] [2024-10-07T06:02:15.283Z] Login Succeeded [2024-10-07T06:02:15.283Z] ****.io [2024-10-07T06:02:15.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:02:15.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:02:15.545Z] Configure a credential helper to remove this warning. See [2024-10-07T06:02:15.546Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:02:15.546Z] [2024-10-07T06:02:15.546Z] Login Succeeded [2024-10-07T06:02:15.546Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T06:02:15.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T06:02:15.949Z] + 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-10-07T06:02:15.949Z] + + cut -d/ -f2 [2024-10-07T06:02:15.949Z] dirname cmd/core-command/Dockerfile [2024-10-07T06:02:15.949Z] + echo core-command,cmd/core-command/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/core-data/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo core-data,cmd/core-data/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/core-keeper/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/core-metadata/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-10-07T06:02:15.949Z] + + dirname cmd/security-bootstrapper/Dockerfile [2024-10-07T06:02:15.949Z] cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-10-07T06:02:15.949Z] + + dirnamecut cmd/security-spire-agent/Dockerfile -d/ [2024-10-07T06:02:15.949Z] -f2 [2024-10-07T06:02:15.949Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/security-spire-config/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/security-spire-server/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-10-07T06:02:15.949Z] + + cut -d/ -f2 [2024-10-07T06:02:15.949Z] dirname cmd/support-notifications/Dockerfile [2024-10-07T06:02:15.949Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-10-07T06:02:15.949Z] + dirname cmd/support-scheduler/Dockerfile [2024-10-07T06:02:15.949Z] + cut -d/ -f2 [2024-10-07T06:02:15.949Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-10-07T06:02:15.992Z] 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-10-07T06:02:16.348Z] + git rev-list -1 --merges 77e0adce47a12d7dc08b393082bf391b7f950b01~1..77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] echo [2024-10-07T06:02:16.362Z] -----------> git rev-list -1 --merges 77e0adce47a12d7dc08b393082bf391b7f950b01~1..77e0adce47a12d7dc08b393082bf391b7f950b01 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:02:16.362Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [false] [Pipeline] sh [2024-10-07T06:02:16.658Z] + git log --format=format:%s -1 77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] echo [2024-10-07T06:02:16.674Z] ========================================================= [2024-10-07T06:02:16.674Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-07T06:02:16.674Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-10-07T06:02:17.118Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T06:02:17.118Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-07T06:02:17.118Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-07T06:02:17.118Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-07T06:02:17.118Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-07T06:02:17.118Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-07T06:02:17.118Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:02:17.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T06:02:17.544Z] [2024-10-07T06:02:17.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:02:17.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T06:02:17.856Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-07T06:02:17.856Z] b85a868b505f: Pulling fs layer [2024-10-07T06:02:17.856Z] e2be974225ed: Pulling fs layer [2024-10-07T06:02:17.856Z] 339a4e72a1f5: Pulling fs layer [2024-10-07T06:02:17.856Z] 988bab9f4d93: Pulling fs layer [2024-10-07T06:02:17.856Z] 1469e6f7b9e6: Pulling fs layer [2024-10-07T06:02:17.856Z] eaf3925da568: Pulling fs layer [2024-10-07T06:02:17.856Z] bab4dde63d76: Pulling fs layer [2024-10-07T06:02:17.856Z] bde34c3a00c8: Pulling fs layer [2024-10-07T06:02:17.856Z] b352a97aabf1: Pulling fs layer [2024-10-07T06:02:17.856Z] 4872d77fe225: Pulling fs layer [2024-10-07T06:02:17.856Z] 5851b861e8e6: Pulling fs layer [2024-10-07T06:02:17.856Z] 1469e6f7b9e6: Waiting [2024-10-07T06:02:17.857Z] eaf3925da568: Waiting [2024-10-07T06:02:17.857Z] bab4dde63d76: Waiting [2024-10-07T06:02:17.857Z] bde34c3a00c8: Waiting [2024-10-07T06:02:17.857Z] b352a97aabf1: Waiting [2024-10-07T06:02:17.857Z] 4872d77fe225: Waiting [2024-10-07T06:02:17.857Z] 5851b861e8e6: Waiting [2024-10-07T06:02:17.857Z] 988bab9f4d93: Waiting [2024-10-07T06:02:17.857Z] e2be974225ed: Download complete [2024-10-07T06:02:17.857Z] 988bab9f4d93: Verifying Checksum [2024-10-07T06:02:17.857Z] 988bab9f4d93: Download complete [2024-10-07T06:02:17.857Z] 1469e6f7b9e6: Verifying Checksum [2024-10-07T06:02:17.857Z] 1469e6f7b9e6: Download complete [2024-10-07T06:02:18.115Z] eaf3925da568: Verifying Checksum [2024-10-07T06:02:18.115Z] eaf3925da568: Download complete [2024-10-07T06:02:18.115Z] 339a4e72a1f5: Verifying Checksum [2024-10-07T06:02:18.115Z] 339a4e72a1f5: Download complete [2024-10-07T06:02:18.115Z] bde34c3a00c8: Verifying Checksum [2024-10-07T06:02:18.115Z] bde34c3a00c8: Download complete [2024-10-07T06:02:18.115Z] b352a97aabf1: Verifying Checksum [2024-10-07T06:02:18.115Z] b352a97aabf1: Download complete [2024-10-07T06:02:18.115Z] 4872d77fe225: Download complete [2024-10-07T06:02:18.115Z] 5851b861e8e6: Download complete [2024-10-07T06:02:18.115Z] b85a868b505f: Download complete [2024-10-07T06:02:18.374Z] bab4dde63d76: Verifying Checksum [2024-10-07T06:02:18.374Z] bab4dde63d76: Download complete [2024-10-07T06:02:19.751Z] b85a868b505f: Pull complete [2024-10-07T06:02:19.751Z] e2be974225ed: Pull complete [2024-10-07T06:02:20.011Z] 339a4e72a1f5: Pull complete [2024-10-07T06:02:20.270Z] 988bab9f4d93: Pull complete [2024-10-07T06:02:20.529Z] 1469e6f7b9e6: Pull complete [2024-10-07T06:02:20.529Z] eaf3925da568: Pull complete [2024-10-07T06:02:22.431Z] bab4dde63d76: Pull complete [2024-10-07T06:02:22.431Z] bde34c3a00c8: Pull complete [2024-10-07T06:02:22.431Z] b352a97aabf1: Pull complete [2024-10-07T06:02:22.690Z] 4872d77fe225: Pull complete [2024-10-07T06:02:22.690Z] 5851b861e8e6: Pull complete [2024-10-07T06:02:22.690Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-07T06:02:22.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T06:02:22.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:02:22.830Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:02:22.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:02:25.408Z] $ docker top bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a -eo pid,comm [2024-10-07T06:02:25.471Z] 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-10-07T06:02:25.471Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T06:02:25.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T06:02:25.526Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T06:02:25.656Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T06:02:25.657Z] $ docker exec bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent [2024-10-07T06:02:25.764Z] SSH_AUTH_SOCK=/tmp/ssh-pUYbBSQrQJQD/agent.33 [2024-10-07T06:02:25.764Z] SSH_AGENT_PID=39 [2024-10-07T06:02:25.771Z] Running ssh-add (command line suppressed) [2024-10-07T06:02:25.874Z] Identity added: /w/workspace/edgex-go/715@tmp/private_key_16869204737977976910.key (/w/workspace/edgex-go/715@tmp/private_key_16869204737977976910.key) [2024-10-07T06:02:25.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T06:02:26.181Z] + git tag --points-at HEAD [Pipeline] } [2024-10-07T06:02:26.191Z] $ docker exec --env ******** --env ******** bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent -k [2024-10-07T06:02:26.291Z] unset SSH_AUTH_SOCK; [2024-10-07T06:02:26.291Z] unset SSH_AGENT_PID; [2024-10-07T06:02:26.292Z] echo Agent pid 39 killed; [2024-10-07T06:02:26.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-07T06:02:26.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T06:02:26.343Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T06:02:26.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T06:02:26.455Z] $ docker exec bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent [2024-10-07T06:02:26.567Z] SSH_AUTH_SOCK=/tmp/ssh-alTf6yVukYQs/agent.72 [2024-10-07T06:02:26.567Z] SSH_AGENT_PID=78 [2024-10-07T06:02:26.572Z] Running ssh-add (command line suppressed) [2024-10-07T06:02:26.676Z] Identity added: /w/workspace/edgex-go/715@tmp/private_key_6813257762896199587.key (/w/workspace/edgex-go/715@tmp/private_key_6813257762896199587.key) [2024-10-07T06:02:26.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T06:02:26.989Z] + git semver init [2024-10-07T06:02:27.249Z] 2024-10-07 06:02:27,156 [run_init] DEBUG init version:0.0.0 force:False [2024-10-07T06:02:27.249Z] 2024-10-07 06:02:27,157 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/715/.semver [2024-10-07T06:02:27.249Z] 2024-10-07 06:02:27,158 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/715/.semver [2024-10-07T06:02:27.249Z] 2024-10-07 06:02:27,158 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/715/.semver'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=None) [2024-10-07T06:02:33.839Z] 2024-10-07 06:02:32,858 [append_file] DEBUG append to file:/w/workspace/edgex-go/715/.git/info/exclude [2024-10-07T06:02:33.839Z] 2024-10-07 06:02:32,858 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/715/.semver/main with force:False [2024-10-07T06:02:33.839Z] 2024-10-07 06:02:32,858 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:02:33.839Z] 2024-10-07 06:02:32,859 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:02:33.839Z] 3.2.0-dev.92 [Pipeline] } [2024-10-07T06:02:33.849Z] $ docker exec --env ******** --env ******** bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a ssh-agent -k [2024-10-07T06:02:33.954Z] unset SSH_AUTH_SOCK; [2024-10-07T06:02:33.955Z] unset SSH_AGENT_PID; [2024-10-07T06:02:33.955Z] echo Agent pid 78 killed; [2024-10-07T06:02:33.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T06:02:34.291Z] + git semver [Pipeline] } [2024-10-07T06:02:34.562Z] $ docker stop --time=1 bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a [2024-10-07T06:02:35.853Z] $ docker rm -f --volumes bac847950c503292e3bf05db2c018fc25b19b9e65c88e9f037ce8055b43cae2a [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T06:02:36.203Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-07T06:02:36.427Z] Stashed 1 file(s) [Pipeline] echo [2024-10-07T06:02:36.429Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.92 [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-10-07T06:02:36.861Z] + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] echo [2024-10-07T06:02:36.873Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T06:02:36.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T06:02:36.904Z] ========================================================= [2024-10-07T06:02:36.904Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-07T06:02:36.904Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-07T06:02:37.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T06:02:37.196Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-07T06:02:37.196Z] 43c4264eed91: Pulling fs layer [2024-10-07T06:02:37.196Z] 4cc291be95ef: Pulling fs layer [2024-10-07T06:02:37.196Z] 2ac1f1163629: Pulling fs layer [2024-10-07T06:02:37.196Z] 5c3c966382ef: Pulling fs layer [2024-10-07T06:02:37.196Z] 4f4fb700ef54: Pulling fs layer [2024-10-07T06:02:37.196Z] 5d5c8e513c77: Pulling fs layer [2024-10-07T06:02:37.196Z] 9f66e0745190: Pulling fs layer [2024-10-07T06:02:37.196Z] f49a43e4bbc0: Pulling fs layer [2024-10-07T06:02:37.196Z] 561ebcabdf7f: Pulling fs layer [2024-10-07T06:02:37.196Z] 5c3c966382ef: Waiting [2024-10-07T06:02:37.196Z] 5d5c8e513c77: Waiting [2024-10-07T06:02:37.196Z] 9f66e0745190: Waiting [2024-10-07T06:02:37.196Z] f49a43e4bbc0: Waiting [2024-10-07T06:02:37.196Z] 561ebcabdf7f: Waiting [2024-10-07T06:02:37.196Z] 4f4fb700ef54: Waiting [2024-10-07T06:02:37.196Z] 4cc291be95ef: Verifying Checksum [2024-10-07T06:02:37.196Z] 4cc291be95ef: Download complete [2024-10-07T06:02:37.196Z] 5c3c966382ef: Download complete [2024-10-07T06:02:37.196Z] 4f4fb700ef54: Verifying Checksum [2024-10-07T06:02:37.196Z] 5d5c8e513c77: Download complete [2024-10-07T06:02:37.196Z] 43c4264eed91: Download complete [2024-10-07T06:02:37.196Z] 9f66e0745190: Verifying Checksum [2024-10-07T06:02:37.196Z] 9f66e0745190: Download complete [2024-10-07T06:02:37.455Z] 43c4264eed91: Pull complete [2024-10-07T06:02:37.455Z] 561ebcabdf7f: Verifying Checksum [2024-10-07T06:02:37.455Z] 561ebcabdf7f: Download complete [2024-10-07T06:02:37.716Z] 4cc291be95ef: Pull complete [2024-10-07T06:02:37.716Z] 2ac1f1163629: Verifying Checksum [2024-10-07T06:02:37.716Z] 2ac1f1163629: Download complete [2024-10-07T06:02:37.975Z] f49a43e4bbc0: Verifying Checksum [2024-10-07T06:02:37.975Z] f49a43e4bbc0: Download complete [2024-10-07T06:02:42.161Z] 2ac1f1163629: Pull complete [2024-10-07T06:02:42.161Z] 5c3c966382ef: Pull complete [2024-10-07T06:02:42.161Z] 4f4fb700ef54: Pull complete [2024-10-07T06:02:42.161Z] 5d5c8e513c77: Pull complete [2024-10-07T06:02:42.161Z] 9f66e0745190: Pull complete [2024-10-07T06:02:44.064Z] f49a43e4bbc0: Pull complete [2024-10-07T06:02:44.632Z] 561ebcabdf7f: Pull complete [2024-10-07T06:02:44.632Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-07T06:02:44.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T06:02:44.633Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-07T06:02:44.930Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T06:02:44.930Z] WORKDIR /edgex [2024-10-07T06:02:44.930Z] COPY go.mod . [2024-10-07T06:02:44.930Z] RUN go mod download [2024-10-07T06:02:44.930Z] + docker build -t ci-base-image-x86_64 -f - . [2024-10-07T06:02:45.868Z] Sending build context to Docker daemon 179.6MB [2024-10-07T06:02:45.868Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T06:02:45.868Z] ---> 3a752c3f9dda [2024-10-07T06:02:45.868Z] Step 2/4 : WORKDIR /edgex [2024-10-07T06:02:50.065Z] ---> Running in 6821f76ce50a [2024-10-07T06:02:50.326Z] Removing intermediate container 6821f76ce50a [2024-10-07T06:02:50.326Z] ---> beb097a8ac2e [2024-10-07T06:02:50.326Z] Step 3/4 : COPY go.mod . [2024-10-07T06:02:50.326Z] ---> 582a08349743 [2024-10-07T06:02:50.326Z] Step 4/4 : RUN go mod download [2024-10-07T06:02:50.326Z] ---> Running in 10451a7d0187 [2024-10-07T06:02:51.540Z] Still waiting to schedule task [2024-10-07T06:02:51.541Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-07T06:03:16.888Z] Removing intermediate container 10451a7d0187 [2024-10-07T06:03:16.888Z] ---> 8db3d0c1bf68 [2024-10-07T06:03:16.888Z] Successfully built 8db3d0c1bf68 [2024-10-07T06:03:16.888Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:03:17.205Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-07T06:03:17.205Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:03:17.293Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:03:17.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:03:17.801Z] $ docker top 399c98a6a67450b12bc9fa6351a0650da062b0d510c1940ff0cbe99b42997207 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T06:03:18.160Z] + go version [2024-10-07T06:03:18.160Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-07T06:03:18.169Z] $ docker stop --time=1 399c98a6a67450b12bc9fa6351a0650da062b0d510c1940ff0cbe99b42997207 [2024-10-07T06:03:19.441Z] $ docker rm -f --volumes 399c98a6a67450b12bc9fa6351a0650da062b0d510c1940ff0cbe99b42997207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:03:19.901Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-07T06:03:19.901Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:03:19.985Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:03:20.013Z] $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:03:20.364Z] $ docker top 7b038deb0c0b62fdfc5dc416c60be2302eb7864a9823934b9edcbd413ce80a4a -eo pid,comm [Pipeline] { [Pipeline] echo [2024-10-07T06:03:20.447Z] ========================================================= [2024-10-07T06:03:20.447Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-10-07T06:03:20.447Z] ========================================================= [Pipeline] sh [2024-10-07T06:03:20.726Z] + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] fileExists [Pipeline] sh [2024-10-07T06:03:21.032Z] + make test [2024-10-07T06:03:21.032Z] go test -race -coverprofile=coverage.out ./... [2024-10-07T06:03:29.158Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-10-07T06:04:01.714Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-10-07T06:04:02.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 28.7% of statements [2024-10-07T06:04:02.733Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-10-07T06:04:02.733Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-10-07T06:04:02.733Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-10-07T06:04:03.673Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-10-07T06:04:03.673Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-10-07T06:04:03.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements [2024-10-07T06:04:04.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-10-07T06:04:04.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-10-07T06:04:04.242Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-10-07T06:04:05.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-10-07T06:04:05.622Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-10-07T06:04:05.622Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-10-07T06:04:05.622Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T06:04:05.622Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-10-07T06:04:07.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.061s coverage: 69.2% of statements [2024-10-07T06:04:07.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.054s coverage: 53.2% of statements [2024-10-07T06:04:07.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.564s coverage: 93.4% of statements [2024-10-07T06:04:07.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.057s coverage: 91.7% of statements [2024-10-07T06:04:07.261Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-10-07T06:04:07.261Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-10-07T06:04:08.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 10.3% of statements [2024-10-07T06:04:09.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-10-07T06:04:09.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-10-07T06:04:09.244Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-10-07T06:04:11.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.470s coverage: 95.8% of statements [2024-10-07T06:04:11.149Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.046s coverage: 72.2% of statements [2024-10-07T06:04:11.149Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-10-07T06:04:11.409Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-10-07T06:04:11.409Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-10-07T06:04:11.975Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] [2024-10-07T06:04:12.542Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements [2024-10-07T06:04:12.542Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 42.5% of statements [2024-10-07T06:04:12.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 41.7% of statements [2024-10-07T06:04:12.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 77.8% of statements [2024-10-07T06:04:12.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2024-10-07T06:04:13.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.042s coverage: 96.3% of statements [2024-10-07T06:04:13.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements [2024-10-07T06:04:13.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-10-07T06:04:13.884Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-10-07T06:04:13.884Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-10-07T06:04:13.884Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-10-07T06:04:14.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-10-07T06:04:14.451Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-10-07T06:04:14.451Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-10-07T06:04:14.451Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-10-07T06:04:15.829Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-10-07T06:04:15.829Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-10-07T06:04:15.829Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-10-07T06:04:16.405Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-10-07T06:04:16.405Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-10-07T06:04:16.405Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-10-07T06:04:16.405Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-10-07T06:04:17.038Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-10-07T06:04:17.038Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-10-07T06:04:17.602Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-10-07T06:04:18.979Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-10-07T06:04:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-10-07T06:04:21.298Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-10-07T06:04:21.298Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-10-07T06:04:23.827Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-10-07T06:04:23.827Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-10-07T06:04:23.827Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-10-07T06:04:25.204Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-10-07T06:04:25.204Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-10-07T06:04:25.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-10-07T06:04:25.462Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-10-07T06:04:25.462Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-10-07T06:04:25.721Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-10-07T06:04:25.721Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements [2024-10-07T06:04:25.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.037s coverage: 94.4% of statements [2024-10-07T06:04:26.656Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements [2024-10-07T06:04:26.656Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements [2024-10-07T06:04:26.656Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements [2024-10-07T06:04:26.664Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22000 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-10-07T06:04:26.682Z] Running in /w/workspace/edgex-go/715 [Pipeline] { [Pipeline] checkout [2024-10-07T06:04:26.719Z] The recommended git tool is: git [2024-10-07T06:04:28.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-10-07T06:04:28.031Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T06:04:28.031Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-10-07T06:04:29.406Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-10-07T06:04:29.406Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-10-07T06:04:29.406Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-10-07T06:04:29.406Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-10-07T06:04:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-10-07T06:04:30.782Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements [2024-10-07T06:04:30.782Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2024-10-07T06:04:30.782Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T06:04:31.406Z] using credential edgex-jenkins-ssh [2024-10-07T06:04:31.432Z] Cloning the remote Git repository [2024-10-07T06:04:31.719Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2024-10-07T06:04:31.719Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2024-10-07T06:04:31.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-10-07T06:04:31.570Z] > git init /w/workspace/edgex-go/715 # timeout=10 [2024-10-07T06:04:32.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-10-07T06:04:32.288Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-07T06:04:31.829Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-10-07T06:04:31.830Z] > git --version # timeout=10 [2024-10-07T06:04:31.859Z] > git --version # 'git version 2.25.1' [2024-10-07T06:04:31.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-07T06:04:32.017Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.265s coverage: 79.9% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.044s coverage: 92.9% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 66.7% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.052s coverage: 75.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 20.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.050s coverage: 82.1% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.142s coverage: 63.1% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.131s coverage: 36.5% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 89.5% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 84.8% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.026s coverage: 4.9% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.069s coverage: 97.1% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.026s coverage: 35.9% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 19.9% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 95.7% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.030s coverage: 61.8% of statements [2024-10-07T06:04:38.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 98.9% of statements [2024-10-07T06:04:38.855Z] 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-10-07T06:04:38.855Z] running golangci-lint [2024-10-07T06:04:38.855Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-10-07T06:04:38.855Z] go version go1.23.2 linux/amd64 [2024-10-07T06:04:38.855Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-10-07T06:04:38.855Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-10-07T06:04:38.855Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-10-07T06:04:50.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-10-07T06:04:50.563Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-07T06:04:51.440Z] Avoid second fetch [2024-10-07T06:04:51.441Z] Checking out Revision 77e0adce47a12d7dc08b393082bf391b7f950b01 (main) [2024-10-07T06:04:52.289Z] Commit message: "Merge pull request #4946 from lindseysimple/issue-4945" [2024-10-07T06:04:51.456Z] > git config core.sparsecheckout # timeout=10 [2024-10-07T06:04:51.528Z] > git checkout -f 77e0adce47a12d7dc08b393082bf391b7f950b01 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-07T06:04:56.893Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-07T06:04:56.893Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:04:56.893Z] Dload Upload Total Spent Left Speed [2024-10-07T06:04:56.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k [Pipeline] sh [2024-10-07T06:04:57.249Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-07T06:04:57.581Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-10-07T06:04:57.581Z] /etc/docker/daemon.json [2024-10-07T06:04:57.581Z] { [2024-10-07T06:04:57.581Z] "registry-mirrors": [ [2024-10-07T06:04:57.581Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-07T06:04:57.581Z] ], [2024-10-07T06:04:57.581Z] "bip": "10.250.0.254/24", [2024-10-07T06:04:57.581Z] "hosts": [ [2024-10-07T06:04:57.581Z] "tcp://0.0.0.0:5555", [2024-10-07T06:04:57.581Z] "unix:///var/run/docker.sock" [2024-10-07T06:04:57.581Z] ], [2024-10-07T06:04:57.581Z] "mtu": 1458, [2024-10-07T06:04:57.581Z] "selinux-enabled": true, [2024-10-07T06:04:57.581Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-07T06:04:57.581Z] } [Pipeline] sh [2024-10-07T06:04:57.905Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-07T06:04:58.224Z] + sudo service docker restart [2024-10-07T06:05:01.986Z] level=info msg="[loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|exports_file|files|deps|name) took 20.32916552s" [2024-10-07T06:05:01.986Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 56.958959ms" [2024-10-07T06:05:12.519Z] level=info msg="[linters_context/goanalysis] analyzers took 1m53.641647071s with top 10 stages: buildir: 58.735340878s, gosec: 3.851035479s, inspect: 3.398210588s, fact_deprecated: 3.270423167s, printf: 2.075694155s, ctrlflow: 1.800473132s, fact_purity: 1.243082684s, isgenerated: 1.228066072s, nilness: 1.162964121s, S1038: 1.161247863s" [2024-10-07T06:05:12.519Z] level=info msg="[runner] Issues before processing: 219, after processing: 0" [2024-10-07T06:05:12.519Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 219/219, exclude: 219/219, cgo: 219/219, path_prettifier: 219/219, skip_files: 219/219, autogenerated_exclude: 219/219, invalid_issue: 219/219, skip_dirs: 219/219, identifier_marker: 219/219, exclude-rules: 219/22, nolint: 22/0" [2024-10-07T06:05:12.519Z] level=info msg="[runner] processing took 18.377288ms with stages: nolint: 8.01655ms, identifier_marker: 5.520659ms, exclude-rules: 1.549685ms, path_prettifier: 1.507985ms, autogenerated_exclude: 1.157449ms, skip_dirs: 538.119µs, cgo: 33.36µs, invalid_issue: 32.58µs, filename_unadjuster: 15.811µs, max_same_issues: 1µs, uniq_by_line: 550ns, fixer: 540ns, skip_files: 510ns, exclude: 470ns, sort_results: 440ns, diff: 430ns, path_prefixer: 280ns, severity-rules: 250ns, path_shortener: 200ns, max_from_linter: 160ns, source_code: 140ns, max_per_file_from_linter: 120ns" [2024-10-07T06:05:12.519Z] level=info msg="[runner] linters took 11.893380492s with stages: goanalysis_metalinter: 11.874918613s" [2024-10-07T06:05:12.519Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-10-07T06:05:12.519Z] level=info msg="Memory: 317 samples, avg is 291.0MB, max is 1250.1MB" [2024-10-07T06:05:12.519Z] level=info msg="Execution took 32.28807372s" [2024-10-07T06:05:12.519Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T06:05:17.277Z] provisioning config files... [2024-10-07T06:05:17.299Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config7247607973803413879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:05:17.730Z] ---> ****-login.sh [2024-10-07T06:05:17.730Z] nexus3.edgexfoundry.org:10001 [2024-10-07T06:05:18.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:05:18.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:05:18.273Z] Configure a credential helper to remove this warning. See [2024-10-07T06:05:18.273Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:05:18.273Z] [2024-10-07T06:05:18.273Z] Login Succeeded [2024-10-07T06:05:18.273Z] nexus3.edgexfoundry.org:10002 [2024-10-07T06:05:18.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:05:18.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:05:18.541Z] Configure a credential helper to remove this warning. See [2024-10-07T06:05:18.542Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:05:18.542Z] [2024-10-07T06:05:18.542Z] Login Succeeded [2024-10-07T06:05:18.542Z] nexus3.edgexfoundry.org:10003 [2024-10-07T06:05:18.712Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-07T06:05:18.712Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-07T06:05:18.712Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-07T06:05:18.726Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-10-07T06:05:18.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:05:18.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:05:18.810Z] Configure a credential helper to remove this warning. See [2024-10-07T06:05:18.810Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:05:18.810Z] [2024-10-07T06:05:18.810Z] Login Succeeded [2024-10-07T06:05:18.810Z] nexus3.edgexfoundry.org:10004 [2024-10-07T06:05:19.026Z] + ls -al . [2024-10-07T06:05:19.026Z] total 1848 [2024-10-07T06:05:19.026Z] drwxrwxr-x 11 1001 1001 4096 Oct 7 06:03 . [2024-10-07T06:05:19.026Z] drwxr-xr-x 4 root root 4096 Oct 7 06:03 .. [2024-10-07T06:05:19.026Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 06:02 .blubracket [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 10 Oct 7 06:02 .dockerignore [2024-10-07T06:05:19.026Z] drwxrwxr-x 8 1001 1001 4096 Oct 7 06:04 .git [2024-10-07T06:05:19.026Z] drwxrwxr-x 3 1001 1001 4096 Oct 7 06:02 .github [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 1102 Oct 7 06:02 .gitignore [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 199 Oct 7 06:02 .golangci.yml [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 100 Oct 7 06:02 .hadolint.yml [2024-10-07T06:05:19.026Z] drwxr-xr-x 3 1001 1001 4096 Oct 7 06:02 .semver [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 155 Oct 7 06:02 .sonarcloud.properties [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 1171 Oct 7 06:02 ADOPTERS.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 21553 Oct 7 06:02 Attribution.txt [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 100284 Oct 7 06:02 CHANGELOG.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 3804 Oct 7 06:02 CONTRIBUTING.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 677 Oct 7 06:02 GOVERNANCE.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 861 Oct 7 06:02 Jenkinsfile [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 10775 Oct 7 06:02 LICENSE [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 16854 Oct 7 06:02 Makefile [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 582 Oct 7 06:02 OWNERS.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 9528 Oct 7 06:02 README.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 789 Oct 7 06:02 SECURITY.md [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 12 Oct 7 06:02 VERSION [2024-10-07T06:05:19.026Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 06:02 bin [2024-10-07T06:05:19.026Z] drwxrwxr-x 20 1001 1001 4096 Oct 7 06:02 cmd [2024-10-07T06:05:19.026Z] -rw-r--r-- 1 root root 1502112 Oct 7 06:04 coverage.out [2024-10-07T06:05:19.026Z] drwxrwxr-x 2 1001 1001 4096 Oct 7 06:02 fuzz_test [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 7305 Oct 7 06:02 go.mod [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 102748 Oct 7 06:02 go.sum [2024-10-07T06:05:19.026Z] drwxrwxr-x 7 1001 1001 4096 Oct 7 06:02 internal [2024-10-07T06:05:19.026Z] drwxrwxr-x 3 1001 1001 4096 Oct 7 06:02 openapi [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 584 Oct 7 06:02 security.txt [2024-10-07T06:05:19.026Z] -rw-rw-r-- 1 1001 1001 204 Oct 7 06:02 version.go [Pipeline] sh [2024-10-07T06:05:19.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:05:19.310Z] + '[' -e coverage.out ] [2024-10-07T06:05:19.310Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-10-07T06:05:19.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:05:19.347Z] Configure a credential helper to remove this warning. See [2024-10-07T06:05:19.347Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:05:19.347Z] [2024-10-07T06:05:19.347Z] Login Succeeded [2024-10-07T06:05:19.347Z] ****.io [2024-10-07T06:05:19.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:05:19.468Z] Stashed 1 file(s) [Pipeline] sh [2024-10-07T06:05:19.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:05:19.616Z] Configure a credential helper to remove this warning. See [2024-10-07T06:05:19.616Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:05:19.616Z] [2024-10-07T06:05:19.616Z] Login Succeeded [2024-10-07T06:05:19.616Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T06:05:19.630Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2024-10-07T06:05:19.748Z] + make build [2024-10-07T06:05:19.748Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh [2024-10-07T06:05:20.234Z] + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] echo [2024-10-07T06:05:20.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T06:05:20.277Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T06:05:20.301Z] ========================================================= [2024-10-07T06:05:20.301Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-07T06:05:20.301Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-07T06:05:20.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T06:05:20.627Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-07T06:05:20.627Z] cf04c63912e1: Pulling fs layer [2024-10-07T06:05:20.627Z] 55b35a11ae5e: Pulling fs layer [2024-10-07T06:05:20.627Z] a37a00ec5f00: Pulling fs layer [2024-10-07T06:05:20.627Z] 50b3750afda1: Pulling fs layer [2024-10-07T06:05:20.627Z] 4f4fb700ef54: Pulling fs layer [2024-10-07T06:05:20.627Z] 80978eb59214: Pulling fs layer [2024-10-07T06:05:20.627Z] c9f46d7d2bd2: Pulling fs layer [2024-10-07T06:05:20.627Z] c5a475d317c9: Pulling fs layer [2024-10-07T06:05:20.627Z] 4f4fb700ef54: Waiting [2024-10-07T06:05:20.627Z] 80978eb59214: Waiting [2024-10-07T06:05:20.627Z] c9f46d7d2bd2: Waiting [2024-10-07T06:05:20.627Z] c5a475d317c9: Waiting [2024-10-07T06:05:20.627Z] 50b3750afda1: Waiting [2024-10-07T06:05:20.899Z] 55b35a11ae5e: Verifying Checksum [2024-10-07T06:05:20.899Z] 55b35a11ae5e: Download complete [2024-10-07T06:05:20.899Z] 50b3750afda1: Verifying Checksum [2024-10-07T06:05:20.899Z] 50b3750afda1: Download complete [2024-10-07T06:05:20.899Z] 4f4fb700ef54: Verifying Checksum [2024-10-07T06:05:20.899Z] 4f4fb700ef54: Download complete [2024-10-07T06:05:20.899Z] 80978eb59214: Verifying Checksum [2024-10-07T06:05:20.899Z] 80978eb59214: Download complete [2024-10-07T06:05:20.899Z] cf04c63912e1: Verifying Checksum [2024-10-07T06:05:20.899Z] cf04c63912e1: Download complete [2024-10-07T06:05:21.485Z] c5a475d317c9: Verifying Checksum [2024-10-07T06:05:21.485Z] c5a475d317c9: Download complete [2024-10-07T06:05:21.755Z] cf04c63912e1: Pull complete [2024-10-07T06:05:22.345Z] 55b35a11ae5e: Pull complete [2024-10-07T06:05:22.932Z] a37a00ec5f00: Verifying Checksum [2024-10-07T06:05:22.932Z] a37a00ec5f00: Download complete [2024-10-07T06:05:23.518Z] c9f46d7d2bd2: Verifying Checksum [2024-10-07T06:05:23.518Z] c9f46d7d2bd2: Download complete [2024-10-07T06:05:38.507Z] a37a00ec5f00: Pull complete [2024-10-07T06:05:38.507Z] 50b3750afda1: Pull complete [2024-10-07T06:05:38.507Z] 4f4fb700ef54: Pull complete [2024-10-07T06:05:38.507Z] 80978eb59214: Pull complete [2024-10-07T06:05:45.163Z] c9f46d7d2bd2: Pull complete [2024-10-07T06:05:46.291Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-07T06:05:46.291Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-10-07T06:05:46.291Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-07T06:05:46.291Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-07T06:05:47.108Z] c5a475d317c9: Pull complete [2024-10-07T06:05:47.108Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-07T06:05:47.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T06:05:47.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-07T06:05:47.445Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T06:05:47.445Z] WORKDIR /edgex [2024-10-07T06:05:47.445Z] COPY go.mod . [2024-10-07T06:05:47.445Z] RUN go mod download [2024-10-07T06:05:47.445Z] + docker build -t ci-base-image-arm64 -f - . [2024-10-07T06:05:47.667Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-07T06:05:48.025Z] Sending build context to Docker daemon 3.684MB [2024-10-07T06:05:48.026Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T06:05:48.026Z] ---> be29e6b0f0d4 [2024-10-07T06:05:48.026Z] Step 2/4 : WORKDIR /edgex [2024-10-07T06:05:48.986Z] ---> Running in 3d06f68ac61b [2024-10-07T06:05:49.251Z] Removing intermediate container 3d06f68ac61b [2024-10-07T06:05:49.251Z] ---> b50b83672aa6 [2024-10-07T06:05:49.251Z] Step 3/4 : COPY go.mod . [2024-10-07T06:05:49.833Z] ---> f93faa1736d8 [2024-10-07T06:05:49.833Z] Step 4/4 : RUN go mod download [2024-10-07T06:05:49.833Z] ---> Running in fb86d1e2bbd9 [2024-10-07T06:05:52.933Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-07T06:05:53.867Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-07T06:05:55.770Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-07T06:05:58.301Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-07T06:05:58.867Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-07T06:05:59.435Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-07T06:05:59.999Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-07T06:06:00.936Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-10-07T06:06:01.883Z] $ docker stop --time=1 7b038deb0c0b62fdfc5dc416c60be2302eb7864a9823934b9edcbd413ce80a4a [2024-10-07T06:06:08.000Z] $ docker rm -f --volumes 7b038deb0c0b62fdfc5dc416c60be2302eb7864a9823934b9edcbd413ce80a4a [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-10-07T06:06:09.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-07T06:06:09.246Z] [2024-10-07T06:06:09.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:06:09.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-07T06:06:09.553Z] latest: Pulling from edgex-devops/edgex-compose [2024-10-07T06:06:09.553Z] 91d30c5bc195: Pulling fs layer [2024-10-07T06:06:09.553Z] 2e9b0aa3be6d: Pulling fs layer [2024-10-07T06:06:09.553Z] 9c61dcf015f6: Pulling fs layer [2024-10-07T06:06:09.553Z] 4698f68db338: Pulling fs layer [2024-10-07T06:06:09.553Z] 2a2f49069b9e: Pulling fs layer [2024-10-07T06:06:09.553Z] e0025b399a48: Pulling fs layer [2024-10-07T06:06:09.553Z] 4698f68db338: Waiting [2024-10-07T06:06:09.553Z] 2a2f49069b9e: Waiting [2024-10-07T06:06:09.553Z] e0025b399a48: Waiting [2024-10-07T06:06:09.553Z] 91d30c5bc195: Verifying Checksum [2024-10-07T06:06:09.553Z] 91d30c5bc195: Download complete [2024-10-07T06:06:09.553Z] 4698f68db338: Verifying Checksum [2024-10-07T06:06:09.553Z] 4698f68db338: Download complete [2024-10-07T06:06:09.811Z] 2e9b0aa3be6d: Verifying Checksum [2024-10-07T06:06:09.811Z] 2e9b0aa3be6d: Download complete [2024-10-07T06:06:09.811Z] e0025b399a48: Verifying Checksum [2024-10-07T06:06:09.811Z] e0025b399a48: Download complete [2024-10-07T06:06:09.811Z] 91d30c5bc195: Pull complete [2024-10-07T06:06:09.811Z] 2a2f49069b9e: Download complete [2024-10-07T06:06:10.069Z] 2e9b0aa3be6d: Pull complete [2024-10-07T06:06:10.327Z] 9c61dcf015f6: Verifying Checksum [2024-10-07T06:06:10.327Z] 9c61dcf015f6: Download complete [2024-10-07T06:06:12.852Z] 9c61dcf015f6: Pull complete [2024-10-07T06:06:12.852Z] 4698f68db338: Pull complete [2024-10-07T06:06:12.852Z] 2a2f49069b9e: Pull complete [2024-10-07T06:06:13.110Z] e0025b399a48: Pull complete [2024-10-07T06:06:13.110Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-10-07T06:06:13.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-07T06:06:13.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:06:13.212Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:06:13.245Z] $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:06:17.615Z] $ docker top 556c694ca93e2eed9609c4faa0f688db25fea85a5823b5fd604ab4ddbdb0ef8d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T06:06:17.993Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-07T06:06:20.528Z] #1 [security-spire-server internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #1 transferring dockerfile: 1.70kB 0.0s done [2024-10-07T06:06:20.528Z] #1 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #2 transferring dockerfile: 2.49kB done [2024-10-07T06:06:20.528Z] #2 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #3 [core-command internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #3 transferring dockerfile: 1.93kB done [2024-10-07T06:06:20.528Z] #3 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #4 transferring dockerfile: 1.81kB done [2024-10-07T06:06:20.528Z] #4 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #5 [core-keeper internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #5 transferring dockerfile: 2.07kB done [2024-10-07T06:06:20.528Z] #5 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #6 [security-spire-server internal] load .dockerignore [2024-10-07T06:06:20.528Z] #6 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #7 transferring dockerfile: 3.17kB done [2024-10-07T06:06:20.528Z] #7 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #8 [security-spire-config internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #8 transferring dockerfile: 1.69kB done [2024-10-07T06:06:20.528Z] #8 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #9 transferring dockerfile: 1.89kB done [2024-10-07T06:06:20.528Z] #9 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #10 transferring dockerfile: 2.50kB done [2024-10-07T06:06:20.528Z] #10 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #11 [support-notifications internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #11 transferring dockerfile: 2.02kB done [2024-10-07T06:06:20.528Z] #11 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #12 [core-data internal] load build definition from Dockerfile [2024-10-07T06:06:20.528Z] #12 transferring dockerfile: 2.07kB done [2024-10-07T06:06:20.528Z] #12 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #6 [security-spire-server internal] load .dockerignore [2024-10-07T06:06:20.528Z] #6 transferring context: 50B done [2024-10-07T06:06:20.528Z] #6 DONE 0.0s [2024-10-07T06:06:20.528Z] [2024-10-07T06:06:20.528Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-07T06:06:20.787Z] #13 transferring dockerfile: 2.15kB done [2024-10-07T06:06:20.787Z] #13 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #14 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-07T06:06:20.787Z] #14 transferring dockerfile: 1.85kB done [2024-10-07T06:06:20.787Z] #14 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #15 [core-metadata internal] load build definition from Dockerfile [2024-10-07T06:06:20.787Z] #15 transferring dockerfile: 2.13kB done [2024-10-07T06:06:20.787Z] #15 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #16 [support-scheduler internal] load build definition from Dockerfile [2024-10-07T06:06:20.787Z] #16 transferring dockerfile: 1.93kB done [2024-10-07T06:06:20.787Z] #16 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #17 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-07T06:06:20.787Z] #17 transferring dockerfile: 2.23kB done [2024-10-07T06:06:20.787Z] #17 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-10-07T06:06:20.787Z] #18 transferring context: 50B done [2024-10-07T06:06:20.787Z] #18 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #19 [core-command internal] load .dockerignore [2024-10-07T06:06:20.787Z] #19 transferring context: 50B done [2024-10-07T06:06:20.787Z] #19 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #20 [security-spire-agent internal] load .dockerignore [2024-10-07T06:06:20.787Z] #20 transferring context: 50B done [2024-10-07T06:06:20.787Z] #20 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #21 [core-keeper internal] load .dockerignore [2024-10-07T06:06:20.787Z] #21 transferring context: 50B done [2024-10-07T06:06:20.787Z] #21 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #22 [security-spire-config internal] load .dockerignore [2024-10-07T06:06:20.787Z] #22 transferring context: 50B done [2024-10-07T06:06:20.787Z] #22 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #23 [security-bootstrapper internal] load .dockerignore [2024-10-07T06:06:20.787Z] #23 transferring context: 50B done [2024-10-07T06:06:20.787Z] #23 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2024-10-07T06:06:20.787Z] #24 transferring context: 50B done [2024-10-07T06:06:20.787Z] #24 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #25 [security-proxy-setup internal] load .dockerignore [2024-10-07T06:06:20.787Z] #25 transferring context: 50B done [2024-10-07T06:06:20.787Z] #25 DONE 0.0s [2024-10-07T06:06:20.787Z] [2024-10-07T06:06:20.787Z] #26 [support-notifications internal] load .dockerignore [2024-10-07T06:06:21.046Z] #26 transferring context: 50B done [2024-10-07T06:06:21.046Z] #26 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #27 [core-data internal] load .dockerignore [2024-10-07T06:06:21.046Z] #27 transferring context: 50B done [2024-10-07T06:06:21.046Z] #27 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #28 [security-proxy-auth internal] load .dockerignore [2024-10-07T06:06:21.046Z] #28 transferring context: 50B done [2024-10-07T06:06:21.046Z] #28 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #29 [support-cron-scheduler internal] load .dockerignore [2024-10-07T06:06:21.046Z] #29 transferring context: 50B done [2024-10-07T06:06:21.046Z] #29 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #30 [core-metadata internal] load .dockerignore [2024-10-07T06:06:21.046Z] #30 transferring context: 50B done [2024-10-07T06:06:21.046Z] #30 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #31 [support-scheduler internal] load .dockerignore [2024-10-07T06:06:21.046Z] #31 transferring context: 50B done [2024-10-07T06:06:21.046Z] #31 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:06:21.046Z] #32 DONE 0.1s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #33 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-07T06:06:21.046Z] #33 transferring context: 50B done [2024-10-07T06:06:21.046Z] #33 DONE 0.1s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #34 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T06:06:21.046Z] #34 DONE 0.0s [2024-10-07T06:06:21.046Z] [2024-10-07T06:06:21.046Z] #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:06:21.046Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T06:06:21.306Z] #35 ... [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T06:06:21.306Z] #34 DONE 0.0s [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:06:21.306Z] #32 DONE 0.1s [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:06:21.306Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T06:06:21.306Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:06:21.306Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T06:06:21.306Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T06:06:21.306Z] #35 ... [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T06:06:21.306Z] #34 DONE 0.0s [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-07T06:06:21.306Z] #36 DONE 0.4s [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #35 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:06:21.306Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T06:06:21.306Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:06:21.306Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T06:06:21.306Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T06:06:21.306Z] #35 ... [2024-10-07T06:06:21.306Z] [2024-10-07T06:06:21.306Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T06:06:21.306Z] #34 DONE 0.0s [2024-10-07T06:06:21.564Z] [2024-10-07T06:06:21.564Z] #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T06:06:21.564Z] #34 DONE 0.0s [2024-10-07T06:06:21.564Z] [2024-10-07T06:06:21.564Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:06:21.564Z] #32 DONE 0.4s [2024-10-07T06:06:21.564Z] [2024-10-07T06:06:21.564Z] #35 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:06:21.564Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T06:06:21.564Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:06:21.564Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T06:06:21.564Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T06:06:21.564Z] #35 ... [2024-10-07T06:06:21.564Z] [2024-10-07T06:06:21.564Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-07T06:06:21.564Z] #34 DONE 0.0s [2024-10-07T06:06:21.825Z] [2024-10-07T06:06:21.825Z] #37 [security-spire-config internal] load build context [2024-10-07T06:06:21.825Z] #37 transferring context: 26.23kB 0.0s done [2024-10-07T06:06:21.825Z] #37 DONE 0.4s [2024-10-07T06:06:21.825Z] [2024-10-07T06:06:21.825Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:06:21.825Z] #32 DONE 0.6s [2024-10-07T06:06:21.825Z] [2024-10-07T06:06:21.825Z] #38 [security-spire-server internal] load build context [2024-10-07T06:06:21.825Z] #38 transferring context: 27.98kB 0.0s done [2024-10-07T06:06:21.825Z] #38 DONE 0.3s [2024-10-07T06:06:21.825Z] [2024-10-07T06:06:21.825Z] #35 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:06:21.825Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T06:06:21.825Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:06:21.825Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T06:06:21.825Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T06:06:21.825Z] #35 ... [2024-10-07T06:06:21.825Z] [2024-10-07T06:06:21.825Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-07T06:06:21.825Z] #39 DONE 0.6s [2024-10-07T06:06:21.825Z] [2024-10-07T06:06:21.825Z] #35 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:06:21.825Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-07T06:06:21.825Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:06:21.825Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-07T06:06:21.825Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-07T06:06:22.749Z] #35 ... [2024-10-07T06:06:22.749Z] [2024-10-07T06:06:22.749Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:22.749Z] #40 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.6s done [2024-10-07T06:06:22.749Z] #40 DONE 0.6s [2024-10-07T06:06:23.010Z] [2024-10-07T06:06:23.010Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:06:23.010Z] #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.2s done [2024-10-07T06:06:23.010Z] #41 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-07T06:06:23.010Z] #41 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-10-07T06:06:23.010Z] #41 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-10-07T06:06:23.010Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done [2024-10-07T06:06:23.010Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done [2024-10-07T06:06:23.010Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.6s done [2024-10-07T06:06:23.010Z] #41 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-07T06:06:23.010Z] #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-07T06:06:23.010Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.8s [2024-10-07T06:06:23.010Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 7.34MB / 30.73MB 1.3s [2024-10-07T06:06:23.010Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.78MB / 30.73MB 1.4s [2024-10-07T06:06:23.267Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 27.26MB / 30.73MB 1.5s [2024-10-07T06:06:23.267Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.7s [2024-10-07T06:06:26.582Z] #41 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 3.8s done [2024-10-07T06:06:32.018Z] #41 ... [2024-10-07T06:06:32.018Z] [2024-10-07T06:06:32.018Z] #42 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-07T06:06:32.018Z] #42 ... [2024-10-07T06:06:32.018Z] [2024-10-07T06:06:32.018Z] #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T06:06:32.018Z] #0 0.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:32.018Z] #0 1.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:32.018Z] #0 1.605 (1/4) Installing ca-certificates (20240705-r0) [2024-10-07T06:06:32.018Z] #0 1.743 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-07T06:06:32.018Z] #0 1.743 (3/4) Installing su-exec (0.2-r3) [2024-10-07T06:06:32.018Z] #0 1.743 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T06:06:32.018Z] #0 1.814 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:06:32.018Z] #0 1.824 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:06:32.018Z] #0 1.874 OK: 19 MiB in 18 packages [2024-10-07T06:06:32.018Z] #43 ... [2024-10-07T06:06:32.018Z] [2024-10-07T06:06:32.018Z] #44 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:06:32.018Z] #44 ... [2024-10-07T06:06:32.018Z] [2024-10-07T06:06:32.018Z] #45 [security-proxy-setup internal] load build context [2024-10-07T06:06:32.018Z] #45 transferring context: 390.69MB 10.0s [2024-10-07T06:06:32.018Z] #45 ... [2024-10-07T06:06:32.018Z] [2024-10-07T06:06:32.018Z] #46 [core-keeper internal] load build context [2024-10-07T06:06:32.018Z] #46 ... [2024-10-07T06:06:32.018Z] [2024-10-07T06:06:32.018Z] #47 [core-metadata internal] load build context [2024-10-07T06:06:32.576Z] #47 ... [2024-10-07T06:06:32.576Z] [2024-10-07T06:06:32.576Z] #48 [security-proxy-auth internal] load build context [2024-10-07T06:06:32.576Z] #48 ... [2024-10-07T06:06:32.576Z] [2024-10-07T06:06:32.576Z] #49 [core-common-config-bootstrapper internal] load build context [2024-10-07T06:06:32.576Z] #49 ... [2024-10-07T06:06:32.576Z] [2024-10-07T06:06:32.576Z] #50 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:06:32.576Z] #0 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:32.576Z] #0 1.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:32.576Z] #0 1.572 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T06:06:32.576Z] #0 1.714 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:06:32.576Z] #0 1.726 OK: 8 MiB in 15 packages [2024-10-07T06:06:32.576Z] #50 ... [2024-10-07T06:06:32.576Z] [2024-10-07T06:06:32.576Z] #51 [core-command internal] load build context [2024-10-07T06:06:32.576Z] #51 transferring context: 452.39MB 10.3s done [2024-10-07T06:06:32.850Z] #51 ... [2024-10-07T06:06:32.850Z] [2024-10-07T06:06:32.850Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T06:06:32.850Z] #0 5.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:32.850Z] #0 5.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:32.850Z] #0 5.914 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T06:06:32.850Z] #0 5.917 (2/4) Installing openssl (3.3.2-r0) [2024-10-07T06:06:32.850Z] #0 5.928 (3/4) Installing su-exec (0.2-r3) [2024-10-07T06:06:32.850Z] #0 5.929 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T06:06:32.850Z] #0 6.004 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:06:32.850Z] #0 6.014 OK: 19 MiB in 18 packages [2024-10-07T06:06:32.850Z] #52 ... [2024-10-07T06:06:32.850Z] [2024-10-07T06:06:32.850Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:32.850Z] #40 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-07T06:06:32.850Z] #40 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-10-07T06:06:32.850Z] #40 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-10-07T06:06:32.850Z] #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-10-07T06:06:32.850Z] #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-10-07T06:06:32.850Z] #40 ... [2024-10-07T06:06:32.850Z] [2024-10-07T06:06:32.850Z] #53 [security-secretstore-setup internal] load build context [2024-10-07T06:06:32.850Z] #53 transferring context: 452.39MB 11.6s done [2024-10-07T06:06:32.850Z] #53 ... [2024-10-07T06:06:32.850Z] [2024-10-07T06:06:32.850Z] #54 [security-spiffe-token-provider internal] load build context [2024-10-07T06:06:33.111Z] #54 ... [2024-10-07T06:06:33.111Z] [2024-10-07T06:06:33.111Z] #55 [support-scheduler internal] load build context [2024-10-07T06:06:33.111Z] #55 ... [2024-10-07T06:06:33.111Z] [2024-10-07T06:06:33.111Z] #56 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T06:06:33.111Z] #56 ... [2024-10-07T06:06:33.111Z] [2024-10-07T06:06:33.111Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T06:06:33.111Z] #0 1.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:33.111Z] #0 1.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:33.111Z] #0 1.799 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:06:33.111Z] #0 1.799 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:06:33.111Z] #0 1.799 OK: 24163 distinct packages available [2024-10-07T06:06:33.111Z] #0 1.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:33.111Z] #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:33.111Z] #0 2.176 (1/14) Installing ca-certificates (20240705-r0) [2024-10-07T06:06:33.111Z] #0 2.188 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-07T06:06:33.111Z] #0 2.202 (3/14) Installing c-ares (1.33.1-r0) [2024-10-07T06:06:33.111Z] #0 2.219 (4/14) Installing libunistring (1.2-r0) [2024-10-07T06:06:33.111Z] #0 2.278 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-07T06:06:33.111Z] #0 2.287 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-07T06:06:33.111Z] #0 2.296 (7/14) Installing libpsl (0.21.5-r1) [2024-10-07T06:06:33.111Z] #0 2.304 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-07T06:06:33.111Z] #0 2.308 (9/14) Installing libcurl (8.10.1-r0) [2024-10-07T06:06:33.111Z] #0 2.319 (10/14) Installing curl (8.10.1-r0) [2024-10-07T06:06:33.111Z] #0 2.321 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-07T06:06:33.111Z] #0 2.323 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-07T06:06:33.111Z] #0 2.330 (13/14) Installing libucontext (1.2-r3) [2024-10-07T06:06:33.111Z] #0 2.330 (14/14) Installing gcompat (1.1.0-r4) [2024-10-07T06:06:33.111Z] #0 2.338 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:06:33.111Z] #0 2.343 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:06:33.111Z] #0 2.385 OK: 13 MiB in 28 packages [2024-10-07T06:06:33.371Z] #57 ... [2024-10-07T06:06:33.371Z] [2024-10-07T06:06:33.371Z] #58 [core-data internal] load build context [2024-10-07T06:06:33.371Z] #58 ... [2024-10-07T06:06:33.371Z] [2024-10-07T06:06:33.371Z] #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T06:06:33.629Z] #59 ... [2024-10-07T06:06:33.629Z] [2024-10-07T06:06:33.629Z] #60 [support-notifications internal] load build context [2024-10-07T06:06:33.629Z] #60 ... [2024-10-07T06:06:33.629Z] [2024-10-07T06:06:33.629Z] #61 [support-cron-scheduler internal] load build context [2024-10-07T06:06:33.629Z] #61 ... [2024-10-07T06:06:33.629Z] [2024-10-07T06:06:33.629Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:06:33.893Z] #62 ... [2024-10-07T06:06:33.893Z] [2024-10-07T06:06:33.893Z] #63 [security-bootstrapper internal] load build context [2024-10-07T06:06:33.893Z] #63 transferring context: 452.39MB 12.1s done [2024-10-07T06:06:33.893Z] #63 ... [2024-10-07T06:06:33.893Z] [2024-10-07T06:06:33.893Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:06:34.151Z] #64 ... [2024-10-07T06:06:34.151Z] [2024-10-07T06:06:34.151Z] #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T06:06:34.151Z] #0 4.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:34.151Z] #0 4.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:06:34.151Z] #0 4.731 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-07T06:06:34.151Z] #0 4.736 (2/2) Installing su-exec (0.2-r3) [2024-10-07T06:06:34.151Z] #0 4.742 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:06:34.151Z] #0 4.756 OK: 8 MiB in 16 packages [2024-10-07T06:06:34.151Z] #65 ... [2024-10-07T06:06:34.151Z] [2024-10-07T06:06:34.151Z] #66 [security-spire-agent internal] load build context [2024-10-07T06:06:34.151Z] #66 transferring context: 27.51kB 0.0s done [2024-10-07T06:06:34.766Z] #66 ... [2024-10-07T06:06:34.766Z] [2024-10-07T06:06:34.766Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:06:34.766Z] #67 ... [2024-10-07T06:06:34.766Z] [2024-10-07T06:06:34.766Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:34.766Z] #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 6.8s [2024-10-07T06:06:35.409Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 7.6s [2024-10-07T06:06:35.685Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 3.15MB / 20.02MB 8.0s [2024-10-07T06:06:35.685Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 9.44MB / 20.02MB 8.1s [2024-10-07T06:06:35.964Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 8.2s [2024-10-07T06:06:40.226Z] #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 11.9s [2024-10-07T06:06:41.039Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 13.2s [2024-10-07T06:06:41.605Z] #40 ... [2024-10-07T06:06:41.605Z] [2024-10-07T06:06:41.605Z] #45 [security-proxy-setup internal] load build context [2024-10-07T06:06:41.605Z] #45 transferring context: 452.39MB 11.7s done [2024-10-07T06:06:41.862Z] #45 ... [2024-10-07T06:06:41.862Z] [2024-10-07T06:06:41.862Z] #46 [core-keeper internal] load build context [2024-10-07T06:06:41.862Z] #46 transferring context: 452.39MB 12.9s done [2024-10-07T06:06:41.862Z] #46 ... [2024-10-07T06:06:41.862Z] [2024-10-07T06:06:41.862Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:42.428Z] #40 ... [2024-10-07T06:06:42.428Z] [2024-10-07T06:06:42.428Z] #48 [security-proxy-auth internal] load build context [2024-10-07T06:06:42.428Z] #48 transferring context: 452.39MB 13.3s done [2024-10-07T06:06:42.428Z] #48 ... [2024-10-07T06:06:42.428Z] [2024-10-07T06:06:42.428Z] #47 [core-metadata internal] load build context [2024-10-07T06:06:42.428Z] #47 transferring context: 452.39MB 12.1s done [2024-10-07T06:06:42.428Z] #47 ... [2024-10-07T06:06:42.428Z] [2024-10-07T06:06:42.428Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:06:42.428Z] #41 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-07T06:06:42.428Z] #41 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.8s done [2024-10-07T06:06:42.686Z] #41 ... [2024-10-07T06:06:42.686Z] [2024-10-07T06:06:42.686Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:43.328Z] #40 ... [2024-10-07T06:06:43.328Z] [2024-10-07T06:06:43.328Z] #54 [security-spiffe-token-provider internal] load build context [2024-10-07T06:06:43.328Z] #54 transferring context: 452.39MB 12.7s done [2024-10-07T06:06:43.588Z] #54 ... [2024-10-07T06:06:43.588Z] [2024-10-07T06:06:43.588Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:43.588Z] #40 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 13.6s done [2024-10-07T06:06:43.588Z] #40 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-10-07T06:06:43.588Z] #40 ... [2024-10-07T06:06:43.588Z] [2024-10-07T06:06:43.588Z] #58 [core-data internal] load build context [2024-10-07T06:06:43.588Z] #58 transferring context: 452.39MB 13.0s done [2024-10-07T06:06:43.588Z] #58 ... [2024-10-07T06:06:43.588Z] [2024-10-07T06:06:43.588Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:43.846Z] #40 ... [2024-10-07T06:06:43.846Z] [2024-10-07T06:06:43.846Z] #60 [support-notifications internal] load build context [2024-10-07T06:06:43.846Z] #60 transferring context: 452.39MB 12.8s done [2024-10-07T06:06:44.106Z] #60 ... [2024-10-07T06:06:44.106Z] [2024-10-07T06:06:44.106Z] #61 [support-cron-scheduler internal] load build context [2024-10-07T06:06:44.106Z] #61 transferring context: 452.39MB 12.0s done [2024-10-07T06:06:44.106Z] #61 ... [2024-10-07T06:06:44.106Z] [2024-10-07T06:06:44.106Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:46.243Z] Removing intermediate container fb86d1e2bbd9 [2024-10-07T06:06:46.243Z] ---> e5f8de1943a1 [2024-10-07T06:06:46.243Z] Successfully built e5f8de1943a1 [2024-10-07T06:06:46.243Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:06:46.585Z] + docker inspect -f . ci-base-image-arm64 [2024-10-07T06:06:46.586Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:06:46.637Z] #40 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 18.2s done [2024-10-07T06:06:46.807Z] prd-ubuntu20.04-docker-arm64-4c-16g-22000 does not seem to be running inside a container [2024-10-07T06:06:46.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-07T06:06:48.055Z] $ docker top 49c84e3995236699d7f0cd1d32f23d202fea8d6f42d12d5470aebbddfd16ad6e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T06:06:48.903Z] + go version [2024-10-07T06:06:48.903Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-07T06:06:48.919Z] $ docker stop --time=1 49c84e3995236699d7f0cd1d32f23d202fea8d6f42d12d5470aebbddfd16ad6e [2024-10-07T06:06:50.552Z] $ docker rm -f --volumes 49c84e3995236699d7f0cd1d32f23d202fea8d6f42d12d5470aebbddfd16ad6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:06:51.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-07T06:06:51.232Z] [2024-10-07T06:06:51.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:06:51.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-07T06:06:51.559Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-10-07T06:06:51.559Z] 547446be3368: Pulling fs layer [2024-10-07T06:06:51.559Z] d125d8839a47: Pulling fs layer [2024-10-07T06:06:51.559Z] 3e85d5ac6304: Pulling fs layer [2024-10-07T06:06:51.559Z] c3105a71a48b: Pulling fs layer [2024-10-07T06:06:51.559Z] 0f093f025ec4: Pulling fs layer [2024-10-07T06:06:51.559Z] c3106fc0e877: Pulling fs layer [2024-10-07T06:06:51.559Z] c3105a71a48b: Waiting [2024-10-07T06:06:51.559Z] 0f093f025ec4: Waiting [2024-10-07T06:06:51.827Z] 547446be3368: Verifying Checksum [2024-10-07T06:06:51.827Z] c3105a71a48b: Verifying Checksum [2024-10-07T06:06:51.827Z] c3105a71a48b: Download complete [2024-10-07T06:06:52.093Z] d125d8839a47: Verifying Checksum [2024-10-07T06:06:52.093Z] d125d8839a47: Download complete [2024-10-07T06:06:52.093Z] c3106fc0e877: Verifying Checksum [2024-10-07T06:06:52.093Z] c3106fc0e877: Download complete [2024-10-07T06:06:52.364Z] 0f093f025ec4: Verifying Checksum [2024-10-07T06:06:52.364Z] 0f093f025ec4: Download complete [2024-10-07T06:06:52.629Z] 547446be3368: Pull complete [2024-10-07T06:06:53.584Z] d125d8839a47: Pull complete [2024-10-07T06:06:54.164Z] 3e85d5ac6304: Verifying Checksum [2024-10-07T06:06:54.164Z] 3e85d5ac6304: Download complete [2024-10-07T06:06:54.846Z] #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 [2024-10-07T06:06:54.846Z] #40 ... [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #51 [core-command internal] load build context [2024-10-07T06:06:54.846Z] #51 DONE 32.8s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #66 [security-spire-agent internal] load build context [2024-10-07T06:06:54.846Z] #66 DONE 32.2s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #45 [security-proxy-setup internal] load build context [2024-10-07T06:06:54.846Z] #45 DONE 32.7s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #53 [security-secretstore-setup internal] load build context [2024-10-07T06:06:54.846Z] #53 DONE 32.9s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #44 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:06:54.846Z] #44 DONE 32.8s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T06:06:54.846Z] #65 DONE 32.6s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #50 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:06:54.846Z] #50 DONE 32.8s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T06:06:54.846Z] #57 DONE 32.7s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T06:06:54.846Z] #43 DONE 32.8s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #63 [security-bootstrapper internal] load build context [2024-10-07T06:06:54.846Z] #63 DONE 32.8s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #61 [support-cron-scheduler internal] load build context [2024-10-07T06:06:54.846Z] #61 DONE 32.6s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #47 [core-metadata internal] load build context [2024-10-07T06:06:54.846Z] #47 DONE 32.6s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:06:54.846Z] #68 ... [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T06:06:54.846Z] #52 DONE 32.7s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #54 [security-spiffe-token-provider internal] load build context [2024-10-07T06:06:54.846Z] #54 DONE 32.8s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #60 [support-notifications internal] load build context [2024-10-07T06:06:54.846Z] #60 DONE 32.6s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #46 [core-keeper internal] load build context [2024-10-07T06:06:54.846Z] #46 DONE 32.9s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #58 [core-data internal] load build context [2024-10-07T06:06:54.846Z] #58 DONE 32.6s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #48 [security-proxy-auth internal] load build context [2024-10-07T06:06:54.846Z] #48 DONE 32.6s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #42 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-07T06:06:54.846Z] #42 DONE 33.2s [2024-10-07T06:06:54.846Z] [2024-10-07T06:06:54.846Z] #69 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-10-07T06:06:55.103Z] #69 DONE 0.8s [2024-10-07T06:06:55.103Z] [2024-10-07T06:06:55.103Z] #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:06:55.103Z] #70 ... [2024-10-07T06:06:55.103Z] [2024-10-07T06:06:55.103Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:06:55.103Z] #40 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.0s done [2024-10-07T06:06:55.103Z] #40 DONE 33.3s [2024-10-07T06:06:55.360Z] [2024-10-07T06:06:55.360Z] #49 [core-common-config-bootstrapper internal] load build context [2024-10-07T06:06:55.360Z] #49 transferring context: 89.47MB 1.2s [2024-10-07T06:06:57.891Z] #49 transferring context: 452.39MB 3.7s done [2024-10-07T06:06:59.883Z] #49 ... [2024-10-07T06:06:59.883Z] [2024-10-07T06:06:59.883Z] #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:06:59.883Z] #68 5.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:00.451Z] #68 6.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:00.451Z] #68 6.452 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:00.451Z] #68 6.452 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:00.451Z] #68 6.458 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:00.451Z] #68 6.514 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:00.451Z] #68 6.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:00.709Z] #68 6.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.275Z] #68 ... [2024-10-07T06:07:01.275Z] [2024-10-07T06:07:01.275Z] #55 [support-scheduler internal] load build context [2024-10-07T06:07:01.275Z] #55 transferring context: 452.39MB 3.6s done [2024-10-07T06:07:01.275Z] #55 DONE 39.6s [2024-10-07T06:07:01.275Z] [2024-10-07T06:07:01.275Z] #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:07:01.275Z] #68 7.168 OK: 8 MiB in 15 packages [2024-10-07T06:07:01.534Z] #68 ... [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #49 [core-common-config-bootstrapper internal] load build context [2024-10-07T06:07:01.534Z] #49 DONE 39.6s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #59 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T06:07:01.534Z] #59 33.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #59 33.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #59 33.72 (1/2) Installing ca-certificates (20240705-r0) [2024-10-07T06:07:01.534Z] #59 33.75 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:01.534Z] #59 33.75 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:01.534Z] #59 33.76 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:07:01.534Z] #59 33.83 OK: 9 MiB in 16 packages [2024-10-07T06:07:01.534Z] #59 DONE 39.7s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:01.534Z] #67 33.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #67 33.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #67 33.75 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:01.534Z] #67 33.75 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:01.534Z] #67 33.77 OK: 8 MiB in 15 packages [2024-10-07T06:07:01.534Z] #67 DONE 39.7s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #71 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:01.534Z] #0 3.128 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #0 3.673 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #0 4.345 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:01.534Z] #0 4.655 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:01.534Z] #0 4.660 OK: 8 MiB in 15 packages [2024-10-07T06:07:01.534Z] #71 DONE 7.4s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:07:01.534Z] #64 33.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #64 33.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #64 33.90 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:07:01.534Z] #64 33.90 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:07:01.534Z] #64 33.90 OK: 24163 distinct packages available [2024-10-07T06:07:01.534Z] #64 33.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #64 34.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #64 34.36 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:01.534Z] #64 34.36 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-07T06:07:01.534Z] #64 34.37 (3/4) Installing libucontext (1.2-r3) [2024-10-07T06:07:01.534Z] #64 34.37 (4/4) Installing gcompat (1.1.0-r4) [2024-10-07T06:07:01.534Z] #64 34.37 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:01.534Z] #64 34.39 OK: 8 MiB in 18 packages [2024-10-07T06:07:01.534Z] #64 DONE 40.0s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #56 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T06:07:01.534Z] #56 33.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #56 33.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #56 33.75 (1/3) Installing ca-certificates (20240705-r0) [2024-10-07T06:07:01.534Z] #56 33.77 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:01.534Z] #56 33.77 (3/3) Installing tzdata (2024b-r0) [2024-10-07T06:07:01.534Z] #56 33.80 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:01.534Z] #56 33.81 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:07:01.534Z] #56 33.87 OK: 10 MiB in 17 packages [2024-10-07T06:07:01.534Z] #56 DONE 39.7s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:07:01.534Z] #62 33.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #62 33.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #62 33.96 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:07:01.534Z] #62 33.96 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:07:01.534Z] #62 33.96 OK: 24163 distinct packages available [2024-10-07T06:07:01.534Z] #62 34.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #62 34.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:01.534Z] #62 34.38 (1/5) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:01.534Z] #62 34.38 (2/5) Installing musl-obstack (1.2.3-r2) [2024-10-07T06:07:01.534Z] #62 34.38 (3/5) Installing libucontext (1.2-r3) [2024-10-07T06:07:01.534Z] #62 34.39 (4/5) Installing gcompat (1.1.0-r4) [2024-10-07T06:07:01.534Z] #62 34.39 (5/5) Installing openssl (3.3.2-r0) [2024-10-07T06:07:01.534Z] #62 34.40 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:01.534Z] #62 34.40 OK: 9 MiB in 19 packages [2024-10-07T06:07:01.534Z] #62 DONE 40.1s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #68 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:07:01.534Z] #68 DONE 7.4s [2024-10-07T06:07:01.534Z] [2024-10-07T06:07:01.534Z] #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:07:03.434Z] #72 ... [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:03.434Z] #0 7.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 7.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.102 OK: 246 MiB in 54 packages [2024-10-07T06:07:03.434Z] #73 DONE 8.2s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:07:03.434Z] #74 DONE 8.2s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T06:07:03.434Z] #0 8.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.581 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:03.434Z] #0 8.581 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:03.434Z] #0 8.588 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:03.434Z] #0 8.649 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:03.434Z] #0 8.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 9.049 OK: 8 MiB in 16 packages [2024-10-07T06:07:03.434Z] #75 DONE 9.2s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:03.434Z] #70 7.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #70 7.786 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #70 8.072 OK: 246 MiB in 54 packages [2024-10-07T06:07:03.434Z] #70 DONE 8.3s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:03.434Z] #76 DONE 0.1s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #77 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T06:07:03.434Z] #77 ... [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #78 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:03.434Z] #78 DONE 0.1s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T06:07:03.434Z] #0 8.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.723 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:03.434Z] #0 8.723 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:03.434Z] #0 8.728 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:03.434Z] #0 8.785 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:03.434Z] #0 8.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 8.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:03.434Z] #0 9.223 OK: 19 MiB in 18 packages [2024-10-07T06:07:03.434Z] #79 DONE 9.3s [2024-10-07T06:07:03.434Z] [2024-10-07T06:07:03.434Z] #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:04.001Z] #80 ... [2024-10-07T06:07:04.001Z] [2024-10-07T06:07:04.001Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:07:04.001Z] #0 7.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.001Z] #0 9.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.001Z] #0 9.385 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:04.001Z] #0 9.385 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:04.001Z] #0 9.391 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:04.001Z] #0 9.446 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:04.001Z] #0 9.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.001Z] #0 9.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.001Z] #0 9.817 OK: 13 MiB in 28 packages [2024-10-07T06:07:04.001Z] #81 DONE 10.0s [2024-10-07T06:07:04.219Z] 3e85d5ac6304: Pull complete [2024-10-07T06:07:04.219Z] c3105a71a48b: Pull complete [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #82 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T06:07:04.257Z] #0 7.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 8.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 9.064 OK: 246 MiB in 54 packages [2024-10-07T06:07:04.257Z] #82 DONE 9.2s [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:07:04.257Z] #72 2.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #72 2.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #72 2.804 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:04.257Z] #72 2.804 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:04.257Z] #72 2.812 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:04.257Z] #72 ... [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #83 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:07:04.257Z] #0 1.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 1.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 2.250 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:04.257Z] #0 2.250 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:04.257Z] #0 2.256 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:04.257Z] #0 2.332 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:04.257Z] #0 2.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 2.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 2.724 OK: 9 MiB in 16 packages [2024-10-07T06:07:04.257Z] #83 DONE 2.8s [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:04.257Z] #84 DONE 0.1s [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #85 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T06:07:04.257Z] #0 8.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 8.414 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 8.717 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:07:04.257Z] #0 8.718 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:07:04.257Z] #0 8.718 OK: 24162 distinct packages available [2024-10-07T06:07:04.257Z] #0 8.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 8.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #0 9.172 OK: 246 MiB in 54 packages [2024-10-07T06:07:04.257Z] #85 DONE 9.3s [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:07:04.257Z] #72 2.906 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:04.257Z] #72 2.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.257Z] #72 ... [2024-10-07T06:07:04.257Z] [2024-10-07T06:07:04.257Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:07:04.258Z] #0 8.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.258Z] #0 9.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.258Z] #0 9.870 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:04.258Z] #0 9.870 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:04.258Z] #0 9.887 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:04.258Z] #0 9.964 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:04.258Z] #0 9.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.258Z] #0 10.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.514Z] #86 ... [2024-10-07T06:07:04.514Z] [2024-10-07T06:07:04.514Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:04.514Z] #87 DONE 0.1s [2024-10-07T06:07:04.514Z] [2024-10-07T06:07:04.514Z] #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:07:04.514Z] #72 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #72 ... [2024-10-07T06:07:04.771Z] [2024-10-07T06:07:04.771Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:07:04.771Z] #86 10.35 OK: 19 MiB in 18 packages [2024-10-07T06:07:04.771Z] #86 DONE 10.5s [2024-10-07T06:07:04.771Z] [2024-10-07T06:07:04.771Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-07T06:07:04.771Z] #88 DONE 0.0s [2024-10-07T06:07:04.771Z] [2024-10-07T06:07:04.771Z] #72 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:07:04.771Z] #72 3.242 OK: 9 MiB in 19 packages [2024-10-07T06:07:04.771Z] #72 DONE 3.5s [2024-10-07T06:07:04.771Z] [2024-10-07T06:07:04.771Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T06:07:04.771Z] #0 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 2.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 2.822 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:04.771Z] #0 2.822 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:04.771Z] #0 2.826 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:04.771Z] #0 2.897 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:04.771Z] #0 2.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 2.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 3.259 OK: 8 MiB in 18 packages [2024-10-07T06:07:04.771Z] #89 DONE 3.4s [2024-10-07T06:07:04.771Z] [2024-10-07T06:07:04.771Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:07:04.771Z] #0 2.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 2.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 2.994 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:04.771Z] #0 2.994 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:04.771Z] #0 3.000 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:04.771Z] #0 3.064 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:04.771Z] #0 3.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:04.771Z] #0 3.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:05.030Z] #90 ... [2024-10-07T06:07:05.030Z] [2024-10-07T06:07:05.030Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:05.030Z] #41 ... [2024-10-07T06:07:05.030Z] [2024-10-07T06:07:05.030Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:07:05.619Z] 0f093f025ec4: Pull complete [2024-10-07T06:07:05.619Z] c3106fc0e877: Pull complete [2024-10-07T06:07:05.619Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-10-07T06:07:05.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-07T06:07:05.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:07:05.847Z] prd-ubuntu20.04-docker-arm64-4c-16g-22000 does not seem to be running inside a container [2024-10-07T06:07:05.906Z] $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-10-07T06:07:06.932Z] #91 DONE 2.0s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:07:06.932Z] #90 4.102 OK: 10 MiB in 17 packages [2024-10-07T06:07:06.932Z] #90 DONE 5.3s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #92 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:07:06.932Z] #0 2.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:06.932Z] #0 2.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:06.932Z] #0 3.141 Upgrading critical system libraries and apk-tools: [2024-10-07T06:07:06.932Z] #0 3.141 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:07:06.932Z] #0 3.151 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:06.932Z] #0 3.240 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:07:06.932Z] #0 3.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:06.932Z] #0 3.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:06.932Z] #0 4.116 OK: 8 MiB in 15 packages [2024-10-07T06:07:06.932Z] #92 DONE 5.3s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:07:06.932Z] #93 DONE 2.0s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T06:07:06.932Z] #94 ... [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-07T06:07:06.932Z] #95 DONE 2.0s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #77 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T06:07:06.932Z] #77 DONE 3.6s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-07T06:07:06.932Z] #96 DONE 0.2s [2024-10-07T06:07:06.932Z] [2024-10-07T06:07:06.932Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-07T06:07:07.868Z] #97 DONE 0.8s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-07T06:07:07.868Z] #98 DONE 0.8s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:07:07.868Z] #99 DONE 0.9s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T06:07:07.868Z] #94 DONE 0.9s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-07T06:07:07.868Z] #100 DONE 0.1s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T06:07:07.868Z] #101 DONE 0.1s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T06:07:07.868Z] #102 DONE 0.1s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-07T06:07:07.868Z] #103 DONE 0.1s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-07T06:07:07.868Z] #104 DONE 0.0s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-07T06:07:07.868Z] #105 DONE 0.1s [2024-10-07T06:07:07.868Z] [2024-10-07T06:07:07.868Z] #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-07T06:07:07.936Z] $ docker top 7a7babaa8b7c05b4bc479787e86d4d8ac513a1483adc82d27390e69407ec95f8 -eo pid,comm [2024-10-07T06:07:08.129Z] #106 DONE 0.1s [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-07T06:07:08.129Z] #107 DONE 0.1s [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #108 [security-spire-config] exporting to image [2024-10-07T06:07:08.129Z] #108 exporting layers [2024-10-07T06:07:08.129Z] #108 ... [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T06:07:08.129Z] #109 DONE 0.2s [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #110 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T06:07:08.129Z] #0 3.500 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:08.129Z] #0 3.959 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-07T06:07:08.129Z] #0 4.724 OK: 246 MiB in 54 packages [2024-10-07T06:07:08.129Z] #110 DONE 4.9s [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-07T06:07:08.129Z] #111 DONE 0.1s [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-07T06:07:08.129Z] #112 DONE 0.2s [2024-10-07T06:07:08.129Z] [2024-10-07T06:07:08.129Z] #108 [security-spire-server] exporting to image [Pipeline] { [Pipeline] sh [2024-10-07T06:07:08.385Z] #108 ... [2024-10-07T06:07:08.385Z] [2024-10-07T06:07:08.385Z] #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-07T06:07:08.386Z] #113 DONE 0.1s [2024-10-07T06:07:08.386Z] [2024-10-07T06:07:08.386Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-07T06:07:08.386Z] #114 DONE 0.1s [2024-10-07T06:07:08.386Z] [2024-10-07T06:07:08.386Z] #108 [security-spire-agent] exporting to image [2024-10-07T06:07:08.644Z] #108 exporting layers 0.6s done [2024-10-07T06:07:08.644Z] #108 writing image sha256:068152e400957bd71ff1c6bc255ba5dda8a5361e4ac98f1eb5035d74f298f822 done [2024-10-07T06:07:08.644Z] #108 naming to docker.io/library/security-spire-config done [2024-10-07T06:07:08.780Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-07T06:07:08.902Z] #108 exporting layers 0.6s done [2024-10-07T06:07:08.902Z] #108 writing image sha256:efc522c7a2cfaced87b440d4e45676a5d8ff88cfa92c14c21977370d2aa7a541 done [2024-10-07T06:07:08.902Z] #108 naming to docker.io/library/security-spire-server done [2024-10-07T06:07:08.902Z] #108 writing image sha256:a73df54b79fd6adffa249aa328e8980192fadcf0a84f80ad6aa3db18973d2699 done [2024-10-07T06:07:08.902Z] #108 naming to docker.io/library/security-spire-agent done [2024-10-07T06:07:08.902Z] #108 DONE 0.9s [2024-10-07T06:07:08.902Z] [2024-10-07T06:07:08.902Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:14.167Z] #115 ... [2024-10-07T06:07:14.167Z] [2024-10-07T06:07:14.167Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:14.167Z] #116 ... [2024-10-07T06:07:14.167Z] [2024-10-07T06:07:14.167Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:14.430Z] #117 ... [2024-10-07T06:07:14.430Z] [2024-10-07T06:07:14.430Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:18.874Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-07T06:07:18.874Z] #1 transferring dockerfile: [2024-10-07T06:07:18.874Z] #1 transferring dockerfile: 3.17kB done [2024-10-07T06:07:18.874Z] #1 DONE 0.1s [2024-10-07T06:07:18.874Z] [2024-10-07T06:07:18.874Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-07T06:07:18.874Z] #2 transferring dockerfile: 2.50kB done [2024-10-07T06:07:18.874Z] #2 DONE 0.0s [2024-10-07T06:07:18.874Z] [2024-10-07T06:07:18.874Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-07T06:07:18.874Z] #3 transferring dockerfile: 1.89kB done [2024-10-07T06:07:18.874Z] #3 DONE 0.0s [2024-10-07T06:07:18.874Z] [2024-10-07T06:07:18.874Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-10-07T06:07:18.874Z] #4 transferring dockerfile: 1.69kB done [2024-10-07T06:07:18.874Z] #4 DONE 0.0s [2024-10-07T06:07:18.874Z] [2024-10-07T06:07:18.874Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-07T06:07:18.874Z] #5 transferring dockerfile: 2.49kB done [2024-10-07T06:07:19.140Z] #5 DONE 0.1s [2024-10-07T06:07:19.141Z] [2024-10-07T06:07:19.141Z] #6 [core-command internal] load build definition from Dockerfile [2024-10-07T06:07:19.141Z] #6 transferring dockerfile: 1.93kB done [2024-10-07T06:07:19.141Z] #6 DONE 0.1s [2024-10-07T06:07:19.141Z] [2024-10-07T06:07:19.141Z] #7 [core-keeper internal] load build definition from Dockerfile [2024-10-07T06:07:19.141Z] #7 transferring dockerfile: 2.07kB done [2024-10-07T06:07:19.141Z] #7 DONE 0.1s [2024-10-07T06:07:19.141Z] [2024-10-07T06:07:19.141Z] #8 [core-data internal] load build definition from Dockerfile [2024-10-07T06:07:19.141Z] #8 transferring dockerfile: 2.07kB done [2024-10-07T06:07:19.141Z] #8 DONE 0.0s [2024-10-07T06:07:19.141Z] [2024-10-07T06:07:19.141Z] #9 [core-metadata internal] load build definition from Dockerfile [2024-10-07T06:07:19.141Z] #9 transferring dockerfile: 2.13kB done [2024-10-07T06:07:19.141Z] #9 DONE 0.1s [2024-10-07T06:07:19.141Z] [2024-10-07T06:07:19.141Z] #10 [support-notifications internal] load build definition from Dockerfile [2024-10-07T06:07:19.409Z] #10 transferring dockerfile: 2.02kB done [2024-10-07T06:07:19.409Z] #10 DONE 0.1s [2024-10-07T06:07:19.409Z] [2024-10-07T06:07:19.409Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-07T06:07:19.409Z] #11 transferring dockerfile: 2.15kB done [2024-10-07T06:07:19.409Z] #11 DONE 0.1s [2024-10-07T06:07:19.409Z] [2024-10-07T06:07:19.409Z] #12 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-07T06:07:19.409Z] #12 transferring dockerfile: 1.85kB 0.0s done [2024-10-07T06:07:19.409Z] #12 DONE 0.1s [2024-10-07T06:07:19.409Z] [2024-10-07T06:07:19.409Z] #13 [security-spire-server internal] load build definition from Dockerfile [2024-10-07T06:07:19.682Z] #13 transferring dockerfile: 1.70kB 0.0s done [2024-10-07T06:07:19.682Z] #13 DONE 0.1s [2024-10-07T06:07:19.682Z] [2024-10-07T06:07:19.682Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-07T06:07:19.682Z] #14 transferring dockerfile: 2.23kB 0.0s done [2024-10-07T06:07:19.682Z] #14 DONE 0.1s [2024-10-07T06:07:19.682Z] [2024-10-07T06:07:19.682Z] #15 [support-scheduler internal] load build definition from Dockerfile [2024-10-07T06:07:19.682Z] #15 transferring dockerfile: 1.93kB 0.0s done [2024-10-07T06:07:19.682Z] #15 DONE 0.1s [2024-10-07T06:07:19.682Z] [2024-10-07T06:07:19.682Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-10-07T06:07:19.682Z] #16 transferring dockerfile: 1.81kB done [2024-10-07T06:07:19.949Z] #16 DONE 0.1s [2024-10-07T06:07:19.949Z] [2024-10-07T06:07:19.949Z] #17 [security-bootstrapper internal] load .dockerignore [2024-10-07T06:07:19.949Z] #17 transferring context: 50B done [2024-10-07T06:07:19.949Z] #17 DONE 0.1s [2024-10-07T06:07:20.548Z] [2024-10-07T06:07:20.548Z] #18 [security-proxy-setup internal] load .dockerignore [2024-10-07T06:07:20.548Z] #18 transferring context: 50B done [2024-10-07T06:07:20.548Z] #18 DONE 0.0s [2024-10-07T06:07:20.548Z] [2024-10-07T06:07:20.548Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2024-10-07T06:07:20.548Z] #19 transferring context: 50B done [2024-10-07T06:07:20.549Z] #19 DONE 0.0s [2024-10-07T06:07:20.549Z] [2024-10-07T06:07:20.549Z] #20 [security-spire-config internal] load .dockerignore [2024-10-07T06:07:20.816Z] #20 transferring context: 50B 0.0s done [2024-10-07T06:07:20.816Z] #20 DONE 0.1s [2024-10-07T06:07:20.816Z] [2024-10-07T06:07:20.816Z] #21 [security-secretstore-setup internal] load .dockerignore [2024-10-07T06:07:20.816Z] #21 transferring context: 50B done [2024-10-07T06:07:20.816Z] #21 DONE 0.1s [2024-10-07T06:07:20.816Z] [2024-10-07T06:07:20.816Z] #22 [core-command internal] load .dockerignore [2024-10-07T06:07:20.816Z] #22 transferring context: 50B 0.0s done [2024-10-07T06:07:20.816Z] #22 DONE 0.0s [2024-10-07T06:07:20.816Z] [2024-10-07T06:07:20.816Z] #23 [core-keeper internal] load .dockerignore [2024-10-07T06:07:20.816Z] #23 transferring context: 50B 0.0s done [2024-10-07T06:07:20.816Z] #23 DONE 0.1s [2024-10-07T06:07:20.816Z] [2024-10-07T06:07:20.816Z] #24 [core-data internal] load .dockerignore [2024-10-07T06:07:21.091Z] #24 transferring context: 50B done [2024-10-07T06:07:21.091Z] #24 DONE 0.1s [2024-10-07T06:07:21.091Z] [2024-10-07T06:07:21.091Z] #25 [core-metadata internal] load .dockerignore [2024-10-07T06:07:21.091Z] #25 transferring context: 50B 0.0s done [2024-10-07T06:07:21.091Z] #25 DONE 0.1s [2024-10-07T06:07:21.091Z] [2024-10-07T06:07:21.091Z] #26 [security-proxy-auth internal] load .dockerignore [2024-10-07T06:07:21.091Z] #26 transferring context: 50B done [2024-10-07T06:07:21.091Z] #26 DONE 0.1s [2024-10-07T06:07:21.091Z] [2024-10-07T06:07:21.091Z] #27 [support-notifications internal] load .dockerignore [2024-10-07T06:07:21.091Z] #27 transferring context: 50B 0.0s done [2024-10-07T06:07:21.091Z] #27 DONE 0.1s [2024-10-07T06:07:21.360Z] [2024-10-07T06:07:21.360Z] #28 [support-cron-scheduler internal] load .dockerignore [2024-10-07T06:07:21.360Z] #28 transferring context: 50B done [2024-10-07T06:07:21.360Z] #28 DONE 0.1s [2024-10-07T06:07:21.360Z] [2024-10-07T06:07:21.360Z] #29 [security-spire-server internal] load .dockerignore [2024-10-07T06:07:21.360Z] #29 transferring context: 50B 0.0s done [2024-10-07T06:07:21.360Z] #29 DONE 0.1s [2024-10-07T06:07:21.360Z] [2024-10-07T06:07:21.360Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-07T06:07:21.360Z] #30 transferring context: 50B 0.0s done [2024-10-07T06:07:21.360Z] #30 DONE 0.1s [2024-10-07T06:07:21.360Z] [2024-10-07T06:07:21.360Z] #31 [support-scheduler internal] load .dockerignore [2024-10-07T06:07:21.626Z] #31 transferring context: 50B 0.0s done [2024-10-07T06:07:21.626Z] #31 DONE 0.1s [2024-10-07T06:07:21.626Z] [2024-10-07T06:07:21.626Z] #32 [security-spire-agent internal] load .dockerignore [2024-10-07T06:07:21.626Z] #32 transferring context: 50B 0.0s done [2024-10-07T06:07:21.626Z] #32 DONE 0.1s [2024-10-07T06:07:21.626Z] [2024-10-07T06:07:21.626Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:21.626Z] #33 DONE 0.0s [2024-10-07T06:07:21.626Z] [2024-10-07T06:07:21.626Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:07:21.626Z] #34 DONE 0.1s [2024-10-07T06:07:21.892Z] [2024-10-07T06:07:21.892Z] #35 [security-bootstrapper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:21.892Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:21.892Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:21.892Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:21.892Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:21.892Z] #35 DONE 0.1s [2024-10-07T06:07:21.892Z] [2024-10-07T06:07:21.892Z] #36 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T06:07:22.473Z] #36 ... [2024-10-07T06:07:22.473Z] [2024-10-07T06:07:22.473Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:22.473Z] #33 DONE 0.0s [2024-10-07T06:07:22.473Z] [2024-10-07T06:07:22.473Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:07:22.473Z] #34 DONE 0.2s [2024-10-07T06:07:22.473Z] [2024-10-07T06:07:22.473Z] #37 [security-bootstrapper internal] load build context [2024-10-07T06:07:22.473Z] #37 transferring context: 3.23MB 0.6s done [2024-10-07T06:07:22.473Z] #37 DONE 0.8s [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #35 [security-proxy-setup stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:22.740Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:22.740Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:22.740Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:22.740Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:22.740Z] #35 DONE 0.2s [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:22.740Z] #33 DONE 0.0s [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #38 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T06:07:22.740Z] #38 DONE 1.6s [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #39 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:22.740Z] #39 ... [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #35 [security-spiffe-token-provider stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:22.740Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:22.740Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:22.740Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:22.740Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:22.740Z] #35 DONE 0.2s [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #38 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T06:07:22.740Z] #38 DONE 1.6s [2024-10-07T06:07:22.740Z] [2024-10-07T06:07:22.740Z] #39 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:23.007Z] #39 ... [2024-10-07T06:07:23.007Z] [2024-10-07T06:07:23.007Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:23.007Z] #33 DONE 0.0s [2024-10-07T06:07:23.007Z] [2024-10-07T06:07:23.007Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:23.007Z] #33 DONE 0.0s [2024-10-07T06:07:23.007Z] [2024-10-07T06:07:23.007Z] #39 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:23.007Z] #39 DONE 0.7s [2024-10-07T06:07:23.007Z] [2024-10-07T06:07:23.007Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.278Z] #40 ... [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #35 [security-secretstore-setup stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:23.278Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:23.278Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:23.278Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:23.278Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:23.278Z] #35 DONE 0.2s [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:07:23.278Z] #34 DONE 0.5s [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #38 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T06:07:23.278Z] #38 DONE 1.7s [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #39 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:23.278Z] #39 DONE 0.8s [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.278Z] #40 ... [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:23.278Z] #33 DONE 0.0s [2024-10-07T06:07:23.278Z] [2024-10-07T06:07:23.278Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.544Z] #40 ... [2024-10-07T06:07:23.544Z] [2024-10-07T06:07:23.544Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:23.544Z] #33 DONE 0.0s [2024-10-07T06:07:23.544Z] [2024-10-07T06:07:23.544Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.544Z] #40 ... [2024-10-07T06:07:23.544Z] [2024-10-07T06:07:23.544Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:23.544Z] #33 DONE 0.0s [2024-10-07T06:07:23.544Z] [2024-10-07T06:07:23.544Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.544Z] #40 ... [2024-10-07T06:07:23.544Z] [2024-10-07T06:07:23.544Z] #41 [security-proxy-setup internal] load build context [2024-10-07T06:07:23.544Z] #41 transferring context: 3.23MB 0.8s done [2024-10-07T06:07:23.544Z] #41 DONE 1.1s [2024-10-07T06:07:23.544Z] [2024-10-07T06:07:23.544Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.814Z] #40 ... [2024-10-07T06:07:23.814Z] [2024-10-07T06:07:23.814Z] #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:07:23.814Z] #34 DONE 1.0s [2024-10-07T06:07:23.814Z] [2024-10-07T06:07:23.814Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:23.814Z] #40 ... [2024-10-07T06:07:23.814Z] [2024-10-07T06:07:23.814Z] #35 [core-keeper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:23.814Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:23.814Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:23.814Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:23.814Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:23.814Z] #35 DONE 0.3s [2024-10-07T06:07:23.815Z] [2024-10-07T06:07:23.815Z] #38 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T06:07:23.815Z] #38 DONE 1.7s [2024-10-07T06:07:23.815Z] [2024-10-07T06:07:23.815Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:23.815Z] #33 DONE 0.0s [2024-10-07T06:07:23.815Z] [2024-10-07T06:07:23.815Z] #39 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:23.815Z] #39 DONE 0.8s [2024-10-07T06:07:23.815Z] [2024-10-07T06:07:23.815Z] #42 [core-keeper internal] load build context [2024-10-07T06:07:23.815Z] #42 DONE 0.0s [2024-10-07T06:07:23.815Z] [2024-10-07T06:07:23.815Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:24.081Z] #40 ... [2024-10-07T06:07:24.081Z] [2024-10-07T06:07:24.081Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:24.081Z] #33 DONE 0.1s [2024-10-07T06:07:24.081Z] [2024-10-07T06:07:24.081Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-07T06:07:24.081Z] #40 transferring context: 3.23MB 1.1s done [2024-10-07T06:07:24.348Z] #40 DONE 1.5s [2024-10-07T06:07:24.348Z] [2024-10-07T06:07:24.348Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:24.348Z] #33 DONE 0.1s [2024-10-07T06:07:24.348Z] [2024-10-07T06:07:24.348Z] #43 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-07T06:07:24.348Z] #43 DONE 1.6s [2024-10-07T06:07:24.348Z] [2024-10-07T06:07:24.348Z] #44 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:24.348Z] #44 ... [2024-10-07T06:07:24.348Z] [2024-10-07T06:07:24.348Z] #35 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:24.348Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:24.348Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:24.348Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:24.348Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:24.348Z] #35 DONE 0.3s [2024-10-07T06:07:24.688Z] [2024-10-07T06:07:24.688Z] #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:24.688Z] #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:25.308Z] #45 ... [2024-10-07T06:07:25.308Z] [2024-10-07T06:07:25.308Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:07:25.308Z] #34 DONE 2.3s [2024-10-07T06:07:25.308Z] [2024-10-07T06:07:25.308Z] #35 [support-notifications stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:25.308Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:25.308Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:25.308Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:25.309Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:25.309Z] #35 DONE 0.4s [2024-10-07T06:07:25.309Z] [2024-10-07T06:07:25.309Z] #38 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T06:07:25.309Z] #38 DONE 1.8s [2024-10-07T06:07:25.309Z] [2024-10-07T06:07:25.309Z] #39 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:25.309Z] #39 DONE 0.9s [2024-10-07T06:07:25.309Z] [2024-10-07T06:07:25.309Z] #46 [security-proxy-auth internal] load build context [2024-10-07T06:07:25.309Z] #46 DONE 0.0s [2024-10-07T06:07:25.309Z] [2024-10-07T06:07:25.309Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:25.589Z] #47 ... [2024-10-07T06:07:25.589Z] [2024-10-07T06:07:25.589Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:25.589Z] #33 DONE 0.1s [2024-10-07T06:07:25.589Z] [2024-10-07T06:07:25.589Z] #48 [core-metadata internal] load build context [2024-10-07T06:07:25.883Z] #48 ... [2024-10-07T06:07:25.883Z] [2024-10-07T06:07:25.883Z] #49 [security-spire-config internal] load build context [2024-10-07T06:07:25.883Z] #49 transferring context: 26.23kB 0.4s done [2024-10-07T06:07:25.883Z] #49 DONE 1.4s [2024-10-07T06:07:25.883Z] [2024-10-07T06:07:25.883Z] #48 [core-metadata internal] load build context [2024-10-07T06:07:25.883Z] #48 ... [2024-10-07T06:07:25.883Z] [2024-10-07T06:07:25.883Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-07T06:07:25.883Z] #33 DONE 0.1s [2024-10-07T06:07:25.883Z] [2024-10-07T06:07:25.883Z] #48 [core-metadata internal] load build context [2024-10-07T06:07:26.516Z] #48 transferring context: 3.23MB 2.3s done [2024-10-07T06:07:26.516Z] #48 ... [2024-10-07T06:07:26.516Z] [2024-10-07T06:07:26.516Z] #50 [core-command internal] load build context [2024-10-07T06:07:26.516Z] #50 transferring context: 3.23MB 2.3s done [2024-10-07T06:07:26.516Z] #50 DONE 3.3s [2024-10-07T06:07:26.809Z] [2024-10-07T06:07:26.809Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:26.809Z] #47 ... [2024-10-07T06:07:26.809Z] [2024-10-07T06:07:26.809Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-07T06:07:26.809Z] #34 DONE 3.7s [2024-10-07T06:07:26.809Z] [2024-10-07T06:07:26.809Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-07T06:07:26.809Z] #43 DONE 3.4s [2024-10-07T06:07:26.809Z] [2024-10-07T06:07:26.809Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:27.092Z] #47 ... [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #35 [support-scheduler stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:27.092Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:27.092Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:27.092Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:27.092Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:27.092Z] #35 DONE 0.5s [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #38 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-07T06:07:27.092Z] #38 DONE 1.9s [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #39 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-10-07T06:07:27.092Z] #39 DONE 1.0s [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #51 [support-scheduler internal] load build context [2024-10-07T06:07:27.092Z] #51 DONE 0.0s [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #48 [core-metadata internal] load build context [2024-10-07T06:07:27.092Z] #48 DONE 3.2s [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:27.092Z] #47 ... [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #52 [core-common-config-bootstrapper internal] load build context [2024-10-07T06:07:27.092Z] #52 DONE 0.0s [2024-10-07T06:07:27.092Z] [2024-10-07T06:07:27.092Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:27.678Z] #47 ... [2024-10-07T06:07:27.678Z] [2024-10-07T06:07:27.678Z] #53 [security-secretstore-setup internal] load build context [2024-10-07T06:07:27.678Z] #53 transferring context: 3.23MB 3.5s done [2024-10-07T06:07:27.678Z] #53 DONE 4.6s [2024-10-07T06:07:27.678Z] [2024-10-07T06:07:27.678Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:28.264Z] #47 ... [2024-10-07T06:07:28.264Z] [2024-10-07T06:07:28.264Z] #54 [core-data internal] load build context [2024-10-07T06:07:28.264Z] #54 transferring context: 3.23MB 3.4s done [2024-10-07T06:07:28.264Z] #54 DONE 4.2s [2024-10-07T06:07:28.264Z] [2024-10-07T06:07:28.264Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:28.264Z] #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.4s done [2024-10-07T06:07:28.264Z] #45 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-07T06:07:28.264Z] #45 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-10-07T06:07:28.264Z] #45 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-10-07T06:07:28.264Z] #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done [2024-10-07T06:07:28.264Z] #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s [2024-10-07T06:07:28.264Z] #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.2s [2024-10-07T06:07:28.264Z] #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done [2024-10-07T06:07:28.534Z] #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-10-07T06:07:28.804Z] #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-10-07T06:07:29.071Z] #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s done [2024-10-07T06:07:29.338Z] #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.1s done [2024-10-07T06:07:29.958Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.8s [2024-10-07T06:07:30.226Z] #45 ... [2024-10-07T06:07:30.226Z] [2024-10-07T06:07:30.226Z] #55 [security-spire-server internal] load build context [2024-10-07T06:07:30.226Z] #55 transferring context: 27.98kB 0.6s done [2024-10-07T06:07:30.226Z] #55 DONE 2.8s [2024-10-07T06:07:30.226Z] [2024-10-07T06:07:30.226Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:31.198Z] #45 ... [2024-10-07T06:07:31.198Z] [2024-10-07T06:07:31.198Z] #56 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-07T06:07:31.198Z] #56 DONE 4.9s [2024-10-07T06:07:31.198Z] [2024-10-07T06:07:31.198Z] #42 [core-keeper internal] load build context [2024-10-07T06:07:31.198Z] #42 transferring context: 3.23MB 5.6s done [2024-10-07T06:07:31.198Z] #42 DONE 7.2s [2024-10-07T06:07:31.198Z] [2024-10-07T06:07:31.198Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:31.198Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 4.2s [2024-10-07T06:07:31.473Z] #45 ... [2024-10-07T06:07:31.473Z] [2024-10-07T06:07:31.473Z] #35 [security-spire-agent stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-07T06:07:31.473Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-07T06:07:31.473Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-07T06:07:31.473Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-07T06:07:31.473Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-07T06:07:31.473Z] #35 DONE 0.5s [2024-10-07T06:07:31.473Z] [2024-10-07T06:07:31.473Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:31.473Z] #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.4s done [2024-10-07T06:07:31.473Z] #45 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-07T06:07:31.473Z] #45 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-10-07T06:07:31.473Z] #45 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-10-07T06:07:31.473Z] #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.1s done [2024-10-07T06:07:31.473Z] #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s done [2024-10-07T06:07:31.473Z] #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.1s done [2024-10-07T06:07:31.473Z] #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-10-07T06:07:31.740Z] #45 ... [2024-10-07T06:07:31.740Z] [2024-10-07T06:07:31.740Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:07:31.740Z] #57 DONE 0.1s [2024-10-07T06:07:31.740Z] [2024-10-07T06:07:31.740Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:32.328Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 5.2s [2024-10-07T06:07:32.600Z] #45 ... [2024-10-07T06:07:32.600Z] [2024-10-07T06:07:32.600Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T06:07:32.600Z] #58 ... [2024-10-07T06:07:32.600Z] [2024-10-07T06:07:32.600Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:32.868Z] #45 ... [2024-10-07T06:07:32.868Z] [2024-10-07T06:07:32.868Z] #36 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-07T06:07:32.868Z] #36 5.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:32.868Z] #36 6.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:32.868Z] #36 8.388 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:32.868Z] #36 8.388 (2/2) Installing su-exec (0.2-r3) [2024-10-07T06:07:32.868Z] #36 8.388 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:32.868Z] #36 8.502 OK: 9 MiB in 16 packages [2024-10-07T06:07:32.868Z] #36 DONE 10.9s [2024-10-07T06:07:32.868Z] [2024-10-07T06:07:32.868Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:32.868Z] #45 ... [2024-10-07T06:07:32.868Z] [2024-10-07T06:07:32.868Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T06:07:33.134Z] #59 ... [2024-10-07T06:07:33.134Z] [2024-10-07T06:07:33.134Z] #60 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:33.134Z] #60 ... [2024-10-07T06:07:33.134Z] [2024-10-07T06:07:33.134Z] #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T06:07:33.134Z] #0 10.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:33.405Z] #61 ... [2024-10-07T06:07:33.405Z] [2024-10-07T06:07:33.405Z] #62 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:33.405Z] #62 ... [2024-10-07T06:07:33.405Z] [2024-10-07T06:07:33.405Z] #63 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:33.676Z] #63 ... [2024-10-07T06:07:33.676Z] [2024-10-07T06:07:33.676Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T06:07:33.676Z] #64 ... [2024-10-07T06:07:33.676Z] [2024-10-07T06:07:33.676Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:33.676Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 6.7s [2024-10-07T06:07:33.676Z] #45 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s [2024-10-07T06:07:33.944Z] #45 ... [2024-10-07T06:07:33.944Z] [2024-10-07T06:07:33.944Z] #65 [support-cron-scheduler internal] load build context [2024-10-07T06:07:33.944Z] #65 transferring context: 3.23MB 6.5s done [2024-10-07T06:07:33.944Z] #65 DONE 8.4s [2024-10-07T06:07:33.944Z] [2024-10-07T06:07:33.944Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:33.944Z] #45 ... [2024-10-07T06:07:33.944Z] [2024-10-07T06:07:33.944Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:07:33.944Z] #66 ... [2024-10-07T06:07:33.944Z] [2024-10-07T06:07:33.944Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:34.532Z] #45 ... [2024-10-07T06:07:34.532Z] [2024-10-07T06:07:34.532Z] #67 [security-spire-agent internal] load build context [2024-10-07T06:07:34.532Z] #67 transferring context: 27.51kB 0.2s done [2024-10-07T06:07:34.532Z] #67 DONE 2.7s [2024-10-07T06:07:34.532Z] [2024-10-07T06:07:34.532Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:34.532Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.01MB / 28.04MB 7.4s [2024-10-07T06:07:34.532Z] #45 ... [2024-10-07T06:07:34.532Z] [2024-10-07T06:07:34.532Z] #68 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:07:34.800Z] #68 ... [2024-10-07T06:07:34.800Z] [2024-10-07T06:07:34.800Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:34.800Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 7.8s [2024-10-07T06:07:35.067Z] #45 ... [2024-10-07T06:07:35.067Z] [2024-10-07T06:07:35.067Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:07:35.067Z] #69 ... [2024-10-07T06:07:35.067Z] [2024-10-07T06:07:35.067Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:35.344Z] #45 ... [2024-10-07T06:07:35.344Z] [2024-10-07T06:07:35.344Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T06:07:35.344Z] #70 ... [2024-10-07T06:07:35.344Z] [2024-10-07T06:07:35.344Z] #46 [security-proxy-auth internal] load build context [2024-10-07T06:07:35.344Z] #46 transferring context: 3.23MB 8.2s done [2024-10-07T06:07:35.344Z] #46 DONE 10.0s [2024-10-07T06:07:35.344Z] [2024-10-07T06:07:35.344Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:35.614Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.33MB / 28.04MB 8.7s [2024-10-07T06:07:35.880Z] #45 ... [2024-10-07T06:07:35.880Z] [2024-10-07T06:07:35.881Z] #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T06:07:36.146Z] #71 ... [2024-10-07T06:07:36.146Z] [2024-10-07T06:07:36.146Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T06:07:36.146Z] #72 ... [2024-10-07T06:07:36.146Z] [2024-10-07T06:07:36.146Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:36.414Z] #45 ... [2024-10-07T06:07:36.414Z] [2024-10-07T06:07:36.414Z] #52 [core-common-config-bootstrapper internal] load build context [2024-10-07T06:07:36.414Z] #52 transferring context: 3.23MB 7.6s done [2024-10-07T06:07:36.414Z] #52 DONE 9.2s [2024-10-07T06:07:36.414Z] [2024-10-07T06:07:36.414Z] #47 [support-notifications internal] load build context [2024-10-07T06:07:36.414Z] #47 transferring context: 3.23MB 9.3s done [2024-10-07T06:07:36.414Z] #47 DONE 11.1s [2024-10-07T06:07:36.414Z] [2024-10-07T06:07:36.414Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:36.414Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.08MB / 28.04MB 9.4s [2024-10-07T06:07:37.375Z] #45 ... [2024-10-07T06:07:37.375Z] [2024-10-07T06:07:37.375Z] #51 [support-scheduler internal] load build context [2024-10-07T06:07:37.375Z] #51 transferring context: 3.23MB 8.8s done [2024-10-07T06:07:37.375Z] #51 ... [2024-10-07T06:07:37.375Z] [2024-10-07T06:07:37.375Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:37.375Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 10.4s [2024-10-07T06:07:37.641Z] #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-07T06:07:37.907Z] #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-07T06:07:38.868Z] #45 ... [2024-10-07T06:07:38.868Z] [2024-10-07T06:07:38.868Z] #51 [support-scheduler internal] load build context [2024-10-07T06:07:38.868Z] #51 DONE 11.4s [2024-10-07T06:07:38.868Z] [2024-10-07T06:07:38.868Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:38.868Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 11.6s [2024-10-07T06:07:39.140Z] #45 ... [2024-10-07T06:07:39.140Z] [2024-10-07T06:07:39.140Z] #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:07:39.140Z] #73 ... [2024-10-07T06:07:39.140Z] [2024-10-07T06:07:39.140Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:39.408Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 12.3s [2024-10-07T06:07:39.990Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 13.0s [2024-10-07T06:07:40.581Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.61MB / 28.04MB 13.6s [2024-10-07T06:07:41.163Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.12MB / 28.04MB 14.2s [2024-10-07T06:07:41.433Z] #45 ... [2024-10-07T06:07:41.433Z] [2024-10-07T06:07:41.433Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:07:41.433Z] #66 DONE 17.4s [2024-10-07T06:07:41.433Z] [2024-10-07T06:07:41.433Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:41.721Z] #45 ... [2024-10-07T06:07:41.721Z] [2024-10-07T06:07:41.721Z] #60 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:41.721Z] #60 12.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:41.721Z] #60 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:41.721Z] #60 17.10 OK: 238 MiB in 54 packages [2024-10-07T06:07:41.721Z] #60 DONE 19.3s [2024-10-07T06:07:41.721Z] [2024-10-07T06:07:41.721Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:41.721Z] #45 ... [2024-10-07T06:07:41.721Z] [2024-10-07T06:07:41.721Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:07:41.721Z] #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.8s done [2024-10-07T06:07:41.721Z] #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-07T06:07:41.721Z] #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-10-07T06:07:41.721Z] #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-10-07T06:07:41.721Z] #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-10-07T06:07:41.721Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-10-07T06:07:41.721Z] #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-07T06:07:41.721Z] #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.8s done [2024-10-07T06:07:41.721Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 8.9s [2024-10-07T06:07:41.721Z] #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done [2024-10-07T06:07:41.721Z] #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-10-07T06:07:41.721Z] #57 ... [2024-10-07T06:07:41.721Z] [2024-10-07T06:07:41.721Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:41.990Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.91MB / 28.04MB 15.0s [2024-10-07T06:07:42.975Z] #45 ... [2024-10-07T06:07:42.975Z] [2024-10-07T06:07:42.975Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T06:07:42.975Z] #74 ... [2024-10-07T06:07:42.975Z] [2024-10-07T06:07:42.975Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:42.975Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 16.1s done [2024-10-07T06:07:43.240Z] #45 ... [2024-10-07T06:07:43.240Z] [2024-10-07T06:07:43.240Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-07T06:07:43.240Z] #58 10.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:43.240Z] #58 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:43.240Z] #58 17.76 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:43.240Z] #58 17.82 (2/4) Installing openssl (3.3.2-r0) [2024-10-07T06:07:43.240Z] #58 17.95 (3/4) Installing su-exec (0.2-r3) [2024-10-07T06:07:43.240Z] #58 17.98 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T06:07:43.240Z] #58 19.01 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:43.240Z] #58 19.13 OK: 20 MiB in 18 packages [2024-10-07T06:07:43.240Z] #58 DONE 20.6s [2024-10-07T06:07:43.240Z] [2024-10-07T06:07:43.240Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:43.240Z] #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 16.1s done [2024-10-07T06:07:43.828Z] #45 ... [2024-10-07T06:07:43.828Z] [2024-10-07T06:07:43.828Z] #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T06:07:43.828Z] #61 10.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:43.828Z] #61 13.43 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:07:43.828Z] #61 13.43 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:07:43.828Z] #61 13.43 OK: 24040 distinct packages available [2024-10-07T06:07:43.828Z] #61 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:43.828Z] #61 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:43.828Z] #61 ... [2024-10-07T06:07:43.828Z] [2024-10-07T06:07:43.828Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:07:44.414Z] #75 ... [2024-10-07T06:07:44.414Z] [2024-10-07T06:07:44.414Z] #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:44.414Z] #76 DONE 2.6s [2024-10-07T06:07:44.682Z] [2024-10-07T06:07:44.682Z] #77 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:45.654Z] #77 ... [2024-10-07T06:07:45.654Z] [2024-10-07T06:07:45.654Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T06:07:45.654Z] #59 12.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:45.654Z] #59 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:45.654Z] #59 18.53 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:07:45.654Z] #59 18.53 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:07:45.654Z] #59 18.53 OK: 24041 distinct packages available [2024-10-07T06:07:45.654Z] #59 19.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:45.654Z] #59 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:45.654Z] #59 ... [2024-10-07T06:07:45.654Z] [2024-10-07T06:07:45.654Z] #68 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-07T06:07:45.654Z] #68 DONE 21.1s [2024-10-07T06:07:45.654Z] [2024-10-07T06:07:45.654Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T06:07:45.654Z] #72 19.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:46.639Z] #72 ... [2024-10-07T06:07:46.639Z] [2024-10-07T06:07:46.639Z] #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-07T06:07:46.639Z] #61 22.07 OK: 238 MiB in 54 packages [2024-10-07T06:07:46.639Z] #61 DONE 23.3s [2024-10-07T06:07:46.639Z] [2024-10-07T06:07:46.639Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T06:07:46.639Z] #72 20.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:46.913Z] #72 ... [2024-10-07T06:07:46.913Z] [2024-10-07T06:07:46.913Z] #62 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:46.913Z] #62 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:46.913Z] #62 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:46.913Z] #62 21.98 OK: 238 MiB in 54 packages [2024-10-07T06:07:46.913Z] #62 ... [2024-10-07T06:07:46.913Z] [2024-10-07T06:07:46.913Z] #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:47.185Z] #78 ... [2024-10-07T06:07:47.185Z] [2024-10-07T06:07:47.185Z] #62 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-10-07T06:07:47.185Z] #62 DONE 24.2s [2024-10-07T06:07:47.457Z] [2024-10-07T06:07:47.457Z] #79 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:48.059Z] #79 DONE 0.9s [2024-10-07T06:07:48.059Z] [2024-10-07T06:07:48.059Z] #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:07:48.059Z] #73 18.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:48.673Z] #73 ... [2024-10-07T06:07:48.673Z] [2024-10-07T06:07:48.673Z] #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:07:48.673Z] #78 DONE 2.1s [2024-10-07T06:07:48.673Z] [2024-10-07T06:07:48.673Z] #63 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:48.673Z] #63 16.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:48.673Z] #63 17.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:48.673Z] #63 23.44 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:48.673Z] #63 23.52 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:48.673Z] #63 23.69 OK: 9 MiB in 15 packages [2024-10-07T06:07:48.673Z] #63 DONE 25.7s [2024-10-07T06:07:48.673Z] [2024-10-07T06:07:48.673Z] #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:07:50.112Z] #80 ... [2024-10-07T06:07:50.112Z] [2024-10-07T06:07:50.112Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T06:07:50.112Z] #64 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:50.112Z] #64 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:50.112Z] #64 24.48 (1/4) Installing ca-certificates (20240705-r0) [2024-10-07T06:07:50.112Z] #64 25.41 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:50.112Z] #64 25.41 (3/4) Installing su-exec (0.2-r3) [2024-10-07T06:07:50.112Z] #64 25.41 (4/4) Installing yq-go (4.44.1-r2) [2024-10-07T06:07:50.112Z] #64 26.45 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:50.112Z] #64 26.55 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:07:50.112Z] #64 ... [2024-10-07T06:07:50.112Z] [2024-10-07T06:07:50.112Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:50.112Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.9s [2024-10-07T06:07:51.566Z] #45 ... [2024-10-07T06:07:51.566Z] [2024-10-07T06:07:51.566Z] #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T06:07:51.566Z] #81 ... [2024-10-07T06:07:51.566Z] [2024-10-07T06:07:51.566Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:51.835Z] #45 ... [2024-10-07T06:07:51.835Z] [2024-10-07T06:07:51.835Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:07:51.835Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.0s done [2024-10-07T06:07:51.835Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.4s [2024-10-07T06:07:52.102Z] #57 ... [2024-10-07T06:07:52.102Z] [2024-10-07T06:07:52.102Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:53.159Z] #118 DONE 47.2s [2024-10-07T06:07:53.159Z] [2024-10-07T06:07:53.159Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:53.159Z] #115 DONE 43.2s [2024-10-07T06:07:53.159Z] [2024-10-07T06:07:53.159Z] #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:53.159Z] #117 DONE 47.1s [2024-10-07T06:07:53.159Z] [2024-10-07T06:07:53.159Z] #80 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:53.159Z] #80 DONE 48.1s [2024-10-07T06:07:53.159Z] [2024-10-07T06:07:53.159Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:53.159Z] #116 DONE 48.1s [2024-10-07T06:07:53.159Z] [2024-10-07T06:07:53.159Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2024-10-07T06:07:54.057Z] #45 ... [2024-10-07T06:07:54.057Z] [2024-10-07T06:07:54.057Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-07T06:07:54.057Z] #64 27.89 OK: 20 MiB in 18 packages [2024-10-07T06:07:54.057Z] #64 DONE 30.3s [2024-10-07T06:07:54.057Z] [2024-10-07T06:07:54.057Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:55.043Z] #45 ... [2024-10-07T06:07:55.043Z] [2024-10-07T06:07:55.043Z] #44 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:55.043Z] #44 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:55.043Z] #44 21.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:55.043Z] #44 ... [2024-10-07T06:07:55.043Z] [2024-10-07T06:07:55.043Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:07:56.011Z] #57 ... [2024-10-07T06:07:56.011Z] [2024-10-07T06:07:56.011Z] #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:56.011Z] #0 9.706 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:56.011Z] #82 ... [2024-10-07T06:07:56.011Z] [2024-10-07T06:07:56.011Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:56.011Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.7s [2024-10-07T06:07:56.614Z] #45 ... [2024-10-07T06:07:56.614Z] [2024-10-07T06:07:56.614Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T06:07:56.614Z] #70 21.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:56.614Z] #70 23.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:56.614Z] #70 ... [2024-10-07T06:07:56.614Z] [2024-10-07T06:07:56.614Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:58.055Z] #45 ... [2024-10-07T06:07:58.055Z] [2024-10-07T06:07:58.055Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:07:58.055Z] #69 22.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:58.055Z] #69 25.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:58.055Z] #69 ... [2024-10-07T06:07:58.055Z] [2024-10-07T06:07:58.055Z] #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T06:07:58.055Z] #71 21.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:58.055Z] #71 24.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:58.055Z] #71 ... [2024-10-07T06:07:58.055Z] [2024-10-07T06:07:58.055Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:58.323Z] #83 ... [2024-10-07T06:07:58.323Z] [2024-10-07T06:07:58.323Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:58.597Z] #45 ... [2024-10-07T06:07:58.597Z] [2024-10-07T06:07:58.597Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-07T06:07:58.597Z] #59 28.53 (1/14) Installing ca-certificates (20240705-r0) [2024-10-07T06:07:58.597Z] #59 29.07 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-07T06:07:58.597Z] #59 29.26 (3/14) Installing c-ares (1.33.1-r0) [2024-10-07T06:07:58.597Z] #59 29.30 (4/14) Installing libunistring (1.2-r0) [2024-10-07T06:07:58.597Z] #59 29.49 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-07T06:07:58.597Z] #59 29.56 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-07T06:07:58.597Z] #59 29.62 (7/14) Installing libpsl (0.21.5-r1) [2024-10-07T06:07:58.597Z] #59 29.66 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-07T06:07:58.597Z] #59 29.77 (9/14) Installing libcurl (8.10.1-r0) [2024-10-07T06:07:58.597Z] #59 29.94 (10/14) Installing curl (8.10.1-r0) [2024-10-07T06:07:58.597Z] #59 30.02 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:58.597Z] #59 30.06 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-07T06:07:58.597Z] #59 30.10 (13/14) Installing libucontext (1.2-r3) [2024-10-07T06:07:58.597Z] #59 30.13 (14/14) Installing gcompat (1.1.0-r4) [2024-10-07T06:07:58.597Z] #59 30.21 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:58.597Z] #59 30.57 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:07:58.597Z] #59 32.04 OK: 15 MiB in 28 packages [2024-10-07T06:07:58.597Z] #59 DONE 35.5s [2024-10-07T06:07:58.597Z] [2024-10-07T06:07:58.598Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:58.598Z] #45 ... [2024-10-07T06:07:58.598Z] [2024-10-07T06:07:58.598Z] #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:07:58.868Z] #84 ... [2024-10-07T06:07:58.868Z] [2024-10-07T06:07:58.868Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:59.138Z] #45 ... [2024-10-07T06:07:59.138Z] [2024-10-07T06:07:59.138Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T06:07:59.138Z] #74 16.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:59.138Z] #74 17.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:59.138Z] #74 ... [2024-10-07T06:07:59.138Z] [2024-10-07T06:07:59.138Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:07:59.724Z] #45 ... [2024-10-07T06:07:59.724Z] [2024-10-07T06:07:59.724Z] #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:07:59.724Z] #73 20.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:07:59.997Z] #73 ... [2024-10-07T06:07:59.997Z] [2024-10-07T06:07:59.997Z] #44 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-07T06:07:59.997Z] #44 32.47 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T06:07:59.997Z] #44 32.56 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:07:59.997Z] #44 32.82 OK: 9 MiB in 15 packages [2024-10-07T06:07:59.997Z] #44 DONE 35.7s [2024-10-07T06:07:59.997Z] [2024-10-07T06:07:59.997Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:07:59.997Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 17.7s [2024-10-07T06:08:00.267Z] #57 ... [2024-10-07T06:08:00.267Z] [2024-10-07T06:08:00.267Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-07T06:08:00.267Z] #70 32.50 OK: 238 MiB in 54 packages [2024-10-07T06:08:00.267Z] #70 DONE 34.9s [2024-10-07T06:08:00.267Z] [2024-10-07T06:08:00.267Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:08:00.267Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.1s done [2024-10-07T06:08:01.243Z] #57 ... [2024-10-07T06:08:01.243Z] [2024-10-07T06:08:01.243Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:01.243Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.8s [2024-10-07T06:08:01.512Z] #45 ... [2024-10-07T06:08:01.512Z] [2024-10-07T06:08:01.512Z] #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:01.512Z] #85 DONE 1.4s [2024-10-07T06:08:01.512Z] [2024-10-07T06:08:01.512Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:03.137Z] #119 ... [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #120 [core-command builder 6/7] COPY . . [2024-10-07T06:08:03.137Z] #120 ... [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-07T06:08:03.137Z] #121 DONE 10.2s [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #122 [support-notifications builder 6/7] COPY . . [2024-10-07T06:08:03.137Z] #122 DONE 10.2s [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #123 [support-cron-scheduler builder 6/7] COPY . . [2024-10-07T06:08:03.137Z] #123 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #124 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.137Z] #124 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #125 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.137Z] #125 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #126 [core-keeper builder 7/8] COPY . . [2024-10-07T06:08:03.137Z] #126 DONE 10.2s [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #127 [support-scheduler builder 6/7] COPY . . [2024-10-07T06:08:03.137Z] #127 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.137Z] #128 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #129 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.137Z] #129 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.137Z] #130 CACHED [2024-10-07T06:08:03.137Z] [2024-10-07T06:08:03.137Z] #131 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-07T06:08:03.137Z] #131 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.138Z] #132 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.138Z] #133 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.138Z] #134 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #135 [core-metadata builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #135 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.138Z] #136 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #137 [security-proxy-auth builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #137 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.138Z] #138 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #139 [core-data builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #139 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #140 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.138Z] #140 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.138Z] #141 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #120 [core-command builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #120 DONE 10.2s [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #142 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.138Z] #142 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #143 [security-bootstrapper builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #143 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.138Z] #144 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #145 [security-proxy-setup builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #145 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #146 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:08:03.138Z] #146 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #147 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:03.138Z] #147 CACHED [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2024-10-07T06:08:03.138Z] #119 DONE 10.2s [2024-10-07T06:08:03.138Z] [2024-10-07T06:08:03.138Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T06:08:04.102Z] #45 ... [2024-10-07T06:08:04.102Z] [2024-10-07T06:08:04.102Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T06:08:04.102Z] #0 6.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:04.102Z] #0 9.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:04.102Z] #86 ... [2024-10-07T06:08:04.102Z] [2024-10-07T06:08:04.102Z] #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T06:08:04.102Z] #81 12.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:04.102Z] #81 14.54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:04.102Z] #81 ... [2024-10-07T06:08:04.102Z] [2024-10-07T06:08:04.102Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:04.371Z] #45 ... [2024-10-07T06:08:04.371Z] [2024-10-07T06:08:04.371Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:08:04.371Z] #75 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:04.371Z] #75 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:04.639Z] #75 ... [2024-10-07T06:08:04.639Z] [2024-10-07T06:08:04.639Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:04.905Z] #45 ... [2024-10-07T06:08:04.905Z] [2024-10-07T06:08:04.905Z] #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-07T06:08:04.905Z] #72 30.63 (1/3) Installing ca-certificates (20240705-r0) [2024-10-07T06:08:04.905Z] #72 31.21 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-07T06:08:04.905Z] #72 31.23 (3/3) Installing tzdata (2024b-r0) [2024-10-07T06:08:04.905Z] #72 33.80 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:04.905Z] #72 34.01 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:08:04.905Z] #72 36.12 OK: 11 MiB in 17 packages [2024-10-07T06:08:04.905Z] #72 DONE 38.8s [2024-10-07T06:08:04.905Z] [2024-10-07T06:08:04.905Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:06.316Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.7s [2024-10-07T06:08:06.316Z] #45 ... [2024-10-07T06:08:06.316Z] [2024-10-07T06:08:06.316Z] #71 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-07T06:08:06.316Z] #71 35.75 (1/2) Installing ca-certificates (20240705-r0) [2024-10-07T06:08:06.316Z] #71 36.19 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-07T06:08:06.316Z] #71 36.29 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:06.316Z] #71 36.52 Executing ca-certificates-20240705-r0.trigger [2024-10-07T06:08:06.316Z] #71 38.29 OK: 10 MiB in 16 packages [2024-10-07T06:08:06.316Z] #71 DONE 40.2s [2024-10-07T06:08:06.316Z] [2024-10-07T06:08:06.316Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:07.283Z] #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.9s done [2024-10-07T06:08:07.283Z] #45 ... [2024-10-07T06:08:07.283Z] [2024-10-07T06:08:07.283Z] #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:07.283Z] #80 8.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:07.283Z] #80 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:07.283Z] #80 ... [2024-10-07T06:08:07.283Z] [2024-10-07T06:08:07.283Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T06:08:07.283Z] #74 30.66 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:07.283Z] #74 30.66 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:07.283Z] #74 30.71 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:07.283Z] #74 33.04 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:07.283Z] #74 33.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:07.322Z] #148 ... [2024-10-07T06:08:07.322Z] [2024-10-07T06:08:07.322Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:08:07.322Z] #0 5.068 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-07T06:08:07.582Z] #149 ... [2024-10-07T06:08:07.582Z] [2024-10-07T06:08:07.582Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T06:08:07.582Z] #148 5.718 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-07T06:08:07.867Z] #74 ... [2024-10-07T06:08:07.867Z] [2024-10-07T06:08:07.867Z] #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:08:07.867Z] #45 DONE 43.4s [2024-10-07T06:08:08.133Z] [2024-10-07T06:08:08.133Z] #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:08.133Z] #80 19.17 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:08.133Z] #80 19.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:08.133Z] #80 19.21 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:08.399Z] #80 ... [2024-10-07T06:08:08.399Z] [2024-10-07T06:08:08.399Z] #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T06:08:08.399Z] #82 12.40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:08.666Z] #82 ... [2024-10-07T06:08:08.666Z] [2024-10-07T06:08:08.666Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:08.666Z] #0 5.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:08.666Z] #0 7.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:08.666Z] #87 ... [2024-10-07T06:08:08.666Z] [2024-10-07T06:08:08.666Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T06:08:08.666Z] #74 35.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:10.077Z] #74 ... [2024-10-07T06:08:10.077Z] [2024-10-07T06:08:10.077Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:10.077Z] #0 6.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:10.077Z] #0 8.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:10.077Z] #88 ... [2024-10-07T06:08:10.077Z] [2024-10-07T06:08:10.077Z] #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:10.077Z] #80 21.40 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:10.077Z] #80 21.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:10.681Z] #80 ... [2024-10-07T06:08:10.681Z] [2024-10-07T06:08:10.681Z] #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-07T06:08:10.681Z] #81 28.08 OK: 238 MiB in 54 packages [2024-10-07T06:08:10.681Z] #81 DONE 29.2s [2024-10-07T06:08:10.681Z] [2024-10-07T06:08:10.681Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-07T06:08:11.267Z] #89 ... [2024-10-07T06:08:11.267Z] [2024-10-07T06:08:11.267Z] #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:08:11.267Z] #73 32.16 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:08:11.267Z] #73 32.16 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:08:11.267Z] #73 32.16 OK: 24041 distinct packages available [2024-10-07T06:08:11.267Z] #73 33.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:11.267Z] #73 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:11.267Z] #73 ... [2024-10-07T06:08:11.267Z] [2024-10-07T06:08:11.267Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-07T06:08:11.267Z] #89 DONE 0.7s [2024-10-07T06:08:11.267Z] [2024-10-07T06:08:11.267Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:11.534Z] #90 ... [2024-10-07T06:08:11.534Z] [2024-10-07T06:08:11.534Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:08:11.534Z] #57 ... [2024-10-07T06:08:11.534Z] [2024-10-07T06:08:11.534Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:08:11.777Z] #148 ... [2024-10-07T06:08:11.777Z] [2024-10-07T06:08:11.777Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:08:11.777Z] #0 2.981 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-10-07T06:08:11.806Z] #91 ... [2024-10-07T06:08:11.806Z] [2024-10-07T06:08:11.806Z] #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T06:08:11.806Z] #82 25.61 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-07T06:08:12.036Z] #150 ... [2024-10-07T06:08:12.036Z] [2024-10-07T06:08:12.036Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T06:08:12.036Z] #0 5.617 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-10-07T06:08:12.036Z] #151 ... [2024-10-07T06:08:12.036Z] [2024-10-07T06:08:12.036Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T06:08:12.036Z] #0 2.054 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-07T06:08:12.294Z] #152 ... [2024-10-07T06:08:12.294Z] [2024-10-07T06:08:12.294Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T06:08:12.294Z] #0 1.689 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-07T06:08:12.398Z] #82 26.26 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:12.398Z] #82 26.42 OK: 9 MiB in 15 packages [2024-10-07T06:08:12.553Z] #153 ... [2024-10-07T06:08:12.553Z] [2024-10-07T06:08:12.553Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T06:08:12.553Z] #0 5.796 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-07T06:08:12.553Z] #154 ... [2024-10-07T06:08:12.553Z] [2024-10-07T06:08:12.553Z] #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T06:08:12.553Z] #0 0.311 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-07T06:08:12.812Z] #155 ... [2024-10-07T06:08:12.812Z] [2024-10-07T06:08:12.812Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:08:12.812Z] #0 0.486 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-07T06:08:12.982Z] #82 ... [2024-10-07T06:08:12.982Z] [2024-10-07T06:08:12.982Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:08:12.982Z] #69 37.83 v3.20.3-123-g9bb402980dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-07T06:08:12.982Z] #69 37.83 v3.20.3-122-g8f3843b267d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-07T06:08:12.982Z] #69 37.83 OK: 24041 distinct packages available [2024-10-07T06:08:12.982Z] #69 39.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:12.982Z] #69 41.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:12.982Z] #69 ... [2024-10-07T06:08:12.982Z] [2024-10-07T06:08:12.982Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T06:08:12.982Z] #86 18.48 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:12.982Z] #86 18.48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:12.982Z] #86 18.53 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:13.071Z] #156 ... [2024-10-07T06:08:13.071Z] [2024-10-07T06:08:13.071Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T06:08:13.071Z] #0 3.743 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-07T06:08:13.071Z] #157 ... [2024-10-07T06:08:13.071Z] [2024-10-07T06:08:13.071Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:08:13.071Z] #0 5.727 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-07T06:08:13.383Z] #158 ... [2024-10-07T06:08:13.383Z] [2024-10-07T06:08:13.383Z] #159 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T06:08:13.383Z] #0 1.202 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-07T06:08:13.641Z] #159 ... [2024-10-07T06:08:13.641Z] [2024-10-07T06:08:13.641Z] #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:08:13.641Z] #0 1.510 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-07T06:08:14.419Z] #86 ... [2024-10-07T06:08:14.420Z] [2024-10-07T06:08:14.420Z] #82 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-07T06:08:14.420Z] #82 DONE 28.2s [2024-10-07T06:08:14.420Z] [2024-10-07T06:08:14.420Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T06:08:14.420Z] #86 20.33 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:14.420Z] #86 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:15.004Z] #86 ... [2024-10-07T06:08:15.004Z] [2024-10-07T06:08:15.004Z] #92 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:15.004Z] #0 3.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:15.004Z] #0 5.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:15.004Z] #92 ... [2024-10-07T06:08:15.004Z] [2024-10-07T06:08:15.004Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:08:15.004Z] #75 25.52 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:15.004Z] #75 25.52 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:15.004Z] #75 25.59 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:15.004Z] #75 27.06 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:15.004Z] #75 27.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:15.004Z] #75 29.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:15.272Z] #75 ... [2024-10-07T06:08:15.272Z] [2024-10-07T06:08:15.272Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:08:15.272Z] #69 50.33 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-07T06:08:15.272Z] #69 50.35 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-07T06:08:15.272Z] #69 50.37 (3/4) Installing libucontext (1.2-r3) [2024-10-07T06:08:15.541Z] #69 50.39 (4/4) Installing gcompat (1.1.0-r4) [2024-10-07T06:08:15.541Z] #69 50.43 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:15.541Z] #69 50.56 OK: 9 MiB in 18 packages [2024-10-07T06:08:16.518Z] #69 ... [2024-10-07T06:08:16.518Z] [2024-10-07T06:08:16.518Z] #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:16.518Z] #0 3.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:16.518Z] #0 5.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:16.518Z] #93 ... [2024-10-07T06:08:16.518Z] [2024-10-07T06:08:16.518Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:16.518Z] #87 17.83 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:16.518Z] #87 17.83 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:16.518Z] #87 17.91 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:17.497Z] #87 ... [2024-10-07T06:08:17.497Z] [2024-10-07T06:08:17.497Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-07T06:08:17.497Z] #69 DONE 52.4s [2024-10-07T06:08:17.497Z] [2024-10-07T06:08:17.497Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:17.497Z] #88 17.40 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:17.497Z] #88 17.44 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:17.497Z] #88 17.52 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:18.090Z] #88 ... [2024-10-07T06:08:18.090Z] [2024-10-07T06:08:18.090Z] #73 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-07T06:08:18.090Z] #73 46.87 (1/5) Installing dumb-init (1.2.5-r3) [2024-10-07T06:08:18.090Z] #73 46.90 (2/5) Installing musl-obstack (1.2.3-r2) [2024-10-07T06:08:18.090Z] #73 46.91 (3/5) Installing libucontext (1.2-r3) [2024-10-07T06:08:18.090Z] #73 46.93 (4/5) Installing gcompat (1.1.0-r4) [2024-10-07T06:08:18.090Z] #73 47.04 (5/5) Installing openssl (3.3.2-r0) [2024-10-07T06:08:18.090Z] #73 47.19 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:18.090Z] #73 47.35 OK: 10 MiB in 19 packages [2024-10-07T06:08:18.090Z] #73 DONE 49.2s [2024-10-07T06:08:18.357Z] [2024-10-07T06:08:18.357Z] #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:08:19.779Z] #94 ... [2024-10-07T06:08:19.779Z] [2024-10-07T06:08:19.779Z] #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-07T06:08:19.779Z] #74 44.04 OK: 9 MiB in 16 packages [2024-10-07T06:08:19.779Z] #74 DONE 46.8s [2024-10-07T06:08:20.046Z] [2024-10-07T06:08:20.046Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:20.046Z] #88 19.92 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:20.046Z] #88 20.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:22.001Z] #88 22.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:22.269Z] #88 ... [2024-10-07T06:08:22.269Z] [2024-10-07T06:08:22.269Z] #80 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:22.269Z] #80 23.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:22.269Z] #80 32.68 OK: 9 MiB in 15 packages [2024-10-07T06:08:22.269Z] #80 ... [2024-10-07T06:08:22.269Z] [2024-10-07T06:08:22.269Z] #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:08:22.269Z] #94 4.172 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:22.858Z] #94 ... [2024-10-07T06:08:22.858Z] [2024-10-07T06:08:22.858Z] #80 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:22.858Z] #80 DONE 34.2s [2024-10-07T06:08:22.858Z] [2024-10-07T06:08:22.858Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:08:22.858Z] #75 39.19 OK: 20 MiB in 18 packages [2024-10-07T06:08:23.844Z] #75 ... [2024-10-07T06:08:23.845Z] [2024-10-07T06:08:23.845Z] #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-07T06:08:23.845Z] #95 DONE 3.8s [2024-10-07T06:08:23.845Z] [2024-10-07T06:08:23.845Z] #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-07T06:08:23.845Z] #96 DONE 0.2s [2024-10-07T06:08:23.845Z] [2024-10-07T06:08:23.845Z] #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:23.845Z] #93 14.41 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:23.845Z] #93 14.41 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:23.845Z] #93 14.50 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:23.845Z] #93 17.43 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:23.845Z] #93 17.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:24.114Z] #93 ... [2024-10-07T06:08:24.114Z] [2024-10-07T06:08:24.114Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-07T06:08:24.114Z] #75 DONE 40.8s [2024-10-07T06:08:24.385Z] [2024-10-07T06:08:24.385Z] #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-07T06:08:24.385Z] #97 DONE 0.3s [2024-10-07T06:08:24.385Z] [2024-10-07T06:08:24.385Z] #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:08:24.385Z] #94 6.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:25.804Z] #94 ... [2024-10-07T06:08:25.804Z] [2024-10-07T06:08:25.804Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-07T06:08:25.804Z] #86 22.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:25.804Z] #86 31.28 OK: 20 MiB in 18 packages [2024-10-07T06:08:26.075Z] #86 DONE 32.2s [2024-10-07T06:08:26.075Z] [2024-10-07T06:08:26.075Z] #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:26.075Z] #93 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:27.510Z] #93 ... [2024-10-07T06:08:27.510Z] [2024-10-07T06:08:27.510Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T06:08:27.510Z] #0 4.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:27.510Z] #0 6.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:27.510Z] #98 ... [2024-10-07T06:08:27.510Z] [2024-10-07T06:08:27.510Z] #92 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:27.510Z] #92 14.01 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:27.510Z] #92 14.01 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:27.510Z] #92 14.10 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:27.510Z] #92 16.86 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:27.510Z] #92 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:27.510Z] #92 19.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:28.474Z] #92 ... [2024-10-07T06:08:28.474Z] [2024-10-07T06:08:28.474Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:28.474Z] #88 28.47 OK: 9 MiB in 15 packages [2024-10-07T06:08:28.474Z] #88 ... [2024-10-07T06:08:28.474Z] [2024-10-07T06:08:28.474Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:28.474Z] #87 20.01 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:28.474Z] #87 20.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:28.474Z] #87 22.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:28.742Z] #87 30.26 OK: 15 MiB in 28 packages [2024-10-07T06:08:29.379Z] #87 ... [2024-10-07T06:08:29.379Z] [2024-10-07T06:08:29.379Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:29.379Z] #88 DONE 29.4s [2024-10-07T06:08:29.656Z] [2024-10-07T06:08:29.656Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:29.656Z] #87 DONE 31.1s [2024-10-07T06:08:29.656Z] [2024-10-07T06:08:29.656Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T06:08:30.619Z] #98 ... [2024-10-07T06:08:30.620Z] [2024-10-07T06:08:30.620Z] #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:08:30.620Z] #94 12.26 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:30.620Z] #94 12.26 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:30.620Z] #94 12.33 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:31.209Z] #94 ... [2024-10-07T06:08:31.209Z] [2024-10-07T06:08:31.209Z] #92 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-07T06:08:31.209Z] #92 25.48 OK: 11 MiB in 17 packages [2024-10-07T06:08:31.209Z] #92 DONE 26.1s [2024-10-07T06:08:31.209Z] [2024-10-07T06:08:31.209Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T06:08:31.209Z] #98 13.79 Upgrading critical system libraries and apk-tools: [2024-10-07T06:08:31.209Z] #98 13.79 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-07T06:08:31.209Z] #98 13.83 Executing busybox-1.36.1-r29.trigger [2024-10-07T06:08:32.227Z] #98 14.71 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:32.227Z] #98 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:32.500Z] #98 ... [2024-10-07T06:08:32.500Z] [2024-10-07T06:08:32.500Z] #93 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-07T06:08:32.500Z] #93 25.19 OK: 10 MiB in 16 packages [2024-10-07T06:08:32.500Z] #93 DONE 26.2s [2024-10-07T06:08:32.500Z] [2024-10-07T06:08:32.500Z] #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:08:32.500Z] #94 13.44 Continuing the upgrade transaction with new apk-tools: [2024-10-07T06:08:32.500Z] #94 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:32.500Z] #94 14.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:35.865Z] #94 17.54 OK: 10 MiB in 19 packages [2024-10-07T06:08:35.865Z] #94 ... [2024-10-07T06:08:35.865Z] [2024-10-07T06:08:35.865Z] #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-07T06:08:35.865Z] #98 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-07T06:08:35.865Z] #98 17.81 OK: 9 MiB in 18 packages [2024-10-07T06:08:35.865Z] #98 DONE 18.5s [2024-10-07T06:08:36.142Z] [2024-10-07T06:08:36.143Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:08:36.741Z] #99 ... [2024-10-07T06:08:36.741Z] [2024-10-07T06:08:36.741Z] #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-07T06:08:36.741Z] #94 DONE 18.5s [2024-10-07T06:08:36.741Z] [2024-10-07T06:08:36.741Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-07T06:08:38.168Z] #100 DONE 1.7s [2024-10-07T06:08:38.168Z] [2024-10-07T06:08:38.168Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:08:38.168Z] #99 DONE 2.4s [2024-10-07T06:08:38.168Z] [2024-10-07T06:08:38.168Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-07T06:08:38.438Z] #101 DONE 0.2s [2024-10-07T06:08:38.438Z] [2024-10-07T06:08:38.438Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-07T06:08:38.710Z] #102 DONE 0.2s [2024-10-07T06:08:38.710Z] [2024-10-07T06:08:38.710Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T06:08:39.300Z] #103 DONE 0.4s [2024-10-07T06:08:39.300Z] [2024-10-07T06:08:39.300Z] #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:08:39.300Z] #104 DONE 2.6s [2024-10-07T06:08:39.300Z] [2024-10-07T06:08:39.300Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T06:08:39.300Z] #105 ... [2024-10-07T06:08:39.300Z] [2024-10-07T06:08:39.300Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-07T06:08:39.300Z] #106 DONE 0.4s [2024-10-07T06:08:39.572Z] [2024-10-07T06:08:39.572Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-07T06:08:39.572Z] #105 DONE 0.3s [2024-10-07T06:08:39.572Z] [2024-10-07T06:08:39.572Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-07T06:08:39.842Z] #107 DONE 0.3s [2024-10-07T06:08:39.842Z] [2024-10-07T06:08:39.842Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-07T06:08:39.842Z] #108 DONE 0.4s [2024-10-07T06:08:39.842Z] [2024-10-07T06:08:39.842Z] #109 [security-spire-config] exporting to image [2024-10-07T06:08:39.842Z] #109 exporting layers [2024-10-07T06:08:40.442Z] #109 ... [2024-10-07T06:08:40.442Z] [2024-10-07T06:08:40.442Z] #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T06:08:40.442Z] #110 DONE 0.4s [2024-10-07T06:08:40.442Z] [2024-10-07T06:08:40.442Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-07T06:08:40.709Z] #111 DONE 0.4s [2024-10-07T06:08:40.709Z] [2024-10-07T06:08:40.709Z] #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:08:40.981Z] #112 ... [2024-10-07T06:08:40.981Z] [2024-10-07T06:08:40.981Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-07T06:08:40.981Z] #113 DONE 0.3s [2024-10-07T06:08:41.249Z] [2024-10-07T06:08:41.249Z] #109 [security-spire-server] exporting to image [2024-10-07T06:08:41.834Z] #109 ... [2024-10-07T06:08:41.834Z] [2024-10-07T06:08:41.834Z] #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-07T06:08:41.834Z] #112 DONE 3.3s [2024-10-07T06:08:41.834Z] [2024-10-07T06:08:41.834Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-07T06:08:42.420Z] #114 DONE 0.6s [2024-10-07T06:08:42.420Z] [2024-10-07T06:08:42.420Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-07T06:08:42.420Z] #115 DONE 0.2s [2024-10-07T06:08:42.420Z] [2024-10-07T06:08:42.420Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-07T06:08:42.687Z] #116 DONE 0.3s [2024-10-07T06:08:42.687Z] [2024-10-07T06:08:42.687Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-07T06:08:43.282Z] #117 DONE 0.4s [2024-10-07T06:08:43.282Z] [2024-10-07T06:08:43.282Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-07T06:08:43.555Z] #118 DONE 0.3s [2024-10-07T06:08:43.555Z] [2024-10-07T06:08:43.555Z] #109 [security-spire-agent] exporting to image [2024-10-07T06:08:44.978Z] #109 exporting layers 4.8s done [2024-10-07T06:08:44.978Z] #109 writing image sha256:331ebd902a9641b96638e7ff66519f9b29f2088c7d802b9b122050c96fc35f90 0.0s done [2024-10-07T06:08:44.978Z] #109 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-10-07T06:08:45.563Z] #109 exporting layers 4.5s done [2024-10-07T06:08:45.563Z] #109 writing image sha256:2c5547efeee25cd2fd33113664fef53aafb8e8eb0fea1009ddbc2f16fa264ab7 0.0s done [2024-10-07T06:08:45.563Z] #109 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-10-07T06:08:46.157Z] #109 exporting layers 2.7s done [2024-10-07T06:08:46.157Z] #109 writing image sha256:c6d8a6056c5d057a4c0e73fbc535031863ec20d490ae85c6f1d1de3382e1a58a 0.0s done [2024-10-07T06:08:46.157Z] #109 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-10-07T06:08:46.157Z] #109 DONE 6.0s [2024-10-07T06:08:46.157Z] [2024-10-07T06:08:46.157Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:05.104Z] #160 ... [2024-10-07T06:10:05.104Z] [2024-10-07T06:10:05.104Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:10:05.104Z] #149 111.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-07T06:10:22.858Z] #83 ... [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #91 DONE 131.0s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #90 DONE 121.1s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #119 [support-notifications builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #119 ... [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #83 DONE 144.4s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #84 DONE 143.9s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #77 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #77 DONE 148.2s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #120 ... [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #121 [core-keeper builder 7/8] COPY . . [2024-10-07T06:10:22.858Z] #121 DONE 2.2s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #122 [support-scheduler builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #122 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #123 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #124 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #124 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #125 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #126 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #127 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #128 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #129 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #130 [security-proxy-auth builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #130 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #131 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #132 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #133 [core-metadata builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #133 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #134 [core-data builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #134 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #135 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #135 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #136 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #136 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #137 [core-command builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #137 DONE 2.2s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #119 [support-notifications builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #119 DONE 2.3s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #120 DONE 2.1s [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #138 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #139 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #140 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.858Z] #141 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #142 [security-proxy-setup builder 6/7] COPY . . [2024-10-07T06:10:22.858Z] #142 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #143 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.858Z] #143 CACHED [2024-10-07T06:10:22.858Z] [2024-10-07T06:10:22.858Z] #144 [security-bootstrapper builder 6/7] COPY . . [2024-10-07T06:10:22.859Z] #144 DONE 2.2s [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T06:10:22.859Z] #145 ... [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #146 [support-cron-scheduler builder 6/7] COPY . . [2024-10-07T06:10:22.859Z] #146 CACHED [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #147 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-07T06:10:22.859Z] #147 CACHED [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #148 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-07T06:10:22.859Z] #148 CACHED [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:10:22.859Z] #149 ... [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T06:10:22.859Z] #0 7.253 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-07T06:10:22.859Z] #150 ... [2024-10-07T06:10:22.859Z] [2024-10-07T06:10:22.859Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:10:22.859Z] #0 7.663 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-07T06:10:24.808Z] #151 ... [2024-10-07T06:10:24.808Z] [2024-10-07T06:10:24.808Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:10:24.808Z] #0 8.204 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-07T06:10:25.077Z] #152 ... [2024-10-07T06:10:25.077Z] [2024-10-07T06:10:25.077Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T06:10:25.077Z] #0 8.777 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-07T06:10:25.077Z] #153 ... [2024-10-07T06:10:25.077Z] [2024-10-07T06:10:25.077Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:10:25.345Z] #154 ... [2024-10-07T06:10:25.345Z] [2024-10-07T06:10:25.345Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T06:10:25.345Z] #155 ... [2024-10-07T06:10:25.345Z] [2024-10-07T06:10:25.345Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T06:10:25.614Z] #156 ... [2024-10-07T06:10:25.614Z] [2024-10-07T06:10:25.614Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T06:10:25.614Z] #0 10.43 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-07T06:10:25.614Z] #157 ... [2024-10-07T06:10:25.614Z] [2024-10-07T06:10:25.614Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T06:10:25.614Z] #0 10.87 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-07T06:10:25.889Z] #158 ... [2024-10-07T06:10:25.889Z] [2024-10-07T06:10:25.889Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:10:25.889Z] #0 9.063 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-10-07T06:10:25.889Z] #159 ... [2024-10-07T06:10:25.889Z] [2024-10-07T06:10:25.889Z] #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T06:10:25.889Z] #0 10.64 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-10-07T06:10:26.158Z] #160 ... [2024-10-07T06:10:26.158Z] [2024-10-07T06:10:26.158Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T06:10:26.158Z] #156 11.07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-07T06:10:36.298Z] #156 ... [2024-10-07T06:10:36.298Z] [2024-10-07T06:10:36.298Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T06:10:36.298Z] #145 10.44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-07T06:10:36.298Z] #145 ... [2024-10-07T06:10:36.298Z] [2024-10-07T06:10:36.298Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:10:36.298Z] #149 10.34 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-07T06:10:36.298Z] #149 ... [2024-10-07T06:10:36.298Z] [2024-10-07T06:10:36.298Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:10:36.298Z] #154 11.00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-07T06:10:36.298Z] #154 ... [2024-10-07T06:10:36.298Z] [2024-10-07T06:10:36.298Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T06:10:36.298Z] #155 10.90 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-07T06:11:02.075Z] #149 ... [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #157 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T06:11:02.075Z] #157 DONE 174.4s [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:11:02.075Z] #149 ... [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T06:11:02.075Z] #154 DONE 177.5s [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:11:02.075Z] #150 ... [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.075Z] #161 ... [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #160 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:11:02.075Z] #160 DONE 178.2s [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:11:02.075Z] #149 DONE 178.2s [2024-10-07T06:11:02.075Z] [2024-10-07T06:11:02.075Z] #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:11:02.076Z] #158 DONE 178.2s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T06:11:02.076Z] #152 DONE 178.3s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T06:11:02.076Z] #148 DONE 178.3s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #162 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-07T06:11:02.076Z] #162 ... [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:11:02.076Z] #156 DONE 178.5s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T06:11:02.076Z] #155 DONE 178.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T06:11:02.076Z] #151 DONE 178.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #159 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T06:11:02.076Z] #159 DONE 178.7s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #163 ... [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T06:11:02.076Z] #153 DONE 178.7s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:11:02.076Z] #150 DONE 178.7s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #164 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #164 ... [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #161 DONE 1.0s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #165 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #165 DONE 1.0s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #166 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #166 DONE 1.0s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #167 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #167 DONE 0.7s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #168 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #168 DONE 0.9s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #162 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-07T06:11:02.076Z] #162 DONE 0.9s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #163 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #163 DONE 0.7s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #169 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #169 DONE 0.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #164 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #164 DONE 0.5s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #170 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-07T06:11:02.076Z] #170 ... [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #171 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #171 DONE 0.5s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #172 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #173 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #173 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #174 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #174 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #175 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #175 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #176 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #176 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #177 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #178 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #178 DONE 0.4s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #179 DONE 0.5s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #180 DONE 0.5s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:02.076Z] #181 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #182 CACHED [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #183 [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-10-07T06:11:02.076Z] #183 ... [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #184 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #184 DONE 0.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #185 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #185 DONE 0.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #186 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:02.076Z] #186 DONE 0.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #170 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-07T06:11:02.076Z] #170 DONE 0.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #187 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-07T06:11:02.076Z] #187 DONE 0.6s [2024-10-07T06:11:02.076Z] [2024-10-07T06:11:02.076Z] #188 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.014Z] #188 ... [2024-10-07T06:11:03.014Z] [2024-10-07T06:11:03.014Z] #189 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-07T06:11:03.014Z] #189 DONE 1.7s [2024-10-07T06:11:03.273Z] [2024-10-07T06:11:03.274Z] #190 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.274Z] #190 ... [2024-10-07T06:11:03.274Z] [2024-10-07T06:11:03.274Z] #191 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-07T06:11:03.274Z] #191 DONE 1.7s [2024-10-07T06:11:03.274Z] [2024-10-07T06:11:03.274Z] #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-07T06:11:03.274Z] #192 DONE 2.0s [2024-10-07T06:11:03.274Z] [2024-10-07T06:11:03.274Z] #183 [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-10-07T06:11:03.274Z] #183 DONE 2.0s [2024-10-07T06:11:03.274Z] [2024-10-07T06:11:03.274Z] #188 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.274Z] #188 DONE 1.7s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #193 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-07T06:11:03.533Z] #193 DONE 2.0s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-07T06:11:03.533Z] #194 DONE 2.0s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #195 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-07T06:11:03.533Z] #195 DONE 1.7s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #196 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-07T06:11:03.533Z] #196 DONE 1.7s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #197 [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-10-07T06:11:03.533Z] #197 DONE 1.8s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #198 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-07T06:11:03.533Z] #198 DONE 1.8s [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.533Z] #199 ... [2024-10-07T06:11:03.533Z] [2024-10-07T06:11:03.533Z] #200 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T06:11:03.533Z] #200 DONE 2.5s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #201 [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-10-07T06:11:03.794Z] #201 DONE 1.5s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-07T06:11:03.794Z] #202 ... [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #190 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.794Z] #190 DONE 0.5s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #203 [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-10-07T06:11:03.794Z] #203 DONE 0.5s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #204 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.794Z] #204 DONE 0.6s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #205 [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-10-07T06:11:03.794Z] #205 DONE 0.6s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #206 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.794Z] #206 DONE 0.6s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #207 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-07T06:11:03.794Z] #207 DONE 0.5s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #208 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:03.794Z] #208 DONE 0.6s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #209 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-07T06:11:03.794Z] #209 DONE 0.6s [2024-10-07T06:11:03.794Z] [2024-10-07T06:11:03.794Z] #108 [support-cron-scheduler] exporting to image [2024-10-07T06:11:03.794Z] #108 exporting layers [2024-10-07T06:11:04.054Z] #108 ... [2024-10-07T06:11:04.054Z] [2024-10-07T06:11:04.054Z] #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:04.054Z] #199 DONE 0.5s [2024-10-07T06:11:04.054Z] [2024-10-07T06:11:04.054Z] #210 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:04.054Z] #210 DONE 0.6s [2024-10-07T06:11:04.054Z] [2024-10-07T06:11:04.054Z] #211 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-07T06:11:04.054Z] #211 DONE 0.6s [2024-10-07T06:11:04.054Z] [2024-10-07T06:11:04.054Z] #212 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:11:04.054Z] #212 DONE 0.5s [2024-10-07T06:11:04.054Z] [2024-10-07T06:11:04.054Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-07T06:11:04.054Z] #213 DONE 0.5s [2024-10-07T06:11:04.054Z] [2024-10-07T06:11:04.054Z] #108 [support-cron-scheduler] exporting to image [2024-10-07T06:11:04.054Z] #108 exporting layers 0.3s done [2024-10-07T06:11:04.314Z] #108 ... [2024-10-07T06:11:04.314Z] [2024-10-07T06:11:04.314Z] #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-07T06:11:04.314Z] #202 DONE 0.5s [2024-10-07T06:11:04.314Z] [2024-10-07T06:11:04.314Z] #108 [support-cron-scheduler] exporting to image [2024-10-07T06:11:04.314Z] #108 exporting layers 0.3s done [2024-10-07T06:11:04.314Z] #108 writing image sha256:ebf6a636210536d36edae3214faa95e1b032c84b01bbda8613b7773682909f83 [2024-10-07T06:11:04.314Z] #108 ... [2024-10-07T06:11:04.314Z] [2024-10-07T06:11:04.314Z] #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:11:04.314Z] #214 DONE 0.6s [2024-10-07T06:11:04.575Z] [2024-10-07T06:11:04.575Z] #215 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-07T06:11:04.575Z] #215 DONE 0.6s [2024-10-07T06:11:04.575Z] [2024-10-07T06:11:04.575Z] #216 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-07T06:11:04.575Z] #216 DONE 0.5s [2024-10-07T06:11:04.575Z] [2024-10-07T06:11:04.575Z] #217 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-07T06:11:04.575Z] #217 DONE 0.6s [2024-10-07T06:11:04.575Z] [2024-10-07T06:11:04.575Z] #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:11:04.575Z] #218 DONE 0.5s [2024-10-07T06:11:04.575Z] [2024-10-07T06:11:04.575Z] #219 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-07T06:11:04.575Z] #219 DONE 0.6s [2024-10-07T06:11:04.575Z] [2024-10-07T06:11:04.575Z] #108 [core-data] exporting to image [2024-10-07T06:11:04.575Z] #108 exporting layers 0.6s done [2024-10-07T06:11:04.575Z] #108 writing image sha256:ebf6a636210536d36edae3214faa95e1b032c84b01bbda8613b7773682909f83 0.2s done [2024-10-07T06:11:04.575Z] #108 naming to docker.io/library/core-command done [2024-10-07T06:11:04.575Z] #108 writing image sha256:c32fd6edee906e0dc5c128e62456ba2c32817e99d0ef78135ac8a9978f673aa7 0.0s done [2024-10-07T06:11:04.575Z] #108 naming to docker.io/library/core-keeper done [2024-10-07T06:11:04.833Z] #108 writing image sha256:e6a2631eb47906486b3bab3d8f33f6fbc1d4aa80fb9b169e5180371fad4e18b6 [2024-10-07T06:11:04.833Z] #108 writing image sha256:e6a2631eb47906486b3bab3d8f33f6fbc1d4aa80fb9b169e5180371fad4e18b6 0.1s done [2024-10-07T06:11:04.833Z] #108 naming to docker.io/library/support-scheduler done [2024-10-07T06:11:04.833Z] #108 writing image sha256:ff1ab8aa76e682c929956dbfa56a070c5322b4e9bfe46caba3fb48e97b13b226 0.0s done [2024-10-07T06:11:04.833Z] #108 naming to docker.io/library/security-spiffe-token-provider done [2024-10-07T06:11:04.833Z] #108 writing image sha256:b68fb1b961385c8b5dd261828d0ea33ff3999567e634dd157c75c177d9bad7d3 [2024-10-07T06:11:05.092Z] #108 ... [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-07T06:11:05.092Z] #220 DONE 0.5s [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #221 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-07T06:11:05.092Z] #221 DONE 0.5s [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #108 [core-metadata] exporting to image [2024-10-07T06:11:05.092Z] #108 exporting layers 0.5s done [2024-10-07T06:11:05.092Z] #108 writing image sha256:b68fb1b961385c8b5dd261828d0ea33ff3999567e634dd157c75c177d9bad7d3 0.2s done [2024-10-07T06:11:05.092Z] #108 naming to docker.io/library/support-cron-scheduler done [2024-10-07T06:11:05.092Z] #108 ... [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #222 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-07T06:11:05.092Z] #222 DONE 0.5s [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T06:11:05.092Z] #223 DONE 0.5s [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:11:05.092Z] #224 DONE 0.9s [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #225 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:11:05.092Z] #225 DONE 0.8s [2024-10-07T06:11:05.092Z] [2024-10-07T06:11:05.092Z] #108 [core-common-config-bootstrapper] exporting to image [2024-10-07T06:11:05.092Z] #108 writing image sha256:3bd2d7ccd73f5a95ef29b68a3418485b5a642e41fe8a8a2019a9a1f5b8ece370 done [2024-10-07T06:11:05.092Z] #108 writing image sha256:b18f74e784e50b9d6663febbcdea64eda8f034b58b6e8007ae0e6037fc26156f done [2024-10-07T06:11:05.092Z] #108 naming to docker.io/library/core-data done [2024-10-07T06:11:05.092Z] #108 naming to docker.io/library/support-notifications done [2024-10-07T06:11:05.352Z] #108 exporting layers 0.3s done [2024-10-07T06:11:05.352Z] #108 ... [2024-10-07T06:11:05.352Z] [2024-10-07T06:11:05.352Z] #226 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-07T06:11:05.352Z] #226 DONE 0.3s [2024-10-07T06:11:05.352Z] [2024-10-07T06:11:05.352Z] #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-07T06:11:05.352Z] #227 DONE 0.4s [2024-10-07T06:11:05.352Z] [2024-10-07T06:11:05.352Z] #228 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T06:11:05.352Z] #228 DONE 0.1s [2024-10-07T06:11:05.352Z] [2024-10-07T06:11:05.352Z] #108 [security-proxy-auth] exporting to image [2024-10-07T06:11:05.352Z] #108 exporting layers 0.3s done [2024-10-07T06:11:05.352Z] #108 writing image sha256:5a29b7c4517148f3ae4c61e607b38eb1467fdfdf09444857beb09b509bba9854 0.0s done [2024-10-07T06:11:05.352Z] #108 writing image sha256:186267ce198d3814f7476eaf72afe222ee5257f9c7f77ec6b077c1f491ac1d95 0.0s done [2024-10-07T06:11:05.352Z] #108 naming to docker.io/library/core-metadata done [2024-10-07T06:11:05.352Z] #108 naming to docker.io/library/security-proxy-auth done [2024-10-07T06:11:05.352Z] #108 writing image sha256:3645485d7764fb2fcaf0e6b0f323b2104cf51ace099b516959bc545a7d443f65 [2024-10-07T06:11:05.611Z] #108 writing image sha256:3645485d7764fb2fcaf0e6b0f323b2104cf51ace099b516959bc545a7d443f65 done [2024-10-07T06:11:05.611Z] #108 naming to docker.io/library/core-common-config-bootstrapper done [2024-10-07T06:11:05.611Z] #108 DONE 2.5s [2024-10-07T06:11:05.611Z] [2024-10-07T06:11:05.611Z] #229 [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-10-07T06:11:05.611Z] #229 DONE 0.1s [2024-10-07T06:11:05.611Z] [2024-10-07T06:11:05.611Z] #230 [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-10-07T06:11:05.611Z] #230 DONE 0.1s [2024-10-07T06:11:05.611Z] [2024-10-07T06:11:05.611Z] #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:11:05.611Z] #231 ... [2024-10-07T06:11:05.611Z] [2024-10-07T06:11:05.611Z] #232 [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-10-07T06:11:05.611Z] #232 DONE 0.0s [2024-10-07T06:11:05.611Z] [2024-10-07T06:11:05.611Z] #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-07T06:11:05.611Z] #233 DONE 0.0s [2024-10-07T06:11:05.611Z] [2024-10-07T06:11:05.611Z] #234 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:11:05.611Z] #234 DONE 0.6s [2024-10-07T06:11:05.871Z] [2024-10-07T06:11:05.871Z] #235 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-07T06:11:05.871Z] #235 DONE 0.1s [2024-10-07T06:11:05.871Z] [2024-10-07T06:11:05.871Z] #108 [security-proxy-setup] exporting to image [2024-10-07T06:11:05.871Z] #108 ... [2024-10-07T06:11:05.871Z] [2024-10-07T06:11:05.871Z] #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:11:05.871Z] #231 DONE 0.5s [2024-10-07T06:11:05.871Z] [2024-10-07T06:11:05.871Z] #108 [security-secretstore-setup] exporting to image [2024-10-07T06:11:05.871Z] #108 writing image sha256:00f0118199dc52f7d8ac95995572f531a29974bd56e4bd657f3abf4bee4e7e04 done [2024-10-07T06:11:05.871Z] #108 naming to docker.io/library/security-proxy-setup done [2024-10-07T06:11:06.131Z] #108 exporting layers 0.3s done [2024-10-07T06:11:06.391Z] #108 ... [2024-10-07T06:11:06.391Z] [2024-10-07T06:11:06.391Z] #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T06:11:06.391Z] #236 DONE 0.5s [2024-10-07T06:11:06.391Z] [2024-10-07T06:11:06.391Z] #108 [security-bootstrapper] exporting to image [2024-10-07T06:11:06.391Z] #108 writing image sha256:7a63e3d95aec6ec1bc17eac892b4a5e02a023be08a05e74a9f3f810cd23ac807 done [2024-10-07T06:11:06.391Z] #108 naming to docker.io/library/security-secretstore-setup done [2024-10-07T06:11:06.391Z] #108 exporting layers 0.2s done [2024-10-07T06:11:06.391Z] #108 writing image sha256:8865c07fac2313bf6c43d39e405621e3c69e549678ff0c05f9f2983f12b1ddb5 done [2024-10-07T06:11:06.391Z] #108 naming to docker.io/library/security-bootstrapper done [2024-10-07T06:11:06.391Z] #108 DONE 3.2s [2024-10-07T06:11:06.391Z] [2024-10-07T06:11:06.391Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:11:06.391Z] time="2024-10-07T06:06:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-07T06:11:06.401Z] $ docker stop --time=1 556c694ca93e2eed9609c4faa0f688db25fea85a5823b5fd604ab4ddbdb0ef8d [2024-10-07T06:11:07.735Z] $ docker rm -f --volumes 556c694ca93e2eed9609c4faa0f688db25fea85a5823b5fd604ab4ddbdb0ef8d [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T06:11:08.084Z] + docker images [2024-10-07T06:11:08.084Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-07T06:11:08.084Z] security-bootstrapper latest 8865c07fac23 1 second ago 20.4MB [2024-10-07T06:11:08.084Z] security-proxy-setup latest 00f0118199dc 2 seconds ago 28.7MB [2024-10-07T06:11:08.084Z] security-secretstore-setup latest 7a63e3d95aec 2 seconds ago 40.2MB [2024-10-07T06:11:08.084Z] security-proxy-auth latest 186267ce198d 3 seconds ago 24.6MB [2024-10-07T06:11:08.084Z] core-data latest b18f74e784e5 3 seconds ago 29.6MB [2024-10-07T06:11:08.084Z] core-common-config-bootstrapper latest 3645485d7764 3 seconds ago 16.5MB [2024-10-07T06:11:08.084Z] core-metadata latest 5a29b7c45171 3 seconds ago 29.7MB [2024-10-07T06:11:08.084Z] support-notifications latest 3bd2d7ccd73f 3 seconds ago 44.4MB [2024-10-07T06:11:08.084Z] security-spiffe-token-provider latest ff1ab8aa76e6 4 seconds ago 31.8MB [2024-10-07T06:11:08.084Z] support-cron-scheduler latest b68fb1b96138 4 seconds ago 45.4MB [2024-10-07T06:11:08.084Z] core-command latest ebf6a6362105 4 seconds ago 25.9MB [2024-10-07T06:11:08.084Z] core-keeper latest c32fd6edee90 4 seconds ago 29MB [2024-10-07T06:11:08.084Z] support-scheduler latest e6a2631eb479 4 seconds ago 43.8MB [2024-10-07T06:11:08.084Z] security-spire-agent latest a73df54b79fd 3 minutes ago 183MB [2024-10-07T06:11:08.084Z] security-spire-server latest efc522c7a2cf 4 minutes ago 122MB [2024-10-07T06:11:08.084Z] security-spire-config latest 068152e40095 4 minutes ago 121MB [2024-10-07T06:11:08.084Z] ci-base-image-x86_64 latest 8db3d0c1bf68 7 minutes ago 979MB [2024-10-07T06:11:08.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 4 days ago 573MB [2024-10-07T06:11:08.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB [2024-10-07T06:11:08.084Z] 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-10-07T06:11:08.239Z] provisioning config files... [2024-10-07T06:11:08.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config3954842319813939646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:11:08.549Z] ---> ****-login.sh [2024-10-07T06:11:08.549Z] nexus3.edgexfoundry.org:10001 [2024-10-07T06:11:08.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:11:08.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:11:08.549Z] Configure a credential helper to remove this warning. See [2024-10-07T06:11:08.550Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:11:08.550Z] [2024-10-07T06:11:08.550Z] Login Succeeded [2024-10-07T06:11:08.550Z] nexus3.edgexfoundry.org:10002 [2024-10-07T06:11:08.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:11:08.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:11:08.550Z] Configure a credential helper to remove this warning. See [2024-10-07T06:11:08.550Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:11:08.550Z] [2024-10-07T06:11:08.550Z] Login Succeeded [2024-10-07T06:11:08.550Z] nexus3.edgexfoundry.org:10003 [2024-10-07T06:11:08.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:11:08.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:11:08.811Z] Configure a credential helper to remove this warning. See [2024-10-07T06:11:08.811Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:11:08.811Z] [2024-10-07T06:11:08.811Z] Login Succeeded [2024-10-07T06:11:08.811Z] nexus3.edgexfoundry.org:10004 [2024-10-07T06:11:08.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:11:08.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:11:08.811Z] Configure a credential helper to remove this warning. See [2024-10-07T06:11:08.811Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:11:08.811Z] [2024-10-07T06:11:08.811Z] Login Succeeded [2024-10-07T06:11:08.811Z] ****.io [2024-10-07T06:11:09.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:11:09.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:11:09.070Z] Configure a credential helper to remove this warning. See [2024-10-07T06:11:09.071Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:11:09.071Z] [2024-10-07T06:11:09.071Z] Login Succeeded [2024-10-07T06:11:09.071Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T06:11:09.077Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:09.131Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T06:11:09.164Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-10-07T06:11:09.164Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:09.164Z] latest [2024-10-07T06:11:09.164Z] 3.2.0-dev.92 [2024-10-07T06:11:09.164Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:09.164Z] main [2024-10-07T06:11:09.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:09.525Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:09.868Z] + docker push nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:09.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T06:11:09.868Z] 05a18af8a339: Preparing [2024-10-07T06:11:09.868Z] 08b68dc7d617: Preparing [2024-10-07T06:11:09.868Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:09.868Z] ad543b08f862: Preparing [2024-10-07T06:11:09.868Z] 2baf4c979e41: Preparing [2024-10-07T06:11:09.868Z] 55125a18c404: Preparing [2024-10-07T06:11:09.868Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:09.868Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:09.868Z] 55125a18c404: Waiting [2024-10-07T06:11:09.868Z] 05a18af8a339: Pushed [2024-10-07T06:11:09.868Z] 3a12d61f6f80: Pushed [2024-10-07T06:11:09.868Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:09.868Z] ad543b08f862: Pushed [2024-10-07T06:11:09.868Z] 2baf4c979e41: Pushed [2024-10-07T06:11:09.868Z] 55125a18c404: Pushed [2024-10-07T06:11:12.405Z] 08b68dc7d617: Pushed [2024-10-07T06:11:12.405Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:12.755Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:13.083Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-07T06:11:13.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T06:11:13.083Z] 05a18af8a339: Preparing [2024-10-07T06:11:13.083Z] 08b68dc7d617: Preparing [2024-10-07T06:11:13.083Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:13.083Z] ad543b08f862: Preparing [2024-10-07T06:11:13.083Z] 2baf4c979e41: Preparing [2024-10-07T06:11:13.083Z] 55125a18c404: Preparing [2024-10-07T06:11:13.083Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:13.083Z] 55125a18c404: Waiting [2024-10-07T06:11:13.083Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:13.083Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:13.083Z] ad543b08f862: Layer already exists [2024-10-07T06:11:13.083Z] 08b68dc7d617: Layer already exists [2024-10-07T06:11:13.083Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:13.083Z] 05a18af8a339: Layer already exists [2024-10-07T06:11:13.083Z] 55125a18c404: Layer already exists [2024-10-07T06:11:13.083Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:13.083Z] latest: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:13.421Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:13.748Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.92 [2024-10-07T06:11:13.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T06:11:13.748Z] 05a18af8a339: Preparing [2024-10-07T06:11:13.748Z] 08b68dc7d617: Preparing [2024-10-07T06:11:13.748Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:13.748Z] ad543b08f862: Preparing [2024-10-07T06:11:13.748Z] 2baf4c979e41: Preparing [2024-10-07T06:11:13.748Z] 55125a18c404: Preparing [2024-10-07T06:11:13.748Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:13.748Z] 55125a18c404: Waiting [2024-10-07T06:11:13.748Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:13.748Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:13.748Z] 05a18af8a339: Layer already exists [2024-10-07T06:11:13.748Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:13.748Z] ad543b08f862: Layer already exists [2024-10-07T06:11:13.748Z] 08b68dc7d617: Layer already exists [2024-10-07T06:11:13.748Z] 55125a18c404: Layer already exists [2024-10-07T06:11:13.748Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:13.748Z] 3.2.0-dev.92: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:14.088Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:14.417Z] + docker push nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:14.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T06:11:14.417Z] 05a18af8a339: Preparing [2024-10-07T06:11:14.417Z] 08b68dc7d617: Preparing [2024-10-07T06:11:14.417Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:14.417Z] ad543b08f862: Preparing [2024-10-07T06:11:14.417Z] 2baf4c979e41: Preparing [2024-10-07T06:11:14.417Z] 55125a18c404: Preparing [2024-10-07T06:11:14.417Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:14.417Z] 55125a18c404: Waiting [2024-10-07T06:11:14.417Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:14.417Z] ad543b08f862: Layer already exists [2024-10-07T06:11:14.417Z] 08b68dc7d617: Layer already exists [2024-10-07T06:11:14.417Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:14.417Z] 05a18af8a339: Layer already exists [2024-10-07T06:11:14.417Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:14.417Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:14.417Z] 55125a18c404: Layer already exists [2024-10-07T06:11:14.417Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:14.744Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:15.066Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-10-07T06:11:15.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-07T06:11:15.066Z] 05a18af8a339: Preparing [2024-10-07T06:11:15.066Z] 08b68dc7d617: Preparing [2024-10-07T06:11:15.066Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:15.066Z] ad543b08f862: Preparing [2024-10-07T06:11:15.066Z] 2baf4c979e41: Preparing [2024-10-07T06:11:15.066Z] 55125a18c404: Preparing [2024-10-07T06:11:15.066Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:15.066Z] 55125a18c404: Waiting [2024-10-07T06:11:15.066Z] 05a18af8a339: Layer already exists [2024-10-07T06:11:15.066Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:15.066Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:15.066Z] ad543b08f862: Layer already exists [2024-10-07T06:11:15.066Z] 08b68dc7d617: Layer already exists [2024-10-07T06:11:15.066Z] 55125a18c404: Layer already exists [2024-10-07T06:11:15.066Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:15.066Z] main: digest: sha256:507fe5d5995bb3b7574b6b28a1389535484cf15165477c58b1e9e747e45bce6d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:15.148Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:15.164Z] taggedImages: [2024-10-07T06:11:15.164Z] - nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:15.164Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-07T06:11:15.164Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.92 [2024-10-07T06:11:15.164Z] - nexus3.edgexfoundry.org:10004/core-command:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:15.164Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-10-07T06:11:15.189Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-10-07T06:11:15.189Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:15.189Z] latest [2024-10-07T06:11:15.189Z] 3.2.0-dev.92 [2024-10-07T06:11:15.190Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:15.190Z] main [2024-10-07T06:11:15.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:15.541Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:15.864Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:15.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T06:11:15.864Z] c3b67289f6fa: Preparing [2024-10-07T06:11:15.864Z] dc082860e2e3: Preparing [2024-10-07T06:11:15.864Z] 0da76f61b975: Preparing [2024-10-07T06:11:15.864Z] 437547c742f1: Preparing [2024-10-07T06:11:15.864Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:15.864Z] ad543b08f862: Preparing [2024-10-07T06:11:15.864Z] 2baf4c979e41: Preparing [2024-10-07T06:11:15.864Z] 55125a18c404: Preparing [2024-10-07T06:11:15.864Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:15.864Z] ad543b08f862: Waiting [2024-10-07T06:11:15.864Z] 2baf4c979e41: Waiting [2024-10-07T06:11:15.864Z] 55125a18c404: Waiting [2024-10-07T06:11:15.864Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:15.864Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:15.864Z] ad543b08f862: Layer already exists [2024-10-07T06:11:15.864Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:15.864Z] 55125a18c404: Layer already exists [2024-10-07T06:11:15.864Z] 0da76f61b975: Pushed [2024-10-07T06:11:15.864Z] dc082860e2e3: Pushed [2024-10-07T06:11:15.864Z] c3b67289f6fa: Pushed [2024-10-07T06:11:15.864Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:17.239Z] 437547c742f1: Pushed [2024-10-07T06:11:17.239Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:17.571Z] + 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-10-07T06:11:17.901Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-07T06:11:17.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T06:11:17.902Z] c3b67289f6fa: Preparing [2024-10-07T06:11:17.902Z] dc082860e2e3: Preparing [2024-10-07T06:11:17.902Z] 0da76f61b975: Preparing [2024-10-07T06:11:17.902Z] 437547c742f1: Preparing [2024-10-07T06:11:17.902Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:17.902Z] ad543b08f862: Preparing [2024-10-07T06:11:17.902Z] 2baf4c979e41: Preparing [2024-10-07T06:11:17.902Z] 55125a18c404: Preparing [2024-10-07T06:11:17.902Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:17.902Z] 2baf4c979e41: Waiting [2024-10-07T06:11:17.902Z] ad543b08f862: Waiting [2024-10-07T06:11:17.902Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:17.902Z] 55125a18c404: Waiting [2024-10-07T06:11:17.902Z] 0da76f61b975: Layer already exists [2024-10-07T06:11:17.902Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:17.902Z] 437547c742f1: Layer already exists [2024-10-07T06:11:17.902Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:17.902Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:17.902Z] ad543b08f862: Layer already exists [2024-10-07T06:11:17.902Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:17.902Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:17.902Z] 55125a18c404: Layer already exists [2024-10-07T06:11:17.902Z] latest: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:18.231Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:18.566Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.92 [2024-10-07T06:11:18.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T06:11:18.566Z] c3b67289f6fa: Preparing [2024-10-07T06:11:18.566Z] dc082860e2e3: Preparing [2024-10-07T06:11:18.566Z] 0da76f61b975: Preparing [2024-10-07T06:11:18.566Z] 437547c742f1: Preparing [2024-10-07T06:11:18.566Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:18.566Z] ad543b08f862: Preparing [2024-10-07T06:11:18.566Z] 2baf4c979e41: Preparing [2024-10-07T06:11:18.566Z] 55125a18c404: Preparing [2024-10-07T06:11:18.566Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:18.566Z] 55125a18c404: Waiting [2024-10-07T06:11:18.566Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:18.566Z] 2baf4c979e41: Waiting [2024-10-07T06:11:18.566Z] ad543b08f862: Waiting [2024-10-07T06:11:18.566Z] 0da76f61b975: Layer already exists [2024-10-07T06:11:18.566Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:18.566Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:18.566Z] 437547c742f1: Layer already exists [2024-10-07T06:11:18.566Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:18.566Z] ad543b08f862: Layer already exists [2024-10-07T06:11:18.566Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:18.566Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:18.566Z] 55125a18c404: Layer already exists [2024-10-07T06:11:18.566Z] 3.2.0-dev.92: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:18.896Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:19.223Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:19.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T06:11:19.223Z] c3b67289f6fa: Preparing [2024-10-07T06:11:19.223Z] dc082860e2e3: Preparing [2024-10-07T06:11:19.223Z] 0da76f61b975: Preparing [2024-10-07T06:11:19.223Z] 437547c742f1: Preparing [2024-10-07T06:11:19.223Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:19.223Z] ad543b08f862: Preparing [2024-10-07T06:11:19.223Z] 2baf4c979e41: Preparing [2024-10-07T06:11:19.223Z] 55125a18c404: Preparing [2024-10-07T06:11:19.223Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:19.223Z] 2baf4c979e41: Waiting [2024-10-07T06:11:19.223Z] ad543b08f862: Waiting [2024-10-07T06:11:19.223Z] 55125a18c404: Waiting [2024-10-07T06:11:19.223Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:19.223Z] 0da76f61b975: Layer already exists [2024-10-07T06:11:19.223Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:19.223Z] 437547c742f1: Layer already exists [2024-10-07T06:11:19.223Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:19.223Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:19.223Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:19.223Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:19.223Z] 55125a18c404: Layer already exists [2024-10-07T06:11:19.223Z] ad543b08f862: Layer already exists [2024-10-07T06:11:19.223Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:19.559Z] + 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-10-07T06:11:19.893Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-10-07T06:11:19.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-07T06:11:19.893Z] c3b67289f6fa: Preparing [2024-10-07T06:11:19.893Z] dc082860e2e3: Preparing [2024-10-07T06:11:19.893Z] 0da76f61b975: Preparing [2024-10-07T06:11:19.893Z] 437547c742f1: Preparing [2024-10-07T06:11:19.893Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:19.893Z] ad543b08f862: Preparing [2024-10-07T06:11:19.893Z] 2baf4c979e41: Preparing [2024-10-07T06:11:19.893Z] 55125a18c404: Preparing [2024-10-07T06:11:19.893Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:19.893Z] 55125a18c404: Waiting [2024-10-07T06:11:19.893Z] 2baf4c979e41: Waiting [2024-10-07T06:11:19.893Z] ad543b08f862: Waiting [2024-10-07T06:11:19.893Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:19.893Z] 0da76f61b975: Layer already exists [2024-10-07T06:11:19.893Z] 437547c742f1: Layer already exists [2024-10-07T06:11:19.893Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:19.893Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:19.893Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:19.893Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:19.893Z] 55125a18c404: Layer already exists [2024-10-07T06:11:19.893Z] ad543b08f862: Layer already exists [2024-10-07T06:11:19.893Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:19.893Z] main: digest: sha256:1a49bf29525b351212147cfebccb0cb7d8782bd395c2fbcf70cf6616627873d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:19.961Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:19.977Z] taggedImages: [2024-10-07T06:11:19.977Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:19.977Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-07T06:11:19.977Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.92 [2024-10-07T06:11:19.977Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:19.977Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-10-07T06:11:20.010Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-10-07T06:11:20.010Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:20.010Z] latest [2024-10-07T06:11:20.010Z] 3.2.0-dev.92 [2024-10-07T06:11:20.010Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:20.010Z] main [2024-10-07T06:11:20.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:20.362Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:20.688Z] + docker push nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:20.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T06:11:20.688Z] a8dc5d97c499: Preparing [2024-10-07T06:11:20.688Z] f0eea37ef048: Preparing [2024-10-07T06:11:20.688Z] 230204bb35c2: Preparing [2024-10-07T06:11:20.688Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:20.689Z] ad543b08f862: Preparing [2024-10-07T06:11:20.689Z] 38a9276f8d09: Preparing [2024-10-07T06:11:20.689Z] bf1da6c54320: Preparing [2024-10-07T06:11:20.689Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:20.689Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:20.689Z] 38a9276f8d09: Waiting [2024-10-07T06:11:20.689Z] bf1da6c54320: Waiting [2024-10-07T06:11:20.689Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:20.689Z] ad543b08f862: Layer already exists [2024-10-07T06:11:20.689Z] f0eea37ef048: Pushed [2024-10-07T06:11:20.689Z] bf1da6c54320: Pushed [2024-10-07T06:11:20.689Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:20.689Z] a8dc5d97c499: Pushed [2024-10-07T06:11:20.689Z] 38a9276f8d09: Pushed [2024-10-07T06:11:23.222Z] 230204bb35c2: Pushed [2024-10-07T06:11:23.222Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:23.548Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:23.868Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-07T06:11:23.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T06:11:23.869Z] a8dc5d97c499: Preparing [2024-10-07T06:11:23.869Z] f0eea37ef048: Preparing [2024-10-07T06:11:23.869Z] 230204bb35c2: Preparing [2024-10-07T06:11:23.869Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:23.869Z] ad543b08f862: Preparing [2024-10-07T06:11:23.869Z] 38a9276f8d09: Preparing [2024-10-07T06:11:23.869Z] bf1da6c54320: Preparing [2024-10-07T06:11:23.869Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:23.869Z] 38a9276f8d09: Waiting [2024-10-07T06:11:23.869Z] bf1da6c54320: Waiting [2024-10-07T06:11:23.869Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:23.869Z] 230204bb35c2: Layer already exists [2024-10-07T06:11:23.869Z] f0eea37ef048: Layer already exists [2024-10-07T06:11:23.869Z] ad543b08f862: Layer already exists [2024-10-07T06:11:23.869Z] a8dc5d97c499: Layer already exists [2024-10-07T06:11:23.869Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:23.869Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:23.869Z] 38a9276f8d09: Layer already exists [2024-10-07T06:11:23.869Z] bf1da6c54320: Layer already exists [2024-10-07T06:11:23.869Z] latest: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:24.196Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:24.531Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.92 [2024-10-07T06:11:24.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T06:11:24.531Z] a8dc5d97c499: Preparing [2024-10-07T06:11:24.531Z] f0eea37ef048: Preparing [2024-10-07T06:11:24.531Z] 230204bb35c2: Preparing [2024-10-07T06:11:24.531Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:24.531Z] ad543b08f862: Preparing [2024-10-07T06:11:24.531Z] 38a9276f8d09: Preparing [2024-10-07T06:11:24.531Z] bf1da6c54320: Preparing [2024-10-07T06:11:24.531Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:24.531Z] 38a9276f8d09: Waiting [2024-10-07T06:11:24.531Z] bf1da6c54320: Waiting [2024-10-07T06:11:24.531Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:24.531Z] 230204bb35c2: Layer already exists [2024-10-07T06:11:24.531Z] a8dc5d97c499: Layer already exists [2024-10-07T06:11:24.531Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:24.531Z] ad543b08f862: Layer already exists [2024-10-07T06:11:24.531Z] f0eea37ef048: Layer already exists [2024-10-07T06:11:24.531Z] 38a9276f8d09: Layer already exists [2024-10-07T06:11:24.531Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:24.531Z] bf1da6c54320: Layer already exists [2024-10-07T06:11:24.531Z] 3.2.0-dev.92: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:24.866Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:25.184Z] + docker push nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:25.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T06:11:25.184Z] a8dc5d97c499: Preparing [2024-10-07T06:11:25.184Z] f0eea37ef048: Preparing [2024-10-07T06:11:25.184Z] 230204bb35c2: Preparing [2024-10-07T06:11:25.184Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:25.184Z] ad543b08f862: Preparing [2024-10-07T06:11:25.184Z] 38a9276f8d09: Preparing [2024-10-07T06:11:25.184Z] bf1da6c54320: Preparing [2024-10-07T06:11:25.184Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:25.184Z] 38a9276f8d09: Waiting [2024-10-07T06:11:25.184Z] bf1da6c54320: Waiting [2024-10-07T06:11:25.184Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:25.184Z] f0eea37ef048: Layer already exists [2024-10-07T06:11:25.184Z] a8dc5d97c499: Layer already exists [2024-10-07T06:11:25.184Z] 230204bb35c2: Layer already exists [2024-10-07T06:11:25.184Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:25.184Z] ad543b08f862: Layer already exists [2024-10-07T06:11:25.184Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:25.184Z] 38a9276f8d09: Layer already exists [2024-10-07T06:11:25.184Z] bf1da6c54320: Layer already exists [2024-10-07T06:11:25.184Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:25.517Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:25.853Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-10-07T06:11:25.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-07T06:11:25.853Z] a8dc5d97c499: Preparing [2024-10-07T06:11:25.853Z] f0eea37ef048: Preparing [2024-10-07T06:11:25.853Z] 230204bb35c2: Preparing [2024-10-07T06:11:25.853Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:25.853Z] ad543b08f862: Preparing [2024-10-07T06:11:25.853Z] 38a9276f8d09: Preparing [2024-10-07T06:11:25.853Z] bf1da6c54320: Preparing [2024-10-07T06:11:25.853Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:25.853Z] 38a9276f8d09: Waiting [2024-10-07T06:11:25.853Z] bf1da6c54320: Waiting [2024-10-07T06:11:25.853Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:25.853Z] f0eea37ef048: Layer already exists [2024-10-07T06:11:25.853Z] a8dc5d97c499: Layer already exists [2024-10-07T06:11:25.853Z] ad543b08f862: Layer already exists [2024-10-07T06:11:25.853Z] 230204bb35c2: Layer already exists [2024-10-07T06:11:25.853Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:25.854Z] bf1da6c54320: Layer already exists [2024-10-07T06:11:25.854Z] 38a9276f8d09: Layer already exists [2024-10-07T06:11:25.854Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:25.854Z] main: digest: sha256:4e50075509caa65ff9ac7e6fa9bfd2b43d75c770c63c789f60ed1fd3ac120c4e size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:25.928Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:25.948Z] taggedImages: [2024-10-07T06:11:25.948Z] - nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:25.948Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-07T06:11:25.948Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.92 [2024-10-07T06:11:25.948Z] - nexus3.edgexfoundry.org:10004/core-data:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:25.948Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-10-07T06:11:26.057Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-10-07T06:11:26.057Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:26.057Z] latest [2024-10-07T06:11:26.057Z] 3.2.0-dev.92 [2024-10-07T06:11:26.057Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:26.057Z] main [2024-10-07T06:11:26.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:26.406Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:26.724Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:26.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T06:11:26.724Z] 9a1f08d0283d: Preparing [2024-10-07T06:11:26.724Z] a8160b366caf: Preparing [2024-10-07T06:11:26.724Z] 4a0efd1103ae: Preparing [2024-10-07T06:11:26.724Z] ad543b08f862: Preparing [2024-10-07T06:11:26.724Z] 5c9f8e109936: Preparing [2024-10-07T06:11:26.724Z] 25f4d3a413cb: Preparing [2024-10-07T06:11:26.724Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:26.724Z] 25f4d3a413cb: Waiting [2024-10-07T06:11:26.724Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:26.724Z] ad543b08f862: Layer already exists [2024-10-07T06:11:26.724Z] a8160b366caf: Pushed [2024-10-07T06:11:26.724Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:26.724Z] 5c9f8e109936: Pushed [2024-10-07T06:11:26.724Z] 25f4d3a413cb: Pushed [2024-10-07T06:11:26.724Z] 9a1f08d0283d: Pushed [2024-10-07T06:11:29.258Z] 4a0efd1103ae: Pushed [2024-10-07T06:11:29.258Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:29.589Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:29.914Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-07T06:11:29.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T06:11:29.914Z] 9a1f08d0283d: Preparing [2024-10-07T06:11:29.914Z] a8160b366caf: Preparing [2024-10-07T06:11:29.914Z] 4a0efd1103ae: Preparing [2024-10-07T06:11:29.914Z] ad543b08f862: Preparing [2024-10-07T06:11:29.914Z] 5c9f8e109936: Preparing [2024-10-07T06:11:29.914Z] 25f4d3a413cb: Preparing [2024-10-07T06:11:29.914Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:29.914Z] 25f4d3a413cb: Waiting [2024-10-07T06:11:29.914Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:29.914Z] ad543b08f862: Layer already exists [2024-10-07T06:11:29.914Z] a8160b366caf: Layer already exists [2024-10-07T06:11:29.914Z] 9a1f08d0283d: Layer already exists [2024-10-07T06:11:29.914Z] 4a0efd1103ae: Layer already exists [2024-10-07T06:11:29.914Z] 5c9f8e109936: Layer already exists [2024-10-07T06:11:29.914Z] 25f4d3a413cb: Layer already exists [2024-10-07T06:11:29.914Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:29.914Z] latest: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:30.235Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:30.552Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.92 [2024-10-07T06:11:30.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T06:11:30.552Z] 9a1f08d0283d: Preparing [2024-10-07T06:11:30.552Z] a8160b366caf: Preparing [2024-10-07T06:11:30.552Z] 4a0efd1103ae: Preparing [2024-10-07T06:11:30.552Z] ad543b08f862: Preparing [2024-10-07T06:11:30.552Z] 5c9f8e109936: Preparing [2024-10-07T06:11:30.552Z] 25f4d3a413cb: Preparing [2024-10-07T06:11:30.552Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:30.552Z] 25f4d3a413cb: Waiting [2024-10-07T06:11:30.552Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:30.552Z] 5c9f8e109936: Layer already exists [2024-10-07T06:11:30.552Z] a8160b366caf: Layer already exists [2024-10-07T06:11:30.552Z] ad543b08f862: Layer already exists [2024-10-07T06:11:30.552Z] 9a1f08d0283d: Layer already exists [2024-10-07T06:11:30.552Z] 4a0efd1103ae: Layer already exists [2024-10-07T06:11:30.552Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:30.552Z] 25f4d3a413cb: Layer already exists [2024-10-07T06:11:30.552Z] 3.2.0-dev.92: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:30.870Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:31.192Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:31.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T06:11:31.192Z] 9a1f08d0283d: Preparing [2024-10-07T06:11:31.192Z] a8160b366caf: Preparing [2024-10-07T06:11:31.192Z] 4a0efd1103ae: Preparing [2024-10-07T06:11:31.192Z] ad543b08f862: Preparing [2024-10-07T06:11:31.192Z] 5c9f8e109936: Preparing [2024-10-07T06:11:31.192Z] 25f4d3a413cb: Preparing [2024-10-07T06:11:31.192Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:31.192Z] 25f4d3a413cb: Waiting [2024-10-07T06:11:31.192Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:31.192Z] 9a1f08d0283d: Layer already exists [2024-10-07T06:11:31.192Z] 5c9f8e109936: Layer already exists [2024-10-07T06:11:31.192Z] ad543b08f862: Layer already exists [2024-10-07T06:11:31.192Z] 4a0efd1103ae: Layer already exists [2024-10-07T06:11:31.192Z] a8160b366caf: Layer already exists [2024-10-07T06:11:31.192Z] 25f4d3a413cb: Layer already exists [2024-10-07T06:11:31.192Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:31.192Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:31.521Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:31.846Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-10-07T06:11:31.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-07T06:11:31.846Z] 9a1f08d0283d: Preparing [2024-10-07T06:11:31.846Z] a8160b366caf: Preparing [2024-10-07T06:11:31.846Z] 4a0efd1103ae: Preparing [2024-10-07T06:11:31.846Z] ad543b08f862: Preparing [2024-10-07T06:11:31.846Z] 5c9f8e109936: Preparing [2024-10-07T06:11:31.846Z] 25f4d3a413cb: Preparing [2024-10-07T06:11:31.846Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:31.846Z] 25f4d3a413cb: Waiting [2024-10-07T06:11:31.846Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:31.846Z] 4a0efd1103ae: Layer already exists [2024-10-07T06:11:31.846Z] 9a1f08d0283d: Layer already exists [2024-10-07T06:11:31.846Z] ad543b08f862: Layer already exists [2024-10-07T06:11:31.846Z] a8160b366caf: Layer already exists [2024-10-07T06:11:31.846Z] 5c9f8e109936: Layer already exists [2024-10-07T06:11:31.846Z] 25f4d3a413cb: Layer already exists [2024-10-07T06:11:31.846Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:31.846Z] main: digest: sha256:e3da9fb7831992f908877f97bca54a65513f419c6cc10ebe45b0900d648913a2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:31.927Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:31.945Z] taggedImages: [2024-10-07T06:11:31.945Z] - nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:31.945Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-07T06:11:31.946Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.92 [2024-10-07T06:11:31.946Z] - nexus3.edgexfoundry.org:10004/core-keeper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:31.946Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-10-07T06:11:31.981Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-10-07T06:11:31.981Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:31.981Z] latest [2024-10-07T06:11:31.981Z] 3.2.0-dev.92 [2024-10-07T06:11:31.981Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:31.981Z] main [2024-10-07T06:11:31.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:32.337Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:32.671Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:32.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T06:11:32.671Z] dc05a58611eb: Preparing [2024-10-07T06:11:32.671Z] 8404fecb4780: Preparing [2024-10-07T06:11:32.671Z] f493f26ba5d4: Preparing [2024-10-07T06:11:32.671Z] 28c73b8ea984: Preparing [2024-10-07T06:11:32.671Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:32.671Z] ad543b08f862: Preparing [2024-10-07T06:11:32.671Z] 2baf4c979e41: Preparing [2024-10-07T06:11:32.671Z] 55125a18c404: Preparing [2024-10-07T06:11:32.671Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:32.671Z] 55125a18c404: Waiting [2024-10-07T06:11:32.671Z] 2baf4c979e41: Waiting [2024-10-07T06:11:32.671Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:32.671Z] ad543b08f862: Waiting [2024-10-07T06:11:32.671Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:32.671Z] ad543b08f862: Layer already exists [2024-10-07T06:11:32.671Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:32.671Z] 55125a18c404: Layer already exists [2024-10-07T06:11:32.671Z] 8404fecb4780: Pushed [2024-10-07T06:11:32.671Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:32.671Z] dc05a58611eb: Pushed [2024-10-07T06:11:32.671Z] f493f26ba5d4: Pushed [2024-10-07T06:11:35.203Z] 28c73b8ea984: Pushed [2024-10-07T06:11:35.203Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:35.562Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:35.891Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-07T06:11:35.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T06:11:35.891Z] dc05a58611eb: Preparing [2024-10-07T06:11:35.891Z] 8404fecb4780: Preparing [2024-10-07T06:11:35.891Z] f493f26ba5d4: Preparing [2024-10-07T06:11:35.891Z] 28c73b8ea984: Preparing [2024-10-07T06:11:35.891Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:35.891Z] ad543b08f862: Preparing [2024-10-07T06:11:35.891Z] 2baf4c979e41: Preparing [2024-10-07T06:11:35.891Z] ad543b08f862: Waiting [2024-10-07T06:11:35.891Z] 2baf4c979e41: Waiting [2024-10-07T06:11:35.891Z] 55125a18c404: Preparing [2024-10-07T06:11:35.891Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:35.891Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:35.891Z] 55125a18c404: Waiting [2024-10-07T06:11:35.891Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:35.891Z] 28c73b8ea984: Layer already exists [2024-10-07T06:11:35.891Z] f493f26ba5d4: Layer already exists [2024-10-07T06:11:35.891Z] 8404fecb4780: Layer already exists [2024-10-07T06:11:35.891Z] dc05a58611eb: Layer already exists [2024-10-07T06:11:35.891Z] ad543b08f862: Layer already exists [2024-10-07T06:11:35.891Z] 55125a18c404: Layer already exists [2024-10-07T06:11:35.891Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:35.891Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:35.891Z] latest: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:36.217Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:36.552Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.92 [2024-10-07T06:11:36.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T06:11:36.552Z] dc05a58611eb: Preparing [2024-10-07T06:11:36.552Z] 8404fecb4780: Preparing [2024-10-07T06:11:36.552Z] f493f26ba5d4: Preparing [2024-10-07T06:11:36.552Z] 28c73b8ea984: Preparing [2024-10-07T06:11:36.552Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:36.552Z] ad543b08f862: Preparing [2024-10-07T06:11:36.552Z] 2baf4c979e41: Preparing [2024-10-07T06:11:36.552Z] 55125a18c404: Preparing [2024-10-07T06:11:36.552Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:36.552Z] ad543b08f862: Waiting [2024-10-07T06:11:36.552Z] 2baf4c979e41: Waiting [2024-10-07T06:11:36.552Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:36.552Z] 55125a18c404: Waiting [2024-10-07T06:11:36.552Z] dc05a58611eb: Layer already exists [2024-10-07T06:11:36.552Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:36.552Z] f493f26ba5d4: Layer already exists [2024-10-07T06:11:36.552Z] 8404fecb4780: Layer already exists [2024-10-07T06:11:36.552Z] 28c73b8ea984: Layer already exists [2024-10-07T06:11:36.552Z] ad543b08f862: Layer already exists [2024-10-07T06:11:36.552Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:36.552Z] 55125a18c404: Layer already exists [2024-10-07T06:11:36.552Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:36.552Z] 3.2.0-dev.92: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:36.877Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:37.205Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:37.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T06:11:37.205Z] dc05a58611eb: Preparing [2024-10-07T06:11:37.205Z] 8404fecb4780: Preparing [2024-10-07T06:11:37.205Z] f493f26ba5d4: Preparing [2024-10-07T06:11:37.205Z] 28c73b8ea984: Preparing [2024-10-07T06:11:37.205Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:37.205Z] ad543b08f862: Preparing [2024-10-07T06:11:37.205Z] 2baf4c979e41: Preparing [2024-10-07T06:11:37.205Z] 55125a18c404: Preparing [2024-10-07T06:11:37.205Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:37.205Z] ad543b08f862: Waiting [2024-10-07T06:11:37.205Z] 2baf4c979e41: Waiting [2024-10-07T06:11:37.205Z] 55125a18c404: Waiting [2024-10-07T06:11:37.205Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:37.205Z] dc05a58611eb: Layer already exists [2024-10-07T06:11:37.205Z] 8404fecb4780: Layer already exists [2024-10-07T06:11:37.205Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:37.205Z] f493f26ba5d4: Layer already exists [2024-10-07T06:11:37.205Z] 28c73b8ea984: Layer already exists [2024-10-07T06:11:37.205Z] ad543b08f862: Layer already exists [2024-10-07T06:11:37.205Z] 55125a18c404: Layer already exists [2024-10-07T06:11:37.205Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:37.205Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:37.205Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:37.535Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:37.848Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-10-07T06:11:37.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-07T06:11:37.848Z] dc05a58611eb: Preparing [2024-10-07T06:11:37.848Z] 8404fecb4780: Preparing [2024-10-07T06:11:37.848Z] f493f26ba5d4: Preparing [2024-10-07T06:11:37.848Z] 28c73b8ea984: Preparing [2024-10-07T06:11:37.848Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:37.848Z] ad543b08f862: Preparing [2024-10-07T06:11:37.848Z] 2baf4c979e41: Preparing [2024-10-07T06:11:37.848Z] 55125a18c404: Preparing [2024-10-07T06:11:37.848Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:37.848Z] 2baf4c979e41: Waiting [2024-10-07T06:11:37.848Z] 55125a18c404: Waiting [2024-10-07T06:11:37.848Z] ad543b08f862: Waiting [2024-10-07T06:11:37.848Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:37.848Z] dc05a58611eb: Layer already exists [2024-10-07T06:11:37.848Z] 8404fecb4780: Layer already exists [2024-10-07T06:11:37.848Z] f493f26ba5d4: Layer already exists [2024-10-07T06:11:37.848Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:37.848Z] 28c73b8ea984: Layer already exists [2024-10-07T06:11:37.848Z] 55125a18c404: Layer already exists [2024-10-07T06:11:37.848Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:37.848Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:37.848Z] ad543b08f862: Layer already exists [2024-10-07T06:11:37.848Z] main: digest: sha256:ecc6abb0bb345185a76f3ccb17994dbf5da6bc40918500adcbdfd22e9f637e08 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:37.922Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:37.933Z] taggedImages: [2024-10-07T06:11:37.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:37.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-07T06:11:37.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.92 [2024-10-07T06:11:37.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:37.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-10-07T06:11:37.966Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-10-07T06:11:37.966Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:37.966Z] latest [2024-10-07T06:11:37.966Z] 3.2.0-dev.92 [2024-10-07T06:11:37.966Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:37.966Z] main [2024-10-07T06:11:37.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:38.348Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:38.681Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:38.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T06:11:38.681Z] 6eb6ecdba092: Preparing [2024-10-07T06:11:38.681Z] 7b31e1b4db54: Preparing [2024-10-07T06:11:38.681Z] 1c2c48da73f9: Preparing [2024-10-07T06:11:38.681Z] 352f9c529bc4: Preparing [2024-10-07T06:11:38.681Z] 759eb1342974: Preparing [2024-10-07T06:11:38.681Z] 0c739a8ee861: Preparing [2024-10-07T06:11:38.681Z] 27c2c84a81c8: Preparing [2024-10-07T06:11:38.681Z] ff659a85a033: Preparing [2024-10-07T06:11:38.681Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:38.681Z] ad543b08f862: Preparing [2024-10-07T06:11:38.681Z] 83e7930611b8: Preparing [2024-10-07T06:11:38.681Z] e0905b48adea: Preparing [2024-10-07T06:11:38.681Z] 5f70bf18a086: Preparing [2024-10-07T06:11:38.681Z] 34bc706ad2d9: Preparing [2024-10-07T06:11:38.681Z] e992ab2f614a: Preparing [2024-10-07T06:11:38.681Z] c94ba3621150: Preparing [2024-10-07T06:11:38.681Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:38.681Z] 0c739a8ee861: Waiting [2024-10-07T06:11:38.681Z] 27c2c84a81c8: Waiting [2024-10-07T06:11:38.681Z] ff659a85a033: Waiting [2024-10-07T06:11:38.681Z] 34bc706ad2d9: Waiting [2024-10-07T06:11:38.681Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:38.681Z] e992ab2f614a: Waiting [2024-10-07T06:11:38.681Z] ad543b08f862: Waiting [2024-10-07T06:11:38.681Z] c94ba3621150: Waiting [2024-10-07T06:11:38.681Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:38.681Z] e0905b48adea: Waiting [2024-10-07T06:11:38.681Z] 5f70bf18a086: Waiting [2024-10-07T06:11:38.681Z] 1c2c48da73f9: Pushed [2024-10-07T06:11:38.681Z] 352f9c529bc4: Pushed [2024-10-07T06:11:38.681Z] 6eb6ecdba092: Pushed [2024-10-07T06:11:38.681Z] 7b31e1b4db54: Pushed [2024-10-07T06:11:38.681Z] 759eb1342974: Pushed [2024-10-07T06:11:38.681Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:38.681Z] ad543b08f862: Layer already exists [2024-10-07T06:11:38.681Z] 0c739a8ee861: Pushed [2024-10-07T06:11:38.681Z] 5f70bf18a086: Layer already exists [2024-10-07T06:11:38.940Z] 27c2c84a81c8: Pushed [2024-10-07T06:11:38.940Z] 83e7930611b8: Pushed [2024-10-07T06:11:38.940Z] e0905b48adea: Pushed [2024-10-07T06:11:38.940Z] 34bc706ad2d9: Pushed [2024-10-07T06:11:38.940Z] e992ab2f614a: Pushed [2024-10-07T06:11:38.940Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:38.940Z] c94ba3621150: Pushed [2024-10-07T06:11:40.316Z] ff659a85a033: Pushed [2024-10-07T06:11:40.316Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:40.653Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:40.974Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-07T06:11:40.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T06:11:40.975Z] 6eb6ecdba092: Preparing [2024-10-07T06:11:40.975Z] 7b31e1b4db54: Preparing [2024-10-07T06:11:40.975Z] 1c2c48da73f9: Preparing [2024-10-07T06:11:40.975Z] 352f9c529bc4: Preparing [2024-10-07T06:11:40.975Z] 759eb1342974: Preparing [2024-10-07T06:11:40.975Z] 0c739a8ee861: Preparing [2024-10-07T06:11:40.975Z] 27c2c84a81c8: Preparing [2024-10-07T06:11:40.975Z] ff659a85a033: Preparing [2024-10-07T06:11:40.975Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:40.975Z] ad543b08f862: Preparing [2024-10-07T06:11:40.975Z] 83e7930611b8: Preparing [2024-10-07T06:11:40.975Z] e0905b48adea: Preparing [2024-10-07T06:11:40.975Z] 5f70bf18a086: Preparing [2024-10-07T06:11:40.975Z] 34bc706ad2d9: Preparing [2024-10-07T06:11:40.975Z] e992ab2f614a: Preparing [2024-10-07T06:11:40.975Z] c94ba3621150: Preparing [2024-10-07T06:11:40.975Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:40.975Z] ff659a85a033: Waiting [2024-10-07T06:11:40.975Z] 34bc706ad2d9: Waiting [2024-10-07T06:11:40.975Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:40.975Z] ad543b08f862: Waiting [2024-10-07T06:11:40.975Z] e992ab2f614a: Waiting [2024-10-07T06:11:40.975Z] c94ba3621150: Waiting [2024-10-07T06:11:40.975Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:40.975Z] 83e7930611b8: Waiting [2024-10-07T06:11:40.975Z] 0c739a8ee861: Waiting [2024-10-07T06:11:40.975Z] e0905b48adea: Waiting [2024-10-07T06:11:40.975Z] 27c2c84a81c8: Waiting [2024-10-07T06:11:40.975Z] 5f70bf18a086: Waiting [2024-10-07T06:11:40.975Z] 1c2c48da73f9: Layer already exists [2024-10-07T06:11:40.975Z] 7b31e1b4db54: Layer already exists [2024-10-07T06:11:40.975Z] 759eb1342974: Layer already exists [2024-10-07T06:11:40.975Z] 352f9c529bc4: Layer already exists [2024-10-07T06:11:40.975Z] 6eb6ecdba092: Layer already exists [2024-10-07T06:11:40.975Z] 0c739a8ee861: Layer already exists [2024-10-07T06:11:40.975Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:40.975Z] 27c2c84a81c8: Layer already exists [2024-10-07T06:11:40.975Z] ad543b08f862: Layer already exists [2024-10-07T06:11:40.975Z] ff659a85a033: Layer already exists [2024-10-07T06:11:40.975Z] 83e7930611b8: Layer already exists [2024-10-07T06:11:40.975Z] 5f70bf18a086: Layer already exists [2024-10-07T06:11:40.975Z] 34bc706ad2d9: Layer already exists [2024-10-07T06:11:40.975Z] e0905b48adea: Layer already exists [2024-10-07T06:11:40.975Z] e992ab2f614a: Layer already exists [2024-10-07T06:11:40.975Z] c94ba3621150: Layer already exists [2024-10-07T06:11:40.975Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:40.975Z] latest: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:41.314Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:41.646Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.92 [2024-10-07T06:11:41.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T06:11:41.646Z] 6eb6ecdba092: Preparing [2024-10-07T06:11:41.646Z] 7b31e1b4db54: Preparing [2024-10-07T06:11:41.646Z] 1c2c48da73f9: Preparing [2024-10-07T06:11:41.646Z] 352f9c529bc4: Preparing [2024-10-07T06:11:41.646Z] 759eb1342974: Preparing [2024-10-07T06:11:41.646Z] 0c739a8ee861: Preparing [2024-10-07T06:11:41.646Z] 27c2c84a81c8: Preparing [2024-10-07T06:11:41.646Z] ff659a85a033: Preparing [2024-10-07T06:11:41.646Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:41.646Z] ad543b08f862: Preparing [2024-10-07T06:11:41.646Z] 83e7930611b8: Preparing [2024-10-07T06:11:41.646Z] e0905b48adea: Preparing [2024-10-07T06:11:41.646Z] 5f70bf18a086: Preparing [2024-10-07T06:11:41.646Z] 34bc706ad2d9: Preparing [2024-10-07T06:11:41.646Z] e992ab2f614a: Preparing [2024-10-07T06:11:41.646Z] c94ba3621150: Preparing [2024-10-07T06:11:41.646Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:41.646Z] 83e7930611b8: Waiting [2024-10-07T06:11:41.646Z] e0905b48adea: Waiting [2024-10-07T06:11:41.646Z] 5f70bf18a086: Waiting [2024-10-07T06:11:41.646Z] 34bc706ad2d9: Waiting [2024-10-07T06:11:41.646Z] e992ab2f614a: Waiting [2024-10-07T06:11:41.646Z] c94ba3621150: Waiting [2024-10-07T06:11:41.646Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:41.646Z] ff659a85a033: Waiting [2024-10-07T06:11:41.646Z] 0c739a8ee861: Waiting [2024-10-07T06:11:41.646Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:41.646Z] ad543b08f862: Waiting [2024-10-07T06:11:41.646Z] 7b31e1b4db54: Layer already exists [2024-10-07T06:11:41.646Z] 352f9c529bc4: Layer already exists [2024-10-07T06:11:41.646Z] 759eb1342974: Layer already exists [2024-10-07T06:11:41.646Z] 6eb6ecdba092: Layer already exists [2024-10-07T06:11:41.646Z] 1c2c48da73f9: Layer already exists [2024-10-07T06:11:41.646Z] ff659a85a033: Layer already exists [2024-10-07T06:11:41.646Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:41.646Z] 27c2c84a81c8: Layer already exists [2024-10-07T06:11:41.646Z] 0c739a8ee861: Layer already exists [2024-10-07T06:11:41.646Z] ad543b08f862: Layer already exists [2024-10-07T06:11:41.646Z] e0905b48adea: Layer already exists [2024-10-07T06:11:41.646Z] 83e7930611b8: Layer already exists [2024-10-07T06:11:41.646Z] 34bc706ad2d9: Layer already exists [2024-10-07T06:11:41.646Z] e992ab2f614a: Layer already exists [2024-10-07T06:11:41.646Z] 5f70bf18a086: Layer already exists [2024-10-07T06:11:41.646Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:41.646Z] c94ba3621150: Layer already exists [2024-10-07T06:11:41.646Z] 3.2.0-dev.92: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:41.986Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:42.312Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:42.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T06:11:42.312Z] 6eb6ecdba092: Preparing [2024-10-07T06:11:42.312Z] 7b31e1b4db54: Preparing [2024-10-07T06:11:42.312Z] 1c2c48da73f9: Preparing [2024-10-07T06:11:42.312Z] 352f9c529bc4: Preparing [2024-10-07T06:11:42.312Z] 759eb1342974: Preparing [2024-10-07T06:11:42.312Z] 0c739a8ee861: Preparing [2024-10-07T06:11:42.312Z] 27c2c84a81c8: Preparing [2024-10-07T06:11:42.312Z] ff659a85a033: Preparing [2024-10-07T06:11:42.312Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:42.312Z] ad543b08f862: Preparing [2024-10-07T06:11:42.312Z] 83e7930611b8: Preparing [2024-10-07T06:11:42.312Z] e0905b48adea: Preparing [2024-10-07T06:11:42.312Z] 5f70bf18a086: Preparing [2024-10-07T06:11:42.312Z] 34bc706ad2d9: Preparing [2024-10-07T06:11:42.312Z] e992ab2f614a: Preparing [2024-10-07T06:11:42.312Z] c94ba3621150: Preparing [2024-10-07T06:11:42.312Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:42.312Z] 27c2c84a81c8: Waiting [2024-10-07T06:11:42.312Z] ff659a85a033: Waiting [2024-10-07T06:11:42.312Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:42.312Z] ad543b08f862: Waiting [2024-10-07T06:11:42.312Z] 83e7930611b8: Waiting [2024-10-07T06:11:42.312Z] e0905b48adea: Waiting [2024-10-07T06:11:42.312Z] 5f70bf18a086: Waiting [2024-10-07T06:11:42.312Z] 34bc706ad2d9: Waiting [2024-10-07T06:11:42.312Z] e992ab2f614a: Waiting [2024-10-07T06:11:42.312Z] 0c739a8ee861: Waiting [2024-10-07T06:11:42.312Z] c94ba3621150: Waiting [2024-10-07T06:11:42.312Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:42.312Z] 7b31e1b4db54: Layer already exists [2024-10-07T06:11:42.312Z] 1c2c48da73f9: Layer already exists [2024-10-07T06:11:42.312Z] 759eb1342974: Layer already exists [2024-10-07T06:11:42.312Z] 6eb6ecdba092: Layer already exists [2024-10-07T06:11:42.312Z] 352f9c529bc4: Layer already exists [2024-10-07T06:11:42.312Z] 0c739a8ee861: Layer already exists [2024-10-07T06:11:42.312Z] 27c2c84a81c8: Layer already exists [2024-10-07T06:11:42.312Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:42.312Z] ff659a85a033: Layer already exists [2024-10-07T06:11:42.312Z] ad543b08f862: Layer already exists [2024-10-07T06:11:42.312Z] 83e7930611b8: Layer already exists [2024-10-07T06:11:42.312Z] 34bc706ad2d9: Layer already exists [2024-10-07T06:11:42.312Z] e0905b48adea: Layer already exists [2024-10-07T06:11:42.312Z] 5f70bf18a086: Layer already exists [2024-10-07T06:11:42.312Z] e992ab2f614a: Layer already exists [2024-10-07T06:11:42.312Z] c94ba3621150: Layer already exists [2024-10-07T06:11:42.312Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:42.312Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:42.641Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:42.975Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-10-07T06:11:42.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-07T06:11:42.975Z] 6eb6ecdba092: Preparing [2024-10-07T06:11:42.975Z] 7b31e1b4db54: Preparing [2024-10-07T06:11:42.975Z] 1c2c48da73f9: Preparing [2024-10-07T06:11:42.975Z] 352f9c529bc4: Preparing [2024-10-07T06:11:42.975Z] 759eb1342974: Preparing [2024-10-07T06:11:42.975Z] 0c739a8ee861: Preparing [2024-10-07T06:11:42.975Z] 27c2c84a81c8: Preparing [2024-10-07T06:11:42.975Z] ff659a85a033: Preparing [2024-10-07T06:11:42.975Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:42.975Z] ad543b08f862: Preparing [2024-10-07T06:11:42.975Z] 83e7930611b8: Preparing [2024-10-07T06:11:42.975Z] e0905b48adea: Preparing [2024-10-07T06:11:42.975Z] 5f70bf18a086: Preparing [2024-10-07T06:11:42.975Z] 34bc706ad2d9: Preparing [2024-10-07T06:11:42.975Z] e992ab2f614a: Preparing [2024-10-07T06:11:42.975Z] c94ba3621150: Preparing [2024-10-07T06:11:42.975Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:42.975Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:42.975Z] ad543b08f862: Waiting [2024-10-07T06:11:42.975Z] 83e7930611b8: Waiting [2024-10-07T06:11:42.975Z] 34bc706ad2d9: Waiting [2024-10-07T06:11:42.975Z] 0c739a8ee861: Waiting [2024-10-07T06:11:42.975Z] e992ab2f614a: Waiting [2024-10-07T06:11:42.975Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:42.975Z] c94ba3621150: Waiting [2024-10-07T06:11:42.975Z] e0905b48adea: Waiting [2024-10-07T06:11:42.975Z] 5f70bf18a086: Waiting [2024-10-07T06:11:42.975Z] ff659a85a033: Waiting [2024-10-07T06:11:42.975Z] 27c2c84a81c8: Waiting [2024-10-07T06:11:42.975Z] 6eb6ecdba092: Layer already exists [2024-10-07T06:11:42.975Z] 7b31e1b4db54: Layer already exists [2024-10-07T06:11:42.975Z] 352f9c529bc4: Layer already exists [2024-10-07T06:11:42.975Z] 1c2c48da73f9: Layer already exists [2024-10-07T06:11:42.975Z] 759eb1342974: Layer already exists [2024-10-07T06:11:42.975Z] 27c2c84a81c8: Layer already exists [2024-10-07T06:11:42.975Z] 0c739a8ee861: Layer already exists [2024-10-07T06:11:42.975Z] ff659a85a033: Layer already exists [2024-10-07T06:11:42.975Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:42.975Z] ad543b08f862: Layer already exists [2024-10-07T06:11:42.975Z] 83e7930611b8: Layer already exists [2024-10-07T06:11:42.975Z] e0905b48adea: Layer already exists [2024-10-07T06:11:42.975Z] e992ab2f614a: Layer already exists [2024-10-07T06:11:42.975Z] 34bc706ad2d9: Layer already exists [2024-10-07T06:11:42.975Z] 5f70bf18a086: Layer already exists [2024-10-07T06:11:42.975Z] c94ba3621150: Layer already exists [2024-10-07T06:11:42.975Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:42.975Z] main: digest: sha256:d993d602281299c26eeddddf2099aa1b923c9d0caf0fecd9d085089c6c5ab510 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:43.068Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:43.086Z] taggedImages: [2024-10-07T06:11:43.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:43.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-07T06:11:43.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.92 [2024-10-07T06:11:43.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:43.086Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-10-07T06:11:43.119Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-10-07T06:11:43.119Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:43.119Z] latest [2024-10-07T06:11:43.119Z] 3.2.0-dev.92 [2024-10-07T06:11:43.119Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:43.119Z] main [2024-10-07T06:11:43.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:43.483Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:43.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:43.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T06:11:43.802Z] c3b67289f6fa: Preparing [2024-10-07T06:11:43.802Z] dc082860e2e3: Preparing [2024-10-07T06:11:43.802Z] 3546f907fe49: Preparing [2024-10-07T06:11:43.802Z] 2278be9904dd: Preparing [2024-10-07T06:11:43.802Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:43.802Z] ad543b08f862: Preparing [2024-10-07T06:11:43.802Z] 2baf4c979e41: Preparing [2024-10-07T06:11:43.802Z] 55125a18c404: Preparing [2024-10-07T06:11:43.803Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:43.803Z] 55125a18c404: Waiting [2024-10-07T06:11:43.803Z] ad543b08f862: Waiting [2024-10-07T06:11:43.803Z] 2baf4c979e41: Waiting [2024-10-07T06:11:43.803Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:43.803Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:43.803Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:43.803Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:43.803Z] ad543b08f862: Layer already exists [2024-10-07T06:11:43.803Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:43.803Z] 55125a18c404: Layer already exists [2024-10-07T06:11:43.803Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:43.803Z] 3546f907fe49: Pushed [2024-10-07T06:11:45.711Z] 2278be9904dd: Pushed [2024-10-07T06:11:45.711Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:46.042Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:46.936Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-07T06:11:46.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T06:11:46.937Z] c3b67289f6fa: Preparing [2024-10-07T06:11:46.937Z] dc082860e2e3: Preparing [2024-10-07T06:11:46.937Z] 3546f907fe49: Preparing [2024-10-07T06:11:46.937Z] 2278be9904dd: Preparing [2024-10-07T06:11:46.937Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:46.937Z] ad543b08f862: Preparing [2024-10-07T06:11:46.937Z] 2baf4c979e41: Preparing [2024-10-07T06:11:46.937Z] 55125a18c404: Preparing [2024-10-07T06:11:46.937Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:46.937Z] ad543b08f862: Waiting [2024-10-07T06:11:46.937Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:46.937Z] 2baf4c979e41: Waiting [2024-10-07T06:11:46.937Z] 55125a18c404: Waiting [2024-10-07T06:11:46.937Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:46.937Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:46.937Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:46.937Z] 3546f907fe49: Layer already exists [2024-10-07T06:11:46.937Z] 2278be9904dd: Layer already exists [2024-10-07T06:11:46.937Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:46.937Z] ad543b08f862: Layer already exists [2024-10-07T06:11:46.937Z] 55125a18c404: Layer already exists [2024-10-07T06:11:46.937Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:46.937Z] latest: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:47.273Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:47.604Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.92 [2024-10-07T06:11:47.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T06:11:47.604Z] c3b67289f6fa: Preparing [2024-10-07T06:11:47.604Z] dc082860e2e3: Preparing [2024-10-07T06:11:47.604Z] 3546f907fe49: Preparing [2024-10-07T06:11:47.604Z] 2278be9904dd: Preparing [2024-10-07T06:11:47.604Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:47.604Z] ad543b08f862: Preparing [2024-10-07T06:11:47.604Z] 2baf4c979e41: Preparing [2024-10-07T06:11:47.604Z] 55125a18c404: Preparing [2024-10-07T06:11:47.604Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:47.604Z] ad543b08f862: Waiting [2024-10-07T06:11:47.604Z] 2baf4c979e41: Waiting [2024-10-07T06:11:47.604Z] 55125a18c404: Waiting [2024-10-07T06:11:47.604Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:47.604Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:47.604Z] 2278be9904dd: Layer already exists [2024-10-07T06:11:47.604Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:47.604Z] 3546f907fe49: Layer already exists [2024-10-07T06:11:47.604Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:47.604Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:47.604Z] 55125a18c404: Layer already exists [2024-10-07T06:11:47.604Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:47.604Z] ad543b08f862: Layer already exists [2024-10-07T06:11:47.604Z] 3.2.0-dev.92: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:47.938Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:48.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:48.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T06:11:48.290Z] c3b67289f6fa: Preparing [2024-10-07T06:11:48.290Z] dc082860e2e3: Preparing [2024-10-07T06:11:48.290Z] 3546f907fe49: Preparing [2024-10-07T06:11:48.290Z] 2278be9904dd: Preparing [2024-10-07T06:11:48.290Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:48.290Z] ad543b08f862: Preparing [2024-10-07T06:11:48.290Z] 2baf4c979e41: Preparing [2024-10-07T06:11:48.290Z] 55125a18c404: Preparing [2024-10-07T06:11:48.290Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:48.291Z] 2baf4c979e41: Waiting [2024-10-07T06:11:48.291Z] 55125a18c404: Waiting [2024-10-07T06:11:48.291Z] ad543b08f862: Waiting [2024-10-07T06:11:48.291Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:48.291Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:48.291Z] 3546f907fe49: Layer already exists [2024-10-07T06:11:48.291Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:48.291Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:48.291Z] 2278be9904dd: Layer already exists [2024-10-07T06:11:48.291Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:48.291Z] ad543b08f862: Layer already exists [2024-10-07T06:11:48.291Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:48.291Z] 55125a18c404: Layer already exists [2024-10-07T06:11:48.291Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:48.700Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:49.096Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-10-07T06:11:49.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-07T06:11:49.096Z] c3b67289f6fa: Preparing [2024-10-07T06:11:49.096Z] dc082860e2e3: Preparing [2024-10-07T06:11:49.096Z] 3546f907fe49: Preparing [2024-10-07T06:11:49.096Z] 2278be9904dd: Preparing [2024-10-07T06:11:49.096Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:49.096Z] ad543b08f862: Preparing [2024-10-07T06:11:49.096Z] 2baf4c979e41: Preparing [2024-10-07T06:11:49.096Z] 55125a18c404: Preparing [2024-10-07T06:11:49.096Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:49.096Z] ad543b08f862: Waiting [2024-10-07T06:11:49.096Z] 2baf4c979e41: Waiting [2024-10-07T06:11:49.096Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:49.096Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:49.096Z] c3b67289f6fa: Layer already exists [2024-10-07T06:11:49.096Z] 2278be9904dd: Layer already exists [2024-10-07T06:11:49.096Z] dc082860e2e3: Layer already exists [2024-10-07T06:11:49.096Z] 3546f907fe49: Layer already exists [2024-10-07T06:11:49.096Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:49.096Z] 55125a18c404: Layer already exists [2024-10-07T06:11:49.096Z] ad543b08f862: Layer already exists [2024-10-07T06:11:49.096Z] 2baf4c979e41: Layer already exists [2024-10-07T06:11:49.096Z] main: digest: sha256:6ec51246903ecc6f61815c9dfe190763b77e4f398e20c7b6e037437ed3f4b908 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:49.181Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:49.197Z] taggedImages: [2024-10-07T06:11:49.197Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:49.197Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-07T06:11:49.197Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.92 [2024-10-07T06:11:49.197Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:49.197Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-10-07T06:11:49.229Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-10-07T06:11:49.229Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:49.229Z] latest [2024-10-07T06:11:49.229Z] 3.2.0-dev.92 [2024-10-07T06:11:49.229Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:49.229Z] main [2024-10-07T06:11:49.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:49.591Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:49.920Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:49.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T06:11:49.920Z] 9fb88e4925cf: Preparing [2024-10-07T06:11:49.920Z] 58d62ece41de: Preparing [2024-10-07T06:11:49.920Z] c9a9ccf95348: Preparing [2024-10-07T06:11:49.920Z] 0d8c9bf183dc: Preparing [2024-10-07T06:11:49.920Z] a86d1b87f070: Preparing [2024-10-07T06:11:49.920Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:49.920Z] ad543b08f862: Preparing [2024-10-07T06:11:49.920Z] c17852318c45: Preparing [2024-10-07T06:11:49.920Z] a5a54bc5dadc: Preparing [2024-10-07T06:11:49.920Z] 3357a559b19a: Preparing [2024-10-07T06:11:49.920Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:49.920Z] ad543b08f862: Waiting [2024-10-07T06:11:49.920Z] c17852318c45: Waiting [2024-10-07T06:11:49.920Z] a5a54bc5dadc: Waiting [2024-10-07T06:11:49.920Z] 3357a559b19a: Waiting [2024-10-07T06:11:49.920Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:49.920Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:49.920Z] a86d1b87f070: Pushed [2024-10-07T06:11:49.920Z] 58d62ece41de: Pushed [2024-10-07T06:11:49.920Z] 9fb88e4925cf: Pushed [2024-10-07T06:11:49.920Z] 0d8c9bf183dc: Pushed [2024-10-07T06:11:49.920Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:49.920Z] ad543b08f862: Layer already exists [2024-10-07T06:11:49.920Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:50.179Z] c17852318c45: Pushed [2024-10-07T06:11:50.179Z] a5a54bc5dadc: Pushed [2024-10-07T06:11:51.118Z] c9a9ccf95348: Pushed [2024-10-07T06:11:51.379Z] 3357a559b19a: Pushed [2024-10-07T06:11:51.379Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:51.704Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:52.041Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-07T06:11:52.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T06:11:52.041Z] 9fb88e4925cf: Preparing [2024-10-07T06:11:52.041Z] 58d62ece41de: Preparing [2024-10-07T06:11:52.041Z] c9a9ccf95348: Preparing [2024-10-07T06:11:52.041Z] 0d8c9bf183dc: Preparing [2024-10-07T06:11:52.041Z] a86d1b87f070: Preparing [2024-10-07T06:11:52.041Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:52.041Z] ad543b08f862: Preparing [2024-10-07T06:11:52.041Z] c17852318c45: Preparing [2024-10-07T06:11:52.041Z] a5a54bc5dadc: Preparing [2024-10-07T06:11:52.041Z] 3357a559b19a: Preparing [2024-10-07T06:11:52.041Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:52.041Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:52.041Z] a5a54bc5dadc: Waiting [2024-10-07T06:11:52.041Z] c17852318c45: Waiting [2024-10-07T06:11:52.041Z] 3357a559b19a: Waiting [2024-10-07T06:11:52.041Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:52.041Z] 9fb88e4925cf: Layer already exists [2024-10-07T06:11:52.041Z] 0d8c9bf183dc: Layer already exists [2024-10-07T06:11:52.041Z] c9a9ccf95348: Layer already exists [2024-10-07T06:11:52.041Z] 58d62ece41de: Layer already exists [2024-10-07T06:11:52.041Z] a86d1b87f070: Layer already exists [2024-10-07T06:11:52.041Z] c17852318c45: Layer already exists [2024-10-07T06:11:52.041Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:52.041Z] ad543b08f862: Layer already exists [2024-10-07T06:11:52.041Z] 3357a559b19a: Layer already exists [2024-10-07T06:11:52.041Z] a5a54bc5dadc: Layer already exists [2024-10-07T06:11:52.041Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:52.041Z] latest: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:52.386Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:52.727Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.92 [2024-10-07T06:11:52.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T06:11:52.727Z] 9fb88e4925cf: Preparing [2024-10-07T06:11:52.727Z] 58d62ece41de: Preparing [2024-10-07T06:11:52.727Z] c9a9ccf95348: Preparing [2024-10-07T06:11:52.727Z] 0d8c9bf183dc: Preparing [2024-10-07T06:11:52.727Z] a86d1b87f070: Preparing [2024-10-07T06:11:52.727Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:52.727Z] ad543b08f862: Preparing [2024-10-07T06:11:52.727Z] c17852318c45: Preparing [2024-10-07T06:11:52.727Z] a5a54bc5dadc: Preparing [2024-10-07T06:11:52.727Z] 3357a559b19a: Preparing [2024-10-07T06:11:52.727Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:52.727Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:52.727Z] ad543b08f862: Waiting [2024-10-07T06:11:52.727Z] 3357a559b19a: Waiting [2024-10-07T06:11:52.727Z] c17852318c45: Waiting [2024-10-07T06:11:52.727Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:52.727Z] a5a54bc5dadc: Waiting [2024-10-07T06:11:52.727Z] 9fb88e4925cf: Layer already exists [2024-10-07T06:11:52.727Z] 0d8c9bf183dc: Layer already exists [2024-10-07T06:11:52.727Z] c9a9ccf95348: Layer already exists [2024-10-07T06:11:52.727Z] a86d1b87f070: Layer already exists [2024-10-07T06:11:52.727Z] 58d62ece41de: Layer already exists [2024-10-07T06:11:52.727Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:52.727Z] ad543b08f862: Layer already exists [2024-10-07T06:11:52.727Z] c17852318c45: Layer already exists [2024-10-07T06:11:52.727Z] 3357a559b19a: Layer already exists [2024-10-07T06:11:52.727Z] a5a54bc5dadc: Layer already exists [2024-10-07T06:11:52.727Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:52.727Z] 3.2.0-dev.92: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:53.065Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:53.389Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:53.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T06:11:53.389Z] 9fb88e4925cf: Preparing [2024-10-07T06:11:53.389Z] 58d62ece41de: Preparing [2024-10-07T06:11:53.389Z] c9a9ccf95348: Preparing [2024-10-07T06:11:53.389Z] 0d8c9bf183dc: Preparing [2024-10-07T06:11:53.389Z] a86d1b87f070: Preparing [2024-10-07T06:11:53.389Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:53.389Z] ad543b08f862: Preparing [2024-10-07T06:11:53.389Z] c17852318c45: Preparing [2024-10-07T06:11:53.389Z] a5a54bc5dadc: Preparing [2024-10-07T06:11:53.389Z] 3357a559b19a: Preparing [2024-10-07T06:11:53.389Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:53.389Z] a5a54bc5dadc: Waiting [2024-10-07T06:11:53.389Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:53.389Z] 3357a559b19a: Waiting [2024-10-07T06:11:53.389Z] ad543b08f862: Waiting [2024-10-07T06:11:53.389Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:53.389Z] c17852318c45: Waiting [2024-10-07T06:11:53.389Z] a86d1b87f070: Layer already exists [2024-10-07T06:11:53.389Z] 9fb88e4925cf: Layer already exists [2024-10-07T06:11:53.389Z] c9a9ccf95348: Layer already exists [2024-10-07T06:11:53.389Z] 0d8c9bf183dc: Layer already exists [2024-10-07T06:11:53.389Z] 58d62ece41de: Layer already exists [2024-10-07T06:11:53.389Z] c17852318c45: Layer already exists [2024-10-07T06:11:53.389Z] ad543b08f862: Layer already exists [2024-10-07T06:11:53.389Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:53.389Z] a5a54bc5dadc: Layer already exists [2024-10-07T06:11:53.389Z] 3357a559b19a: Layer already exists [2024-10-07T06:11:53.389Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:53.389Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:53.728Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:54.053Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-10-07T06:11:54.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-07T06:11:54.053Z] 9fb88e4925cf: Preparing [2024-10-07T06:11:54.053Z] 58d62ece41de: Preparing [2024-10-07T06:11:54.053Z] c9a9ccf95348: Preparing [2024-10-07T06:11:54.053Z] 0d8c9bf183dc: Preparing [2024-10-07T06:11:54.053Z] a86d1b87f070: Preparing [2024-10-07T06:11:54.053Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:54.053Z] ad543b08f862: Preparing [2024-10-07T06:11:54.053Z] c17852318c45: Preparing [2024-10-07T06:11:54.053Z] a5a54bc5dadc: Preparing [2024-10-07T06:11:54.053Z] 3357a559b19a: Preparing [2024-10-07T06:11:54.053Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:54.053Z] ad543b08f862: Waiting [2024-10-07T06:11:54.053Z] c17852318c45: Waiting [2024-10-07T06:11:54.053Z] a5a54bc5dadc: Waiting [2024-10-07T06:11:54.053Z] 3357a559b19a: Waiting [2024-10-07T06:11:54.053Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:54.053Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:54.053Z] c9a9ccf95348: Layer already exists [2024-10-07T06:11:54.053Z] 0d8c9bf183dc: Layer already exists [2024-10-07T06:11:54.053Z] a86d1b87f070: Layer already exists [2024-10-07T06:11:54.053Z] 9fb88e4925cf: Layer already exists [2024-10-07T06:11:54.053Z] 58d62ece41de: Layer already exists [2024-10-07T06:11:54.053Z] ad543b08f862: Layer already exists [2024-10-07T06:11:54.053Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:54.053Z] c17852318c45: Layer already exists [2024-10-07T06:11:54.053Z] a5a54bc5dadc: Layer already exists [2024-10-07T06:11:54.053Z] 3357a559b19a: Layer already exists [2024-10-07T06:11:54.053Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:54.053Z] main: digest: sha256:1a91bd698344a9b07c0dbaf8a940f20022b6b4fa0ab41f9e1d1e3ab2a7f46a81 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:54.136Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:54.150Z] taggedImages: [2024-10-07T06:11:54.150Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:54.150Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-07T06:11:54.150Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.92 [2024-10-07T06:11:54.150Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:54.150Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-10-07T06:11:54.177Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-10-07T06:11:54.177Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:54.177Z] latest [2024-10-07T06:11:54.177Z] 3.2.0-dev.92 [2024-10-07T06:11:54.177Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:54.177Z] main [2024-10-07T06:11:54.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:54.520Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:54.851Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:54.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T06:11:54.851Z] 14cf5d4f3280: Preparing [2024-10-07T06:11:54.851Z] 4fda8eb79ada: Preparing [2024-10-07T06:11:54.851Z] 127321ea2e77: Preparing [2024-10-07T06:11:54.851Z] 691e573a0c03: Preparing [2024-10-07T06:11:54.851Z] 2e1535c44746: Preparing [2024-10-07T06:11:54.851Z] b5f94d2789c5: Preparing [2024-10-07T06:11:54.851Z] 26367955faf2: Preparing [2024-10-07T06:11:54.851Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:54.851Z] ad543b08f862: Preparing [2024-10-07T06:11:54.851Z] 8eae78180535: Preparing [2024-10-07T06:11:54.851Z] 98c9ff9b0b04: Preparing [2024-10-07T06:11:54.851Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:54.851Z] b5f94d2789c5: Waiting [2024-10-07T06:11:54.851Z] ad543b08f862: Waiting [2024-10-07T06:11:54.851Z] 26367955faf2: Waiting [2024-10-07T06:11:54.851Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:54.851Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:54.851Z] 8eae78180535: Waiting [2024-10-07T06:11:54.851Z] 98c9ff9b0b04: Waiting [2024-10-07T06:11:54.851Z] 14cf5d4f3280: Pushed [2024-10-07T06:11:54.851Z] 2e1535c44746: Pushed [2024-10-07T06:11:54.851Z] 4fda8eb79ada: Pushed [2024-10-07T06:11:55.110Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:55.110Z] b5f94d2789c5: Pushed [2024-10-07T06:11:55.110Z] 26367955faf2: Pushed [2024-10-07T06:11:55.110Z] ad543b08f862: Layer already exists [2024-10-07T06:11:55.110Z] 8eae78180535: Pushed [2024-10-07T06:11:55.110Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:56.046Z] 691e573a0c03: Pushed [2024-10-07T06:11:56.307Z] 127321ea2e77: Pushed [2024-10-07T06:11:56.567Z] 98c9ff9b0b04: Pushed [2024-10-07T06:11:56.567Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:56.909Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:57.249Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-07T06:11:57.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T06:11:57.249Z] 14cf5d4f3280: Preparing [2024-10-07T06:11:57.249Z] 4fda8eb79ada: Preparing [2024-10-07T06:11:57.249Z] 127321ea2e77: Preparing [2024-10-07T06:11:57.249Z] 691e573a0c03: Preparing [2024-10-07T06:11:57.249Z] 2e1535c44746: Preparing [2024-10-07T06:11:57.249Z] b5f94d2789c5: Preparing [2024-10-07T06:11:57.249Z] 26367955faf2: Preparing [2024-10-07T06:11:57.249Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:57.249Z] ad543b08f862: Preparing [2024-10-07T06:11:57.249Z] 8eae78180535: Preparing [2024-10-07T06:11:57.249Z] 98c9ff9b0b04: Preparing [2024-10-07T06:11:57.249Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:57.249Z] 26367955faf2: Waiting [2024-10-07T06:11:57.249Z] 98c9ff9b0b04: Waiting [2024-10-07T06:11:57.249Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:57.249Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:57.249Z] ad543b08f862: Waiting [2024-10-07T06:11:57.249Z] 8eae78180535: Waiting [2024-10-07T06:11:57.249Z] 14cf5d4f3280: Layer already exists [2024-10-07T06:11:57.249Z] 127321ea2e77: Layer already exists [2024-10-07T06:11:57.249Z] 2e1535c44746: Layer already exists [2024-10-07T06:11:57.249Z] 691e573a0c03: Layer already exists [2024-10-07T06:11:57.249Z] 4fda8eb79ada: Layer already exists [2024-10-07T06:11:57.249Z] 26367955faf2: Layer already exists [2024-10-07T06:11:57.249Z] ad543b08f862: Layer already exists [2024-10-07T06:11:57.249Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:57.249Z] b5f94d2789c5: Layer already exists [2024-10-07T06:11:57.249Z] 8eae78180535: Layer already exists [2024-10-07T06:11:57.249Z] 98c9ff9b0b04: Layer already exists [2024-10-07T06:11:57.249Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:57.249Z] latest: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:57.578Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:57.899Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.92 [2024-10-07T06:11:57.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T06:11:57.899Z] 14cf5d4f3280: Preparing [2024-10-07T06:11:57.899Z] 4fda8eb79ada: Preparing [2024-10-07T06:11:57.899Z] 127321ea2e77: Preparing [2024-10-07T06:11:57.899Z] 691e573a0c03: Preparing [2024-10-07T06:11:57.899Z] 2e1535c44746: Preparing [2024-10-07T06:11:57.899Z] b5f94d2789c5: Preparing [2024-10-07T06:11:57.899Z] 26367955faf2: Preparing [2024-10-07T06:11:57.899Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:57.899Z] ad543b08f862: Preparing [2024-10-07T06:11:57.899Z] 8eae78180535: Preparing [2024-10-07T06:11:57.899Z] 98c9ff9b0b04: Preparing [2024-10-07T06:11:57.899Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:57.899Z] 26367955faf2: Waiting [2024-10-07T06:11:57.899Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:57.899Z] ad543b08f862: Waiting [2024-10-07T06:11:57.899Z] 8eae78180535: Waiting [2024-10-07T06:11:57.899Z] 98c9ff9b0b04: Waiting [2024-10-07T06:11:57.899Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:57.899Z] b5f94d2789c5: Waiting [2024-10-07T06:11:57.899Z] 4fda8eb79ada: Layer already exists [2024-10-07T06:11:57.899Z] 127321ea2e77: Layer already exists [2024-10-07T06:11:57.899Z] 14cf5d4f3280: Layer already exists [2024-10-07T06:11:57.899Z] 691e573a0c03: Layer already exists [2024-10-07T06:11:57.899Z] 2e1535c44746: Layer already exists [2024-10-07T06:11:57.899Z] b5f94d2789c5: Layer already exists [2024-10-07T06:11:57.899Z] 26367955faf2: Layer already exists [2024-10-07T06:11:57.899Z] ad543b08f862: Layer already exists [2024-10-07T06:11:57.899Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:57.899Z] 8eae78180535: Layer already exists [2024-10-07T06:11:57.899Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:57.899Z] 98c9ff9b0b04: Layer already exists [2024-10-07T06:11:57.899Z] 3.2.0-dev.92: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:58.230Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:58.549Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:58.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T06:11:58.549Z] 14cf5d4f3280: Preparing [2024-10-07T06:11:58.549Z] 4fda8eb79ada: Preparing [2024-10-07T06:11:58.549Z] 127321ea2e77: Preparing [2024-10-07T06:11:58.549Z] 691e573a0c03: Preparing [2024-10-07T06:11:58.549Z] 2e1535c44746: Preparing [2024-10-07T06:11:58.549Z] b5f94d2789c5: Preparing [2024-10-07T06:11:58.549Z] 26367955faf2: Preparing [2024-10-07T06:11:58.549Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:58.549Z] ad543b08f862: Preparing [2024-10-07T06:11:58.549Z] 8eae78180535: Preparing [2024-10-07T06:11:58.549Z] 98c9ff9b0b04: Preparing [2024-10-07T06:11:58.549Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:58.549Z] 26367955faf2: Waiting [2024-10-07T06:11:58.549Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:58.549Z] ad543b08f862: Waiting [2024-10-07T06:11:58.549Z] 8eae78180535: Waiting [2024-10-07T06:11:58.549Z] 98c9ff9b0b04: Waiting [2024-10-07T06:11:58.549Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:58.549Z] b5f94d2789c5: Waiting [2024-10-07T06:11:58.549Z] 4fda8eb79ada: Layer already exists [2024-10-07T06:11:58.549Z] 14cf5d4f3280: Layer already exists [2024-10-07T06:11:58.549Z] 691e573a0c03: Layer already exists [2024-10-07T06:11:58.549Z] 2e1535c44746: Layer already exists [2024-10-07T06:11:58.549Z] 127321ea2e77: Layer already exists [2024-10-07T06:11:58.549Z] ad543b08f862: Layer already exists [2024-10-07T06:11:58.549Z] b5f94d2789c5: Layer already exists [2024-10-07T06:11:58.549Z] 26367955faf2: Layer already exists [2024-10-07T06:11:58.549Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:58.549Z] 8eae78180535: Layer already exists [2024-10-07T06:11:58.549Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:58.549Z] 98c9ff9b0b04: Layer already exists [2024-10-07T06:11:58.549Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:58.876Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:59.206Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-10-07T06:11:59.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-07T06:11:59.206Z] 14cf5d4f3280: Preparing [2024-10-07T06:11:59.206Z] 4fda8eb79ada: Preparing [2024-10-07T06:11:59.206Z] 127321ea2e77: Preparing [2024-10-07T06:11:59.206Z] 691e573a0c03: Preparing [2024-10-07T06:11:59.206Z] 2e1535c44746: Preparing [2024-10-07T06:11:59.206Z] b5f94d2789c5: Preparing [2024-10-07T06:11:59.206Z] 26367955faf2: Preparing [2024-10-07T06:11:59.206Z] 3a12d61f6f80: Preparing [2024-10-07T06:11:59.206Z] ad543b08f862: Preparing [2024-10-07T06:11:59.206Z] 8eae78180535: Preparing [2024-10-07T06:11:59.206Z] 98c9ff9b0b04: Preparing [2024-10-07T06:11:59.206Z] 63ca1fbb43ae: Preparing [2024-10-07T06:11:59.206Z] b5f94d2789c5: Waiting [2024-10-07T06:11:59.206Z] ad543b08f862: Waiting [2024-10-07T06:11:59.206Z] 98c9ff9b0b04: Waiting [2024-10-07T06:11:59.206Z] 26367955faf2: Waiting [2024-10-07T06:11:59.206Z] 3a12d61f6f80: Waiting [2024-10-07T06:11:59.206Z] 63ca1fbb43ae: Waiting [2024-10-07T06:11:59.206Z] 691e573a0c03: Layer already exists [2024-10-07T06:11:59.206Z] 127321ea2e77: Layer already exists [2024-10-07T06:11:59.206Z] 4fda8eb79ada: Layer already exists [2024-10-07T06:11:59.206Z] 2e1535c44746: Layer already exists [2024-10-07T06:11:59.206Z] 14cf5d4f3280: Layer already exists [2024-10-07T06:11:59.206Z] 26367955faf2: Layer already exists [2024-10-07T06:11:59.206Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:11:59.206Z] b5f94d2789c5: Layer already exists [2024-10-07T06:11:59.206Z] ad543b08f862: Layer already exists [2024-10-07T06:11:59.206Z] 8eae78180535: Layer already exists [2024-10-07T06:11:59.206Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:11:59.206Z] 98c9ff9b0b04: Layer already exists [2024-10-07T06:11:59.206Z] main: digest: sha256:1c388bb8deb5820f967cbae27a3753d21197942d1a1ef1404e12e75dd617295c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:11:59.282Z] ===================================================== [Pipeline] echo [2024-10-07T06:11:59.295Z] taggedImages: [2024-10-07T06:11:59.295Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:59.295Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-07T06:11:59.295Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.92 [2024-10-07T06:11:59.295Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:59.295Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-10-07T06:11:59.327Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-10-07T06:11:59.327Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:11:59.327Z] latest [2024-10-07T06:11:59.327Z] 3.2.0-dev.92 [2024-10-07T06:11:59.327Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:11:59.327Z] main [2024-10-07T06:11:59.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:11:59.688Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:00.016Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:00.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T06:12:00.016Z] c1e0b5dcf74b: Preparing [2024-10-07T06:12:00.016Z] 092bc30b8426: Preparing [2024-10-07T06:12:00.016Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:00.016Z] ad543b08f862: Preparing [2024-10-07T06:12:00.016Z] 863737a747f4: Preparing [2024-10-07T06:12:00.016Z] 8585cdf7c28d: Preparing [2024-10-07T06:12:00.016Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:00.016Z] 8585cdf7c28d: Waiting [2024-10-07T06:12:00.016Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:00.016Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:00.016Z] ad543b08f862: Layer already exists [2024-10-07T06:12:00.016Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:00.016Z] c1e0b5dcf74b: Pushed [2024-10-07T06:12:00.016Z] 863737a747f4: Pushed [2024-10-07T06:12:00.958Z] 8585cdf7c28d: Pushed [2024-10-07T06:12:01.900Z] 092bc30b8426: Pushed [2024-10-07T06:12:01.900Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:02.240Z] + 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-10-07T06:12:02.559Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-07T06:12:02.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T06:12:02.559Z] c1e0b5dcf74b: Preparing [2024-10-07T06:12:02.559Z] 092bc30b8426: Preparing [2024-10-07T06:12:02.559Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:02.559Z] ad543b08f862: Preparing [2024-10-07T06:12:02.559Z] 863737a747f4: Preparing [2024-10-07T06:12:02.559Z] 8585cdf7c28d: Preparing [2024-10-07T06:12:02.559Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:02.559Z] 8585cdf7c28d: Waiting [2024-10-07T06:12:02.559Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:02.559Z] ad543b08f862: Layer already exists [2024-10-07T06:12:02.559Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:02.559Z] c1e0b5dcf74b: Layer already exists [2024-10-07T06:12:02.559Z] 092bc30b8426: Layer already exists [2024-10-07T06:12:02.559Z] 863737a747f4: Layer already exists [2024-10-07T06:12:02.559Z] 8585cdf7c28d: Layer already exists [2024-10-07T06:12:02.559Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:02.559Z] latest: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:02.894Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:03.220Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.92 [2024-10-07T06:12:03.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T06:12:03.220Z] c1e0b5dcf74b: Preparing [2024-10-07T06:12:03.220Z] 092bc30b8426: Preparing [2024-10-07T06:12:03.220Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:03.220Z] ad543b08f862: Preparing [2024-10-07T06:12:03.220Z] 863737a747f4: Preparing [2024-10-07T06:12:03.220Z] 8585cdf7c28d: Preparing [2024-10-07T06:12:03.220Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:03.220Z] 8585cdf7c28d: Waiting [2024-10-07T06:12:03.220Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:03.220Z] 092bc30b8426: Layer already exists [2024-10-07T06:12:03.220Z] c1e0b5dcf74b: Layer already exists [2024-10-07T06:12:03.220Z] 863737a747f4: Layer already exists [2024-10-07T06:12:03.220Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:03.220Z] ad543b08f862: Layer already exists [2024-10-07T06:12:03.220Z] 8585cdf7c28d: Layer already exists [2024-10-07T06:12:03.220Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:03.220Z] 3.2.0-dev.92: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:03.548Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:03.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:03.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T06:12:03.881Z] c1e0b5dcf74b: Preparing [2024-10-07T06:12:03.881Z] 092bc30b8426: Preparing [2024-10-07T06:12:03.881Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:03.881Z] ad543b08f862: Preparing [2024-10-07T06:12:03.881Z] 863737a747f4: Preparing [2024-10-07T06:12:03.881Z] 8585cdf7c28d: Preparing [2024-10-07T06:12:03.881Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:03.881Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:03.881Z] 8585cdf7c28d: Waiting [2024-10-07T06:12:03.881Z] 092bc30b8426: Layer already exists [2024-10-07T06:12:03.881Z] c1e0b5dcf74b: Layer already exists [2024-10-07T06:12:03.881Z] ad543b08f862: Layer already exists [2024-10-07T06:12:03.881Z] 863737a747f4: Layer already exists [2024-10-07T06:12:03.881Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:03.881Z] 8585cdf7c28d: Layer already exists [2024-10-07T06:12:03.881Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:03.881Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:04.215Z] + 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-10-07T06:12:04.540Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-10-07T06:12:04.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-07T06:12:04.540Z] c1e0b5dcf74b: Preparing [2024-10-07T06:12:04.540Z] 092bc30b8426: Preparing [2024-10-07T06:12:04.540Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:04.540Z] ad543b08f862: Preparing [2024-10-07T06:12:04.540Z] 863737a747f4: Preparing [2024-10-07T06:12:04.540Z] 8585cdf7c28d: Preparing [2024-10-07T06:12:04.540Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:04.540Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:04.540Z] 8585cdf7c28d: Waiting [2024-10-07T06:12:04.540Z] ad543b08f862: Layer already exists [2024-10-07T06:12:04.540Z] c1e0b5dcf74b: Layer already exists [2024-10-07T06:12:04.540Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:04.540Z] 863737a747f4: Layer already exists [2024-10-07T06:12:04.540Z] 092bc30b8426: Layer already exists [2024-10-07T06:12:04.540Z] 8585cdf7c28d: Layer already exists [2024-10-07T06:12:04.540Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:04.540Z] main: digest: sha256:a153a4a0005878c403e7961e695d08583190dc7b5382daed31c6ff0f001622ca size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:04.615Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:04.631Z] taggedImages: [2024-10-07T06:12:04.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:04.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-07T06:12:04.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.92 [2024-10-07T06:12:04.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:04.631Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-10-07T06:12:04.667Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-10-07T06:12:04.667Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:04.667Z] latest [2024-10-07T06:12:04.667Z] 3.2.0-dev.92 [2024-10-07T06:12:04.667Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:04.667Z] main [2024-10-07T06:12:04.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:05.023Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:05.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:05.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T06:12:05.350Z] f73b7efe5531: Preparing [2024-10-07T06:12:05.350Z] a235d67bdc5a: Preparing [2024-10-07T06:12:05.350Z] 2240352f8b12: Preparing [2024-10-07T06:12:05.350Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:05.350Z] ad543b08f862: Preparing [2024-10-07T06:12:05.350Z] 1a2d10fecfd6: Preparing [2024-10-07T06:12:05.350Z] 94e51f0e7113: Preparing [2024-10-07T06:12:05.350Z] 81a54608de6f: Preparing [2024-10-07T06:12:05.350Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:05.350Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:05.350Z] 94e51f0e7113: Waiting [2024-10-07T06:12:05.350Z] 81a54608de6f: Waiting [2024-10-07T06:12:05.350Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:05.350Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:05.350Z] 1a2d10fecfd6: Waiting [2024-10-07T06:12:05.350Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:05.350Z] ad543b08f862: Layer already exists [2024-10-07T06:12:05.350Z] 2240352f8b12: Pushed [2024-10-07T06:12:05.350Z] a235d67bdc5a: Pushed [2024-10-07T06:12:05.350Z] f73b7efe5531: Pushed [2024-10-07T06:12:05.350Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:05.350Z] 81a54608de6f: Pushed [2024-10-07T06:12:05.916Z] 14f213cd4fbc: Pushed [2024-10-07T06:12:11.192Z] 94e51f0e7113: Pushed [2024-10-07T06:12:15.386Z] 1a2d10fecfd6: Pushed [2024-10-07T06:12:15.386Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:15.716Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:16.042Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-07T06:12:16.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T06:12:16.042Z] f73b7efe5531: Preparing [2024-10-07T06:12:16.042Z] a235d67bdc5a: Preparing [2024-10-07T06:12:16.042Z] 2240352f8b12: Preparing [2024-10-07T06:12:16.042Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:16.042Z] ad543b08f862: Preparing [2024-10-07T06:12:16.042Z] 1a2d10fecfd6: Preparing [2024-10-07T06:12:16.042Z] 94e51f0e7113: Preparing [2024-10-07T06:12:16.042Z] 81a54608de6f: Preparing [2024-10-07T06:12:16.042Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:16.042Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:16.042Z] 94e51f0e7113: Waiting [2024-10-07T06:12:16.042Z] 81a54608de6f: Waiting [2024-10-07T06:12:16.042Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:16.042Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:16.042Z] 1a2d10fecfd6: Waiting [2024-10-07T06:12:16.042Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:16.042Z] a235d67bdc5a: Layer already exists [2024-10-07T06:12:16.042Z] ad543b08f862: Layer already exists [2024-10-07T06:12:16.042Z] 2240352f8b12: Layer already exists [2024-10-07T06:12:16.042Z] f73b7efe5531: Layer already exists [2024-10-07T06:12:16.042Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:16.042Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:16.042Z] 94e51f0e7113: Layer already exists [2024-10-07T06:12:16.042Z] 1a2d10fecfd6: Layer already exists [2024-10-07T06:12:16.042Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:16.042Z] latest: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:16.373Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:16.696Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.92 [2024-10-07T06:12:16.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T06:12:16.696Z] f73b7efe5531: Preparing [2024-10-07T06:12:16.696Z] a235d67bdc5a: Preparing [2024-10-07T06:12:16.696Z] 2240352f8b12: Preparing [2024-10-07T06:12:16.696Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:16.696Z] ad543b08f862: Preparing [2024-10-07T06:12:16.696Z] 1a2d10fecfd6: Preparing [2024-10-07T06:12:16.696Z] 94e51f0e7113: Preparing [2024-10-07T06:12:16.696Z] 81a54608de6f: Preparing [2024-10-07T06:12:16.696Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:16.696Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:16.696Z] 94e51f0e7113: Waiting [2024-10-07T06:12:16.696Z] 81a54608de6f: Waiting [2024-10-07T06:12:16.696Z] 1a2d10fecfd6: Waiting [2024-10-07T06:12:16.696Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:16.697Z] a235d67bdc5a: Layer already exists [2024-10-07T06:12:16.697Z] ad543b08f862: Layer already exists [2024-10-07T06:12:16.697Z] f73b7efe5531: Layer already exists [2024-10-07T06:12:16.697Z] 2240352f8b12: Layer already exists [2024-10-07T06:12:16.697Z] 1a2d10fecfd6: Layer already exists [2024-10-07T06:12:16.697Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:16.697Z] 94e51f0e7113: Layer already exists [2024-10-07T06:12:16.697Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:16.697Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:16.697Z] 3.2.0-dev.92: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:17.029Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:17.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:17.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T06:12:17.358Z] f73b7efe5531: Preparing [2024-10-07T06:12:17.358Z] a235d67bdc5a: Preparing [2024-10-07T06:12:17.358Z] 2240352f8b12: Preparing [2024-10-07T06:12:17.358Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:17.358Z] ad543b08f862: Preparing [2024-10-07T06:12:17.358Z] 1a2d10fecfd6: Preparing [2024-10-07T06:12:17.358Z] 94e51f0e7113: Preparing [2024-10-07T06:12:17.358Z] 81a54608de6f: Preparing [2024-10-07T06:12:17.358Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:17.358Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:17.358Z] 94e51f0e7113: Waiting [2024-10-07T06:12:17.358Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:17.358Z] 81a54608de6f: Waiting [2024-10-07T06:12:17.358Z] 1a2d10fecfd6: Waiting [2024-10-07T06:12:17.358Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:17.358Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:17.358Z] f73b7efe5531: Layer already exists [2024-10-07T06:12:17.358Z] a235d67bdc5a: Layer already exists [2024-10-07T06:12:17.358Z] ad543b08f862: Layer already exists [2024-10-07T06:12:17.358Z] 2240352f8b12: Layer already exists [2024-10-07T06:12:17.358Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:17.358Z] 1a2d10fecfd6: Layer already exists [2024-10-07T06:12:17.358Z] 94e51f0e7113: Layer already exists [2024-10-07T06:12:17.358Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:17.358Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:17.358Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:17.686Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:18.012Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-10-07T06:12:18.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-07T06:12:18.012Z] f73b7efe5531: Preparing [2024-10-07T06:12:18.012Z] a235d67bdc5a: Preparing [2024-10-07T06:12:18.012Z] 2240352f8b12: Preparing [2024-10-07T06:12:18.012Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:18.012Z] ad543b08f862: Preparing [2024-10-07T06:12:18.012Z] 1a2d10fecfd6: Preparing [2024-10-07T06:12:18.013Z] 94e51f0e7113: Preparing [2024-10-07T06:12:18.013Z] 81a54608de6f: Preparing [2024-10-07T06:12:18.013Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:18.013Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:18.013Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:18.013Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:18.013Z] 94e51f0e7113: Waiting [2024-10-07T06:12:18.013Z] 1a2d10fecfd6: Waiting [2024-10-07T06:12:18.013Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:18.013Z] ad543b08f862: Layer already exists [2024-10-07T06:12:18.013Z] 2240352f8b12: Layer already exists [2024-10-07T06:12:18.013Z] f73b7efe5531: Layer already exists [2024-10-07T06:12:18.013Z] a235d67bdc5a: Layer already exists [2024-10-07T06:12:18.013Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:18.013Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:18.013Z] 94e51f0e7113: Layer already exists [2024-10-07T06:12:18.013Z] 1a2d10fecfd6: Layer already exists [2024-10-07T06:12:18.013Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:18.013Z] main: digest: sha256:94c694c2f2d2dd089ba7102e1f670f039ed6a1c7bc426900bb4fbbce7b53f1e3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:18.087Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:18.103Z] taggedImages: [2024-10-07T06:12:18.103Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:18.103Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-07T06:12:18.103Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.92 [2024-10-07T06:12:18.103Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:18.103Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-10-07T06:12:18.130Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-10-07T06:12:18.130Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:18.130Z] latest [2024-10-07T06:12:18.130Z] 3.2.0-dev.92 [2024-10-07T06:12:18.130Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:18.130Z] main [2024-10-07T06:12:18.130Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:18.467Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:18.790Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:18.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T06:12:18.791Z] 14df97a5fb42: Preparing [2024-10-07T06:12:18.791Z] 7a67b23f4c2b: Preparing [2024-10-07T06:12:18.791Z] 55956c625a5a: Preparing [2024-10-07T06:12:18.791Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:18.791Z] ad543b08f862: Preparing [2024-10-07T06:12:18.791Z] e793ba48bdc8: Preparing [2024-10-07T06:12:18.791Z] 761e4efd5e19: Preparing [2024-10-07T06:12:18.791Z] 235f6d147301: Preparing [2024-10-07T06:12:18.791Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:18.791Z] 235f6d147301: Waiting [2024-10-07T06:12:18.791Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:18.791Z] e793ba48bdc8: Waiting [2024-10-07T06:12:18.791Z] ad543b08f862: Layer already exists [2024-10-07T06:12:18.791Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:18.791Z] 7a67b23f4c2b: Pushed [2024-10-07T06:12:18.791Z] 55956c625a5a: Pushed [2024-10-07T06:12:18.791Z] 14df97a5fb42: Pushed [2024-10-07T06:12:18.791Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:18.791Z] 761e4efd5e19: Pushed [2024-10-07T06:12:19.050Z] 235f6d147301: Pushed [2024-10-07T06:12:29.031Z] e793ba48bdc8: Pushed [2024-10-07T06:12:29.031Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:29.366Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:29.695Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-07T06:12:29.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T06:12:29.695Z] 14df97a5fb42: Preparing [2024-10-07T06:12:29.695Z] 7a67b23f4c2b: Preparing [2024-10-07T06:12:29.695Z] 55956c625a5a: Preparing [2024-10-07T06:12:29.695Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:29.695Z] ad543b08f862: Preparing [2024-10-07T06:12:29.695Z] e793ba48bdc8: Preparing [2024-10-07T06:12:29.695Z] 761e4efd5e19: Preparing [2024-10-07T06:12:29.695Z] 235f6d147301: Preparing [2024-10-07T06:12:29.695Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:29.695Z] 235f6d147301: Waiting [2024-10-07T06:12:29.695Z] 761e4efd5e19: Waiting [2024-10-07T06:12:29.695Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:29.695Z] e793ba48bdc8: Waiting [2024-10-07T06:12:29.695Z] 55956c625a5a: Layer already exists [2024-10-07T06:12:29.695Z] 14df97a5fb42: Layer already exists [2024-10-07T06:12:29.695Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:29.695Z] ad543b08f862: Layer already exists [2024-10-07T06:12:29.695Z] 7a67b23f4c2b: Layer already exists [2024-10-07T06:12:29.695Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:29.695Z] 761e4efd5e19: Layer already exists [2024-10-07T06:12:29.695Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:29.695Z] 235f6d147301: Layer already exists [2024-10-07T06:12:29.695Z] latest: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:30.021Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:30.355Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.92 [2024-10-07T06:12:30.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T06:12:30.355Z] 14df97a5fb42: Preparing [2024-10-07T06:12:30.355Z] 7a67b23f4c2b: Preparing [2024-10-07T06:12:30.355Z] 55956c625a5a: Preparing [2024-10-07T06:12:30.355Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:30.355Z] ad543b08f862: Preparing [2024-10-07T06:12:30.355Z] e793ba48bdc8: Preparing [2024-10-07T06:12:30.355Z] 761e4efd5e19: Preparing [2024-10-07T06:12:30.355Z] 235f6d147301: Preparing [2024-10-07T06:12:30.355Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:30.355Z] 235f6d147301: Waiting [2024-10-07T06:12:30.355Z] e793ba48bdc8: Waiting [2024-10-07T06:12:30.355Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:30.355Z] 14df97a5fb42: Layer already exists [2024-10-07T06:12:30.355Z] 7a67b23f4c2b: Layer already exists [2024-10-07T06:12:30.355Z] ad543b08f862: Layer already exists [2024-10-07T06:12:30.355Z] 55956c625a5a: Layer already exists [2024-10-07T06:12:30.355Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:30.355Z] 235f6d147301: Layer already exists [2024-10-07T06:12:30.355Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:30.355Z] 761e4efd5e19: Layer already exists [2024-10-07T06:12:30.355Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:30.355Z] 3.2.0-dev.92: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:30.692Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:31.017Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:31.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T06:12:31.017Z] 14df97a5fb42: Preparing [2024-10-07T06:12:31.017Z] 7a67b23f4c2b: Preparing [2024-10-07T06:12:31.017Z] 55956c625a5a: Preparing [2024-10-07T06:12:31.017Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:31.017Z] ad543b08f862: Preparing [2024-10-07T06:12:31.017Z] e793ba48bdc8: Preparing [2024-10-07T06:12:31.017Z] 761e4efd5e19: Preparing [2024-10-07T06:12:31.017Z] 235f6d147301: Preparing [2024-10-07T06:12:31.017Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:31.017Z] e793ba48bdc8: Waiting [2024-10-07T06:12:31.017Z] 761e4efd5e19: Waiting [2024-10-07T06:12:31.017Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:31.017Z] ad543b08f862: Layer already exists [2024-10-07T06:12:31.017Z] 7a67b23f4c2b: Layer already exists [2024-10-07T06:12:31.017Z] 55956c625a5a: Layer already exists [2024-10-07T06:12:31.017Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:31.017Z] 14df97a5fb42: Layer already exists [2024-10-07T06:12:31.017Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:31.017Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:31.017Z] 761e4efd5e19: Layer already exists [2024-10-07T06:12:31.017Z] 235f6d147301: Layer already exists [2024-10-07T06:12:31.017Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:31.344Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:31.672Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-10-07T06:12:31.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-07T06:12:31.672Z] 14df97a5fb42: Preparing [2024-10-07T06:12:31.672Z] 7a67b23f4c2b: Preparing [2024-10-07T06:12:31.672Z] 55956c625a5a: Preparing [2024-10-07T06:12:31.672Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:31.672Z] ad543b08f862: Preparing [2024-10-07T06:12:31.672Z] e793ba48bdc8: Preparing [2024-10-07T06:12:31.672Z] 761e4efd5e19: Preparing [2024-10-07T06:12:31.672Z] 235f6d147301: Preparing [2024-10-07T06:12:31.672Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:31.672Z] e793ba48bdc8: Waiting [2024-10-07T06:12:31.672Z] 761e4efd5e19: Waiting [2024-10-07T06:12:31.672Z] 235f6d147301: Waiting [2024-10-07T06:12:31.672Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:31.672Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:31.672Z] ad543b08f862: Layer already exists [2024-10-07T06:12:31.672Z] 55956c625a5a: Layer already exists [2024-10-07T06:12:31.672Z] 14df97a5fb42: Layer already exists [2024-10-07T06:12:31.672Z] 7a67b23f4c2b: Layer already exists [2024-10-07T06:12:31.672Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:31.672Z] 235f6d147301: Layer already exists [2024-10-07T06:12:31.672Z] 761e4efd5e19: Layer already exists [2024-10-07T06:12:31.672Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:31.672Z] main: digest: sha256:7d06489ec00a6fee252313b1776527c7eaa1bb3adae428b7bf381c4687ff69a3 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:31.744Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:31.757Z] taggedImages: [2024-10-07T06:12:31.757Z] - nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:31.757Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-07T06:12:31.757Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.92 [2024-10-07T06:12:31.757Z] - nexus3.edgexfoundry.org:10004/security-spire-config:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:31.757Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-10-07T06:12:31.793Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-10-07T06:12:31.793Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:31.793Z] latest [2024-10-07T06:12:31.793Z] 3.2.0-dev.92 [2024-10-07T06:12:31.793Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:31.793Z] main [2024-10-07T06:12:31.793Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:32.151Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:32.489Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:32.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T06:12:32.489Z] cb58910bd786: Preparing [2024-10-07T06:12:32.489Z] 0ab6a0a92e00: Preparing [2024-10-07T06:12:32.489Z] b47f3a5861ca: Preparing [2024-10-07T06:12:32.489Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:32.489Z] ad543b08f862: Preparing [2024-10-07T06:12:32.489Z] e793ba48bdc8: Preparing [2024-10-07T06:12:32.489Z] 81a54608de6f: Preparing [2024-10-07T06:12:32.489Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:32.489Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:32.489Z] 81a54608de6f: Waiting [2024-10-07T06:12:32.489Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:32.489Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:32.489Z] e793ba48bdc8: Waiting [2024-10-07T06:12:32.489Z] ad543b08f862: Layer already exists [2024-10-07T06:12:32.489Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:32.489Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:32.489Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:32.489Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:32.489Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:32.489Z] 0ab6a0a92e00: Pushed [2024-10-07T06:12:32.489Z] b47f3a5861ca: Pushed [2024-10-07T06:12:32.489Z] cb58910bd786: Pushed [2024-10-07T06:12:32.748Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:33.076Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:33.400Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-07T06:12:33.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T06:12:33.400Z] cb58910bd786: Preparing [2024-10-07T06:12:33.400Z] 0ab6a0a92e00: Preparing [2024-10-07T06:12:33.400Z] b47f3a5861ca: Preparing [2024-10-07T06:12:33.400Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:33.400Z] ad543b08f862: Preparing [2024-10-07T06:12:33.400Z] e793ba48bdc8: Preparing [2024-10-07T06:12:33.400Z] 81a54608de6f: Preparing [2024-10-07T06:12:33.400Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:33.400Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:33.400Z] e793ba48bdc8: Waiting [2024-10-07T06:12:33.400Z] 81a54608de6f: Waiting [2024-10-07T06:12:33.400Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:33.400Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:33.400Z] 0ab6a0a92e00: Layer already exists [2024-10-07T06:12:33.400Z] cb58910bd786: Layer already exists [2024-10-07T06:12:33.400Z] b47f3a5861ca: Layer already exists [2024-10-07T06:12:33.400Z] ad543b08f862: Layer already exists [2024-10-07T06:12:33.400Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:33.400Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:33.400Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:33.400Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:33.400Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:33.400Z] latest: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:33.726Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:34.062Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.92 [2024-10-07T06:12:34.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T06:12:34.062Z] cb58910bd786: Preparing [2024-10-07T06:12:34.062Z] 0ab6a0a92e00: Preparing [2024-10-07T06:12:34.062Z] b47f3a5861ca: Preparing [2024-10-07T06:12:34.062Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:34.062Z] ad543b08f862: Preparing [2024-10-07T06:12:34.062Z] e793ba48bdc8: Preparing [2024-10-07T06:12:34.062Z] 81a54608de6f: Preparing [2024-10-07T06:12:34.062Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:34.062Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:34.062Z] 81a54608de6f: Waiting [2024-10-07T06:12:34.062Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:34.062Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:34.062Z] e793ba48bdc8: Waiting [2024-10-07T06:12:34.062Z] cb58910bd786: Layer already exists [2024-10-07T06:12:34.062Z] ad543b08f862: Layer already exists [2024-10-07T06:12:34.062Z] b47f3a5861ca: Layer already exists [2024-10-07T06:12:34.062Z] 0ab6a0a92e00: Layer already exists [2024-10-07T06:12:34.062Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:34.062Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:34.062Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:34.062Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:34.062Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:34.062Z] 3.2.0-dev.92: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:34.390Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:34.721Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:34.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T06:12:34.721Z] cb58910bd786: Preparing [2024-10-07T06:12:34.721Z] 0ab6a0a92e00: Preparing [2024-10-07T06:12:34.721Z] b47f3a5861ca: Preparing [2024-10-07T06:12:34.721Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:34.721Z] ad543b08f862: Preparing [2024-10-07T06:12:34.721Z] e793ba48bdc8: Preparing [2024-10-07T06:12:34.721Z] 81a54608de6f: Preparing [2024-10-07T06:12:34.721Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:34.721Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:34.721Z] 81a54608de6f: Waiting [2024-10-07T06:12:34.721Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:34.721Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:34.721Z] e793ba48bdc8: Waiting [2024-10-07T06:12:34.721Z] b47f3a5861ca: Layer already exists [2024-10-07T06:12:34.721Z] cb58910bd786: Layer already exists [2024-10-07T06:12:34.721Z] ad543b08f862: Layer already exists [2024-10-07T06:12:34.721Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:34.721Z] 0ab6a0a92e00: Layer already exists [2024-10-07T06:12:34.721Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:34.721Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:34.721Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:34.721Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:34.721Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:35.047Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:35.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-10-07T06:12:35.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-07T06:12:35.376Z] cb58910bd786: Preparing [2024-10-07T06:12:35.376Z] 0ab6a0a92e00: Preparing [2024-10-07T06:12:35.376Z] b47f3a5861ca: Preparing [2024-10-07T06:12:35.376Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:35.376Z] ad543b08f862: Preparing [2024-10-07T06:12:35.376Z] e793ba48bdc8: Preparing [2024-10-07T06:12:35.376Z] 81a54608de6f: Preparing [2024-10-07T06:12:35.376Z] 14f213cd4fbc: Preparing [2024-10-07T06:12:35.376Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:35.376Z] 81a54608de6f: Waiting [2024-10-07T06:12:35.376Z] 14f213cd4fbc: Waiting [2024-10-07T06:12:35.376Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:35.376Z] cb58910bd786: Layer already exists [2024-10-07T06:12:35.376Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:35.376Z] ad543b08f862: Layer already exists [2024-10-07T06:12:35.376Z] b47f3a5861ca: Layer already exists [2024-10-07T06:12:35.376Z] 0ab6a0a92e00: Layer already exists [2024-10-07T06:12:35.376Z] e793ba48bdc8: Layer already exists [2024-10-07T06:12:35.376Z] 14f213cd4fbc: Layer already exists [2024-10-07T06:12:35.376Z] 81a54608de6f: Layer already exists [2024-10-07T06:12:35.376Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:35.376Z] main: digest: sha256:f7a32c31226b96a2fdb125c7504022255bbc344b3d0920aa78edc57419cc2dc0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:35.458Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:35.472Z] taggedImages: [2024-10-07T06:12:35.472Z] - nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:35.472Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-07T06:12:35.472Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.92 [2024-10-07T06:12:35.472Z] - nexus3.edgexfoundry.org:10004/security-spire-server:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:35.472Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-10-07T06:12:35.502Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-10-07T06:12:35.502Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:35.502Z] latest [2024-10-07T06:12:35.502Z] 3.2.0-dev.92 [2024-10-07T06:12:35.502Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:35.502Z] main [2024-10-07T06:12:35.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:35.849Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:36.175Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:36.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T06:12:36.175Z] f8755f1e2cef: Preparing [2024-10-07T06:12:36.175Z] ec73ddc6a102: Preparing [2024-10-07T06:12:36.175Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:36.175Z] ad543b08f862: Preparing [2024-10-07T06:12:36.175Z] db2c431c0ecc: Preparing [2024-10-07T06:12:36.175Z] 6b58dcaffa1c: Preparing [2024-10-07T06:12:36.175Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:36.175Z] 6b58dcaffa1c: Waiting [2024-10-07T06:12:36.175Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:36.175Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:36.175Z] ad543b08f862: Layer already exists [2024-10-07T06:12:36.175Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:36.175Z] f8755f1e2cef: Pushed [2024-10-07T06:12:36.175Z] db2c431c0ecc: Pushed [2024-10-07T06:12:36.435Z] 6b58dcaffa1c: Pushed [2024-10-07T06:12:40.633Z] ec73ddc6a102: Pushed [2024-10-07T06:12:40.633Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:40.973Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:41.294Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-07T06:12:41.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T06:12:41.294Z] f8755f1e2cef: Preparing [2024-10-07T06:12:41.294Z] ec73ddc6a102: Preparing [2024-10-07T06:12:41.294Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:41.294Z] ad543b08f862: Preparing [2024-10-07T06:12:41.294Z] db2c431c0ecc: Preparing [2024-10-07T06:12:41.294Z] 6b58dcaffa1c: Preparing [2024-10-07T06:12:41.294Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:41.294Z] 6b58dcaffa1c: Waiting [2024-10-07T06:12:41.294Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:41.294Z] ec73ddc6a102: Layer already exists [2024-10-07T06:12:41.294Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:41.294Z] db2c431c0ecc: Layer already exists [2024-10-07T06:12:41.294Z] f8755f1e2cef: Layer already exists [2024-10-07T06:12:41.294Z] ad543b08f862: Layer already exists [2024-10-07T06:12:41.294Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:41.294Z] 6b58dcaffa1c: Layer already exists [2024-10-07T06:12:41.294Z] latest: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:41.615Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:41.939Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.92 [2024-10-07T06:12:41.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T06:12:41.940Z] f8755f1e2cef: Preparing [2024-10-07T06:12:41.940Z] ec73ddc6a102: Preparing [2024-10-07T06:12:41.940Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:41.940Z] ad543b08f862: Preparing [2024-10-07T06:12:41.940Z] db2c431c0ecc: Preparing [2024-10-07T06:12:41.940Z] 6b58dcaffa1c: Preparing [2024-10-07T06:12:41.940Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:41.940Z] 6b58dcaffa1c: Waiting [2024-10-07T06:12:41.940Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:41.940Z] ec73ddc6a102: Layer already exists [2024-10-07T06:12:41.940Z] db2c431c0ecc: Layer already exists [2024-10-07T06:12:41.940Z] ad543b08f862: Layer already exists [2024-10-07T06:12:41.940Z] f8755f1e2cef: Layer already exists [2024-10-07T06:12:41.940Z] 6b58dcaffa1c: Layer already exists [2024-10-07T06:12:41.940Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:41.940Z] 3.2.0-dev.92: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:42.271Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:42.589Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:42.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T06:12:42.589Z] f8755f1e2cef: Preparing [2024-10-07T06:12:42.589Z] ec73ddc6a102: Preparing [2024-10-07T06:12:42.589Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:42.589Z] ad543b08f862: Preparing [2024-10-07T06:12:42.589Z] db2c431c0ecc: Preparing [2024-10-07T06:12:42.589Z] 6b58dcaffa1c: Preparing [2024-10-07T06:12:42.589Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:42.589Z] 6b58dcaffa1c: Waiting [2024-10-07T06:12:42.589Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:42.589Z] f8755f1e2cef: Layer already exists [2024-10-07T06:12:42.589Z] ad543b08f862: Layer already exists [2024-10-07T06:12:42.589Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:42.589Z] ec73ddc6a102: Layer already exists [2024-10-07T06:12:42.589Z] db2c431c0ecc: Layer already exists [2024-10-07T06:12:42.589Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:42.589Z] 6b58dcaffa1c: Layer already exists [2024-10-07T06:12:42.589Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:42.910Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:43.242Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-10-07T06:12:43.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-07T06:12:43.242Z] f8755f1e2cef: Preparing [2024-10-07T06:12:43.242Z] ec73ddc6a102: Preparing [2024-10-07T06:12:43.242Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:43.242Z] ad543b08f862: Preparing [2024-10-07T06:12:43.242Z] db2c431c0ecc: Preparing [2024-10-07T06:12:43.242Z] 6b58dcaffa1c: Preparing [2024-10-07T06:12:43.242Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:43.242Z] 6b58dcaffa1c: Waiting [2024-10-07T06:12:43.242Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:43.242Z] db2c431c0ecc: Layer already exists [2024-10-07T06:12:43.242Z] ad543b08f862: Layer already exists [2024-10-07T06:12:43.242Z] ec73ddc6a102: Layer already exists [2024-10-07T06:12:43.242Z] f8755f1e2cef: Layer already exists [2024-10-07T06:12:43.242Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:43.242Z] 6b58dcaffa1c: Layer already exists [2024-10-07T06:12:43.242Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:43.242Z] main: digest: sha256:2fe6da5e1d6ec2a956e3c961451c6cf26e4c0dbd35213467c53660b9bb233b53 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:43.305Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:43.322Z] taggedImages: [2024-10-07T06:12:43.322Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:43.322Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-07T06:12:43.322Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.92 [2024-10-07T06:12:43.322Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:43.322Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-10-07T06:12:43.352Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-10-07T06:12:43.352Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:43.352Z] latest [2024-10-07T06:12:43.352Z] 3.2.0-dev.92 [2024-10-07T06:12:43.352Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:43.352Z] main [2024-10-07T06:12:43.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:43.693Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:44.015Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:44.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T06:12:44.015Z] b6a3596a2f88: Preparing [2024-10-07T06:12:44.015Z] 66fbf12e4d41: Preparing [2024-10-07T06:12:44.015Z] 23f9c8274089: Preparing [2024-10-07T06:12:44.015Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:44.015Z] ad543b08f862: Preparing [2024-10-07T06:12:44.015Z] 460a1f3b6673: Preparing [2024-10-07T06:12:44.015Z] 81b9ac153ebf: Preparing [2024-10-07T06:12:44.015Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:44.015Z] 460a1f3b6673: Waiting [2024-10-07T06:12:44.015Z] 81b9ac153ebf: Waiting [2024-10-07T06:12:44.015Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:44.015Z] ad543b08f862: Layer already exists [2024-10-07T06:12:44.015Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:44.015Z] 66fbf12e4d41: Pushed [2024-10-07T06:12:44.015Z] b6a3596a2f88: Pushed [2024-10-07T06:12:44.015Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:44.015Z] 460a1f3b6673: Pushed [2024-10-07T06:12:44.274Z] 81b9ac153ebf: Pushed [2024-10-07T06:12:48.471Z] 23f9c8274089: Pushed [2024-10-07T06:12:48.471Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:48.811Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:49.141Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-07T06:12:49.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T06:12:49.142Z] b6a3596a2f88: Preparing [2024-10-07T06:12:49.142Z] 66fbf12e4d41: Preparing [2024-10-07T06:12:49.142Z] 23f9c8274089: Preparing [2024-10-07T06:12:49.142Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:49.142Z] ad543b08f862: Preparing [2024-10-07T06:12:49.142Z] 460a1f3b6673: Preparing [2024-10-07T06:12:49.142Z] 81b9ac153ebf: Preparing [2024-10-07T06:12:49.142Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:49.142Z] 460a1f3b6673: Waiting [2024-10-07T06:12:49.142Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:49.142Z] 81b9ac153ebf: Waiting [2024-10-07T06:12:49.142Z] b6a3596a2f88: Layer already exists [2024-10-07T06:12:49.142Z] 23f9c8274089: Layer already exists [2024-10-07T06:12:49.142Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:49.142Z] ad543b08f862: Layer already exists [2024-10-07T06:12:49.142Z] 66fbf12e4d41: Layer already exists [2024-10-07T06:12:49.142Z] 460a1f3b6673: Layer already exists [2024-10-07T06:12:49.142Z] 81b9ac153ebf: Layer already exists [2024-10-07T06:12:49.142Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:49.142Z] latest: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:49.474Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:49.802Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.92 [2024-10-07T06:12:49.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T06:12:49.802Z] b6a3596a2f88: Preparing [2024-10-07T06:12:49.802Z] 66fbf12e4d41: Preparing [2024-10-07T06:12:49.802Z] 23f9c8274089: Preparing [2024-10-07T06:12:49.802Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:49.802Z] ad543b08f862: Preparing [2024-10-07T06:12:49.802Z] 460a1f3b6673: Preparing [2024-10-07T06:12:49.802Z] 81b9ac153ebf: Preparing [2024-10-07T06:12:49.802Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:49.802Z] 81b9ac153ebf: Waiting [2024-10-07T06:12:49.802Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:49.802Z] 460a1f3b6673: Waiting [2024-10-07T06:12:49.802Z] 23f9c8274089: Layer already exists [2024-10-07T06:12:49.802Z] 66fbf12e4d41: Layer already exists [2024-10-07T06:12:49.802Z] b6a3596a2f88: Layer already exists [2024-10-07T06:12:49.802Z] ad543b08f862: Layer already exists [2024-10-07T06:12:49.802Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:49.802Z] 460a1f3b6673: Layer already exists [2024-10-07T06:12:49.802Z] 81b9ac153ebf: Layer already exists [2024-10-07T06:12:49.802Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:49.802Z] 3.2.0-dev.92: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:50.129Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:50.455Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:50.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T06:12:50.455Z] b6a3596a2f88: Preparing [2024-10-07T06:12:50.455Z] 66fbf12e4d41: Preparing [2024-10-07T06:12:50.455Z] 23f9c8274089: Preparing [2024-10-07T06:12:50.455Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:50.455Z] ad543b08f862: Preparing [2024-10-07T06:12:50.455Z] 460a1f3b6673: Preparing [2024-10-07T06:12:50.455Z] 81b9ac153ebf: Preparing [2024-10-07T06:12:50.455Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:50.455Z] 81b9ac153ebf: Waiting [2024-10-07T06:12:50.455Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:50.455Z] 460a1f3b6673: Waiting [2024-10-07T06:12:50.455Z] 66fbf12e4d41: Layer already exists [2024-10-07T06:12:50.455Z] 23f9c8274089: Layer already exists [2024-10-07T06:12:50.455Z] b6a3596a2f88: Layer already exists [2024-10-07T06:12:50.455Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:50.455Z] ad543b08f862: Layer already exists [2024-10-07T06:12:50.455Z] 81b9ac153ebf: Layer already exists [2024-10-07T06:12:50.455Z] 460a1f3b6673: Layer already exists [2024-10-07T06:12:50.455Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:50.455Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:50.791Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:51.111Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-10-07T06:12:51.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-07T06:12:51.111Z] b6a3596a2f88: Preparing [2024-10-07T06:12:51.111Z] 66fbf12e4d41: Preparing [2024-10-07T06:12:51.111Z] 23f9c8274089: Preparing [2024-10-07T06:12:51.111Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:51.111Z] ad543b08f862: Preparing [2024-10-07T06:12:51.111Z] 460a1f3b6673: Preparing [2024-10-07T06:12:51.111Z] 81b9ac153ebf: Preparing [2024-10-07T06:12:51.111Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:51.111Z] 460a1f3b6673: Waiting [2024-10-07T06:12:51.111Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:51.111Z] 81b9ac153ebf: Waiting [2024-10-07T06:12:51.111Z] b6a3596a2f88: Layer already exists [2024-10-07T06:12:51.111Z] 66fbf12e4d41: Layer already exists [2024-10-07T06:12:51.111Z] ad543b08f862: Layer already exists [2024-10-07T06:12:51.111Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:51.111Z] 23f9c8274089: Layer already exists [2024-10-07T06:12:51.111Z] 460a1f3b6673: Layer already exists [2024-10-07T06:12:51.111Z] 81b9ac153ebf: Layer already exists [2024-10-07T06:12:51.111Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:51.111Z] main: digest: sha256:b8f5c2a4656366282e8177fb6ffaa948b345265285bd333ac12194cbb9f324d8 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:51.203Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:51.217Z] taggedImages: [2024-10-07T06:12:51.217Z] - nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:51.217Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-07T06:12:51.217Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.92 [2024-10-07T06:12:51.217Z] - nexus3.edgexfoundry.org:10004/support-notifications:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:51.217Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-10-07T06:12:51.241Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-10-07T06:12:51.241Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:51.241Z] latest [2024-10-07T06:12:51.241Z] 3.2.0-dev.92 [2024-10-07T06:12:51.241Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:51.241Z] main [2024-10-07T06:12:51.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:51.586Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:51.915Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:51.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T06:12:51.915Z] a1d2cf36be0b: Preparing [2024-10-07T06:12:51.915Z] 3c1ab99f845f: Preparing [2024-10-07T06:12:51.915Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:51.915Z] ad543b08f862: Preparing [2024-10-07T06:12:51.915Z] 2baf4c979e41: Preparing [2024-10-07T06:12:51.915Z] 55125a18c404: Preparing [2024-10-07T06:12:51.915Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:51.915Z] 55125a18c404: Waiting [2024-10-07T06:12:51.915Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:51.915Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:51.915Z] 2baf4c979e41: Layer already exists [2024-10-07T06:12:51.915Z] ad543b08f862: Layer already exists [2024-10-07T06:12:51.915Z] 55125a18c404: Layer already exists [2024-10-07T06:12:51.915Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:51.915Z] a1d2cf36be0b: Pushed [2024-10-07T06:12:56.112Z] 3c1ab99f845f: Pushed [2024-10-07T06:12:56.112Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:56.440Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:56.851Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-07T06:12:56.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T06:12:56.851Z] a1d2cf36be0b: Preparing [2024-10-07T06:12:56.851Z] 3c1ab99f845f: Preparing [2024-10-07T06:12:56.851Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:56.851Z] ad543b08f862: Preparing [2024-10-07T06:12:56.851Z] 2baf4c979e41: Preparing [2024-10-07T06:12:56.851Z] 55125a18c404: Preparing [2024-10-07T06:12:56.851Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:56.851Z] 55125a18c404: Waiting [2024-10-07T06:12:56.851Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:56.851Z] a1d2cf36be0b: Layer already exists [2024-10-07T06:12:56.851Z] ad543b08f862: Layer already exists [2024-10-07T06:12:56.851Z] 2baf4c979e41: Layer already exists [2024-10-07T06:12:56.851Z] 3c1ab99f845f: Layer already exists [2024-10-07T06:12:56.851Z] 55125a18c404: Layer already exists [2024-10-07T06:12:56.851Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:56.851Z] latest: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:57.175Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:57.500Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.92 [2024-10-07T06:12:57.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T06:12:57.500Z] a1d2cf36be0b: Preparing [2024-10-07T06:12:57.500Z] 3c1ab99f845f: Preparing [2024-10-07T06:12:57.500Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:57.500Z] ad543b08f862: Preparing [2024-10-07T06:12:57.500Z] 2baf4c979e41: Preparing [2024-10-07T06:12:57.500Z] 55125a18c404: Preparing [2024-10-07T06:12:57.500Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:57.500Z] 55125a18c404: Waiting [2024-10-07T06:12:57.500Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:57.500Z] ad543b08f862: Layer already exists [2024-10-07T06:12:57.500Z] 2baf4c979e41: Layer already exists [2024-10-07T06:12:57.500Z] a1d2cf36be0b: Layer already exists [2024-10-07T06:12:57.500Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:57.500Z] 3c1ab99f845f: Layer already exists [2024-10-07T06:12:57.500Z] 55125a18c404: Layer already exists [2024-10-07T06:12:57.500Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:57.500Z] 3.2.0-dev.92: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:57.835Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:58.161Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:58.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T06:12:58.162Z] a1d2cf36be0b: Preparing [2024-10-07T06:12:58.162Z] 3c1ab99f845f: Preparing [2024-10-07T06:12:58.162Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:58.162Z] ad543b08f862: Preparing [2024-10-07T06:12:58.162Z] 2baf4c979e41: Preparing [2024-10-07T06:12:58.162Z] 55125a18c404: Preparing [2024-10-07T06:12:58.162Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:58.162Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:58.162Z] 3c1ab99f845f: Layer already exists [2024-10-07T06:12:58.162Z] 2baf4c979e41: Layer already exists [2024-10-07T06:12:58.162Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:58.162Z] a1d2cf36be0b: Layer already exists [2024-10-07T06:12:58.162Z] ad543b08f862: Layer already exists [2024-10-07T06:12:58.162Z] 55125a18c404: Layer already exists [2024-10-07T06:12:58.162Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:58.162Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:58.499Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:12:59.000Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-10-07T06:12:59.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-07T06:12:59.000Z] a1d2cf36be0b: Preparing [2024-10-07T06:12:59.000Z] 3c1ab99f845f: Preparing [2024-10-07T06:12:59.000Z] 3a12d61f6f80: Preparing [2024-10-07T06:12:59.000Z] ad543b08f862: Preparing [2024-10-07T06:12:59.000Z] 2baf4c979e41: Preparing [2024-10-07T06:12:59.000Z] 55125a18c404: Preparing [2024-10-07T06:12:59.000Z] 63ca1fbb43ae: Preparing [2024-10-07T06:12:59.000Z] 55125a18c404: Waiting [2024-10-07T06:12:59.000Z] 63ca1fbb43ae: Waiting [2024-10-07T06:12:59.000Z] ad543b08f862: Layer already exists [2024-10-07T06:12:59.000Z] 3c1ab99f845f: Layer already exists [2024-10-07T06:12:59.000Z] 2baf4c979e41: Layer already exists [2024-10-07T06:12:59.000Z] 3a12d61f6f80: Layer already exists [2024-10-07T06:12:59.000Z] a1d2cf36be0b: Layer already exists [2024-10-07T06:12:59.000Z] 63ca1fbb43ae: Layer already exists [2024-10-07T06:12:59.000Z] 55125a18c404: Layer already exists [2024-10-07T06:12:59.000Z] main: digest: sha256:1a692dd242a922079389ceea1a708db6ddf069635490b78adbe950b4b863acae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:12:59.080Z] ===================================================== [Pipeline] echo [2024-10-07T06:12:59.098Z] taggedImages: [2024-10-07T06:12:59.098Z] - nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:12:59.098Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-07T06:12:59.098Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.92 [2024-10-07T06:12:59.098Z] - nexus3.edgexfoundry.org:10004/support-scheduler:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:12:59.098Z] - 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-10-07T06:32:15.516Z] #155 ... [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:32:15.516Z] #151 1306.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.92" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-07T06:32:15.516Z] #151 ... [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-07T06:32:15.516Z] #145 DONE 1318.1s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:32:15.516Z] #154 ... [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:32:15.516Z] #161 DONE 0.1s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:32:15.516Z] #162 DONE 0.2s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #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-10-07T06:32:15.516Z] #163 DONE 0.1s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:32:15.516Z] #159 ... [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-07T06:32:15.516Z] #164 DONE 0.2s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-07T06:32:15.516Z] #165 DONE 0.3s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:32:15.516Z] #159 ... [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T06:32:15.516Z] #166 DONE 0.2s [2024-10-07T06:32:15.516Z] [2024-10-07T06:32:15.516Z] #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:32:16.479Z] #167 DONE 2.0s [2024-10-07T06:32:16.479Z] [2024-10-07T06:32:16.479Z] #109 [security-proxy-setup] exporting to image [2024-10-07T06:32:16.479Z] #109 exporting layers [2024-10-07T06:32:17.894Z] #109 exporting layers 1.1s done [2024-10-07T06:32:17.894Z] #109 writing image sha256:854cecf25578443c07c25fd1f99c78b9a6ccda2790b9ad737fc3568e2c83c2d4 done [2024-10-07T06:32:17.894Z] #109 naming to docker.io/library/security-proxy-setup-arm64 done [2024-10-07T06:32:17.894Z] #109 DONE 7.2s [2024-10-07T06:32:17.894Z] [2024-10-07T06:32:17.894Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:32:30.227Z] #159 ... [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-07T06:32:30.227Z] #156 DONE 1333.4s [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:32:30.227Z] #154 ... [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-07T06:32:30.227Z] #168 DONE 0.3s [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T06:32:30.227Z] #169 ... [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-07T06:32:30.227Z] #151 DONE 1334.5s [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:32:30.227Z] #149 ... [2024-10-07T06:32:30.227Z] [2024-10-07T06:32:30.227Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:32:30.494Z] #170 DONE 0.3s [2024-10-07T06:32:30.494Z] [2024-10-07T06:32:30.494Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T06:32:30.762Z] #169 ... [2024-10-07T06:32:30.762Z] [2024-10-07T06:32:30.762Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:32:30.762Z] #171 DONE 0.2s [2024-10-07T06:32:30.762Z] [2024-10-07T06:32:30.762Z] #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-10-07T06:32:31.031Z] #172 DONE 0.4s [2024-10-07T06:32:31.031Z] [2024-10-07T06:32:31.031Z] #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-10-07T06:32:31.617Z] #173 DONE 0.3s [2024-10-07T06:32:31.617Z] [2024-10-07T06:32:31.617Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:32:31.617Z] #174 DONE 0.2s [2024-10-07T06:32:31.617Z] [2024-10-07T06:32:31.617Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:32:31.617Z] #57 ... [2024-10-07T06:32:31.617Z] [2024-10-07T06:32:31.617Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-07T06:32:31.885Z] #175 DONE 0.2s [2024-10-07T06:32:31.885Z] [2024-10-07T06:32:31.885Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-07T06:32:32.155Z] #176 DONE 0.2s [2024-10-07T06:32:32.155Z] [2024-10-07T06:32:32.155Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T06:32:32.155Z] #177 ... [2024-10-07T06:32:32.155Z] [2024-10-07T06:32:32.155Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-07T06:32:32.155Z] #169 DONE 3.1s [2024-10-07T06:32:32.431Z] [2024-10-07T06:32:32.431Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-07T06:32:32.431Z] #177 DONE 0.2s [2024-10-07T06:32:32.431Z] [2024-10-07T06:32:32.431Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:32:33.022Z] #178 ... [2024-10-07T06:32:33.022Z] [2024-10-07T06:32:33.022Z] #179 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:32:33.022Z] #179 DONE 0.6s [2024-10-07T06:32:33.294Z] [2024-10-07T06:32:33.294Z] #180 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:32:33.294Z] #180 DONE 0.3s [2024-10-07T06:32:33.294Z] [2024-10-07T06:32:33.294Z] #181 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-07T06:32:33.886Z] #181 DONE 0.5s [2024-10-07T06:32:33.886Z] [2024-10-07T06:32:33.886Z] #182 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-07T06:32:34.155Z] #182 DONE 0.2s [2024-10-07T06:32:34.155Z] [2024-10-07T06:32:34.155Z] #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-10-07T06:32:34.155Z] #183 DONE 0.2s [2024-10-07T06:32:34.155Z] [2024-10-07T06:32:34.155Z] #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-10-07T06:32:34.423Z] #184 DONE 0.3s [2024-10-07T06:32:34.423Z] [2024-10-07T06:32:34.423Z] #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-10-07T06:32:35.014Z] #185 DONE 0.3s [2024-10-07T06:32:35.014Z] [2024-10-07T06:32:35.014Z] #186 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-07T06:32:35.014Z] #186 DONE 0.2s [2024-10-07T06:32:35.014Z] [2024-10-07T06:32:35.014Z] #187 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-07T06:32:35.291Z] #187 DONE 0.2s [2024-10-07T06:32:35.291Z] [2024-10-07T06:32:35.291Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T06:32:35.291Z] #150 ... [2024-10-07T06:32:35.291Z] [2024-10-07T06:32:35.291Z] #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T06:32:36.906Z] #188 ... [2024-10-07T06:32:36.906Z] [2024-10-07T06:32:36.906Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:32:36.906Z] #178 DONE 4.4s [2024-10-07T06:32:37.180Z] [2024-10-07T06:32:37.180Z] #109 [security-secretstore-setup] exporting to image [2024-10-07T06:32:37.180Z] #109 exporting layers [2024-10-07T06:32:38.622Z] #109 exporting layers 1.5s done [2024-10-07T06:32:38.622Z] #109 writing image sha256:b6c73898c99e4937011047f7285950f9ff23930fc27087c3f1fd14f15a6269c5 done [2024-10-07T06:32:38.622Z] #109 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-10-07T06:32:38.622Z] #109 DONE 8.7s [2024-10-07T06:32:38.622Z] [2024-10-07T06:32:38.622Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:32:39.593Z] #149 ... [2024-10-07T06:32:39.594Z] [2024-10-07T06:32:39.594Z] #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-07T06:32:39.594Z] #188 DONE 4.2s [2024-10-07T06:32:39.594Z] [2024-10-07T06:32:39.594Z] #109 [security-bootstrapper] exporting to image [2024-10-07T06:32:41.008Z] #109 exporting layers 1.4s done [2024-10-07T06:32:41.008Z] #109 writing image sha256:15531f486f4ba2f7337a2ee8c78e6bba68f9d7cf2cce93281715e340cc657b56 done [2024-10-07T06:32:41.008Z] #109 naming to docker.io/library/security-bootstrapper-arm64 done [2024-10-07T06:32:41.008Z] #109 DONE 10.1s [2024-10-07T06:32:41.008Z] [2024-10-07T06:32:41.008Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T06:33:48.923Z] #150 ... [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-07T06:33:48.923Z] #155 DONE 1409.4s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T06:33:48.923Z] #153 ... [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:33:48.923Z] #189 DONE 0.4s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T06:33:48.923Z] #158 ... [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:33:48.923Z] #190 DONE 0.2s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-07T06:33:48.923Z] #191 DONE 0.3s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #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-10-07T06:33:48.923Z] #192 DONE 0.2s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #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-10-07T06:33:48.923Z] #193 DONE 0.2s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:33:48.923Z] #57 ... [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #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-10-07T06:33:48.923Z] #194 DONE 2.2s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:33:48.923Z] #57 ... [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #109 [core-common-config-bootstrapper] exporting to image [2024-10-07T06:33:48.923Z] #109 exporting layers [2024-10-07T06:33:48.923Z] #109 exporting layers 0.8s done [2024-10-07T06:33:48.923Z] #109 writing image sha256:a2edcce45f7f8406e148b1e251c4c063f8c64b4a904b7c0c590bf0bf21131f5f done [2024-10-07T06:33:48.923Z] #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-10-07T06:33:48.923Z] #109 DONE 10.9s [2024-10-07T06:33:48.923Z] [2024-10-07T06:33:48.923Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:36:25.920Z] #152 ... [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-07T06:36:25.920Z] #153 DONE 1562.2s [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:36:25.920Z] #159 ... [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:36:25.920Z] #195 DONE 0.3s [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:36:25.920Z] #196 DONE 0.2s [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:36:25.920Z] #152 ... [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-07T06:36:25.920Z] #197 DONE 0.3s [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #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-10-07T06:36:25.920Z] #198 DONE 0.2s [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #109 [security-spiffe-token-provider] exporting to image [2024-10-07T06:36:25.920Z] #109 exporting layers [2024-10-07T06:36:25.920Z] #109 exporting layers 0.9s done [2024-10-07T06:36:25.920Z] #109 writing image sha256:fda30f14a2e0a4de723b59ba3f19586772f3674a95ba187582f7508944f4a75b done [2024-10-07T06:36:25.920Z] #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-10-07T06:36:25.920Z] #109 DONE 11.8s [2024-10-07T06:36:25.920Z] [2024-10-07T06:36:25.920Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:45:33.249Z] #57 ... [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-07T06:45:33.249Z] #158 DONE 2104.1s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:45:33.249Z] #159 ... [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:45:33.249Z] #199 DONE 0.2s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:45:33.249Z] #200 DONE 0.1s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T06:45:33.249Z] #160 ... [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-07T06:45:33.249Z] #201 DONE 0.4s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:45:33.249Z] #202 DONE 0.2s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-07T06:45:33.249Z] #203 DONE 0.1s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-07T06:45:33.249Z] #204 DONE 2.2s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #109 [security-proxy-auth] exporting to image [2024-10-07T06:45:33.249Z] #109 exporting layers [2024-10-07T06:45:33.249Z] #109 exporting layers 0.7s done [2024-10-07T06:45:33.249Z] #109 writing image sha256:32f4b5d17a4ad99c04507dc1cfbc521a33300fa52d8cef18d335f2fc8a630d6c done [2024-10-07T06:45:33.249Z] #109 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2024-10-07T06:45:33.249Z] #109 DONE 12.5s [2024-10-07T06:45:33.249Z] [2024-10-07T06:45:33.249Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:46:29.643Z] #152 ... [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-07T06:46:29.643Z] #159 DONE 2170.6s [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:46:29.643Z] #149 ... [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:46:29.643Z] #205 DONE 0.2s [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:46:29.643Z] #206 DONE 0.1s [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-07T06:46:29.643Z] #207 DONE 0.4s [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:46:29.643Z] #152 ... [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:46:29.643Z] #208 DONE 0.2s [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T06:46:29.643Z] #157 ... [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #109 [core-command] exporting to image [2024-10-07T06:46:29.643Z] #109 exporting layers [2024-10-07T06:46:29.643Z] #109 exporting layers 0.4s done [2024-10-07T06:46:29.643Z] #109 writing image sha256:c102e3982a47d98857d42afaccc767f63a720419e8e5b07756c6b8755e6ce4bd done [2024-10-07T06:46:29.643Z] #109 naming to docker.io/library/core-command-arm64 done [2024-10-07T06:46:29.643Z] #109 DONE 12.9s [2024-10-07T06:46:29.643Z] [2024-10-07T06:46:29.643Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:48:52.368Z] #152 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-07T06:48:52.368Z] #150 DONE 2312.2s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #160 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-07T06:48:52.368Z] #160 DONE 2312.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:48:52.368Z] #149 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #209 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:48:52.368Z] #209 DONE 0.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:48:52.368Z] #57 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-07T06:48:52.368Z] #210 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #211 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:48:52.368Z] #211 DONE 0.5s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-07T06:48:52.368Z] #210 DONE 0.8s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #212 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:48:52.368Z] #212 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-07T06:48:52.368Z] #154 DONE 2313.9s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #212 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:48:52.368Z] #212 DONE 0.5s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-07T06:48:52.368Z] #213 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #214 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:48:52.368Z] #214 DONE 0.5s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #215 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:48:52.368Z] #215 DONE 0.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #216 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-07T06:48:52.368Z] #216 DONE 0.4s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #109 [core-keeper] exporting to image [2024-10-07T06:48:52.368Z] #109 exporting layers [2024-10-07T06:48:52.368Z] #109 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #213 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-07T06:48:52.368Z] #213 DONE 1.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #217 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:48:52.368Z] #217 DONE 0.4s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #218 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:48:52.368Z] #218 DONE 0.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #219 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-07T06:48:52.368Z] #219 DONE 0.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #109 [core-keeper] exporting to image [2024-10-07T06:48:52.368Z] #109 exporting layers 1.1s done [2024-10-07T06:48:52.368Z] #109 writing image sha256:4a4207291b07ef1a9c4c3e00b12af66d8c2784ec3521c4ab3c9fe43e16451436 0.0s done [2024-10-07T06:48:52.368Z] #109 naming to docker.io/library/core-keeper-arm64 done [2024-10-07T06:48:52.368Z] #109 DONE 14.1s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #220 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-07T06:48:52.368Z] #220 DONE 0.6s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #109 [core-data] exporting to image [2024-10-07T06:48:52.368Z] #109 ... [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #221 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:48:52.368Z] #221 DONE 0.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #222 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-07T06:48:52.368Z] #222 DONE 0.2s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #109 [core-data] exporting to image [2024-10-07T06:48:52.368Z] #109 exporting layers 0.7s done [2024-10-07T06:48:52.368Z] #109 writing image sha256:fd24d47523231baf193a68cacf7cc03b8ed9856bb418669ee0623a0e3b3133a4 done [2024-10-07T06:48:52.368Z] #109 naming to docker.io/library/core-data-arm64 done [2024-10-07T06:48:52.368Z] #109 DONE 14.8s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #223 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-07T06:48:52.368Z] #223 DONE 0.2s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #109 [core-metadata] exporting to image [2024-10-07T06:48:52.368Z] #109 exporting layers 0.5s done [2024-10-07T06:48:52.368Z] #109 writing image sha256:bcd893d06845396e9214e8ea8c206d7cdc3e8debb2e6b79edeee69bb1b19009e done [2024-10-07T06:48:52.368Z] #109 naming to docker.io/library/core-metadata-arm64 done [2024-10-07T06:48:52.368Z] #109 DONE 15.3s [2024-10-07T06:48:52.368Z] [2024-10-07T06:48:52.368Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-07T06:49:31.329Z] #152 DONE 2352.6s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:49:31.329Z] #149 ... [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:49:31.329Z] #224 DONE 0.3s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:49:31.329Z] #225 DONE 0.3s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-07T06:49:31.329Z] #226 DONE 0.5s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #227 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:49:31.329Z] #227 DONE 0.1s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #109 [support-scheduler] exporting to image [2024-10-07T06:49:31.329Z] #109 exporting layers [2024-10-07T06:49:31.329Z] #109 exporting layers 0.5s done [2024-10-07T06:49:31.329Z] #109 writing image sha256:74a12710a173de50db2f30b05f518d07df1fb5ec1a7f48778db4ff1e3b3c8b2e done [2024-10-07T06:49:31.329Z] #109 naming to docker.io/library/support-scheduler-arm64 done [2024-10-07T06:49:31.329Z] #109 DONE 15.8s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-07T06:49:31.329Z] #157 DONE 2356.2s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-07T06:49:31.329Z] #149 DONE 2356.1s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:49:31.329Z] #57 ... [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #228 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:49:31.329Z] #228 DONE 0.2s [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:49:31.329Z] #57 ... [2024-10-07T06:49:31.329Z] [2024-10-07T06:49:31.329Z] #229 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:49:31.595Z] #229 ... [2024-10-07T06:49:31.595Z] [2024-10-07T06:49:31.595Z] #230 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:49:31.595Z] #230 DONE 0.1s [2024-10-07T06:49:31.866Z] [2024-10-07T06:49:31.866Z] #229 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-07T06:49:31.866Z] #229 DONE 0.2s [2024-10-07T06:49:31.866Z] [2024-10-07T06:49:31.866Z] #231 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-07T06:49:31.866Z] #231 DONE 0.2s [2024-10-07T06:49:31.866Z] [2024-10-07T06:49:31.866Z] #232 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-07T06:49:32.135Z] #232 DONE 0.3s [2024-10-07T06:49:32.135Z] [2024-10-07T06:49:32.135Z] #233 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-07T06:49:32.135Z] #233 DONE 0.5s [2024-10-07T06:49:32.135Z] [2024-10-07T06:49:32.135Z] #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-07T06:49:32.403Z] #234 DONE 0.1s [2024-10-07T06:49:32.403Z] [2024-10-07T06:49:32.403Z] #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-07T06:49:32.403Z] #235 DONE 0.1s [2024-10-07T06:49:32.403Z] [2024-10-07T06:49:32.403Z] #109 [support-cron-scheduler] exporting to image [2024-10-07T06:49:32.671Z] #109 ... [2024-10-07T06:49:32.671Z] [2024-10-07T06:49:32.671Z] #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-07T06:49:32.671Z] #236 DONE 0.1s [2024-10-07T06:49:32.671Z] [2024-10-07T06:49:32.671Z] #109 [support-notifications] exporting to image [2024-10-07T06:49:33.255Z] #109 exporting layers 0.7s done [2024-10-07T06:49:33.255Z] #109 writing image sha256:30fb9a849e3942d7dc45c05e145ca9ce1c0be6c4c8e8d0820f9d943d85bb124b done [2024-10-07T06:49:33.255Z] #109 naming to docker.io/library/support-notifications-arm64 done [2024-10-07T06:49:33.522Z] #109 exporting layers 1.2s done [2024-10-07T06:49:33.522Z] #109 writing image sha256:de48c105a06331469c668d59f0dda5f4dd4ff56e26ecc5a083c05c35ae2560ed done [2024-10-07T06:49:33.522Z] #109 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-10-07T06:49:33.522Z] #109 DONE 17.1s [2024-10-07T06:49:33.522Z] [2024-10-07T06:49:33.522Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-07T06:49:33.522Z] time="2024-10-07T06:07:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-07T06:49:33.532Z] $ docker stop --time=1 7a7babaa8b7c05b4bc479787e86d4d8ac513a1483adc82d27390e69407ec95f8 [2024-10-07T06:49:35.289Z] $ docker rm -f --volumes 7a7babaa8b7c05b4bc479787e86d4d8ac513a1483adc82d27390e69407ec95f8 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T06:49:35.805Z] + docker images [2024-10-07T06:49:35.805Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-07T06:49:35.805Z] support-cron-scheduler-arm64 latest de48c105a063 3 seconds ago 45.6MB [2024-10-07T06:49:35.805Z] support-notifications-arm64 latest 30fb9a849e39 3 seconds ago 44.8MB [2024-10-07T06:49:35.805Z] support-scheduler-arm64 latest 74a12710a173 6 seconds ago 44MB [2024-10-07T06:49:35.805Z] core-metadata-arm64 latest bcd893d06845 44 seconds ago 30.2MB [2024-10-07T06:49:35.805Z] core-data-arm64 latest fd24d4752323 45 seconds ago 30.1MB [2024-10-07T06:49:35.805Z] core-keeper-arm64 latest 4a4207291b07 46 seconds ago 29.5MB [2024-10-07T06:49:35.805Z] core-command-arm64 latest c102e3982a47 3 minutes ago 26.4MB [2024-10-07T06:49:35.805Z] security-proxy-auth-arm64 latest 32f4b5d17a4a 4 minutes ago 25.2MB [2024-10-07T06:49:35.805Z] security-spiffe-token-provider-arm64 latest fda30f14a2e0 13 minutes ago 33MB [2024-10-07T06:49:35.805Z] core-common-config-bootstrapper-arm64 latest a2edcce45f7f 15 minutes ago 17.4MB [2024-10-07T06:49:35.805Z] security-bootstrapper-arm64 latest 15531f486f4b 16 minutes ago 21MB [2024-10-07T06:49:35.805Z] security-secretstore-setup-arm64 latest b6c73898c99e 16 minutes ago 40.3MB [2024-10-07T06:49:35.805Z] security-proxy-setup-arm64 latest 854cecf25578 17 minutes ago 29.4MB [2024-10-07T06:49:35.805Z] security-spire-agent-arm64 latest c6d8a6056c5d 40 minutes ago 176MB [2024-10-07T06:49:35.805Z] security-spire-server-arm64 latest 2c5547efeee2 40 minutes ago 118MB [2024-10-07T06:49:35.805Z] security-spire-config-arm64 latest 331ebd902a96 40 minutes ago 117MB [2024-10-07T06:49:35.805Z] ci-base-image-arm64 latest e5f8de1943a1 42 minutes ago 965MB [2024-10-07T06:49:35.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 4 days ago 558MB [2024-10-07T06:49:35.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 16 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-10-07T06:49:36.087Z] provisioning config files... [2024-10-07T06:49:36.103Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/715@tmp/config1429356764485809727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:49:36.469Z] ---> ****-login.sh [2024-10-07T06:49:36.469Z] nexus3.edgexfoundry.org:10001 [2024-10-07T06:49:36.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:49:36.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:49:36.737Z] Configure a credential helper to remove this warning. See [2024-10-07T06:49:36.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:49:36.737Z] [2024-10-07T06:49:36.737Z] Login Succeeded [2024-10-07T06:49:37.003Z] nexus3.edgexfoundry.org:10002 [2024-10-07T06:49:37.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:49:37.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:49:37.267Z] Configure a credential helper to remove this warning. See [2024-10-07T06:49:37.267Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:49:37.267Z] [2024-10-07T06:49:37.267Z] Login Succeeded [2024-10-07T06:49:37.268Z] nexus3.edgexfoundry.org:10003 [2024-10-07T06:49:37.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:49:37.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:49:37.798Z] Configure a credential helper to remove this warning. See [2024-10-07T06:49:37.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:49:37.798Z] [2024-10-07T06:49:37.799Z] Login Succeeded [2024-10-07T06:49:37.799Z] nexus3.edgexfoundry.org:10004 [2024-10-07T06:49:38.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:49:38.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:49:38.242Z] Configure a credential helper to remove this warning. See [2024-10-07T06:49:38.242Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:49:38.242Z] [2024-10-07T06:49:38.242Z] Login Succeeded [2024-10-07T06:49:38.242Z] ****.io [2024-10-07T06:49:38.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-07T06:49:38.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-07T06:49:38.775Z] Configure a credential helper to remove this warning. See [2024-10-07T06:49:38.775Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-07T06:49:38.775Z] [2024-10-07T06:49:38.775Z] Login Succeeded [2024-10-07T06:49:38.775Z] ---> ****-login.sh ends [Pipeline] } [2024-10-07T06:49:38.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:49:38.845Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T06:49:38.867Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-10-07T06:49:38.867Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:49:38.867Z] latest [2024-10-07T06:49:38.867Z] 3.2.0-dev.92 [2024-10-07T06:49:38.867Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:49:38.867Z] main [2024-10-07T06:49:38.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:39.246Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:39.684Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:49:39.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T06:49:39.684Z] bb8fe710d563: Preparing [2024-10-07T06:49:39.684Z] 3069472436fb: Preparing [2024-10-07T06:49:39.684Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:39.684Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:39.684Z] 3219d7568d1c: Preparing [2024-10-07T06:49:39.684Z] e6875a927c14: Preparing [2024-10-07T06:49:39.684Z] 16113d51b718: Preparing [2024-10-07T06:49:39.684Z] e6875a927c14: Waiting [2024-10-07T06:49:39.684Z] 16113d51b718: Waiting [2024-10-07T06:49:40.022Z] 7ae5eb703b64: Pushed [2024-10-07T06:49:40.022Z] 1d1ed5c47ec5: Pushed [2024-10-07T06:49:40.022Z] bb8fe710d563: Pushed [2024-10-07T06:49:40.303Z] 16113d51b718: Layer already exists [2024-10-07T06:49:40.303Z] 3219d7568d1c: Pushed [2024-10-07T06:49:40.303Z] e6875a927c14: Pushed [2024-10-07T06:49:44.576Z] 3069472436fb: Pushed [2024-10-07T06:49:44.576Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:44.962Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:45.331Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-07T06:49:45.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T06:49:45.331Z] bb8fe710d563: Preparing [2024-10-07T06:49:45.331Z] 3069472436fb: Preparing [2024-10-07T06:49:45.331Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:45.331Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:45.331Z] 3219d7568d1c: Preparing [2024-10-07T06:49:45.331Z] e6875a927c14: Preparing [2024-10-07T06:49:45.331Z] 16113d51b718: Preparing [2024-10-07T06:49:45.331Z] e6875a927c14: Waiting [2024-10-07T06:49:45.331Z] 16113d51b718: Waiting [2024-10-07T06:49:45.331Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:45.331Z] 3069472436fb: Layer already exists [2024-10-07T06:49:45.331Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:45.331Z] bb8fe710d563: Layer already exists [2024-10-07T06:49:45.331Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:45.331Z] 16113d51b718: Layer already exists [2024-10-07T06:49:45.331Z] e6875a927c14: Layer already exists [2024-10-07T06:49:45.599Z] latest: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:45.968Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:46.313Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.92 [2024-10-07T06:49:46.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T06:49:46.313Z] bb8fe710d563: Preparing [2024-10-07T06:49:46.313Z] 3069472436fb: Preparing [2024-10-07T06:49:46.313Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:46.313Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:46.313Z] 3219d7568d1c: Preparing [2024-10-07T06:49:46.313Z] e6875a927c14: Preparing [2024-10-07T06:49:46.313Z] 16113d51b718: Preparing [2024-10-07T06:49:46.313Z] 16113d51b718: Waiting [2024-10-07T06:49:46.578Z] bb8fe710d563: Layer already exists [2024-10-07T06:49:46.578Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:46.578Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:46.578Z] 3069472436fb: Layer already exists [2024-10-07T06:49:46.578Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:46.578Z] e6875a927c14: Layer already exists [2024-10-07T06:49:46.578Z] 16113d51b718: Layer already exists [2024-10-07T06:49:46.578Z] 3.2.0-dev.92: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:46.940Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:47.303Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:49:47.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T06:49:47.303Z] bb8fe710d563: Preparing [2024-10-07T06:49:47.303Z] 3069472436fb: Preparing [2024-10-07T06:49:47.303Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:47.303Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:47.303Z] 3219d7568d1c: Preparing [2024-10-07T06:49:47.303Z] e6875a927c14: Preparing [2024-10-07T06:49:47.303Z] 16113d51b718: Preparing [2024-10-07T06:49:47.303Z] e6875a927c14: Waiting [2024-10-07T06:49:47.303Z] 16113d51b718: Waiting [2024-10-07T06:49:47.303Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:47.303Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:47.303Z] 3069472436fb: Layer already exists [2024-10-07T06:49:47.303Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:47.303Z] bb8fe710d563: Layer already exists [2024-10-07T06:49:47.303Z] 16113d51b718: Layer already exists [2024-10-07T06:49:47.303Z] e6875a927c14: Layer already exists [2024-10-07T06:49:47.569Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:47.941Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:48.300Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-10-07T06:49:48.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-07T06:49:48.300Z] bb8fe710d563: Preparing [2024-10-07T06:49:48.300Z] 3069472436fb: Preparing [2024-10-07T06:49:48.300Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:48.300Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:48.300Z] 3219d7568d1c: Preparing [2024-10-07T06:49:48.300Z] e6875a927c14: Preparing [2024-10-07T06:49:48.300Z] 16113d51b718: Preparing [2024-10-07T06:49:48.300Z] e6875a927c14: Waiting [2024-10-07T06:49:48.300Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:48.300Z] bb8fe710d563: Layer already exists [2024-10-07T06:49:48.300Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:48.300Z] 3069472436fb: Layer already exists [2024-10-07T06:49:48.300Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:48.300Z] e6875a927c14: Layer already exists [2024-10-07T06:49:48.300Z] 16113d51b718: Layer already exists [2024-10-07T06:49:48.566Z] main: digest: sha256:f1bee6af2099aee981a674be3e8a4655a8785e2a0683c138b7566002001c51c0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:49:48.646Z] ===================================================== [Pipeline] echo [2024-10-07T06:49:48.659Z] taggedImages: [2024-10-07T06:49:48.659Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:49:48.659Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-07T06:49:48.659Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.92 [2024-10-07T06:49:48.659Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:49:48.659Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-10-07T06:49:48.689Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-10-07T06:49:48.689Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:49:48.689Z] latest [2024-10-07T06:49:48.689Z] 3.2.0-dev.92 [2024-10-07T06:49:48.689Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:49:48.689Z] main [2024-10-07T06:49:48.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:49.058Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:49.421Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:49:49.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T06:49:49.421Z] 8620fc112f00: Preparing [2024-10-07T06:49:49.421Z] 97799cb43388: Preparing [2024-10-07T06:49:49.421Z] ebc2a42c74f1: Preparing [2024-10-07T06:49:49.421Z] afe5809a921f: Preparing [2024-10-07T06:49:49.421Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:49.421Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:49.421Z] 3219d7568d1c: Preparing [2024-10-07T06:49:49.421Z] e6875a927c14: Preparing [2024-10-07T06:49:49.421Z] 16113d51b718: Preparing [2024-10-07T06:49:49.421Z] 3219d7568d1c: Waiting [2024-10-07T06:49:49.421Z] e6875a927c14: Waiting [2024-10-07T06:49:49.421Z] 16113d51b718: Waiting [2024-10-07T06:49:49.421Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:49:49.689Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:49.689Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:49.689Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:49.689Z] 8620fc112f00: Pushed [2024-10-07T06:49:49.689Z] 97799cb43388: Pushed [2024-10-07T06:49:49.689Z] ebc2a42c74f1: Pushed [2024-10-07T06:49:49.689Z] e6875a927c14: Layer already exists [2024-10-07T06:49:49.689Z] 16113d51b718: Layer already exists [2024-10-07T06:49:51.634Z] afe5809a921f: Pushed [2024-10-07T06:49:51.903Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:52.282Z] + 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-10-07T06:49:52.651Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-07T06:49:52.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T06:49:52.651Z] 8620fc112f00: Preparing [2024-10-07T06:49:52.651Z] 97799cb43388: Preparing [2024-10-07T06:49:52.651Z] ebc2a42c74f1: Preparing [2024-10-07T06:49:52.651Z] afe5809a921f: Preparing [2024-10-07T06:49:52.651Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:52.651Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:52.651Z] 3219d7568d1c: Preparing [2024-10-07T06:49:52.651Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:49:52.651Z] e6875a927c14: Preparing [2024-10-07T06:49:52.651Z] 3219d7568d1c: Waiting [2024-10-07T06:49:52.651Z] 16113d51b718: Preparing [2024-10-07T06:49:52.651Z] e6875a927c14: Waiting [2024-10-07T06:49:52.651Z] 16113d51b718: Waiting [2024-10-07T06:49:52.651Z] 97799cb43388: Layer already exists [2024-10-07T06:49:52.651Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:52.651Z] 8620fc112f00: Layer already exists [2024-10-07T06:49:52.651Z] ebc2a42c74f1: Layer already exists [2024-10-07T06:49:52.651Z] afe5809a921f: Layer already exists [2024-10-07T06:49:52.651Z] e6875a927c14: Layer already exists [2024-10-07T06:49:52.651Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:52.651Z] 16113d51b718: Layer already exists [2024-10-07T06:49:52.651Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:52.918Z] latest: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:53.283Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:53.657Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.92 [2024-10-07T06:49:53.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T06:49:53.657Z] 8620fc112f00: Preparing [2024-10-07T06:49:53.657Z] 97799cb43388: Preparing [2024-10-07T06:49:53.657Z] ebc2a42c74f1: Preparing [2024-10-07T06:49:53.657Z] afe5809a921f: Preparing [2024-10-07T06:49:53.657Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:53.657Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:53.657Z] 3219d7568d1c: Preparing [2024-10-07T06:49:53.657Z] e6875a927c14: Preparing [2024-10-07T06:49:53.657Z] 16113d51b718: Preparing [2024-10-07T06:49:53.657Z] 3219d7568d1c: Waiting [2024-10-07T06:49:53.657Z] e6875a927c14: Waiting [2024-10-07T06:49:53.657Z] 16113d51b718: Waiting [2024-10-07T06:49:53.657Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:49:53.657Z] afe5809a921f: Layer already exists [2024-10-07T06:49:53.657Z] 8620fc112f00: Layer already exists [2024-10-07T06:49:53.657Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:53.657Z] 97799cb43388: Layer already exists [2024-10-07T06:49:53.657Z] ebc2a42c74f1: Layer already exists [2024-10-07T06:49:53.657Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:53.657Z] 16113d51b718: Layer already exists [2024-10-07T06:49:53.657Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:53.657Z] e6875a927c14: Layer already exists [2024-10-07T06:49:53.926Z] 3.2.0-dev.92: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:54.308Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:54.687Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:49:54.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T06:49:54.687Z] 8620fc112f00: Preparing [2024-10-07T06:49:54.687Z] 97799cb43388: Preparing [2024-10-07T06:49:54.687Z] ebc2a42c74f1: Preparing [2024-10-07T06:49:54.687Z] afe5809a921f: Preparing [2024-10-07T06:49:54.687Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:54.687Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:54.687Z] 3219d7568d1c: Preparing [2024-10-07T06:49:54.687Z] e6875a927c14: Preparing [2024-10-07T06:49:54.687Z] 16113d51b718: Preparing [2024-10-07T06:49:54.687Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:49:54.687Z] 3219d7568d1c: Waiting [2024-10-07T06:49:54.687Z] e6875a927c14: Waiting [2024-10-07T06:49:54.687Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:54.687Z] afe5809a921f: Layer already exists [2024-10-07T06:49:54.687Z] 8620fc112f00: Layer already exists [2024-10-07T06:49:54.687Z] 97799cb43388: Layer already exists [2024-10-07T06:49:54.687Z] ebc2a42c74f1: Layer already exists [2024-10-07T06:49:54.687Z] e6875a927c14: Layer already exists [2024-10-07T06:49:54.687Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:49:54.687Z] 3219d7568d1c: Layer already exists [2024-10-07T06:49:54.687Z] 16113d51b718: Layer already exists [2024-10-07T06:49:55.646Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:49:56.023Z] + 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-10-07T06:49:56.389Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-10-07T06:49:56.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-07T06:49:56.970Z] 8620fc112f00: Preparing [2024-10-07T06:49:56.970Z] 97799cb43388: Preparing [2024-10-07T06:49:56.970Z] ebc2a42c74f1: Preparing [2024-10-07T06:49:56.970Z] afe5809a921f: Preparing [2024-10-07T06:49:56.970Z] 7ae5eb703b64: Preparing [2024-10-07T06:49:56.970Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:49:56.970Z] 3219d7568d1c: Preparing [2024-10-07T06:49:56.970Z] e6875a927c14: Preparing [2024-10-07T06:49:56.970Z] 16113d51b718: Preparing [2024-10-07T06:49:56.970Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:49:57.234Z] 3219d7568d1c: Waiting [2024-10-07T06:49:57.234Z] e6875a927c14: Waiting [2024-10-07T06:49:57.234Z] 16113d51b718: Waiting [2024-10-07T06:49:59.168Z] afe5809a921f: Layer already exists [2024-10-07T06:49:59.168Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:49:59.168Z] 97799cb43388: Layer already exists [2024-10-07T06:49:59.435Z] ebc2a42c74f1: Layer already exists [2024-10-07T06:50:01.384Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:01.385Z] 8620fc112f00: Layer already exists [2024-10-07T06:50:01.385Z] 16113d51b718: Layer already exists [2024-10-07T06:50:01.385Z] e6875a927c14: Layer already exists [2024-10-07T06:50:01.385Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:08.038Z] main: digest: sha256:a04bbff9b20f55d96ab7461b813b9184e2b3b5ffeebaafac5860bc68dcb7af16 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:50:08.124Z] ===================================================== [Pipeline] echo [2024-10-07T06:50:08.136Z] taggedImages: [2024-10-07T06:50:08.136Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:08.136Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-07T06:50:08.136Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.92 [2024-10-07T06:50:08.136Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:08.136Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-10-07T06:50:08.166Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-10-07T06:50:08.166Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:08.166Z] latest [2024-10-07T06:50:08.166Z] 3.2.0-dev.92 [2024-10-07T06:50:08.166Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:08.166Z] main [2024-10-07T06:50:08.166Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:08.561Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:08.984Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:08.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T06:50:08.984Z] 35778746acc1: Preparing [2024-10-07T06:50:08.984Z] 013d7b5edf9e: Preparing [2024-10-07T06:50:08.984Z] 9bed5c5533d9: Preparing [2024-10-07T06:50:08.984Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:08.984Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:08.984Z] a315cf2c2dfa: Preparing [2024-10-07T06:50:08.984Z] 54ec8ce5f48a: Preparing [2024-10-07T06:50:08.984Z] 16113d51b718: Preparing [2024-10-07T06:50:08.984Z] a315cf2c2dfa: Waiting [2024-10-07T06:50:08.984Z] 54ec8ce5f48a: Waiting [2024-10-07T06:50:08.984Z] 16113d51b718: Waiting [2024-10-07T06:50:09.256Z] 013d7b5edf9e: Pushed [2024-10-07T06:50:09.256Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:09.256Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:09.537Z] 16113d51b718: Layer already exists [2024-10-07T06:50:09.537Z] 35778746acc1: Pushed [2024-10-07T06:50:09.537Z] 54ec8ce5f48a: Pushed [2024-10-07T06:50:09.537Z] a315cf2c2dfa: Pushed [2024-10-07T06:50:13.800Z] 9bed5c5533d9: Pushed [2024-10-07T06:50:14.068Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:14.440Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:14.813Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-07T06:50:14.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T06:50:14.813Z] 35778746acc1: Preparing [2024-10-07T06:50:14.813Z] 013d7b5edf9e: Preparing [2024-10-07T06:50:14.813Z] 9bed5c5533d9: Preparing [2024-10-07T06:50:14.813Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:14.813Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:14.813Z] a315cf2c2dfa: Preparing [2024-10-07T06:50:14.813Z] a315cf2c2dfa: Waiting [2024-10-07T06:50:14.813Z] 54ec8ce5f48a: Preparing [2024-10-07T06:50:14.813Z] 16113d51b718: Preparing [2024-10-07T06:50:14.813Z] 54ec8ce5f48a: Waiting [2024-10-07T06:50:14.813Z] 16113d51b718: Waiting [2024-10-07T06:50:14.813Z] 013d7b5edf9e: Layer already exists [2024-10-07T06:50:14.813Z] 35778746acc1: Layer already exists [2024-10-07T06:50:14.813Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:14.813Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:14.813Z] 9bed5c5533d9: Layer already exists [2024-10-07T06:50:14.813Z] 54ec8ce5f48a: Layer already exists [2024-10-07T06:50:14.813Z] 16113d51b718: Layer already exists [2024-10-07T06:50:14.813Z] a315cf2c2dfa: Layer already exists [2024-10-07T06:50:15.081Z] latest: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:15.447Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:15.817Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.92 [2024-10-07T06:50:15.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T06:50:15.817Z] 35778746acc1: Preparing [2024-10-07T06:50:15.817Z] 013d7b5edf9e: Preparing [2024-10-07T06:50:15.817Z] 9bed5c5533d9: Preparing [2024-10-07T06:50:15.817Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:15.817Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:15.817Z] a315cf2c2dfa: Preparing [2024-10-07T06:50:15.817Z] 54ec8ce5f48a: Preparing [2024-10-07T06:50:15.817Z] 16113d51b718: Preparing [2024-10-07T06:50:15.817Z] a315cf2c2dfa: Waiting [2024-10-07T06:50:15.817Z] 54ec8ce5f48a: Waiting [2024-10-07T06:50:15.817Z] 16113d51b718: Waiting [2024-10-07T06:50:15.817Z] 35778746acc1: Layer already exists [2024-10-07T06:50:15.817Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:15.817Z] 013d7b5edf9e: Layer already exists [2024-10-07T06:50:15.817Z] 9bed5c5533d9: Layer already exists [2024-10-07T06:50:15.817Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:15.817Z] 54ec8ce5f48a: Layer already exists [2024-10-07T06:50:15.817Z] 16113d51b718: Layer already exists [2024-10-07T06:50:15.817Z] a315cf2c2dfa: Layer already exists [2024-10-07T06:50:16.084Z] 3.2.0-dev.92: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:16.450Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:16.802Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:16.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T06:50:16.802Z] 35778746acc1: Preparing [2024-10-07T06:50:16.802Z] 013d7b5edf9e: Preparing [2024-10-07T06:50:16.802Z] 9bed5c5533d9: Preparing [2024-10-07T06:50:16.802Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:16.802Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:16.802Z] a315cf2c2dfa: Preparing [2024-10-07T06:50:16.802Z] 54ec8ce5f48a: Preparing [2024-10-07T06:50:16.802Z] 16113d51b718: Preparing [2024-10-07T06:50:16.802Z] a315cf2c2dfa: Waiting [2024-10-07T06:50:16.802Z] 54ec8ce5f48a: Waiting [2024-10-07T06:50:16.802Z] 16113d51b718: Waiting [2024-10-07T06:50:16.802Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:16.802Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:16.802Z] 9bed5c5533d9: Layer already exists [2024-10-07T06:50:16.802Z] 013d7b5edf9e: Layer already exists [2024-10-07T06:50:16.802Z] 35778746acc1: Layer already exists [2024-10-07T06:50:16.802Z] 54ec8ce5f48a: Layer already exists [2024-10-07T06:50:16.802Z] a315cf2c2dfa: Layer already exists [2024-10-07T06:50:16.802Z] 16113d51b718: Layer already exists [2024-10-07T06:50:17.068Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:17.434Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:17.789Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-10-07T06:50:17.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-07T06:50:17.789Z] 35778746acc1: Preparing [2024-10-07T06:50:17.789Z] 013d7b5edf9e: Preparing [2024-10-07T06:50:17.789Z] 9bed5c5533d9: Preparing [2024-10-07T06:50:17.789Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:17.789Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:17.789Z] a315cf2c2dfa: Preparing [2024-10-07T06:50:17.789Z] 54ec8ce5f48a: Preparing [2024-10-07T06:50:17.789Z] 16113d51b718: Preparing [2024-10-07T06:50:17.789Z] 54ec8ce5f48a: Waiting [2024-10-07T06:50:17.789Z] 16113d51b718: Waiting [2024-10-07T06:50:17.789Z] a315cf2c2dfa: Waiting [2024-10-07T06:50:17.789Z] 9bed5c5533d9: Layer already exists [2024-10-07T06:50:17.789Z] 013d7b5edf9e: Layer already exists [2024-10-07T06:50:17.789Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:17.789Z] 35778746acc1: Layer already exists [2024-10-07T06:50:17.789Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:17.789Z] a315cf2c2dfa: Layer already exists [2024-10-07T06:50:17.789Z] 16113d51b718: Layer already exists [2024-10-07T06:50:17.789Z] 54ec8ce5f48a: Layer already exists [2024-10-07T06:50:18.055Z] main: digest: sha256:ea8fec03fdf35741f8a42611d17f0fd93a01f0c6fcb3f1097c7e12efad636ff4 size: 1987 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:50:18.132Z] ===================================================== [Pipeline] echo [2024-10-07T06:50:18.145Z] taggedImages: [2024-10-07T06:50:18.145Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:18.145Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-07T06:50:18.145Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.92 [2024-10-07T06:50:18.145Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:18.145Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-10-07T06:50:18.175Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-10-07T06:50:18.175Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:18.175Z] latest [2024-10-07T06:50:18.175Z] 3.2.0-dev.92 [2024-10-07T06:50:18.175Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:18.175Z] main [2024-10-07T06:50:18.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:18.546Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:18.905Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:18.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T06:50:18.905Z] bf000415ab87: Preparing [2024-10-07T06:50:18.905Z] 554276744633: Preparing [2024-10-07T06:50:18.905Z] ca0bd833db11: Preparing [2024-10-07T06:50:18.905Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:18.905Z] 21e1e7297d03: Preparing [2024-10-07T06:50:18.905Z] 7470f0a766ba: Preparing [2024-10-07T06:50:18.905Z] 16113d51b718: Preparing [2024-10-07T06:50:18.905Z] 7470f0a766ba: Waiting [2024-10-07T06:50:18.905Z] 16113d51b718: Waiting [2024-10-07T06:50:18.905Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:19.171Z] 554276744633: Pushed [2024-10-07T06:50:19.171Z] bf000415ab87: Pushed [2024-10-07T06:50:19.171Z] 16113d51b718: Layer already exists [2024-10-07T06:50:19.171Z] 21e1e7297d03: Pushed [2024-10-07T06:50:19.171Z] 7470f0a766ba: Pushed [2024-10-07T06:50:24.500Z] ca0bd833db11: Pushed [2024-10-07T06:50:24.500Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:24.890Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:25.279Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-07T06:50:25.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T06:50:25.280Z] bf000415ab87: Preparing [2024-10-07T06:50:25.280Z] 554276744633: Preparing [2024-10-07T06:50:25.280Z] ca0bd833db11: Preparing [2024-10-07T06:50:25.280Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:25.280Z] 21e1e7297d03: Preparing [2024-10-07T06:50:25.280Z] 7470f0a766ba: Preparing [2024-10-07T06:50:25.280Z] 16113d51b718: Preparing [2024-10-07T06:50:25.280Z] 7470f0a766ba: Waiting [2024-10-07T06:50:25.280Z] 16113d51b718: Waiting [2024-10-07T06:50:25.280Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:25.280Z] bf000415ab87: Layer already exists [2024-10-07T06:50:25.280Z] ca0bd833db11: Layer already exists [2024-10-07T06:50:25.280Z] 554276744633: Layer already exists [2024-10-07T06:50:25.280Z] 21e1e7297d03: Layer already exists [2024-10-07T06:50:25.280Z] 16113d51b718: Layer already exists [2024-10-07T06:50:25.280Z] 7470f0a766ba: Layer already exists [2024-10-07T06:50:25.549Z] latest: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:25.926Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:26.284Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.92 [2024-10-07T06:50:26.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T06:50:26.284Z] bf000415ab87: Preparing [2024-10-07T06:50:26.284Z] 554276744633: Preparing [2024-10-07T06:50:26.284Z] ca0bd833db11: Preparing [2024-10-07T06:50:26.284Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:26.284Z] 21e1e7297d03: Preparing [2024-10-07T06:50:26.284Z] 7470f0a766ba: Preparing [2024-10-07T06:50:26.284Z] 16113d51b718: Preparing [2024-10-07T06:50:26.284Z] 7470f0a766ba: Waiting [2024-10-07T06:50:26.284Z] 16113d51b718: Waiting [2024-10-07T06:50:26.284Z] 21e1e7297d03: Layer already exists [2024-10-07T06:50:26.284Z] ca0bd833db11: Layer already exists [2024-10-07T06:50:26.284Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:26.284Z] bf000415ab87: Layer already exists [2024-10-07T06:50:26.284Z] 554276744633: Layer already exists [2024-10-07T06:50:26.284Z] 16113d51b718: Layer already exists [2024-10-07T06:50:26.284Z] 7470f0a766ba: Layer already exists [2024-10-07T06:50:26.552Z] 3.2.0-dev.92: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:26.941Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:27.306Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:27.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T06:50:27.306Z] bf000415ab87: Preparing [2024-10-07T06:50:27.306Z] 554276744633: Preparing [2024-10-07T06:50:27.306Z] ca0bd833db11: Preparing [2024-10-07T06:50:27.306Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:27.306Z] 21e1e7297d03: Preparing [2024-10-07T06:50:27.306Z] 7470f0a766ba: Preparing [2024-10-07T06:50:27.306Z] 16113d51b718: Preparing [2024-10-07T06:50:27.306Z] 16113d51b718: Waiting [2024-10-07T06:50:27.306Z] 7470f0a766ba: Waiting [2024-10-07T06:50:27.306Z] 21e1e7297d03: Layer already exists [2024-10-07T06:50:27.306Z] 554276744633: Layer already exists [2024-10-07T06:50:27.306Z] ca0bd833db11: Layer already exists [2024-10-07T06:50:27.306Z] bf000415ab87: Layer already exists [2024-10-07T06:50:27.306Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:27.306Z] 7470f0a766ba: Layer already exists [2024-10-07T06:50:27.306Z] 16113d51b718: Layer already exists [2024-10-07T06:50:27.573Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:27.940Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:28.303Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-10-07T06:50:28.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-07T06:50:28.303Z] bf000415ab87: Preparing [2024-10-07T06:50:28.303Z] 554276744633: Preparing [2024-10-07T06:50:28.303Z] ca0bd833db11: Preparing [2024-10-07T06:50:28.303Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:28.303Z] 21e1e7297d03: Preparing [2024-10-07T06:50:28.303Z] 7470f0a766ba: Preparing [2024-10-07T06:50:28.303Z] 16113d51b718: Preparing [2024-10-07T06:50:28.303Z] 7470f0a766ba: Waiting [2024-10-07T06:50:28.303Z] 16113d51b718: Waiting [2024-10-07T06:50:28.303Z] bf000415ab87: Layer already exists [2024-10-07T06:50:28.303Z] 21e1e7297d03: Layer already exists [2024-10-07T06:50:28.303Z] 554276744633: Layer already exists [2024-10-07T06:50:28.303Z] ca0bd833db11: Layer already exists [2024-10-07T06:50:28.303Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:28.303Z] 16113d51b718: Layer already exists [2024-10-07T06:50:28.303Z] 7470f0a766ba: Layer already exists [2024-10-07T06:50:28.570Z] main: digest: sha256:ef478ed718bbb3d49eb6b8e27e6e1af160555549d0f6da02b31aad0b8da2fdb0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:50:28.651Z] ===================================================== [Pipeline] echo [2024-10-07T06:50:28.665Z] taggedImages: [2024-10-07T06:50:28.665Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:28.665Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-07T06:50:28.665Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.92 [2024-10-07T06:50:28.665Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:28.665Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-10-07T06:50:28.700Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-10-07T06:50:28.700Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:28.700Z] latest [2024-10-07T06:50:28.700Z] 3.2.0-dev.92 [2024-10-07T06:50:28.700Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:28.700Z] main [2024-10-07T06:50:28.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:29.070Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:29.427Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:29.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T06:50:29.427Z] b6ed0860b5bc: Preparing [2024-10-07T06:50:29.427Z] 683382d4e18b: Preparing [2024-10-07T06:50:29.427Z] 898b98709ba4: Preparing [2024-10-07T06:50:29.427Z] 29785ebf1485: Preparing [2024-10-07T06:50:29.427Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:29.427Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:29.427Z] 3219d7568d1c: Preparing [2024-10-07T06:50:29.427Z] e6875a927c14: Preparing [2024-10-07T06:50:29.427Z] 16113d51b718: Preparing [2024-10-07T06:50:29.427Z] 3219d7568d1c: Waiting [2024-10-07T06:50:29.427Z] e6875a927c14: Waiting [2024-10-07T06:50:29.427Z] 16113d51b718: Waiting [2024-10-07T06:50:29.427Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:29.427Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:29.694Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:29.694Z] 683382d4e18b: Pushed [2024-10-07T06:50:29.694Z] 898b98709ba4: Pushed [2024-10-07T06:50:29.694Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:29.694Z] e6875a927c14: Layer already exists [2024-10-07T06:50:29.694Z] b6ed0860b5bc: Pushed [2024-10-07T06:50:29.694Z] 16113d51b718: Layer already exists [2024-10-07T06:50:35.026Z] 29785ebf1485: Pushed [2024-10-07T06:50:35.026Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:35.389Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:35.809Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-07T06:50:35.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T06:50:35.809Z] b6ed0860b5bc: Preparing [2024-10-07T06:50:35.809Z] 683382d4e18b: Preparing [2024-10-07T06:50:35.809Z] 898b98709ba4: Preparing [2024-10-07T06:50:35.809Z] 29785ebf1485: Preparing [2024-10-07T06:50:35.809Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:35.809Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:35.809Z] 3219d7568d1c: Preparing [2024-10-07T06:50:35.809Z] e6875a927c14: Preparing [2024-10-07T06:50:35.809Z] 16113d51b718: Preparing [2024-10-07T06:50:35.809Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:35.809Z] 3219d7568d1c: Waiting [2024-10-07T06:50:35.809Z] e6875a927c14: Waiting [2024-10-07T06:50:35.809Z] 16113d51b718: Waiting [2024-10-07T06:50:35.809Z] b6ed0860b5bc: Layer already exists [2024-10-07T06:50:35.809Z] 29785ebf1485: Layer already exists [2024-10-07T06:50:35.809Z] 683382d4e18b: Layer already exists [2024-10-07T06:50:35.809Z] 898b98709ba4: Layer already exists [2024-10-07T06:50:35.809Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:35.809Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:35.809Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:35.809Z] e6875a927c14: Layer already exists [2024-10-07T06:50:35.809Z] 16113d51b718: Layer already exists [2024-10-07T06:50:36.075Z] latest: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:36.439Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:36.788Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.92 [2024-10-07T06:50:36.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T06:50:36.788Z] b6ed0860b5bc: Preparing [2024-10-07T06:50:36.788Z] 683382d4e18b: Preparing [2024-10-07T06:50:36.788Z] 898b98709ba4: Preparing [2024-10-07T06:50:36.788Z] 29785ebf1485: Preparing [2024-10-07T06:50:36.788Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:36.788Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:36.788Z] 3219d7568d1c: Preparing [2024-10-07T06:50:36.788Z] e6875a927c14: Preparing [2024-10-07T06:50:36.788Z] 16113d51b718: Preparing [2024-10-07T06:50:36.788Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:36.788Z] 3219d7568d1c: Waiting [2024-10-07T06:50:36.788Z] e6875a927c14: Waiting [2024-10-07T06:50:36.788Z] 16113d51b718: Waiting [2024-10-07T06:50:36.788Z] 683382d4e18b: Layer already exists [2024-10-07T06:50:36.788Z] b6ed0860b5bc: Layer already exists [2024-10-07T06:50:36.788Z] 898b98709ba4: Layer already exists [2024-10-07T06:50:36.788Z] 29785ebf1485: Layer already exists [2024-10-07T06:50:36.788Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:36.788Z] 16113d51b718: Layer already exists [2024-10-07T06:50:36.788Z] e6875a927c14: Layer already exists [2024-10-07T06:50:36.788Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:36.788Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:37.052Z] 3.2.0-dev.92: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:37.401Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:37.780Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:37.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T06:50:37.781Z] b6ed0860b5bc: Preparing [2024-10-07T06:50:37.781Z] 683382d4e18b: Preparing [2024-10-07T06:50:37.781Z] 898b98709ba4: Preparing [2024-10-07T06:50:37.781Z] 29785ebf1485: Preparing [2024-10-07T06:50:37.781Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:37.781Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:37.781Z] 3219d7568d1c: Preparing [2024-10-07T06:50:37.781Z] e6875a927c14: Preparing [2024-10-07T06:50:37.781Z] 3219d7568d1c: Waiting [2024-10-07T06:50:37.781Z] 16113d51b718: Preparing [2024-10-07T06:50:37.781Z] e6875a927c14: Waiting [2024-10-07T06:50:37.781Z] 16113d51b718: Waiting [2024-10-07T06:50:37.781Z] 898b98709ba4: Layer already exists [2024-10-07T06:50:37.781Z] 29785ebf1485: Layer already exists [2024-10-07T06:50:37.781Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:37.781Z] b6ed0860b5bc: Layer already exists [2024-10-07T06:50:37.781Z] 683382d4e18b: Layer already exists [2024-10-07T06:50:37.781Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:37.781Z] 16113d51b718: Layer already exists [2024-10-07T06:50:37.781Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:37.781Z] e6875a927c14: Layer already exists [2024-10-07T06:50:38.057Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:38.434Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:38.793Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-10-07T06:50:38.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-07T06:50:39.058Z] b6ed0860b5bc: Preparing [2024-10-07T06:50:39.058Z] 683382d4e18b: Preparing [2024-10-07T06:50:39.058Z] 898b98709ba4: Preparing [2024-10-07T06:50:39.058Z] 29785ebf1485: Preparing [2024-10-07T06:50:39.058Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:39.058Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:39.058Z] 3219d7568d1c: Preparing [2024-10-07T06:50:39.058Z] e6875a927c14: Preparing [2024-10-07T06:50:39.058Z] 16113d51b718: Preparing [2024-10-07T06:50:39.058Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:39.058Z] 3219d7568d1c: Waiting [2024-10-07T06:50:39.058Z] e6875a927c14: Waiting [2024-10-07T06:50:39.058Z] 16113d51b718: Waiting [2024-10-07T06:50:39.058Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:39.058Z] 898b98709ba4: Layer already exists [2024-10-07T06:50:39.058Z] 683382d4e18b: Layer already exists [2024-10-07T06:50:39.058Z] 29785ebf1485: Layer already exists [2024-10-07T06:50:39.058Z] b6ed0860b5bc: Layer already exists [2024-10-07T06:50:39.058Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:39.058Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:39.058Z] 16113d51b718: Layer already exists [2024-10-07T06:50:39.058Z] e6875a927c14: Layer already exists [2024-10-07T06:50:39.058Z] main: digest: sha256:68ba9458a099e763e788a3a528d009be9ed7988b3893b6e1e2909829525d1e56 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:50:39.138Z] ===================================================== [Pipeline] echo [2024-10-07T06:50:39.156Z] taggedImages: [2024-10-07T06:50:39.156Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:39.156Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-07T06:50:39.156Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.92 [2024-10-07T06:50:39.156Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:39.156Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-10-07T06:50:39.191Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-10-07T06:50:39.191Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:39.191Z] latest [2024-10-07T06:50:39.191Z] 3.2.0-dev.92 [2024-10-07T06:50:39.191Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:39.191Z] main [2024-10-07T06:50:39.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:39.561Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:39.922Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:39.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T06:50:39.922Z] fc0ef5a3ec18: Preparing [2024-10-07T06:50:39.922Z] 8d3d6a9970ca: Preparing [2024-10-07T06:50:39.922Z] c729040222dc: Preparing [2024-10-07T06:50:39.922Z] 85d4c384497c: Preparing [2024-10-07T06:50:39.922Z] bfef39b33311: Preparing [2024-10-07T06:50:39.922Z] 1725113a9f5c: Preparing [2024-10-07T06:50:39.922Z] 705bf82b9cdf: Preparing [2024-10-07T06:50:39.922Z] 90aefb5735ed: Preparing [2024-10-07T06:50:39.922Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:39.922Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:39.922Z] 46d784a6a3e0: Preparing [2024-10-07T06:50:39.922Z] 81f7f71476ca: Preparing [2024-10-07T06:50:39.922Z] 1725113a9f5c: Waiting [2024-10-07T06:50:39.922Z] 5f70bf18a086: Preparing [2024-10-07T06:50:39.922Z] 6ca5064235b4: Preparing [2024-10-07T06:50:39.922Z] 8985d45ea101: Preparing [2024-10-07T06:50:39.922Z] 705bf82b9cdf: Waiting [2024-10-07T06:50:39.922Z] d6c3e14f1153: Preparing [2024-10-07T06:50:39.922Z] 90aefb5735ed: Waiting [2024-10-07T06:50:39.922Z] 16113d51b718: Preparing [2024-10-07T06:50:39.922Z] 7ae5eb703b64: Waiting [2024-10-07T06:50:39.922Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:39.922Z] 46d784a6a3e0: Waiting [2024-10-07T06:50:39.922Z] 81f7f71476ca: Waiting [2024-10-07T06:50:39.922Z] d6c3e14f1153: Waiting [2024-10-07T06:50:39.922Z] 16113d51b718: Waiting [2024-10-07T06:50:39.922Z] 6ca5064235b4: Waiting [2024-10-07T06:50:39.922Z] 8985d45ea101: Waiting [2024-10-07T06:50:39.922Z] 5f70bf18a086: Waiting [2024-10-07T06:50:40.196Z] c729040222dc: Pushed [2024-10-07T06:50:40.196Z] 85d4c384497c: Pushed [2024-10-07T06:50:40.196Z] 8d3d6a9970ca: Pushed [2024-10-07T06:50:40.196Z] bfef39b33311: Pushed [2024-10-07T06:50:40.196Z] fc0ef5a3ec18: Pushed [2024-10-07T06:50:40.461Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:40.461Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:40.461Z] 1725113a9f5c: Pushed [2024-10-07T06:50:40.461Z] 705bf82b9cdf: Pushed [2024-10-07T06:50:40.461Z] 5f70bf18a086: Layer already exists [2024-10-07T06:50:40.461Z] 46d784a6a3e0: Pushed [2024-10-07T06:50:40.725Z] 81f7f71476ca: Pushed [2024-10-07T06:50:40.725Z] 16113d51b718: Layer already exists [2024-10-07T06:50:40.725Z] 6ca5064235b4: Pushed [2024-10-07T06:50:40.725Z] 8985d45ea101: Pushed [2024-10-07T06:50:40.725Z] d6c3e14f1153: Pushed [2024-10-07T06:50:43.302Z] 90aefb5735ed: Pushed [2024-10-07T06:50:43.570Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:43.938Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:44.297Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-07T06:50:44.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T06:50:44.297Z] fc0ef5a3ec18: Preparing [2024-10-07T06:50:44.297Z] 8d3d6a9970ca: Preparing [2024-10-07T06:50:44.297Z] c729040222dc: Preparing [2024-10-07T06:50:44.297Z] 85d4c384497c: Preparing [2024-10-07T06:50:44.297Z] bfef39b33311: Preparing [2024-10-07T06:50:44.297Z] 1725113a9f5c: Preparing [2024-10-07T06:50:44.297Z] 705bf82b9cdf: Preparing [2024-10-07T06:50:44.297Z] 90aefb5735ed: Preparing [2024-10-07T06:50:44.297Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:44.297Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:44.297Z] 46d784a6a3e0: Preparing [2024-10-07T06:50:44.297Z] 81f7f71476ca: Preparing [2024-10-07T06:50:44.297Z] 5f70bf18a086: Preparing [2024-10-07T06:50:44.297Z] 6ca5064235b4: Preparing [2024-10-07T06:50:44.297Z] 8985d45ea101: Preparing [2024-10-07T06:50:44.297Z] d6c3e14f1153: Preparing [2024-10-07T06:50:44.297Z] 16113d51b718: Preparing [2024-10-07T06:50:44.297Z] 90aefb5735ed: Waiting [2024-10-07T06:50:44.297Z] 7ae5eb703b64: Waiting [2024-10-07T06:50:44.297Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:44.297Z] 46d784a6a3e0: Waiting [2024-10-07T06:50:44.297Z] 81f7f71476ca: Waiting [2024-10-07T06:50:44.297Z] 5f70bf18a086: Waiting [2024-10-07T06:50:44.297Z] 6ca5064235b4: Waiting [2024-10-07T06:50:44.297Z] 8985d45ea101: Waiting [2024-10-07T06:50:44.297Z] d6c3e14f1153: Waiting [2024-10-07T06:50:44.297Z] 16113d51b718: Waiting [2024-10-07T06:50:44.297Z] 1725113a9f5c: Waiting [2024-10-07T06:50:44.297Z] 705bf82b9cdf: Waiting [2024-10-07T06:50:44.297Z] fc0ef5a3ec18: Layer already exists [2024-10-07T06:50:44.297Z] c729040222dc: Layer already exists [2024-10-07T06:50:44.297Z] 8d3d6a9970ca: Layer already exists [2024-10-07T06:50:44.297Z] bfef39b33311: Layer already exists [2024-10-07T06:50:44.297Z] 85d4c384497c: Layer already exists [2024-10-07T06:50:44.297Z] 705bf82b9cdf: Layer already exists [2024-10-07T06:50:44.297Z] 1725113a9f5c: Layer already exists [2024-10-07T06:50:44.297Z] 90aefb5735ed: Layer already exists [2024-10-07T06:50:44.297Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:44.297Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:44.297Z] 81f7f71476ca: Layer already exists [2024-10-07T06:50:44.297Z] 5f70bf18a086: Layer already exists [2024-10-07T06:50:44.563Z] 6ca5064235b4: Layer already exists [2024-10-07T06:50:44.563Z] 8985d45ea101: Layer already exists [2024-10-07T06:50:44.563Z] 46d784a6a3e0: Layer already exists [2024-10-07T06:50:44.563Z] d6c3e14f1153: Layer already exists [2024-10-07T06:50:44.563Z] 16113d51b718: Layer already exists [2024-10-07T06:50:44.563Z] latest: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:44.930Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:45.287Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.92 [2024-10-07T06:50:45.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T06:50:45.287Z] fc0ef5a3ec18: Preparing [2024-10-07T06:50:45.287Z] 8d3d6a9970ca: Preparing [2024-10-07T06:50:45.287Z] c729040222dc: Preparing [2024-10-07T06:50:45.287Z] 85d4c384497c: Preparing [2024-10-07T06:50:45.287Z] bfef39b33311: Preparing [2024-10-07T06:50:45.287Z] 1725113a9f5c: Preparing [2024-10-07T06:50:45.287Z] 705bf82b9cdf: Preparing [2024-10-07T06:50:45.287Z] 90aefb5735ed: Preparing [2024-10-07T06:50:45.287Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:45.287Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:45.287Z] 46d784a6a3e0: Preparing [2024-10-07T06:50:45.287Z] 81f7f71476ca: Preparing [2024-10-07T06:50:45.287Z] 5f70bf18a086: Preparing [2024-10-07T06:50:45.287Z] 6ca5064235b4: Preparing [2024-10-07T06:50:45.287Z] 8985d45ea101: Preparing [2024-10-07T06:50:45.287Z] d6c3e14f1153: Preparing [2024-10-07T06:50:45.287Z] 16113d51b718: Preparing [2024-10-07T06:50:45.287Z] 1725113a9f5c: Waiting [2024-10-07T06:50:45.287Z] 705bf82b9cdf: Waiting [2024-10-07T06:50:45.287Z] 90aefb5735ed: Waiting [2024-10-07T06:50:45.287Z] 81f7f71476ca: Waiting [2024-10-07T06:50:45.287Z] 7ae5eb703b64: Waiting [2024-10-07T06:50:45.287Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:45.287Z] 46d784a6a3e0: Waiting [2024-10-07T06:50:45.287Z] 5f70bf18a086: Waiting [2024-10-07T06:50:45.287Z] 6ca5064235b4: Waiting [2024-10-07T06:50:45.287Z] 8985d45ea101: Waiting [2024-10-07T06:50:45.287Z] 16113d51b718: Waiting [2024-10-07T06:50:45.287Z] d6c3e14f1153: Waiting [2024-10-07T06:50:45.287Z] c729040222dc: Layer already exists [2024-10-07T06:50:45.287Z] 85d4c384497c: Layer already exists [2024-10-07T06:50:45.287Z] fc0ef5a3ec18: Layer already exists [2024-10-07T06:50:45.287Z] bfef39b33311: Layer already exists [2024-10-07T06:50:45.287Z] 8d3d6a9970ca: Layer already exists [2024-10-07T06:50:45.287Z] 1725113a9f5c: Layer already exists [2024-10-07T06:50:45.287Z] 705bf82b9cdf: Layer already exists [2024-10-07T06:50:45.287Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:45.287Z] 90aefb5735ed: Layer already exists [2024-10-07T06:50:45.287Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:45.556Z] 6ca5064235b4: Layer already exists [2024-10-07T06:50:45.556Z] 5f70bf18a086: Layer already exists [2024-10-07T06:50:45.556Z] 81f7f71476ca: Layer already exists [2024-10-07T06:50:45.556Z] 46d784a6a3e0: Layer already exists [2024-10-07T06:50:45.556Z] 8985d45ea101: Layer already exists [2024-10-07T06:50:45.556Z] d6c3e14f1153: Layer already exists [2024-10-07T06:50:45.556Z] 16113d51b718: Layer already exists [2024-10-07T06:50:45.556Z] 3.2.0-dev.92: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:45.926Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:46.280Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:46.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T06:50:46.280Z] fc0ef5a3ec18: Preparing [2024-10-07T06:50:46.280Z] 8d3d6a9970ca: Preparing [2024-10-07T06:50:46.280Z] c729040222dc: Preparing [2024-10-07T06:50:46.280Z] 85d4c384497c: Preparing [2024-10-07T06:50:46.280Z] bfef39b33311: Preparing [2024-10-07T06:50:46.280Z] 1725113a9f5c: Preparing [2024-10-07T06:50:46.280Z] 705bf82b9cdf: Preparing [2024-10-07T06:50:46.280Z] 90aefb5735ed: Preparing [2024-10-07T06:50:46.280Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:46.280Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:46.280Z] 46d784a6a3e0: Preparing [2024-10-07T06:50:46.280Z] 81f7f71476ca: Preparing [2024-10-07T06:50:46.280Z] 5f70bf18a086: Preparing [2024-10-07T06:50:46.280Z] 6ca5064235b4: Preparing [2024-10-07T06:50:46.280Z] 8985d45ea101: Preparing [2024-10-07T06:50:46.280Z] d6c3e14f1153: Preparing [2024-10-07T06:50:46.280Z] 16113d51b718: Preparing [2024-10-07T06:50:46.280Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:46.280Z] 46d784a6a3e0: Waiting [2024-10-07T06:50:46.280Z] 81f7f71476ca: Waiting [2024-10-07T06:50:46.280Z] 5f70bf18a086: Waiting [2024-10-07T06:50:46.280Z] 6ca5064235b4: Waiting [2024-10-07T06:50:46.280Z] 8985d45ea101: Waiting [2024-10-07T06:50:46.280Z] d6c3e14f1153: Waiting [2024-10-07T06:50:46.280Z] 1725113a9f5c: Waiting [2024-10-07T06:50:46.280Z] 705bf82b9cdf: Waiting [2024-10-07T06:50:46.280Z] 16113d51b718: Waiting [2024-10-07T06:50:46.280Z] 90aefb5735ed: Waiting [2024-10-07T06:50:46.280Z] 7ae5eb703b64: Waiting [2024-10-07T06:50:46.280Z] c729040222dc: Layer already exists [2024-10-07T06:50:46.280Z] fc0ef5a3ec18: Layer already exists [2024-10-07T06:50:46.280Z] bfef39b33311: Layer already exists [2024-10-07T06:50:46.280Z] 85d4c384497c: Layer already exists [2024-10-07T06:50:46.280Z] 8d3d6a9970ca: Layer already exists [2024-10-07T06:50:46.280Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:46.280Z] 90aefb5735ed: Layer already exists [2024-10-07T06:50:46.280Z] 1725113a9f5c: Layer already exists [2024-10-07T06:50:46.280Z] 705bf82b9cdf: Layer already exists [2024-10-07T06:50:46.280Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:46.280Z] 46d784a6a3e0: Layer already exists [2024-10-07T06:50:46.280Z] 6ca5064235b4: Layer already exists [2024-10-07T06:50:46.280Z] 5f70bf18a086: Layer already exists [2024-10-07T06:50:46.280Z] 81f7f71476ca: Layer already exists [2024-10-07T06:50:46.280Z] 8985d45ea101: Layer already exists [2024-10-07T06:50:46.280Z] d6c3e14f1153: Layer already exists [2024-10-07T06:50:46.280Z] 16113d51b718: Layer already exists [2024-10-07T06:50:46.547Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:46.906Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:47.272Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-10-07T06:50:47.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-07T06:50:47.272Z] fc0ef5a3ec18: Preparing [2024-10-07T06:50:47.272Z] 8d3d6a9970ca: Preparing [2024-10-07T06:50:47.272Z] c729040222dc: Preparing [2024-10-07T06:50:47.272Z] 85d4c384497c: Preparing [2024-10-07T06:50:47.272Z] bfef39b33311: Preparing [2024-10-07T06:50:47.272Z] 1725113a9f5c: Preparing [2024-10-07T06:50:47.272Z] 705bf82b9cdf: Preparing [2024-10-07T06:50:47.272Z] 90aefb5735ed: Preparing [2024-10-07T06:50:47.272Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:47.272Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:47.272Z] 46d784a6a3e0: Preparing [2024-10-07T06:50:47.272Z] 81f7f71476ca: Preparing [2024-10-07T06:50:47.272Z] 5f70bf18a086: Preparing [2024-10-07T06:50:47.272Z] 6ca5064235b4: Preparing [2024-10-07T06:50:47.272Z] 8985d45ea101: Preparing [2024-10-07T06:50:47.272Z] d6c3e14f1153: Preparing [2024-10-07T06:50:47.272Z] 16113d51b718: Preparing [2024-10-07T06:50:47.272Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:47.272Z] 46d784a6a3e0: Waiting [2024-10-07T06:50:47.272Z] 81f7f71476ca: Waiting [2024-10-07T06:50:47.272Z] 6ca5064235b4: Waiting [2024-10-07T06:50:47.272Z] 8985d45ea101: Waiting [2024-10-07T06:50:47.272Z] 5f70bf18a086: Waiting [2024-10-07T06:50:47.272Z] d6c3e14f1153: Waiting [2024-10-07T06:50:47.272Z] 16113d51b718: Waiting [2024-10-07T06:50:47.272Z] 1725113a9f5c: Waiting [2024-10-07T06:50:47.272Z] 90aefb5735ed: Waiting [2024-10-07T06:50:47.272Z] 705bf82b9cdf: Waiting [2024-10-07T06:50:47.272Z] 85d4c384497c: Layer already exists [2024-10-07T06:50:47.272Z] fc0ef5a3ec18: Layer already exists [2024-10-07T06:50:47.272Z] bfef39b33311: Layer already exists [2024-10-07T06:50:47.272Z] c729040222dc: Layer already exists [2024-10-07T06:50:47.272Z] 8d3d6a9970ca: Layer already exists [2024-10-07T06:50:47.272Z] 1725113a9f5c: Layer already exists [2024-10-07T06:50:47.272Z] 705bf82b9cdf: Layer already exists [2024-10-07T06:50:47.272Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:47.272Z] 90aefb5735ed: Layer already exists [2024-10-07T06:50:47.272Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:47.272Z] 8985d45ea101: Layer already exists [2024-10-07T06:50:47.272Z] 46d784a6a3e0: Layer already exists [2024-10-07T06:50:47.272Z] 81f7f71476ca: Layer already exists [2024-10-07T06:50:47.272Z] 5f70bf18a086: Layer already exists [2024-10-07T06:50:47.540Z] 16113d51b718: Layer already exists [2024-10-07T06:50:47.540Z] d6c3e14f1153: Layer already exists [2024-10-07T06:50:47.540Z] 6ca5064235b4: Layer already exists [2024-10-07T06:50:47.540Z] main: digest: sha256:92cc5e744d73c4a8e7596ec34de2004534e2198ef8f0f1b60223c657e4c0daa0 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:50:47.622Z] ===================================================== [Pipeline] echo [2024-10-07T06:50:47.637Z] taggedImages: [2024-10-07T06:50:47.637Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:47.637Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-07T06:50:47.637Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.92 [2024-10-07T06:50:47.637Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:47.637Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-10-07T06:50:47.667Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-10-07T06:50:47.668Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:47.668Z] latest [2024-10-07T06:50:47.668Z] 3.2.0-dev.92 [2024-10-07T06:50:47.668Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:47.668Z] main [2024-10-07T06:50:47.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:48.059Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:48.418Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:48.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T06:50:48.418Z] 9017c35ab125: Preparing [2024-10-07T06:50:48.418Z] 53e0a0fc8835: Preparing [2024-10-07T06:50:48.418Z] b5e2a8890295: Preparing [2024-10-07T06:50:48.418Z] 81b92b0e42fd: Preparing [2024-10-07T06:50:48.418Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:48.418Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:48.418Z] 3219d7568d1c: Preparing [2024-10-07T06:50:48.418Z] e6875a927c14: Preparing [2024-10-07T06:50:48.418Z] 16113d51b718: Preparing [2024-10-07T06:50:48.418Z] 3219d7568d1c: Waiting [2024-10-07T06:50:48.418Z] e6875a927c14: Waiting [2024-10-07T06:50:48.418Z] 16113d51b718: Waiting [2024-10-07T06:50:48.418Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:48.684Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:48.684Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:48.684Z] 53e0a0fc8835: Pushed [2024-10-07T06:50:48.684Z] b5e2a8890295: Pushed [2024-10-07T06:50:48.684Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:48.684Z] 9017c35ab125: Pushed [2024-10-07T06:50:48.684Z] e6875a927c14: Layer already exists [2024-10-07T06:50:48.684Z] 16113d51b718: Layer already exists [2024-10-07T06:50:52.927Z] 81b92b0e42fd: Pushed [2024-10-07T06:50:52.927Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:53.285Z] + 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-10-07T06:50:53.654Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-07T06:50:53.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T06:50:53.654Z] 9017c35ab125: Preparing [2024-10-07T06:50:53.654Z] 53e0a0fc8835: Preparing [2024-10-07T06:50:53.654Z] b5e2a8890295: Preparing [2024-10-07T06:50:53.654Z] 81b92b0e42fd: Preparing [2024-10-07T06:50:53.654Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:53.654Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:53.654Z] 3219d7568d1c: Preparing [2024-10-07T06:50:53.654Z] e6875a927c14: Preparing [2024-10-07T06:50:53.654Z] 16113d51b718: Preparing [2024-10-07T06:50:53.654Z] 3219d7568d1c: Waiting [2024-10-07T06:50:53.654Z] e6875a927c14: Waiting [2024-10-07T06:50:53.654Z] 16113d51b718: Waiting [2024-10-07T06:50:53.654Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:53.654Z] 81b92b0e42fd: Layer already exists [2024-10-07T06:50:53.654Z] b5e2a8890295: Layer already exists [2024-10-07T06:50:53.654Z] 9017c35ab125: Layer already exists [2024-10-07T06:50:53.654Z] 53e0a0fc8835: Layer already exists [2024-10-07T06:50:53.654Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:53.654Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:53.654Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:53.654Z] e6875a927c14: Layer already exists [2024-10-07T06:50:53.654Z] 16113d51b718: Layer already exists [2024-10-07T06:50:53.922Z] latest: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:54.313Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:54.667Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.92 [2024-10-07T06:50:54.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T06:50:54.667Z] 9017c35ab125: Preparing [2024-10-07T06:50:54.667Z] 53e0a0fc8835: Preparing [2024-10-07T06:50:54.667Z] b5e2a8890295: Preparing [2024-10-07T06:50:54.667Z] 81b92b0e42fd: Preparing [2024-10-07T06:50:54.667Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:54.667Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:54.667Z] 3219d7568d1c: Preparing [2024-10-07T06:50:54.667Z] e6875a927c14: Preparing [2024-10-07T06:50:54.667Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:54.667Z] 16113d51b718: Preparing [2024-10-07T06:50:54.667Z] 3219d7568d1c: Waiting [2024-10-07T06:50:54.667Z] e6875a927c14: Waiting [2024-10-07T06:50:54.667Z] b5e2a8890295: Layer already exists [2024-10-07T06:50:54.667Z] 9017c35ab125: Layer already exists [2024-10-07T06:50:54.667Z] 53e0a0fc8835: Layer already exists [2024-10-07T06:50:54.667Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:54.667Z] 81b92b0e42fd: Layer already exists [2024-10-07T06:50:54.667Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:54.667Z] e6875a927c14: Layer already exists [2024-10-07T06:50:54.667Z] 16113d51b718: Layer already exists [2024-10-07T06:50:54.667Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:54.932Z] 3.2.0-dev.92: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:55.296Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:55.657Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:55.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T06:50:55.657Z] 9017c35ab125: Preparing [2024-10-07T06:50:55.657Z] 53e0a0fc8835: Preparing [2024-10-07T06:50:55.657Z] b5e2a8890295: Preparing [2024-10-07T06:50:55.657Z] 81b92b0e42fd: Preparing [2024-10-07T06:50:55.657Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:55.657Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:55.657Z] 3219d7568d1c: Preparing [2024-10-07T06:50:55.657Z] e6875a927c14: Preparing [2024-10-07T06:50:55.657Z] 16113d51b718: Preparing [2024-10-07T06:50:55.657Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:55.657Z] 16113d51b718: Waiting [2024-10-07T06:50:55.657Z] 3219d7568d1c: Waiting [2024-10-07T06:50:55.657Z] e6875a927c14: Waiting [2024-10-07T06:50:55.657Z] b5e2a8890295: Layer already exists [2024-10-07T06:50:55.657Z] 81b92b0e42fd: Layer already exists [2024-10-07T06:50:55.657Z] 9017c35ab125: Layer already exists [2024-10-07T06:50:55.657Z] 53e0a0fc8835: Layer already exists [2024-10-07T06:50:55.657Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:55.657Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:55.657Z] e6875a927c14: Layer already exists [2024-10-07T06:50:55.657Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:55.657Z] 16113d51b718: Layer already exists [2024-10-07T06:50:55.657Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:56.270Z] + 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-10-07T06:50:56.625Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-10-07T06:50:56.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-07T06:50:56.625Z] 9017c35ab125: Preparing [2024-10-07T06:50:56.625Z] 53e0a0fc8835: Preparing [2024-10-07T06:50:56.625Z] b5e2a8890295: Preparing [2024-10-07T06:50:56.625Z] 81b92b0e42fd: Preparing [2024-10-07T06:50:56.625Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:56.625Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:56.625Z] 3219d7568d1c: Preparing [2024-10-07T06:50:56.625Z] e6875a927c14: Preparing [2024-10-07T06:50:56.625Z] 16113d51b718: Preparing [2024-10-07T06:50:56.625Z] 3219d7568d1c: Waiting [2024-10-07T06:50:56.625Z] e6875a927c14: Waiting [2024-10-07T06:50:56.625Z] 16113d51b718: Waiting [2024-10-07T06:50:56.625Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:56.625Z] b5e2a8890295: Layer already exists [2024-10-07T06:50:56.625Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:56.625Z] 53e0a0fc8835: Layer already exists [2024-10-07T06:50:56.625Z] 9017c35ab125: Layer already exists [2024-10-07T06:50:56.625Z] 81b92b0e42fd: Layer already exists [2024-10-07T06:50:56.625Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:56.625Z] 3219d7568d1c: Layer already exists [2024-10-07T06:50:56.625Z] e6875a927c14: Layer already exists [2024-10-07T06:50:56.625Z] 16113d51b718: Layer already exists [2024-10-07T06:50:56.890Z] main: digest: sha256:48ad1c8e71758d149053b069eab193b8e03f77b7bfdb4269b3b9b0fee4516cc7 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:50:56.978Z] ===================================================== [Pipeline] echo [2024-10-07T06:50:56.993Z] taggedImages: [2024-10-07T06:50:56.993Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:56.993Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-07T06:50:56.993Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.92 [2024-10-07T06:50:56.993Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:56.993Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-10-07T06:50:57.022Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-10-07T06:50:57.022Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:57.022Z] latest [2024-10-07T06:50:57.022Z] 3.2.0-dev.92 [2024-10-07T06:50:57.022Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:50:57.022Z] main [2024-10-07T06:50:57.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:57.398Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:50:57.753Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:50:57.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T06:50:57.753Z] bcf833262a24: Preparing [2024-10-07T06:50:57.753Z] 11c3e4ea1e6b: Preparing [2024-10-07T06:50:57.753Z] 428484da4742: Preparing [2024-10-07T06:50:57.753Z] fd22ce4d5a3d: Preparing [2024-10-07T06:50:57.753Z] 1e2694ee8cde: Preparing [2024-10-07T06:50:57.753Z] 7ae5eb703b64: Preparing [2024-10-07T06:50:57.753Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:50:57.753Z] 764809cbedf8: Preparing [2024-10-07T06:50:57.753Z] 8700894d1bb0: Preparing [2024-10-07T06:50:57.753Z] 5d6fe0dd9697: Preparing [2024-10-07T06:50:57.753Z] 16113d51b718: Preparing [2024-10-07T06:50:57.753Z] 7ae5eb703b64: Waiting [2024-10-07T06:50:57.753Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:50:57.753Z] 764809cbedf8: Waiting [2024-10-07T06:50:57.753Z] 8700894d1bb0: Waiting [2024-10-07T06:50:57.753Z] 5d6fe0dd9697: Waiting [2024-10-07T06:50:57.753Z] 16113d51b718: Waiting [2024-10-07T06:50:58.017Z] 1e2694ee8cde: Pushed [2024-10-07T06:50:58.017Z] bcf833262a24: Pushed [2024-10-07T06:50:58.017Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:50:58.017Z] 11c3e4ea1e6b: Pushed [2024-10-07T06:50:58.017Z] fd22ce4d5a3d: Pushed [2024-10-07T06:50:58.017Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:50:58.017Z] 16113d51b718: Layer already exists [2024-10-07T06:50:58.017Z] 764809cbedf8: Pushed [2024-10-07T06:50:58.280Z] 8700894d1bb0: Pushed [2024-10-07T06:51:00.211Z] 428484da4742: Pushed [2024-10-07T06:51:00.789Z] 5d6fe0dd9697: Pushed [2024-10-07T06:51:01.053Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:01.409Z] + 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-10-07T06:51:01.759Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-07T06:51:01.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T06:51:01.759Z] bcf833262a24: Preparing [2024-10-07T06:51:01.759Z] 11c3e4ea1e6b: Preparing [2024-10-07T06:51:01.759Z] 428484da4742: Preparing [2024-10-07T06:51:01.759Z] fd22ce4d5a3d: Preparing [2024-10-07T06:51:01.759Z] 1e2694ee8cde: Preparing [2024-10-07T06:51:01.759Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:01.759Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:01.759Z] 764809cbedf8: Preparing [2024-10-07T06:51:01.759Z] 8700894d1bb0: Preparing [2024-10-07T06:51:01.759Z] 5d6fe0dd9697: Preparing [2024-10-07T06:51:01.759Z] 16113d51b718: Preparing [2024-10-07T06:51:01.759Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:01.759Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:01.759Z] 764809cbedf8: Waiting [2024-10-07T06:51:01.759Z] 8700894d1bb0: Waiting [2024-10-07T06:51:01.759Z] 5d6fe0dd9697: Waiting [2024-10-07T06:51:01.759Z] 16113d51b718: Waiting [2024-10-07T06:51:01.759Z] 1e2694ee8cde: Layer already exists [2024-10-07T06:51:01.759Z] fd22ce4d5a3d: Layer already exists [2024-10-07T06:51:01.759Z] bcf833262a24: Layer already exists [2024-10-07T06:51:01.759Z] 11c3e4ea1e6b: Layer already exists [2024-10-07T06:51:01.759Z] 428484da4742: Layer already exists [2024-10-07T06:51:01.759Z] 764809cbedf8: Layer already exists [2024-10-07T06:51:01.759Z] 5d6fe0dd9697: Layer already exists [2024-10-07T06:51:01.759Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:01.759Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:01.759Z] 8700894d1bb0: Layer already exists [2024-10-07T06:51:01.759Z] 16113d51b718: Layer already exists [2024-10-07T06:51:02.029Z] latest: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:02.386Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:02.747Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.92 [2024-10-07T06:51:02.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T06:51:02.747Z] bcf833262a24: Preparing [2024-10-07T06:51:02.747Z] 11c3e4ea1e6b: Preparing [2024-10-07T06:51:02.747Z] 428484da4742: Preparing [2024-10-07T06:51:02.747Z] fd22ce4d5a3d: Preparing [2024-10-07T06:51:02.747Z] 1e2694ee8cde: Preparing [2024-10-07T06:51:02.747Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:02.747Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:02.747Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:02.747Z] 764809cbedf8: Preparing [2024-10-07T06:51:02.747Z] 8700894d1bb0: Preparing [2024-10-07T06:51:02.747Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:02.747Z] 5d6fe0dd9697: Preparing [2024-10-07T06:51:02.747Z] 764809cbedf8: Waiting [2024-10-07T06:51:02.747Z] 8700894d1bb0: Waiting [2024-10-07T06:51:02.747Z] 16113d51b718: Preparing [2024-10-07T06:51:02.747Z] 5d6fe0dd9697: Waiting [2024-10-07T06:51:02.747Z] 16113d51b718: Waiting [2024-10-07T06:51:02.747Z] 1e2694ee8cde: Layer already exists [2024-10-07T06:51:02.747Z] fd22ce4d5a3d: Layer already exists [2024-10-07T06:51:02.747Z] 428484da4742: Layer already exists [2024-10-07T06:51:02.747Z] bcf833262a24: Layer already exists [2024-10-07T06:51:02.747Z] 11c3e4ea1e6b: Layer already exists [2024-10-07T06:51:02.747Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:02.747Z] 5d6fe0dd9697: Layer already exists [2024-10-07T06:51:02.747Z] 764809cbedf8: Layer already exists [2024-10-07T06:51:02.747Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:02.747Z] 8700894d1bb0: Layer already exists [2024-10-07T06:51:02.747Z] 16113d51b718: Layer already exists [2024-10-07T06:51:03.013Z] 3.2.0-dev.92: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:03.373Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:03.722Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:03.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T06:51:03.722Z] bcf833262a24: Preparing [2024-10-07T06:51:03.722Z] 11c3e4ea1e6b: Preparing [2024-10-07T06:51:03.722Z] 428484da4742: Preparing [2024-10-07T06:51:03.722Z] fd22ce4d5a3d: Preparing [2024-10-07T06:51:03.722Z] 1e2694ee8cde: Preparing [2024-10-07T06:51:03.722Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:03.722Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:03.722Z] 764809cbedf8: Preparing [2024-10-07T06:51:03.722Z] 8700894d1bb0: Preparing [2024-10-07T06:51:03.722Z] 5d6fe0dd9697: Preparing [2024-10-07T06:51:03.722Z] 16113d51b718: Preparing [2024-10-07T06:51:03.722Z] 764809cbedf8: Waiting [2024-10-07T06:51:03.722Z] 8700894d1bb0: Waiting [2024-10-07T06:51:03.722Z] 5d6fe0dd9697: Waiting [2024-10-07T06:51:03.722Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:03.722Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:03.722Z] 16113d51b718: Waiting [2024-10-07T06:51:03.722Z] 1e2694ee8cde: Layer already exists [2024-10-07T06:51:03.722Z] fd22ce4d5a3d: Layer already exists [2024-10-07T06:51:03.722Z] 11c3e4ea1e6b: Layer already exists [2024-10-07T06:51:03.722Z] bcf833262a24: Layer already exists [2024-10-07T06:51:03.722Z] 428484da4742: Layer already exists [2024-10-07T06:51:03.722Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:03.722Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:03.722Z] 764809cbedf8: Layer already exists [2024-10-07T06:51:03.722Z] 5d6fe0dd9697: Layer already exists [2024-10-07T06:51:03.722Z] 8700894d1bb0: Layer already exists [2024-10-07T06:51:03.722Z] 16113d51b718: Layer already exists [2024-10-07T06:51:03.987Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:04.342Z] + 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-10-07T06:51:04.697Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-10-07T06:51:04.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-07T06:51:04.697Z] bcf833262a24: Preparing [2024-10-07T06:51:04.697Z] 11c3e4ea1e6b: Preparing [2024-10-07T06:51:04.697Z] 428484da4742: Preparing [2024-10-07T06:51:04.697Z] fd22ce4d5a3d: Preparing [2024-10-07T06:51:04.697Z] 1e2694ee8cde: Preparing [2024-10-07T06:51:04.697Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:04.697Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:04.697Z] 764809cbedf8: Preparing [2024-10-07T06:51:04.697Z] 8700894d1bb0: Preparing [2024-10-07T06:51:04.697Z] 5d6fe0dd9697: Preparing [2024-10-07T06:51:04.697Z] 16113d51b718: Preparing [2024-10-07T06:51:04.697Z] 764809cbedf8: Waiting [2024-10-07T06:51:04.697Z] 8700894d1bb0: Waiting [2024-10-07T06:51:04.697Z] 5d6fe0dd9697: Waiting [2024-10-07T06:51:04.697Z] 16113d51b718: Waiting [2024-10-07T06:51:04.697Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:04.697Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:04.697Z] 11c3e4ea1e6b: Layer already exists [2024-10-07T06:51:04.697Z] bcf833262a24: Layer already exists [2024-10-07T06:51:04.697Z] 428484da4742: Layer already exists [2024-10-07T06:51:04.697Z] 1e2694ee8cde: Layer already exists [2024-10-07T06:51:04.697Z] fd22ce4d5a3d: Layer already exists [2024-10-07T06:51:04.697Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:04.697Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:04.697Z] 764809cbedf8: Layer already exists [2024-10-07T06:51:04.697Z] 8700894d1bb0: Layer already exists [2024-10-07T06:51:04.697Z] 5d6fe0dd9697: Layer already exists [2024-10-07T06:51:04.697Z] 16113d51b718: Layer already exists [2024-10-07T06:51:04.963Z] main: digest: sha256:b316857ec6d8e2fa04484cb034684a28a6d9d34b4292195dad7481984a5681a6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:51:05.036Z] ===================================================== [Pipeline] echo [2024-10-07T06:51:05.048Z] taggedImages: [2024-10-07T06:51:05.048Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:05.048Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-07T06:51:05.048Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.92 [2024-10-07T06:51:05.048Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:05.048Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-10-07T06:51:05.076Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-10-07T06:51:05.076Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:05.076Z] latest [2024-10-07T06:51:05.076Z] 3.2.0-dev.92 [2024-10-07T06:51:05.076Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:05.076Z] main [2024-10-07T06:51:05.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:05.458Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:05.805Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:05.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T06:51:05.806Z] fd653c0d3a5f: Preparing [2024-10-07T06:51:05.806Z] f4504ae4aa0f: Preparing [2024-10-07T06:51:05.806Z] 4cd68c175c36: Preparing [2024-10-07T06:51:05.806Z] a6df77b3e887: Preparing [2024-10-07T06:51:05.806Z] d4ad3f1a7697: Preparing [2024-10-07T06:51:05.806Z] 2ec73fefb4b3: Preparing [2024-10-07T06:51:05.806Z] 334386c5fdd1: Preparing [2024-10-07T06:51:05.806Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:05.806Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:05.806Z] f03da5435172: Preparing [2024-10-07T06:51:05.806Z] fdd8b68e9511: Preparing [2024-10-07T06:51:05.806Z] 16113d51b718: Preparing [2024-10-07T06:51:05.806Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:05.806Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:05.806Z] 2ec73fefb4b3: Waiting [2024-10-07T06:51:05.806Z] 334386c5fdd1: Waiting [2024-10-07T06:51:05.806Z] f03da5435172: Waiting [2024-10-07T06:51:05.806Z] fdd8b68e9511: Waiting [2024-10-07T06:51:05.806Z] 16113d51b718: Waiting [2024-10-07T06:51:06.072Z] f4504ae4aa0f: Pushed [2024-10-07T06:51:06.072Z] d4ad3f1a7697: Pushed [2024-10-07T06:51:06.072Z] fd653c0d3a5f: Pushed [2024-10-07T06:51:06.072Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:06.072Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:06.072Z] 2ec73fefb4b3: Pushed [2024-10-07T06:51:06.072Z] 334386c5fdd1: Pushed [2024-10-07T06:51:06.337Z] 16113d51b718: Layer already exists [2024-10-07T06:51:06.337Z] f03da5435172: Pushed [2024-10-07T06:51:08.263Z] a6df77b3e887: Pushed [2024-10-07T06:51:08.842Z] 4cd68c175c36: Pushed [2024-10-07T06:51:09.420Z] fdd8b68e9511: Pushed [2024-10-07T06:51:09.420Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:09.845Z] + 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-10-07T06:51:10.212Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-07T06:51:10.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T06:51:10.212Z] fd653c0d3a5f: Preparing [2024-10-07T06:51:10.212Z] f4504ae4aa0f: Preparing [2024-10-07T06:51:10.212Z] 4cd68c175c36: Preparing [2024-10-07T06:51:10.212Z] a6df77b3e887: Preparing [2024-10-07T06:51:10.212Z] d4ad3f1a7697: Preparing [2024-10-07T06:51:10.212Z] 2ec73fefb4b3: Preparing [2024-10-07T06:51:10.212Z] 334386c5fdd1: Preparing [2024-10-07T06:51:10.212Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:10.212Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:10.212Z] f03da5435172: Preparing [2024-10-07T06:51:10.212Z] fdd8b68e9511: Preparing [2024-10-07T06:51:10.212Z] 16113d51b718: Preparing [2024-10-07T06:51:10.212Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:10.212Z] f03da5435172: Waiting [2024-10-07T06:51:10.212Z] fdd8b68e9511: Waiting [2024-10-07T06:51:10.212Z] 16113d51b718: Waiting [2024-10-07T06:51:10.212Z] 2ec73fefb4b3: Waiting [2024-10-07T06:51:10.212Z] 334386c5fdd1: Waiting [2024-10-07T06:51:10.212Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:10.212Z] d4ad3f1a7697: Layer already exists [2024-10-07T06:51:10.212Z] a6df77b3e887: Layer already exists [2024-10-07T06:51:10.212Z] fd653c0d3a5f: Layer already exists [2024-10-07T06:51:10.212Z] 4cd68c175c36: Layer already exists [2024-10-07T06:51:10.212Z] f4504ae4aa0f: Layer already exists [2024-10-07T06:51:10.212Z] 334386c5fdd1: Layer already exists [2024-10-07T06:51:10.212Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:10.212Z] 2ec73fefb4b3: Layer already exists [2024-10-07T06:51:10.212Z] f03da5435172: Layer already exists [2024-10-07T06:51:10.212Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:10.212Z] 16113d51b718: Layer already exists [2024-10-07T06:51:10.212Z] fdd8b68e9511: Layer already exists [2024-10-07T06:51:10.483Z] latest: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:10.849Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:11.198Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.92 [2024-10-07T06:51:11.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T06:51:11.198Z] fd653c0d3a5f: Preparing [2024-10-07T06:51:11.198Z] f4504ae4aa0f: Preparing [2024-10-07T06:51:11.198Z] 4cd68c175c36: Preparing [2024-10-07T06:51:11.198Z] a6df77b3e887: Preparing [2024-10-07T06:51:11.198Z] d4ad3f1a7697: Preparing [2024-10-07T06:51:11.198Z] 2ec73fefb4b3: Preparing [2024-10-07T06:51:11.198Z] 334386c5fdd1: Preparing [2024-10-07T06:51:11.198Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:11.198Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:11.198Z] f03da5435172: Preparing [2024-10-07T06:51:11.198Z] fdd8b68e9511: Preparing [2024-10-07T06:51:11.198Z] 16113d51b718: Preparing [2024-10-07T06:51:11.198Z] 334386c5fdd1: Waiting [2024-10-07T06:51:11.198Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:11.198Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:11.198Z] f03da5435172: Waiting [2024-10-07T06:51:11.198Z] 2ec73fefb4b3: Waiting [2024-10-07T06:51:11.198Z] fdd8b68e9511: Waiting [2024-10-07T06:51:11.198Z] 16113d51b718: Waiting [2024-10-07T06:51:11.198Z] fd653c0d3a5f: Layer already exists [2024-10-07T06:51:11.198Z] 4cd68c175c36: Layer already exists [2024-10-07T06:51:11.198Z] d4ad3f1a7697: Layer already exists [2024-10-07T06:51:11.199Z] a6df77b3e887: Layer already exists [2024-10-07T06:51:11.199Z] f4504ae4aa0f: Layer already exists [2024-10-07T06:51:11.199Z] 334386c5fdd1: Layer already exists [2024-10-07T06:51:11.199Z] 2ec73fefb4b3: Layer already exists [2024-10-07T06:51:11.199Z] f03da5435172: Layer already exists [2024-10-07T06:51:11.199Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:11.199Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:11.199Z] fdd8b68e9511: Layer already exists [2024-10-07T06:51:11.199Z] 16113d51b718: Layer already exists [2024-10-07T06:51:11.463Z] 3.2.0-dev.92: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:11.820Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:12.170Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:12.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T06:51:12.170Z] fd653c0d3a5f: Preparing [2024-10-07T06:51:12.170Z] f4504ae4aa0f: Preparing [2024-10-07T06:51:12.170Z] 4cd68c175c36: Preparing [2024-10-07T06:51:12.170Z] a6df77b3e887: Preparing [2024-10-07T06:51:12.170Z] d4ad3f1a7697: Preparing [2024-10-07T06:51:12.170Z] 2ec73fefb4b3: Preparing [2024-10-07T06:51:12.170Z] 334386c5fdd1: Preparing [2024-10-07T06:51:12.170Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:12.170Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:12.170Z] f03da5435172: Preparing [2024-10-07T06:51:12.170Z] fdd8b68e9511: Preparing [2024-10-07T06:51:12.170Z] 16113d51b718: Preparing [2024-10-07T06:51:12.170Z] 334386c5fdd1: Waiting [2024-10-07T06:51:12.170Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:12.170Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:12.170Z] f03da5435172: Waiting [2024-10-07T06:51:12.170Z] 2ec73fefb4b3: Waiting [2024-10-07T06:51:12.170Z] fdd8b68e9511: Waiting [2024-10-07T06:51:12.170Z] 16113d51b718: Waiting [2024-10-07T06:51:12.170Z] a6df77b3e887: Layer already exists [2024-10-07T06:51:12.170Z] d4ad3f1a7697: Layer already exists [2024-10-07T06:51:12.170Z] fd653c0d3a5f: Layer already exists [2024-10-07T06:51:12.170Z] 4cd68c175c36: Layer already exists [2024-10-07T06:51:12.170Z] f4504ae4aa0f: Layer already exists [2024-10-07T06:51:12.170Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:12.170Z] f03da5435172: Layer already exists [2024-10-07T06:51:12.170Z] 334386c5fdd1: Layer already exists [2024-10-07T06:51:12.170Z] 2ec73fefb4b3: Layer already exists [2024-10-07T06:51:12.170Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:12.170Z] fdd8b68e9511: Layer already exists [2024-10-07T06:51:12.170Z] 16113d51b718: Layer already exists [2024-10-07T06:51:12.436Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:12.786Z] + 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-10-07T06:51:13.139Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-10-07T06:51:13.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-07T06:51:13.139Z] fd653c0d3a5f: Preparing [2024-10-07T06:51:13.139Z] f4504ae4aa0f: Preparing [2024-10-07T06:51:13.139Z] 4cd68c175c36: Preparing [2024-10-07T06:51:13.139Z] a6df77b3e887: Preparing [2024-10-07T06:51:13.139Z] d4ad3f1a7697: Preparing [2024-10-07T06:51:13.139Z] 2ec73fefb4b3: Preparing [2024-10-07T06:51:13.139Z] 334386c5fdd1: Preparing [2024-10-07T06:51:13.139Z] 2ec73fefb4b3: Waiting [2024-10-07T06:51:13.139Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:13.139Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:13.139Z] f03da5435172: Preparing [2024-10-07T06:51:13.139Z] fdd8b68e9511: Preparing [2024-10-07T06:51:13.139Z] 16113d51b718: Preparing [2024-10-07T06:51:13.139Z] 334386c5fdd1: Waiting [2024-10-07T06:51:13.139Z] 7ae5eb703b64: Waiting [2024-10-07T06:51:13.139Z] 1d1ed5c47ec5: Waiting [2024-10-07T06:51:13.139Z] f03da5435172: Waiting [2024-10-07T06:51:13.139Z] fdd8b68e9511: Waiting [2024-10-07T06:51:13.139Z] 16113d51b718: Waiting [2024-10-07T06:51:13.139Z] d4ad3f1a7697: Layer already exists [2024-10-07T06:51:13.139Z] fd653c0d3a5f: Layer already exists [2024-10-07T06:51:13.139Z] a6df77b3e887: Layer already exists [2024-10-07T06:51:13.139Z] f4504ae4aa0f: Layer already exists [2024-10-07T06:51:13.139Z] 4cd68c175c36: Layer already exists [2024-10-07T06:51:13.139Z] f03da5435172: Layer already exists [2024-10-07T06:51:13.139Z] 334386c5fdd1: Layer already exists [2024-10-07T06:51:13.139Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:13.139Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:13.139Z] 2ec73fefb4b3: Layer already exists [2024-10-07T06:51:13.407Z] fdd8b68e9511: Layer already exists [2024-10-07T06:51:13.407Z] 16113d51b718: Layer already exists [2024-10-07T06:51:13.407Z] main: digest: sha256:f2631f29f9792766073fca9a29b2db1823fc806034bac39adf452852cc3e867f size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:51:13.491Z] ===================================================== [Pipeline] echo [2024-10-07T06:51:13.508Z] taggedImages: [2024-10-07T06:51:13.508Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:13.508Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-07T06:51:13.508Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.92 [2024-10-07T06:51:13.508Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:13.508Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-10-07T06:51:13.545Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-10-07T06:51:13.545Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:13.545Z] latest [2024-10-07T06:51:13.545Z] 3.2.0-dev.92 [2024-10-07T06:51:13.545Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:13.545Z] main [2024-10-07T06:51:13.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:13.935Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:14.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:14.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T06:51:14.296Z] 4aa3ff74f720: Preparing [2024-10-07T06:51:14.296Z] 42521d262669: Preparing [2024-10-07T06:51:14.296Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:14.296Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:14.296Z] a765d579d877: Preparing [2024-10-07T06:51:14.296Z] e6f4787bbe69: Preparing [2024-10-07T06:51:14.296Z] 16113d51b718: Preparing [2024-10-07T06:51:14.296Z] e6f4787bbe69: Waiting [2024-10-07T06:51:14.296Z] 16113d51b718: Waiting [2024-10-07T06:51:14.296Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:14.564Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:14.564Z] 16113d51b718: Layer already exists [2024-10-07T06:51:14.564Z] 4aa3ff74f720: Pushed [2024-10-07T06:51:14.564Z] a765d579d877: Pushed [2024-10-07T06:51:16.503Z] e6f4787bbe69: Pushed [2024-10-07T06:51:18.441Z] 42521d262669: Pushed [2024-10-07T06:51:18.707Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:19.085Z] + 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-10-07T06:51:19.439Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-07T06:51:19.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T06:51:19.439Z] 4aa3ff74f720: Preparing [2024-10-07T06:51:19.439Z] 42521d262669: Preparing [2024-10-07T06:51:19.439Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:19.439Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:19.439Z] a765d579d877: Preparing [2024-10-07T06:51:19.439Z] e6f4787bbe69: Preparing [2024-10-07T06:51:19.439Z] 16113d51b718: Preparing [2024-10-07T06:51:19.439Z] e6f4787bbe69: Waiting [2024-10-07T06:51:19.439Z] 16113d51b718: Waiting [2024-10-07T06:51:19.439Z] 42521d262669: Layer already exists [2024-10-07T06:51:19.439Z] 4aa3ff74f720: Layer already exists [2024-10-07T06:51:19.439Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:19.439Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:19.439Z] a765d579d877: Layer already exists [2024-10-07T06:51:19.439Z] e6f4787bbe69: Layer already exists [2024-10-07T06:51:19.439Z] 16113d51b718: Layer already exists [2024-10-07T06:51:19.705Z] latest: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:20.060Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:20.416Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.92 [2024-10-07T06:51:20.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T06:51:20.416Z] 4aa3ff74f720: Preparing [2024-10-07T06:51:20.416Z] 42521d262669: Preparing [2024-10-07T06:51:20.416Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:20.416Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:20.416Z] a765d579d877: Preparing [2024-10-07T06:51:20.416Z] e6f4787bbe69: Preparing [2024-10-07T06:51:20.416Z] 16113d51b718: Preparing [2024-10-07T06:51:20.416Z] e6f4787bbe69: Waiting [2024-10-07T06:51:20.416Z] 16113d51b718: Waiting [2024-10-07T06:51:20.416Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:20.416Z] 42521d262669: Layer already exists [2024-10-07T06:51:20.416Z] a765d579d877: Layer already exists [2024-10-07T06:51:20.416Z] 4aa3ff74f720: Layer already exists [2024-10-07T06:51:20.416Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:20.416Z] 16113d51b718: Layer already exists [2024-10-07T06:51:20.416Z] e6f4787bbe69: Layer already exists [2024-10-07T06:51:20.416Z] 3.2.0-dev.92: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:21.040Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:21.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:21.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T06:51:21.391Z] 4aa3ff74f720: Preparing [2024-10-07T06:51:21.391Z] 42521d262669: Preparing [2024-10-07T06:51:21.391Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:21.391Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:21.391Z] a765d579d877: Preparing [2024-10-07T06:51:21.391Z] e6f4787bbe69: Preparing [2024-10-07T06:51:21.391Z] 16113d51b718: Preparing [2024-10-07T06:51:21.391Z] e6f4787bbe69: Waiting [2024-10-07T06:51:21.391Z] 16113d51b718: Waiting [2024-10-07T06:51:21.391Z] a765d579d877: Layer already exists [2024-10-07T06:51:21.391Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:21.391Z] 4aa3ff74f720: Layer already exists [2024-10-07T06:51:21.391Z] 42521d262669: Layer already exists [2024-10-07T06:51:21.391Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:21.391Z] e6f4787bbe69: Layer already exists [2024-10-07T06:51:21.391Z] 16113d51b718: Layer already exists [2024-10-07T06:51:21.657Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:22.003Z] + 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-10-07T06:51:22.351Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-10-07T06:51:22.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-07T06:51:22.352Z] 4aa3ff74f720: Preparing [2024-10-07T06:51:22.352Z] 42521d262669: Preparing [2024-10-07T06:51:22.352Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:22.352Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:22.352Z] a765d579d877: Preparing [2024-10-07T06:51:22.352Z] e6f4787bbe69: Preparing [2024-10-07T06:51:22.352Z] 16113d51b718: Preparing [2024-10-07T06:51:22.352Z] e6f4787bbe69: Waiting [2024-10-07T06:51:22.352Z] 16113d51b718: Waiting [2024-10-07T06:51:22.352Z] 4aa3ff74f720: Layer already exists [2024-10-07T06:51:22.352Z] a765d579d877: Layer already exists [2024-10-07T06:51:22.352Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:22.352Z] 42521d262669: Layer already exists [2024-10-07T06:51:22.352Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:22.352Z] e6f4787bbe69: Layer already exists [2024-10-07T06:51:22.352Z] 16113d51b718: Layer already exists [2024-10-07T06:51:22.618Z] main: digest: sha256:ad91d31a58c792fa55e20ddc165790a54d4bfc49814c7cad6c61d8488f0e4a83 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:51:22.693Z] ===================================================== [Pipeline] echo [2024-10-07T06:51:22.708Z] taggedImages: [2024-10-07T06:51:22.708Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:22.709Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-07T06:51:22.709Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.92 [2024-10-07T06:51:22.709Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:22.709Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-10-07T06:51:22.735Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-10-07T06:51:22.735Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:22.735Z] latest [2024-10-07T06:51:22.735Z] 3.2.0-dev.92 [2024-10-07T06:51:22.735Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:22.735Z] main [2024-10-07T06:51:22.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:23.095Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:23.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:23.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T06:51:23.447Z] a208e0eb64a9: Preparing [2024-10-07T06:51:23.447Z] 13a60f07021a: Preparing [2024-10-07T06:51:23.447Z] c50b65c67301: Preparing [2024-10-07T06:51:23.447Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:23.447Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:23.447Z] 50e4d915f1a6: Preparing [2024-10-07T06:51:23.447Z] c56844aec067: Preparing [2024-10-07T06:51:23.447Z] bd855b0f896f: Preparing [2024-10-07T06:51:23.447Z] 1ca4e697b91f: Preparing [2024-10-07T06:51:23.447Z] 16113d51b718: Preparing [2024-10-07T06:51:23.447Z] 50e4d915f1a6: Waiting [2024-10-07T06:51:23.447Z] c56844aec067: Waiting [2024-10-07T06:51:23.447Z] bd855b0f896f: Waiting [2024-10-07T06:51:23.447Z] 1ca4e697b91f: Waiting [2024-10-07T06:51:23.447Z] 16113d51b718: Waiting [2024-10-07T06:51:23.447Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:23.447Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:23.712Z] a208e0eb64a9: Pushed [2024-10-07T06:51:23.712Z] 13a60f07021a: Pushed [2024-10-07T06:51:23.712Z] c50b65c67301: Pushed [2024-10-07T06:51:23.712Z] 16113d51b718: Layer already exists [2024-10-07T06:51:23.976Z] bd855b0f896f: Pushed [2024-10-07T06:51:24.552Z] 1ca4e697b91f: Pushed [2024-10-07T06:51:36.850Z] c56844aec067: Pushed [2024-10-07T06:51:45.035Z] 50e4d915f1a6: Pushed [2024-10-07T06:51:45.036Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:45.388Z] + 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-10-07T06:51:45.745Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-07T06:51:45.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T06:51:45.745Z] a208e0eb64a9: Preparing [2024-10-07T06:51:45.745Z] 13a60f07021a: Preparing [2024-10-07T06:51:45.745Z] c50b65c67301: Preparing [2024-10-07T06:51:45.745Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:45.745Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:45.745Z] 50e4d915f1a6: Preparing [2024-10-07T06:51:45.745Z] c56844aec067: Preparing [2024-10-07T06:51:45.745Z] bd855b0f896f: Preparing [2024-10-07T06:51:45.745Z] 1ca4e697b91f: Preparing [2024-10-07T06:51:45.745Z] 16113d51b718: Preparing [2024-10-07T06:51:45.745Z] bd855b0f896f: Waiting [2024-10-07T06:51:45.745Z] 1ca4e697b91f: Waiting [2024-10-07T06:51:45.745Z] 16113d51b718: Waiting [2024-10-07T06:51:45.745Z] 50e4d915f1a6: Waiting [2024-10-07T06:51:45.745Z] c56844aec067: Waiting [2024-10-07T06:51:45.745Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:45.745Z] 13a60f07021a: Layer already exists [2024-10-07T06:51:45.745Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:45.745Z] c50b65c67301: Layer already exists [2024-10-07T06:51:45.745Z] a208e0eb64a9: Layer already exists [2024-10-07T06:51:45.745Z] 50e4d915f1a6: Layer already exists [2024-10-07T06:51:45.745Z] bd855b0f896f: Layer already exists [2024-10-07T06:51:45.745Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:51:45.745Z] c56844aec067: Layer already exists [2024-10-07T06:51:45.745Z] 16113d51b718: Layer already exists [2024-10-07T06:51:45.745Z] latest: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:46.351Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:46.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.92 [2024-10-07T06:51:46.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T06:51:46.693Z] a208e0eb64a9: Preparing [2024-10-07T06:51:46.693Z] 13a60f07021a: Preparing [2024-10-07T06:51:46.693Z] c50b65c67301: Preparing [2024-10-07T06:51:46.693Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:46.693Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:46.693Z] 50e4d915f1a6: Preparing [2024-10-07T06:51:46.693Z] c56844aec067: Preparing [2024-10-07T06:51:46.693Z] bd855b0f896f: Preparing [2024-10-07T06:51:46.693Z] 1ca4e697b91f: Preparing [2024-10-07T06:51:46.693Z] 16113d51b718: Preparing [2024-10-07T06:51:46.693Z] 50e4d915f1a6: Waiting [2024-10-07T06:51:46.693Z] c56844aec067: Waiting [2024-10-07T06:51:46.693Z] bd855b0f896f: Waiting [2024-10-07T06:51:46.693Z] 1ca4e697b91f: Waiting [2024-10-07T06:51:46.693Z] 16113d51b718: Waiting [2024-10-07T06:51:46.693Z] a208e0eb64a9: Layer already exists [2024-10-07T06:51:46.693Z] c50b65c67301: Layer already exists [2024-10-07T06:51:46.693Z] 13a60f07021a: Layer already exists [2024-10-07T06:51:46.693Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:46.693Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:46.693Z] c56844aec067: Layer already exists [2024-10-07T06:51:46.693Z] 50e4d915f1a6: Layer already exists [2024-10-07T06:51:46.693Z] bd855b0f896f: Layer already exists [2024-10-07T06:51:46.693Z] 16113d51b718: Layer already exists [2024-10-07T06:51:46.693Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:51:46.957Z] 3.2.0-dev.92: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:47.303Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:47.642Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:47.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T06:51:47.643Z] a208e0eb64a9: Preparing [2024-10-07T06:51:47.643Z] 13a60f07021a: Preparing [2024-10-07T06:51:47.643Z] c50b65c67301: Preparing [2024-10-07T06:51:47.643Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:47.643Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:47.643Z] 50e4d915f1a6: Preparing [2024-10-07T06:51:47.643Z] c56844aec067: Preparing [2024-10-07T06:51:47.643Z] bd855b0f896f: Preparing [2024-10-07T06:51:47.643Z] 1ca4e697b91f: Preparing [2024-10-07T06:51:47.643Z] 16113d51b718: Preparing [2024-10-07T06:51:47.643Z] 50e4d915f1a6: Waiting [2024-10-07T06:51:47.643Z] c56844aec067: Waiting [2024-10-07T06:51:47.643Z] bd855b0f896f: Waiting [2024-10-07T06:51:47.643Z] 1ca4e697b91f: Waiting [2024-10-07T06:51:47.643Z] 16113d51b718: Waiting [2024-10-07T06:51:47.643Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:47.643Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:47.643Z] a208e0eb64a9: Layer already exists [2024-10-07T06:51:47.643Z] 13a60f07021a: Layer already exists [2024-10-07T06:51:47.643Z] c50b65c67301: Layer already exists [2024-10-07T06:51:47.643Z] c56844aec067: Layer already exists [2024-10-07T06:51:47.643Z] 50e4d915f1a6: Layer already exists [2024-10-07T06:51:47.643Z] bd855b0f896f: Layer already exists [2024-10-07T06:51:47.643Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:51:47.643Z] 16113d51b718: Layer already exists [2024-10-07T06:51:47.907Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:48.258Z] + 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-10-07T06:51:48.605Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-10-07T06:51:48.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-07T06:51:48.870Z] a208e0eb64a9: Preparing [2024-10-07T06:51:48.870Z] 13a60f07021a: Preparing [2024-10-07T06:51:48.870Z] c50b65c67301: Preparing [2024-10-07T06:51:48.870Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:48.870Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:48.870Z] 50e4d915f1a6: Preparing [2024-10-07T06:51:48.870Z] c56844aec067: Preparing [2024-10-07T06:51:48.870Z] bd855b0f896f: Preparing [2024-10-07T06:51:48.870Z] 1ca4e697b91f: Preparing [2024-10-07T06:51:48.870Z] 16113d51b718: Preparing [2024-10-07T06:51:48.870Z] c56844aec067: Waiting [2024-10-07T06:51:48.870Z] bd855b0f896f: Waiting [2024-10-07T06:51:48.870Z] 1ca4e697b91f: Waiting [2024-10-07T06:51:48.870Z] 16113d51b718: Waiting [2024-10-07T06:51:48.870Z] 50e4d915f1a6: Waiting [2024-10-07T06:51:49.451Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:49.451Z] c50b65c67301: Layer already exists [2024-10-07T06:51:49.451Z] a208e0eb64a9: Layer already exists [2024-10-07T06:51:49.451Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:49.451Z] 13a60f07021a: Layer already exists [2024-10-07T06:51:52.777Z] 16113d51b718: Layer already exists [2024-10-07T06:51:52.777Z] 50e4d915f1a6: Layer already exists [2024-10-07T06:51:52.777Z] bd855b0f896f: Layer already exists [2024-10-07T06:51:52.777Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:51:52.777Z] c56844aec067: Layer already exists [2024-10-07T06:51:52.777Z] main: digest: sha256:b89ba879a2affa726fece3f9f4fd5b0b5b144afb4064d7cb6859424abe595f2f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:51:52.855Z] ===================================================== [Pipeline] echo [2024-10-07T06:51:52.874Z] taggedImages: [2024-10-07T06:51:52.874Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:52.874Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-07T06:51:52.874Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.92 [2024-10-07T06:51:52.874Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:52.874Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-10-07T06:51:52.905Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-10-07T06:51:52.905Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:52.905Z] latest [2024-10-07T06:51:52.905Z] 3.2.0-dev.92 [2024-10-07T06:51:52.905Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:51:52.905Z] main [2024-10-07T06:51:52.905Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:53.272Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:51:53.626Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:51:53.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T06:51:53.626Z] 00861903fd1e: Preparing [2024-10-07T06:51:53.626Z] 6d61002b695d: Preparing [2024-10-07T06:51:53.626Z] 6239cbfd7b30: Preparing [2024-10-07T06:51:53.626Z] 7ae5eb703b64: Preparing [2024-10-07T06:51:53.626Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:51:53.626Z] 20ac6a50806d: Preparing [2024-10-07T06:51:53.626Z] f282c2786085: Preparing [2024-10-07T06:51:53.626Z] acdc814d0796: Preparing [2024-10-07T06:51:53.626Z] 16113d51b718: Preparing [2024-10-07T06:51:53.626Z] f282c2786085: Waiting [2024-10-07T06:51:53.626Z] acdc814d0796: Waiting [2024-10-07T06:51:53.626Z] 20ac6a50806d: Waiting [2024-10-07T06:51:53.626Z] 16113d51b718: Waiting [2024-10-07T06:51:53.626Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:51:53.626Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:51:53.890Z] 6239cbfd7b30: Pushed [2024-10-07T06:51:53.890Z] 6d61002b695d: Pushed [2024-10-07T06:51:53.890Z] 16113d51b718: Layer already exists [2024-10-07T06:51:53.890Z] 00861903fd1e: Pushed [2024-10-07T06:51:53.890Z] f282c2786085: Pushed [2024-10-07T06:51:55.285Z] acdc814d0796: Pushed [2024-10-07T06:52:17.310Z] 20ac6a50806d: Pushed [2024-10-07T06:52:17.310Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:17.703Z] + 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-10-07T06:52:18.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-07T06:52:18.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T06:52:18.061Z] 00861903fd1e: Preparing [2024-10-07T06:52:18.061Z] 6d61002b695d: Preparing [2024-10-07T06:52:18.061Z] 6239cbfd7b30: Preparing [2024-10-07T06:52:18.061Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:18.061Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:18.061Z] 20ac6a50806d: Preparing [2024-10-07T06:52:18.061Z] f282c2786085: Preparing [2024-10-07T06:52:18.061Z] acdc814d0796: Preparing [2024-10-07T06:52:18.061Z] 16113d51b718: Preparing [2024-10-07T06:52:18.061Z] 20ac6a50806d: Waiting [2024-10-07T06:52:18.061Z] f282c2786085: Waiting [2024-10-07T06:52:18.061Z] acdc814d0796: Waiting [2024-10-07T06:52:18.061Z] 16113d51b718: Waiting [2024-10-07T06:52:18.061Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:18.061Z] 00861903fd1e: Layer already exists [2024-10-07T06:52:18.061Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:18.061Z] 6239cbfd7b30: Layer already exists [2024-10-07T06:52:18.061Z] 6d61002b695d: Layer already exists [2024-10-07T06:52:18.061Z] 20ac6a50806d: Layer already exists [2024-10-07T06:52:18.061Z] f282c2786085: Layer already exists [2024-10-07T06:52:18.061Z] acdc814d0796: Layer already exists [2024-10-07T06:52:18.061Z] 16113d51b718: Layer already exists [2024-10-07T06:52:18.327Z] latest: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:18.681Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:19.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.92 [2024-10-07T06:52:19.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T06:52:19.020Z] 00861903fd1e: Preparing [2024-10-07T06:52:19.020Z] 6d61002b695d: Preparing [2024-10-07T06:52:19.020Z] 6239cbfd7b30: Preparing [2024-10-07T06:52:19.020Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:19.020Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:19.020Z] 20ac6a50806d: Preparing [2024-10-07T06:52:19.020Z] f282c2786085: Preparing [2024-10-07T06:52:19.020Z] acdc814d0796: Preparing [2024-10-07T06:52:19.020Z] 16113d51b718: Preparing [2024-10-07T06:52:19.020Z] 20ac6a50806d: Waiting [2024-10-07T06:52:19.020Z] acdc814d0796: Waiting [2024-10-07T06:52:19.020Z] 16113d51b718: Waiting [2024-10-07T06:52:19.020Z] f282c2786085: Waiting [2024-10-07T06:52:19.020Z] 6d61002b695d: Layer already exists [2024-10-07T06:52:19.020Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:19.020Z] 00861903fd1e: Layer already exists [2024-10-07T06:52:19.020Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:19.020Z] 6239cbfd7b30: Layer already exists [2024-10-07T06:52:19.020Z] f282c2786085: Layer already exists [2024-10-07T06:52:19.020Z] 20ac6a50806d: Layer already exists [2024-10-07T06:52:19.020Z] 16113d51b718: Layer already exists [2024-10-07T06:52:19.020Z] acdc814d0796: Layer already exists [2024-10-07T06:52:19.285Z] 3.2.0-dev.92: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:19.640Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:20.001Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:52:20.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T06:52:20.001Z] 00861903fd1e: Preparing [2024-10-07T06:52:20.001Z] 6d61002b695d: Preparing [2024-10-07T06:52:20.001Z] 6239cbfd7b30: Preparing [2024-10-07T06:52:20.001Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:20.001Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:20.001Z] 20ac6a50806d: Preparing [2024-10-07T06:52:20.001Z] f282c2786085: Preparing [2024-10-07T06:52:20.001Z] acdc814d0796: Preparing [2024-10-07T06:52:20.001Z] 16113d51b718: Preparing [2024-10-07T06:52:20.001Z] f282c2786085: Waiting [2024-10-07T06:52:20.001Z] 16113d51b718: Waiting [2024-10-07T06:52:20.001Z] 20ac6a50806d: Waiting [2024-10-07T06:52:20.001Z] acdc814d0796: Waiting [2024-10-07T06:52:20.001Z] 6d61002b695d: Layer already exists [2024-10-07T06:52:20.001Z] 00861903fd1e: Layer already exists [2024-10-07T06:52:20.001Z] 6239cbfd7b30: Layer already exists [2024-10-07T06:52:20.001Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:20.001Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:20.001Z] f282c2786085: Layer already exists [2024-10-07T06:52:20.001Z] acdc814d0796: Layer already exists [2024-10-07T06:52:20.001Z] 20ac6a50806d: Layer already exists [2024-10-07T06:52:20.001Z] 16113d51b718: Layer already exists [2024-10-07T06:52:20.001Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:20.614Z] + 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-10-07T06:52:20.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-10-07T06:52:20.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-07T06:52:20.957Z] 00861903fd1e: Preparing [2024-10-07T06:52:20.957Z] 6d61002b695d: Preparing [2024-10-07T06:52:20.957Z] 6239cbfd7b30: Preparing [2024-10-07T06:52:20.957Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:20.957Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:20.957Z] 20ac6a50806d: Preparing [2024-10-07T06:52:20.957Z] f282c2786085: Preparing [2024-10-07T06:52:20.957Z] acdc814d0796: Preparing [2024-10-07T06:52:20.957Z] 16113d51b718: Preparing [2024-10-07T06:52:20.957Z] f282c2786085: Waiting [2024-10-07T06:52:20.957Z] acdc814d0796: Waiting [2024-10-07T06:52:20.957Z] 16113d51b718: Waiting [2024-10-07T06:52:20.957Z] 20ac6a50806d: Waiting [2024-10-07T06:52:20.957Z] 6d61002b695d: Layer already exists [2024-10-07T06:52:20.957Z] 00861903fd1e: Layer already exists [2024-10-07T06:52:20.957Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:20.957Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:20.957Z] 6239cbfd7b30: Layer already exists [2024-10-07T06:52:20.957Z] f282c2786085: Layer already exists [2024-10-07T06:52:20.957Z] 20ac6a50806d: Layer already exists [2024-10-07T06:52:20.957Z] acdc814d0796: Layer already exists [2024-10-07T06:52:20.957Z] 16113d51b718: Layer already exists [2024-10-07T06:52:21.222Z] main: digest: sha256:197d84d50b818e6597ca48d528ff6a71deccd95efbdddf3ab7cb4ef67c3932a7 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:52:21.304Z] ===================================================== [Pipeline] echo [2024-10-07T06:52:21.320Z] taggedImages: [2024-10-07T06:52:21.320Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:52:21.320Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-07T06:52:21.320Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.92 [2024-10-07T06:52:21.320Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:52:21.320Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-10-07T06:52:21.351Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-10-07T06:52:21.351Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:52:21.351Z] latest [2024-10-07T06:52:21.351Z] 3.2.0-dev.92 [2024-10-07T06:52:21.351Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:52:21.351Z] main [2024-10-07T06:52:21.351Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:21.720Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:22.084Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:52:22.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T06:52:22.084Z] 18e6bc573f00: Preparing [2024-10-07T06:52:22.084Z] d6f7ec8b28c2: Preparing [2024-10-07T06:52:22.084Z] 0401b5f87e92: Preparing [2024-10-07T06:52:22.084Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:22.084Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:22.084Z] 816734382008: Preparing [2024-10-07T06:52:22.084Z] bd855b0f896f: Preparing [2024-10-07T06:52:22.084Z] 1ca4e697b91f: Preparing [2024-10-07T06:52:22.084Z] 16113d51b718: Preparing [2024-10-07T06:52:22.084Z] 816734382008: Waiting [2024-10-07T06:52:22.084Z] bd855b0f896f: Waiting [2024-10-07T06:52:22.084Z] 1ca4e697b91f: Waiting [2024-10-07T06:52:22.084Z] 16113d51b718: Waiting [2024-10-07T06:52:22.084Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:22.349Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:22.349Z] bd855b0f896f: Layer already exists [2024-10-07T06:52:22.349Z] 0401b5f87e92: Pushed [2024-10-07T06:52:22.349Z] d6f7ec8b28c2: Pushed [2024-10-07T06:52:22.349Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:52:22.349Z] 18e6bc573f00: Pushed [2024-10-07T06:52:22.349Z] 16113d51b718: Layer already exists [2024-10-07T06:52:44.375Z] 816734382008: Pushed [2024-10-07T06:52:44.375Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:44.751Z] + 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-10-07T06:52:45.104Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-07T06:52:45.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T06:52:45.105Z] 18e6bc573f00: Preparing [2024-10-07T06:52:45.105Z] d6f7ec8b28c2: Preparing [2024-10-07T06:52:45.105Z] 0401b5f87e92: Preparing [2024-10-07T06:52:45.105Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:45.105Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:45.105Z] 816734382008: Preparing [2024-10-07T06:52:45.105Z] bd855b0f896f: Preparing [2024-10-07T06:52:45.105Z] 1ca4e697b91f: Preparing [2024-10-07T06:52:45.105Z] 16113d51b718: Preparing [2024-10-07T06:52:45.105Z] bd855b0f896f: Waiting [2024-10-07T06:52:45.105Z] 1ca4e697b91f: Waiting [2024-10-07T06:52:45.105Z] 16113d51b718: Waiting [2024-10-07T06:52:45.105Z] 816734382008: Waiting [2024-10-07T06:52:45.105Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:45.105Z] 0401b5f87e92: Layer already exists [2024-10-07T06:52:45.105Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:45.105Z] 18e6bc573f00: Layer already exists [2024-10-07T06:52:45.105Z] d6f7ec8b28c2: Layer already exists [2024-10-07T06:52:45.105Z] 816734382008: Layer already exists [2024-10-07T06:52:45.105Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:52:45.105Z] bd855b0f896f: Layer already exists [2024-10-07T06:52:45.105Z] 16113d51b718: Layer already exists [2024-10-07T06:52:45.372Z] latest: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:45.722Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:46.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.92 [2024-10-07T06:52:46.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T06:52:46.079Z] 18e6bc573f00: Preparing [2024-10-07T06:52:46.079Z] d6f7ec8b28c2: Preparing [2024-10-07T06:52:46.079Z] 0401b5f87e92: Preparing [2024-10-07T06:52:46.079Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:46.079Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:46.079Z] 816734382008: Preparing [2024-10-07T06:52:46.079Z] bd855b0f896f: Preparing [2024-10-07T06:52:46.079Z] 1ca4e697b91f: Preparing [2024-10-07T06:52:46.079Z] 16113d51b718: Preparing [2024-10-07T06:52:46.079Z] bd855b0f896f: Waiting [2024-10-07T06:52:46.079Z] 816734382008: Waiting [2024-10-07T06:52:46.079Z] 1ca4e697b91f: Waiting [2024-10-07T06:52:46.079Z] 16113d51b718: Waiting [2024-10-07T06:52:46.079Z] d6f7ec8b28c2: Layer already exists [2024-10-07T06:52:46.079Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:46.079Z] 18e6bc573f00: Layer already exists [2024-10-07T06:52:46.079Z] 0401b5f87e92: Layer already exists [2024-10-07T06:52:46.079Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:46.079Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:52:46.079Z] 816734382008: Layer already exists [2024-10-07T06:52:46.079Z] bd855b0f896f: Layer already exists [2024-10-07T06:52:46.079Z] 16113d51b718: Layer already exists [2024-10-07T06:52:46.343Z] 3.2.0-dev.92: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:46.706Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:47.059Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:52:47.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T06:52:47.059Z] 18e6bc573f00: Preparing [2024-10-07T06:52:47.059Z] d6f7ec8b28c2: Preparing [2024-10-07T06:52:47.059Z] 0401b5f87e92: Preparing [2024-10-07T06:52:47.059Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:47.059Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:47.059Z] 816734382008: Preparing [2024-10-07T06:52:47.059Z] bd855b0f896f: Preparing [2024-10-07T06:52:47.059Z] 1ca4e697b91f: Preparing [2024-10-07T06:52:47.059Z] 16113d51b718: Preparing [2024-10-07T06:52:47.059Z] 816734382008: Waiting [2024-10-07T06:52:47.059Z] 1ca4e697b91f: Waiting [2024-10-07T06:52:47.059Z] bd855b0f896f: Waiting [2024-10-07T06:52:47.059Z] 16113d51b718: Waiting [2024-10-07T06:52:47.059Z] 0401b5f87e92: Layer already exists [2024-10-07T06:52:47.059Z] d6f7ec8b28c2: Layer already exists [2024-10-07T06:52:47.059Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:47.059Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:47.059Z] 18e6bc573f00: Layer already exists [2024-10-07T06:52:47.059Z] 816734382008: Layer already exists [2024-10-07T06:52:47.059Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:52:47.059Z] 16113d51b718: Layer already exists [2024-10-07T06:52:47.059Z] bd855b0f896f: Layer already exists [2024-10-07T06:52:47.326Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:47.699Z] + 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-10-07T06:52:48.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-10-07T06:52:48.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-07T06:52:48.061Z] 18e6bc573f00: Preparing [2024-10-07T06:52:48.061Z] d6f7ec8b28c2: Preparing [2024-10-07T06:52:48.061Z] 0401b5f87e92: Preparing [2024-10-07T06:52:48.061Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:48.061Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:48.061Z] 816734382008: Preparing [2024-10-07T06:52:48.061Z] bd855b0f896f: Preparing [2024-10-07T06:52:48.061Z] 1ca4e697b91f: Preparing [2024-10-07T06:52:48.061Z] 16113d51b718: Preparing [2024-10-07T06:52:48.061Z] 1ca4e697b91f: Waiting [2024-10-07T06:52:48.061Z] 16113d51b718: Waiting [2024-10-07T06:52:48.061Z] 816734382008: Waiting [2024-10-07T06:52:48.061Z] 18e6bc573f00: Layer already exists [2024-10-07T06:52:48.061Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:48.061Z] d6f7ec8b28c2: Layer already exists [2024-10-07T06:52:48.061Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:48.061Z] 0401b5f87e92: Layer already exists [2024-10-07T06:52:48.061Z] bd855b0f896f: Layer already exists [2024-10-07T06:52:48.061Z] 816734382008: Layer already exists [2024-10-07T06:52:48.061Z] 16113d51b718: Layer already exists [2024-10-07T06:52:48.061Z] 1ca4e697b91f: Layer already exists [2024-10-07T06:52:48.329Z] main: digest: sha256:e07ee5320880987183647b9c9e52238c1f1016d7f1117b89545bc26e709a10b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:52:48.406Z] ===================================================== [Pipeline] echo [2024-10-07T06:52:48.425Z] taggedImages: [2024-10-07T06:52:48.425Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:52:48.425Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-07T06:52:48.425Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.92 [2024-10-07T06:52:48.425Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:52:48.425Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-10-07T06:52:48.460Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-10-07T06:52:48.461Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:52:48.461Z] latest [2024-10-07T06:52:48.461Z] 3.2.0-dev.92 [2024-10-07T06:52:48.461Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:52:48.461Z] main [2024-10-07T06:52:48.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:48.837Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:49.196Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:52:49.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T06:52:49.196Z] 0bc1de7f5e0a: Preparing [2024-10-07T06:52:49.196Z] db8768a73424: Preparing [2024-10-07T06:52:49.196Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:49.196Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:49.196Z] 6be5f214da14: Preparing [2024-10-07T06:52:49.196Z] 1de93184d689: Preparing [2024-10-07T06:52:49.196Z] 16113d51b718: Preparing [2024-10-07T06:52:49.196Z] 1de93184d689: Waiting [2024-10-07T06:52:49.196Z] 16113d51b718: Waiting [2024-10-07T06:52:49.196Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:49.462Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:49.462Z] 16113d51b718: Layer already exists [2024-10-07T06:52:49.462Z] 0bc1de7f5e0a: Pushed [2024-10-07T06:52:49.462Z] 6be5f214da14: Pushed [2024-10-07T06:52:50.043Z] 1de93184d689: Pushed [2024-10-07T06:52:58.246Z] db8768a73424: Pushed [2024-10-07T06:52:58.246Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:58.597Z] + 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-10-07T06:52:58.951Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-07T06:52:58.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T06:52:58.951Z] 0bc1de7f5e0a: Preparing [2024-10-07T06:52:58.951Z] db8768a73424: Preparing [2024-10-07T06:52:58.951Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:58.951Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:58.951Z] 6be5f214da14: Preparing [2024-10-07T06:52:58.951Z] 1de93184d689: Preparing [2024-10-07T06:52:58.951Z] 16113d51b718: Preparing [2024-10-07T06:52:58.951Z] 1de93184d689: Waiting [2024-10-07T06:52:58.951Z] 16113d51b718: Waiting [2024-10-07T06:52:58.951Z] db8768a73424: Layer already exists [2024-10-07T06:52:58.951Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:58.951Z] 6be5f214da14: Layer already exists [2024-10-07T06:52:58.951Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:58.951Z] 0bc1de7f5e0a: Layer already exists [2024-10-07T06:52:58.951Z] 16113d51b718: Layer already exists [2024-10-07T06:52:58.951Z] 1de93184d689: Layer already exists [2024-10-07T06:52:59.218Z] latest: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:59.584Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:52:59.936Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.92 [2024-10-07T06:52:59.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T06:52:59.936Z] 0bc1de7f5e0a: Preparing [2024-10-07T06:52:59.936Z] db8768a73424: Preparing [2024-10-07T06:52:59.936Z] 7ae5eb703b64: Preparing [2024-10-07T06:52:59.936Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:52:59.936Z] 6be5f214da14: Preparing [2024-10-07T06:52:59.936Z] 1de93184d689: Preparing [2024-10-07T06:52:59.936Z] 16113d51b718: Preparing [2024-10-07T06:52:59.936Z] 1de93184d689: Waiting [2024-10-07T06:52:59.936Z] 16113d51b718: Waiting [2024-10-07T06:52:59.936Z] 0bc1de7f5e0a: Layer already exists [2024-10-07T06:52:59.936Z] db8768a73424: Layer already exists [2024-10-07T06:52:59.936Z] 6be5f214da14: Layer already exists [2024-10-07T06:52:59.936Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:52:59.936Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:52:59.936Z] 16113d51b718: Layer already exists [2024-10-07T06:52:59.936Z] 1de93184d689: Layer already exists [2024-10-07T06:53:00.201Z] 3.2.0-dev.92: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:00.550Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:03.575Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:03.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T06:53:03.575Z] 0bc1de7f5e0a: Preparing [2024-10-07T06:53:03.575Z] db8768a73424: Preparing [2024-10-07T06:53:03.575Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:03.575Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:03.575Z] 6be5f214da14: Preparing [2024-10-07T06:53:03.575Z] 1de93184d689: Preparing [2024-10-07T06:53:03.575Z] 16113d51b718: Preparing [2024-10-07T06:53:03.575Z] 1de93184d689: Waiting [2024-10-07T06:53:03.575Z] 16113d51b718: Waiting [2024-10-07T06:53:03.575Z] db8768a73424: Layer already exists [2024-10-07T06:53:03.575Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:03.575Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:03.575Z] 0bc1de7f5e0a: Layer already exists [2024-10-07T06:53:03.575Z] 6be5f214da14: Layer already exists [2024-10-07T06:53:03.575Z] 16113d51b718: Layer already exists [2024-10-07T06:53:03.575Z] 1de93184d689: Layer already exists [2024-10-07T06:53:03.839Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:04.195Z] + 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-10-07T06:53:04.531Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-10-07T06:53:04.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-07T06:53:04.531Z] 0bc1de7f5e0a: Preparing [2024-10-07T06:53:04.531Z] db8768a73424: Preparing [2024-10-07T06:53:04.531Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:04.531Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:04.531Z] 6be5f214da14: Preparing [2024-10-07T06:53:04.531Z] 1de93184d689: Preparing [2024-10-07T06:53:04.531Z] 16113d51b718: Preparing [2024-10-07T06:53:04.531Z] 1de93184d689: Waiting [2024-10-07T06:53:04.531Z] 16113d51b718: Waiting [2024-10-07T06:53:04.531Z] db8768a73424: Layer already exists [2024-10-07T06:53:04.531Z] 0bc1de7f5e0a: Layer already exists [2024-10-07T06:53:04.531Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:04.531Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:04.531Z] 6be5f214da14: Layer already exists [2024-10-07T06:53:04.531Z] 16113d51b718: Layer already exists [2024-10-07T06:53:04.531Z] 1de93184d689: Layer already exists [2024-10-07T06:53:04.795Z] main: digest: sha256:b264c8700508cad6eb1f6930f278b497629fb99558d3b4ae035a98e189523d04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:53:04.931Z] ===================================================== [Pipeline] echo [2024-10-07T06:53:04.944Z] taggedImages: [2024-10-07T06:53:04.944Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:04.944Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-07T06:53:04.944Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.92 [2024-10-07T06:53:04.944Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:04.944Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-10-07T06:53:04.974Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-10-07T06:53:04.974Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:04.974Z] latest [2024-10-07T06:53:04.974Z] 3.2.0-dev.92 [2024-10-07T06:53:04.974Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:04.974Z] main [2024-10-07T06:53:04.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:05.330Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:05.678Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:05.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T06:53:05.678Z] bb04be2ec288: Preparing [2024-10-07T06:53:05.678Z] 4bdc9a6b80cf: Preparing [2024-10-07T06:53:05.678Z] 89f31382a3d2: Preparing [2024-10-07T06:53:05.678Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:05.678Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:05.678Z] 212fcfeddec5: Preparing [2024-10-07T06:53:05.678Z] 95209243acbc: Preparing [2024-10-07T06:53:05.678Z] 16113d51b718: Preparing [2024-10-07T06:53:05.678Z] 212fcfeddec5: Waiting [2024-10-07T06:53:05.678Z] 95209243acbc: Waiting [2024-10-07T06:53:05.678Z] 16113d51b718: Waiting [2024-10-07T06:53:05.678Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:05.678Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:05.942Z] 4bdc9a6b80cf: Pushed [2024-10-07T06:53:05.942Z] 16113d51b718: Layer already exists [2024-10-07T06:53:05.942Z] bb04be2ec288: Pushed [2024-10-07T06:53:05.942Z] 212fcfeddec5: Pushed [2024-10-07T06:53:06.206Z] 95209243acbc: Pushed [2024-10-07T06:53:14.402Z] 89f31382a3d2: Pushed [2024-10-07T06:53:14.402Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:14.750Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:15.105Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-07T06:53:15.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T06:53:15.105Z] bb04be2ec288: Preparing [2024-10-07T06:53:15.105Z] 4bdc9a6b80cf: Preparing [2024-10-07T06:53:15.105Z] 89f31382a3d2: Preparing [2024-10-07T06:53:15.105Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:15.105Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:15.105Z] 212fcfeddec5: Preparing [2024-10-07T06:53:15.105Z] 95209243acbc: Preparing [2024-10-07T06:53:15.105Z] 16113d51b718: Preparing [2024-10-07T06:53:15.105Z] 212fcfeddec5: Waiting [2024-10-07T06:53:15.105Z] 95209243acbc: Waiting [2024-10-07T06:53:15.105Z] 16113d51b718: Waiting [2024-10-07T06:53:15.105Z] 89f31382a3d2: Layer already exists [2024-10-07T06:53:15.105Z] bb04be2ec288: Layer already exists [2024-10-07T06:53:15.105Z] 4bdc9a6b80cf: Layer already exists [2024-10-07T06:53:15.105Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:15.105Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:15.105Z] 95209243acbc: Layer already exists [2024-10-07T06:53:15.105Z] 212fcfeddec5: Layer already exists [2024-10-07T06:53:15.105Z] 16113d51b718: Layer already exists [2024-10-07T06:53:15.370Z] latest: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:15.723Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:16.079Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.92 [2024-10-07T06:53:16.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T06:53:16.079Z] bb04be2ec288: Preparing [2024-10-07T06:53:16.079Z] 4bdc9a6b80cf: Preparing [2024-10-07T06:53:16.079Z] 89f31382a3d2: Preparing [2024-10-07T06:53:16.079Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:16.079Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:16.079Z] 212fcfeddec5: Preparing [2024-10-07T06:53:16.079Z] 95209243acbc: Preparing [2024-10-07T06:53:16.079Z] 16113d51b718: Preparing [2024-10-07T06:53:16.079Z] 212fcfeddec5: Waiting [2024-10-07T06:53:16.079Z] 95209243acbc: Waiting [2024-10-07T06:53:16.079Z] 16113d51b718: Waiting [2024-10-07T06:53:16.079Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:16.079Z] bb04be2ec288: Layer already exists [2024-10-07T06:53:16.079Z] 89f31382a3d2: Layer already exists [2024-10-07T06:53:16.079Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:16.079Z] 4bdc9a6b80cf: Layer already exists [2024-10-07T06:53:16.079Z] 95209243acbc: Layer already exists [2024-10-07T06:53:16.079Z] 16113d51b718: Layer already exists [2024-10-07T06:53:16.079Z] 212fcfeddec5: Layer already exists [2024-10-07T06:53:16.344Z] 3.2.0-dev.92: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:16.702Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:17.045Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:17.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T06:53:17.045Z] bb04be2ec288: Preparing [2024-10-07T06:53:17.045Z] 4bdc9a6b80cf: Preparing [2024-10-07T06:53:17.045Z] 89f31382a3d2: Preparing [2024-10-07T06:53:17.045Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:17.045Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:17.045Z] 212fcfeddec5: Preparing [2024-10-07T06:53:17.045Z] 95209243acbc: Preparing [2024-10-07T06:53:17.045Z] 16113d51b718: Preparing [2024-10-07T06:53:17.045Z] 95209243acbc: Waiting [2024-10-07T06:53:17.045Z] 16113d51b718: Waiting [2024-10-07T06:53:17.045Z] 212fcfeddec5: Waiting [2024-10-07T06:53:17.045Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:17.045Z] bb04be2ec288: Layer already exists [2024-10-07T06:53:17.045Z] 89f31382a3d2: Layer already exists [2024-10-07T06:53:17.045Z] 4bdc9a6b80cf: Layer already exists [2024-10-07T06:53:17.045Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:17.045Z] 95209243acbc: Layer already exists [2024-10-07T06:53:17.045Z] 16113d51b718: Layer already exists [2024-10-07T06:53:17.045Z] 212fcfeddec5: Layer already exists [2024-10-07T06:53:17.313Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:17.663Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:18.022Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-10-07T06:53:18.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-07T06:53:18.023Z] bb04be2ec288: Preparing [2024-10-07T06:53:18.023Z] 4bdc9a6b80cf: Preparing [2024-10-07T06:53:18.023Z] 89f31382a3d2: Preparing [2024-10-07T06:53:18.023Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:18.023Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:18.023Z] 212fcfeddec5: Preparing [2024-10-07T06:53:18.023Z] 95209243acbc: Preparing [2024-10-07T06:53:18.023Z] 16113d51b718: Preparing [2024-10-07T06:53:18.023Z] 212fcfeddec5: Waiting [2024-10-07T06:53:18.023Z] 95209243acbc: Waiting [2024-10-07T06:53:18.023Z] 16113d51b718: Waiting [2024-10-07T06:53:18.023Z] bb04be2ec288: Layer already exists [2024-10-07T06:53:18.023Z] 4bdc9a6b80cf: Layer already exists [2024-10-07T06:53:18.023Z] 89f31382a3d2: Layer already exists [2024-10-07T06:53:18.023Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:18.023Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:18.023Z] 212fcfeddec5: Layer already exists [2024-10-07T06:53:18.023Z] 16113d51b718: Layer already exists [2024-10-07T06:53:18.023Z] 95209243acbc: Layer already exists [2024-10-07T06:53:18.289Z] main: digest: sha256:2a336914113ed81b429847074433657e7786cb9319d197697b5219ca30a4c163 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:53:18.367Z] ===================================================== [Pipeline] echo [2024-10-07T06:53:18.383Z] taggedImages: [2024-10-07T06:53:18.383Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:18.383Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-07T06:53:18.383Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.92 [2024-10-07T06:53:18.383Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:18.383Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-10-07T06:53:18.418Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-10-07T06:53:18.418Z] 77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:18.418Z] latest [2024-10-07T06:53:18.418Z] 3.2.0-dev.92 [2024-10-07T06:53:18.418Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:18.418Z] main [2024-10-07T06:53:18.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:18.780Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:19.127Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:19.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T06:53:19.127Z] b4c14b25682a: Preparing [2024-10-07T06:53:19.127Z] 84799d6acf4b: Preparing [2024-10-07T06:53:19.127Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:19.127Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:19.127Z] 3219d7568d1c: Preparing [2024-10-07T06:53:19.127Z] e6875a927c14: Preparing [2024-10-07T06:53:19.127Z] 16113d51b718: Preparing [2024-10-07T06:53:19.127Z] e6875a927c14: Waiting [2024-10-07T06:53:19.127Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:19.393Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:19.393Z] e6875a927c14: Layer already exists [2024-10-07T06:53:19.393Z] 3219d7568d1c: Layer already exists [2024-10-07T06:53:19.393Z] 16113d51b718: Layer already exists [2024-10-07T06:53:19.393Z] b4c14b25682a: Pushed [2024-10-07T06:53:27.582Z] 84799d6acf4b: Pushed [2024-10-07T06:53:27.582Z] 77e0adce47a12d7dc08b393082bf391b7f950b01: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:27.926Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:28.299Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-07T06:53:28.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T06:53:28.299Z] b4c14b25682a: Preparing [2024-10-07T06:53:28.299Z] 84799d6acf4b: Preparing [2024-10-07T06:53:28.299Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:28.299Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:28.299Z] 3219d7568d1c: Preparing [2024-10-07T06:53:28.299Z] e6875a927c14: Preparing [2024-10-07T06:53:28.299Z] 16113d51b718: Preparing [2024-10-07T06:53:28.299Z] e6875a927c14: Waiting [2024-10-07T06:53:28.299Z] 16113d51b718: Waiting [2024-10-07T06:53:28.299Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:28.299Z] 3219d7568d1c: Layer already exists [2024-10-07T06:53:28.299Z] b4c14b25682a: Layer already exists [2024-10-07T06:53:28.299Z] 84799d6acf4b: Layer already exists [2024-10-07T06:53:28.299Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:28.299Z] 16113d51b718: Layer already exists [2024-10-07T06:53:28.299Z] e6875a927c14: Layer already exists [2024-10-07T06:53:28.569Z] latest: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:28.941Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:29.297Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.92 [2024-10-07T06:53:29.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T06:53:29.297Z] b4c14b25682a: Preparing [2024-10-07T06:53:29.297Z] 84799d6acf4b: Preparing [2024-10-07T06:53:29.297Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:29.297Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:29.297Z] 3219d7568d1c: Preparing [2024-10-07T06:53:29.297Z] e6875a927c14: Preparing [2024-10-07T06:53:29.297Z] 16113d51b718: Preparing [2024-10-07T06:53:29.297Z] 16113d51b718: Waiting [2024-10-07T06:53:29.297Z] e6875a927c14: Waiting [2024-10-07T06:53:29.297Z] 3219d7568d1c: Layer already exists [2024-10-07T06:53:29.298Z] b4c14b25682a: Layer already exists [2024-10-07T06:53:29.298Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:29.298Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:29.298Z] 84799d6acf4b: Layer already exists [2024-10-07T06:53:29.298Z] e6875a927c14: Layer already exists [2024-10-07T06:53:29.298Z] 16113d51b718: Layer already exists [2024-10-07T06:53:29.298Z] 3.2.0-dev.92: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:29.925Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:30.267Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:30.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T06:53:30.267Z] b4c14b25682a: Preparing [2024-10-07T06:53:30.267Z] 84799d6acf4b: Preparing [2024-10-07T06:53:30.267Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:30.267Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:30.267Z] 3219d7568d1c: Preparing [2024-10-07T06:53:30.267Z] e6875a927c14: Preparing [2024-10-07T06:53:30.267Z] 16113d51b718: Preparing [2024-10-07T06:53:30.267Z] 16113d51b718: Waiting [2024-10-07T06:53:30.267Z] e6875a927c14: Waiting [2024-10-07T06:53:30.267Z] b4c14b25682a: Layer already exists [2024-10-07T06:53:30.267Z] 84799d6acf4b: Layer already exists [2024-10-07T06:53:30.267Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:30.267Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:30.267Z] 3219d7568d1c: Layer already exists [2024-10-07T06:53:30.267Z] 16113d51b718: Layer already exists [2024-10-07T06:53:30.267Z] e6875a927c14: Layer already exists [2024-10-07T06:53:30.530Z] 77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:30.875Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:31.216Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-10-07T06:53:31.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-07T06:53:31.216Z] b4c14b25682a: Preparing [2024-10-07T06:53:31.216Z] 84799d6acf4b: Preparing [2024-10-07T06:53:31.216Z] 7ae5eb703b64: Preparing [2024-10-07T06:53:31.216Z] 1d1ed5c47ec5: Preparing [2024-10-07T06:53:31.216Z] 3219d7568d1c: Preparing [2024-10-07T06:53:31.216Z] e6875a927c14: Preparing [2024-10-07T06:53:31.216Z] 16113d51b718: Preparing [2024-10-07T06:53:31.216Z] e6875a927c14: Waiting [2024-10-07T06:53:31.216Z] 16113d51b718: Waiting [2024-10-07T06:53:31.216Z] 7ae5eb703b64: Layer already exists [2024-10-07T06:53:31.216Z] 3219d7568d1c: Layer already exists [2024-10-07T06:53:31.216Z] 1d1ed5c47ec5: Layer already exists [2024-10-07T06:53:31.216Z] b4c14b25682a: Layer already exists [2024-10-07T06:53:31.216Z] 84799d6acf4b: Layer already exists [2024-10-07T06:53:31.216Z] 16113d51b718: Layer already exists [2024-10-07T06:53:31.216Z] e6875a927c14: Layer already exists [2024-10-07T06:53:31.481Z] main: digest: sha256:43bb5024a2884d2453829f4ce15fce3fe4e4cac130f409bca080aaeb99d4b3d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-07T06:53:31.555Z] ===================================================== [Pipeline] echo [2024-10-07T06:53:31.566Z] taggedImages: [2024-10-07T06:53:31.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01 [2024-10-07T06:53:31.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-07T06:53:31.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.92 [2024-10-07T06:53:31.566Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:77e0adce47a12d7dc08b393082bf391b7f950b01-3.2.0-dev.92 [2024-10-07T06:53:31.566Z] - 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-10-07T06:53:31.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T06:53:31.950Z] [2024-10-07T06:53:31.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:53:32.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T06:53:32.290Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-07T06:53:32.290Z] 8998bd30e6a1: Pulling fs layer [2024-10-07T06:53:32.290Z] 04944245beec: Pulling fs layer [2024-10-07T06:53:32.290Z] 699f458cf7ca: Pulling fs layer [2024-10-07T06:53:32.290Z] 765212b225bb: Pulling fs layer [2024-10-07T06:53:32.290Z] f23df028b6ca: Pulling fs layer [2024-10-07T06:53:32.290Z] d65c8cfc05b1: Pulling fs layer [2024-10-07T06:53:32.290Z] 2437ff75d9bd: Pulling fs layer [2024-10-07T06:53:32.290Z] 765212b225bb: Waiting [2024-10-07T06:53:32.290Z] f23df028b6ca: Waiting [2024-10-07T06:53:32.290Z] d65c8cfc05b1: Waiting [2024-10-07T06:53:32.290Z] 2437ff75d9bd: Waiting [2024-10-07T06:53:32.559Z] 04944245beec: Verifying Checksum [2024-10-07T06:53:32.559Z] 04944245beec: Download complete [2024-10-07T06:53:32.559Z] 765212b225bb: Verifying Checksum [2024-10-07T06:53:32.559Z] 765212b225bb: Download complete [2024-10-07T06:53:32.559Z] f23df028b6ca: Verifying Checksum [2024-10-07T06:53:32.559Z] f23df028b6ca: Download complete [2024-10-07T06:53:32.559Z] d65c8cfc05b1: Verifying Checksum [2024-10-07T06:53:32.559Z] d65c8cfc05b1: Download complete [2024-10-07T06:53:32.824Z] 699f458cf7ca: Verifying Checksum [2024-10-07T06:53:32.824Z] 699f458cf7ca: Download complete [2024-10-07T06:53:33.088Z] 8998bd30e6a1: Verifying Checksum [2024-10-07T06:53:33.088Z] 8998bd30e6a1: Download complete [2024-10-07T06:53:35.656Z] 2437ff75d9bd: Verifying Checksum [2024-10-07T06:53:35.656Z] 2437ff75d9bd: Download complete [2024-10-07T06:53:37.586Z] 8998bd30e6a1: Pull complete [2024-10-07T06:53:38.166Z] 04944245beec: Pull complete [2024-10-07T06:53:40.110Z] 699f458cf7ca: Pull complete [2024-10-07T06:53:40.110Z] 765212b225bb: Pull complete [2024-10-07T06:53:41.069Z] f23df028b6ca: Pull complete [2024-10-07T06:53:41.333Z] d65c8cfc05b1: Pull complete [2024-10-07T06:53:59.515Z] 2437ff75d9bd: Pull complete [2024-10-07T06:53:59.515Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-07T06:53:59.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T06:53:59.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:53:59.719Z] prd-ubuntu20.04-docker-arm64-4c-16g-22000 does not seem to be running inside a container [2024-10-07T06:53:59.770Z] $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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:arm64 cat [2024-10-07T06:54:02.531Z] $ docker top 4d7af72aa99770651806c23aab70fadcf76a5f4617eeddfe6008248f06869e4d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:54:03.439Z] ---> job-cost.sh [2024-10-07T06:54:03.439Z] lf-activate-venv: SKIPPING [2024-10-07T06:54:03.439Z] INFO: No Stack... [2024-10-07T06:54:03.705Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-07T06:54:04.658Z] INFO: Archiving Costs [Pipeline] sh [2024-10-07T06:54:05.286Z] + cat /w/workspace/edgex-go/715/archives/cost.csv [2024-10-07T06:54:05.287Z] + cut -d, -f6 [Pipeline] lock [2024-10-07T06:54:05.319Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-715-stack-cost] [2024-10-07T06:54:05.330Z] Resource [jenkins-edgexfoundry-edgex-go-main-715-stack-cost] did not exist. Created. [2024-10-07T06:54:05.337Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-715-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-07T06:54:05.662Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-07T06:54:06.319Z] Stashed 1 file(s) [Pipeline] } [2024-10-07T06:54:06.331Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-715-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-07T06:54:06.345Z] $ docker stop --time=1 4d7af72aa99770651806c23aab70fadcf76a5f4617eeddfe6008248f06869e4d [2024-10-07T06:54:07.817Z] $ docker rm -f --volumes 4d7af72aa99770651806c23aab70fadcf76a5f4617eeddfe6008248f06869e4d [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-10-07T06:54:08.418Z] provisioning config files... [2024-10-07T06:54:08.428Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/715@tmp/config11531339734450970788tmp [Pipeline] { [Pipeline] sh [2024-10-07T06:54:08.737Z] + set +x [2024-10-07T06:54:08.737Z] + curl -s https://codecov.io/bash [2024-10-07T06:54:08.737Z] + bash -s -- [2024-10-07T06:54:08.737Z] [2024-10-07T06:54:08.737Z] _____ _ [2024-10-07T06:54:08.737Z] / ____| | | [2024-10-07T06:54:08.737Z] | | ___ __| | ___ ___ _____ __ [2024-10-07T06:54:08.737Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-07T06:54:08.737Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-07T06:54:08.737Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-07T06:54:08.737Z] Bash-1.0.6 [2024-10-07T06:54:08.737Z] [2024-10-07T06:54:08.737Z] [2024-10-07T06:54:08.737Z] ==> git version 2.25.1 found [2024-10-07T06:54:08.737Z] ==> 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-10-07T06:54:08.737Z] Release-Date: 2020-01-08 [2024-10-07T06:54:08.737Z] 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-10-07T06:54:08.737Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-07T06:54:08.737Z] ==> Jenkins CI detected. [2024-10-07T06:54:08.737Z] current dir:  /w/workspace/edgex-go/715 [2024-10-07T06:54:08.737Z] project root: . [2024-10-07T06:54:08.737Z] --> token set from env [2024-10-07T06:54:08.737Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-07T06:54:09.017Z] ==> Running gcov in . (disable via -X gcov) [2024-10-07T06:54:09.017Z] ==> Python coveragepy not found [2024-10-07T06:54:09.017Z] ==> Searching for coverage reports in: [2024-10-07T06:54:09.017Z] + . [2024-10-07T06:54:09.017Z] -> Found 1 reports [2024-10-07T06:54:09.017Z] ==> Detecting git/mercurial file structure [2024-10-07T06:54:09.017Z] ==> Reading reports [2024-10-07T06:54:09.017Z] + ./coverage.out bytes=1502112 [2024-10-07T06:54:09.017Z] ==> Appending adjustments [2024-10-07T06:54:09.017Z] https://docs.codecov.io/docs/fixing-reports [2024-10-07T06:54:10.399Z] + Found adjustments [2024-10-07T06:54:10.399Z] ==> Gzipping contents [2024-10-07T06:54:10.399Z] 132K /tmp/codecov.YTqkBo.gz [2024-10-07T06:54:10.399Z] ==> Uploading reports [2024-10-07T06:54:10.399Z] url: https://codecov.io [2024-10-07T06:54:10.399Z] query: branch=main&commit=77e0adce47a12d7dc08b393082bf391b7f950b01&build=715&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F715%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-07T06:54:10.399Z] -> Pinging Codecov [2024-10-07T06:54:10.399Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=77e0adce47a12d7dc08b393082bf391b7f950b01&build=715&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F715%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-07T06:54:10.658Z] -> Uploading to [2024-10-07T06:54:10.658Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/77e0adce47a12d7dc08b393082bf391b7f950b01/b3b4d76c-d626-4097-bc86-e068f09c3b80.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241007%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241007T065410Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=df98e5a9681690e7fdcd3c4999cdb8335c2183590973ebae095ca3576f9eb03e [2024-10-07T06:54:10.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:10.658Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:10.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128k 0 0 100 128k 0 450k --:--:-- --:--:-- --:--:-- 450k [2024-10-07T06:54:10.918Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/77e0adce47a12d7dc08b393082bf391b7f950b01 [Pipeline] } [2024-10-07T06:54:10.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-10-07T06:54:11.152Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-07T06:54:11.166Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:54:11.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-07T06:54:11.474Z] [2024-10-07T06:54:11.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:54:11.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-07T06:54:11.778Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-07T06:54:11.778Z] 43c4264eed91: Already exists [2024-10-07T06:54:11.778Z] 4cc291be95ef: Already exists [2024-10-07T06:54:11.778Z] 2ac1f1163629: Already exists [2024-10-07T06:54:11.778Z] 5c3c966382ef: Already exists [2024-10-07T06:54:11.778Z] 4f4fb700ef54: Already exists [2024-10-07T06:54:11.778Z] d9c7d2e4e75e: Pulling fs layer [2024-10-07T06:54:11.778Z] 9c3e1370e548: Pulling fs layer [2024-10-07T06:54:12.037Z] d9c7d2e4e75e: Download complete [2024-10-07T06:54:12.602Z] d9c7d2e4e75e: Pull complete [2024-10-07T06:54:12.860Z] 9c3e1370e548: Verifying Checksum [2024-10-07T06:54:12.860Z] 9c3e1370e548: Download complete [2024-10-07T06:54:16.146Z] 9c3e1370e548: Pull complete [2024-10-07T06:54:16.146Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-07T06:54:16.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-07T06:54:16.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:54:16.248Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:54:16.271Z] $ 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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:54:20.338Z] $ docker top 71b3301a86aa1e0288598484d5a4979fbdb7750620f56e1440aca3d06a15a025 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T06:54:20.697Z] + git config --global --add safe.directory /w/workspace/edgex-go/715 [Pipeline] echo [2024-10-07T06:54:20.706Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-10-07T06:54:20.981Z] + set -o pipefail [2024-10-07T06:54:20.981Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-10-07T06:54:29.099Z] [2024-10-07T06:54:29.099Z] Monitoring /w/workspace/edgex-go/715 (github.com/edgexfoundry/edgex-go)... [2024-10-07T06:54:29.099Z] [2024-10-07T06:54:29.099Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/6358bce6-99c1-456f-bf8a-1bd73c8e2fb1 [2024-10-07T06:54:29.099Z] [2024-10-07T06:54:29.099Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-07T06:54:29.099Z] [2024-10-07T06:54:29.358Z] [2024-10-07T06:54:29.359Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-07T06:54:29.359Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-07T06:54:29.617Z] $ docker stop --time=1 71b3301a86aa1e0288598484d5a4979fbdb7750620f56e1440aca3d06a15a025 [2024-10-07T06:54:36.758Z] $ docker rm -f --volumes 71b3301a86aa1e0288598484d5a4979fbdb7750620f56e1440aca3d06a15a025 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-10-07T06:54:37.308Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T06:54:37.325Z] provisioning config files... [2024-10-07T06:54:37.333Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/715@tmp/config9871713287463356036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:54:37.632Z] --> edgex-publish-swagger.sh [2024-10-07T06:54:37.632Z] === Publish openapi/v3 API === [2024-10-07T06:54:37.632Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-10-07T06:54:37.632Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/715/openapi/v3/core-command.yaml] [2024-10-07T06:54:37.632Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:37.632Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:37.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 78802 --:--:-- --:--:-- --:--:-- 78802 [2024-10-07T06:54:37.892Z] [2024-10-07T06:54:37.892Z] [2024-10-07T06:54:37.892Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/715/openapi/v3/core-data.yaml] [2024-10-07T06:54:37.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:37.892Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:38.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 162k --:--:-- --:--:-- --:--:-- 161k 100 72043 0 0 100 72043 0 162k --:--:-- --:--:-- --:--:-- 161k [2024-10-07T06:54:38.460Z] [2024-10-07T06:54:38.460Z] [2024-10-07T06:54:38.460Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/715/openapi/v3/core-keeper.yaml] [2024-10-07T06:54:38.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:38.460Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:38.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 295 143k --:--:-- --:--:-- --:--:-- 144k [2024-10-07T06:54:38.720Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-07T06:54:38.720Z] [2024-10-07T06:54:38.720Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/715/openapi/v3/core-metadata.yaml] [2024-10-07T06:54:38.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:38.720Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:38.980Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 149k 422 404k --:--:-- --:--:-- --:--:-- 404k [2024-10-07T06:54:38.980Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-07T06:54:38.980Z] [2024-10-07T06:54:38.980Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/715/openapi/v3/support-cron-scheduler.yaml] [2024-10-07T06:54:38.980Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:38.980Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:39.240Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 294 211k --:--:-- --:--:-- --:--:-- 211k [2024-10-07T06:54:39.240Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-07T06:54:39.240Z] [2024-10-07T06:54:39.240Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/715/openapi/v3/support-notifications.yaml] [2024-10-07T06:54:39.240Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:39.240Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:39.807Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 422 231k --:--:-- --:--:-- --:--:-- 231k [2024-10-07T06:54:39.807Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-07T06:54:39.807Z] [2024-10-07T06:54:39.807Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/715/openapi/v3/support-scheduler.yaml] [2024-10-07T06:54:39.807Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T06:54:39.807Z] Dload Upload Total Spent Left Speed [2024-10-07T06:54:40.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 496 114k --:--:-- --:--:-- --:--:-- 115k [2024-10-07T06:54:40.067Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-07T06:54:40.067Z] [Pipeline] } [2024-10-07T06:54:40.075Z] 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-10-07T06:54:40.508Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T06:54:40.508Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:54:40.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T06:54:40.812Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:54:40.957Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:54:40.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:54:41.453Z] $ docker top 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 -eo pid,comm [2024-10-07T06:54:41.510Z] 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-10-07T06:54:41.510Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T06:54:41.561Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T06:54:41.562Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T06:54:41.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T06:54:41.656Z] $ docker exec 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 ssh-agent [2024-10-07T06:54:41.774Z] SSH_AUTH_SOCK=/tmp/ssh-wiRtwxeyIQ1V/agent.32 [2024-10-07T06:54:41.774Z] SSH_AGENT_PID=38 [2024-10-07T06:54:41.779Z] Running ssh-add (command line suppressed) [2024-10-07T06:54:41.878Z] Identity added: /w/workspace/edgex-go/715@tmp/private_key_14366821621081950586.key (/w/workspace/edgex-go/715@tmp/private_key_14366821621081950586.key) [2024-10-07T06:54:41.901Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T06:54:42.191Z] + git semver tag [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,378 [run_tag] DEBUG tag force:False [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,379 [check_head_tag] DEBUG check head tag [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,382 [execute] INFO git cat-file --batch-check [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=) [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,385 [execute] INFO git cat-file --batch [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=) [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,426 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,426 [execute] INFO git tag -a v3.2.0-dev.92 -m v3.2.0-dev.92 [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,426 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.92', '-m', 'v3.2.0-dev.92'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=None) [2024-10-07T06:54:42.450Z] 2024-10-07 06:54:42,431 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:54:42.450Z] 3.2.0-dev.92 [Pipeline] } [2024-10-07T06:54:42.709Z] $ docker exec --env ******** --env ******** 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 ssh-agent -k [2024-10-07T06:54:42.805Z] unset SSH_AUTH_SOCK; [2024-10-07T06:54:42.805Z] unset SSH_AGENT_PID; [2024-10-07T06:54:42.805Z] echo Agent pid 38 killed; [2024-10-07T06:54:42.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T06:54:43.153Z] + git semver [Pipeline] } [2024-10-07T06:54:43.415Z] $ docker stop --time=1 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 [2024-10-07T06:54:44.667Z] $ docker rm -f --volumes 69f1954c5fc359104cc5411a291c94123f61336cc8652b5c275a32bc06afbfd1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:54:45.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-07T06:54:45.107Z] [2024-10-07T06:54:45.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:54:45.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-07T06:54:45.417Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-07T06:54:45.417Z] ab5ef0e58194: Pulling fs layer [2024-10-07T06:54:45.417Z] 9712f1f96733: Pulling fs layer [2024-10-07T06:54:45.417Z] 63f879dbbcfc: Pulling fs layer [2024-10-07T06:54:45.417Z] 0d9ebad4ef96: Pulling fs layer [2024-10-07T06:54:45.417Z] e9a5061849ea: Pulling fs layer [2024-10-07T06:54:45.417Z] d747dcd14b5f: Pulling fs layer [2024-10-07T06:54:45.417Z] 2de7ff778b66: Pulling fs layer [2024-10-07T06:54:45.417Z] e9a5061849ea: Waiting [2024-10-07T06:54:45.417Z] d747dcd14b5f: Waiting [2024-10-07T06:54:45.417Z] 2de7ff778b66: Waiting [2024-10-07T06:54:45.417Z] 0d9ebad4ef96: Waiting [2024-10-07T06:54:45.417Z] 9712f1f96733: Verifying Checksum [2024-10-07T06:54:45.417Z] 9712f1f96733: Download complete [2024-10-07T06:54:45.985Z] 63f879dbbcfc: Verifying Checksum [2024-10-07T06:54:45.985Z] 63f879dbbcfc: Download complete [2024-10-07T06:54:45.985Z] e9a5061849ea: Verifying Checksum [2024-10-07T06:54:45.985Z] e9a5061849ea: Download complete [2024-10-07T06:54:45.985Z] d747dcd14b5f: Verifying Checksum [2024-10-07T06:54:45.985Z] 0d9ebad4ef96: Verifying Checksum [2024-10-07T06:54:45.985Z] 0d9ebad4ef96: Download complete [2024-10-07T06:54:45.985Z] ab5ef0e58194: Download complete [2024-10-07T06:54:46.242Z] 2de7ff778b66: Verifying Checksum [2024-10-07T06:54:46.242Z] 2de7ff778b66: Download complete [2024-10-07T06:54:49.524Z] ab5ef0e58194: Pull complete [2024-10-07T06:54:49.524Z] 9712f1f96733: Pull complete [2024-10-07T06:54:49.782Z] 63f879dbbcfc: Pull complete [2024-10-07T06:54:53.963Z] 0d9ebad4ef96: Pull complete [2024-10-07T06:54:53.963Z] e9a5061849ea: Pull complete [2024-10-07T06:54:53.963Z] d747dcd14b5f: Pull complete [2024-10-07T06:54:54.896Z] 2de7ff778b66: Pull complete [2024-10-07T06:54:54.896Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-07T06:54:54.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-07T06:54:54.896Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:54:54.999Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:54:55.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:55:01.955Z] $ docker top 7afe793b7a09d7f35b3fb5a30c7567b17d52df26e515a47d021e0ba6b7744973 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-07T06:55:02.045Z] provisioning config files... [2024-10-07T06:55:02.053Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/715@tmp/config6558457231773287777tmp [2024-10-07T06:55:02.063Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/715@tmp/config13974823417859297797tmp [2024-10-07T06:55:02.072Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/715@tmp/config17818121596934797536tmp [Pipeline] { [Pipeline] echo [2024-10-07T06:55:02.163Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:02.461Z] ---> sigul-configuration.sh [2024-10-07T06:55:02.461Z] gpg: directory `/root/.gnupg' created [2024-10-07T06:55:02.461Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-07T06:55:02.461Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-07T06:55:02.461Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-07T06:55:02.461Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-07T06:55:02.461Z] gpg: CAST5 encrypted data [2024-10-07T06:55:02.461Z] gpg: encrypted with 1 passphrase [2024-10-07T06:55:02.461Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-07T06:55:02.756Z] + mkdir /home/jenkins [2024-10-07T06:55:02.757Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-07T06:55:03.048Z] + 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-10-07T06:55:03.061Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:03.349Z] ---> sigul-install.sh [2024-10-07T06:55:03.349Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-07T06:55:03.643Z] + git tag --list [2024-10-07T06:55:03.643Z] 0.6.0 [2024-10-07T06:55:03.643Z] 0.6.1 [2024-10-07T06:55:03.643Z] 0.7.0 [2024-10-07T06:55:03.643Z] 0.7.1 [2024-10-07T06:55:03.643Z] v1.0.0 [2024-10-07T06:55:03.643Z] v1.0.1 [2024-10-07T06:55:03.643Z] v1.1.0 [2024-10-07T06:55:03.643Z] v1.2.0 [2024-10-07T06:55:03.643Z] v1.2.1 [2024-10-07T06:55:03.643Z] v1.3.0 [2024-10-07T06:55:03.643Z] v1.3.1 [2024-10-07T06:55:03.643Z] v2.0.0 [2024-10-07T06:55:03.643Z] v2.1.0 [2024-10-07T06:55:03.643Z] v2.1.1 [2024-10-07T06:55:03.643Z] v2.2.0 [2024-10-07T06:55:03.643Z] v2.3.0 [2024-10-07T06:55:03.643Z] v3.0 [2024-10-07T06:55:03.643Z] v3.0.0 [2024-10-07T06:55:03.643Z] v3.1 [2024-10-07T06:55:03.643Z] v3.1.0 [2024-10-07T06:55:03.643Z] v3.1.0-dev.1 [2024-10-07T06:55:03.643Z] v3.1.0-dev.10 [2024-10-07T06:55:03.643Z] v3.1.0-dev.11 [2024-10-07T06:55:03.643Z] v3.1.0-dev.12 [2024-10-07T06:55:03.643Z] v3.1.0-dev.13 [2024-10-07T06:55:03.643Z] v3.1.0-dev.14 [2024-10-07T06:55:03.643Z] v3.1.0-dev.15 [2024-10-07T06:55:03.643Z] v3.1.0-dev.16 [2024-10-07T06:55:03.643Z] v3.1.0-dev.17 [2024-10-07T06:55:03.643Z] v3.1.0-dev.18 [2024-10-07T06:55:03.643Z] v3.1.0-dev.19 [2024-10-07T06:55:03.643Z] v3.1.0-dev.2 [2024-10-07T06:55:03.643Z] v3.1.0-dev.20 [2024-10-07T06:55:03.643Z] v3.1.0-dev.21 [2024-10-07T06:55:03.643Z] v3.1.0-dev.22 [2024-10-07T06:55:03.643Z] v3.1.0-dev.23 [2024-10-07T06:55:03.643Z] v3.1.0-dev.24 [2024-10-07T06:55:03.643Z] v3.1.0-dev.25 [2024-10-07T06:55:03.643Z] v3.1.0-dev.26 [2024-10-07T06:55:03.643Z] v3.1.0-dev.27 [2024-10-07T06:55:03.643Z] v3.1.0-dev.28 [2024-10-07T06:55:03.643Z] v3.1.0-dev.29 [2024-10-07T06:55:03.643Z] v3.1.0-dev.3 [2024-10-07T06:55:03.643Z] v3.1.0-dev.30 [2024-10-07T06:55:03.643Z] v3.1.0-dev.31 [2024-10-07T06:55:03.643Z] v3.1.0-dev.32 [2024-10-07T06:55:03.643Z] v3.1.0-dev.33 [2024-10-07T06:55:03.643Z] v3.1.0-dev.34 [2024-10-07T06:55:03.643Z] v3.1.0-dev.35 [2024-10-07T06:55:03.643Z] v3.1.0-dev.36 [2024-10-07T06:55:03.643Z] v3.1.0-dev.37 [2024-10-07T06:55:03.643Z] v3.1.0-dev.38 [2024-10-07T06:55:03.643Z] v3.1.0-dev.39 [2024-10-07T06:55:03.643Z] v3.1.0-dev.4 [2024-10-07T06:55:03.643Z] v3.1.0-dev.40 [2024-10-07T06:55:03.643Z] v3.1.0-dev.41 [2024-10-07T06:55:03.643Z] v3.1.0-dev.42 [2024-10-07T06:55:03.643Z] v3.1.0-dev.43 [2024-10-07T06:55:03.643Z] v3.1.0-dev.44 [2024-10-07T06:55:03.643Z] v3.1.0-dev.45 [2024-10-07T06:55:03.643Z] v3.1.0-dev.46 [2024-10-07T06:55:03.643Z] v3.1.0-dev.47 [2024-10-07T06:55:03.643Z] v3.1.0-dev.48 [2024-10-07T06:55:03.643Z] v3.1.0-dev.49 [2024-10-07T06:55:03.643Z] v3.1.0-dev.5 [2024-10-07T06:55:03.643Z] v3.1.0-dev.50 [2024-10-07T06:55:03.643Z] v3.1.0-dev.51 [2024-10-07T06:55:03.643Z] v3.1.0-dev.52 [2024-10-07T06:55:03.643Z] v3.1.0-dev.53 [2024-10-07T06:55:03.643Z] v3.1.0-dev.54 [2024-10-07T06:55:03.643Z] v3.1.0-dev.55 [2024-10-07T06:55:03.643Z] v3.1.0-dev.56 [2024-10-07T06:55:03.643Z] v3.1.0-dev.57 [2024-10-07T06:55:03.643Z] v3.1.0-dev.58 [2024-10-07T06:55:03.643Z] v3.1.0-dev.59 [2024-10-07T06:55:03.643Z] v3.1.0-dev.6 [2024-10-07T06:55:03.643Z] v3.1.0-dev.60 [2024-10-07T06:55:03.643Z] v3.1.0-dev.61 [2024-10-07T06:55:03.643Z] v3.1.0-dev.62 [2024-10-07T06:55:03.643Z] v3.1.0-dev.63 [2024-10-07T06:55:03.643Z] v3.1.0-dev.64 [2024-10-07T06:55:03.643Z] v3.1.0-dev.65 [2024-10-07T06:55:03.643Z] v3.1.0-dev.66 [2024-10-07T06:55:03.643Z] v3.1.0-dev.67 [2024-10-07T06:55:03.643Z] v3.1.0-dev.68 [2024-10-07T06:55:03.643Z] v3.1.0-dev.69 [2024-10-07T06:55:03.643Z] v3.1.0-dev.7 [2024-10-07T06:55:03.643Z] v3.1.0-dev.70 [2024-10-07T06:55:03.643Z] v3.1.0-dev.71 [2024-10-07T06:55:03.643Z] v3.1.0-dev.72 [2024-10-07T06:55:03.643Z] v3.1.0-dev.73 [2024-10-07T06:55:03.643Z] v3.1.0-dev.8 [2024-10-07T06:55:03.643Z] v3.1.0-dev.9 [2024-10-07T06:55:03.643Z] v3.1.1 [2024-10-07T06:55:03.643Z] v3.1.1-dev.1 [2024-10-07T06:55:03.643Z] v3.1.1-dev.2 [2024-10-07T06:55:03.643Z] v3.2.0-dev.1 [2024-10-07T06:55:03.643Z] v3.2.0-dev.10 [2024-10-07T06:55:03.643Z] v3.2.0-dev.11 [2024-10-07T06:55:03.643Z] v3.2.0-dev.12 [2024-10-07T06:55:03.643Z] v3.2.0-dev.13 [2024-10-07T06:55:03.643Z] v3.2.0-dev.14 [2024-10-07T06:55:03.643Z] v3.2.0-dev.15 [2024-10-07T06:55:03.643Z] v3.2.0-dev.16 [2024-10-07T06:55:03.643Z] v3.2.0-dev.17 [2024-10-07T06:55:03.643Z] v3.2.0-dev.18 [2024-10-07T06:55:03.643Z] v3.2.0-dev.19 [2024-10-07T06:55:03.643Z] v3.2.0-dev.2 [2024-10-07T06:55:03.643Z] v3.2.0-dev.20 [2024-10-07T06:55:03.643Z] v3.2.0-dev.21 [2024-10-07T06:55:03.643Z] v3.2.0-dev.22 [2024-10-07T06:55:03.643Z] v3.2.0-dev.23 [2024-10-07T06:55:03.643Z] v3.2.0-dev.24 [2024-10-07T06:55:03.643Z] v3.2.0-dev.25 [2024-10-07T06:55:03.643Z] v3.2.0-dev.26 [2024-10-07T06:55:03.643Z] v3.2.0-dev.27 [2024-10-07T06:55:03.643Z] v3.2.0-dev.28 [2024-10-07T06:55:03.643Z] v3.2.0-dev.29 [2024-10-07T06:55:03.643Z] v3.2.0-dev.3 [2024-10-07T06:55:03.643Z] v3.2.0-dev.30 [2024-10-07T06:55:03.643Z] v3.2.0-dev.31 [2024-10-07T06:55:03.643Z] v3.2.0-dev.32 [2024-10-07T06:55:03.643Z] v3.2.0-dev.33 [2024-10-07T06:55:03.643Z] v3.2.0-dev.34 [2024-10-07T06:55:03.643Z] v3.2.0-dev.35 [2024-10-07T06:55:03.643Z] v3.2.0-dev.36 [2024-10-07T06:55:03.643Z] v3.2.0-dev.37 [2024-10-07T06:55:03.643Z] v3.2.0-dev.38 [2024-10-07T06:55:03.643Z] v3.2.0-dev.39 [2024-10-07T06:55:03.643Z] v3.2.0-dev.4 [2024-10-07T06:55:03.643Z] v3.2.0-dev.40 [2024-10-07T06:55:03.643Z] v3.2.0-dev.41 [2024-10-07T06:55:03.643Z] v3.2.0-dev.42 [2024-10-07T06:55:03.643Z] v3.2.0-dev.43 [2024-10-07T06:55:03.643Z] v3.2.0-dev.44 [2024-10-07T06:55:03.643Z] v3.2.0-dev.45 [2024-10-07T06:55:03.643Z] v3.2.0-dev.46 [2024-10-07T06:55:03.643Z] v3.2.0-dev.47 [2024-10-07T06:55:03.643Z] v3.2.0-dev.48 [2024-10-07T06:55:03.643Z] v3.2.0-dev.49 [2024-10-07T06:55:03.643Z] v3.2.0-dev.5 [2024-10-07T06:55:03.643Z] v3.2.0-dev.50 [2024-10-07T06:55:03.643Z] v3.2.0-dev.51 [2024-10-07T06:55:03.643Z] v3.2.0-dev.52 [2024-10-07T06:55:03.643Z] v3.2.0-dev.53 [2024-10-07T06:55:03.643Z] v3.2.0-dev.54 [2024-10-07T06:55:03.643Z] v3.2.0-dev.55 [2024-10-07T06:55:03.643Z] v3.2.0-dev.56 [2024-10-07T06:55:03.643Z] v3.2.0-dev.57 [2024-10-07T06:55:03.643Z] v3.2.0-dev.58 [2024-10-07T06:55:03.643Z] v3.2.0-dev.59 [2024-10-07T06:55:03.643Z] v3.2.0-dev.6 [2024-10-07T06:55:03.643Z] v3.2.0-dev.60 [2024-10-07T06:55:03.643Z] v3.2.0-dev.61 [2024-10-07T06:55:03.643Z] v3.2.0-dev.62 [2024-10-07T06:55:03.643Z] v3.2.0-dev.63 [2024-10-07T06:55:03.643Z] v3.2.0-dev.64 [2024-10-07T06:55:03.643Z] v3.2.0-dev.65 [2024-10-07T06:55:03.643Z] v3.2.0-dev.66 [2024-10-07T06:55:03.643Z] v3.2.0-dev.67 [2024-10-07T06:55:03.643Z] v3.2.0-dev.68 [2024-10-07T06:55:03.643Z] v3.2.0-dev.69 [2024-10-07T06:55:03.643Z] v3.2.0-dev.7 [2024-10-07T06:55:03.643Z] v3.2.0-dev.70 [2024-10-07T06:55:03.643Z] v3.2.0-dev.71 [2024-10-07T06:55:03.643Z] v3.2.0-dev.72 [2024-10-07T06:55:03.643Z] v3.2.0-dev.73 [2024-10-07T06:55:03.643Z] v3.2.0-dev.74 [2024-10-07T06:55:03.643Z] v3.2.0-dev.75 [2024-10-07T06:55:03.643Z] v3.2.0-dev.76 [2024-10-07T06:55:03.643Z] v3.2.0-dev.77 [2024-10-07T06:55:03.643Z] v3.2.0-dev.78 [2024-10-07T06:55:03.643Z] v3.2.0-dev.79 [2024-10-07T06:55:03.643Z] v3.2.0-dev.8 [2024-10-07T06:55:03.643Z] v3.2.0-dev.80 [2024-10-07T06:55:03.643Z] v3.2.0-dev.81 [2024-10-07T06:55:03.643Z] v3.2.0-dev.82 [2024-10-07T06:55:03.643Z] v3.2.0-dev.83 [2024-10-07T06:55:03.643Z] v3.2.0-dev.84 [2024-10-07T06:55:03.643Z] v3.2.0-dev.85 [2024-10-07T06:55:03.643Z] v3.2.0-dev.86 [2024-10-07T06:55:03.643Z] v3.2.0-dev.87 [2024-10-07T06:55:03.643Z] v3.2.0-dev.88 [2024-10-07T06:55:03.643Z] v3.2.0-dev.89 [2024-10-07T06:55:03.643Z] v3.2.0-dev.9 [2024-10-07T06:55:03.643Z] v3.2.0-dev.90 [2024-10-07T06:55:03.643Z] v3.2.0-dev.91 [2024-10-07T06:55:03.643Z] v3.2.0-dev.92 [Pipeline] sh [2024-10-07T06:55:03.930Z] + lftools sign git-tag v3.2.0-dev.92 [2024-10-07T06:55:04.497Z] Signing Git tag with Sigul... [2024-10-07T06:55:04.497Z] Signing v3.2.0-dev.92 [Pipeline] echo [2024-10-07T06:55:04.768Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:05.061Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-07T06:55:05.068Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-07T06:55:05.085Z] $ docker stop --time=1 7afe793b7a09d7f35b3fb5a30c7567b17d52df26e515a47d021e0ba6b7744973 [2024-10-07T06:55:06.416Z] $ docker rm -f --volumes 7afe793b7a09d7f35b3fb5a30c7567b17d52df26e515a47d021e0ba6b7744973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-07T06:55:06.859Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T06:55:06.859Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:55:07.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T06:55:07.158Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:55:07.239Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:55:07.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:55:07.598Z] $ docker top b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 -eo pid,comm [2024-10-07T06:55:07.653Z] 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-10-07T06:55:07.653Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T06:55:07.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T06:55:07.706Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T06:55:07.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T06:55:07.810Z] $ docker exec b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 ssh-agent [2024-10-07T06:55:07.924Z] SSH_AUTH_SOCK=/tmp/ssh-ETv38XMFzSBF/agent.33 [2024-10-07T06:55:07.924Z] SSH_AGENT_PID=39 [2024-10-07T06:55:07.928Z] Running ssh-add (command line suppressed) [2024-10-07T06:55:08.017Z] Identity added: /w/workspace/edgex-go/715@tmp/private_key_17038453854704063486.key (/w/workspace/edgex-go/715@tmp/private_key_17038453854704063486.key) [2024-10-07T06:55:08.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T06:55:08.331Z] + git semver bump pre [2024-10-07T06:55:08.590Z] 2024-10-07 06:55:08,491 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,492 [bump_version] DEBUG bumping version:3.2.0-dev.92 on axis:pre with prefix:dev [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,492 [bump_version] DEBUG bumped version:3.2.0-dev.93 [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,492 [write_version] DEBUG write version:3.2.0-dev.93 to path:/w/workspace/edgex-go/715/.semver/main with force:True [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,492 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,492 [write_file] DEBUG write to file:/w/workspace/edgex-go/715/.semver/main [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,494 [execute] INFO git cat-file --batch-check [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,495 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,499 [execute] INFO git cat-file --batch [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,500 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T06:55:08.591Z] 2024-10-07 06:55:08,505 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:55:08.591Z] 3.2.0-dev.93 [Pipeline] } [2024-10-07T06:55:08.591Z] $ docker exec --env ******** --env ******** b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 ssh-agent -k [2024-10-07T06:55:08.693Z] unset SSH_AUTH_SOCK; [2024-10-07T06:55:08.693Z] unset SSH_AGENT_PID; [2024-10-07T06:55:08.693Z] echo Agent pid 39 killed; [2024-10-07T06:55:08.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T06:55:09.040Z] + git semver [Pipeline] } [2024-10-07T06:55:09.302Z] $ docker stop --time=1 b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 [2024-10-07T06:55:10.587Z] $ docker rm -f --volumes b83efda7c0f012694e6dd30d108b3d0b4a37c0693b8e449833dc30fafd1e4d37 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T06:55:10.944Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T06:55:10.944Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:55:11.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T06:55:11.247Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:55:11.323Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:55:11.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:55:11.696Z] $ docker top cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T06:55:11.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T06:55:11.803Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T06:55:11.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T06:55:11.921Z] $ docker exec cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 ssh-agent [2024-10-07T06:55:12.038Z] SSH_AUTH_SOCK=/tmp/ssh-fQTKK0Xf5y4W/agent.32 [2024-10-07T06:55:12.038Z] SSH_AGENT_PID=38 [2024-10-07T06:55:12.043Z] Running ssh-add (command line suppressed) [2024-10-07T06:55:12.139Z] Identity added: /w/workspace/edgex-go/715@tmp/private_key_15153029431319146907.key (/w/workspace/edgex-go/715@tmp/private_key_15153029431319146907.key) [2024-10-07T06:55:12.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T06:55:12.452Z] + git semver push [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,609 [run_push] DEBUG push [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,610 [execute] INFO git cat-file --batch-check [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,614 [execute] INFO git rev-list 1339d429e569da4facf22df5556a054eb6f8ff12 -- [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,614 [execute] DEBUG Popen(['git', 'rev-list', '1339d429e569da4facf22df5556a054eb6f8ff12', '--'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,631 [execute] INFO git fetch -v origin [2024-10-07T06:55:12.712Z] 2024-10-07 06:55:12,632 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-07T06:55:13.280Z] 2024-10-07 06:55:13,071 [run_push] DEBUG no remote changes detected [2024-10-07T06:55:13.280Z] 2024-10-07 06:55:13,072 [execute] INFO git push origin semver [2024-10-07T06:55:13.280Z] 2024-10-07 06:55:13,072 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/715/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-07T06:55:13.847Z] 2024-10-07 06:55:13,821 [run_push] DEBUG push all version tags [2024-10-07T06:55:13.847Z] 2024-10-07 06:55:13,822 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-07T06:55:13.847Z] 2024-10-07 06:55:13,822 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/715, universal_newlines=False, shell=None, istream=None) [2024-10-07T06:55:14.784Z] 2024-10-07 06:55:14,481 [read_version] DEBUG read version from /w/workspace/edgex-go/715/.semver/main [2024-10-07T06:55:14.784Z] 3.2.0-dev.93 [Pipeline] } [2024-10-07T06:55:14.783Z] $ docker exec --env ******** --env ******** cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 ssh-agent -k [2024-10-07T06:55:14.872Z] unset SSH_AUTH_SOCK; [2024-10-07T06:55:14.872Z] unset SSH_AGENT_PID; [2024-10-07T06:55:14.872Z] echo Agent pid 38 killed; [2024-10-07T06:55:14.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T06:55:15.209Z] + git semver [Pipeline] } [2024-10-07T06:55:15.471Z] $ docker stop --time=1 cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 [2024-10-07T06:55:16.768Z] $ docker rm -f --volumes cc97a378d88031c8ebbaf084feec330586572f7a03aa1f00e72fe9360209d3a3 [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-10-07T06:55:17.352Z] + [ -d /w/workspace/edgex-go/715/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:17.638Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:18.495Z] ---> package-listing.sh [2024-10-07T06:55:18.495Z] ++ facter osfamily [2024-10-07T06:55:18.495Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-07T06:55:18.754Z] + OS_FAMILY=debian [2024-10-07T06:55:18.754Z] + workspace=/w/workspace/edgex-go/715 [2024-10-07T06:55:18.754Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-07T06:55:18.754Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-07T06:55:18.754Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-07T06:55:18.754Z] + PACKAGES=/tmp/packages_start.txt [2024-10-07T06:55:18.754Z] + '[' /w/workspace/edgex-go/715 ']' [2024-10-07T06:55:18.754Z] + PACKAGES=/tmp/packages_end.txt [2024-10-07T06:55:18.754Z] + case "${OS_FAMILY}" in [2024-10-07T06:55:18.754Z] + dpkg -l [2024-10-07T06:55:18.754Z] + grep '^ii' [2024-10-07T06:55:18.754Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-07T06:55:18.754Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-07T06:55:18.754Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-07T06:55:18.754Z] + '[' /w/workspace/edgex-go/715 ']' [2024-10-07T06:55:18.754Z] + mkdir -p /w/workspace/edgex-go/715/archives/ [2024-10-07T06:55:18.754Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/715/archives/ [Pipeline] echo [2024-10-07T06:55:18.766Z] 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/715/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-07T06:55:19.044Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:55:19.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T06:55:19.608Z] [2024-10-07T06:55:19.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T06:55:19.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T06:55:19.910Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-07T06:55:19.910Z] 5eb5b503b376: Pulling fs layer [2024-10-07T06:55:19.910Z] 5c69ac0246d0: Pulling fs layer [2024-10-07T06:55:19.910Z] ec43610c2a17: Pulling fs layer [2024-10-07T06:55:19.910Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-07T06:55:19.910Z] 33b1e0a273af: Pulling fs layer [2024-10-07T06:55:19.910Z] 5d3b04190fa2: Pulling fs layer [2024-10-07T06:55:19.910Z] 2f39f015ded8: Pulling fs layer [2024-10-07T06:55:19.910Z] 33b1e0a273af: Waiting [2024-10-07T06:55:19.910Z] 5d3b04190fa2: Waiting [2024-10-07T06:55:19.910Z] 3a2ae6a8a46f: Waiting [2024-10-07T06:55:19.910Z] 2f39f015ded8: Waiting [2024-10-07T06:55:19.910Z] 5c69ac0246d0: Download complete [2024-10-07T06:55:19.910Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-07T06:55:19.910Z] 3a2ae6a8a46f: Download complete [2024-10-07T06:55:19.910Z] 33b1e0a273af: Verifying Checksum [2024-10-07T06:55:19.910Z] 33b1e0a273af: Download complete [2024-10-07T06:55:19.910Z] 5d3b04190fa2: Verifying Checksum [2024-10-07T06:55:19.910Z] 5d3b04190fa2: Download complete [2024-10-07T06:55:20.168Z] ec43610c2a17: Verifying Checksum [2024-10-07T06:55:20.168Z] 5eb5b503b376: Verifying Checksum [2024-10-07T06:55:20.168Z] 5eb5b503b376: Download complete [2024-10-07T06:55:20.734Z] 2f39f015ded8: Download complete [2024-10-07T06:55:21.299Z] 5eb5b503b376: Pull complete [2024-10-07T06:55:21.299Z] 5c69ac0246d0: Pull complete [2024-10-07T06:55:21.873Z] ec43610c2a17: Pull complete [2024-10-07T06:55:21.873Z] 3a2ae6a8a46f: Pull complete [2024-10-07T06:55:22.131Z] 33b1e0a273af: Pull complete [2024-10-07T06:55:22.131Z] 5d3b04190fa2: Pull complete [2024-10-07T06:55:26.318Z] 2f39f015ded8: Pull complete [2024-10-07T06:55:26.318Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-07T06:55:26.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T06:55:26.318Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T06:55:26.416Z] prd-ubuntu20.04-docker-8c-8g-21999 does not seem to be running inside a container [2024-10-07T06:55:26.433Z] $ 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/715/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/715 -v /w/workspace/edgex-go/715:/w/workspace/edgex-go/715:rw,z -v /w/workspace/edgex-go/715@tmp:/w/workspace/edgex-go/715@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-10-07T06:55:32.320Z] $ docker top 0ef27abc91b0fe33a362b1e730e790520dc482564bc97fbb84ba12fabb3cd8c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T06:55:32.680Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-07T06:55:32.966Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-07T06:55:33.250Z] + ls /var/log/sa-host [2024-10-07T06:55:33.250Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T06:55:33.425Z] provisioning config files... [2024-10-07T06:55:33.433Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/715@tmp/config6546600689497559493tmp [Pipeline] { [Pipeline] echo [2024-10-07T06:55:33.449Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:33.730Z] ---> create-netrc.sh [Pipeline] } [2024-10-07T06:55:33.737Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:34.077Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-07T06:55:34.084Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:34.367Z] ---> sudo-logs.sh [2024-10-07T06:55:34.367Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-07T06:55:34.392Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:34.674Z] ---> job-cost.sh [2024-10-07T06:55:34.674Z] lf-activate-venv: SKIPPING [2024-10-07T06:55:34.674Z] DEBUG: total: 0.10999999940395355 [2024-10-07T06:55:34.674Z] INFO: Retrieving Stack Cost... [2024-10-07T06:55:35.243Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-07T06:55:35.504Z] INFO: Archiving Costs [Pipeline] echo [2024-10-07T06:55:35.517Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T06:55:35.801Z] ---> logs-deploy.sh [2024-10-07T06:55:35.801Z] lf-activate-venv: SKIPPING [2024-10-07T06:55:35.801Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/715 [2024-10-07T06:55:35.801Z] INFO: archiving workspace using pattern(s): [2024-10-07T06:55:36.738Z] Archives upload complete. [2024-10-07T06:55:36.738Z] INFO: archiving logs to Nexus