Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 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-ssh10759735564425346384.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-ssh12697058958604346574.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-ssh8553331203775995756.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-ssh6186905930755094920.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-ssh1914621988498473093.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-22911 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/730 [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/730 # 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 0f2c1aa65e1f19339a388a0f771fbaa268164f8e (main) Commit message: "Merge pull request #4973 from jinlinGuan/issue-4965" > 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 0f2c1aa65e1f19339a388a0f771fbaa268164f8e # timeout=10 > git rev-list --no-walk cae398aa3bfc450ad98d64e9042796ae15c1e7ab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-16T05:53:01.366Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-16T05:53:01.423Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-16T05:53:01.450Z] ========================================================= [2024-10-16T05:53:01.450Z] EdgeX Global Pipelines Version Info [2024-10-16T05:53:01.450Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-16T05:53:02.643Z] ------------------- [2024-10-16T05:53:02.643Z] stable info: [2024-10-16T05:53:02.643Z] ------------------- [2024-10-16T05:53:02.643Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-16T05:53:02.643Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-16T05:53:02.643Z] Message: update stable to v1.0.265 [2024-10-16T05:53:02.906Z] ------------------- [2024-10-16T05:53:02.906Z] experimental info: [2024-10-16T05:53:02.906Z] ------------------- [2024-10-16T05:53:02.906Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-16T05:53:02.906Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-16T05:53:02.906Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-16T05:53:02.981Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-10-16T05:53:02.998Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-10-16T05:53:03.018Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-16T05:53:03.038Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-16T05:53:03.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-16T05:53:03.083Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-16T05:53:03.103Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-16T05:53:03.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-10-16T05:53:03.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-10-16T05:53:03.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-10-16T05:53:03.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-16T05:53:03.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-16T05:53:03.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-16T05:53:03.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-16T05:53:03.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-16T05:53:03.296Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-16T05:53:03.313Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-16T05:53:03.333Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-16T05:53:03.354Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-10-16T05:53:03.372Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-10-16T05:53:03.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-16T05:53:03.414Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-16T05:53:03.435Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-16T05:53:03.454Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-16T05:53:03.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-16T05:53:03.498Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-16T05:53:03.519Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] echo [2024-10-16T05:53:03.539Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f2c1aa [Pipeline] echo [2024-10-16T05:53:03.563Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-16T05:53:03.606Z] provisioning config files... [2024-10-16T05:53:03.617Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config6068664175867342790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-16T05:53:03.948Z] ---> ****-login.sh [2024-10-16T05:53:03.948Z] nexus3.edgexfoundry.org:10001 [2024-10-16T05:53:04.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:53:04.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:53:04.208Z] Configure a credential helper to remove this warning. See [2024-10-16T05:53:04.208Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:53:04.208Z] [2024-10-16T05:53:04.208Z] Login Succeeded [2024-10-16T05:53:04.208Z] nexus3.edgexfoundry.org:10002 [2024-10-16T05:53:04.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:53:04.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:53:04.209Z] Configure a credential helper to remove this warning. See [2024-10-16T05:53:04.209Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:53:04.209Z] [2024-10-16T05:53:04.209Z] Login Succeeded [2024-10-16T05:53:04.209Z] nexus3.edgexfoundry.org:10003 [2024-10-16T05:53:04.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:53:04.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:53:04.469Z] Configure a credential helper to remove this warning. See [2024-10-16T05:53:04.469Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:53:04.469Z] [2024-10-16T05:53:04.469Z] Login Succeeded [2024-10-16T05:53:04.470Z] nexus3.edgexfoundry.org:10004 [2024-10-16T05:53:04.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:53:04.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:53:04.470Z] Configure a credential helper to remove this warning. See [2024-10-16T05:53:04.470Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:53:04.470Z] [2024-10-16T05:53:04.470Z] Login Succeeded [2024-10-16T05:53:04.470Z] ****.io [2024-10-16T05:53:04.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:53:04.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:53:04.731Z] Configure a credential helper to remove this warning. See [2024-10-16T05:53:04.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:53:04.731Z] [2024-10-16T05:53:04.731Z] Login Succeeded [2024-10-16T05:53:04.731Z] ---> ****-login.sh ends [Pipeline] } [2024-10-16T05:53:04.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-16T05:53:05.069Z] + 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-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + dirname cmd/core-command/Dockerfile [2024-10-16T05:53:05.069Z] + echo core-command,cmd/core-command/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/core-data/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo core-data,cmd/core-data/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/core-keeper/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-10-16T05:53:05.069Z] + dirname+ cmd/core-metadata/Dockerfile [2024-10-16T05:53:05.069Z] cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-spire-agent/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-spire-config/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/security-spire-server/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/support-notifications/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-10-16T05:53:05.069Z] + dirname cmd/support-scheduler/Dockerfile [2024-10-16T05:53:05.069Z] + cut -d/ -f2 [2024-10-16T05:53:05.069Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-10-16T05:53:05.104Z] 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-16T05:53:05.465Z] + git rev-list -1 --merges 0f2c1aa65e1f19339a388a0f771fbaa268164f8e~1..0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] echo [2024-10-16T05:53:05.479Z] -----------> git rev-list -1 --merges 0f2c1aa65e1f19339a388a0f771fbaa268164f8e~1..0f2c1aa65e1f19339a388a0f771fbaa268164f8e 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T05:53:05.479Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [false] [Pipeline] sh [2024-10-16T05:53:05.772Z] + git log --format=format:%s -1 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] echo [2024-10-16T05:53:05.789Z] ========================================================= [2024-10-16T05:53:05.789Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-16T05:53:05.789Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-10-16T05:53:06.172Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-16T05:53:06.172Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-16T05:53:06.172Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-16T05:53:06.172Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-16T05:53:06.172Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-16T05:53:06.172Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-16T05:53:06.172Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T05:53:06.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-16T05:53:06.524Z] [2024-10-16T05:53:06.524Z] 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-16T05:53:06.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-16T05:53:06.833Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-16T05:53:06.833Z] b85a868b505f: Pulling fs layer [2024-10-16T05:53:06.833Z] e2be974225ed: Pulling fs layer [2024-10-16T05:53:06.833Z] 339a4e72a1f5: Pulling fs layer [2024-10-16T05:53:06.833Z] 988bab9f4d93: Pulling fs layer [2024-10-16T05:53:06.833Z] 1469e6f7b9e6: Pulling fs layer [2024-10-16T05:53:06.833Z] eaf3925da568: Pulling fs layer [2024-10-16T05:53:06.833Z] bab4dde63d76: Pulling fs layer [2024-10-16T05:53:06.833Z] bde34c3a00c8: Pulling fs layer [2024-10-16T05:53:06.833Z] b352a97aabf1: Pulling fs layer [2024-10-16T05:53:06.833Z] 4872d77fe225: Pulling fs layer [2024-10-16T05:53:06.833Z] 5851b861e8e6: Pulling fs layer [2024-10-16T05:53:06.833Z] 1469e6f7b9e6: Waiting [2024-10-16T05:53:06.833Z] eaf3925da568: Waiting [2024-10-16T05:53:06.833Z] bab4dde63d76: Waiting [2024-10-16T05:53:06.833Z] 4872d77fe225: Waiting [2024-10-16T05:53:06.833Z] bde34c3a00c8: Waiting [2024-10-16T05:53:06.833Z] b352a97aabf1: Waiting [2024-10-16T05:53:06.833Z] 5851b861e8e6: Waiting [2024-10-16T05:53:06.833Z] e2be974225ed: Download complete [2024-10-16T05:53:06.833Z] 988bab9f4d93: Verifying Checksum [2024-10-16T05:53:06.833Z] 988bab9f4d93: Download complete [2024-10-16T05:53:06.833Z] 1469e6f7b9e6: Verifying Checksum [2024-10-16T05:53:06.833Z] 1469e6f7b9e6: Download complete [2024-10-16T05:53:06.833Z] eaf3925da568: Verifying Checksum [2024-10-16T05:53:06.833Z] eaf3925da568: Download complete [2024-10-16T05:53:07.093Z] 339a4e72a1f5: Verifying Checksum [2024-10-16T05:53:07.093Z] 339a4e72a1f5: Download complete [2024-10-16T05:53:07.093Z] bde34c3a00c8: Download complete [2024-10-16T05:53:07.093Z] b352a97aabf1: Download complete [2024-10-16T05:53:07.093Z] 4872d77fe225: Verifying Checksum [2024-10-16T05:53:07.093Z] 4872d77fe225: Download complete [2024-10-16T05:53:07.093Z] 5851b861e8e6: Verifying Checksum [2024-10-16T05:53:07.093Z] 5851b861e8e6: Download complete [2024-10-16T05:53:07.093Z] b85a868b505f: Verifying Checksum [2024-10-16T05:53:07.093Z] b85a868b505f: Download complete [2024-10-16T05:53:07.353Z] bab4dde63d76: Verifying Checksum [2024-10-16T05:53:07.353Z] bab4dde63d76: Download complete [2024-10-16T05:53:08.291Z] b85a868b505f: Pull complete [2024-10-16T05:53:08.551Z] e2be974225ed: Pull complete [2024-10-16T05:53:09.119Z] 339a4e72a1f5: Pull complete [2024-10-16T05:53:09.119Z] 988bab9f4d93: Pull complete [2024-10-16T05:53:09.380Z] 1469e6f7b9e6: Pull complete [2024-10-16T05:53:09.380Z] eaf3925da568: Pull complete [2024-10-16T05:53:11.286Z] bab4dde63d76: Pull complete [2024-10-16T05:53:11.545Z] bde34c3a00c8: Pull complete [2024-10-16T05:53:11.545Z] b352a97aabf1: Pull complete [2024-10-16T05:53:11.545Z] 4872d77fe225: Pull complete [2024-10-16T05:53:11.805Z] 5851b861e8e6: Pull complete [2024-10-16T05:53:11.805Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-16T05:53:11.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-16T05:53:11.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T05:53:11.953Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T05:53:11.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T05:53:15.623Z] $ docker top 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f -eo pid,comm [2024-10-16T05:53:15.681Z] 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-16T05:53:15.681Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-16T05:53:15.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-16T05:53:15.744Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-16T05:53:15.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-16T05:53:15.854Z] $ docker exec 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent [2024-10-16T05:53:15.961Z] SSH_AUTH_SOCK=/tmp/ssh-lnoOdRoM7SAE/agent.33 [2024-10-16T05:53:15.961Z] SSH_AGENT_PID=39 [2024-10-16T05:53:15.968Z] Running ssh-add (command line suppressed) [2024-10-16T05:53:16.070Z] Identity added: /w/workspace/edgex-go/730@tmp/private_key_12920697410175217360.key (/w/workspace/edgex-go/730@tmp/private_key_12920697410175217360.key) [2024-10-16T05:53:16.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-16T05:53:16.377Z] + git tag --points-at HEAD [Pipeline] } [2024-10-16T05:53:16.385Z] $ docker exec --env ******** --env ******** 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent -k [2024-10-16T05:53:16.491Z] unset SSH_AUTH_SOCK; [2024-10-16T05:53:16.492Z] unset SSH_AGENT_PID; [2024-10-16T05:53:16.492Z] echo Agent pid 39 killed; [2024-10-16T05:53:16.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-16T05:53:16.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-16T05:53:16.549Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-16T05:53:16.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-16T05:53:16.677Z] $ docker exec 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent [2024-10-16T05:53:16.780Z] SSH_AUTH_SOCK=/tmp/ssh-wUdW5AuiBhbC/agent.73 [2024-10-16T05:53:16.780Z] SSH_AGENT_PID=79 [2024-10-16T05:53:16.784Z] Running ssh-add (command line suppressed) [2024-10-16T05:53:16.896Z] Identity added: /w/workspace/edgex-go/730@tmp/private_key_15018342217465023871.key (/w/workspace/edgex-go/730@tmp/private_key_15018342217465023871.key) [2024-10-16T05:53:16.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-16T05:53:17.215Z] + git semver init [2024-10-16T05:53:17.475Z] 2024-10-16 05:53:17,395 [run_init] DEBUG init version:0.0.0 force:False [2024-10-16T05:53:17.475Z] 2024-10-16 05:53:17,395 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/730/.semver [2024-10-16T05:53:17.475Z] 2024-10-16 05:53:17,396 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/730/.semver [2024-10-16T05:53:17.476Z] 2024-10-16 05:53:17,396 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/730/.semver'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=None) [2024-10-16T05:53:24.749Z] 2024-10-16 05:53:23,521 [append_file] DEBUG append to file:/w/workspace/edgex-go/730/.git/info/exclude [2024-10-16T05:53:24.749Z] 2024-10-16 05:53:23,522 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/730/.semver/main with force:False [2024-10-16T05:53:24.750Z] 2024-10-16 05:53:23,522 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T05:53:24.750Z] 2024-10-16 05:53:23,522 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T05:53:24.750Z] 3.2.0-dev.107 [Pipeline] } [2024-10-16T05:53:24.758Z] $ docker exec --env ******** --env ******** 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent -k [2024-10-16T05:53:24.859Z] unset SSH_AUTH_SOCK; [2024-10-16T05:53:24.860Z] unset SSH_AGENT_PID; [2024-10-16T05:53:24.860Z] echo Agent pid 79 killed; [2024-10-16T05:53:24.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-16T05:53:25.186Z] + git semver [Pipeline] } [2024-10-16T05:53:25.455Z] $ docker stop --time=1 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f [2024-10-16T05:53:26.730Z] $ docker rm -f --volumes 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-16T05:53:27.078Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-16T05:53:27.313Z] Stashed 1 file(s) [Pipeline] echo [2024-10-16T05:53:27.317Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.107 [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-16T05:53:27.740Z] + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] echo [2024-10-16T05:53:27.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-16T05:53:27.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-16T05:53:27.789Z] ========================================================= [2024-10-16T05:53:27.789Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-16T05:53:27.789Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-16T05:53:28.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-16T05:53:28.084Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-16T05:53:28.084Z] 43c4264eed91: Pulling fs layer [2024-10-16T05:53:28.084Z] 4cc291be95ef: Pulling fs layer [2024-10-16T05:53:28.084Z] 2ac1f1163629: Pulling fs layer [2024-10-16T05:53:28.084Z] 5c3c966382ef: Pulling fs layer [2024-10-16T05:53:28.084Z] 4f4fb700ef54: Pulling fs layer [2024-10-16T05:53:28.084Z] 5d5c8e513c77: Pulling fs layer [2024-10-16T05:53:28.084Z] 9f66e0745190: Pulling fs layer [2024-10-16T05:53:28.084Z] f49a43e4bbc0: Pulling fs layer [2024-10-16T05:53:28.084Z] 561ebcabdf7f: Pulling fs layer [2024-10-16T05:53:28.084Z] 5d5c8e513c77: Waiting [2024-10-16T05:53:28.084Z] 9f66e0745190: Waiting [2024-10-16T05:53:28.084Z] 5c3c966382ef: Waiting [2024-10-16T05:53:28.084Z] f49a43e4bbc0: Waiting [2024-10-16T05:53:28.084Z] 561ebcabdf7f: Waiting [2024-10-16T05:53:28.084Z] 4f4fb700ef54: Waiting [2024-10-16T05:53:28.084Z] 4cc291be95ef: Verifying Checksum [2024-10-16T05:53:28.084Z] 4cc291be95ef: Download complete [2024-10-16T05:53:28.084Z] 5c3c966382ef: Verifying Checksum [2024-10-16T05:53:28.084Z] 5c3c966382ef: Download complete [2024-10-16T05:53:28.084Z] 4f4fb700ef54: Verifying Checksum [2024-10-16T05:53:28.084Z] 4f4fb700ef54: Download complete [2024-10-16T05:53:28.084Z] 5d5c8e513c77: Verifying Checksum [2024-10-16T05:53:28.084Z] 5d5c8e513c77: Download complete [2024-10-16T05:53:28.084Z] 43c4264eed91: Download complete [2024-10-16T05:53:28.084Z] 9f66e0745190: Verifying Checksum [2024-10-16T05:53:28.084Z] 9f66e0745190: Download complete [2024-10-16T05:53:28.344Z] 43c4264eed91: Pull complete [2024-10-16T05:53:28.344Z] 561ebcabdf7f: Download complete [2024-10-16T05:53:28.344Z] 4cc291be95ef: Pull complete [2024-10-16T05:53:28.604Z] 2ac1f1163629: Verifying Checksum [2024-10-16T05:53:28.604Z] 2ac1f1163629: Download complete [2024-10-16T05:53:29.170Z] f49a43e4bbc0: Verifying Checksum [2024-10-16T05:53:29.170Z] f49a43e4bbc0: Download complete [2024-10-16T05:53:32.468Z] 2ac1f1163629: Pull complete [2024-10-16T05:53:32.468Z] 5c3c966382ef: Pull complete [2024-10-16T05:53:32.468Z] 4f4fb700ef54: Pull complete [2024-10-16T05:53:32.468Z] 5d5c8e513c77: Pull complete [2024-10-16T05:53:32.468Z] 9f66e0745190: Pull complete [2024-10-16T05:53:35.009Z] f49a43e4bbc0: Pull complete [2024-10-16T05:53:35.009Z] 561ebcabdf7f: Pull complete [2024-10-16T05:53:35.009Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-16T05:53:35.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-16T05:53:35.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-16T05:53:35.313Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-16T05:53:35.313Z] WORKDIR /edgex [2024-10-16T05:53:35.313Z] COPY go.mod . [2024-10-16T05:53:35.313Z] RUN go mod download [2024-10-16T05:53:35.313Z] + docker build -t ci-base-image-x86_64 -f - . [2024-10-16T05:53:35.887Z] Sending build context to Docker daemon 179.7MB [2024-10-16T05:53:35.887Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-16T05:53:35.887Z] ---> 3a752c3f9dda [2024-10-16T05:53:35.887Z] Step 2/4 : WORKDIR /edgex [2024-10-16T05:53:42.422Z] Still waiting to schedule task [2024-10-16T05:53:42.422Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-16T05:53:42.489Z] ---> Running in f201287f05aa [2024-10-16T05:53:42.489Z] Removing intermediate container f201287f05aa [2024-10-16T05:53:42.489Z] ---> d1f00ca17391 [2024-10-16T05:53:42.489Z] Step 3/4 : COPY go.mod . [2024-10-16T05:53:42.489Z] ---> 4cbd14c456df [2024-10-16T05:53:42.489Z] Step 4/4 : RUN go mod download [2024-10-16T05:53:42.489Z] ---> Running in f5357250eebf [2024-10-16T05:54:10.401Z] Removing intermediate container f5357250eebf [2024-10-16T05:54:10.401Z] ---> 9292fd4d0adc [2024-10-16T05:54:10.401Z] Successfully built 9292fd4d0adc [2024-10-16T05:54:10.401Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T05:54:10.711Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-16T05:54:10.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T05:54:10.802Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T05:54:10.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T05:54:11.329Z] $ docker top 13d0622661969b726cadfca392f807649d57fa632706d5bddad01c5ff8d26b0f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-16T05:54:11.681Z] + go version [2024-10-16T05:54:11.681Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-16T05:54:11.690Z] $ docker stop --time=1 13d0622661969b726cadfca392f807649d57fa632706d5bddad01c5ff8d26b0f [2024-10-16T05:54:12.933Z] $ docker rm -f --volumes 13d0622661969b726cadfca392f807649d57fa632706d5bddad01c5ff8d26b0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T05:54:13.367Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-16T05:54:13.367Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T05:54:13.443Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T05:54:13.473Z] $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T05:54:13.787Z] $ docker top a80404602f1954a3b902844c128a47915999c2e87402bedc4a43d1c31525c335 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-10-16T05:54:13.859Z] ========================================================= [2024-10-16T05:54:13.859Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-10-16T05:54:13.859Z] ========================================================= [Pipeline] sh [2024-10-16T05:54:14.136Z] + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] fileExists [Pipeline] sh [2024-10-16T05:54:14.436Z] + make test [2024-10-16T05:54:14.436Z] go test -race -coverprofile=coverage.out ./... [2024-10-16T05:54:22.555Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2024-10-16T05:54:49.086Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-10-16T05:54:50.989Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-10-16T05:54:50.989Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-10-16T05:54:51.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 28.7% of statements [2024-10-16T05:54:51.924Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-10-16T05:54:51.924Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-10-16T05:54:51.924Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-10-16T05:54:52.490Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-10-16T05:54:52.490Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-10-16T05:54:52.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.033s coverage: 97.0% of statements [2024-10-16T05:54:53.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-10-16T05:54:53.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-10-16T05:54:53.314Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-10-16T05:54:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-10-16T05:54:54.688Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-10-16T05:54:54.688Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-10-16T05:54:54.688Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-16T05:54:54.688Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-10-16T05:54:56.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.2% of statements [2024-10-16T05:54:56.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.048s coverage: 53.3% of statements [2024-10-16T05:54:56.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.649s coverage: 93.4% of statements [2024-10-16T05:54:56.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 91.7% of statements [2024-10-16T05:54:56.735Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-10-16T05:54:56.735Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-10-16T05:54:57.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-10-16T05:54:57.302Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-10-16T05:54:57.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 10.0% of statements [2024-10-16T05:54:58.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.413s coverage: 95.8% of statements [2024-10-16T05:54:58.934Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2024-10-16T05:54:58.934Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-10-16T05:54:59.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-10-16T05:54:59.502Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-10-16T05:55:00.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] [2024-10-16T05:55:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.035s coverage: 0.8% of statements [2024-10-16T05:55:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 42.5% of statements [2024-10-16T05:55:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 41.7% of statements [2024-10-16T05:55:01.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.225s coverage: 77.8% of statements [2024-10-16T05:55:01.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 94.1% of statements [2024-10-16T05:55:01.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements [2024-10-16T05:55:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2024-10-16T05:55:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-10-16T05:55:01.828Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-10-16T05:55:01.828Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-10-16T05:55:01.828Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-10-16T05:55:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-10-16T05:55:02.401Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-10-16T05:55:02.401Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-10-16T05:55:02.401Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-10-16T05:55:04.301Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-10-16T05:55:04.867Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-10-16T05:55:04.867Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-10-16T05:55:05.433Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-10-16T05:55:06.807Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-10-16T05:55:07.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-10-16T05:55:08.751Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-10-16T05:55:08.751Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-10-16T05:55:11.297Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-10-16T05:55:11.297Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-10-16T05:55:11.297Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-10-16T05:55:12.671Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-10-16T05:55:12.671Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-10-16T05:55:12.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-10-16T05:55:12.931Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-10-16T05:55:12.931Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-10-16T05:55:12.931Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-10-16T05:55:12.931Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements [2024-10-16T05:55:13.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements [2024-10-16T05:55:14.126Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements [2024-10-16T05:55:14.126Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements [2024-10-16T05:55:14.126Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements [2024-10-16T05:55:15.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-10-16T05:55:15.500Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-16T05:55:15.500Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-10-16T05:55:16.820Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-10-16T05:55:16.820Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-10-16T05:55:16.820Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-10-16T05:55:16.820Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-10-16T05:55:18.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-10-16T05:55:18.206Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2024-10-16T05:55:18.206Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements [2024-10-16T05:55:18.206Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-16T05:55:19.143Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2024-10-16T05:55:19.143Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2024-10-16T05:55:19.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-10-16T05:55:19.712Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-16T05:55:21.869Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22912 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-10-16T05:55:21.889Z] Running in /w/workspace/edgex-go/730 [Pipeline] { [Pipeline] checkout [2024-10-16T05:55:24.943Z] The recommended git tool is: git [2024-10-16T05:55:26.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.323s coverage: 79.9% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 27.040s coverage: 92.9% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 66.7% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 75.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 20.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.050s coverage: 82.1% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.141s coverage: 63.1% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.130s coverage: 36.5% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.023s coverage: 9.9% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.069s coverage: 97.1% of statements [2024-10-16T05:55:28.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.025s coverage: 45.8% of statements [2024-10-16T05:55:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 19.6% of statements [2024-10-16T05:55:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 95.7% of statements [2024-10-16T05:55:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.026s coverage: 61.8% of statements [2024-10-16T05:55:28.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 98.9% of statements [2024-10-16T05:55:29.070Z] 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-16T05:55:29.335Z] running golangci-lint [2024-10-16T05:55:29.594Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-10-16T05:55:29.594Z] go version go1.23.2 linux/amd64 [2024-10-16T05:55:29.594Z] 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-16T05:55:29.594Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-10-16T05:55:29.594Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-10-16T05:55:32.417Z] using credential edgex-jenkins-ssh [2024-10-16T05:55:32.468Z] Cloning the remote Git repository [2024-10-16T05:55:32.536Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-10-16T05:55:32.640Z] > git init /w/workspace/edgex-go/730 # timeout=10 [2024-10-16T05:55:32.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-10-16T05:55:32.796Z] > git --version # timeout=10 [2024-10-16T05:55:32.817Z] > git --version # 'git version 2.25.1' [2024-10-16T05:55:32.822Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-16T05:55:32.982Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-16T05:55:51.409Z] Avoid second fetch [2024-10-16T05:55:51.409Z] Checking out Revision 0f2c1aa65e1f19339a388a0f771fbaa268164f8e (main) [2024-10-16T05:55:51.532Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|imports|compiled_files|name|types_sizes) took 20.808315227s" [2024-10-16T05:55:51.532Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.139236ms" [2024-10-16T05:55:50.582Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-10-16T05:55:50.605Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-16T05:55:51.420Z] > git config core.sparsecheckout # timeout=10 [2024-10-16T05:55:51.476Z] > git checkout -f 0f2c1aa65e1f19339a388a0f771fbaa268164f8e # timeout=10 [2024-10-16T05:55:52.227Z] Commit message: "Merge pull request #4973 from jinlinGuan/issue-4965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-16T05:55:57.098Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-16T05:55:57.098Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T05:55:57.098Z] Dload Upload Total Spent Left Speed [2024-10-16T05:55:57.098Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 118k 0 --:--:-- --:--:-- --:--:-- 118k [Pipeline] sh [2024-10-16T05:55:57.434Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-16T05:55:57.755Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-16T05:55:57.755Z] + sudo tee /etc/docker/daemon.new [2024-10-16T05:55:57.755Z] { [2024-10-16T05:55:57.755Z] "registry-mirrors": [ [2024-10-16T05:55:57.755Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-16T05:55:57.755Z] ], [2024-10-16T05:55:57.755Z] "bip": "10.250.0.254/24", [2024-10-16T05:55:57.755Z] "hosts": [ [2024-10-16T05:55:57.755Z] "tcp://0.0.0.0:5555", [2024-10-16T05:55:57.755Z] "unix:///var/run/docker.sock" [2024-10-16T05:55:57.755Z] ], [2024-10-16T05:55:57.755Z] "mtu": 1458, [2024-10-16T05:55:57.755Z] "selinux-enabled": true, [2024-10-16T05:55:57.755Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-16T05:55:57.755Z] } [Pipeline] sh [2024-10-16T05:55:58.080Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-16T05:55:58.404Z] + sudo service docker restart [2024-10-16T05:56:03.726Z] level=info msg="[linters_context/goanalysis] analyzers took 2m19.840661619s with top 10 stages: buildir: 58.761691772s, gosec: 4.790463799s, inspect: 3.849282696s, fact_deprecated: 3.31277707s, ctrlflow: 2.529835614s, printf: 2.29870959s, directives: 1.667497908s, S1038: 1.380597562s, errcheck: 1.365550246s, nilness: 1.237105373s" [2024-10-16T05:56:03.726Z] level=info msg="[runner] Issues before processing: 220, after processing: 0" [2024-10-16T05:56:03.726Z] level=info msg="[runner] Processors filtering stat (in/out): autogenerated_exclude: 220/220, filename_unadjuster: 220/220, invalid_issue: 220/220, cgo: 220/220, path_prettifier: 220/220, skip_files: 220/220, exclude: 220/220, nolint: 22/0, skip_dirs: 220/220, identifier_marker: 220/220, exclude-rules: 220/22" [2024-10-16T05:56:03.726Z] level=info msg="[runner] processing took 16.98286ms with stages: nolint: 7.447711ms, identifier_marker: 4.96178ms, autogenerated_exclude: 1.500135ms, path_prettifier: 1.214145ms, exclude-rules: 1.127402ms, skip_dirs: 604.052µs, invalid_issue: 49.311µs, cgo: 49.232µs, filename_unadjuster: 22.221µs, max_same_issues: 1.72µs, uniq_by_line: 700ns, skip_files: 660ns, fixer: 621ns, exclude: 540ns, max_from_linter: 500ns, path_prefixer: 430ns, sort_results: 400ns, diff: 390ns, path_shortener: 370ns, source_code: 320ns, max_per_file_from_linter: 120ns, severity-rules: 100ns" [2024-10-16T05:56:03.726Z] level=info msg="[runner] linters took 11.751074307s with stages: goanalysis_metalinter: 11.733988894s" [2024-10-16T05:56:03.726Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-10-16T05:56:03.726Z] level=info msg="Memory: 325 samples, avg is 300.4MB, max is 1294.3MB" [2024-10-16T05:56:03.726Z] level=info msg="Execution took 32.61832888s" [2024-10-16T05:56:03.726Z] go vet ./... [2024-10-16T05:56:08.987Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-16T05:56:08.987Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-16T05:56:08.987Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-16T05:56:09.257Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-10-16T05:56:09.546Z] + ls -al . [2024-10-16T05:56:09.546Z] total 1892 [2024-10-16T05:56:09.546Z] drwxrwxr-x 11 1001 1001 4096 Oct 16 05:54 . [2024-10-16T05:56:09.546Z] drwxr-xr-x 4 root root 4096 Oct 16 05:54 .. [2024-10-16T05:56:09.546Z] drwxrwxr-x 2 1001 1001 4096 Oct 16 05:52 .blubracket [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 10 Oct 16 05:52 .dockerignore [2024-10-16T05:56:09.546Z] drwxrwxr-x 8 1001 1001 4096 Oct 16 05:55 .git [2024-10-16T05:56:09.546Z] drwxrwxr-x 3 1001 1001 4096 Oct 16 05:52 .github [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 1152 Oct 16 05:52 .gitignore [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 199 Oct 16 05:52 .golangci.yml [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 100 Oct 16 05:52 .hadolint.yml [2024-10-16T05:56:09.546Z] drwxr-xr-x 3 1001 1001 4096 Oct 16 05:53 .semver [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 155 Oct 16 05:52 .sonarcloud.properties [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 1171 Oct 16 05:52 ADOPTERS.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 21553 Oct 16 05:52 Attribution.txt [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 100284 Oct 16 05:52 CHANGELOG.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 3804 Oct 16 05:52 CONTRIBUTING.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 677 Oct 16 05:52 GOVERNANCE.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 861 Oct 16 05:52 Jenkinsfile [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 10775 Oct 16 05:52 LICENSE [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 17391 Oct 16 05:52 Makefile [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 582 Oct 16 05:52 OWNERS.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 9528 Oct 16 05:52 README.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 789 Oct 16 05:52 SECURITY.md [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 13 Oct 16 05:53 VERSION [2024-10-16T05:56:09.546Z] drwxrwxr-x 2 1001 1001 4096 Oct 16 05:52 bin [2024-10-16T05:56:09.546Z] drwxrwxr-x 20 1001 1001 4096 Oct 16 05:52 cmd [2024-10-16T05:56:09.546Z] -rw-r--r-- 1 root root 1550061 Oct 16 05:55 coverage.out [2024-10-16T05:56:09.546Z] drwxrwxr-x 2 1001 1001 4096 Oct 16 05:52 fuzz_test [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 7277 Oct 16 05:52 go.mod [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 101084 Oct 16 05:52 go.sum [2024-10-16T05:56:09.546Z] drwxrwxr-x 7 1001 1001 4096 Oct 16 05:52 internal [2024-10-16T05:56:09.546Z] drwxrwxr-x 3 1001 1001 4096 Oct 16 05:52 openapi [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 584 Oct 16 05:52 security.txt [2024-10-16T05:56:09.546Z] -rw-rw-r-- 1 1001 1001 204 Oct 16 05:52 version.go [Pipeline] sh [2024-10-16T05:56:09.827Z] + '[' -e coverage.out ] [2024-10-16T05:56:09.828Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-10-16T05:56:09.981Z] Stashed 1 file(s) [Pipeline] sh [2024-10-16T05:56:10.261Z] + make build [2024-10-16T05:56:10.261Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-16T05:56:16.646Z] provisioning config files... [2024-10-16T05:56:16.670Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config13074764423290050195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-16T05:56:17.103Z] ---> ****-login.sh [2024-10-16T05:56:17.103Z] nexus3.edgexfoundry.org:10001 [2024-10-16T05:56:17.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:56:17.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:56:17.640Z] Configure a credential helper to remove this warning. See [2024-10-16T05:56:17.640Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:56:17.640Z] [2024-10-16T05:56:17.640Z] Login Succeeded [2024-10-16T05:56:17.640Z] nexus3.edgexfoundry.org:10002 [2024-10-16T05:56:17.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:56:18.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:56:18.177Z] Configure a credential helper to remove this warning. See [2024-10-16T05:56:18.177Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:56:18.177Z] [2024-10-16T05:56:18.177Z] Login Succeeded [2024-10-16T05:56:18.177Z] nexus3.edgexfoundry.org:10003 [2024-10-16T05:56:18.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:56:18.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:56:18.444Z] Configure a credential helper to remove this warning. See [2024-10-16T05:56:18.444Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:56:18.444Z] [2024-10-16T05:56:18.444Z] Login Succeeded [2024-10-16T05:56:18.444Z] nexus3.edgexfoundry.org:10004 [2024-10-16T05:56:18.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:56:18.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:56:18.714Z] Configure a credential helper to remove this warning. See [2024-10-16T05:56:18.714Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:56:18.714Z] [2024-10-16T05:56:18.714Z] Login Succeeded [2024-10-16T05:56:18.714Z] ****.io [2024-10-16T05:56:18.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T05:56:19.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T05:56:19.245Z] Configure a credential helper to remove this warning. See [2024-10-16T05:56:19.245Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T05:56:19.245Z] [2024-10-16T05:56:19.245Z] Login Succeeded [2024-10-16T05:56:19.245Z] ---> ****-login.sh ends [Pipeline] } [2024-10-16T05:56:19.258Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-10-16T05:56:19.856Z] + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] echo [2024-10-16T05:56:19.874Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-16T05:56:19.893Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-16T05:56:19.911Z] ========================================================= [2024-10-16T05:56:19.911Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-16T05:56:19.911Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-16T05:56:20.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-16T05:56:20.237Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-16T05:56:20.237Z] cf04c63912e1: Pulling fs layer [2024-10-16T05:56:20.237Z] 55b35a11ae5e: Pulling fs layer [2024-10-16T05:56:20.237Z] a37a00ec5f00: Pulling fs layer [2024-10-16T05:56:20.237Z] 50b3750afda1: Pulling fs layer [2024-10-16T05:56:20.237Z] 4f4fb700ef54: Pulling fs layer [2024-10-16T05:56:20.237Z] 80978eb59214: Pulling fs layer [2024-10-16T05:56:20.237Z] c9f46d7d2bd2: Pulling fs layer [2024-10-16T05:56:20.237Z] c5a475d317c9: Pulling fs layer [2024-10-16T05:56:20.237Z] 4f4fb700ef54: Waiting [2024-10-16T05:56:20.237Z] 80978eb59214: Waiting [2024-10-16T05:56:20.237Z] 50b3750afda1: Waiting [2024-10-16T05:56:20.237Z] c9f46d7d2bd2: Waiting [2024-10-16T05:56:20.237Z] c5a475d317c9: Waiting [2024-10-16T05:56:20.505Z] 55b35a11ae5e: Download complete [2024-10-16T05:56:20.505Z] 50b3750afda1: Verifying Checksum [2024-10-16T05:56:20.505Z] 50b3750afda1: Download complete [2024-10-16T05:56:20.505Z] 4f4fb700ef54: Verifying Checksum [2024-10-16T05:56:20.505Z] 4f4fb700ef54: Download complete [2024-10-16T05:56:20.505Z] 80978eb59214: Verifying Checksum [2024-10-16T05:56:20.505Z] 80978eb59214: Download complete [2024-10-16T05:56:20.505Z] cf04c63912e1: Verifying Checksum [2024-10-16T05:56:20.505Z] cf04c63912e1: Download complete [2024-10-16T05:56:20.773Z] c5a475d317c9: Verifying Checksum [2024-10-16T05:56:20.773Z] c5a475d317c9: Download complete [2024-10-16T05:56:21.358Z] cf04c63912e1: Pull complete [2024-10-16T05:56:21.942Z] 55b35a11ae5e: Pull complete [2024-10-16T05:56:22.211Z] a37a00ec5f00: Verifying Checksum [2024-10-16T05:56:22.211Z] a37a00ec5f00: Download complete [2024-10-16T05:56:22.795Z] c9f46d7d2bd2: Verifying Checksum [2024-10-16T05:56:22.795Z] c9f46d7d2bd2: Download complete [2024-10-16T05:56:35.839Z] a37a00ec5f00: Pull complete [2024-10-16T05:56:35.839Z] 50b3750afda1: Pull complete [2024-10-16T05:56:35.839Z] 4f4fb700ef54: Pull complete [2024-10-16T05:56:36.109Z] 80978eb59214: Pull complete [2024-10-16T05:56:36.830Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-16T05:56:36.830Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-16T05:56:37.398Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-16T05:56:37.967Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-16T05:56:39.870Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-16T05:56:44.324Z] c9f46d7d2bd2: Pull complete [2024-10-16T05:56:45.134Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-16T05:56:45.731Z] c5a475d317c9: Pull complete [2024-10-16T05:56:45.731Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-16T05:56:45.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-16T05:56:45.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-16T05:56:46.060Z] + + docker build -t ci-base-image-arm64echo -f FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-16T05:56:46.060Z] WORKDIR /edgex [2024-10-16T05:56:46.060Z] COPY go.mod . [2024-10-16T05:56:46.060Z] RUN go mod download - [2024-10-16T05:56:46.060Z] . [2024-10-16T05:56:46.645Z] Sending build context to Docker daemon 3.693MB [2024-10-16T05:56:46.645Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-16T05:56:46.645Z] ---> be29e6b0f0d4 [2024-10-16T05:56:46.645Z] Step 2/4 : WORKDIR /edgex [2024-10-16T05:56:47.681Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-16T05:56:48.585Z] ---> Running in af2bb9a13b59 [2024-10-16T05:56:48.585Z] Removing intermediate container af2bb9a13b59 [2024-10-16T05:56:48.585Z] ---> be0007d6b714 [2024-10-16T05:56:48.585Z] Step 3/4 : COPY go.mod . [2024-10-16T05:56:49.165Z] ---> c7324cae4393 [2024-10-16T05:56:49.165Z] Step 4/4 : RUN go mod download [2024-10-16T05:56:49.165Z] ---> Running in 2e580467efa6 [2024-10-16T05:56:50.212Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-16T05:56:52.740Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-16T05:56:53.674Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-16T05:56:54.239Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-16T05:56:55.172Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-16T05:56:56.546Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-10-16T05:56:57.934Z] $ docker stop --time=1 a80404602f1954a3b902844c128a47915999c2e87402bedc4a43d1c31525c335 [2024-10-16T05:57:10.356Z] $ docker rm -f --volumes a80404602f1954a3b902844c128a47915999c2e87402bedc4a43d1c31525c335 [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-16T05:57:11.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-16T05:57:11.597Z] [2024-10-16T05:57:11.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T05:57:11.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-16T05:57:12.160Z] latest: Pulling from edgex-devops/edgex-compose [2024-10-16T05:57:12.160Z] 91d30c5bc195: Pulling fs layer [2024-10-16T05:57:12.160Z] 2e9b0aa3be6d: Pulling fs layer [2024-10-16T05:57:12.160Z] 9c61dcf015f6: Pulling fs layer [2024-10-16T05:57:12.160Z] 4698f68db338: Pulling fs layer [2024-10-16T05:57:12.160Z] 2a2f49069b9e: Pulling fs layer [2024-10-16T05:57:12.160Z] e0025b399a48: Pulling fs layer [2024-10-16T05:57:12.160Z] 4698f68db338: Waiting [2024-10-16T05:57:12.160Z] e0025b399a48: Waiting [2024-10-16T05:57:12.160Z] 2a2f49069b9e: Waiting [2024-10-16T05:57:12.160Z] 91d30c5bc195: Verifying Checksum [2024-10-16T05:57:12.160Z] 91d30c5bc195: Download complete [2024-10-16T05:57:12.160Z] 4698f68db338: Verifying Checksum [2024-10-16T05:57:12.160Z] 4698f68db338: Download complete [2024-10-16T05:57:12.160Z] 2e9b0aa3be6d: Verifying Checksum [2024-10-16T05:57:12.160Z] 2e9b0aa3be6d: Download complete [2024-10-16T05:57:12.160Z] 91d30c5bc195: Pull complete [2024-10-16T05:57:12.160Z] e0025b399a48: Verifying Checksum [2024-10-16T05:57:12.160Z] e0025b399a48: Download complete [2024-10-16T05:57:12.418Z] 2a2f49069b9e: Verifying Checksum [2024-10-16T05:57:12.418Z] 2a2f49069b9e: Download complete [2024-10-16T05:57:12.418Z] 2e9b0aa3be6d: Pull complete [2024-10-16T05:57:12.675Z] 9c61dcf015f6: Verifying Checksum [2024-10-16T05:57:12.675Z] 9c61dcf015f6: Download complete [2024-10-16T05:57:15.206Z] 9c61dcf015f6: Pull complete [2024-10-16T05:57:15.206Z] 4698f68db338: Pull complete [2024-10-16T05:57:15.465Z] 2a2f49069b9e: Pull complete [2024-10-16T05:57:15.465Z] e0025b399a48: Pull complete [2024-10-16T05:57:15.465Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-10-16T05:57:15.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-16T05:57:15.465Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T05:57:15.562Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T05:57:15.600Z] $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T05:57:20.423Z] $ docker top 4e52f9c876828449d777eaa6cde2c6717fb5db8cda5a9c12d2a1acf160ecdb32 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-16T05:57:20.769Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-16T05:57:23.306Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-16T05:57:23.306Z] #1 transferring dockerfile: [2024-10-16T05:57:23.306Z] #1 transferring dockerfile: 3.17kB done [2024-10-16T05:57:23.306Z] #1 DONE 0.0s [2024-10-16T05:57:23.306Z] [2024-10-16T05:57:23.306Z] #2 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-16T05:57:23.306Z] #2 transferring dockerfile: 1.85kB done [2024-10-16T05:57:23.306Z] #2 DONE 0.0s [2024-10-16T05:57:23.306Z] [2024-10-16T05:57:23.306Z] #3 [security-spire-config internal] load build definition from Dockerfile [2024-10-16T05:57:23.306Z] #3 transferring dockerfile: 1.69kB done [2024-10-16T05:57:23.306Z] #3 DONE 0.0s [2024-10-16T05:57:23.306Z] [2024-10-16T05:57:23.306Z] #4 [core-metadata internal] load build definition from Dockerfile [2024-10-16T05:57:23.306Z] #4 transferring dockerfile: 2.13kB done [2024-10-16T05:57:23.306Z] #4 DONE 0.0s [2024-10-16T05:57:23.306Z] [2024-10-16T05:57:23.306Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-16T05:57:23.306Z] #5 transferring dockerfile: 2.49kB done [2024-10-16T05:57:23.306Z] #5 DONE 0.0s [2024-10-16T05:57:23.306Z] [2024-10-16T05:57:23.306Z] #6 [support-scheduler internal] load build definition from Dockerfile [2024-10-16T05:57:23.306Z] #6 transferring dockerfile: 1.93kB done [2024-10-16T05:57:23.306Z] #6 DONE 0.0s [2024-10-16T05:57:23.306Z] [2024-10-16T05:57:23.306Z] #7 [security-bootstrapper internal] load .dockerignore [2024-10-16T05:57:23.563Z] #7 transferring context: 50B done [2024-10-16T05:57:23.563Z] #7 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #8 transferring dockerfile: 1.89kB done [2024-10-16T05:57:23.563Z] #8 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #9 [security-spire-server internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #9 transferring dockerfile: 1.70kB done [2024-10-16T05:57:23.563Z] #9 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #10 transferring dockerfile: 2.15kB done [2024-10-16T05:57:23.563Z] #10 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #11 [support-notifications internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #11 transferring dockerfile: 2.02kB done [2024-10-16T05:57:23.563Z] #11 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #12 [core-data internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #12 transferring dockerfile: 2.07kB done [2024-10-16T05:57:23.563Z] #12 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #13 transferring dockerfile: 2.23kB done [2024-10-16T05:57:23.563Z] #13 DONE 0.1s [2024-10-16T05:57:23.563Z] [2024-10-16T05:57:23.563Z] #14 [core-keeper internal] load build definition from Dockerfile [2024-10-16T05:57:23.563Z] #14 transferring dockerfile: 2.07kB done [2024-10-16T05:57:23.564Z] #14 DONE 0.1s [2024-10-16T05:57:23.564Z] [2024-10-16T05:57:23.564Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-16T05:57:23.564Z] #15 transferring dockerfile: 2.50kB done [2024-10-16T05:57:23.564Z] #15 DONE 0.1s [2024-10-16T05:57:23.564Z] [2024-10-16T05:57:23.564Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-10-16T05:57:23.564Z] #16 transferring dockerfile: 1.81kB done [2024-10-16T05:57:23.564Z] #16 DONE 0.1s [2024-10-16T05:57:23.564Z] [2024-10-16T05:57:23.564Z] #17 [core-command internal] load build definition from Dockerfile [2024-10-16T05:57:23.564Z] #17 transferring dockerfile: 1.93kB done [2024-10-16T05:57:23.564Z] #17 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #18 [support-cron-scheduler internal] load .dockerignore [2024-10-16T05:57:23.822Z] #18 transferring context: 50B done [2024-10-16T05:57:23.822Z] #18 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #19 [security-spire-config internal] load .dockerignore [2024-10-16T05:57:23.822Z] #19 transferring context: 50B done [2024-10-16T05:57:23.822Z] #19 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #20 [core-metadata internal] load .dockerignore [2024-10-16T05:57:23.822Z] #20 transferring context: 50B done [2024-10-16T05:57:23.822Z] #20 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #21 [security-secretstore-setup internal] load .dockerignore [2024-10-16T05:57:23.822Z] #21 transferring context: 50B done [2024-10-16T05:57:23.822Z] #21 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #22 [support-scheduler internal] load .dockerignore [2024-10-16T05:57:23.822Z] #22 transferring context: 50B done [2024-10-16T05:57:23.822Z] #22 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2024-10-16T05:57:23.822Z] #23 transferring context: 50B done [2024-10-16T05:57:23.822Z] #23 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #24 [security-proxy-auth internal] load .dockerignore [2024-10-16T05:57:23.822Z] #24 transferring context: 50B done [2024-10-16T05:57:23.822Z] #24 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #25 [support-notifications internal] load .dockerignore [2024-10-16T05:57:23.822Z] #25 transferring context: 50B done [2024-10-16T05:57:23.822Z] #25 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #26 [security-spire-server internal] load .dockerignore [2024-10-16T05:57:23.822Z] #26 transferring context: 50B done [2024-10-16T05:57:23.822Z] #26 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #27 [core-data internal] load .dockerignore [2024-10-16T05:57:23.822Z] #27 transferring context: 50B done [2024-10-16T05:57:23.822Z] #27 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #28 [core-keeper internal] load .dockerignore [2024-10-16T05:57:23.822Z] #28 transferring context: 50B done [2024-10-16T05:57:23.822Z] #28 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-16T05:57:23.822Z] #29 transferring context: 50B done [2024-10-16T05:57:23.822Z] #29 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #30 [security-proxy-setup internal] load .dockerignore [2024-10-16T05:57:23.822Z] #30 transferring context: 50B done [2024-10-16T05:57:23.822Z] #30 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #31 [security-spire-agent internal] load .dockerignore [2024-10-16T05:57:23.822Z] #31 transferring context: 50B done [2024-10-16T05:57:23.822Z] #31 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #32 [core-command internal] load .dockerignore [2024-10-16T05:57:23.822Z] #32 transferring context: 50B done [2024-10-16T05:57:23.822Z] #32 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:23.822Z] #33 DONE 0.0s [2024-10-16T05:57:23.822Z] [2024-10-16T05:57:23.822Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:57:23.822Z] #34 DONE 0.1s [2024-10-16T05:57:24.081Z] [2024-10-16T05:57:24.081Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:57:24.081Z] #34 ... [2024-10-16T05:57:24.081Z] [2024-10-16T05:57:24.081Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:24.081Z] #33 DONE 0.0s [2024-10-16T05:57:24.081Z] [2024-10-16T05:57:24.081Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:57:24.340Z] #34 ... [2024-10-16T05:57:24.340Z] [2024-10-16T05:57:24.340Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:24.340Z] #33 DONE 0.0s [2024-10-16T05:57:24.340Z] [2024-10-16T05:57:24.340Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:57:24.340Z] #34 DONE 0.3s [2024-10-16T05:57:24.340Z] [2024-10-16T05:57:24.340Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:24.340Z] #33 DONE 0.0s [2024-10-16T05:57:24.340Z] [2024-10-16T05:57:24.340Z] #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-10-16T05:57:24.609Z] #35 ... [2024-10-16T05:57:24.609Z] [2024-10-16T05:57:24.609Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:24.609Z] #33 DONE 0.0s [2024-10-16T05:57:24.609Z] [2024-10-16T05:57:24.609Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:24.609Z] #33 DONE 0.0s [2024-10-16T05:57:24.609Z] [2024-10-16T05:57:24.609Z] #36 [security-proxy-auth stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:57:24.609Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-16T05:57:24.609Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:57:24.609Z] #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-16T05:57:24.609Z] #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-16T05:57:24.867Z] #36 ... [2024-10-16T05:57:24.867Z] [2024-10-16T05:57:24.867Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-16T05:57:24.867Z] #33 DONE 0.0s [2024-10-16T05:57:24.867Z] [2024-10-16T05:57:24.867Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-16T05:57:29.077Z] #37 ... [2024-10-16T05:57:29.077Z] [2024-10-16T05:57:29.077Z] #38 [security-spiffe-token-provider internal] load build context [2024-10-16T05:57:29.077Z] #38 transferring context: 321.81MB 4.8s [2024-10-16T05:57:30.453Z] #38 ... [2024-10-16T05:57:30.453Z] [2024-10-16T05:57:30.453Z] #39 [core-metadata internal] load build context [2024-10-16T05:57:30.710Z] #39 ... [2024-10-16T05:57:30.710Z] [2024-10-16T05:57:30.710Z] #38 [security-spiffe-token-provider internal] load build context [2024-10-16T05:57:33.420Z] #38 transferring context: 612.14MB 9.1s done [2024-10-16T05:57:34.028Z] #38 ... [2024-10-16T05:57:34.028Z] [2024-10-16T05:57:34.028Z] #40 [security-bootstrapper internal] load build context [2024-10-16T05:57:34.028Z] #40 transferring context: 612.14MB 9.8s done [2024-10-16T05:57:34.028Z] #40 ... [2024-10-16T05:57:34.028Z] [2024-10-16T05:57:34.028Z] #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-16T05:57:34.028Z] #41 ... [2024-10-16T05:57:34.028Z] [2024-10-16T05:57:34.028Z] #42 [security-proxy-auth stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-10-16T05:57:34.395Z] #42 ... [2024-10-16T05:57:34.395Z] [2024-10-16T05:57:34.395Z] #43 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-16T05:57:34.395Z] #43 ... [2024-10-16T05:57:34.395Z] [2024-10-16T05:57:34.395Z] #44 [support-notifications internal] load build context [2024-10-16T05:57:34.395Z] #44 transferring context: 612.14MB 8.6s done [2024-10-16T05:57:34.395Z] #44 ... [2024-10-16T05:57:34.395Z] [2024-10-16T05:57:34.395Z] #45 [support-cron-scheduler internal] load build context [2024-10-16T05:57:34.395Z] #45 transferring context: 612.14MB 9.8s done [2024-10-16T05:57:34.804Z] #45 ... [2024-10-16T05:57:34.804Z] [2024-10-16T05:57:34.804Z] #46 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-16T05:57:34.804Z] #46 ... [2024-10-16T05:57:34.804Z] [2024-10-16T05:57:34.804Z] #47 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-16T05:57:34.804Z] #47 ... [2024-10-16T05:57:34.804Z] [2024-10-16T05:57:34.804Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-16T05:57:34.804Z] #48 ... [2024-10-16T05:57:34.804Z] [2024-10-16T05:57:34.804Z] #49 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:57:35.087Z] #49 ... [2024-10-16T05:57:35.087Z] [2024-10-16T05:57:35.087Z] #50 [security-proxy-auth internal] load build context [2024-10-16T05:57:35.087Z] #50 transferring context: 612.14MB 9.4s done [2024-10-16T05:57:35.356Z] #50 ... [2024-10-16T05:57:35.356Z] [2024-10-16T05:57:35.356Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:57:35.356Z] #34 ... [2024-10-16T05:57:35.356Z] [2024-10-16T05:57:35.356Z] #51 [support-scheduler internal] load build context [2024-10-16T05:57:35.356Z] #51 transferring context: 612.14MB 8.9s done [2024-10-16T05:57:36.829Z] #51 ... [2024-10-16T05:57:36.829Z] [2024-10-16T05:57:36.829Z] #52 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-16T05:57:36.829Z] #52 ... [2024-10-16T05:57:36.829Z] [2024-10-16T05:57:36.829Z] #53 [security-secretstore-setup internal] load build context [2024-10-16T05:57:36.829Z] #53 transferring context: 612.14MB 9.5s done [2024-10-16T05:57:40.948Z] #53 ... [2024-10-16T05:57:40.948Z] [2024-10-16T05:57:40.948Z] #39 [core-metadata internal] load build context [2024-10-16T05:57:40.948Z] #39 transferring context: 612.14MB 10.3s done [2024-10-16T05:57:49.110Z] #39 ... [2024-10-16T05:57:49.110Z] [2024-10-16T05:57:49.110Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:57:49.110Z] #34 DONE 24.9s [2024-10-16T05:57:49.110Z] [2024-10-16T05:57:49.110Z] #36 [core-common-config-bootstrapper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:57:49.110Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-16T05:57:49.110Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:57:49.110Z] #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-16T05:57:49.110Z] #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-16T05:57:53.319Z] #36 ... [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #51 [support-scheduler internal] load build context [2024-10-16T05:57:53.319Z] #51 DONE 28.6s [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #44 [support-notifications internal] load build context [2024-10-16T05:57:53.319Z] #44 DONE 28.5s [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #35 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-10-16T05:57:53.319Z] #35 DONE 28.8s [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:57:53.319Z] #54 ... [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #38 [security-spiffe-token-provider internal] load build context [2024-10-16T05:57:53.319Z] #38 DONE 28.9s [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #48 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-16T05:57:53.319Z] #48 DONE 29.2s [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #55 [security-spire-server internal] load build context [2024-10-16T05:57:53.319Z] #55 DONE 0.0s [2024-10-16T05:57:53.319Z] [2024-10-16T05:57:53.319Z] #36 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:57:53.319Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-16T05:57:53.319Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:57:53.319Z] #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-16T05:57:53.319Z] #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-16T05:57:54.788Z] #36 ... [2024-10-16T05:57:54.788Z] [2024-10-16T05:57:54.788Z] #53 [security-secretstore-setup internal] load build context [2024-10-16T05:57:54.788Z] #53 DONE 30.5s [2024-10-16T05:57:55.048Z] [2024-10-16T05:57:55.048Z] #49 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:57:55.048Z] #49 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.048Z] #49 29.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.048Z] #49 29.34 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:57:55.048Z] #49 29.34 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:57:55.048Z] #49 29.34 OK: 24163 distinct packages available [2024-10-16T05:57:55.048Z] #49 29.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.048Z] #49 29.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.048Z] #49 29.74 (1/14) Installing ca-certificates (20240705-r0) [2024-10-16T05:57:55.048Z] #49 29.84 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-16T05:57:55.048Z] #49 29.85 (3/14) Installing c-ares (1.33.1-r0) [2024-10-16T05:57:55.048Z] #49 29.88 (4/14) Installing libunistring (1.2-r0) [2024-10-16T05:57:55.048Z] #49 29.94 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-16T05:57:55.048Z] #49 29.95 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-16T05:57:55.048Z] #49 29.95 (7/14) Installing libpsl (0.21.5-r1) [2024-10-16T05:57:55.048Z] #49 29.96 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-16T05:57:55.048Z] #49 29.98 (9/14) Installing libcurl (8.10.1-r0) [2024-10-16T05:57:55.048Z] #49 29.98 (10/14) Installing curl (8.10.1-r0) [2024-10-16T05:57:55.048Z] #49 29.99 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-16T05:57:55.048Z] #49 29.99 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-16T05:57:55.048Z] #49 29.99 (13/14) Installing libucontext (1.2-r3) [2024-10-16T05:57:55.048Z] #49 30.00 (14/14) Installing gcompat (1.1.0-r4) [2024-10-16T05:57:55.048Z] #49 30.00 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:57:55.048Z] #49 30.01 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:57:55.048Z] #49 30.05 OK: 13 MiB in 28 packages [2024-10-16T05:57:55.989Z] #49 ... [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #52 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-16T05:57:55.989Z] #52 DONE 31.0s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #45 [support-cron-scheduler internal] load build context [2024-10-16T05:57:55.989Z] #45 DONE 31.6s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #39 [core-metadata internal] load build context [2024-10-16T05:57:55.989Z] #39 DONE 31.6s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #50 [security-proxy-auth internal] load build context [2024-10-16T05:57:55.989Z] #50 DONE 31.4s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #40 [security-bootstrapper internal] load build context [2024-10-16T05:57:55.989Z] #40 DONE 31.8s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-16T05:57:55.989Z] #41 29.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #41 29.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #41 30.08 (1/3) Installing ca-certificates (20240705-r0) [2024-10-16T05:57:55.989Z] #41 30.12 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-16T05:57:55.989Z] #41 30.12 (3/3) Installing tzdata (2024b-r0) [2024-10-16T05:57:55.989Z] #41 30.18 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:57:55.989Z] #41 30.18 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:57:55.989Z] #41 30.22 OK: 10 MiB in 17 packages [2024-10-16T05:57:55.989Z] #41 DONE 31.7s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:57:55.989Z] #56 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.0s done [2024-10-16T05:57:55.989Z] #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-16T05:57:55.989Z] #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done [2024-10-16T05:57:55.989Z] #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s [2024-10-16T05:57:55.989Z] #56 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-16T05:57:55.989Z] #56 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-10-16T05:57:55.989Z] #56 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-10-16T05:57:55.989Z] #56 ... [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #49 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:57:55.989Z] #49 DONE 31.8s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:57:55.989Z] #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-10-16T05:57:55.989Z] #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 0.3s [2024-10-16T05:57:55.989Z] #56 ... [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #47 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-16T05:57:55.989Z] #47 29.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #47 29.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #47 29.58 (1/4) Installing ca-certificates (20240705-r0) [2024-10-16T05:57:55.989Z] #47 29.59 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-16T05:57:55.989Z] #47 29.60 (3/4) Installing su-exec (0.2-r3) [2024-10-16T05:57:55.989Z] #47 29.60 (4/4) Installing yq-go (4.44.1-r2) [2024-10-16T05:57:55.989Z] #47 29.71 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:57:55.989Z] #47 29.71 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:57:55.989Z] #47 29.74 OK: 19 MiB in 18 packages [2024-10-16T05:57:55.989Z] #47 DONE 31.8s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #42 [core-metadata stage-1 2/10] RUN apk add --update --no-cache dumb-init [2024-10-16T05:57:55.989Z] #42 29.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #42 29.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #42 29.57 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-16T05:57:55.989Z] #42 29.57 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:57:55.989Z] #42 29.58 OK: 8 MiB in 15 packages [2024-10-16T05:57:55.989Z] #42 DONE 32.0s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #43 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-16T05:57:55.989Z] #43 29.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #43 29.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:57:55.989Z] #43 29.60 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-16T05:57:55.989Z] #43 29.61 (2/2) Installing su-exec (0.2-r3) [2024-10-16T05:57:55.989Z] #43 29.61 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:57:55.989Z] #43 29.61 OK: 8 MiB in 16 packages [2024-10-16T05:57:55.989Z] #43 DONE 32.1s [2024-10-16T05:57:55.989Z] [2024-10-16T05:57:55.989Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:57:55.989Z] #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 7.34MB / 20.02MB 0.4s [2024-10-16T05:57:55.989Z] #56 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0B / 278B 0.4s [2024-10-16T05:57:56.250Z] #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 14.68MB / 20.02MB 0.5s [2024-10-16T05:57:56.250Z] #56 ... [2024-10-16T05:57:56.250Z] [2024-10-16T05:57:56.250Z] #57 [security-spire-config internal] load build context [2024-10-16T05:57:56.250Z] #57 transferring context: 26.23kB 0.0s done [2024-10-16T05:57:56.250Z] #57 DONE 3.0s [2024-10-16T05:57:56.250Z] [2024-10-16T05:57:56.250Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:57:56.250Z] #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.6s [2024-10-16T05:57:56.250Z] #56 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.4s done [2024-10-16T05:57:56.250Z] #56 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-10-16T05:57:56.509Z] #56 ... [2024-10-16T05:57:56.509Z] [2024-10-16T05:57:56.509Z] #55 [security-spire-server internal] load build context [2024-10-16T05:57:56.509Z] #55 transferring context: 27.98kB 0.0s done [2024-10-16T05:57:56.509Z] #55 DONE 3.1s [2024-10-16T05:57:56.509Z] [2024-10-16T05:57:56.509Z] #58 [security-spire-agent internal] load build context [2024-10-16T05:57:56.509Z] #58 transferring context: 27.51kB 0.0s done [2024-10-16T05:57:56.509Z] #58 DONE 0.8s [2024-10-16T05:57:56.509Z] [2024-10-16T05:57:56.510Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:57:56.510Z] #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.7s done [2024-10-16T05:57:56.510Z] #56 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 [2024-10-16T05:57:57.639Z] Removing intermediate container 2e580467efa6 [2024-10-16T05:57:57.639Z] ---> b230582d9d6b [2024-10-16T05:57:57.639Z] Successfully built b230582d9d6b [2024-10-16T05:57:57.639Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T05:57:57.975Z] + docker inspect -f . ci-base-image-arm64 [2024-10-16T05:57:57.975Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T05:57:58.181Z] prd-ubuntu20.04-docker-arm64-4c-16g-22912 does not seem to be running inside a container [2024-10-16T05:57:58.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-16T05:57:58.424Z] #56 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.4s done [2024-10-16T05:57:59.364Z] #56 ... [2024-10-16T05:57:59.364Z] [2024-10-16T05:57:59.364Z] #59 [core-keeper internal] load build context [2024-10-16T05:57:59.364Z] #59 ... [2024-10-16T05:57:59.364Z] [2024-10-16T05:57:59.364Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-16T05:57:59.364Z] #37 ... [2024-10-16T05:57:59.364Z] [2024-10-16T05:57:59.364Z] #60 [core-data internal] load build context [2024-10-16T05:57:59.364Z] #60 ... [2024-10-16T05:57:59.364Z] [2024-10-16T05:57:59.364Z] #61 [core-common-config-bootstrapper internal] load build context [2024-10-16T05:57:59.532Z] $ docker top e04270c7bdfaace5f5693c494ffd9c03c2991ff6fd6d70aa578e7a44e9d503d5 -eo pid,comm [2024-10-16T05:57:59.682Z] #61 ... [2024-10-16T05:57:59.682Z] [2024-10-16T05:57:59.682Z] #62 [security-proxy-setup internal] load build context [Pipeline] { [Pipeline] sh [2024-10-16T05:57:59.944Z] #62 ... [2024-10-16T05:57:59.944Z] [2024-10-16T05:57:59.944Z] #63 [core-command internal] load build context [2024-10-16T05:57:59.944Z] #63 ... [2024-10-16T05:57:59.944Z] [2024-10-16T05:57:59.944Z] #64 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:57:59.944Z] #64 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.4s done [2024-10-16T05:57:59.944Z] #64 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-10-16T05:57:59.944Z] #64 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-10-16T05:57:59.944Z] #64 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-16T05:57:59.944Z] #64 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-10-16T05:57:59.944Z] #64 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-10-16T05:57:59.944Z] #64 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-10-16T05:57:59.944Z] #64 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-16T05:57:59.944Z] #64 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-16T05:57:59.944Z] #64 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.0s done [2024-10-16T05:57:59.944Z] #64 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-16T05:57:59.944Z] #64 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done [2024-10-16T05:58:00.385Z] + go version [2024-10-16T05:58:00.385Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-16T05:58:00.400Z] $ docker stop --time=1 e04270c7bdfaace5f5693c494ffd9c03c2991ff6fd6d70aa578e7a44e9d503d5 [2024-10-16T05:58:02.015Z] $ docker rm -f --volumes e04270c7bdfaace5f5693c494ffd9c03c2991ff6fd6d70aa578e7a44e9d503d5 [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-16T05:58:02.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-16T05:58:02.736Z] [2024-10-16T05:58:02.736Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T05:58:03.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-16T05:58:03.072Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-10-16T05:58:03.072Z] 547446be3368: Pulling fs layer [2024-10-16T05:58:03.072Z] d125d8839a47: Pulling fs layer [2024-10-16T05:58:03.072Z] 3e85d5ac6304: Pulling fs layer [2024-10-16T05:58:03.072Z] c3105a71a48b: Pulling fs layer [2024-10-16T05:58:03.072Z] 0f093f025ec4: Pulling fs layer [2024-10-16T05:58:03.072Z] c3106fc0e877: Pulling fs layer [2024-10-16T05:58:03.072Z] c3105a71a48b: Waiting [2024-10-16T05:58:03.072Z] 0f093f025ec4: Waiting [2024-10-16T05:58:03.072Z] c3106fc0e877: Waiting [2024-10-16T05:58:03.275Z] #64 ... [2024-10-16T05:58:03.275Z] [2024-10-16T05:58:03.275Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:58:03.275Z] #0 9.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:03.275Z] #0 9.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:03.275Z] #65 10.27 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:03.275Z] #65 ... [2024-10-16T05:58:03.275Z] [2024-10-16T05:58:03.275Z] #66 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-16T05:58:03.275Z] #66 ... [2024-10-16T05:58:03.275Z] [2024-10-16T05:58:03.275Z] #67 [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-16T05:58:03.275Z] #67 ... [2024-10-16T05:58:03.275Z] [2024-10-16T05:58:03.275Z] #68 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:03.275Z] #0 8.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:03.275Z] #0 8.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:03.275Z] #0 8.334 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:03.275Z] #0 8.341 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:03.275Z] #0 8.347 OK: 8 MiB in 15 packages [2024-10-16T05:58:03.340Z] 547446be3368: Verifying Checksum [2024-10-16T05:58:03.340Z] 547446be3368: Download complete [2024-10-16T05:58:03.340Z] c3105a71a48b: Download complete [2024-10-16T05:58:03.607Z] d125d8839a47: Verifying Checksum [2024-10-16T05:58:03.607Z] d125d8839a47: Download complete [2024-10-16T05:58:03.607Z] c3106fc0e877: Verifying Checksum [2024-10-16T05:58:03.607Z] c3106fc0e877: Download complete [2024-10-16T05:58:03.836Z] #68 ... [2024-10-16T05:58:03.836Z] [2024-10-16T05:58:03.836Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-16T05:58:03.873Z] 0f093f025ec4: Verifying Checksum [2024-10-16T05:58:03.874Z] 0f093f025ec4: Download complete [2024-10-16T05:58:04.097Z] #69 ... [2024-10-16T05:58:04.097Z] [2024-10-16T05:58:04.097Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:58:04.097Z] #0 6.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:04.097Z] #0 6.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:04.097Z] #0 7.077 OK: 246 MiB in 54 packages [2024-10-16T05:58:04.097Z] #70 ... [2024-10-16T05:58:04.097Z] [2024-10-16T05:58:04.097Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-16T05:58:04.097Z] #71 ... [2024-10-16T05:58:04.097Z] [2024-10-16T05:58:04.097Z] #62 [security-proxy-setup internal] load build context [2024-10-16T05:58:04.097Z] #62 transferring context: 415.69MB 8.4s [2024-10-16T05:58:04.139Z] 547446be3368: Pull complete [2024-10-16T05:58:05.097Z] d125d8839a47: Pull complete [2024-10-16T05:58:05.576Z] #62 ... [2024-10-16T05:58:05.576Z] [2024-10-16T05:58:05.577Z] #72 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-16T05:58:05.682Z] 3e85d5ac6304: Verifying Checksum [2024-10-16T05:58:05.682Z] 3e85d5ac6304: Download complete [2024-10-16T05:58:05.837Z] #72 ... [2024-10-16T05:58:05.837Z] [2024-10-16T05:58:05.837Z] #36 [security-spire-agent stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:05.837Z] #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-16T05:58:05.837Z] #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:05.837Z] #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-16T05:58:05.837Z] #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-16T05:58:05.837Z] #36 ... [2024-10-16T05:58:05.837Z] [2024-10-16T05:58:05.837Z] #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-16T05:58:06.095Z] #73 ... [2024-10-16T05:58:06.095Z] [2024-10-16T05:58:06.095Z] #74 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:58:06.095Z] #74 ... [2024-10-16T05:58:06.095Z] [2024-10-16T05:58:06.095Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-16T05:58:06.353Z] #75 ... [2024-10-16T05:58:06.353Z] [2024-10-16T05:58:06.353Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:58:06.353Z] #76 ... [2024-10-16T05:58:06.353Z] [2024-10-16T05:58:06.353Z] #77 [core-metadata stage-1 3/10] RUN apk --no-cache upgrade [2024-10-16T05:58:06.611Z] #77 ... [2024-10-16T05:58:06.611Z] [2024-10-16T05:58:06.611Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-16T05:58:06.611Z] #78 ... [2024-10-16T05:58:06.611Z] [2024-10-16T05:58:06.611Z] #46 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-16T05:58:06.611Z] #46 32.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:06.611Z] #46 32.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:06.611Z] #46 32.60 (1/2) Installing ca-certificates (20240705-r0) [2024-10-16T05:58:06.611Z] #46 32.65 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:06.611Z] #46 32.65 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:06.611Z] #46 32.66 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:58:06.611Z] #46 32.75 OK: 9 MiB in 16 packages [2024-10-16T05:58:06.871Z] #46 ... [2024-10-16T05:58:06.871Z] [2024-10-16T05:58:06.871Z] #59 [core-keeper internal] load build context [2024-10-16T05:58:06.871Z] #59 transferring context: 612.14MB 10.8s done [2024-10-16T05:58:09.486Z] #59 ... [2024-10-16T05:58:09.486Z] [2024-10-16T05:58:09.486Z] #60 [core-data internal] load build context [2024-10-16T05:58:09.486Z] #60 transferring context: 612.14MB 8.8s done [2024-10-16T05:58:09.747Z] #60 ... [2024-10-16T05:58:09.747Z] [2024-10-16T05:58:09.747Z] #63 [core-command internal] load build context [2024-10-16T05:58:09.747Z] #63 transferring context: 612.14MB 10.2s done [2024-10-16T05:58:10.009Z] #63 ... [2024-10-16T05:58:10.009Z] [2024-10-16T05:58:10.009Z] #61 [core-common-config-bootstrapper internal] load build context [2024-10-16T05:58:10.009Z] #61 transferring context: 612.14MB 9.3s done [2024-10-16T05:58:14.052Z] #61 ... [2024-10-16T05:58:14.052Z] [2024-10-16T05:58:14.052Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:58:14.052Z] #65 10.32 (2/4) Installing openssl (3.3.2-r0) [2024-10-16T05:58:14.052Z] #65 10.33 (3/4) Installing su-exec (0.2-r3) [2024-10-16T05:58:14.052Z] #65 10.33 (4/4) Installing yq-go (4.44.1-r2) [2024-10-16T05:58:14.052Z] #65 10.40 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:14.052Z] #65 10.68 OK: 19 MiB in 18 packages [2024-10-16T05:58:14.052Z] #65 ... [2024-10-16T05:58:14.052Z] [2024-10-16T05:58:14.052Z] #62 [security-proxy-setup internal] load build context [2024-10-16T05:58:14.052Z] #62 transferring context: 612.14MB 10.5s done [2024-10-16T05:58:15.755Z] 3e85d5ac6304: Pull complete [2024-10-16T05:58:15.755Z] c3105a71a48b: Pull complete [2024-10-16T05:58:16.709Z] 0f093f025ec4: Pull complete [2024-10-16T05:58:16.973Z] c3106fc0e877: Pull complete [2024-10-16T05:58:16.973Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-10-16T05:58:16.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-16T05:58:16.973Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T05:58:17.163Z] prd-ubuntu20.04-docker-arm64-4c-16g-22912 does not seem to be running inside a container [2024-10-16T05:58:17.229Z] $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-10-16T05:58:17.375Z] #62 ... [2024-10-16T05:58:17.375Z] [2024-10-16T05:58:17.375Z] #60 [core-data internal] load build context [2024-10-16T05:58:17.375Z] #60 DONE 28.0s [2024-10-16T05:58:17.375Z] [2024-10-16T05:58:17.375Z] #64 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:17.634Z] #64 ... [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #61 [core-common-config-bootstrapper internal] load build context [2024-10-16T05:58:17.634Z] #61 DONE 28.5s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #46 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-16T05:58:17.634Z] #46 DONE 53.1s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #63 [core-command internal] load build context [2024-10-16T05:58:17.634Z] #63 DONE 28.5s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #62 [security-proxy-setup internal] load build context [2024-10-16T05:58:17.634Z] #62 DONE 28.5s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #59 [core-keeper internal] load build context [2024-10-16T05:58:17.634Z] #59 DONE 28.5s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #68 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:17.634Z] #68 DONE 24.8s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:58:17.634Z] #79 ... [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:58:17.634Z] #65 DONE 24.8s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #67 [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-16T05:58:17.634Z] #67 DONE 24.8s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-16T05:58:17.634Z] #69 DONE 24.8s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:58:17.634Z] #56 DONE 22.0s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:58:17.634Z] #70 DONE 24.9s [2024-10-16T05:58:17.634Z] [2024-10-16T05:58:17.634Z] #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:58:17.634Z] #80 DONE 0.1s [2024-10-16T05:58:17.893Z] [2024-10-16T05:58:17.893Z] #64 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:17.893Z] #64 DONE 24.4s [2024-10-16T05:58:17.893Z] [2024-10-16T05:58:17.893Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:58:19.271Z] #81 ... [2024-10-16T05:58:19.271Z] [2024-10-16T05:58:19.271Z] #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:58:19.271Z] #54 25.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.271Z] #54 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.271Z] #54 25.98 OK: 246 MiB in 54 packages [2024-10-16T05:58:19.271Z] #54 DONE 26.4s [2024-10-16T05:58:19.271Z] [2024-10-16T05:58:19.271Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-16T05:58:19.271Z] #66 25.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.271Z] #66 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.271Z] #66 26.00 OK: 246 MiB in 54 packages [2024-10-16T05:58:19.271Z] #66 DONE 26.4s [2024-10-16T05:58:19.336Z] $ docker top 67ce8357fe06aa4f07cabbd1a9657532db596a30a6a54a8ca1a58df7289f6afa -eo pid,comm [2024-10-16T05:58:19.528Z] [2024-10-16T05:58:19.528Z] #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-16T05:58:19.528Z] #73 22.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #73 22.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #73 22.95 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:58:19.528Z] #73 22.95 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:58:19.528Z] #73 22.95 OK: 24163 distinct packages available [2024-10-16T05:58:19.528Z] #73 23.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #73 23.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #73 23.42 (1/5) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:19.528Z] #73 23.43 (2/5) Installing musl-obstack (1.2.3-r2) [2024-10-16T05:58:19.528Z] #73 23.43 (3/5) Installing libucontext (1.2-r3) [2024-10-16T05:58:19.528Z] #73 23.43 (4/5) Installing gcompat (1.1.0-r4) [2024-10-16T05:58:19.528Z] #73 23.44 (5/5) Installing openssl (3.3.2-r0) [2024-10-16T05:58:19.528Z] #73 23.45 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:19.528Z] #73 23.47 OK: 9 MiB in 19 packages [2024-10-16T05:58:19.528Z] #73 DONE 23.6s [2024-10-16T05:58:19.528Z] [2024-10-16T05:58:19.528Z] #82 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:58:19.528Z] #82 DONE 0.1s [2024-10-16T05:58:19.528Z] [2024-10-16T05:58:19.528Z] #83 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:58:19.528Z] #83 ... [2024-10-16T05:58:19.528Z] [2024-10-16T05:58:19.528Z] #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:58:19.528Z] #84 DONE 0.2s [2024-10-16T05:58:19.528Z] [2024-10-16T05:58:19.528Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-16T05:58:19.528Z] #71 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #71 25.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #71 26.07 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:58:19.528Z] #71 26.07 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:58:19.528Z] #71 26.07 OK: 24162 distinct packages available [2024-10-16T05:58:19.528Z] #71 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #71 26.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.528Z] #71 26.58 OK: 246 MiB in 54 packages [2024-10-16T05:58:19.528Z] #71 DONE 26.8s [2024-10-16T05:58:19.528Z] [2024-10-16T05:58:19.528Z] #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [Pipeline] { [Pipeline] sh [2024-10-16T05:58:19.786Z] #85 DONE 0.1s [2024-10-16T05:58:19.786Z] [2024-10-16T05:58:19.786Z] #74 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:58:19.786Z] #74 22.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #74 22.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #74 23.19 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:19.786Z] #74 23.19 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:19.786Z] #74 23.20 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:19.786Z] #74 23.25 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:19.786Z] #74 23.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #74 23.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #74 23.72 OK: 10 MiB in 17 packages [2024-10-16T05:58:19.786Z] #74 DONE 23.8s [2024-10-16T05:58:19.786Z] [2024-10-16T05:58:19.786Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:58:19.786Z] #79 2.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #79 ... [2024-10-16T05:58:19.786Z] [2024-10-16T05:58:19.786Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-16T05:58:19.786Z] #75 22.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #75 22.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #75 23.18 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:19.786Z] #75 23.18 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:19.786Z] #75 23.19 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:19.786Z] #75 23.26 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:19.786Z] #75 23.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #75 23.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:19.786Z] #75 23.66 OK: 8 MiB in 16 packages [2024-10-16T05:58:19.786Z] #75 DONE 23.8s [2024-10-16T05:58:19.853Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-16T05:58:20.044Z] [2024-10-16T05:58:20.044Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:58:20.044Z] #76 22.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #76 22.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #76 23.34 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:20.044Z] #76 23.34 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:20.044Z] #76 23.35 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:20.044Z] #76 23.45 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:20.044Z] #76 23.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #76 23.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #76 23.84 OK: 13 MiB in 28 packages [2024-10-16T05:58:20.044Z] #76 DONE 24.0s [2024-10-16T05:58:20.044Z] [2024-10-16T05:58:20.044Z] #72 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-16T05:58:20.044Z] #72 23.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #72 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #72 23.71 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:58:20.044Z] #72 23.71 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:58:20.044Z] #72 23.71 OK: 24163 distinct packages available [2024-10-16T05:58:20.044Z] #72 23.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #72 23.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.044Z] #72 24.16 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:20.044Z] #72 24.16 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-16T05:58:20.044Z] #72 24.16 (3/4) Installing libucontext (1.2-r3) [2024-10-16T05:58:20.044Z] #72 24.17 (4/4) Installing gcompat (1.1.0-r4) [2024-10-16T05:58:20.044Z] #72 24.17 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:20.044Z] #72 24.18 OK: 8 MiB in 18 packages [2024-10-16T05:58:20.044Z] #72 DONE 24.3s [2024-10-16T05:58:20.044Z] [2024-10-16T05:58:20.044Z] #86 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-16T05:58:20.302Z] #86 ... [2024-10-16T05:58:20.302Z] [2024-10-16T05:58:20.302Z] #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade [2024-10-16T05:58:20.302Z] #77 23.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #77 23.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #77 23.60 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:20.302Z] #77 23.60 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:20.302Z] #77 23.61 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:20.302Z] #77 23.67 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:20.302Z] #77 23.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #77 23.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #77 24.06 OK: 8 MiB in 15 packages [2024-10-16T05:58:20.302Z] #77 DONE 24.2s [2024-10-16T05:58:20.302Z] [2024-10-16T05:58:20.302Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-16T05:58:20.302Z] #78 22.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #78 22.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #78 23.16 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:20.302Z] #78 23.16 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:20.302Z] #78 23.17 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:20.302Z] #78 23.25 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:20.302Z] #78 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #78 23.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:20.302Z] #78 24.13 OK: 19 MiB in 18 packages [2024-10-16T05:58:20.302Z] #78 DONE 24.2s [2024-10-16T05:58:20.560Z] [2024-10-16T05:58:20.560Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-16T05:58:21.934Z] #87 ... [2024-10-16T05:58:21.934Z] [2024-10-16T05:58:21.934Z] #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:58:21.934Z] #79 3.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #79 3.523 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:21.934Z] #79 3.523 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:21.934Z] #79 3.531 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:21.934Z] #79 3.604 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:21.934Z] #79 3.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #79 3.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #79 4.007 OK: 9 MiB in 16 packages [2024-10-16T05:58:21.934Z] #79 DONE 4.1s [2024-10-16T05:58:21.934Z] [2024-10-16T05:58:21.934Z] #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:58:21.934Z] #0 3.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #0 3.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #0 3.617 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:21.934Z] #0 3.617 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:21.934Z] #0 3.623 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:21.934Z] #0 3.696 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:21.934Z] #0 3.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #0 3.773 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #0 4.060 OK: 8 MiB in 15 packages [2024-10-16T05:58:21.934Z] #88 DONE 4.2s [2024-10-16T05:58:21.934Z] [2024-10-16T05:58:21.934Z] #86 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-16T05:58:21.934Z] #86 DONE 2.0s [2024-10-16T05:58:21.934Z] [2024-10-16T05:58:21.934Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:58:21.934Z] #0 2.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #0 2.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:21.934Z] #0 2.539 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:21.934Z] #0 2.539 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:21.934Z] #0 2.547 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:21.934Z] #89 ... [2024-10-16T05:58:21.934Z] [2024-10-16T05:58:21.934Z] #90 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-16T05:58:21.934Z] #90 DONE 0.0s [2024-10-16T05:58:21.934Z] [2024-10-16T05:58:21.934Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:58:21.934Z] #89 2.613 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:21.934Z] #89 2.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:22.193Z] #89 ... [2024-10-16T05:58:22.193Z] [2024-10-16T05:58:22.193Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-16T05:58:22.193Z] #0 3.150 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:22.193Z] #0 3.604 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:22.193Z] #0 4.365 OK: 246 MiB in 54 packages [2024-10-16T05:58:22.193Z] #91 DONE 4.5s [2024-10-16T05:58:22.193Z] [2024-10-16T05:58:22.194Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:58:22.194Z] #89 2.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:22.194Z] #89 ... [2024-10-16T05:58:22.194Z] [2024-10-16T05:58:22.194Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-16T05:58:22.194Z] #92 DONE 0.0s [2024-10-16T05:58:22.452Z] [2024-10-16T05:58:22.452Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:58:22.452Z] #89 2.966 OK: 9 MiB in 19 packages [2024-10-16T05:58:22.452Z] #89 DONE 3.1s [2024-10-16T05:58:22.452Z] [2024-10-16T05:58:22.452Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:58:23.939Z] #93 ... [2024-10-16T05:58:23.939Z] [2024-10-16T05:58:23.939Z] #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-16T05:58:23.939Z] #0 3.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:23.939Z] #0 4.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:23.939Z] #0 4.468 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:23.939Z] #0 4.468 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:23.939Z] #0 4.475 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:23.939Z] #0 4.546 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:23.939Z] #0 4.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:23.939Z] #0 4.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:23.939Z] #0 5.607 OK: 19 MiB in 18 packages [2024-10-16T05:58:23.939Z] #94 DONE 6.5s [2024-10-16T05:58:24.199Z] [2024-10-16T05:58:24.199Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-16T05:58:24.199Z] #87 2.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:24.199Z] #87 2.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:24.199Z] #87 2.756 Upgrading critical system libraries and apk-tools: [2024-10-16T05:58:24.199Z] #87 2.756 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:58:24.199Z] #87 2.758 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:24.199Z] #87 2.809 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:58:24.199Z] #87 2.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:24.199Z] #87 3.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:24.199Z] #87 3.805 OK: 8 MiB in 18 packages [2024-10-16T05:58:24.199Z] #87 DONE 4.1s [2024-10-16T05:58:24.199Z] [2024-10-16T05:58:24.199Z] #95 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:24.199Z] #0 3.334 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:24.199Z] #0 3.794 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-16T05:58:24.199Z] #0 4.478 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:24.199Z] #0 4.779 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:24.199Z] #0 4.785 OK: 8 MiB in 15 packages [2024-10-16T05:58:24.199Z] #95 DONE 6.5s [2024-10-16T05:58:24.199Z] [2024-10-16T05:58:24.199Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:58:24.199Z] #93 DONE 1.7s [2024-10-16T05:58:24.199Z] [2024-10-16T05:58:24.199Z] #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-16T05:58:24.199Z] #96 DONE 1.7s [2024-10-16T05:58:24.199Z] [2024-10-16T05:58:24.199Z] #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-16T05:58:24.199Z] #97 DONE 0.1s [2024-10-16T05:58:24.200Z] [2024-10-16T05:58:24.200Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:58:25.144Z] #98 ... [2024-10-16T05:58:25.144Z] [2024-10-16T05:58:25.144Z] #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-16T05:58:25.144Z] #99 DONE 1.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:58:25.405Z] #100 DONE 1.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:58:25.405Z] #98 DONE 1.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-16T05:58:25.405Z] #101 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-16T05:58:25.405Z] #102 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-16T05:58:25.405Z] #103 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-16T05:58:25.405Z] #104 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-16T05:58:25.405Z] #105 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-16T05:58:25.405Z] #106 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-16T05:58:25.405Z] #107 DONE 0.1s [2024-10-16T05:58:25.405Z] [2024-10-16T05:58:25.405Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-16T05:58:25.665Z] #108 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-16T05:58:25.665Z] #109 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-16T05:58:25.665Z] #110 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-16T05:58:25.665Z] #111 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-16T05:58:25.665Z] #112 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-16T05:58:25.665Z] #113 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-16T05:58:25.665Z] #114 DONE 0.1s [2024-10-16T05:58:25.665Z] [2024-10-16T05:58:25.665Z] #115 [security-spire-server] exporting to image [2024-10-16T05:58:25.665Z] #115 exporting layers [2024-10-16T05:58:26.233Z] #115 exporting layers 0.6s done [2024-10-16T05:58:26.233Z] #115 exporting layers 0.7s done [2024-10-16T05:58:26.233Z] #115 writing image sha256:8add51132a761a019405203f402db2dda3a3f2b90cc5f7692beabec8aeac335b 0.0s done [2024-10-16T05:58:26.233Z] #115 naming to docker.io/library/security-spire-server done [2024-10-16T05:58:26.233Z] #115 writing image sha256:786a80e119ab0a5a5dece9147202e898c0c150e120c5dc7c85681e3ce6997d9a done [2024-10-16T05:58:26.233Z] #115 naming to docker.io/library/security-spire-config 0.0s done [2024-10-16T05:58:26.492Z] #115 writing image sha256:e22a41d6f03eebe87440fb05c55e3a11f294ac33c6e9f5cdd01d90249f9baab7 done [2024-10-16T05:58:26.492Z] #115 naming to docker.io/library/security-spire-agent done [2024-10-16T05:58:26.492Z] #115 DONE 0.7s [2024-10-16T05:58:26.492Z] [2024-10-16T05:58:26.492Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:58:29.795Z] #116 ... [2024-10-16T05:58:29.795Z] [2024-10-16T05:58:29.795Z] #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:58:29.795Z] #117 ... [2024-10-16T05:58:29.795Z] [2024-10-16T05:58:29.795Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:58:29.925Z] #1 [security-spire-config internal] load build definition from Dockerfile [2024-10-16T05:58:29.925Z] #1 transferring dockerfile: [2024-10-16T05:58:29.925Z] #1 transferring dockerfile: 1.69kB done [2024-10-16T05:58:29.925Z] #1 DONE 0.1s [2024-10-16T05:58:30.190Z] [2024-10-16T05:58:30.190Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-16T05:58:31.148Z] #2 ... [2024-10-16T05:58:31.148Z] [2024-10-16T05:58:31.148Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-16T05:58:31.148Z] #3 transferring dockerfile: 2.49kB 0.0s done [2024-10-16T05:58:31.148Z] #3 DONE 1.1s [2024-10-16T05:58:31.148Z] [2024-10-16T05:58:31.148Z] #4 [core-data internal] load build definition from Dockerfile [2024-10-16T05:58:31.148Z] #4 transferring dockerfile: 2.07kB done [2024-10-16T05:58:31.148Z] #4 DONE 1.1s [2024-10-16T05:58:31.148Z] [2024-10-16T05:58:31.148Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-16T05:58:31.148Z] #2 transferring dockerfile: 3.17kB 0.0s done [2024-10-16T05:58:31.414Z] #2 DONE 1.2s [2024-10-16T05:58:31.414Z] [2024-10-16T05:58:31.414Z] #5 [support-notifications internal] load build definition from Dockerfile [2024-10-16T05:58:31.414Z] #5 transferring dockerfile: 2.02kB done [2024-10-16T05:58:31.689Z] #5 DONE 1.2s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #6 transferring dockerfile: 2.15kB 0.0s done [2024-10-16T05:58:31.689Z] #6 ... [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #7 transferring dockerfile: 1.70kB 0.0s done [2024-10-16T05:58:31.689Z] #7 DONE 1.1s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #8 transferring dockerfile: 2.23kB 0.0s done [2024-10-16T05:58:31.689Z] #8 DONE 1.1s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #9 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #9 transferring dockerfile: 1.85kB 0.0s done [2024-10-16T05:58:31.689Z] #9 DONE 1.0s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #10 [security-spire-agent internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #10 transferring dockerfile: 1.81kB 0.0s done [2024-10-16T05:58:31.689Z] #10 DONE 1.2s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #6 DONE 1.0s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #11 [support-scheduler internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #11 transferring dockerfile: 1.93kB 0.0s done [2024-10-16T05:58:31.689Z] #11 DONE 1.2s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #12 transferring dockerfile: 1.89kB 0.0s done [2024-10-16T05:58:31.689Z] #12 DONE 1.4s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #13 transferring dockerfile: 2.50kB 0.0s done [2024-10-16T05:58:31.689Z] #13 DONE 1.0s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #14 [core-command internal] load build definition from Dockerfile [2024-10-16T05:58:31.689Z] #14 transferring dockerfile: 1.93kB 0.0s done [2024-10-16T05:58:31.689Z] #14 DONE 1.5s [2024-10-16T05:58:31.689Z] [2024-10-16T05:58:31.689Z] #15 [core-data internal] load .dockerignore [2024-10-16T05:58:31.959Z] #15 ... [2024-10-16T05:58:31.959Z] [2024-10-16T05:58:31.959Z] #16 [core-keeper internal] load build definition from Dockerfile [2024-10-16T05:58:31.959Z] #16 transferring dockerfile: 2.07kB 0.0s done [2024-10-16T05:58:31.959Z] #16 DONE 1.6s [2024-10-16T05:58:31.959Z] [2024-10-16T05:58:31.959Z] #17 [core-metadata internal] load build definition from Dockerfile [2024-10-16T05:58:31.959Z] #17 transferring dockerfile: 2.13kB 0.0s done [2024-10-16T05:58:31.959Z] #17 DONE 1.2s [2024-10-16T05:58:31.959Z] [2024-10-16T05:58:31.959Z] #18 [security-spire-config internal] load .dockerignore [2024-10-16T05:58:31.959Z] #18 transferring context: 50B 0.0s done [2024-10-16T05:58:31.959Z] #18 DONE 1.1s [2024-10-16T05:58:31.959Z] [2024-10-16T05:58:31.959Z] #19 [security-bootstrapper internal] load .dockerignore [2024-10-16T05:58:31.959Z] #19 transferring context: 50B done [2024-10-16T05:58:31.959Z] #19 DONE 0.2s [2024-10-16T05:58:31.959Z] [2024-10-16T05:58:31.959Z] #20 [security-secretstore-setup internal] load .dockerignore [2024-10-16T05:58:31.959Z] #20 transferring context: 50B 0.0s done [2024-10-16T05:58:31.959Z] #20 DONE 0.4s [2024-10-16T05:58:31.959Z] [2024-10-16T05:58:31.959Z] #15 [core-data internal] load .dockerignore [2024-10-16T05:58:31.959Z] #15 transferring context: 50B done [2024-10-16T05:58:32.231Z] #15 DONE 0.3s [2024-10-16T05:58:32.231Z] [2024-10-16T05:58:32.231Z] #21 [support-notifications internal] load .dockerignore [2024-10-16T05:58:32.231Z] #21 transferring context: 50B 0.0s done [2024-10-16T05:58:32.231Z] #21 DONE 0.2s [2024-10-16T05:58:32.231Z] [2024-10-16T05:58:32.231Z] #22 [core-command internal] load .dockerignore [2024-10-16T05:58:32.231Z] #22 transferring context: 50B 0.0s done [2024-10-16T05:58:32.231Z] #22 DONE 0.2s [2024-10-16T05:58:32.231Z] [2024-10-16T05:58:32.231Z] #23 [core-keeper internal] load .dockerignore [2024-10-16T05:58:32.231Z] #23 transferring context: 50B 0.0s done [2024-10-16T05:58:32.231Z] #23 DONE 0.2s [2024-10-16T05:58:32.231Z] [2024-10-16T05:58:32.231Z] #24 [security-spire-agent internal] load .dockerignore [2024-10-16T05:58:32.231Z] #24 transferring context: 50B 0.0s done [2024-10-16T05:58:32.231Z] #24 DONE 0.1s [2024-10-16T05:58:32.231Z] [2024-10-16T05:58:32.231Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-10-16T05:58:32.231Z] #25 transferring context: 50B done [2024-10-16T05:58:32.232Z] #25 DONE 0.1s [2024-10-16T05:58:32.232Z] [2024-10-16T05:58:32.232Z] #26 [security-spire-server internal] load .dockerignore [2024-10-16T05:58:32.502Z] #26 transferring context: 50B 0.0s done [2024-10-16T05:58:32.502Z] #26 DONE 0.1s [2024-10-16T05:58:32.502Z] [2024-10-16T05:58:32.502Z] #27 [support-scheduler internal] load .dockerignore [2024-10-16T05:58:32.502Z] #27 transferring context: 50B 0.0s done [2024-10-16T05:58:32.502Z] #27 DONE 0.1s [2024-10-16T05:58:32.502Z] [2024-10-16T05:58:32.502Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-16T05:58:32.502Z] #28 transferring context: 50B done [2024-10-16T05:58:32.502Z] #28 DONE 0.1s [2024-10-16T05:58:32.502Z] [2024-10-16T05:58:32.502Z] #29 [support-cron-scheduler internal] load .dockerignore [2024-10-16T05:58:32.770Z] #29 transferring context: 50B done [2024-10-16T05:58:32.770Z] #29 DONE 0.1s [2024-10-16T05:58:32.770Z] [2024-10-16T05:58:32.770Z] #30 [security-proxy-auth internal] load .dockerignore [2024-10-16T05:58:32.770Z] #30 transferring context: 50B 0.0s done [2024-10-16T05:58:32.770Z] #30 DONE 0.1s [2024-10-16T05:58:32.770Z] [2024-10-16T05:58:32.770Z] #31 [core-metadata internal] load .dockerignore [2024-10-16T05:58:32.770Z] #31 transferring context: 50B 0.0s done [2024-10-16T05:58:32.770Z] #31 DONE 0.1s [2024-10-16T05:58:32.770Z] [2024-10-16T05:58:32.770Z] #32 [security-proxy-setup internal] load .dockerignore [2024-10-16T05:58:33.038Z] #32 transferring context: 50B 0.0s done [2024-10-16T05:58:33.038Z] #32 DONE 0.1s [2024-10-16T05:58:33.622Z] [2024-10-16T05:58:33.622Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-16T05:58:33.622Z] #33 ... [2024-10-16T05:58:33.622Z] [2024-10-16T05:58:33.622Z] #34 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:33.622Z] #34 DONE 0.0s [2024-10-16T05:58:33.889Z] [2024-10-16T05:58:33.889Z] #34 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:33.889Z] #34 DONE 0.0s [2024-10-16T05:58:33.889Z] [2024-10-16T05:58:33.889Z] #35 [security-bootstrapper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:33.889Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:33.889Z] #35 ... [2024-10-16T05:58:33.889Z] [2024-10-16T05:58:33.889Z] #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:33.889Z] #34 DONE 0.0s [2024-10-16T05:58:33.889Z] [2024-10-16T05:58:33.889Z] #35 [core-data stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:33.889Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:33.889Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:33.889Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:33.889Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.177Z] #35 ... [2024-10-16T05:58:34.177Z] [2024-10-16T05:58:34.177Z] #34 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:34.177Z] #34 DONE 0.0s [2024-10-16T05:58:34.177Z] [2024-10-16T05:58:34.177Z] #35 [core-data stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:34.177Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:34.177Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:34.177Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.177Z] #35 ... [2024-10-16T05:58:34.177Z] [2024-10-16T05:58:34.177Z] #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:34.177Z] #34 DONE 0.0s [2024-10-16T05:58:34.177Z] [2024-10-16T05:58:34.177Z] #35 [core-keeper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:34.177Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:34.177Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:34.177Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:34.177Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.177Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:34.177Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:34.177Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:34.177Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.762Z] #35 ... [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #36 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:58:34.762Z] #36 DONE 0.8s [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #35 [security-spiffe-token-provider stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:34.762Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:34.762Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:34.762Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:34.762Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.762Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:34.762Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:34.762Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:34.762Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.762Z] #35 DONE 0.9s [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #37 [security-spire-server internal] load build context [2024-10-16T05:58:34.762Z] #37 DONE 0.0s [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-16T05:58:34.762Z] #33 DONE 1.1s [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #38 [security-secretstore-setup internal] load build context [2024-10-16T05:58:34.762Z] #38 ... [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:34.762Z] #34 DONE 0.0s [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #35 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:34.762Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:34.762Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:34.762Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:34.762Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:34.762Z] #35 DONE 1.6s [2024-10-16T05:58:34.762Z] [2024-10-16T05:58:34.762Z] #38 [security-secretstore-setup internal] load build context [2024-10-16T05:58:35.027Z] #38 ... [2024-10-16T05:58:35.027Z] [2024-10-16T05:58:35.027Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:35.027Z] #34 DONE 0.0s [2024-10-16T05:58:35.027Z] [2024-10-16T05:58:35.027Z] #38 [security-secretstore-setup internal] load build context [2024-10-16T05:58:35.294Z] #38 ... [2024-10-16T05:58:35.294Z] [2024-10-16T05:58:35.294Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:35.294Z] #34 DONE 0.0s [2024-10-16T05:58:35.294Z] [2024-10-16T05:58:35.294Z] #38 [security-secretstore-setup internal] load build context [2024-10-16T05:58:35.563Z] #38 ... [2024-10-16T05:58:35.563Z] [2024-10-16T05:58:35.563Z] #34 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:35.563Z] #34 DONE 0.0s [2024-10-16T05:58:35.563Z] [2024-10-16T05:58:35.563Z] #38 [security-secretstore-setup internal] load build context [2024-10-16T05:58:35.563Z] #38 transferring context: 3.24MB 1.5s done [2024-10-16T05:58:35.832Z] #38 ... [2024-10-16T05:58:35.832Z] [2024-10-16T05:58:35.832Z] #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:35.832Z] #34 DONE 0.0s [2024-10-16T05:58:35.832Z] [2024-10-16T05:58:35.832Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-16T05:58:35.832Z] #34 DONE 0.0s [2024-10-16T05:58:35.832Z] [2024-10-16T05:58:35.832Z] #39 [core-data internal] load build context [2024-10-16T05:58:36.099Z] #39 ... [2024-10-16T05:58:36.099Z] [2024-10-16T05:58:36.099Z] #36 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2024-10-16T05:58:36.099Z] #36 DONE 2.1s [2024-10-16T05:58:36.100Z] [2024-10-16T05:58:36.100Z] #40 [security-bootstrapper internal] load build context [2024-10-16T05:58:36.100Z] #40 transferring context: 3.24MB 1.5s done [2024-10-16T05:58:36.100Z] #40 DONE 2.3s [2024-10-16T05:58:36.100Z] [2024-10-16T05:58:36.100Z] #35 [core-metadata stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:36.100Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:36.100Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:36.100Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:36.100Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:36.100Z] #35 DONE 1.6s [2024-10-16T05:58:36.100Z] [2024-10-16T05:58:36.100Z] #41 [core-common-config-bootstrapper internal] load build context [2024-10-16T05:58:36.100Z] #41 DONE 0.0s [2024-10-16T05:58:36.100Z] [2024-10-16T05:58:36.100Z] #42 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:36.367Z] #42 ... [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #43 [support-scheduler internal] load build context [2024-10-16T05:58:36.367Z] #43 DONE 0.0s [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #44 [security-proxy-setup internal] load build context [2024-10-16T05:58:36.367Z] #44 DONE 0.0s [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #38 [security-secretstore-setup internal] load build context [2024-10-16T05:58:36.367Z] #38 DONE 2.4s [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #45 [support-notifications internal] load build context [2024-10-16T05:58:36.367Z] #45 transferring context: 3.24MB 1.7s done [2024-10-16T05:58:36.367Z] #45 DONE 2.3s [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #46 [core-command internal] load build context [2024-10-16T05:58:36.367Z] #46 transferring context: 3.24MB 1.3s done [2024-10-16T05:58:36.367Z] #46 DONE 2.1s [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #47 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:36.367Z] #47 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.5s done [2024-10-16T05:58:36.367Z] #47 DONE 2.2s [2024-10-16T05:58:36.367Z] [2024-10-16T05:58:36.367Z] #48 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-16T05:58:36.631Z] #48 ... [2024-10-16T05:58:36.631Z] [2024-10-16T05:58:36.631Z] #35 [security-spire-agent stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-16T05:58:36.631Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done [2024-10-16T05:58:36.631Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-16T05:58:36.631Z] #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-16T05:58:36.631Z] #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-16T05:58:36.631Z] #35 DONE 1.6s [2024-10-16T05:58:36.631Z] [2024-10-16T05:58:36.631Z] #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-16T05:58:36.631Z] #49 DONE 2.3s [2024-10-16T05:58:36.631Z] [2024-10-16T05:58:36.631Z] #37 [security-spire-server internal] load build context [2024-10-16T05:58:36.631Z] #37 transferring context: 27.98kB 0.1s done [2024-10-16T05:58:36.631Z] #37 DONE 1.9s [2024-10-16T05:58:36.631Z] [2024-10-16T05:58:36.631Z] #39 [core-data internal] load build context [2024-10-16T05:58:36.631Z] #39 transferring context: 3.24MB 2.0s done [2024-10-16T05:58:36.631Z] #39 DONE 2.8s [2024-10-16T05:58:36.631Z] [2024-10-16T05:58:36.631Z] #50 [security-spire-config internal] load build context [2024-10-16T05:58:36.631Z] #50 transferring context: 26.23kB 0.0s done [2024-10-16T05:58:36.631Z] #50 DONE 1.9s [2024-10-16T05:58:36.631Z] [2024-10-16T05:58:36.631Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:36.631Z] #47 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.5s done [2024-10-16T05:58:36.631Z] #47 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-16T05:58:36.631Z] #47 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-10-16T05:58:36.631Z] #47 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-10-16T05:58:36.631Z] #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s [2024-10-16T05:58:36.631Z] #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-10-16T05:58:36.631Z] #47 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-10-16T05:58:36.631Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.1s [2024-10-16T05:58:36.897Z] #47 ... [2024-10-16T05:58:36.897Z] [2024-10-16T05:58:36.897Z] #51 [core-keeper internal] load build context [2024-10-16T05:58:36.897Z] #51 transferring context: 3.24MB 1.5s done [2024-10-16T05:58:36.897Z] #51 DONE 2.7s [2024-10-16T05:58:36.897Z] [2024-10-16T05:58:36.897Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:36.897Z] #47 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done [2024-10-16T05:58:36.897Z] #47 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-10-16T05:58:36.897Z] #47 ... [2024-10-16T05:58:36.897Z] [2024-10-16T05:58:36.897Z] #52 [security-spiffe-token-provider internal] load build context [2024-10-16T05:58:36.897Z] #52 transferring context: 3.24MB 0.6s done [2024-10-16T05:58:36.897Z] #52 DONE 2.4s [2024-10-16T05:58:36.897Z] [2024-10-16T05:58:36.897Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:36.897Z] #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-10-16T05:58:36.897Z] #47 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-10-16T05:58:37.166Z] #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done [2024-10-16T05:58:37.644Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.54MB / 28.04MB 0.7s [2024-10-16T05:58:37.644Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 1.0s [2024-10-16T05:58:38.296Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 1.5s [2024-10-16T05:58:38.581Z] #47 ... [2024-10-16T05:58:38.581Z] [2024-10-16T05:58:38.581Z] #53 [security-spire-agent internal] load build context [2024-10-16T05:58:38.581Z] #53 transferring context: 27.51kB 0.5s done [2024-10-16T05:58:38.581Z] #53 DONE 2.0s [2024-10-16T05:58:38.581Z] [2024-10-16T05:58:38.581Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:38.862Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.37MB / 28.04MB 2.2s [2024-10-16T05:58:39.135Z] #47 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-10-16T05:58:39.651Z] #47 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done [2024-10-16T05:58:40.246Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 3.6s [2024-10-16T05:58:40.524Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 3.9s [2024-10-16T05:58:41.117Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.62MB / 28.04MB 4.3s [2024-10-16T05:58:41.706Z] #47 ... [2024-10-16T05:58:41.706Z] [2024-10-16T05:58:41.706Z] #54 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-16T05:58:41.706Z] #54 DONE 8.1s [2024-10-16T05:58:41.706Z] [2024-10-16T05:58:41.706Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:41.973Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 5.3s [2024-10-16T05:58:42.556Z] #47 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-10-16T05:58:42.556Z] #47 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.3s done [2024-10-16T05:58:42.841Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 6.2s [2024-10-16T05:58:43.107Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.99MB / 28.04MB 6.5s [2024-10-16T05:58:43.379Z] #47 ... [2024-10-16T05:58:43.379Z] [2024-10-16T05:58:43.379Z] #41 [core-common-config-bootstrapper internal] load build context [2024-10-16T05:58:43.648Z] #41 transferring context: 3.24MB 5.3s done [2024-10-16T05:58:43.648Z] #41 DONE 7.2s [2024-10-16T05:58:43.648Z] [2024-10-16T05:58:43.648Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:44.232Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.46MB / 28.04MB 7.4s [2024-10-16T05:58:44.232Z] #47 ... [2024-10-16T05:58:44.232Z] [2024-10-16T05:58:44.232Z] #55 [support-cron-scheduler internal] load build context [2024-10-16T05:58:44.232Z] #55 transferring context: 3.24MB 5.5s done [2024-10-16T05:58:44.232Z] #55 DONE 8.1s [2024-10-16T05:58:44.232Z] [2024-10-16T05:58:44.232Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:44.232Z] #47 ... [2024-10-16T05:58:44.232Z] [2024-10-16T05:58:44.232Z] #56 [core-metadata internal] load build context [2024-10-16T05:58:44.232Z] #56 transferring context: 3.24MB 5.9s done [2024-10-16T05:58:44.232Z] #56 DONE 8.0s [2024-10-16T05:58:44.232Z] [2024-10-16T05:58:44.232Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:44.498Z] #47 ... [2024-10-16T05:58:44.498Z] [2024-10-16T05:58:44.498Z] #57 [security-proxy-auth internal] load build context [2024-10-16T05:58:44.498Z] #57 transferring context: 3.24MB 6.0s done [2024-10-16T05:58:44.498Z] #57 DONE 8.3s [2024-10-16T05:58:44.498Z] [2024-10-16T05:58:44.498Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:44.498Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 7.9s [2024-10-16T05:58:44.703Z] #118 ... [2024-10-16T05:58:44.703Z] [2024-10-16T05:58:44.703Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:58:44.703Z] #81 24.37 go: google.golang.org/api@v0.44.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.44.0.zip": read tcp 10.250.0.6:55018->142.251.41.59:443: read: connection reset by peer [2024-10-16T05:58:44.703Z] #81 24.37 skipping... [2024-10-16T05:58:44.767Z] #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 7.9s done [2024-10-16T05:58:45.043Z] #47 ... [2024-10-16T05:58:45.043Z] [2024-10-16T05:58:45.043Z] #58 [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-16T05:58:45.043Z] #58 DONE 9.2s [2024-10-16T05:58:45.043Z] [2024-10-16T05:58:45.043Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-16T05:58:45.043Z] #0 8.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:45.043Z] #0 9.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:45.043Z] #59 ... [2024-10-16T05:58:45.043Z] [2024-10-16T05:58:45.043Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:58:45.043Z] #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done [2024-10-16T05:58:45.043Z] #60 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-10-16T05:58:45.043Z] #60 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-10-16T05:58:45.043Z] #60 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-16T05:58:45.043Z] #60 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-10-16T05:58:45.043Z] #60 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-10-16T05:58:45.043Z] #60 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.0s done [2024-10-16T05:58:45.043Z] #60 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 5.6s done [2024-10-16T05:58:45.043Z] #60 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.4s done [2024-10-16T05:58:45.043Z] #60 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done [2024-10-16T05:58:45.043Z] #60 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-10-16T05:58:45.043Z] #60 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-10-16T05:58:45.309Z] #60 ... [2024-10-16T05:58:45.309Z] [2024-10-16T05:58:45.309Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:45.574Z] #61 ... [2024-10-16T05:58:45.575Z] [2024-10-16T05:58:45.575Z] #62 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-10-16T05:58:45.575Z] #62 DONE 3.2s [2024-10-16T05:58:45.575Z] [2024-10-16T05:58:45.575Z] #43 [support-scheduler internal] load build context [2024-10-16T05:58:45.575Z] #43 transferring context: 3.24MB 6.7s done [2024-10-16T05:58:45.575Z] #43 DONE 9.3s [2024-10-16T05:58:45.575Z] [2024-10-16T05:58:45.575Z] #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:58:45.841Z] #63 ... [2024-10-16T05:58:45.841Z] [2024-10-16T05:58:45.841Z] #64 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-16T05:58:45.841Z] #0 7.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:45.841Z] #0 8.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.110Z] #64 ... [2024-10-16T05:58:46.110Z] [2024-10-16T05:58:46.110Z] #44 [security-proxy-setup internal] load build context [2024-10-16T05:58:46.110Z] #44 transferring context: 3.24MB 6.1s done [2024-10-16T05:58:46.110Z] #44 DONE 9.5s [2024-10-16T05:58:46.110Z] [2024-10-16T05:58:46.110Z] #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-16T05:58:46.110Z] #0 8.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.110Z] #0 8.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.110Z] #65 ... [2024-10-16T05:58:46.110Z] [2024-10-16T05:58:46.110Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:58:46.376Z] #66 ... [2024-10-16T05:58:46.376Z] [2024-10-16T05:58:46.376Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:46.376Z] #67 ... [2024-10-16T05:58:46.376Z] [2024-10-16T05:58:46.376Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-16T05:58:46.376Z] #0 7.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.376Z] #0 8.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.642Z] #68 ... [2024-10-16T05:58:46.642Z] [2024-10-16T05:58:46.642Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-16T05:58:46.642Z] #0 6.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.642Z] #0 7.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:46.642Z] #69 ... [2024-10-16T05:58:46.642Z] [2024-10-16T05:58:46.642Z] #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:58:46.908Z] #70 ... [2024-10-16T05:58:46.908Z] [2024-10-16T05:58:46.908Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:58:51.168Z] #71 ... [2024-10-16T05:58:51.168Z] [2024-10-16T05:58:51.168Z] #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-16T05:58:51.168Z] #65 14.75 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:51.168Z] #65 14.79 (2/2) Installing su-exec (0.2-r3) [2024-10-16T05:58:51.168Z] #65 14.80 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:51.168Z] #65 14.90 OK: 9 MiB in 16 packages [2024-10-16T05:58:52.578Z] #65 DONE 16.9s [2024-10-16T05:58:52.578Z] [2024-10-16T05:58:52.578Z] #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-16T05:58:53.985Z] #72 ... [2024-10-16T05:58:53.985Z] [2024-10-16T05:58:53.985Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-16T05:58:53.985Z] #69 12.64 (1/4) Installing ca-certificates (20240705-r0) [2024-10-16T05:58:53.985Z] #69 12.80 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:53.985Z] #69 12.82 (3/4) Installing su-exec (0.2-r3) [2024-10-16T05:58:53.985Z] #69 12.91 (4/4) Installing yq-go (4.44.1-r2) [2024-10-16T05:58:53.985Z] #69 14.19 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:53.985Z] #69 14.35 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:58:53.985Z] #69 15.73 OK: 20 MiB in 18 packages [2024-10-16T05:58:53.985Z] #69 DONE 18.0s [2024-10-16T05:58:53.985Z] [2024-10-16T05:58:53.985Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:53.985Z] #61 8.565 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:54.590Z] #61 ... [2024-10-16T05:58:54.590Z] [2024-10-16T05:58:54.590Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-16T05:58:54.590Z] #73 DONE 9.0s [2024-10-16T05:58:54.855Z] [2024-10-16T05:58:54.855Z] #64 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-16T05:58:54.855Z] #64 14.90 (1/2) Installing ca-certificates (20240705-r0) [2024-10-16T05:58:54.855Z] #64 15.36 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:54.855Z] #64 15.40 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:54.855Z] #64 15.58 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:58:54.855Z] #64 17.03 OK: 10 MiB in 16 packages [2024-10-16T05:58:54.855Z] #64 DONE 19.0s [2024-10-16T05:58:54.855Z] [2024-10-16T05:58:54.855Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:54.855Z] #47 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.2s [2024-10-16T05:58:55.446Z] #47 ... [2024-10-16T05:58:55.446Z] [2024-10-16T05:58:55.446Z] #48 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-16T05:58:55.446Z] #48 8.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:55.446Z] #48 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:55.446Z] #48 16.31 (1/3) Installing ca-certificates (20240705-r0) [2024-10-16T05:58:55.446Z] #48 16.83 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-16T05:58:55.446Z] #48 16.88 (3/3) Installing tzdata (2024b-r0) [2024-10-16T05:58:55.446Z] #48 18.88 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:58:55.446Z] #48 18.98 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:58:55.446Z] #48 ... [2024-10-16T05:58:55.446Z] [2024-10-16T05:58:55.446Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-16T05:58:55.724Z] #74 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:55.724Z] #74 ... [2024-10-16T05:58:55.724Z] [2024-10-16T05:58:55.724Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-16T05:58:55.724Z] #0 7.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:55.724Z] #75 ... [2024-10-16T05:58:55.724Z] [2024-10-16T05:58:55.724Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:57.667Z] #47 ... [2024-10-16T05:58:57.667Z] [2024-10-16T05:58:57.667Z] #42 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:58:57.667Z] #42 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:57.667Z] #42 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:57.667Z] #42 ... [2024-10-16T05:58:57.667Z] [2024-10-16T05:58:57.667Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:58:57.667Z] #66 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:57.667Z] #66 13.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:58:57.667Z] #66 ... [2024-10-16T05:58:57.667Z] [2024-10-16T05:58:57.667Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:57.936Z] #47 ... [2024-10-16T05:58:57.936Z] [2024-10-16T05:58:57.936Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:58:57.936Z] #60 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.9s [2024-10-16T05:58:57.936Z] #60 ... [2024-10-16T05:58:57.936Z] [2024-10-16T05:58:57.936Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:58:59.346Z] #47 ... [2024-10-16T05:58:59.346Z] [2024-10-16T05:58:59.346Z] #48 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-16T05:58:59.346Z] #48 20.56 OK: 11 MiB in 17 packages [2024-10-16T05:58:59.346Z] #48 DONE 22.5s [2024-10-16T05:58:59.346Z] [2024-10-16T05:58:59.346Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:00.304Z] #47 ... [2024-10-16T05:59:00.304Z] [2024-10-16T05:59:00.304Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-16T05:59:00.304Z] #68 14.47 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:59:00.304Z] #68 14.48 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:59:00.304Z] #68 14.48 OK: 24041 distinct packages available [2024-10-16T05:59:00.304Z] #68 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:00.304Z] #68 17.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:00.304Z] #68 ... [2024-10-16T05:59:00.304Z] [2024-10-16T05:59:00.304Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:00.570Z] #47 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.0s [2024-10-16T05:59:00.570Z] #47 ... [2024-10-16T05:59:00.570Z] [2024-10-16T05:59:00.570Z] #42 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:59:00.570Z] #42 22.24 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:00.570Z] #42 22.28 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:00.570Z] #42 22.49 OK: 9 MiB in 15 packages [2024-10-16T05:59:00.570Z] #42 DONE 24.7s [2024-10-16T05:59:00.570Z] [2024-10-16T05:59:00.570Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:00.841Z] #47 ... [2024-10-16T05:59:00.841Z] [2024-10-16T05:59:00.841Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-16T05:59:00.841Z] #59 15.69 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:59:00.841Z] #59 15.69 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:59:00.841Z] #59 15.69 OK: 24041 distinct packages available [2024-10-16T05:59:00.841Z] #59 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:00.841Z] #59 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:00.841Z] #59 ... [2024-10-16T05:59:00.841Z] [2024-10-16T05:59:00.841Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:01.108Z] #47 ... [2024-10-16T05:59:01.108Z] [2024-10-16T05:59:01.108Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-16T05:59:01.108Z] #60 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 14.7s done [2024-10-16T05:59:01.108Z] #60 DONE 24.3s [2024-10-16T05:59:01.108Z] [2024-10-16T05:59:01.108Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:01.374Z] #47 ... [2024-10-16T05:59:01.374Z] [2024-10-16T05:59:01.374Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:59:01.374Z] #67 15.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:01.374Z] #67 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:01.641Z] #67 ... [2024-10-16T05:59:01.641Z] [2024-10-16T05:59:01.641Z] #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:59:01.641Z] #70 14.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:01.641Z] #70 16.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:01.641Z] #70 ... [2024-10-16T05:59:01.641Z] [2024-10-16T05:59:01.641Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:59:01.641Z] #71 5.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:01.641Z] #71 7.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:01.912Z] #71 ... [2024-10-16T05:59:01.912Z] [2024-10-16T05:59:01.912Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-16T05:59:01.912Z] #68 26.15 (1/5) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:01.912Z] #68 26.17 (2/5) Installing musl-obstack (1.2.3-r2) [2024-10-16T05:59:01.912Z] #68 26.18 (3/5) Installing libucontext (1.2-r3) [2024-10-16T05:59:01.912Z] #68 26.23 (4/5) Installing gcompat (1.1.0-r4) [2024-10-16T05:59:02.179Z] #68 26.30 (5/5) Installing openssl (3.3.2-r0) [2024-10-16T05:59:02.179Z] #68 26.43 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:02.446Z] #68 26.63 OK: 10 MiB in 19 packages [2024-10-16T05:59:03.861Z] #68 ... [2024-10-16T05:59:03.861Z] [2024-10-16T05:59:03.861Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-16T05:59:03.861Z] #0 7.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:03.861Z] #0 9.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:03.861Z] #76 ... [2024-10-16T05:59:03.861Z] [2024-10-16T05:59:03.861Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:04.134Z] #47 ... [2024-10-16T05:59:04.134Z] [2024-10-16T05:59:04.134Z] #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-16T05:59:04.134Z] #68 DONE 28.4s [2024-10-16T05:59:04.134Z] [2024-10-16T05:59:04.134Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:04.719Z] #47 ... [2024-10-16T05:59:04.719Z] [2024-10-16T05:59:04.719Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-16T05:59:04.719Z] #0 5.979 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:04.719Z] #0 8.143 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:04.719Z] #77 ... [2024-10-16T05:59:04.719Z] [2024-10-16T05:59:04.719Z] #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:04.986Z] #47 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.3s done [2024-10-16T05:59:04.986Z] #47 ... [2024-10-16T05:59:04.986Z] [2024-10-16T05:59:04.986Z] #78 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:04.986Z] #0 6.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:04.986Z] #0 8.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:04.986Z] #78 ... [2024-10-16T05:59:04.986Z] [2024-10-16T05:59:04.986Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-16T05:59:04.986Z] #59 27.96 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:04.986Z] #59 28.05 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-16T05:59:04.986Z] #59 28.07 (3/4) Installing libucontext (1.2-r3) [2024-10-16T05:59:04.986Z] #59 28.13 (4/4) Installing gcompat (1.1.0-r4) [2024-10-16T05:59:04.986Z] #59 28.16 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:04.986Z] #59 28.30 OK: 9 MiB in 18 packages [2024-10-16T05:59:05.252Z] #59 ... [2024-10-16T05:59:05.252Z] [2024-10-16T05:59:05.252Z] #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:59:05.252Z] #63 9.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:05.252Z] #63 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:05.519Z] #63 ... [2024-10-16T05:59:05.519Z] [2024-10-16T05:59:05.519Z] #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:59:05.519Z] #70 26.24 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:05.519Z] #70 26.30 (2/4) Installing openssl (3.3.2-r0) [2024-10-16T05:59:05.519Z] #70 26.36 (3/4) Installing su-exec (0.2-r3) [2024-10-16T05:59:05.519Z] #70 26.43 (4/4) Installing yq-go (4.44.1-r2) [2024-10-16T05:59:05.519Z] #70 28.20 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:05.519Z] #70 28.34 OK: 20 MiB in 18 packages [2024-10-16T05:59:06.103Z] #70 ... [2024-10-16T05:59:06.103Z] [2024-10-16T05:59:06.103Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-16T05:59:06.103Z] #61 10.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:06.103Z] #61 20.85 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:06.103Z] #61 ... [2024-10-16T05:59:06.103Z] [2024-10-16T05:59:06.103Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-16T05:59:06.103Z] #75 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:06.103Z] #75 20.38 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:59:06.103Z] #75 20.38 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:59:06.103Z] #75 20.38 OK: 24040 distinct packages available [2024-10-16T05:59:06.368Z] #75 ... [2024-10-16T05:59:06.368Z] [2024-10-16T05:59:06.368Z] #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-16T05:59:06.368Z] #67 28.05 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:06.368Z] #67 28.12 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:06.368Z] #67 28.42 OK: 9 MiB in 15 packages [2024-10-16T05:59:06.368Z] #67 DONE 30.6s [2024-10-16T05:59:06.368Z] [2024-10-16T05:59:06.368Z] #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:59:06.368Z] #71 18.47 OK: 238 MiB in 54 packages [2024-10-16T05:59:06.368Z] #71 DONE 21.0s [2024-10-16T05:59:06.368Z] [2024-10-16T05:59:06.368Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-16T05:59:06.368Z] #59 DONE 31.5s [2024-10-16T05:59:06.368Z] [2024-10-16T05:59:06.368Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:06.975Z] #79 ... [2024-10-16T05:59:06.975Z] [2024-10-16T05:59:06.975Z] #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-16T05:59:06.975Z] #70 DONE 30.3s [2024-10-16T05:59:06.975Z] [2024-10-16T05:59:06.975Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-16T05:59:06.975Z] #61 21.67 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:07.243Z] #61 21.90 OK: 9 MiB in 15 packages [2024-10-16T05:59:07.515Z] #61 ... [2024-10-16T05:59:07.515Z] [2024-10-16T05:59:07.515Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-16T05:59:07.515Z] #74 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:07.515Z] #74 20.78 OK: 238 MiB in 54 packages [2024-10-16T05:59:07.515Z] #74 ... [2024-10-16T05:59:07.515Z] [2024-10-16T05:59:07.515Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:07.515Z] #79 DONE 1.1s [2024-10-16T05:59:07.515Z] [2024-10-16T05:59:07.515Z] #47 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-16T05:59:07.515Z] #47 DONE 33.6s [2024-10-16T05:59:07.515Z] [2024-10-16T05:59:07.515Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:08.032Z] #81 ... [2024-10-16T05:59:08.032Z] [2024-10-16T05:59:08.032Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:08.032Z] #116 DONE 45.6s [2024-10-16T05:59:08.032Z] [2024-10-16T05:59:08.032Z] #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:08.032Z] #117 DONE 48.3s [2024-10-16T05:59:08.032Z] [2024-10-16T05:59:08.032Z] #83 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:08.032Z] #83 DONE 48.4s [2024-10-16T05:59:08.032Z] [2024-10-16T05:59:08.032Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:08.032Z] #118 DONE 48.1s [2024-10-16T05:59:08.032Z] [2024-10-16T05:59:08.032Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:08.032Z] #81 DONE 50.1s [2024-10-16T05:59:08.032Z] [2024-10-16T05:59:08.032Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-16T05:59:08.490Z] #80 ... [2024-10-16T05:59:08.490Z] [2024-10-16T05:59:08.490Z] #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-16T05:59:08.490Z] #72 5.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:08.490Z] #72 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:08.490Z] #72 ... [2024-10-16T05:59:08.490Z] [2024-10-16T05:59:08.490Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:59:08.490Z] #66 22.61 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-16T05:59:08.490Z] #66 22.61 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-16T05:59:08.490Z] #66 22.61 OK: 24041 distinct packages available [2024-10-16T05:59:08.490Z] #66 24.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:08.490Z] #66 26.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:08.756Z] #66 ... [2024-10-16T05:59:08.756Z] [2024-10-16T05:59:08.756Z] #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-16T05:59:08.756Z] #74 DONE 23.0s [2024-10-16T05:59:08.756Z] [2024-10-16T05:59:08.756Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:09.022Z] #81 ... [2024-10-16T05:59:09.023Z] [2024-10-16T05:59:09.023Z] #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:09.023Z] #0 4.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:09.023Z] #0 6.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:09.288Z] #82 ... [2024-10-16T05:59:09.288Z] [2024-10-16T05:59:09.288Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:09.288Z] #81 DONE 0.6s [2024-10-16T05:59:09.288Z] [2024-10-16T05:59:09.288Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:09.875Z] #83 ... [2024-10-16T05:59:09.875Z] [2024-10-16T05:59:09.875Z] #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-16T05:59:09.875Z] #63 21.94 OK: 238 MiB in 54 packages [2024-10-16T05:59:09.875Z] #63 DONE 24.3s [2024-10-16T05:59:10.148Z] [2024-10-16T05:59:10.148Z] #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-16T05:59:10.148Z] #61 DONE 24.7s [2024-10-16T05:59:10.148Z] [2024-10-16T05:59:10.148Z] #84 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:10.731Z] #84 ... [2024-10-16T05:59:10.731Z] [2024-10-16T05:59:10.731Z] #85 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:10.731Z] #0 3.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:10.731Z] #0 5.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:10.731Z] #85 ... [2024-10-16T05:59:10.731Z] [2024-10-16T05:59:10.731Z] #84 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:10.731Z] #84 DONE 0.8s [2024-10-16T05:59:10.731Z] [2024-10-16T05:59:10.731Z] #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:14.091Z] #86 ... [2024-10-16T05:59:14.091Z] [2024-10-16T05:59:14.091Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:59:14.091Z] #0 3.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:14.091Z] #0 6.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:14.365Z] #87 ... [2024-10-16T05:59:14.365Z] [2024-10-16T05:59:14.365Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:59:14.365Z] #66 34.63 (1/14) Installing ca-certificates (20240705-r0) [2024-10-16T05:59:14.365Z] #66 35.17 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-16T05:59:14.365Z] #66 35.30 (3/14) Installing c-ares (1.33.1-r0) [2024-10-16T05:59:14.365Z] #66 35.37 (4/14) Installing libunistring (1.2-r0) [2024-10-16T05:59:14.365Z] #66 35.65 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-16T05:59:14.365Z] #66 35.71 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-16T05:59:14.365Z] #66 35.76 (7/14) Installing libpsl (0.21.5-r1) [2024-10-16T05:59:14.365Z] #66 35.80 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-16T05:59:14.365Z] #66 35.97 (9/14) Installing libcurl (8.10.1-r0) [2024-10-16T05:59:14.365Z] #66 36.13 (10/14) Installing curl (8.10.1-r0) [2024-10-16T05:59:14.365Z] #66 36.18 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-16T05:59:14.365Z] #66 36.28 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-16T05:59:14.365Z] #66 36.29 (13/14) Installing libucontext (1.2-r3) [2024-10-16T05:59:14.365Z] #66 36.30 (14/14) Installing gcompat (1.1.0-r4) [2024-10-16T05:59:14.365Z] #66 36.36 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:14.365Z] #66 36.49 Executing ca-certificates-20240705-r0.trigger [2024-10-16T05:59:14.365Z] #66 37.75 OK: 15 MiB in 28 packages [2024-10-16T05:59:14.365Z] #66 ... [2024-10-16T05:59:14.365Z] [2024-10-16T05:59:14.365Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-16T05:59:14.365Z] #77 18.34 OK: 238 MiB in 54 packages [2024-10-16T05:59:14.365Z] #77 DONE 19.8s [2024-10-16T05:59:14.640Z] [2024-10-16T05:59:14.640Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-16T05:59:14.906Z] #88 DONE 0.6s [2024-10-16T05:59:14.906Z] [2024-10-16T05:59:14.906Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-16T05:59:14.906Z] #76 18.17 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:14.906Z] #76 18.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:14.906Z] #76 18.21 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:14.906Z] #76 19.60 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:14.906Z] #76 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:15.891Z] #76 21.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:15.891Z] #76 ... [2024-10-16T05:59:15.891Z] [2024-10-16T05:59:15.891Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-16T05:59:15.891Z] #66 DONE 40.0s [2024-10-16T05:59:16.156Z] [2024-10-16T05:59:16.156Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:16.421Z] #89 ... [2024-10-16T05:59:16.421Z] [2024-10-16T05:59:16.421Z] #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:16.421Z] #0 7.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.421Z] #0 8.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.688Z] #90 ... [2024-10-16T05:59:16.688Z] [2024-10-16T05:59:16.688Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-16T05:59:16.688Z] #0 7.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.688Z] #0 9.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.688Z] #91 ... [2024-10-16T05:59:16.688Z] [2024-10-16T05:59:16.688Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-16T05:59:16.688Z] #75 20.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.688Z] #75 23.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.688Z] #75 30.81 OK: 238 MiB in 54 packages [2024-10-16T05:59:16.955Z] #75 ... [2024-10-16T05:59:16.955Z] [2024-10-16T05:59:16.955Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-16T05:59:16.955Z] #0 6.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:16.955Z] #0 8.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:17.220Z] #92 ... [2024-10-16T05:59:17.220Z] [2024-10-16T05:59:17.220Z] #85 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:17.220Z] #85 15.52 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:17.220Z] #85 15.52 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:17.220Z] #85 15.64 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:18.050Z] #119 ... [2024-10-16T05:59:18.050Z] [2024-10-16T05:59:18.050Z] #120 [security-bootstrapper builder 6/7] COPY . . [2024-10-16T05:59:18.050Z] #120 ... [2024-10-16T05:59:18.050Z] [2024-10-16T05:59:18.050Z] #121 [support-cron-scheduler builder 6/7] COPY . . [2024-10-16T05:59:18.050Z] #121 ... [2024-10-16T05:59:18.050Z] [2024-10-16T05:59:18.050Z] #122 [core-metadata builder 6/7] COPY . . [2024-10-16T05:59:18.207Z] #85 ... [2024-10-16T05:59:18.207Z] [2024-10-16T05:59:18.207Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-16T05:59:18.207Z] #75 DONE 32.4s [2024-10-16T05:59:18.207Z] [2024-10-16T05:59:18.207Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:59:18.207Z] #87 13.81 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:18.207Z] #87 13.81 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:18.207Z] #87 13.95 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:18.309Z] #122 ... [2024-10-16T05:59:18.309Z] [2024-10-16T05:59:18.309Z] #123 [core-keeper builder 7/8] COPY . . [2024-10-16T05:59:18.475Z] #87 ... [2024-10-16T05:59:18.475Z] [2024-10-16T05:59:18.475Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:18.475Z] #93 DONE 0.4s [2024-10-16T05:59:18.741Z] [2024-10-16T05:59:18.741Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:19.322Z] #94 ... [2024-10-16T05:59:19.323Z] [2024-10-16T05:59:19.323Z] #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-16T05:59:19.323Z] #72 16.41 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:19.323Z] #72 16.41 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:19.323Z] #72 16.56 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:19.323Z] #72 18.39 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:19.323Z] #72 18.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:19.323Z] #72 19.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:19.323Z] #72 ... [2024-10-16T05:59:19.323Z] [2024-10-16T05:59:19.323Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:59:19.323Z] #87 15.18 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:19.323Z] #87 15.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:20.841Z] #123 DONE 12.9s [2024-10-16T05:59:20.841Z] [2024-10-16T05:59:20.841Z] #121 [support-cron-scheduler builder 6/7] COPY . . [2024-10-16T05:59:20.841Z] #121 DONE 12.8s [2024-10-16T05:59:20.841Z] [2024-10-16T05:59:20.841Z] #124 [support-notifications builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #124 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #125 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #125 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #126 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #126 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #127 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #128 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #129 [security-secretstore-setup builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #129 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #130 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #130 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #131 [security-proxy-setup builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #131 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #132 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #122 [core-metadata builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #122 DONE 12.9s [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #133 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #133 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #134 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #134 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #135 [support-scheduler builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #135 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #136 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #137 [core-data builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #137 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #138 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #139 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #140 [core-command builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #140 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #141 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #141 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #142 [security-proxy-auth builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #142 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #143 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #144 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #145 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:20.842Z] #145 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #146 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-16T05:59:20.842Z] #146 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #147 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #147 CACHED [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #119 DONE 12.9s [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #120 [security-bootstrapper builder 6/7] COPY . . [2024-10-16T05:59:20.842Z] #120 DONE 12.8s [2024-10-16T05:59:20.842Z] [2024-10-16T05:59:20.842Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-16T05:59:21.259Z] #87 16.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:21.259Z] #87 ... [2024-10-16T05:59:21.259Z] [2024-10-16T05:59:21.259Z] #78 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:21.259Z] #78 16.53 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:21.259Z] #78 16.53 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:21.259Z] #78 16.58 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:21.259Z] #78 18.24 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:21.259Z] #78 18.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:21.259Z] #78 20.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:21.528Z] #78 ... [2024-10-16T05:59:21.528Z] [2024-10-16T05:59:21.528Z] #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-16T05:59:21.528Z] #72 27.84 OK: 9 MiB in 16 packages [2024-10-16T05:59:21.794Z] #72 DONE 29.0s [2024-10-16T05:59:21.794Z] [2024-10-16T05:59:21.794Z] #85 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:21.794Z] #85 17.43 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:21.794Z] #85 17.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:21.794Z] #85 19.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:22.219Z] #148 1.412 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-16T05:59:23.217Z] #85 ... [2024-10-16T05:59:23.217Z] [2024-10-16T05:59:23.217Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-16T05:59:23.217Z] #76 29.26 OK: 20 MiB in 18 packages [2024-10-16T05:59:23.485Z] #76 ... [2024-10-16T05:59:23.485Z] [2024-10-16T05:59:23.485Z] #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:23.485Z] #82 14.45 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:23.485Z] #82 14.45 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:23.485Z] #82 14.48 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:23.485Z] #82 16.72 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:23.485Z] #82 16.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:23.485Z] #82 18.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:23.766Z] #82 ... [2024-10-16T05:59:23.766Z] [2024-10-16T05:59:23.766Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-16T05:59:23.766Z] #92 16.21 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:23.766Z] #92 16.21 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:23.766Z] #92 16.29 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:24.035Z] #92 ... [2024-10-16T05:59:24.035Z] [2024-10-16T05:59:24.035Z] #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-16T05:59:24.035Z] #95 DONE 2.3s [2024-10-16T05:59:24.320Z] [2024-10-16T05:59:24.320Z] #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-16T05:59:24.320Z] #96 DONE 0.2s [2024-10-16T05:59:24.320Z] [2024-10-16T05:59:24.320Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-16T05:59:24.320Z] #91 17.16 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:24.320Z] #91 17.16 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:24.320Z] #91 17.23 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:24.600Z] #91 ... [2024-10-16T05:59:24.601Z] [2024-10-16T05:59:24.601Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-16T05:59:24.601Z] #76 DONE 30.7s [2024-10-16T05:59:24.601Z] [2024-10-16T05:59:24.601Z] #78 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:24.601Z] #78 28.43 OK: 10 MiB in 16 packages [2024-10-16T05:59:24.601Z] #78 DONE 29.7s [2024-10-16T05:59:24.601Z] [2024-10-16T05:59:24.601Z] #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:24.601Z] #90 16.16 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:24.601Z] #90 16.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:24.601Z] #90 16.21 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:24.601Z] #90 17.81 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:24.601Z] #90 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:25.192Z] #90 ... [2024-10-16T05:59:25.192Z] [2024-10-16T05:59:25.192Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:25.192Z] #97 ... [2024-10-16T05:59:25.192Z] [2024-10-16T05:59:25.192Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-16T05:59:25.192Z] #92 18.29 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:25.462Z] #92 18.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:25.463Z] #92 ... [2024-10-16T05:59:25.463Z] [2024-10-16T05:59:25.463Z] #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:25.463Z] #82 24.97 OK: 11 MiB in 17 packages [2024-10-16T05:59:25.463Z] #82 DONE 26.6s [2024-10-16T05:59:25.729Z] [2024-10-16T05:59:25.729Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:25.729Z] #89 2.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:25.729Z] #89 3.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:25.729Z] #89 ... [2024-10-16T05:59:25.729Z] [2024-10-16T05:59:25.729Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-16T05:59:25.729Z] #91 19.19 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:25.729Z] #91 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:26.686Z] #91 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:27.267Z] #91 ... [2024-10-16T05:59:27.267Z] [2024-10-16T05:59:27.267Z] #85 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:27.267Z] #85 25.64 OK: 9 MiB in 15 packages [2024-10-16T05:59:27.267Z] #85 DONE 26.4s [2024-10-16T05:59:27.267Z] [2024-10-16T05:59:27.267Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:27.267Z] #89 10.47 Upgrading critical system libraries and apk-tools: [2024-10-16T05:59:27.267Z] #89 10.47 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-16T05:59:27.267Z] #89 10.53 Executing busybox-1.36.1-r29.trigger [2024-10-16T05:59:27.544Z] #89 11.60 Continuing the upgrade transaction with new apk-tools: [2024-10-16T05:59:27.544Z] #89 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:27.810Z] #89 ... [2024-10-16T05:59:27.810Z] [2024-10-16T05:59:27.810Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-10-16T05:59:27.810Z] #87 22.90 OK: 10 MiB in 19 packages [2024-10-16T05:59:27.810Z] #87 DONE 23.7s [2024-10-16T05:59:28.076Z] [2024-10-16T05:59:28.076Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:59:29.035Z] #98 ... [2024-10-16T05:59:29.035Z] [2024-10-16T05:59:29.035Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-16T05:59:29.035Z] #99 DONE 1.2s [2024-10-16T05:59:29.301Z] [2024-10-16T05:59:29.301Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:59:29.301Z] #100 ... [2024-10-16T05:59:29.301Z] [2024-10-16T05:59:29.301Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:59:29.301Z] #98 DONE 1.4s [2024-10-16T05:59:29.577Z] [2024-10-16T05:59:29.577Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-16T05:59:29.577Z] #101 DONE 0.2s [2024-10-16T05:59:29.577Z] [2024-10-16T05:59:29.577Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-16T05:59:29.577Z] #102 DONE 0.1s [2024-10-16T05:59:29.577Z] [2024-10-16T05:59:29.577Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-16T05:59:29.843Z] #103 DONE 0.2s [2024-10-16T05:59:29.843Z] [2024-10-16T05:59:29.843Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-16T05:59:29.843Z] #104 DONE 0.2s [2024-10-16T05:59:29.843Z] [2024-10-16T05:59:29.843Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:29.843Z] #89 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:30.109Z] #89 ... [2024-10-16T05:59:30.109Z] [2024-10-16T05:59:30.109Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-16T05:59:30.109Z] #105 DONE 0.2s [2024-10-16T05:59:30.374Z] [2024-10-16T05:59:30.374Z] #106 [security-spire-server] exporting to image [2024-10-16T05:59:30.374Z] #106 exporting layers [2024-10-16T05:59:30.374Z] #106 ... [2024-10-16T05:59:30.374Z] [2024-10-16T05:59:30.375Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:59:30.375Z] #100 DONE 1.5s [2024-10-16T05:59:30.645Z] [2024-10-16T05:59:30.645Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-16T05:59:30.912Z] #107 DONE 0.2s [2024-10-16T05:59:30.912Z] [2024-10-16T05:59:30.912Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-16T05:59:30.912Z] #108 DONE 0.2s [2024-10-16T05:59:30.912Z] [2024-10-16T05:59:30.912Z] #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:30.912Z] #90 19.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:30.912Z] #90 24.41 OK: 9 MiB in 15 packages [2024-10-16T05:59:31.181Z] #90 ... [2024-10-16T05:59:31.181Z] [2024-10-16T05:59:31.181Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-16T05:59:31.181Z] #109 DONE 0.2s [2024-10-16T05:59:31.181Z] [2024-10-16T05:59:31.181Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-16T05:59:31.181Z] #92 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-16T05:59:31.449Z] #92 ... [2024-10-16T05:59:31.449Z] [2024-10-16T05:59:31.449Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-16T05:59:31.449Z] #110 DONE 0.2s [2024-10-16T05:59:31.449Z] [2024-10-16T05:59:31.449Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-16T05:59:31.741Z] #111 DONE 0.2s [2024-10-16T05:59:31.741Z] [2024-10-16T05:59:31.741Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:32.013Z] #89 ... [2024-10-16T05:59:32.013Z] [2024-10-16T05:59:32.013Z] #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-16T05:59:32.013Z] #90 DONE 25.6s [2024-10-16T05:59:32.181Z] #148 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T05:59:32.181Z] #0 0.307 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-16T05:59:32.181Z] #149 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T05:59:32.181Z] #0 0.623 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-16T05:59:32.181Z] #150 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-16T05:59:32.181Z] #0 1.413 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-16T05:59:32.181Z] #151 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-16T05:59:32.181Z] #0 0.936 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-16T05:59:32.181Z] #152 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-16T05:59:32.181Z] #0 0.923 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-16T05:59:32.181Z] #153 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T05:59:32.181Z] #0 0.519 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-16T05:59:32.181Z] #154 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-16T05:59:32.181Z] #0 0.699 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-16T05:59:32.181Z] #155 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T05:59:32.181Z] #0 0.996 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-16T05:59:32.181Z] #156 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T05:59:32.181Z] #0 1.266 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-16T05:59:32.181Z] #157 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-16T05:59:32.181Z] #0 0.756 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-16T05:59:32.181Z] #158 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T05:59:32.181Z] #0 1.098 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-16T05:59:32.181Z] #159 ... [2024-10-16T05:59:32.181Z] [2024-10-16T05:59:32.181Z] #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T05:59:32.181Z] #0 1.091 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-16T05:59:32.278Z] [2024-10-16T05:59:32.278Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-16T05:59:32.278Z] #92 25.19 OK: 20 MiB in 18 packages [2024-10-16T05:59:33.249Z] #92 DONE 26.2s [2024-10-16T05:59:33.249Z] [2024-10-16T05:59:33.249Z] #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-16T05:59:33.249Z] #91 25.48 OK: 9 MiB in 18 packages [2024-10-16T05:59:33.249Z] #91 DONE 26.5s [2024-10-16T05:59:33.249Z] [2024-10-16T05:59:33.249Z] #112 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-16T05:59:33.842Z] #112 DONE 0.5s [2024-10-16T05:59:33.842Z] [2024-10-16T05:59:33.842Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-16T05:59:33.842Z] #89 17.46 OK: 15 MiB in 28 packages [2024-10-16T05:59:34.116Z] #89 DONE 18.2s [2024-10-16T05:59:34.116Z] [2024-10-16T05:59:34.116Z] #106 [security-spire-server] exporting to image [2024-10-16T05:59:34.116Z] #106 exporting layers 3.5s done [2024-10-16T05:59:34.116Z] #106 writing image sha256:517a238212a3d8e32355427a124b56699dc74a1a8385ed23bcd8d1c85b9c7776 done [2024-10-16T05:59:34.116Z] #106 naming to docker.io/library/security-spire-server-arm64 done [2024-10-16T05:59:35.071Z] #106 ... [2024-10-16T05:59:35.071Z] [2024-10-16T05:59:35.071Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-16T05:59:35.071Z] #113 DONE 2.0s [2024-10-16T05:59:35.071Z] [2024-10-16T05:59:35.071Z] #106 [security-spire-server] exporting to image [2024-10-16T05:59:35.071Z] #106 exporting layers 3.5s done [2024-10-16T05:59:35.339Z] #106 writing image sha256:6fbc943530037c48e68bab28954955692e096cb91ddb6e3c31acfc5268509e26 done [2024-10-16T05:59:35.339Z] #106 naming to docker.io/library/security-spire-agent-arm64 done [2024-10-16T05:59:35.339Z] #106 DONE 5.0s [2024-10-16T05:59:35.339Z] [2024-10-16T05:59:35.339Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-16T05:59:35.339Z] #114 DONE 0.1s [2024-10-16T05:59:35.339Z] [2024-10-16T05:59:35.339Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-16T05:59:35.606Z] #115 DONE 0.2s [2024-10-16T05:59:35.606Z] [2024-10-16T05:59:35.606Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-16T05:59:35.606Z] #116 DONE 0.1s [2024-10-16T05:59:35.606Z] [2024-10-16T05:59:35.606Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-16T05:59:35.606Z] #117 DONE 0.1s [2024-10-16T05:59:35.606Z] [2024-10-16T05:59:35.606Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T05:59:35.606Z] #80 ... [2024-10-16T05:59:35.606Z] [2024-10-16T05:59:35.606Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-16T05:59:35.606Z] #118 DONE 0.1s [2024-10-16T05:59:35.873Z] [2024-10-16T05:59:35.873Z] #106 [security-spire-config] exporting to image [2024-10-16T05:59:37.280Z] #106 exporting layers 1.3s done [2024-10-16T05:59:37.280Z] #106 writing image sha256:5844b62cadcd941687972ebba42b4f3344f5fae385ef31fb49bbf7c226a23399 done [2024-10-16T05:59:37.280Z] #106 naming to docker.io/library/security-spire-config-arm64 done [2024-10-16T05:59:37.280Z] #106 DONE 6.4s [2024-10-16T05:59:37.280Z] [2024-10-16T05:59:37.280Z] #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #86 ... [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #83 DONE 91.9s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #94 DONE 82.7s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #97 DONE 86.1s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #80 DONE 93.5s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #119 [security-bootstrapper builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #119 ... [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #86 DONE 90.4s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #120 [core-data builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #120 ... [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #121 DONE 1.5s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #122 [core-keeper builder 7/8] COPY . . [2024-10-16T06:00:47.023Z] #122 DONE 1.5s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #123 [support-notifications builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #123 DONE 1.5s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #124 [support-cron-scheduler builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #124 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #125 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #125 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #126 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #126 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #127 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #128 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #129 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #130 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #131 [security-proxy-auth builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #131 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #132 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #133 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #134 [core-metadata builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #134 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #135 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #136 [support-scheduler builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #136 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #137 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #137 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #138 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #138 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #139 [core-command builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #139 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #140 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #141 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #141 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #120 [core-data builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #120 DONE 1.4s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #142 [security-proxy-setup builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #142 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #143 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #143 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #144 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #144 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #119 [security-bootstrapper builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #119 DONE 1.5s [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #145 [security-secretstore-setup builder 6/7] COPY . . [2024-10-16T06:00:47.023Z] #145 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #146 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-16T06:00:47.023Z] #146 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #147 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-16T06:00:47.023Z] #147 CACHED [2024-10-16T06:00:47.023Z] [2024-10-16T06:00:47.023Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-16T06:00:47.983Z] #148 ... [2024-10-16T06:00:47.983Z] [2024-10-16T06:00:47.983Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-16T06:00:47.983Z] #0 4.561 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-16T06:00:48.586Z] #149 ... [2024-10-16T06:00:48.586Z] [2024-10-16T06:00:48.586Z] #150 [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-16T06:00:48.586Z] #0 6.011 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-16T06:00:49.546Z] #150 ... [2024-10-16T06:00:49.546Z] [2024-10-16T06:00:49.547Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-16T06:00:49.547Z] #148 6.618 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-16T06:00:52.895Z] #148 ... [2024-10-16T06:00:52.895Z] [2024-10-16T06:00:52.895Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-16T06:00:52.895Z] #0 4.412 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-16T06:00:52.895Z] #151 ... [2024-10-16T06:00:52.895Z] [2024-10-16T06:00:52.895Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T06:00:52.895Z] #0 4.608 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-16T06:00:53.160Z] #152 ... [2024-10-16T06:00:53.160Z] [2024-10-16T06:00:53.160Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T06:00:53.160Z] #0 6.593 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-16T06:00:53.160Z] #153 ... [2024-10-16T06:00:53.160Z] [2024-10-16T06:00:53.160Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:00:53.160Z] #0 6.426 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-10-16T06:00:53.426Z] #154 ... [2024-10-16T06:00:53.426Z] [2024-10-16T06:00:53.426Z] #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-16T06:00:53.426Z] #0 6.776 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-16T06:00:53.426Z] #155 ... [2024-10-16T06:00:53.426Z] [2024-10-16T06:00:53.426Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:00:53.426Z] #0 6.383 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-16T06:00:53.691Z] #156 ... [2024-10-16T06:00:53.691Z] [2024-10-16T06:00:53.691Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:00:53.691Z] #0 5.360 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-16T06:00:53.957Z] #157 ... [2024-10-16T06:00:53.957Z] [2024-10-16T06:00:53.957Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-16T06:00:53.957Z] #0 6.818 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-16T06:00:54.224Z] #158 ... [2024-10-16T06:00:54.224Z] [2024-10-16T06:00:54.224Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T06:00:54.224Z] #0 5.471 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-16T06:00:54.224Z] #159 ... [2024-10-16T06:00:54.224Z] [2024-10-16T06:00:54.224Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:00:54.224Z] #0 6.178 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-16T06:00:57.820Z] #160 ... [2024-10-16T06:00:57.820Z] [2024-10-16T06:00:57.820Z] #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-16T06:00:57.820Z] #158 90.22 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-16T06:02:21.650Z] #158 ... [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:02:21.650Z] #157 DONE 172.3s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-16T06:02:21.650Z] #155 DONE 172.3s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-10-16T06:02:21.650Z] #158 DONE 172.3s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-16T06:02:21.650Z] #148 DONE 172.3s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T06:02:21.650Z] #159 DONE 172.3s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:02:21.650Z] #149 DONE 172.4s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:02:21.650Z] #156 DONE 172.4s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #161 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.650Z] #161 ... [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T06:02:21.650Z] #160 DONE 172.5s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T06:02:21.650Z] #154 DONE 172.7s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:02:21.650Z] #150 DONE 172.7s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.650Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-16T06:02:21.650Z] #151 DONE 172.8s [2024-10-16T06:02:21.650Z] [2024-10-16T06:02:21.651Z] #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #162 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-16T06:02:21.651Z] #153 DONE 172.9s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-16T06:02:21.651Z] #152 DONE 172.9s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #163 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #163 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #161 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #161 DONE 1.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #164 DONE 0.9s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #165 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-16T06:02:21.651Z] #165 DONE 1.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #166 DONE 1.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #167 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #167 DONE 1.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #168 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #168 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #162 DONE 0.8s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #163 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #163 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #169 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #169 DONE 0.6s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #170 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #171 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #171 DONE 0.8s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #172 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #172 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #173 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #174 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #174 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #175 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #175 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #176 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #176 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #177 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #178 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #179 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #180 CACHED [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #181 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #170 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #182 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #182 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #183 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #183 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #184 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #184 DONE 0.8s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #185 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-16T06:02:21.651Z] #185 DONE 0.7s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #186 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #186 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-16T06:02:21.651Z] #187 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-16T06:02:21.651Z] #188 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #189 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-16T06:02:21.651Z] #189 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-16T06:02:21.651Z] #190 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #191 [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-16T06:02:21.651Z] #191 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #192 [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-16T06:02:21.651Z] #192 DONE 3.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #193 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-16T06:02:21.651Z] #193 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #194 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-16T06:02:21.651Z] #194 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #186 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #186 DONE 3.0s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #195 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-16T06:02:21.651Z] #195 DONE 3.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-16T06:02:21.651Z] #196 DONE 3.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-16T06:02:21.651Z] #197 DONE 3.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #198 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-16T06:02:21.651Z] #198 DONE 3.2s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #199 [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-16T06:02:21.651Z] #199 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #200 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #201 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #201 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #202 [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-16T06:02:21.651Z] #202 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #203 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #203 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #204 [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-16T06:02:21.651Z] #204 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #205 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-16T06:02:21.651Z] #205 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #206 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-16T06:02:21.651Z] #206 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #194 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-16T06:02:21.651Z] #194 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #207 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #207 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #208 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-16T06:02:21.651Z] #208 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #209 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #209 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #199 [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-16T06:02:21.651Z] #199 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #210 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #211 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-16T06:02:21.651Z] #211 DONE 4.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [core-command] exporting to image [2024-10-16T06:02:21.651Z] #115 exporting layers [2024-10-16T06:02:21.651Z] #115 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-16T06:02:21.651Z] #212 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #213 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-16T06:02:21.651Z] #213 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #214 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-16T06:02:21.651Z] #214 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #215 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:02:21.651Z] #215 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #216 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-16T06:02:21.651Z] #216 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #208 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-16T06:02:21.651Z] #208 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [support-notifications] exporting to image [2024-10-16T06:02:21.651Z] #115 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #217 [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-16T06:02:21.651Z] #217 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #218 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:02:21.651Z] #218 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #219 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #219 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #220 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-16T06:02:21.651Z] #220 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #221 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-16T06:02:21.651Z] #221 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #222 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-16T06:02:21.651Z] #222 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #219 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:02:21.651Z] #219 DONE 0.4s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [core-metadata] exporting to image [2024-10-16T06:02:21.651Z] #115 exporting layers 0.9s done [2024-10-16T06:02:21.651Z] #115 writing image sha256:d4ec7adbe6f43c68f5356d816b08f2646faf8cf9cefe0323429d739b1bf0863d [2024-10-16T06:02:21.651Z] #115 writing image sha256:1bcc1849dbcba3b20fe8ad082d77472e6616db02b7c3de888a30d045d57b49a4 0.0s done [2024-10-16T06:02:21.651Z] #115 writing image sha256:4f6c1a430d2692672e527de60d53e1a55b279dfd8df94e15bc0ac3f995c603db [2024-10-16T06:02:21.651Z] #115 writing image sha256:3e885c3eb51ea65e98de9375cb01d27d1d9e7ac4593924b0ea66086fb769654b [2024-10-16T06:02:21.651Z] #115 writing image sha256:f03b5ce2f606f53aaddcef2bb627519d74a3b453b003873a2fea0082baea1e30 [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/security-spiffe-token-provider [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/security-spiffe-token-provider 0.4s done [2024-10-16T06:02:21.651Z] #115 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #223 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-16T06:02:21.651Z] #223 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #224 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-16T06:02:21.651Z] #224 DONE 0.5s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [core-command] exporting to image [2024-10-16T06:02:21.651Z] #115 exporting layers 1.1s done [2024-10-16T06:02:21.651Z] #115 writing image sha256:d4ec7adbe6f43c68f5356d816b08f2646faf8cf9cefe0323429d739b1bf0863d 0.5s done [2024-10-16T06:02:21.651Z] #115 writing image sha256:4f6c1a430d2692672e527de60d53e1a55b279dfd8df94e15bc0ac3f995c603db 0.5s done [2024-10-16T06:02:21.651Z] #115 writing image sha256:3e885c3eb51ea65e98de9375cb01d27d1d9e7ac4593924b0ea66086fb769654b 0.5s done [2024-10-16T06:02:21.651Z] #115 writing image sha256:f03b5ce2f606f53aaddcef2bb627519d74a3b453b003873a2fea0082baea1e30 0.5s done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/core-keeper done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/support-cron-scheduler done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/support-scheduler done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/core-command done [2024-10-16T06:02:21.651Z] #115 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #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-16T06:02:21.651Z] #225 DONE 1.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-16T06:02:21.651Z] #226 DONE 1.2s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [core-common-config-bootstrapper] exporting to image [2024-10-16T06:02:21.651Z] #115 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #227 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-16T06:02:21.651Z] #227 DONE 0.2s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #228 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-16T06:02:21.651Z] #228 DONE 0.2s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [core-data] exporting to image [2024-10-16T06:02:21.651Z] #115 writing image sha256:dec20df9b6edf71034406154bdf9608e6a03c66a27d75425c167c8228ba001b3 done [2024-10-16T06:02:21.651Z] #115 writing image sha256:fa5ef69f47bad377438a3e8f7e26dd4a5d73edf871317faaa7f9122aad6261f8 done [2024-10-16T06:02:21.651Z] #115 writing image sha256:c35ef0e1446995a15f522b654e87ba1f0ef4df2901d108f355ce5783589ad08c 0.0s done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/support-notifications done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/core-metadata done [2024-10-16T06:02:21.651Z] #115 naming to docker.io/library/core-data done [2024-10-16T06:02:21.651Z] #115 ... [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #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-16T06:02:21.651Z] #229 DONE 0.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #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-16T06:02:21.651Z] #230 DONE 0.1s [2024-10-16T06:02:21.651Z] [2024-10-16T06:02:21.651Z] #115 [core-common-config-bootstrapper] exporting to image [2024-10-16T06:02:21.652Z] #115 exporting layers 0.2s done [2024-10-16T06:02:21.652Z] #115 writing image sha256:e3aaad5f917d933cc5eaca580d069919f2f1fcfcb1ba3a7ebf809e0d7621fac4 done [2024-10-16T06:02:21.652Z] #115 naming to docker.io/library/core-common-config-bootstrapper done [2024-10-16T06:02:21.652Z] #115 ... [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #231 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-16T06:02:21.652Z] #231 DONE 1.0s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #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-16T06:02:21.652Z] #232 DONE 0.2s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #115 [security-proxy-auth] exporting to image [2024-10-16T06:02:21.652Z] #115 writing image sha256:5dfc56e0dd7062697798949845763d94bfcc3de1010bca7d130547d82ecc227f 0.0s done [2024-10-16T06:02:21.652Z] #115 naming to docker.io/library/security-proxy-auth done [2024-10-16T06:02:21.652Z] #115 ... [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-16T06:02:21.652Z] #233 DONE 0.1s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #234 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-16T06:02:21.652Z] #234 DONE 0.1s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #115 [security-proxy-setup] exporting to image [2024-10-16T06:02:21.652Z] #115 exporting layers 0.3s done [2024-10-16T06:02:21.652Z] #115 writing image sha256:1c0598fe098eccb838afa65eb9b918f7d3d3bcdd363ef43c0dc08ebad3db5ef1 done [2024-10-16T06:02:21.652Z] #115 naming to docker.io/library/security-proxy-setup done [2024-10-16T06:02:21.652Z] #115 DONE 3.0s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #235 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-16T06:02:21.652Z] #235 DONE 0.6s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-16T06:02:21.652Z] #236 DONE 0.4s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #115 [security-secretstore-setup] exporting to image [2024-10-16T06:02:21.652Z] #115 exporting layers 0.2s done [2024-10-16T06:02:21.652Z] #115 writing image sha256:caceb311af9a0da41ad253d08cda102360a435a13850f218f3ca82ae149c97a2 done [2024-10-16T06:02:21.652Z] #115 naming to docker.io/library/security-secretstore-setup done [2024-10-16T06:02:21.652Z] #115 DONE 3.2s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-16T06:02:21.652Z] #37 ... [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #115 [security-bootstrapper] exporting to image [2024-10-16T06:02:21.652Z] #115 exporting layers 0.2s done [2024-10-16T06:02:21.652Z] #115 writing image sha256:077f1f33342a07281e7d18197ade93a4fe1d8235ed9bc7972cb6f55790f83dda done [2024-10-16T06:02:21.652Z] #115 naming to docker.io/library/security-bootstrapper done [2024-10-16T06:02:21.652Z] #115 DONE 3.4s [2024-10-16T06:02:21.652Z] [2024-10-16T06:02:21.652Z] #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:02:21.652Z] time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-16T06:02:21.667Z] $ docker stop --time=1 4e52f9c876828449d777eaa6cde2c6717fb5db8cda5a9c12d2a1acf160ecdb32 [2024-10-16T06:02:22.918Z] $ docker rm -f --volumes 4e52f9c876828449d777eaa6cde2c6717fb5db8cda5a9c12d2a1acf160ecdb32 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-16T06:02:23.258Z] + docker images [2024-10-16T06:02:23.258Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-16T06:02:23.258Z] security-bootstrapper latest 077f1f33342a 3 seconds ago 27.4MB [2024-10-16T06:02:23.258Z] security-secretstore-setup latest caceb311af9a 3 seconds ago 52.2MB [2024-10-16T06:02:23.258Z] security-proxy-setup latest 1c0598fe098e 3 seconds ago 33.9MB [2024-10-16T06:02:23.258Z] core-common-config-bootstrapper latest e3aaad5f917d 4 seconds ago 21.3MB [2024-10-16T06:02:23.258Z] core-metadata latest fa5ef69f47ba 4 seconds ago 42.4MB [2024-10-16T06:02:23.258Z] security-proxy-auth latest 5dfc56e0dd70 4 seconds ago 34.4MB [2024-10-16T06:02:23.258Z] support-notifications latest dec20df9b6ed 5 seconds ago 65.4MB [2024-10-16T06:02:23.258Z] support-cron-scheduler latest 4f6c1a430d26 5 seconds ago 66.5MB [2024-10-16T06:02:23.258Z] support-scheduler latest 3e885c3eb51e 5 seconds ago 64.7MB [2024-10-16T06:02:23.258Z] core-data latest c35ef0e14469 5 seconds ago 42.3MB [2024-10-16T06:02:23.258Z] security-spiffe-token-provider latest 1bcc1849dbcb 5 seconds ago 41.3MB [2024-10-16T06:02:23.258Z] core-command latest f03b5ce2f606 5 seconds ago 36.4MB [2024-10-16T06:02:23.258Z] core-keeper latest d4ec7adbe6f4 5 seconds ago 41.5MB [2024-10-16T06:02:23.258Z] security-spire-server latest 8add51132a76 3 minutes ago 122MB [2024-10-16T06:02:23.258Z] security-spire-config latest 786a80e119ab 3 minutes ago 121MB [2024-10-16T06:02:23.258Z] security-spire-agent latest e22a41d6f03e 3 minutes ago 183MB [2024-10-16T06:02:23.258Z] ci-base-image-x86_64 latest 9292fd4d0adc 8 minutes ago 980MB [2024-10-16T06:02:23.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 13 days ago 573MB [2024-10-16T06:02:23.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB [2024-10-16T06:02:23.258Z] 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-16T06:02:23.387Z] provisioning config files... [2024-10-16T06:02:23.395Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config11922490518804501528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:02:23.703Z] ---> ****-login.sh [2024-10-16T06:02:23.703Z] nexus3.edgexfoundry.org:10001 [2024-10-16T06:02:23.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:02:23.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:02:23.703Z] Configure a credential helper to remove this warning. See [2024-10-16T06:02:23.703Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:02:23.703Z] [2024-10-16T06:02:23.703Z] Login Succeeded [2024-10-16T06:02:23.703Z] nexus3.edgexfoundry.org:10002 [2024-10-16T06:02:23.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:02:23.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:02:23.963Z] Configure a credential helper to remove this warning. See [2024-10-16T06:02:23.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:02:23.963Z] [2024-10-16T06:02:23.963Z] Login Succeeded [2024-10-16T06:02:23.963Z] nexus3.edgexfoundry.org:10003 [2024-10-16T06:02:23.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:02:23.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:02:23.963Z] Configure a credential helper to remove this warning. See [2024-10-16T06:02:23.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:02:23.963Z] [2024-10-16T06:02:23.963Z] Login Succeeded [2024-10-16T06:02:23.963Z] nexus3.edgexfoundry.org:10004 [2024-10-16T06:02:23.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:02:24.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:02:24.223Z] Configure a credential helper to remove this warning. See [2024-10-16T06:02:24.223Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:02:24.223Z] [2024-10-16T06:02:24.223Z] Login Succeeded [2024-10-16T06:02:24.223Z] ****.io [2024-10-16T06:02:24.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:02:24.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:02:24.481Z] Configure a credential helper to remove this warning. See [2024-10-16T06:02:24.481Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:02:24.481Z] [2024-10-16T06:02:24.481Z] Login Succeeded [2024-10-16T06:02:24.481Z] ---> ****-login.sh ends [Pipeline] } [2024-10-16T06:02:24.490Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:02:24.543Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-16T06:02:24.574Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-10-16T06:02:24.574Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:24.574Z] latest [2024-10-16T06:02:24.574Z] 3.2.0-dev.107 [2024-10-16T06:02:24.574Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:24.574Z] main [2024-10-16T06:02:24.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:24.926Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:25.258Z] + docker push nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:25.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-16T06:02:25.258Z] 5912dae337ce: Preparing [2024-10-16T06:02:25.258Z] 848474ce8165: Preparing [2024-10-16T06:02:25.258Z] d75d60d73482: Preparing [2024-10-16T06:02:25.258Z] 92025d204b8f: Preparing [2024-10-16T06:02:25.258Z] 90803da7825b: Preparing [2024-10-16T06:02:25.258Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:25.258Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:25.258Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:25.258Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:25.258Z] 92025d204b8f: Pushed [2024-10-16T06:02:25.258Z] 90803da7825b: Pushed [2024-10-16T06:02:25.258Z] 5912dae337ce: Pushed [2024-10-16T06:02:25.258Z] d75d60d73482: Pushed [2024-10-16T06:02:25.258Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:25.515Z] 4b1f0c61b248: Pushed [2024-10-16T06:02:28.046Z] 848474ce8165: Pushed [2024-10-16T06:02:28.306Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:28.632Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:28.948Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-16T06:02:28.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-16T06:02:28.948Z] 5912dae337ce: Preparing [2024-10-16T06:02:28.948Z] 848474ce8165: Preparing [2024-10-16T06:02:28.948Z] d75d60d73482: Preparing [2024-10-16T06:02:28.948Z] 92025d204b8f: Preparing [2024-10-16T06:02:28.948Z] 90803da7825b: Preparing [2024-10-16T06:02:28.948Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:28.948Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:28.948Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:28.948Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:28.948Z] 5912dae337ce: Layer already exists [2024-10-16T06:02:28.948Z] 90803da7825b: Layer already exists [2024-10-16T06:02:28.948Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:28.948Z] d75d60d73482: Layer already exists [2024-10-16T06:02:28.948Z] 848474ce8165: Layer already exists [2024-10-16T06:02:28.948Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:28.948Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:28.948Z] latest: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:29.275Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:29.594Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.107 [2024-10-16T06:02:29.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-16T06:02:29.594Z] 5912dae337ce: Preparing [2024-10-16T06:02:29.594Z] 848474ce8165: Preparing [2024-10-16T06:02:29.594Z] d75d60d73482: Preparing [2024-10-16T06:02:29.594Z] 92025d204b8f: Preparing [2024-10-16T06:02:29.594Z] 90803da7825b: Preparing [2024-10-16T06:02:29.594Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:29.594Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:29.594Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:29.594Z] 5912dae337ce: Layer already exists [2024-10-16T06:02:29.594Z] d75d60d73482: Layer already exists [2024-10-16T06:02:29.594Z] 90803da7825b: Layer already exists [2024-10-16T06:02:29.594Z] 848474ce8165: Layer already exists [2024-10-16T06:02:29.594Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:29.594Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:29.594Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:29.594Z] 3.2.0-dev.107: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:29.927Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:30.244Z] + docker push nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:30.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-16T06:02:30.244Z] 5912dae337ce: Preparing [2024-10-16T06:02:30.244Z] 848474ce8165: Preparing [2024-10-16T06:02:30.244Z] d75d60d73482: Preparing [2024-10-16T06:02:30.244Z] 92025d204b8f: Preparing [2024-10-16T06:02:30.244Z] 90803da7825b: Preparing [2024-10-16T06:02:30.244Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:30.244Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:30.244Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:30.244Z] 848474ce8165: Layer already exists [2024-10-16T06:02:30.244Z] 5912dae337ce: Layer already exists [2024-10-16T06:02:30.244Z] d75d60d73482: Layer already exists [2024-10-16T06:02:30.244Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:30.244Z] 90803da7825b: Layer already exists [2024-10-16T06:02:30.244Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:30.244Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:30.244Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:30.570Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:30.893Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-10-16T06:02:30.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-16T06:02:30.893Z] 5912dae337ce: Preparing [2024-10-16T06:02:30.893Z] 848474ce8165: Preparing [2024-10-16T06:02:30.893Z] d75d60d73482: Preparing [2024-10-16T06:02:30.893Z] 92025d204b8f: Preparing [2024-10-16T06:02:30.893Z] 90803da7825b: Preparing [2024-10-16T06:02:30.893Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:30.893Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:30.893Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:30.893Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:30.893Z] 90803da7825b: Layer already exists [2024-10-16T06:02:30.893Z] 848474ce8165: Layer already exists [2024-10-16T06:02:30.893Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:30.893Z] d75d60d73482: Layer already exists [2024-10-16T06:02:30.893Z] 5912dae337ce: Layer already exists [2024-10-16T06:02:30.893Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:30.893Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:30.893Z] main: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:02:30.973Z] ===================================================== [Pipeline] echo [2024-10-16T06:02:30.987Z] taggedImages: [2024-10-16T06:02:30.987Z] - nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:30.987Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-16T06:02:30.987Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.107 [2024-10-16T06:02:30.987Z] - nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:30.987Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-10-16T06:02:31.014Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-10-16T06:02:31.014Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:31.014Z] latest [2024-10-16T06:02:31.014Z] 3.2.0-dev.107 [2024-10-16T06:02:31.014Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:31.014Z] main [2024-10-16T06:02:31.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:31.357Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:31.681Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:31.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-16T06:02:31.681Z] 3c66b21fe05e: Preparing [2024-10-16T06:02:31.681Z] 9c412aea7f06: Preparing [2024-10-16T06:02:31.681Z] 245e1f1d8e01: Preparing [2024-10-16T06:02:31.681Z] 61c0ed6d5ce8: Preparing [2024-10-16T06:02:31.681Z] d75d60d73482: Preparing [2024-10-16T06:02:31.681Z] 92025d204b8f: Preparing [2024-10-16T06:02:31.681Z] 90803da7825b: Preparing [2024-10-16T06:02:31.681Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:31.681Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:31.681Z] 90803da7825b: Waiting [2024-10-16T06:02:31.681Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:31.681Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:31.681Z] 92025d204b8f: Waiting [2024-10-16T06:02:31.681Z] d75d60d73482: Layer already exists [2024-10-16T06:02:31.681Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:31.681Z] 90803da7825b: Layer already exists [2024-10-16T06:02:31.681Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:31.681Z] 9c412aea7f06: Pushed [2024-10-16T06:02:31.681Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:31.681Z] 245e1f1d8e01: Pushed [2024-10-16T06:02:31.681Z] 3c66b21fe05e: Pushed [2024-10-16T06:02:33.056Z] 61c0ed6d5ce8: Pushed [2024-10-16T06:02:33.317Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:33.634Z] + 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-16T06:02:33.961Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-16T06:02:33.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-16T06:02:33.962Z] 3c66b21fe05e: Preparing [2024-10-16T06:02:33.962Z] 9c412aea7f06: Preparing [2024-10-16T06:02:33.962Z] 245e1f1d8e01: Preparing [2024-10-16T06:02:33.962Z] 61c0ed6d5ce8: Preparing [2024-10-16T06:02:33.962Z] d75d60d73482: Preparing [2024-10-16T06:02:33.962Z] 92025d204b8f: Preparing [2024-10-16T06:02:33.962Z] 90803da7825b: Preparing [2024-10-16T06:02:33.962Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:33.962Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:33.962Z] 90803da7825b: Waiting [2024-10-16T06:02:33.962Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:33.962Z] 92025d204b8f: Waiting [2024-10-16T06:02:33.962Z] 9c412aea7f06: Layer already exists [2024-10-16T06:02:33.962Z] d75d60d73482: Layer already exists [2024-10-16T06:02:33.962Z] 245e1f1d8e01: Layer already exists [2024-10-16T06:02:33.962Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:02:33.962Z] 61c0ed6d5ce8: Layer already exists [2024-10-16T06:02:33.962Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:33.962Z] 90803da7825b: Layer already exists [2024-10-16T06:02:33.962Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:33.962Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:33.962Z] latest: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:34.289Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:34.610Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.107 [2024-10-16T06:02:34.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-16T06:02:34.610Z] 3c66b21fe05e: Preparing [2024-10-16T06:02:34.610Z] 9c412aea7f06: Preparing [2024-10-16T06:02:34.610Z] 245e1f1d8e01: Preparing [2024-10-16T06:02:34.610Z] 61c0ed6d5ce8: Preparing [2024-10-16T06:02:34.610Z] d75d60d73482: Preparing [2024-10-16T06:02:34.610Z] 92025d204b8f: Preparing [2024-10-16T06:02:34.610Z] 90803da7825b: Preparing [2024-10-16T06:02:34.610Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:34.610Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:34.610Z] 92025d204b8f: Waiting [2024-10-16T06:02:34.610Z] 90803da7825b: Waiting [2024-10-16T06:02:34.610Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:34.610Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:34.610Z] 61c0ed6d5ce8: Layer already exists [2024-10-16T06:02:34.610Z] 9c412aea7f06: Layer already exists [2024-10-16T06:02:34.610Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:02:34.610Z] d75d60d73482: Layer already exists [2024-10-16T06:02:34.610Z] 245e1f1d8e01: Layer already exists [2024-10-16T06:02:34.610Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:34.610Z] 90803da7825b: Layer already exists [2024-10-16T06:02:34.610Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:34.610Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:34.610Z] 3.2.0-dev.107: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:34.933Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:35.260Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:35.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-16T06:02:35.260Z] 3c66b21fe05e: Preparing [2024-10-16T06:02:35.260Z] 9c412aea7f06: Preparing [2024-10-16T06:02:35.260Z] 245e1f1d8e01: Preparing [2024-10-16T06:02:35.260Z] 61c0ed6d5ce8: Preparing [2024-10-16T06:02:35.260Z] d75d60d73482: Preparing [2024-10-16T06:02:35.260Z] 92025d204b8f: Preparing [2024-10-16T06:02:35.260Z] 90803da7825b: Preparing [2024-10-16T06:02:35.260Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:35.260Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:35.260Z] 90803da7825b: Waiting [2024-10-16T06:02:35.260Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:35.260Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:35.260Z] 92025d204b8f: Waiting [2024-10-16T06:02:35.260Z] 9c412aea7f06: Layer already exists [2024-10-16T06:02:35.260Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:02:35.260Z] 61c0ed6d5ce8: Layer already exists [2024-10-16T06:02:35.260Z] d75d60d73482: Layer already exists [2024-10-16T06:02:35.260Z] 245e1f1d8e01: Layer already exists [2024-10-16T06:02:35.260Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:35.260Z] 90803da7825b: Layer already exists [2024-10-16T06:02:35.260Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:35.260Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:35.260Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:35.581Z] + 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-16T06:02:35.901Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-10-16T06:02:35.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-16T06:02:35.902Z] 3c66b21fe05e: Preparing [2024-10-16T06:02:35.902Z] 9c412aea7f06: Preparing [2024-10-16T06:02:35.902Z] 245e1f1d8e01: Preparing [2024-10-16T06:02:35.902Z] 61c0ed6d5ce8: Preparing [2024-10-16T06:02:35.902Z] d75d60d73482: Preparing [2024-10-16T06:02:35.902Z] 92025d204b8f: Preparing [2024-10-16T06:02:35.902Z] 90803da7825b: Preparing [2024-10-16T06:02:35.902Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:35.902Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:35.902Z] 90803da7825b: Waiting [2024-10-16T06:02:35.902Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:35.902Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:35.902Z] 9c412aea7f06: Layer already exists [2024-10-16T06:02:35.902Z] 61c0ed6d5ce8: Layer already exists [2024-10-16T06:02:35.902Z] 245e1f1d8e01: Layer already exists [2024-10-16T06:02:35.902Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:02:35.902Z] d75d60d73482: Layer already exists [2024-10-16T06:02:35.902Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:35.902Z] 90803da7825b: Layer already exists [2024-10-16T06:02:35.902Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:35.902Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:35.902Z] main: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:02:35.958Z] ===================================================== [Pipeline] echo [2024-10-16T06:02:35.968Z] taggedImages: [2024-10-16T06:02:35.968Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:35.968Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-16T06:02:35.968Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.107 [2024-10-16T06:02:35.968Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:35.968Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-10-16T06:02:35.989Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-10-16T06:02:35.989Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:35.989Z] latest [2024-10-16T06:02:35.989Z] 3.2.0-dev.107 [2024-10-16T06:02:35.989Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:35.989Z] main [2024-10-16T06:02:35.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:36.326Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:36.645Z] + docker push nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:36.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-16T06:02:36.645Z] cdaf8fa2b5f3: Preparing [2024-10-16T06:02:36.645Z] 74453d3b9f8c: Preparing [2024-10-16T06:02:36.645Z] bb4910e6bdf2: Preparing [2024-10-16T06:02:36.645Z] d75d60d73482: Preparing [2024-10-16T06:02:36.645Z] 92025d204b8f: Preparing [2024-10-16T06:02:36.645Z] bac3cdf84928: Preparing [2024-10-16T06:02:36.645Z] e0e008781adb: Preparing [2024-10-16T06:02:36.645Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:36.645Z] e0e008781adb: Waiting [2024-10-16T06:02:36.645Z] bac3cdf84928: Waiting [2024-10-16T06:02:36.645Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:36.645Z] d75d60d73482: Layer already exists [2024-10-16T06:02:36.645Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:36.645Z] cdaf8fa2b5f3: Pushed [2024-10-16T06:02:36.645Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:36.645Z] 74453d3b9f8c: Pushed [2024-10-16T06:02:36.645Z] bac3cdf84928: Pushed [2024-10-16T06:02:36.645Z] e0e008781adb: Pushed [2024-10-16T06:02:39.927Z] bb4910e6bdf2: Pushed [2024-10-16T06:02:39.927Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:40.259Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:40.576Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-16T06:02:40.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-16T06:02:40.577Z] cdaf8fa2b5f3: Preparing [2024-10-16T06:02:40.577Z] 74453d3b9f8c: Preparing [2024-10-16T06:02:40.577Z] bb4910e6bdf2: Preparing [2024-10-16T06:02:40.577Z] d75d60d73482: Preparing [2024-10-16T06:02:40.577Z] 92025d204b8f: Preparing [2024-10-16T06:02:40.577Z] bac3cdf84928: Preparing [2024-10-16T06:02:40.577Z] e0e008781adb: Preparing [2024-10-16T06:02:40.577Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:40.577Z] bac3cdf84928: Waiting [2024-10-16T06:02:40.577Z] e0e008781adb: Waiting [2024-10-16T06:02:40.577Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:40.577Z] 74453d3b9f8c: Layer already exists [2024-10-16T06:02:40.577Z] bb4910e6bdf2: Layer already exists [2024-10-16T06:02:40.577Z] cdaf8fa2b5f3: Layer already exists [2024-10-16T06:02:40.577Z] d75d60d73482: Layer already exists [2024-10-16T06:02:40.577Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:40.577Z] e0e008781adb: Layer already exists [2024-10-16T06:02:40.577Z] bac3cdf84928: Layer already exists [2024-10-16T06:02:40.577Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:40.577Z] latest: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:40.910Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:41.235Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.107 [2024-10-16T06:02:41.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-16T06:02:41.235Z] cdaf8fa2b5f3: Preparing [2024-10-16T06:02:41.235Z] 74453d3b9f8c: Preparing [2024-10-16T06:02:41.235Z] bb4910e6bdf2: Preparing [2024-10-16T06:02:41.235Z] d75d60d73482: Preparing [2024-10-16T06:02:41.235Z] 92025d204b8f: Preparing [2024-10-16T06:02:41.235Z] bac3cdf84928: Preparing [2024-10-16T06:02:41.235Z] e0e008781adb: Preparing [2024-10-16T06:02:41.235Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:41.235Z] e0e008781adb: Waiting [2024-10-16T06:02:41.235Z] bac3cdf84928: Waiting [2024-10-16T06:02:41.235Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:41.235Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:41.235Z] d75d60d73482: Layer already exists [2024-10-16T06:02:41.235Z] cdaf8fa2b5f3: Layer already exists [2024-10-16T06:02:41.235Z] bb4910e6bdf2: Layer already exists [2024-10-16T06:02:41.235Z] 74453d3b9f8c: Layer already exists [2024-10-16T06:02:41.235Z] e0e008781adb: Layer already exists [2024-10-16T06:02:41.235Z] bac3cdf84928: Layer already exists [2024-10-16T06:02:41.235Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:41.235Z] 3.2.0-dev.107: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:41.562Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:41.884Z] + docker push nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:41.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-16T06:02:41.884Z] cdaf8fa2b5f3: Preparing [2024-10-16T06:02:41.884Z] 74453d3b9f8c: Preparing [2024-10-16T06:02:41.884Z] bb4910e6bdf2: Preparing [2024-10-16T06:02:41.884Z] d75d60d73482: Preparing [2024-10-16T06:02:41.884Z] 92025d204b8f: Preparing [2024-10-16T06:02:41.884Z] bac3cdf84928: Preparing [2024-10-16T06:02:41.884Z] e0e008781adb: Preparing [2024-10-16T06:02:41.884Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:41.884Z] bac3cdf84928: Waiting [2024-10-16T06:02:41.884Z] e0e008781adb: Waiting [2024-10-16T06:02:41.884Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:41.884Z] d75d60d73482: Layer already exists [2024-10-16T06:02:41.884Z] 74453d3b9f8c: Layer already exists [2024-10-16T06:02:41.884Z] cdaf8fa2b5f3: Layer already exists [2024-10-16T06:02:41.884Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:41.884Z] bb4910e6bdf2: Layer already exists [2024-10-16T06:02:41.884Z] bac3cdf84928: Layer already exists [2024-10-16T06:02:41.884Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:41.884Z] e0e008781adb: Layer already exists [2024-10-16T06:02:41.884Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:42.212Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:42.525Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-10-16T06:02:42.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-16T06:02:42.525Z] cdaf8fa2b5f3: Preparing [2024-10-16T06:02:42.525Z] 74453d3b9f8c: Preparing [2024-10-16T06:02:42.525Z] bb4910e6bdf2: Preparing [2024-10-16T06:02:42.525Z] d75d60d73482: Preparing [2024-10-16T06:02:42.525Z] 92025d204b8f: Preparing [2024-10-16T06:02:42.525Z] bac3cdf84928: Preparing [2024-10-16T06:02:42.525Z] e0e008781adb: Preparing [2024-10-16T06:02:42.525Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:42.525Z] bac3cdf84928: Waiting [2024-10-16T06:02:42.525Z] e0e008781adb: Waiting [2024-10-16T06:02:42.525Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:42.525Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:42.525Z] bb4910e6bdf2: Layer already exists [2024-10-16T06:02:42.525Z] cdaf8fa2b5f3: Layer already exists [2024-10-16T06:02:42.525Z] 74453d3b9f8c: Layer already exists [2024-10-16T06:02:42.525Z] d75d60d73482: Layer already exists [2024-10-16T06:02:42.525Z] e0e008781adb: Layer already exists [2024-10-16T06:02:42.525Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:42.525Z] bac3cdf84928: Layer already exists [2024-10-16T06:02:42.525Z] main: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:02:42.590Z] ===================================================== [Pipeline] echo [2024-10-16T06:02:42.602Z] taggedImages: [2024-10-16T06:02:42.602Z] - nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:42.602Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-16T06:02:42.602Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.107 [2024-10-16T06:02:42.602Z] - nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:42.602Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-10-16T06:02:42.624Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-10-16T06:02:42.624Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:42.624Z] latest [2024-10-16T06:02:42.624Z] 3.2.0-dev.107 [2024-10-16T06:02:42.624Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:42.624Z] main [2024-10-16T06:02:42.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:42.969Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:43.300Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:43.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-16T06:02:43.300Z] fb41a4e2be27: Preparing [2024-10-16T06:02:43.300Z] 4c5eab77763c: Preparing [2024-10-16T06:02:43.300Z] ae8638149145: Preparing [2024-10-16T06:02:43.300Z] 92025d204b8f: Preparing [2024-10-16T06:02:43.300Z] b88ef3246de8: Preparing [2024-10-16T06:02:43.300Z] e924818405b9: Preparing [2024-10-16T06:02:43.300Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:43.300Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:43.300Z] e924818405b9: Waiting [2024-10-16T06:02:43.300Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:43.300Z] e924818405b9: Pushed [2024-10-16T06:02:43.300Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:43.300Z] b88ef3246de8: Pushed [2024-10-16T06:02:43.300Z] 4c5eab77763c: Pushed [2024-10-16T06:02:43.300Z] fb41a4e2be27: Pushed [2024-10-16T06:02:46.586Z] ae8638149145: Pushed [2024-10-16T06:02:46.845Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:47.171Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:47.491Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-16T06:02:47.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-16T06:02:47.491Z] fb41a4e2be27: Preparing [2024-10-16T06:02:47.491Z] 4c5eab77763c: Preparing [2024-10-16T06:02:47.491Z] ae8638149145: Preparing [2024-10-16T06:02:47.491Z] 92025d204b8f: Preparing [2024-10-16T06:02:47.491Z] b88ef3246de8: Preparing [2024-10-16T06:02:47.491Z] e924818405b9: Preparing [2024-10-16T06:02:47.491Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:47.491Z] e924818405b9: Waiting [2024-10-16T06:02:47.491Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:47.491Z] 4c5eab77763c: Layer already exists [2024-10-16T06:02:47.491Z] ae8638149145: Layer already exists [2024-10-16T06:02:47.491Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:47.491Z] fb41a4e2be27: Layer already exists [2024-10-16T06:02:47.491Z] b88ef3246de8: Layer already exists [2024-10-16T06:02:47.491Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:47.491Z] e924818405b9: Layer already exists [2024-10-16T06:02:47.491Z] latest: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:47.817Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:48.138Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.107 [2024-10-16T06:02:48.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-16T06:02:48.138Z] fb41a4e2be27: Preparing [2024-10-16T06:02:48.138Z] 4c5eab77763c: Preparing [2024-10-16T06:02:48.138Z] ae8638149145: Preparing [2024-10-16T06:02:48.138Z] 92025d204b8f: Preparing [2024-10-16T06:02:48.138Z] b88ef3246de8: Preparing [2024-10-16T06:02:48.138Z] e924818405b9: Preparing [2024-10-16T06:02:48.138Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:48.138Z] e924818405b9: Waiting [2024-10-16T06:02:48.138Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:48.138Z] ae8638149145: Layer already exists [2024-10-16T06:02:48.138Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:48.138Z] b88ef3246de8: Layer already exists [2024-10-16T06:02:48.138Z] fb41a4e2be27: Layer already exists [2024-10-16T06:02:48.138Z] 4c5eab77763c: Layer already exists [2024-10-16T06:02:48.138Z] e924818405b9: Layer already exists [2024-10-16T06:02:48.138Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:48.138Z] 3.2.0-dev.107: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:48.468Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:48.799Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:48.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-16T06:02:48.799Z] fb41a4e2be27: Preparing [2024-10-16T06:02:48.799Z] 4c5eab77763c: Preparing [2024-10-16T06:02:48.799Z] ae8638149145: Preparing [2024-10-16T06:02:48.799Z] 92025d204b8f: Preparing [2024-10-16T06:02:48.799Z] b88ef3246de8: Preparing [2024-10-16T06:02:48.799Z] e924818405b9: Preparing [2024-10-16T06:02:48.799Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:48.799Z] e924818405b9: Waiting [2024-10-16T06:02:48.799Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:48.799Z] b88ef3246de8: Layer already exists [2024-10-16T06:02:48.799Z] fb41a4e2be27: Layer already exists [2024-10-16T06:02:48.799Z] 4c5eab77763c: Layer already exists [2024-10-16T06:02:48.799Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:48.799Z] ae8638149145: Layer already exists [2024-10-16T06:02:48.799Z] e924818405b9: Layer already exists [2024-10-16T06:02:48.799Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:48.799Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:49.121Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:49.465Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-10-16T06:02:49.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-16T06:02:49.465Z] fb41a4e2be27: Preparing [2024-10-16T06:02:49.465Z] 4c5eab77763c: Preparing [2024-10-16T06:02:49.465Z] ae8638149145: Preparing [2024-10-16T06:02:49.465Z] 92025d204b8f: Preparing [2024-10-16T06:02:49.465Z] b88ef3246de8: Preparing [2024-10-16T06:02:49.465Z] e924818405b9: Preparing [2024-10-16T06:02:49.465Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:49.465Z] e924818405b9: Waiting [2024-10-16T06:02:49.465Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:49.465Z] fb41a4e2be27: Layer already exists [2024-10-16T06:02:49.465Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:49.465Z] ae8638149145: Layer already exists [2024-10-16T06:02:49.465Z] 4c5eab77763c: Layer already exists [2024-10-16T06:02:49.465Z] b88ef3246de8: Layer already exists [2024-10-16T06:02:49.465Z] e924818405b9: Layer already exists [2024-10-16T06:02:49.465Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:49.465Z] main: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:02:49.541Z] ===================================================== [Pipeline] echo [2024-10-16T06:02:49.553Z] taggedImages: [2024-10-16T06:02:49.553Z] - nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:49.553Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-16T06:02:49.553Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.107 [2024-10-16T06:02:49.553Z] - nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:49.553Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-10-16T06:02:49.572Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-10-16T06:02:49.572Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:49.572Z] latest [2024-10-16T06:02:49.572Z] 3.2.0-dev.107 [2024-10-16T06:02:49.572Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:49.572Z] main [2024-10-16T06:02:49.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:49.904Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:50.229Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:50.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-16T06:02:50.229Z] 0c7fdb9281dc: Preparing [2024-10-16T06:02:50.229Z] 77507025c75d: Preparing [2024-10-16T06:02:50.229Z] 26cc6155308f: Preparing [2024-10-16T06:02:50.229Z] fe4ff308175d: Preparing [2024-10-16T06:02:50.229Z] d75d60d73482: Preparing [2024-10-16T06:02:50.229Z] 92025d204b8f: Preparing [2024-10-16T06:02:50.229Z] 90803da7825b: Preparing [2024-10-16T06:02:50.229Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:50.229Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:50.229Z] 92025d204b8f: Waiting [2024-10-16T06:02:50.229Z] 90803da7825b: Waiting [2024-10-16T06:02:50.229Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:50.229Z] d75d60d73482: Layer already exists [2024-10-16T06:02:50.229Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:50.229Z] 90803da7825b: Layer already exists [2024-10-16T06:02:50.229Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:50.229Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:50.229Z] 0c7fdb9281dc: Pushed [2024-10-16T06:02:50.229Z] 26cc6155308f: Pushed [2024-10-16T06:02:50.229Z] 77507025c75d: Pushed [2024-10-16T06:02:53.520Z] fe4ff308175d: Pushed [2024-10-16T06:02:53.780Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:54.106Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:54.429Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-16T06:02:54.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-16T06:02:54.430Z] 0c7fdb9281dc: Preparing [2024-10-16T06:02:54.430Z] 77507025c75d: Preparing [2024-10-16T06:02:54.430Z] 26cc6155308f: Preparing [2024-10-16T06:02:54.430Z] fe4ff308175d: Preparing [2024-10-16T06:02:54.430Z] d75d60d73482: Preparing [2024-10-16T06:02:54.430Z] 92025d204b8f: Preparing [2024-10-16T06:02:54.430Z] 90803da7825b: Preparing [2024-10-16T06:02:54.430Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:54.430Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:54.430Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:54.430Z] 92025d204b8f: Waiting [2024-10-16T06:02:54.430Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:54.430Z] 90803da7825b: Waiting [2024-10-16T06:02:54.430Z] 77507025c75d: Layer already exists [2024-10-16T06:02:54.430Z] d75d60d73482: Layer already exists [2024-10-16T06:02:54.430Z] 26cc6155308f: Layer already exists [2024-10-16T06:02:54.430Z] fe4ff308175d: Layer already exists [2024-10-16T06:02:54.430Z] 0c7fdb9281dc: Layer already exists [2024-10-16T06:02:54.430Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:54.430Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:54.430Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:54.430Z] 90803da7825b: Layer already exists [2024-10-16T06:02:54.430Z] latest: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:54.753Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:55.075Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.107 [2024-10-16T06:02:55.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-16T06:02:55.075Z] 0c7fdb9281dc: Preparing [2024-10-16T06:02:55.075Z] 77507025c75d: Preparing [2024-10-16T06:02:55.075Z] 26cc6155308f: Preparing [2024-10-16T06:02:55.075Z] fe4ff308175d: Preparing [2024-10-16T06:02:55.075Z] d75d60d73482: Preparing [2024-10-16T06:02:55.075Z] 92025d204b8f: Preparing [2024-10-16T06:02:55.075Z] 90803da7825b: Preparing [2024-10-16T06:02:55.075Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:55.075Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:55.075Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:55.075Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:55.075Z] 90803da7825b: Waiting [2024-10-16T06:02:55.075Z] 92025d204b8f: Waiting [2024-10-16T06:02:55.075Z] d75d60d73482: Layer already exists [2024-10-16T06:02:55.075Z] 0c7fdb9281dc: Layer already exists [2024-10-16T06:02:55.075Z] 26cc6155308f: Layer already exists [2024-10-16T06:02:55.075Z] 77507025c75d: Layer already exists [2024-10-16T06:02:55.075Z] fe4ff308175d: Layer already exists [2024-10-16T06:02:55.075Z] 90803da7825b: Layer already exists [2024-10-16T06:02:55.075Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:55.075Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:55.075Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:55.075Z] 3.2.0-dev.107: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:55.397Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:55.719Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:55.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-16T06:02:55.719Z] 0c7fdb9281dc: Preparing [2024-10-16T06:02:55.719Z] 77507025c75d: Preparing [2024-10-16T06:02:55.719Z] 26cc6155308f: Preparing [2024-10-16T06:02:55.719Z] fe4ff308175d: Preparing [2024-10-16T06:02:55.719Z] d75d60d73482: Preparing [2024-10-16T06:02:55.719Z] 92025d204b8f: Preparing [2024-10-16T06:02:55.719Z] 90803da7825b: Preparing [2024-10-16T06:02:55.719Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:55.719Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:55.719Z] 92025d204b8f: Waiting [2024-10-16T06:02:55.719Z] 90803da7825b: Waiting [2024-10-16T06:02:55.719Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:55.719Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:55.719Z] d75d60d73482: Layer already exists [2024-10-16T06:02:55.719Z] 26cc6155308f: Layer already exists [2024-10-16T06:02:55.719Z] 77507025c75d: Layer already exists [2024-10-16T06:02:55.719Z] fe4ff308175d: Layer already exists [2024-10-16T06:02:55.719Z] 0c7fdb9281dc: Layer already exists [2024-10-16T06:02:55.719Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:55.719Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:55.719Z] 90803da7825b: Layer already exists [2024-10-16T06:02:55.719Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:55.719Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:56.042Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:56.367Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-10-16T06:02:56.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-16T06:02:56.367Z] 0c7fdb9281dc: Preparing [2024-10-16T06:02:56.367Z] 77507025c75d: Preparing [2024-10-16T06:02:56.367Z] 26cc6155308f: Preparing [2024-10-16T06:02:56.367Z] fe4ff308175d: Preparing [2024-10-16T06:02:56.367Z] d75d60d73482: Preparing [2024-10-16T06:02:56.367Z] 92025d204b8f: Preparing [2024-10-16T06:02:56.367Z] 90803da7825b: Preparing [2024-10-16T06:02:56.367Z] 4b1f0c61b248: Preparing [2024-10-16T06:02:56.367Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:56.367Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:56.367Z] 92025d204b8f: Waiting [2024-10-16T06:02:56.367Z] 90803da7825b: Waiting [2024-10-16T06:02:56.367Z] 4b1f0c61b248: Waiting [2024-10-16T06:02:56.367Z] fe4ff308175d: Layer already exists [2024-10-16T06:02:56.367Z] 0c7fdb9281dc: Layer already exists [2024-10-16T06:02:56.367Z] 26cc6155308f: Layer already exists [2024-10-16T06:02:56.367Z] d75d60d73482: Layer already exists [2024-10-16T06:02:56.367Z] 77507025c75d: Layer already exists [2024-10-16T06:02:56.367Z] 90803da7825b: Layer already exists [2024-10-16T06:02:56.367Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:56.367Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:02:56.367Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:56.367Z] main: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:02:56.431Z] ===================================================== [Pipeline] echo [2024-10-16T06:02:56.442Z] taggedImages: [2024-10-16T06:02:56.442Z] - nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:56.442Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-16T06:02:56.442Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.107 [2024-10-16T06:02:56.442Z] - nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:56.442Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-10-16T06:02:56.465Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-10-16T06:02:56.465Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:56.465Z] latest [2024-10-16T06:02:56.465Z] 3.2.0-dev.107 [2024-10-16T06:02:56.465Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:02:56.465Z] main [2024-10-16T06:02:56.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:56.815Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:57.134Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:02:57.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-16T06:02:57.135Z] 8c8f3a975bf0: Preparing [2024-10-16T06:02:57.135Z] 318e8fc37359: Preparing [2024-10-16T06:02:57.135Z] a246394cf0c6: Preparing [2024-10-16T06:02:57.135Z] 3ca00d96f4a9: Preparing [2024-10-16T06:02:57.135Z] c796085bc59f: Preparing [2024-10-16T06:02:57.135Z] 0f56b0ec2ad1: Preparing [2024-10-16T06:02:57.135Z] de86aa2d1e46: Preparing [2024-10-16T06:02:57.135Z] d6675b4e05f8: Preparing [2024-10-16T06:02:57.135Z] d75d60d73482: Preparing [2024-10-16T06:02:57.135Z] 92025d204b8f: Preparing [2024-10-16T06:02:57.135Z] 35aca853abbb: Preparing [2024-10-16T06:02:57.135Z] b0e31145fd66: Preparing [2024-10-16T06:02:57.135Z] 5f70bf18a086: Preparing [2024-10-16T06:02:57.135Z] a01ba3ef268a: Preparing [2024-10-16T06:02:57.135Z] f8b8bf6427d2: Preparing [2024-10-16T06:02:57.135Z] 47d89a0a83a1: Preparing [2024-10-16T06:02:57.135Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:57.135Z] 5f70bf18a086: Waiting [2024-10-16T06:02:57.135Z] de86aa2d1e46: Waiting [2024-10-16T06:02:57.135Z] a01ba3ef268a: Waiting [2024-10-16T06:02:57.135Z] f8b8bf6427d2: Waiting [2024-10-16T06:02:57.135Z] 92025d204b8f: Waiting [2024-10-16T06:02:57.135Z] 47d89a0a83a1: Waiting [2024-10-16T06:02:57.135Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:57.135Z] d6675b4e05f8: Waiting [2024-10-16T06:02:57.135Z] 35aca853abbb: Waiting [2024-10-16T06:02:57.135Z] d75d60d73482: Waiting [2024-10-16T06:02:57.135Z] b0e31145fd66: Waiting [2024-10-16T06:02:57.135Z] 0f56b0ec2ad1: Waiting [2024-10-16T06:02:57.135Z] a246394cf0c6: Pushed [2024-10-16T06:02:57.135Z] c796085bc59f: Pushed [2024-10-16T06:02:57.135Z] 3ca00d96f4a9: Pushed [2024-10-16T06:02:57.135Z] 318e8fc37359: Pushed [2024-10-16T06:02:57.135Z] 8c8f3a975bf0: Pushed [2024-10-16T06:02:57.135Z] d75d60d73482: Layer already exists [2024-10-16T06:02:57.135Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:57.135Z] 0f56b0ec2ad1: Pushed [2024-10-16T06:02:57.135Z] 5f70bf18a086: Layer already exists [2024-10-16T06:02:57.393Z] de86aa2d1e46: Pushed [2024-10-16T06:02:57.393Z] 35aca853abbb: Pushed [2024-10-16T06:02:57.393Z] b0e31145fd66: Pushed [2024-10-16T06:02:57.393Z] a01ba3ef268a: Pushed [2024-10-16T06:02:57.393Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:57.393Z] f8b8bf6427d2: Pushed [2024-10-16T06:02:57.393Z] 47d89a0a83a1: Pushed [2024-10-16T06:02:59.300Z] d6675b4e05f8: Pushed [2024-10-16T06:02:59.300Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:59.630Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:02:59.958Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-16T06:02:59.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-16T06:02:59.959Z] 8c8f3a975bf0: Preparing [2024-10-16T06:02:59.959Z] 318e8fc37359: Preparing [2024-10-16T06:02:59.959Z] a246394cf0c6: Preparing [2024-10-16T06:02:59.959Z] 3ca00d96f4a9: Preparing [2024-10-16T06:02:59.959Z] c796085bc59f: Preparing [2024-10-16T06:02:59.959Z] 0f56b0ec2ad1: Preparing [2024-10-16T06:02:59.959Z] de86aa2d1e46: Preparing [2024-10-16T06:02:59.959Z] d6675b4e05f8: Preparing [2024-10-16T06:02:59.959Z] d75d60d73482: Preparing [2024-10-16T06:02:59.959Z] 92025d204b8f: Preparing [2024-10-16T06:02:59.959Z] 35aca853abbb: Preparing [2024-10-16T06:02:59.959Z] b0e31145fd66: Preparing [2024-10-16T06:02:59.959Z] 5f70bf18a086: Preparing [2024-10-16T06:02:59.959Z] a01ba3ef268a: Preparing [2024-10-16T06:02:59.959Z] f8b8bf6427d2: Preparing [2024-10-16T06:02:59.959Z] 47d89a0a83a1: Preparing [2024-10-16T06:02:59.959Z] 63ca1fbb43ae: Preparing [2024-10-16T06:02:59.959Z] 0f56b0ec2ad1: Waiting [2024-10-16T06:02:59.959Z] b0e31145fd66: Waiting [2024-10-16T06:02:59.959Z] 5f70bf18a086: Waiting [2024-10-16T06:02:59.959Z] a01ba3ef268a: Waiting [2024-10-16T06:02:59.959Z] f8b8bf6427d2: Waiting [2024-10-16T06:02:59.959Z] 47d89a0a83a1: Waiting [2024-10-16T06:02:59.959Z] de86aa2d1e46: Waiting [2024-10-16T06:02:59.959Z] d6675b4e05f8: Waiting [2024-10-16T06:02:59.959Z] d75d60d73482: Waiting [2024-10-16T06:02:59.959Z] 92025d204b8f: Waiting [2024-10-16T06:02:59.959Z] 35aca853abbb: Waiting [2024-10-16T06:02:59.959Z] 63ca1fbb43ae: Waiting [2024-10-16T06:02:59.959Z] 3ca00d96f4a9: Layer already exists [2024-10-16T06:02:59.959Z] 318e8fc37359: Layer already exists [2024-10-16T06:02:59.959Z] a246394cf0c6: Layer already exists [2024-10-16T06:02:59.959Z] 8c8f3a975bf0: Layer already exists [2024-10-16T06:02:59.959Z] c796085bc59f: Layer already exists [2024-10-16T06:02:59.959Z] 0f56b0ec2ad1: Layer already exists [2024-10-16T06:02:59.959Z] de86aa2d1e46: Layer already exists [2024-10-16T06:02:59.959Z] d75d60d73482: Layer already exists [2024-10-16T06:02:59.959Z] d6675b4e05f8: Layer already exists [2024-10-16T06:02:59.959Z] 92025d204b8f: Layer already exists [2024-10-16T06:02:59.959Z] 35aca853abbb: Layer already exists [2024-10-16T06:02:59.959Z] 5f70bf18a086: Layer already exists [2024-10-16T06:02:59.959Z] f8b8bf6427d2: Layer already exists [2024-10-16T06:02:59.959Z] a01ba3ef268a: Layer already exists [2024-10-16T06:02:59.959Z] b0e31145fd66: Layer already exists [2024-10-16T06:02:59.959Z] 47d89a0a83a1: Layer already exists [2024-10-16T06:02:59.959Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:02:59.959Z] latest: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:00.279Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:00.599Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.107 [2024-10-16T06:03:00.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-16T06:03:00.599Z] 8c8f3a975bf0: Preparing [2024-10-16T06:03:00.599Z] 318e8fc37359: Preparing [2024-10-16T06:03:00.599Z] a246394cf0c6: Preparing [2024-10-16T06:03:00.599Z] 3ca00d96f4a9: Preparing [2024-10-16T06:03:00.599Z] c796085bc59f: Preparing [2024-10-16T06:03:00.599Z] 0f56b0ec2ad1: Preparing [2024-10-16T06:03:00.599Z] de86aa2d1e46: Preparing [2024-10-16T06:03:00.599Z] d6675b4e05f8: Preparing [2024-10-16T06:03:00.599Z] d75d60d73482: Preparing [2024-10-16T06:03:00.599Z] 92025d204b8f: Preparing [2024-10-16T06:03:00.599Z] 35aca853abbb: Preparing [2024-10-16T06:03:00.599Z] b0e31145fd66: Preparing [2024-10-16T06:03:00.599Z] 5f70bf18a086: Preparing [2024-10-16T06:03:00.599Z] a01ba3ef268a: Preparing [2024-10-16T06:03:00.599Z] f8b8bf6427d2: Preparing [2024-10-16T06:03:00.599Z] 47d89a0a83a1: Preparing [2024-10-16T06:03:00.599Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:00.599Z] 0f56b0ec2ad1: Waiting [2024-10-16T06:03:00.599Z] 92025d204b8f: Waiting [2024-10-16T06:03:00.599Z] 35aca853abbb: Waiting [2024-10-16T06:03:00.599Z] b0e31145fd66: Waiting [2024-10-16T06:03:00.599Z] 5f70bf18a086: Waiting [2024-10-16T06:03:00.599Z] a01ba3ef268a: Waiting [2024-10-16T06:03:00.599Z] f8b8bf6427d2: Waiting [2024-10-16T06:03:00.599Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:00.599Z] de86aa2d1e46: Waiting [2024-10-16T06:03:00.599Z] d75d60d73482: Waiting [2024-10-16T06:03:00.599Z] d6675b4e05f8: Waiting [2024-10-16T06:03:00.599Z] 8c8f3a975bf0: Layer already exists [2024-10-16T06:03:00.599Z] c796085bc59f: Layer already exists [2024-10-16T06:03:00.599Z] a246394cf0c6: Layer already exists [2024-10-16T06:03:00.599Z] 318e8fc37359: Layer already exists [2024-10-16T06:03:00.599Z] 3ca00d96f4a9: Layer already exists [2024-10-16T06:03:00.599Z] 0f56b0ec2ad1: Layer already exists [2024-10-16T06:03:00.599Z] de86aa2d1e46: Layer already exists [2024-10-16T06:03:00.599Z] d6675b4e05f8: Layer already exists [2024-10-16T06:03:00.599Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:00.599Z] d75d60d73482: Layer already exists [2024-10-16T06:03:00.599Z] 35aca853abbb: Layer already exists [2024-10-16T06:03:00.599Z] b0e31145fd66: Layer already exists [2024-10-16T06:03:00.599Z] a01ba3ef268a: Layer already exists [2024-10-16T06:03:00.599Z] 5f70bf18a086: Layer already exists [2024-10-16T06:03:00.599Z] f8b8bf6427d2: Layer already exists [2024-10-16T06:03:00.599Z] 47d89a0a83a1: Layer already exists [2024-10-16T06:03:00.599Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:00.599Z] 3.2.0-dev.107: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:00.929Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:01.254Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:01.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-16T06:03:01.254Z] 8c8f3a975bf0: Preparing [2024-10-16T06:03:01.254Z] 318e8fc37359: Preparing [2024-10-16T06:03:01.254Z] a246394cf0c6: Preparing [2024-10-16T06:03:01.254Z] 3ca00d96f4a9: Preparing [2024-10-16T06:03:01.254Z] c796085bc59f: Preparing [2024-10-16T06:03:01.254Z] 0f56b0ec2ad1: Preparing [2024-10-16T06:03:01.254Z] de86aa2d1e46: Preparing [2024-10-16T06:03:01.254Z] d6675b4e05f8: Preparing [2024-10-16T06:03:01.254Z] d75d60d73482: Preparing [2024-10-16T06:03:01.254Z] 92025d204b8f: Preparing [2024-10-16T06:03:01.254Z] 35aca853abbb: Preparing [2024-10-16T06:03:01.254Z] b0e31145fd66: Preparing [2024-10-16T06:03:01.254Z] 5f70bf18a086: Preparing [2024-10-16T06:03:01.254Z] a01ba3ef268a: Preparing [2024-10-16T06:03:01.254Z] f8b8bf6427d2: Preparing [2024-10-16T06:03:01.254Z] 47d89a0a83a1: Preparing [2024-10-16T06:03:01.254Z] de86aa2d1e46: Waiting [2024-10-16T06:03:01.254Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:01.254Z] b0e31145fd66: Waiting [2024-10-16T06:03:01.254Z] d75d60d73482: Waiting [2024-10-16T06:03:01.254Z] 5f70bf18a086: Waiting [2024-10-16T06:03:01.254Z] a01ba3ef268a: Waiting [2024-10-16T06:03:01.254Z] 47d89a0a83a1: Waiting [2024-10-16T06:03:01.254Z] f8b8bf6427d2: Waiting [2024-10-16T06:03:01.254Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:01.254Z] 92025d204b8f: Waiting [2024-10-16T06:03:01.254Z] 0f56b0ec2ad1: Waiting [2024-10-16T06:03:01.254Z] 35aca853abbb: Waiting [2024-10-16T06:03:01.254Z] 3ca00d96f4a9: Layer already exists [2024-10-16T06:03:01.254Z] c796085bc59f: Layer already exists [2024-10-16T06:03:01.254Z] 318e8fc37359: Layer already exists [2024-10-16T06:03:01.254Z] 8c8f3a975bf0: Layer already exists [2024-10-16T06:03:01.254Z] a246394cf0c6: Layer already exists [2024-10-16T06:03:01.254Z] 0f56b0ec2ad1: Layer already exists [2024-10-16T06:03:01.254Z] d6675b4e05f8: Layer already exists [2024-10-16T06:03:01.254Z] de86aa2d1e46: Layer already exists [2024-10-16T06:03:01.254Z] d75d60d73482: Layer already exists [2024-10-16T06:03:01.254Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:01.254Z] b0e31145fd66: Layer already exists [2024-10-16T06:03:01.254Z] 35aca853abbb: Layer already exists [2024-10-16T06:03:01.254Z] 5f70bf18a086: Layer already exists [2024-10-16T06:03:01.254Z] a01ba3ef268a: Layer already exists [2024-10-16T06:03:01.254Z] f8b8bf6427d2: Layer already exists [2024-10-16T06:03:01.254Z] 47d89a0a83a1: Layer already exists [2024-10-16T06:03:01.254Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:01.254Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:01.585Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:01.906Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-10-16T06:03:01.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-16T06:03:01.906Z] 8c8f3a975bf0: Preparing [2024-10-16T06:03:01.906Z] 318e8fc37359: Preparing [2024-10-16T06:03:01.906Z] a246394cf0c6: Preparing [2024-10-16T06:03:01.906Z] 3ca00d96f4a9: Preparing [2024-10-16T06:03:01.906Z] c796085bc59f: Preparing [2024-10-16T06:03:01.906Z] 0f56b0ec2ad1: Preparing [2024-10-16T06:03:01.906Z] de86aa2d1e46: Preparing [2024-10-16T06:03:01.906Z] d6675b4e05f8: Preparing [2024-10-16T06:03:01.906Z] d75d60d73482: Preparing [2024-10-16T06:03:01.906Z] 92025d204b8f: Preparing [2024-10-16T06:03:01.906Z] 35aca853abbb: Preparing [2024-10-16T06:03:01.906Z] b0e31145fd66: Preparing [2024-10-16T06:03:01.906Z] 5f70bf18a086: Preparing [2024-10-16T06:03:01.906Z] a01ba3ef268a: Preparing [2024-10-16T06:03:01.906Z] f8b8bf6427d2: Preparing [2024-10-16T06:03:01.906Z] 47d89a0a83a1: Preparing [2024-10-16T06:03:01.906Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:01.906Z] 0f56b0ec2ad1: Waiting [2024-10-16T06:03:01.906Z] de86aa2d1e46: Waiting [2024-10-16T06:03:01.906Z] d6675b4e05f8: Waiting [2024-10-16T06:03:01.906Z] d75d60d73482: Waiting [2024-10-16T06:03:01.906Z] a01ba3ef268a: Waiting [2024-10-16T06:03:01.906Z] f8b8bf6427d2: Waiting [2024-10-16T06:03:01.906Z] 47d89a0a83a1: Waiting [2024-10-16T06:03:01.906Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:01.906Z] 92025d204b8f: Waiting [2024-10-16T06:03:01.906Z] 35aca853abbb: Waiting [2024-10-16T06:03:01.906Z] b0e31145fd66: Waiting [2024-10-16T06:03:01.906Z] 5f70bf18a086: Waiting [2024-10-16T06:03:01.906Z] c796085bc59f: Layer already exists [2024-10-16T06:03:01.906Z] 8c8f3a975bf0: Layer already exists [2024-10-16T06:03:01.906Z] 318e8fc37359: Layer already exists [2024-10-16T06:03:01.906Z] a246394cf0c6: Layer already exists [2024-10-16T06:03:01.906Z] 3ca00d96f4a9: Layer already exists [2024-10-16T06:03:01.906Z] 0f56b0ec2ad1: Layer already exists [2024-10-16T06:03:01.906Z] d6675b4e05f8: Layer already exists [2024-10-16T06:03:01.906Z] d75d60d73482: Layer already exists [2024-10-16T06:03:01.906Z] de86aa2d1e46: Layer already exists [2024-10-16T06:03:01.906Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:01.906Z] b0e31145fd66: Layer already exists [2024-10-16T06:03:01.906Z] 35aca853abbb: Layer already exists [2024-10-16T06:03:01.906Z] 5f70bf18a086: Layer already exists [2024-10-16T06:03:01.906Z] f8b8bf6427d2: Layer already exists [2024-10-16T06:03:01.906Z] a01ba3ef268a: Layer already exists [2024-10-16T06:03:01.906Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:01.906Z] 47d89a0a83a1: Layer already exists [2024-10-16T06:03:01.906Z] main: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:03:01.979Z] ===================================================== [Pipeline] echo [2024-10-16T06:03:01.994Z] taggedImages: [2024-10-16T06:03:01.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:01.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-16T06:03:01.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.107 [2024-10-16T06:03:01.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:01.994Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-10-16T06:03:02.021Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-10-16T06:03:02.021Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:02.021Z] latest [2024-10-16T06:03:02.021Z] 3.2.0-dev.107 [2024-10-16T06:03:02.021Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:02.021Z] main [2024-10-16T06:03:02.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:02.364Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:02.676Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:02.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-16T06:03:02.676Z] 3c66b21fe05e: Preparing [2024-10-16T06:03:02.676Z] 9c412aea7f06: Preparing [2024-10-16T06:03:02.676Z] f804ac322099: Preparing [2024-10-16T06:03:02.676Z] 852d84b13cb0: Preparing [2024-10-16T06:03:02.676Z] d75d60d73482: Preparing [2024-10-16T06:03:02.676Z] 92025d204b8f: Preparing [2024-10-16T06:03:02.676Z] 90803da7825b: Preparing [2024-10-16T06:03:02.676Z] 4b1f0c61b248: Preparing [2024-10-16T06:03:02.676Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:02.676Z] 92025d204b8f: Waiting [2024-10-16T06:03:02.676Z] 90803da7825b: Waiting [2024-10-16T06:03:02.676Z] 4b1f0c61b248: Waiting [2024-10-16T06:03:02.676Z] 9c412aea7f06: Layer already exists [2024-10-16T06:03:02.676Z] d75d60d73482: Layer already exists [2024-10-16T06:03:02.676Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:03:02.676Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:02.676Z] 90803da7825b: Layer already exists [2024-10-16T06:03:02.676Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:03:02.676Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:02.676Z] f804ac322099: Pushed [2024-10-16T06:03:13.022Z] 852d84b13cb0: Pushed [2024-10-16T06:03:13.022Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:13.426Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:13.825Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-16T06:03:13.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-16T06:03:13.825Z] 3c66b21fe05e: Preparing [2024-10-16T06:03:13.825Z] 9c412aea7f06: Preparing [2024-10-16T06:03:13.825Z] f804ac322099: Preparing [2024-10-16T06:03:13.825Z] 852d84b13cb0: Preparing [2024-10-16T06:03:13.825Z] d75d60d73482: Preparing [2024-10-16T06:03:13.825Z] 92025d204b8f: Preparing [2024-10-16T06:03:13.825Z] 90803da7825b: Preparing [2024-10-16T06:03:13.825Z] 4b1f0c61b248: Preparing [2024-10-16T06:03:13.825Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:13.825Z] 90803da7825b: Waiting [2024-10-16T06:03:13.825Z] 4b1f0c61b248: Waiting [2024-10-16T06:03:13.825Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:13.825Z] 92025d204b8f: Waiting [2024-10-16T06:03:13.825Z] 852d84b13cb0: Layer already exists [2024-10-16T06:03:13.825Z] 9c412aea7f06: Layer already exists [2024-10-16T06:03:13.825Z] f804ac322099: Layer already exists [2024-10-16T06:03:13.825Z] d75d60d73482: Layer already exists [2024-10-16T06:03:13.825Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:03:13.825Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:13.825Z] 90803da7825b: Layer already exists [2024-10-16T06:03:13.825Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:03:13.825Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:13.825Z] latest: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:14.202Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:14.560Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.107 [2024-10-16T06:03:14.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-16T06:03:14.560Z] 3c66b21fe05e: Preparing [2024-10-16T06:03:14.560Z] 9c412aea7f06: Preparing [2024-10-16T06:03:14.560Z] f804ac322099: Preparing [2024-10-16T06:03:14.560Z] 852d84b13cb0: Preparing [2024-10-16T06:03:14.560Z] d75d60d73482: Preparing [2024-10-16T06:03:14.560Z] 92025d204b8f: Preparing [2024-10-16T06:03:14.560Z] 90803da7825b: Preparing [2024-10-16T06:03:14.560Z] 4b1f0c61b248: Preparing [2024-10-16T06:03:14.560Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:14.560Z] 90803da7825b: Waiting [2024-10-16T06:03:14.560Z] 92025d204b8f: Waiting [2024-10-16T06:03:14.560Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:14.560Z] 4b1f0c61b248: Waiting [2024-10-16T06:03:14.560Z] d75d60d73482: Layer already exists [2024-10-16T06:03:14.560Z] 852d84b13cb0: Layer already exists [2024-10-16T06:03:14.560Z] f804ac322099: Layer already exists [2024-10-16T06:03:14.560Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:03:14.560Z] 9c412aea7f06: Layer already exists [2024-10-16T06:03:14.560Z] 90803da7825b: Layer already exists [2024-10-16T06:03:14.560Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:14.560Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:14.560Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:03:14.560Z] 3.2.0-dev.107: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:14.897Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:15.920Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:15.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-16T06:03:15.920Z] 3c66b21fe05e: Preparing [2024-10-16T06:03:15.920Z] 9c412aea7f06: Preparing [2024-10-16T06:03:15.920Z] f804ac322099: Preparing [2024-10-16T06:03:15.920Z] 852d84b13cb0: Preparing [2024-10-16T06:03:15.920Z] d75d60d73482: Preparing [2024-10-16T06:03:15.920Z] 92025d204b8f: Preparing [2024-10-16T06:03:15.920Z] 90803da7825b: Preparing [2024-10-16T06:03:15.920Z] 4b1f0c61b248: Preparing [2024-10-16T06:03:15.920Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:15.920Z] 90803da7825b: Waiting [2024-10-16T06:03:15.920Z] 4b1f0c61b248: Waiting [2024-10-16T06:03:15.920Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:15.920Z] 92025d204b8f: Waiting [2024-10-16T06:03:15.920Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:03:15.920Z] f804ac322099: Layer already exists [2024-10-16T06:03:15.920Z] d75d60d73482: Layer already exists [2024-10-16T06:03:15.920Z] 9c412aea7f06: Layer already exists [2024-10-16T06:03:15.920Z] 852d84b13cb0: Layer already exists [2024-10-16T06:03:15.920Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:15.920Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:03:15.920Z] 90803da7825b: Layer already exists [2024-10-16T06:03:15.920Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:15.920Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:16.239Z] + 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-16T06:03:17.328Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-10-16T06:03:17.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-16T06:03:17.329Z] 3c66b21fe05e: Preparing [2024-10-16T06:03:17.329Z] 9c412aea7f06: Preparing [2024-10-16T06:03:17.329Z] f804ac322099: Preparing [2024-10-16T06:03:17.329Z] 852d84b13cb0: Preparing [2024-10-16T06:03:17.329Z] d75d60d73482: Preparing [2024-10-16T06:03:17.329Z] 92025d204b8f: Preparing [2024-10-16T06:03:17.329Z] 90803da7825b: Preparing [2024-10-16T06:03:17.329Z] 4b1f0c61b248: Preparing [2024-10-16T06:03:17.329Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:17.329Z] 92025d204b8f: Waiting [2024-10-16T06:03:17.329Z] 90803da7825b: Waiting [2024-10-16T06:03:17.329Z] 4b1f0c61b248: Waiting [2024-10-16T06:03:17.329Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:17.329Z] 852d84b13cb0: Layer already exists [2024-10-16T06:03:17.329Z] 9c412aea7f06: Layer already exists [2024-10-16T06:03:17.329Z] 3c66b21fe05e: Layer already exists [2024-10-16T06:03:17.329Z] d75d60d73482: Layer already exists [2024-10-16T06:03:17.329Z] f804ac322099: Layer already exists [2024-10-16T06:03:17.329Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:17.329Z] 90803da7825b: Layer already exists [2024-10-16T06:03:17.329Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:17.329Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:03:17.329Z] main: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:03:17.400Z] ===================================================== [Pipeline] echo [2024-10-16T06:03:17.411Z] taggedImages: [2024-10-16T06:03:17.411Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:17.411Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-16T06:03:17.411Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.107 [2024-10-16T06:03:17.411Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:17.411Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-10-16T06:03:17.432Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-10-16T06:03:17.432Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:17.432Z] latest [2024-10-16T06:03:17.432Z] 3.2.0-dev.107 [2024-10-16T06:03:17.432Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:17.432Z] main [2024-10-16T06:03:17.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:31.935Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:32.258Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:32.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-16T06:03:32.259Z] 0423d3c020b7: Preparing [2024-10-16T06:03:32.259Z] 9882ed05549d: Preparing [2024-10-16T06:03:32.259Z] 079edca34e47: Preparing [2024-10-16T06:03:32.259Z] 474571156965: Preparing [2024-10-16T06:03:32.259Z] dffbb076bf74: Preparing [2024-10-16T06:03:32.259Z] d75d60d73482: Preparing [2024-10-16T06:03:32.259Z] 92025d204b8f: Preparing [2024-10-16T06:03:32.259Z] cb852dd33650: Preparing [2024-10-16T06:03:32.259Z] cd112876c4fd: Preparing [2024-10-16T06:03:32.259Z] 2c9da56d8f7a: Preparing [2024-10-16T06:03:32.259Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:32.259Z] d75d60d73482: Waiting [2024-10-16T06:03:32.259Z] 92025d204b8f: Waiting [2024-10-16T06:03:32.259Z] cb852dd33650: Waiting [2024-10-16T06:03:32.259Z] cd112876c4fd: Waiting [2024-10-16T06:03:32.259Z] 2c9da56d8f7a: Waiting [2024-10-16T06:03:32.259Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:32.259Z] 474571156965: Pushed [2024-10-16T06:03:32.259Z] 9882ed05549d: Pushed [2024-10-16T06:03:32.259Z] 0423d3c020b7: Pushed [2024-10-16T06:03:32.259Z] dffbb076bf74: Pushed [2024-10-16T06:03:32.259Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:32.259Z] d75d60d73482: Layer already exists [2024-10-16T06:03:32.259Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:50.002Z] cb852dd33650: Pushed [2024-10-16T06:03:50.002Z] cd112876c4fd: Pushed [2024-10-16T06:03:51.379Z] 2c9da56d8f7a: Pushed [2024-10-16T06:03:51.379Z] 079edca34e47: Pushed [2024-10-16T06:03:51.379Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:51.692Z] + 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-16T06:03:52.019Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-16T06:03:52.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-16T06:03:52.019Z] 0423d3c020b7: Preparing [2024-10-16T06:03:52.019Z] 9882ed05549d: Preparing [2024-10-16T06:03:52.019Z] 079edca34e47: Preparing [2024-10-16T06:03:52.019Z] 474571156965: Preparing [2024-10-16T06:03:52.019Z] dffbb076bf74: Preparing [2024-10-16T06:03:52.019Z] d75d60d73482: Preparing [2024-10-16T06:03:52.019Z] 92025d204b8f: Preparing [2024-10-16T06:03:52.019Z] cb852dd33650: Preparing [2024-10-16T06:03:52.019Z] cd112876c4fd: Preparing [2024-10-16T06:03:52.019Z] 2c9da56d8f7a: Preparing [2024-10-16T06:03:52.019Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:52.019Z] d75d60d73482: Waiting [2024-10-16T06:03:52.019Z] 92025d204b8f: Waiting [2024-10-16T06:03:52.019Z] cb852dd33650: Waiting [2024-10-16T06:03:52.019Z] 2c9da56d8f7a: Waiting [2024-10-16T06:03:52.019Z] cd112876c4fd: Waiting [2024-10-16T06:03:52.019Z] 0423d3c020b7: Layer already exists [2024-10-16T06:03:52.019Z] 9882ed05549d: Layer already exists [2024-10-16T06:03:52.019Z] 079edca34e47: Layer already exists [2024-10-16T06:03:52.019Z] 474571156965: Layer already exists [2024-10-16T06:03:52.019Z] dffbb076bf74: Layer already exists [2024-10-16T06:03:52.019Z] d75d60d73482: Layer already exists [2024-10-16T06:03:52.019Z] 2c9da56d8f7a: Layer already exists [2024-10-16T06:03:52.019Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:52.019Z] cb852dd33650: Layer already exists [2024-10-16T06:03:52.019Z] cd112876c4fd: Layer already exists [2024-10-16T06:03:52.019Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:52.019Z] latest: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:52.349Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:52.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.107 [2024-10-16T06:03:52.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-16T06:03:52.694Z] 0423d3c020b7: Preparing [2024-10-16T06:03:52.694Z] 9882ed05549d: Preparing [2024-10-16T06:03:52.694Z] 079edca34e47: Preparing [2024-10-16T06:03:52.694Z] 474571156965: Preparing [2024-10-16T06:03:52.694Z] dffbb076bf74: Preparing [2024-10-16T06:03:52.694Z] d75d60d73482: Preparing [2024-10-16T06:03:52.694Z] 92025d204b8f: Preparing [2024-10-16T06:03:52.694Z] cb852dd33650: Preparing [2024-10-16T06:03:52.694Z] cd112876c4fd: Preparing [2024-10-16T06:03:52.694Z] 2c9da56d8f7a: Preparing [2024-10-16T06:03:52.694Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:52.694Z] d75d60d73482: Waiting [2024-10-16T06:03:52.694Z] cd112876c4fd: Waiting [2024-10-16T06:03:52.694Z] 2c9da56d8f7a: Waiting [2024-10-16T06:03:52.694Z] 92025d204b8f: Waiting [2024-10-16T06:03:52.694Z] cb852dd33650: Waiting [2024-10-16T06:03:52.694Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:52.694Z] 0423d3c020b7: Layer already exists [2024-10-16T06:03:52.694Z] dffbb076bf74: Layer already exists [2024-10-16T06:03:52.694Z] 079edca34e47: Layer already exists [2024-10-16T06:03:52.694Z] 9882ed05549d: Layer already exists [2024-10-16T06:03:52.694Z] 474571156965: Layer already exists [2024-10-16T06:03:52.694Z] cd112876c4fd: Layer already exists [2024-10-16T06:03:52.694Z] cb852dd33650: Layer already exists [2024-10-16T06:03:52.694Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:52.694Z] 2c9da56d8f7a: Layer already exists [2024-10-16T06:03:52.694Z] d75d60d73482: Layer already exists [2024-10-16T06:03:52.694Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:52.694Z] 3.2.0-dev.107: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:53.021Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:53.344Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:53.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-16T06:03:53.344Z] 0423d3c020b7: Preparing [2024-10-16T06:03:53.344Z] 9882ed05549d: Preparing [2024-10-16T06:03:53.344Z] 079edca34e47: Preparing [2024-10-16T06:03:53.344Z] 474571156965: Preparing [2024-10-16T06:03:53.344Z] dffbb076bf74: Preparing [2024-10-16T06:03:53.344Z] d75d60d73482: Preparing [2024-10-16T06:03:53.344Z] 92025d204b8f: Preparing [2024-10-16T06:03:53.344Z] cb852dd33650: Preparing [2024-10-16T06:03:53.344Z] cd112876c4fd: Preparing [2024-10-16T06:03:53.344Z] 2c9da56d8f7a: Preparing [2024-10-16T06:03:53.344Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:53.344Z] d75d60d73482: Waiting [2024-10-16T06:03:53.344Z] cd112876c4fd: Waiting [2024-10-16T06:03:53.344Z] cb852dd33650: Waiting [2024-10-16T06:03:53.344Z] 2c9da56d8f7a: Waiting [2024-10-16T06:03:53.344Z] 92025d204b8f: Waiting [2024-10-16T06:03:53.344Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:53.344Z] 079edca34e47: Layer already exists [2024-10-16T06:03:53.344Z] 0423d3c020b7: Layer already exists [2024-10-16T06:03:53.344Z] 9882ed05549d: Layer already exists [2024-10-16T06:03:53.344Z] 474571156965: Layer already exists [2024-10-16T06:03:53.344Z] dffbb076bf74: Layer already exists [2024-10-16T06:03:53.344Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:53.344Z] d75d60d73482: Layer already exists [2024-10-16T06:03:53.344Z] cb852dd33650: Layer already exists [2024-10-16T06:03:53.344Z] cd112876c4fd: Layer already exists [2024-10-16T06:03:53.344Z] 2c9da56d8f7a: Layer already exists [2024-10-16T06:03:53.344Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:53.344Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:53.667Z] + 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-16T06:03:53.981Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-10-16T06:03:53.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-16T06:03:53.981Z] 0423d3c020b7: Preparing [2024-10-16T06:03:53.981Z] 9882ed05549d: Preparing [2024-10-16T06:03:53.981Z] 079edca34e47: Preparing [2024-10-16T06:03:53.981Z] 474571156965: Preparing [2024-10-16T06:03:53.981Z] dffbb076bf74: Preparing [2024-10-16T06:03:53.981Z] d75d60d73482: Preparing [2024-10-16T06:03:53.981Z] 92025d204b8f: Preparing [2024-10-16T06:03:53.981Z] cb852dd33650: Preparing [2024-10-16T06:03:53.981Z] cd112876c4fd: Preparing [2024-10-16T06:03:53.981Z] 2c9da56d8f7a: Preparing [2024-10-16T06:03:53.981Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:53.981Z] 92025d204b8f: Waiting [2024-10-16T06:03:53.981Z] cb852dd33650: Waiting [2024-10-16T06:03:53.981Z] cd112876c4fd: Waiting [2024-10-16T06:03:53.981Z] 2c9da56d8f7a: Waiting [2024-10-16T06:03:53.981Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:53.981Z] d75d60d73482: Waiting [2024-10-16T06:03:53.981Z] 9882ed05549d: Layer already exists [2024-10-16T06:03:53.981Z] 0423d3c020b7: Layer already exists [2024-10-16T06:03:53.981Z] 474571156965: Layer already exists [2024-10-16T06:03:53.981Z] 079edca34e47: Layer already exists [2024-10-16T06:03:53.981Z] dffbb076bf74: Layer already exists [2024-10-16T06:03:53.981Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:53.981Z] d75d60d73482: Layer already exists [2024-10-16T06:03:53.981Z] cb852dd33650: Layer already exists [2024-10-16T06:03:53.981Z] 2c9da56d8f7a: Layer already exists [2024-10-16T06:03:53.981Z] cd112876c4fd: Layer already exists [2024-10-16T06:03:53.981Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:53.981Z] main: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:03:54.054Z] ===================================================== [Pipeline] echo [2024-10-16T06:03:54.067Z] taggedImages: [2024-10-16T06:03:54.067Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:54.067Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-16T06:03:54.067Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.107 [2024-10-16T06:03:54.067Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:54.067Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-10-16T06:03:54.091Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-10-16T06:03:54.091Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:54.091Z] latest [2024-10-16T06:03:54.091Z] 3.2.0-dev.107 [2024-10-16T06:03:54.091Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:03:54.091Z] main [2024-10-16T06:03:54.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:54.429Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:54.759Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:03:54.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-16T06:03:54.759Z] 0dc8100b8b37: Preparing [2024-10-16T06:03:54.759Z] e830be2efcea: Preparing [2024-10-16T06:03:54.759Z] f82d81e101ea: Preparing [2024-10-16T06:03:54.759Z] 82301675ea75: Preparing [2024-10-16T06:03:54.759Z] 3cc68838a8f6: Preparing [2024-10-16T06:03:54.759Z] d24e6ccc6e02: Preparing [2024-10-16T06:03:54.759Z] 75a28c0e841f: Preparing [2024-10-16T06:03:54.759Z] d75d60d73482: Preparing [2024-10-16T06:03:54.759Z] 92025d204b8f: Preparing [2024-10-16T06:03:54.759Z] 0c3391a12816: Preparing [2024-10-16T06:03:54.759Z] f3f56f0b4df5: Preparing [2024-10-16T06:03:54.759Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:54.759Z] d24e6ccc6e02: Waiting [2024-10-16T06:03:54.759Z] 75a28c0e841f: Waiting [2024-10-16T06:03:54.759Z] d75d60d73482: Waiting [2024-10-16T06:03:54.759Z] 92025d204b8f: Waiting [2024-10-16T06:03:54.759Z] 0c3391a12816: Waiting [2024-10-16T06:03:54.759Z] f3f56f0b4df5: Waiting [2024-10-16T06:03:54.759Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:54.759Z] 3cc68838a8f6: Pushed [2024-10-16T06:03:54.759Z] 0dc8100b8b37: Pushed [2024-10-16T06:03:54.759Z] e830be2efcea: Pushed [2024-10-16T06:03:54.759Z] d75d60d73482: Layer already exists [2024-10-16T06:03:54.759Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:55.018Z] d24e6ccc6e02: Pushed [2024-10-16T06:03:55.018Z] 75a28c0e841f: Pushed [2024-10-16T06:03:55.018Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:55.018Z] 0c3391a12816: Pushed [2024-10-16T06:03:56.404Z] f3f56f0b4df5: Pushed [2024-10-16T06:03:56.404Z] 82301675ea75: Pushed [2024-10-16T06:03:56.974Z] f82d81e101ea: Pushed [2024-10-16T06:03:56.974Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:57.305Z] + 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-16T06:03:57.843Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-16T06:03:57.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-16T06:03:57.843Z] 0dc8100b8b37: Preparing [2024-10-16T06:03:57.843Z] e830be2efcea: Preparing [2024-10-16T06:03:57.843Z] f82d81e101ea: Preparing [2024-10-16T06:03:57.843Z] 82301675ea75: Preparing [2024-10-16T06:03:57.843Z] 3cc68838a8f6: Preparing [2024-10-16T06:03:57.843Z] d24e6ccc6e02: Preparing [2024-10-16T06:03:57.843Z] 75a28c0e841f: Preparing [2024-10-16T06:03:57.843Z] d75d60d73482: Preparing [2024-10-16T06:03:57.843Z] 92025d204b8f: Preparing [2024-10-16T06:03:57.843Z] d24e6ccc6e02: Waiting [2024-10-16T06:03:57.843Z] 75a28c0e841f: Waiting [2024-10-16T06:03:57.843Z] d75d60d73482: Waiting [2024-10-16T06:03:57.843Z] 0c3391a12816: Preparing [2024-10-16T06:03:57.843Z] 92025d204b8f: Waiting [2024-10-16T06:03:57.843Z] f3f56f0b4df5: Preparing [2024-10-16T06:03:57.843Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:57.843Z] 0c3391a12816: Waiting [2024-10-16T06:03:57.843Z] f3f56f0b4df5: Waiting [2024-10-16T06:03:57.843Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:57.843Z] e830be2efcea: Layer already exists [2024-10-16T06:03:57.843Z] 82301675ea75: Layer already exists [2024-10-16T06:03:57.843Z] f82d81e101ea: Layer already exists [2024-10-16T06:03:57.843Z] 3cc68838a8f6: Layer already exists [2024-10-16T06:03:57.843Z] 0dc8100b8b37: Layer already exists [2024-10-16T06:03:58.102Z] 75a28c0e841f: Layer already exists [2024-10-16T06:03:58.102Z] d24e6ccc6e02: Layer already exists [2024-10-16T06:03:58.102Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:58.102Z] d75d60d73482: Layer already exists [2024-10-16T06:03:58.102Z] 0c3391a12816: Layer already exists [2024-10-16T06:03:58.102Z] f3f56f0b4df5: Layer already exists [2024-10-16T06:03:58.102Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:58.102Z] latest: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:58.430Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:03:58.754Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.107 [2024-10-16T06:03:58.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-16T06:03:58.754Z] 0dc8100b8b37: Preparing [2024-10-16T06:03:58.754Z] e830be2efcea: Preparing [2024-10-16T06:03:58.754Z] f82d81e101ea: Preparing [2024-10-16T06:03:58.754Z] 82301675ea75: Preparing [2024-10-16T06:03:58.754Z] 3cc68838a8f6: Preparing [2024-10-16T06:03:58.754Z] d24e6ccc6e02: Preparing [2024-10-16T06:03:58.754Z] 75a28c0e841f: Preparing [2024-10-16T06:03:58.754Z] d75d60d73482: Preparing [2024-10-16T06:03:58.754Z] 92025d204b8f: Preparing [2024-10-16T06:03:58.754Z] 0c3391a12816: Preparing [2024-10-16T06:03:58.754Z] f3f56f0b4df5: Preparing [2024-10-16T06:03:58.754Z] 63ca1fbb43ae: Preparing [2024-10-16T06:03:58.754Z] d75d60d73482: Waiting [2024-10-16T06:03:58.754Z] 92025d204b8f: Waiting [2024-10-16T06:03:58.754Z] 0c3391a12816: Waiting [2024-10-16T06:03:58.754Z] f3f56f0b4df5: Waiting [2024-10-16T06:03:58.754Z] 63ca1fbb43ae: Waiting [2024-10-16T06:03:58.754Z] d24e6ccc6e02: Waiting [2024-10-16T06:03:58.754Z] 75a28c0e841f: Waiting [2024-10-16T06:03:58.754Z] 3cc68838a8f6: Layer already exists [2024-10-16T06:03:58.754Z] 0dc8100b8b37: Layer already exists [2024-10-16T06:03:58.754Z] e830be2efcea: Layer already exists [2024-10-16T06:03:58.754Z] f82d81e101ea: Layer already exists [2024-10-16T06:03:58.754Z] 82301675ea75: Layer already exists [2024-10-16T06:03:58.754Z] d75d60d73482: Layer already exists [2024-10-16T06:03:58.754Z] 75a28c0e841f: Layer already exists [2024-10-16T06:03:58.754Z] d24e6ccc6e02: Layer already exists [2024-10-16T06:03:58.754Z] 0c3391a12816: Layer already exists [2024-10-16T06:03:58.754Z] 92025d204b8f: Layer already exists [2024-10-16T06:03:58.754Z] f3f56f0b4df5: Layer already exists [2024-10-16T06:03:58.754Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:03:58.754Z] 3.2.0-dev.107: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:00.617Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:00.946Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:00.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-16T06:04:00.946Z] 0dc8100b8b37: Preparing [2024-10-16T06:04:00.946Z] e830be2efcea: Preparing [2024-10-16T06:04:00.946Z] f82d81e101ea: Preparing [2024-10-16T06:04:00.946Z] 82301675ea75: Preparing [2024-10-16T06:04:00.946Z] 3cc68838a8f6: Preparing [2024-10-16T06:04:00.946Z] d24e6ccc6e02: Preparing [2024-10-16T06:04:00.946Z] 75a28c0e841f: Preparing [2024-10-16T06:04:00.946Z] d75d60d73482: Preparing [2024-10-16T06:04:00.946Z] 92025d204b8f: Preparing [2024-10-16T06:04:00.946Z] 0c3391a12816: Preparing [2024-10-16T06:04:00.946Z] f3f56f0b4df5: Preparing [2024-10-16T06:04:00.946Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:00.946Z] 92025d204b8f: Waiting [2024-10-16T06:04:00.946Z] 0c3391a12816: Waiting [2024-10-16T06:04:00.946Z] d24e6ccc6e02: Waiting [2024-10-16T06:04:00.946Z] f3f56f0b4df5: Waiting [2024-10-16T06:04:00.946Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:00.946Z] d75d60d73482: Waiting [2024-10-16T06:04:00.946Z] 75a28c0e841f: Waiting [2024-10-16T06:04:00.946Z] 0dc8100b8b37: Layer already exists [2024-10-16T06:04:00.946Z] e830be2efcea: Layer already exists [2024-10-16T06:04:00.946Z] f82d81e101ea: Layer already exists [2024-10-16T06:04:00.946Z] 82301675ea75: Layer already exists [2024-10-16T06:04:00.946Z] 3cc68838a8f6: Layer already exists [2024-10-16T06:04:00.946Z] 75a28c0e841f: Layer already exists [2024-10-16T06:04:00.946Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:00.946Z] d75d60d73482: Layer already exists [2024-10-16T06:04:00.946Z] d24e6ccc6e02: Layer already exists [2024-10-16T06:04:00.946Z] 0c3391a12816: Layer already exists [2024-10-16T06:04:00.946Z] f3f56f0b4df5: Layer already exists [2024-10-16T06:04:00.946Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:00.946Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:01.274Z] + 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-16T06:04:01.600Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-10-16T06:04:01.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-16T06:04:01.600Z] 0dc8100b8b37: Preparing [2024-10-16T06:04:01.600Z] e830be2efcea: Preparing [2024-10-16T06:04:01.600Z] f82d81e101ea: Preparing [2024-10-16T06:04:01.600Z] 82301675ea75: Preparing [2024-10-16T06:04:01.600Z] 3cc68838a8f6: Preparing [2024-10-16T06:04:01.600Z] d24e6ccc6e02: Preparing [2024-10-16T06:04:01.600Z] 75a28c0e841f: Preparing [2024-10-16T06:04:01.600Z] d75d60d73482: Preparing [2024-10-16T06:04:01.600Z] 92025d204b8f: Preparing [2024-10-16T06:04:01.600Z] 75a28c0e841f: Waiting [2024-10-16T06:04:01.600Z] 0c3391a12816: Preparing [2024-10-16T06:04:01.600Z] d75d60d73482: Waiting [2024-10-16T06:04:01.600Z] f3f56f0b4df5: Preparing [2024-10-16T06:04:01.600Z] 0c3391a12816: Waiting [2024-10-16T06:04:01.600Z] 92025d204b8f: Waiting [2024-10-16T06:04:01.600Z] f3f56f0b4df5: Waiting [2024-10-16T06:04:01.600Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:01.600Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:01.600Z] 3cc68838a8f6: Layer already exists [2024-10-16T06:04:01.600Z] e830be2efcea: Layer already exists [2024-10-16T06:04:01.600Z] 0dc8100b8b37: Layer already exists [2024-10-16T06:04:01.600Z] f82d81e101ea: Layer already exists [2024-10-16T06:04:01.600Z] 82301675ea75: Layer already exists [2024-10-16T06:04:01.600Z] d24e6ccc6e02: Layer already exists [2024-10-16T06:04:01.600Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:01.600Z] d75d60d73482: Layer already exists [2024-10-16T06:04:01.600Z] 75a28c0e841f: Layer already exists [2024-10-16T06:04:01.600Z] 0c3391a12816: Layer already exists [2024-10-16T06:04:01.600Z] f3f56f0b4df5: Layer already exists [2024-10-16T06:04:01.600Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:01.600Z] main: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:04:01.674Z] ===================================================== [Pipeline] echo [2024-10-16T06:04:01.691Z] taggedImages: [2024-10-16T06:04:01.691Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:01.691Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-16T06:04:01.691Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.107 [2024-10-16T06:04:01.691Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:01.691Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-10-16T06:04:01.718Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-10-16T06:04:01.718Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:01.718Z] latest [2024-10-16T06:04:01.718Z] 3.2.0-dev.107 [2024-10-16T06:04:01.718Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:01.718Z] main [2024-10-16T06:04:01.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:02.066Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:02.392Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:02.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-16T06:04:02.392Z] b09f0a455073: Preparing [2024-10-16T06:04:02.392Z] 720a0f36a6fc: Preparing [2024-10-16T06:04:02.392Z] d75d60d73482: Preparing [2024-10-16T06:04:02.392Z] 92025d204b8f: Preparing [2024-10-16T06:04:02.392Z] 104548f15313: Preparing [2024-10-16T06:04:02.392Z] 42f091009a26: Preparing [2024-10-16T06:04:02.392Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:02.392Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:02.392Z] 42f091009a26: Waiting [2024-10-16T06:04:02.392Z] d75d60d73482: Layer already exists [2024-10-16T06:04:02.392Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:02.392Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:02.392Z] 104548f15313: Pushed [2024-10-16T06:04:02.392Z] b09f0a455073: Pushed [2024-10-16T06:04:03.331Z] 42f091009a26: Pushed [2024-10-16T06:04:05.236Z] 720a0f36a6fc: Pushed [2024-10-16T06:04:05.236Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:05.565Z] + 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-16T06:04:10.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-16T06:04:10.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-16T06:04:10.815Z] b09f0a455073: Preparing [2024-10-16T06:04:10.815Z] 720a0f36a6fc: Preparing [2024-10-16T06:04:10.815Z] d75d60d73482: Preparing [2024-10-16T06:04:10.815Z] 92025d204b8f: Preparing [2024-10-16T06:04:10.815Z] 104548f15313: Preparing [2024-10-16T06:04:10.815Z] 42f091009a26: Preparing [2024-10-16T06:04:10.815Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:10.815Z] 42f091009a26: Waiting [2024-10-16T06:04:10.815Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:10.815Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:10.815Z] 720a0f36a6fc: Layer already exists [2024-10-16T06:04:11.074Z] b09f0a455073: Layer already exists [2024-10-16T06:04:11.074Z] 104548f15313: Layer already exists [2024-10-16T06:04:11.074Z] d75d60d73482: Layer already exists [2024-10-16T06:04:11.074Z] 42f091009a26: Layer already exists [2024-10-16T06:04:11.074Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:11.074Z] latest: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:11.399Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:11.718Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.107 [2024-10-16T06:04:11.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-16T06:04:11.718Z] b09f0a455073: Preparing [2024-10-16T06:04:11.718Z] 720a0f36a6fc: Preparing [2024-10-16T06:04:11.718Z] d75d60d73482: Preparing [2024-10-16T06:04:11.718Z] 92025d204b8f: Preparing [2024-10-16T06:04:11.718Z] 104548f15313: Preparing [2024-10-16T06:04:11.718Z] 42f091009a26: Preparing [2024-10-16T06:04:11.718Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:11.718Z] 42f091009a26: Waiting [2024-10-16T06:04:11.718Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:11.718Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:11.718Z] b09f0a455073: Layer already exists [2024-10-16T06:04:11.718Z] 104548f15313: Layer already exists [2024-10-16T06:04:11.718Z] d75d60d73482: Layer already exists [2024-10-16T06:04:11.718Z] 720a0f36a6fc: Layer already exists [2024-10-16T06:04:11.718Z] 42f091009a26: Layer already exists [2024-10-16T06:04:11.718Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:11.718Z] 3.2.0-dev.107: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:12.044Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:12.361Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:12.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-16T06:04:12.362Z] b09f0a455073: Preparing [2024-10-16T06:04:12.362Z] 720a0f36a6fc: Preparing [2024-10-16T06:04:12.362Z] d75d60d73482: Preparing [2024-10-16T06:04:12.362Z] 92025d204b8f: Preparing [2024-10-16T06:04:12.362Z] 104548f15313: Preparing [2024-10-16T06:04:12.362Z] 42f091009a26: Preparing [2024-10-16T06:04:12.362Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:12.362Z] 42f091009a26: Waiting [2024-10-16T06:04:12.362Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:12.362Z] d75d60d73482: Layer already exists [2024-10-16T06:04:12.362Z] b09f0a455073: Layer already exists [2024-10-16T06:04:12.362Z] 104548f15313: Layer already exists [2024-10-16T06:04:12.362Z] 720a0f36a6fc: Layer already exists [2024-10-16T06:04:12.362Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:12.362Z] 42f091009a26: Layer already exists [2024-10-16T06:04:12.362Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:12.679Z] + 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-16T06:04:12.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-10-16T06:04:12.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-16T06:04:12.992Z] b09f0a455073: Preparing [2024-10-16T06:04:12.992Z] 720a0f36a6fc: Preparing [2024-10-16T06:04:12.992Z] d75d60d73482: Preparing [2024-10-16T06:04:12.992Z] 92025d204b8f: Preparing [2024-10-16T06:04:12.992Z] 104548f15313: Preparing [2024-10-16T06:04:12.992Z] 42f091009a26: Preparing [2024-10-16T06:04:12.992Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:12.992Z] 42f091009a26: Waiting [2024-10-16T06:04:12.992Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:12.992Z] 104548f15313: Layer already exists [2024-10-16T06:04:12.992Z] 720a0f36a6fc: Layer already exists [2024-10-16T06:04:12.992Z] d75d60d73482: Layer already exists [2024-10-16T06:04:12.992Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:12.992Z] b09f0a455073: Layer already exists [2024-10-16T06:04:12.992Z] 42f091009a26: Layer already exists [2024-10-16T06:04:12.992Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:12.992Z] main: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:04:13.060Z] ===================================================== [Pipeline] echo [2024-10-16T06:04:13.073Z] taggedImages: [2024-10-16T06:04:13.073Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:13.073Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-16T06:04:13.073Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.107 [2024-10-16T06:04:13.073Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:13.073Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-10-16T06:04:13.098Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-10-16T06:04:13.098Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:13.098Z] latest [2024-10-16T06:04:13.098Z] 3.2.0-dev.107 [2024-10-16T06:04:13.098Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:13.098Z] main [2024-10-16T06:04:13.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:13.436Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:13.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:13.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-16T06:04:13.752Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:13.752Z] 4698687e23ee: Preparing [2024-10-16T06:04:13.752Z] d623215670e1: Preparing [2024-10-16T06:04:13.752Z] d75d60d73482: Preparing [2024-10-16T06:04:13.752Z] 92025d204b8f: Preparing [2024-10-16T06:04:13.752Z] 4d643b050b9d: Preparing [2024-10-16T06:04:13.752Z] fbd389baa8a9: Preparing [2024-10-16T06:04:13.752Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:13.752Z] e3e91e2c507a: Preparing [2024-10-16T06:04:13.752Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:13.752Z] 4d643b050b9d: Waiting [2024-10-16T06:04:13.752Z] fbd389baa8a9: Waiting [2024-10-16T06:04:13.752Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:13.752Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:13.752Z] e3e91e2c507a: Waiting [2024-10-16T06:04:13.752Z] d75d60d73482: Layer already exists [2024-10-16T06:04:13.752Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:13.752Z] 4698687e23ee: Pushed [2024-10-16T06:04:13.752Z] d623215670e1: Pushed [2024-10-16T06:04:13.752Z] e6c12e1fc71f: Pushed [2024-10-16T06:04:13.752Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:14.012Z] e2fcc0e5beb0: Pushed [2024-10-16T06:04:14.270Z] e3e91e2c507a: Pushed [2024-10-16T06:04:21.600Z] fbd389baa8a9: Pushed [2024-10-16T06:04:24.897Z] 4d643b050b9d: Pushed [2024-10-16T06:04:24.897Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:25.237Z] + 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-16T06:04:25.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-16T06:04:25.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-16T06:04:25.562Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:25.562Z] 4698687e23ee: Preparing [2024-10-16T06:04:25.562Z] d623215670e1: Preparing [2024-10-16T06:04:25.562Z] d75d60d73482: Preparing [2024-10-16T06:04:25.562Z] 92025d204b8f: Preparing [2024-10-16T06:04:25.562Z] 4d643b050b9d: Preparing [2024-10-16T06:04:25.562Z] fbd389baa8a9: Preparing [2024-10-16T06:04:25.562Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:25.562Z] e3e91e2c507a: Preparing [2024-10-16T06:04:25.562Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:25.562Z] fbd389baa8a9: Waiting [2024-10-16T06:04:25.562Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:25.562Z] e3e91e2c507a: Waiting [2024-10-16T06:04:25.562Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:25.562Z] 4d643b050b9d: Waiting [2024-10-16T06:04:25.562Z] d623215670e1: Layer already exists [2024-10-16T06:04:25.562Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:25.562Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:25.562Z] d75d60d73482: Layer already exists [2024-10-16T06:04:25.562Z] 4698687e23ee: Layer already exists [2024-10-16T06:04:25.562Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:25.562Z] fbd389baa8a9: Layer already exists [2024-10-16T06:04:25.562Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:25.562Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:25.562Z] 4d643b050b9d: Layer already exists [2024-10-16T06:04:25.822Z] latest: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:26.152Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:26.468Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.107 [2024-10-16T06:04:26.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-16T06:04:26.468Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:26.468Z] 4698687e23ee: Preparing [2024-10-16T06:04:26.468Z] d623215670e1: Preparing [2024-10-16T06:04:26.468Z] d75d60d73482: Preparing [2024-10-16T06:04:26.468Z] 92025d204b8f: Preparing [2024-10-16T06:04:26.468Z] 4d643b050b9d: Preparing [2024-10-16T06:04:26.468Z] fbd389baa8a9: Preparing [2024-10-16T06:04:26.468Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:26.468Z] e3e91e2c507a: Preparing [2024-10-16T06:04:26.468Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:26.468Z] 4d643b050b9d: Waiting [2024-10-16T06:04:26.468Z] fbd389baa8a9: Waiting [2024-10-16T06:04:26.468Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:26.468Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:26.468Z] e3e91e2c507a: Waiting [2024-10-16T06:04:26.468Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:26.468Z] d623215670e1: Layer already exists [2024-10-16T06:04:26.468Z] d75d60d73482: Layer already exists [2024-10-16T06:04:26.468Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:26.468Z] 4698687e23ee: Layer already exists [2024-10-16T06:04:26.468Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:26.468Z] 4d643b050b9d: Layer already exists [2024-10-16T06:04:26.468Z] fbd389baa8a9: Layer already exists [2024-10-16T06:04:26.468Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:26.468Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:26.468Z] 3.2.0-dev.107: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:26.796Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:27.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:27.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-16T06:04:27.120Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:27.120Z] 4698687e23ee: Preparing [2024-10-16T06:04:27.120Z] d623215670e1: Preparing [2024-10-16T06:04:27.120Z] d75d60d73482: Preparing [2024-10-16T06:04:27.120Z] 92025d204b8f: Preparing [2024-10-16T06:04:27.120Z] 4d643b050b9d: Preparing [2024-10-16T06:04:27.120Z] fbd389baa8a9: Preparing [2024-10-16T06:04:27.120Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:27.120Z] e3e91e2c507a: Preparing [2024-10-16T06:04:27.120Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:27.120Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:27.120Z] e3e91e2c507a: Waiting [2024-10-16T06:04:27.120Z] 4d643b050b9d: Waiting [2024-10-16T06:04:27.120Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:27.120Z] fbd389baa8a9: Waiting [2024-10-16T06:04:27.120Z] d623215670e1: Layer already exists [2024-10-16T06:04:27.120Z] 4698687e23ee: Layer already exists [2024-10-16T06:04:27.120Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:27.120Z] d75d60d73482: Layer already exists [2024-10-16T06:04:27.120Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:27.120Z] fbd389baa8a9: Layer already exists [2024-10-16T06:04:27.120Z] 4d643b050b9d: Layer already exists [2024-10-16T06:04:27.120Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:27.120Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:27.120Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:27.120Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:27.439Z] + 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-16T06:04:27.761Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-10-16T06:04:27.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-16T06:04:27.761Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:27.761Z] 4698687e23ee: Preparing [2024-10-16T06:04:27.761Z] d623215670e1: Preparing [2024-10-16T06:04:27.761Z] d75d60d73482: Preparing [2024-10-16T06:04:27.761Z] 92025d204b8f: Preparing [2024-10-16T06:04:27.761Z] 4d643b050b9d: Preparing [2024-10-16T06:04:27.761Z] fbd389baa8a9: Preparing [2024-10-16T06:04:27.761Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:27.761Z] e3e91e2c507a: Preparing [2024-10-16T06:04:27.761Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:27.761Z] 4d643b050b9d: Waiting [2024-10-16T06:04:27.761Z] fbd389baa8a9: Waiting [2024-10-16T06:04:27.761Z] e3e91e2c507a: Waiting [2024-10-16T06:04:27.761Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:27.761Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:27.761Z] d75d60d73482: Layer already exists [2024-10-16T06:04:27.761Z] d623215670e1: Layer already exists [2024-10-16T06:04:27.761Z] 4698687e23ee: Layer already exists [2024-10-16T06:04:27.761Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:27.761Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:27.761Z] 4d643b050b9d: Layer already exists [2024-10-16T06:04:27.761Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:27.761Z] fbd389baa8a9: Layer already exists [2024-10-16T06:04:27.761Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:27.761Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:27.761Z] main: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:04:27.824Z] ===================================================== [Pipeline] echo [2024-10-16T06:04:27.839Z] taggedImages: [2024-10-16T06:04:27.839Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:27.839Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-16T06:04:27.839Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.107 [2024-10-16T06:04:27.839Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:27.839Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-10-16T06:04:27.863Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-10-16T06:04:27.863Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:27.863Z] latest [2024-10-16T06:04:27.863Z] 3.2.0-dev.107 [2024-10-16T06:04:27.863Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:27.863Z] main [2024-10-16T06:04:27.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:28.201Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:28.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:28.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-16T06:04:28.519Z] e687eb3d798d: Preparing [2024-10-16T06:04:28.519Z] 334b25d14910: Preparing [2024-10-16T06:04:28.519Z] b2b83ffcc794: Preparing [2024-10-16T06:04:28.519Z] d75d60d73482: Preparing [2024-10-16T06:04:28.519Z] 92025d204b8f: Preparing [2024-10-16T06:04:28.519Z] 220eae39003f: Preparing [2024-10-16T06:04:28.519Z] e9068c8cb6de: Preparing [2024-10-16T06:04:28.519Z] baa371c6e434: Preparing [2024-10-16T06:04:28.519Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:28.519Z] e9068c8cb6de: Waiting [2024-10-16T06:04:28.519Z] 220eae39003f: Waiting [2024-10-16T06:04:28.519Z] baa371c6e434: Waiting [2024-10-16T06:04:28.519Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:28.519Z] d75d60d73482: Layer already exists [2024-10-16T06:04:28.519Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:28.519Z] b2b83ffcc794: Pushed [2024-10-16T06:04:28.519Z] e687eb3d798d: Pushed [2024-10-16T06:04:28.519Z] 334b25d14910: Pushed [2024-10-16T06:04:28.519Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:28.519Z] e9068c8cb6de: Pushed [2024-10-16T06:04:29.085Z] baa371c6e434: Pushed [2024-10-16T06:04:39.067Z] 220eae39003f: Pushed [2024-10-16T06:04:39.067Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:39.401Z] + 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-16T06:04:39.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-16T06:04:39.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-16T06:04:39.730Z] e687eb3d798d: Preparing [2024-10-16T06:04:39.730Z] 334b25d14910: Preparing [2024-10-16T06:04:39.730Z] b2b83ffcc794: Preparing [2024-10-16T06:04:39.730Z] d75d60d73482: Preparing [2024-10-16T06:04:39.730Z] 92025d204b8f: Preparing [2024-10-16T06:04:39.730Z] 220eae39003f: Preparing [2024-10-16T06:04:39.730Z] e9068c8cb6de: Preparing [2024-10-16T06:04:39.730Z] baa371c6e434: Preparing [2024-10-16T06:04:39.730Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:39.730Z] 220eae39003f: Waiting [2024-10-16T06:04:39.730Z] e9068c8cb6de: Waiting [2024-10-16T06:04:39.730Z] baa371c6e434: Waiting [2024-10-16T06:04:39.730Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:39.730Z] e687eb3d798d: Layer already exists [2024-10-16T06:04:39.730Z] d75d60d73482: Layer already exists [2024-10-16T06:04:39.730Z] b2b83ffcc794: Layer already exists [2024-10-16T06:04:39.730Z] 334b25d14910: Layer already exists [2024-10-16T06:04:39.730Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:39.730Z] 220eae39003f: Layer already exists [2024-10-16T06:04:39.730Z] baa371c6e434: Layer already exists [2024-10-16T06:04:39.730Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:39.730Z] e9068c8cb6de: Layer already exists [2024-10-16T06:04:39.730Z] latest: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:40.061Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:40.392Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.107 [2024-10-16T06:04:40.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-16T06:04:40.393Z] e687eb3d798d: Preparing [2024-10-16T06:04:40.393Z] 334b25d14910: Preparing [2024-10-16T06:04:40.393Z] b2b83ffcc794: Preparing [2024-10-16T06:04:40.393Z] d75d60d73482: Preparing [2024-10-16T06:04:40.393Z] 92025d204b8f: Preparing [2024-10-16T06:04:40.393Z] 220eae39003f: Preparing [2024-10-16T06:04:40.393Z] e9068c8cb6de: Preparing [2024-10-16T06:04:40.393Z] baa371c6e434: Preparing [2024-10-16T06:04:40.393Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:40.393Z] 220eae39003f: Waiting [2024-10-16T06:04:40.393Z] e9068c8cb6de: Waiting [2024-10-16T06:04:40.393Z] baa371c6e434: Waiting [2024-10-16T06:04:40.393Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:40.393Z] e687eb3d798d: Layer already exists [2024-10-16T06:04:40.393Z] b2b83ffcc794: Layer already exists [2024-10-16T06:04:40.393Z] d75d60d73482: Layer already exists [2024-10-16T06:04:40.393Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:40.393Z] 334b25d14910: Layer already exists [2024-10-16T06:04:40.393Z] 220eae39003f: Layer already exists [2024-10-16T06:04:40.393Z] e9068c8cb6de: Layer already exists [2024-10-16T06:04:40.393Z] baa371c6e434: Layer already exists [2024-10-16T06:04:40.393Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:40.393Z] 3.2.0-dev.107: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:40.722Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:41.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:41.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-16T06:04:41.050Z] e687eb3d798d: Preparing [2024-10-16T06:04:41.050Z] 334b25d14910: Preparing [2024-10-16T06:04:41.050Z] b2b83ffcc794: Preparing [2024-10-16T06:04:41.050Z] d75d60d73482: Preparing [2024-10-16T06:04:41.050Z] 92025d204b8f: Preparing [2024-10-16T06:04:41.050Z] 220eae39003f: Preparing [2024-10-16T06:04:41.051Z] e9068c8cb6de: Preparing [2024-10-16T06:04:41.051Z] baa371c6e434: Preparing [2024-10-16T06:04:41.051Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:41.051Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:41.051Z] e9068c8cb6de: Waiting [2024-10-16T06:04:41.051Z] baa371c6e434: Waiting [2024-10-16T06:04:41.051Z] d75d60d73482: Layer already exists [2024-10-16T06:04:41.051Z] 334b25d14910: Layer already exists [2024-10-16T06:04:41.051Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:41.051Z] e687eb3d798d: Layer already exists [2024-10-16T06:04:41.051Z] b2b83ffcc794: Layer already exists [2024-10-16T06:04:41.051Z] 220eae39003f: Layer already exists [2024-10-16T06:04:41.051Z] e9068c8cb6de: Layer already exists [2024-10-16T06:04:41.051Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:41.051Z] baa371c6e434: Layer already exists [2024-10-16T06:04:41.051Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:41.377Z] + 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-16T06:04:41.705Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-10-16T06:04:41.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-16T06:04:41.705Z] e687eb3d798d: Preparing [2024-10-16T06:04:41.705Z] 334b25d14910: Preparing [2024-10-16T06:04:41.705Z] b2b83ffcc794: Preparing [2024-10-16T06:04:41.705Z] d75d60d73482: Preparing [2024-10-16T06:04:41.705Z] 92025d204b8f: Preparing [2024-10-16T06:04:41.705Z] 220eae39003f: Preparing [2024-10-16T06:04:41.705Z] e9068c8cb6de: Preparing [2024-10-16T06:04:41.705Z] baa371c6e434: Preparing [2024-10-16T06:04:41.705Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:41.705Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:41.705Z] e9068c8cb6de: Waiting [2024-10-16T06:04:41.705Z] 220eae39003f: Waiting [2024-10-16T06:04:41.705Z] baa371c6e434: Waiting [2024-10-16T06:04:41.705Z] d75d60d73482: Layer already exists [2024-10-16T06:04:41.705Z] b2b83ffcc794: Layer already exists [2024-10-16T06:04:41.705Z] 334b25d14910: Layer already exists [2024-10-16T06:04:41.705Z] e687eb3d798d: Layer already exists [2024-10-16T06:04:41.705Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:41.705Z] 220eae39003f: Layer already exists [2024-10-16T06:04:41.705Z] e9068c8cb6de: Layer already exists [2024-10-16T06:04:41.705Z] baa371c6e434: Layer already exists [2024-10-16T06:04:41.705Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:41.705Z] main: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:04:41.772Z] ===================================================== [Pipeline] echo [2024-10-16T06:04:41.786Z] taggedImages: [2024-10-16T06:04:41.786Z] - nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:41.786Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-16T06:04:41.786Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.107 [2024-10-16T06:04:41.786Z] - nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:41.786Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-10-16T06:04:41.814Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-10-16T06:04:41.814Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:41.814Z] latest [2024-10-16T06:04:41.814Z] 3.2.0-dev.107 [2024-10-16T06:04:41.814Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:41.814Z] main [2024-10-16T06:04:41.814Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:42.155Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:42.483Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:42.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-16T06:04:42.483Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:42.483Z] a364a72d7837: Preparing [2024-10-16T06:04:42.483Z] 671bd35546fe: Preparing [2024-10-16T06:04:42.483Z] d75d60d73482: Preparing [2024-10-16T06:04:42.483Z] 92025d204b8f: Preparing [2024-10-16T06:04:42.483Z] cd966fae8769: Preparing [2024-10-16T06:04:42.483Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:42.483Z] e3e91e2c507a: Preparing [2024-10-16T06:04:42.483Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:42.483Z] e3e91e2c507a: Waiting [2024-10-16T06:04:42.483Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:42.483Z] cd966fae8769: Waiting [2024-10-16T06:04:42.483Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:42.483Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:42.483Z] d75d60d73482: Layer already exists [2024-10-16T06:04:42.483Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:42.483Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:42.483Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:42.483Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:42.483Z] 671bd35546fe: Pushed [2024-10-16T06:04:42.483Z] a364a72d7837: Pushed [2024-10-16T06:04:52.466Z] cd966fae8769: Pushed [2024-10-16T06:04:52.466Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:52.788Z] + 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-16T06:04:53.118Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-16T06:04:53.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-16T06:04:53.118Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:53.118Z] a364a72d7837: Preparing [2024-10-16T06:04:53.118Z] 671bd35546fe: Preparing [2024-10-16T06:04:53.118Z] d75d60d73482: Preparing [2024-10-16T06:04:53.118Z] 92025d204b8f: Preparing [2024-10-16T06:04:53.118Z] cd966fae8769: Preparing [2024-10-16T06:04:53.118Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:53.118Z] e3e91e2c507a: Preparing [2024-10-16T06:04:53.118Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:53.118Z] cd966fae8769: Waiting [2024-10-16T06:04:53.118Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:53.118Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:53.118Z] e3e91e2c507a: Waiting [2024-10-16T06:04:53.118Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:53.118Z] d75d60d73482: Layer already exists [2024-10-16T06:04:53.118Z] 671bd35546fe: Layer already exists [2024-10-16T06:04:53.118Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:53.118Z] a364a72d7837: Layer already exists [2024-10-16T06:04:53.118Z] cd966fae8769: Layer already exists [2024-10-16T06:04:53.118Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:53.118Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:53.118Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:53.118Z] latest: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:53.460Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:53.799Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.107 [2024-10-16T06:04:53.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-16T06:04:53.799Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:53.799Z] a364a72d7837: Preparing [2024-10-16T06:04:53.799Z] 671bd35546fe: Preparing [2024-10-16T06:04:53.799Z] d75d60d73482: Preparing [2024-10-16T06:04:53.799Z] 92025d204b8f: Preparing [2024-10-16T06:04:53.799Z] cd966fae8769: Preparing [2024-10-16T06:04:53.799Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:53.799Z] cd966fae8769: Waiting [2024-10-16T06:04:53.799Z] e3e91e2c507a: Preparing [2024-10-16T06:04:53.799Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:53.799Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:53.799Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:53.799Z] d75d60d73482: Layer already exists [2024-10-16T06:04:53.799Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:53.799Z] 671bd35546fe: Layer already exists [2024-10-16T06:04:53.799Z] a364a72d7837: Layer already exists [2024-10-16T06:04:53.799Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:53.799Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:53.799Z] cd966fae8769: Layer already exists [2024-10-16T06:04:53.799Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:53.799Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:53.799Z] 3.2.0-dev.107: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:54.134Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:54.463Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:54.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-16T06:04:54.463Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:54.463Z] a364a72d7837: Preparing [2024-10-16T06:04:54.463Z] 671bd35546fe: Preparing [2024-10-16T06:04:54.463Z] d75d60d73482: Preparing [2024-10-16T06:04:54.463Z] 92025d204b8f: Preparing [2024-10-16T06:04:54.463Z] cd966fae8769: Preparing [2024-10-16T06:04:54.463Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:54.463Z] e3e91e2c507a: Preparing [2024-10-16T06:04:54.463Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:54.463Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:54.463Z] e3e91e2c507a: Waiting [2024-10-16T06:04:54.463Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:54.463Z] cd966fae8769: Waiting [2024-10-16T06:04:54.463Z] a364a72d7837: Layer already exists [2024-10-16T06:04:54.463Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:54.463Z] d75d60d73482: Layer already exists [2024-10-16T06:04:54.463Z] 671bd35546fe: Layer already exists [2024-10-16T06:04:54.463Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:54.463Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:54.463Z] cd966fae8769: Layer already exists [2024-10-16T06:04:54.463Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:54.463Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:54.463Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:54.794Z] + 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-16T06:04:55.126Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-10-16T06:04:55.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-16T06:04:55.127Z] e6c12e1fc71f: Preparing [2024-10-16T06:04:55.127Z] a364a72d7837: Preparing [2024-10-16T06:04:55.127Z] 671bd35546fe: Preparing [2024-10-16T06:04:55.127Z] d75d60d73482: Preparing [2024-10-16T06:04:55.127Z] 92025d204b8f: Preparing [2024-10-16T06:04:55.127Z] cd966fae8769: Preparing [2024-10-16T06:04:55.127Z] e2fcc0e5beb0: Preparing [2024-10-16T06:04:55.127Z] e3e91e2c507a: Preparing [2024-10-16T06:04:55.127Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:55.127Z] cd966fae8769: Waiting [2024-10-16T06:04:55.127Z] e2fcc0e5beb0: Waiting [2024-10-16T06:04:55.127Z] e3e91e2c507a: Waiting [2024-10-16T06:04:55.127Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:55.127Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:55.127Z] e6c12e1fc71f: Layer already exists [2024-10-16T06:04:55.127Z] 671bd35546fe: Layer already exists [2024-10-16T06:04:55.127Z] d75d60d73482: Layer already exists [2024-10-16T06:04:55.127Z] a364a72d7837: Layer already exists [2024-10-16T06:04:55.127Z] cd966fae8769: Layer already exists [2024-10-16T06:04:55.127Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:55.127Z] e3e91e2c507a: Layer already exists [2024-10-16T06:04:55.127Z] e2fcc0e5beb0: Layer already exists [2024-10-16T06:04:55.127Z] main: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:04:55.204Z] ===================================================== [Pipeline] echo [2024-10-16T06:04:55.222Z] taggedImages: [2024-10-16T06:04:55.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:55.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-16T06:04:55.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.107 [2024-10-16T06:04:55.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:55.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-10-16T06:04:55.249Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-10-16T06:04:55.249Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:55.249Z] latest [2024-10-16T06:04:55.249Z] 3.2.0-dev.107 [2024-10-16T06:04:55.249Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:04:55.249Z] main [2024-10-16T06:04:55.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:55.603Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:04:55.929Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:04:55.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-16T06:04:55.929Z] 43154a79f6bc: Preparing [2024-10-16T06:04:55.929Z] 0ee1ae01f8b3: Preparing [2024-10-16T06:04:55.929Z] d75d60d73482: Preparing [2024-10-16T06:04:55.929Z] 92025d204b8f: Preparing [2024-10-16T06:04:55.929Z] 6cdead1669a7: Preparing [2024-10-16T06:04:55.929Z] cdd8c1a702bd: Preparing [2024-10-16T06:04:55.929Z] 63ca1fbb43ae: Preparing [2024-10-16T06:04:55.929Z] cdd8c1a702bd: Waiting [2024-10-16T06:04:55.929Z] 63ca1fbb43ae: Waiting [2024-10-16T06:04:55.929Z] d75d60d73482: Layer already exists [2024-10-16T06:04:55.929Z] 92025d204b8f: Layer already exists [2024-10-16T06:04:55.929Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:04:55.929Z] 43154a79f6bc: Pushed [2024-10-16T06:04:55.929Z] 6cdead1669a7: Pushed [2024-10-16T06:04:56.187Z] cdd8c1a702bd: Pushed [2024-10-16T06:05:01.460Z] 0ee1ae01f8b3: Pushed [2024-10-16T06:05:01.460Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:01.794Z] + 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-16T06:05:02.109Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-16T06:05:02.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-16T06:05:02.109Z] 43154a79f6bc: Preparing [2024-10-16T06:05:02.109Z] 0ee1ae01f8b3: Preparing [2024-10-16T06:05:02.109Z] d75d60d73482: Preparing [2024-10-16T06:05:02.109Z] 92025d204b8f: Preparing [2024-10-16T06:05:02.109Z] 6cdead1669a7: Preparing [2024-10-16T06:05:02.109Z] cdd8c1a702bd: Preparing [2024-10-16T06:05:02.110Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:02.110Z] cdd8c1a702bd: Waiting [2024-10-16T06:05:02.110Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:02.110Z] 6cdead1669a7: Layer already exists [2024-10-16T06:05:02.110Z] d75d60d73482: Layer already exists [2024-10-16T06:05:02.110Z] 0ee1ae01f8b3: Layer already exists [2024-10-16T06:05:02.110Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:02.110Z] 43154a79f6bc: Layer already exists [2024-10-16T06:05:02.110Z] cdd8c1a702bd: Layer already exists [2024-10-16T06:05:02.110Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:02.110Z] latest: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:02.446Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:02.762Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.107 [2024-10-16T06:05:02.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-16T06:05:02.762Z] 43154a79f6bc: Preparing [2024-10-16T06:05:02.762Z] 0ee1ae01f8b3: Preparing [2024-10-16T06:05:02.762Z] d75d60d73482: Preparing [2024-10-16T06:05:02.762Z] 92025d204b8f: Preparing [2024-10-16T06:05:02.762Z] 6cdead1669a7: Preparing [2024-10-16T06:05:02.762Z] cdd8c1a702bd: Preparing [2024-10-16T06:05:02.762Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:02.762Z] cdd8c1a702bd: Waiting [2024-10-16T06:05:02.762Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:02.762Z] d75d60d73482: Layer already exists [2024-10-16T06:05:02.762Z] 43154a79f6bc: Layer already exists [2024-10-16T06:05:02.762Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:02.762Z] 0ee1ae01f8b3: Layer already exists [2024-10-16T06:05:02.762Z] 6cdead1669a7: Layer already exists [2024-10-16T06:05:02.762Z] cdd8c1a702bd: Layer already exists [2024-10-16T06:05:02.762Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:02.762Z] 3.2.0-dev.107: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:03.086Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:03.409Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:03.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-16T06:05:03.409Z] 43154a79f6bc: Preparing [2024-10-16T06:05:03.409Z] 0ee1ae01f8b3: Preparing [2024-10-16T06:05:03.409Z] d75d60d73482: Preparing [2024-10-16T06:05:03.409Z] 92025d204b8f: Preparing [2024-10-16T06:05:03.409Z] 6cdead1669a7: Preparing [2024-10-16T06:05:03.409Z] cdd8c1a702bd: Preparing [2024-10-16T06:05:03.409Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:03.409Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:03.409Z] cdd8c1a702bd: Waiting [2024-10-16T06:05:03.409Z] 6cdead1669a7: Layer already exists [2024-10-16T06:05:03.409Z] 43154a79f6bc: Layer already exists [2024-10-16T06:05:03.409Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:03.409Z] d75d60d73482: Layer already exists [2024-10-16T06:05:03.409Z] 0ee1ae01f8b3: Layer already exists [2024-10-16T06:05:03.409Z] cdd8c1a702bd: Layer already exists [2024-10-16T06:05:03.409Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:03.409Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:03.741Z] + 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-16T06:05:04.068Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-10-16T06:05:04.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-16T06:05:04.069Z] 43154a79f6bc: Preparing [2024-10-16T06:05:04.069Z] 0ee1ae01f8b3: Preparing [2024-10-16T06:05:04.069Z] d75d60d73482: Preparing [2024-10-16T06:05:04.069Z] 92025d204b8f: Preparing [2024-10-16T06:05:04.069Z] 6cdead1669a7: Preparing [2024-10-16T06:05:04.069Z] cdd8c1a702bd: Preparing [2024-10-16T06:05:04.069Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:04.069Z] cdd8c1a702bd: Waiting [2024-10-16T06:05:04.069Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:04.069Z] d75d60d73482: Layer already exists [2024-10-16T06:05:04.069Z] 6cdead1669a7: Layer already exists [2024-10-16T06:05:04.069Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:04.069Z] 0ee1ae01f8b3: Layer already exists [2024-10-16T06:05:04.069Z] 43154a79f6bc: Layer already exists [2024-10-16T06:05:04.069Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:04.069Z] cdd8c1a702bd: Layer already exists [2024-10-16T06:05:04.069Z] main: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:05:04.144Z] ===================================================== [Pipeline] echo [2024-10-16T06:05:04.159Z] taggedImages: [2024-10-16T06:05:04.159Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:04.159Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-16T06:05:04.159Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.107 [2024-10-16T06:05:04.159Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:04.159Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-10-16T06:05:04.186Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-10-16T06:05:04.186Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:04.186Z] latest [2024-10-16T06:05:04.186Z] 3.2.0-dev.107 [2024-10-16T06:05:04.186Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:04.186Z] main [2024-10-16T06:05:04.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:04.535Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:04.857Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:04.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-16T06:05:04.857Z] 04da0b786f5d: Preparing [2024-10-16T06:05:04.857Z] 17b019046270: Preparing [2024-10-16T06:05:04.857Z] a7b49ba37ae9: Preparing [2024-10-16T06:05:04.857Z] d75d60d73482: Preparing [2024-10-16T06:05:04.857Z] 92025d204b8f: Preparing [2024-10-16T06:05:04.857Z] 7505dbb4ff17: Preparing [2024-10-16T06:05:04.857Z] 26227954b0d4: Preparing [2024-10-16T06:05:04.857Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:04.857Z] 26227954b0d4: Waiting [2024-10-16T06:05:04.857Z] 7505dbb4ff17: Waiting [2024-10-16T06:05:04.857Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:04.857Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:04.857Z] d75d60d73482: Layer already exists [2024-10-16T06:05:04.857Z] 17b019046270: Pushed [2024-10-16T06:05:04.857Z] 04da0b786f5d: Pushed [2024-10-16T06:05:04.857Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:04.857Z] 7505dbb4ff17: Pushed [2024-10-16T06:05:05.116Z] 26227954b0d4: Pushed [2024-10-16T06:05:13.226Z] a7b49ba37ae9: Pushed [2024-10-16T06:05:13.226Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:13.563Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:13.992Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-16T06:05:13.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-16T06:05:13.992Z] 04da0b786f5d: Preparing [2024-10-16T06:05:13.993Z] 17b019046270: Preparing [2024-10-16T06:05:13.993Z] a7b49ba37ae9: Preparing [2024-10-16T06:05:13.993Z] d75d60d73482: Preparing [2024-10-16T06:05:13.993Z] 92025d204b8f: Preparing [2024-10-16T06:05:13.993Z] 7505dbb4ff17: Preparing [2024-10-16T06:05:13.993Z] 26227954b0d4: Preparing [2024-10-16T06:05:13.993Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:13.993Z] 7505dbb4ff17: Waiting [2024-10-16T06:05:13.993Z] 26227954b0d4: Waiting [2024-10-16T06:05:13.993Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:13.993Z] a7b49ba37ae9: Layer already exists [2024-10-16T06:05:13.993Z] d75d60d73482: Layer already exists [2024-10-16T06:05:13.993Z] 04da0b786f5d: Layer already exists [2024-10-16T06:05:13.993Z] 17b019046270: Layer already exists [2024-10-16T06:05:13.993Z] 26227954b0d4: Layer already exists [2024-10-16T06:05:13.993Z] 7505dbb4ff17: Layer already exists [2024-10-16T06:05:13.993Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:13.993Z] latest: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:14.326Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:14.648Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.107 [2024-10-16T06:05:14.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-16T06:05:14.648Z] 04da0b786f5d: Preparing [2024-10-16T06:05:14.648Z] 17b019046270: Preparing [2024-10-16T06:05:14.648Z] a7b49ba37ae9: Preparing [2024-10-16T06:05:14.648Z] d75d60d73482: Preparing [2024-10-16T06:05:14.648Z] 92025d204b8f: Preparing [2024-10-16T06:05:14.648Z] 7505dbb4ff17: Preparing [2024-10-16T06:05:14.648Z] 26227954b0d4: Preparing [2024-10-16T06:05:14.648Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:14.648Z] 7505dbb4ff17: Waiting [2024-10-16T06:05:14.648Z] 26227954b0d4: Waiting [2024-10-16T06:05:14.648Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:14.648Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:14.648Z] 17b019046270: Layer already exists [2024-10-16T06:05:14.648Z] a7b49ba37ae9: Layer already exists [2024-10-16T06:05:14.648Z] 04da0b786f5d: Layer already exists [2024-10-16T06:05:14.648Z] d75d60d73482: Layer already exists [2024-10-16T06:05:14.648Z] 26227954b0d4: Layer already exists [2024-10-16T06:05:14.648Z] 7505dbb4ff17: Layer already exists [2024-10-16T06:05:14.648Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:14.648Z] 3.2.0-dev.107: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:14.985Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:15.306Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:15.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-16T06:05:15.306Z] 04da0b786f5d: Preparing [2024-10-16T06:05:15.306Z] 17b019046270: Preparing [2024-10-16T06:05:15.306Z] a7b49ba37ae9: Preparing [2024-10-16T06:05:15.306Z] d75d60d73482: Preparing [2024-10-16T06:05:15.306Z] 92025d204b8f: Preparing [2024-10-16T06:05:15.306Z] 7505dbb4ff17: Preparing [2024-10-16T06:05:15.306Z] 26227954b0d4: Preparing [2024-10-16T06:05:15.306Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:15.306Z] 7505dbb4ff17: Waiting [2024-10-16T06:05:15.306Z] 26227954b0d4: Waiting [2024-10-16T06:05:15.306Z] a7b49ba37ae9: Layer already exists [2024-10-16T06:05:15.306Z] d75d60d73482: Layer already exists [2024-10-16T06:05:15.306Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:15.306Z] 17b019046270: Layer already exists [2024-10-16T06:05:15.306Z] 04da0b786f5d: Layer already exists [2024-10-16T06:05:15.306Z] 7505dbb4ff17: Layer already exists [2024-10-16T06:05:15.306Z] 26227954b0d4: Layer already exists [2024-10-16T06:05:15.306Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:15.306Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:15.638Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:15.957Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-10-16T06:05:15.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-16T06:05:15.957Z] 04da0b786f5d: Preparing [2024-10-16T06:05:15.957Z] 17b019046270: Preparing [2024-10-16T06:05:15.957Z] a7b49ba37ae9: Preparing [2024-10-16T06:05:15.957Z] d75d60d73482: Preparing [2024-10-16T06:05:15.957Z] 92025d204b8f: Preparing [2024-10-16T06:05:15.957Z] 7505dbb4ff17: Preparing [2024-10-16T06:05:15.957Z] 26227954b0d4: Preparing [2024-10-16T06:05:15.957Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:15.957Z] 7505dbb4ff17: Waiting [2024-10-16T06:05:15.957Z] 26227954b0d4: Waiting [2024-10-16T06:05:15.957Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:15.957Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:15.957Z] 04da0b786f5d: Layer already exists [2024-10-16T06:05:15.957Z] a7b49ba37ae9: Layer already exists [2024-10-16T06:05:15.957Z] d75d60d73482: Layer already exists [2024-10-16T06:05:15.957Z] 17b019046270: Layer already exists [2024-10-16T06:05:15.957Z] 26227954b0d4: Layer already exists [2024-10-16T06:05:15.957Z] 7505dbb4ff17: Layer already exists [2024-10-16T06:05:15.957Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:15.957Z] main: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:05:16.031Z] ===================================================== [Pipeline] echo [2024-10-16T06:05:16.045Z] taggedImages: [2024-10-16T06:05:16.045Z] - nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:16.045Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-16T06:05:16.045Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.107 [2024-10-16T06:05:16.045Z] - nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:16.045Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-10-16T06:05:16.083Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-10-16T06:05:16.083Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:16.083Z] latest [2024-10-16T06:05:16.083Z] 3.2.0-dev.107 [2024-10-16T06:05:16.083Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:16.083Z] main [2024-10-16T06:05:16.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:16.435Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:16.771Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:16.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-16T06:05:16.771Z] 6d8a42327a10: Preparing [2024-10-16T06:05:16.771Z] 32ce91251b92: Preparing [2024-10-16T06:05:16.771Z] d75d60d73482: Preparing [2024-10-16T06:05:16.771Z] 92025d204b8f: Preparing [2024-10-16T06:05:16.771Z] 90803da7825b: Preparing [2024-10-16T06:05:16.771Z] 4b1f0c61b248: Preparing [2024-10-16T06:05:16.771Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:16.771Z] 4b1f0c61b248: Waiting [2024-10-16T06:05:16.771Z] d75d60d73482: Layer already exists [2024-10-16T06:05:16.771Z] 90803da7825b: Layer already exists [2024-10-16T06:05:16.771Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:16.771Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:05:16.771Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:16.771Z] 6d8a42327a10: Pushed [2024-10-16T06:05:25.941Z] 32ce91251b92: Pushed [2024-10-16T06:05:25.941Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:26.267Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:26.596Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-16T06:05:26.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-16T06:05:26.596Z] 6d8a42327a10: Preparing [2024-10-16T06:05:26.596Z] 32ce91251b92: Preparing [2024-10-16T06:05:26.596Z] d75d60d73482: Preparing [2024-10-16T06:05:26.596Z] 92025d204b8f: Preparing [2024-10-16T06:05:26.596Z] 90803da7825b: Preparing [2024-10-16T06:05:26.596Z] 4b1f0c61b248: Preparing [2024-10-16T06:05:26.596Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:26.596Z] 4b1f0c61b248: Waiting [2024-10-16T06:05:26.596Z] 6d8a42327a10: Layer already exists [2024-10-16T06:05:26.596Z] 32ce91251b92: Layer already exists [2024-10-16T06:05:26.596Z] d75d60d73482: Layer already exists [2024-10-16T06:05:26.596Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:26.596Z] 90803da7825b: Layer already exists [2024-10-16T06:05:26.596Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:05:26.597Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:26.597Z] latest: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:26.927Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:27.282Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.107 [2024-10-16T06:05:27.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-16T06:05:27.282Z] 6d8a42327a10: Preparing [2024-10-16T06:05:27.282Z] 32ce91251b92: Preparing [2024-10-16T06:05:27.282Z] d75d60d73482: Preparing [2024-10-16T06:05:27.282Z] 92025d204b8f: Preparing [2024-10-16T06:05:27.282Z] 90803da7825b: Preparing [2024-10-16T06:05:27.282Z] 4b1f0c61b248: Preparing [2024-10-16T06:05:27.282Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:27.282Z] 4b1f0c61b248: Waiting [2024-10-16T06:05:27.282Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:27.282Z] 32ce91251b92: Layer already exists [2024-10-16T06:05:27.282Z] 90803da7825b: Layer already exists [2024-10-16T06:05:27.282Z] 6d8a42327a10: Layer already exists [2024-10-16T06:05:27.282Z] d75d60d73482: Layer already exists [2024-10-16T06:05:27.282Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:27.282Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:05:27.282Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:27.282Z] 3.2.0-dev.107: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:27.668Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:28.024Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:28.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-16T06:05:28.024Z] 6d8a42327a10: Preparing [2024-10-16T06:05:28.024Z] 32ce91251b92: Preparing [2024-10-16T06:05:28.024Z] d75d60d73482: Preparing [2024-10-16T06:05:28.024Z] 92025d204b8f: Preparing [2024-10-16T06:05:28.024Z] 90803da7825b: Preparing [2024-10-16T06:05:28.024Z] 4b1f0c61b248: Preparing [2024-10-16T06:05:28.024Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:28.024Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:28.024Z] d75d60d73482: Layer already exists [2024-10-16T06:05:28.024Z] 90803da7825b: Layer already exists [2024-10-16T06:05:28.024Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:28.024Z] 6d8a42327a10: Layer already exists [2024-10-16T06:05:28.024Z] 32ce91251b92: Layer already exists [2024-10-16T06:05:28.024Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:05:28.024Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:28.024Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:28.374Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:05:28.696Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-10-16T06:05:28.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-10-16T06:05:28.696Z] 6d8a42327a10: Preparing [2024-10-16T06:05:28.696Z] 32ce91251b92: Preparing [2024-10-16T06:05:28.696Z] d75d60d73482: Preparing [2024-10-16T06:05:28.696Z] 92025d204b8f: Preparing [2024-10-16T06:05:28.696Z] 90803da7825b: Preparing [2024-10-16T06:05:28.696Z] 4b1f0c61b248: Preparing [2024-10-16T06:05:28.696Z] 63ca1fbb43ae: Preparing [2024-10-16T06:05:28.696Z] 4b1f0c61b248: Waiting [2024-10-16T06:05:28.696Z] 63ca1fbb43ae: Waiting [2024-10-16T06:05:28.696Z] 90803da7825b: Layer already exists [2024-10-16T06:05:28.696Z] 6d8a42327a10: Layer already exists [2024-10-16T06:05:28.696Z] 32ce91251b92: Layer already exists [2024-10-16T06:05:28.696Z] 92025d204b8f: Layer already exists [2024-10-16T06:05:28.696Z] d75d60d73482: Layer already exists [2024-10-16T06:05:28.696Z] 63ca1fbb43ae: Layer already exists [2024-10-16T06:05:28.696Z] 4b1f0c61b248: Layer already exists [2024-10-16T06:05:28.696Z] main: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:05:28.768Z] ===================================================== [Pipeline] echo [2024-10-16T06:05:28.783Z] taggedImages: [2024-10-16T06:05:28.783Z] - nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:05:28.783Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-10-16T06:05:28.783Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.107 [2024-10-16T06:05:28.783Z] - nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:05:28.783Z] - 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-16T06:20:17.686Z] #160 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #150 [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-16T06:20:17.686Z] #150 1167.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-16T06:20:17.686Z] #150 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-16T06:20:17.686Z] #148 DONE 1168.1s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T06:20:17.686Z] #159 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:20:17.686Z] #161 DONE 0.1s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:20:17.686Z] #157 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:20:17.686Z] #162 DONE 0.2s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #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-16T06:20:17.686Z] #163 DONE 0.1s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-16T06:20:17.686Z] #164 DONE 0.1s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-16T06:20:17.686Z] #165 DONE 0.3s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-16T06:20:17.686Z] #166 DONE 0.3s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #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-16T06:20:17.686Z] #167 DONE 2.4s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #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-16T06:20:17.686Z] #155 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #106 [security-proxy-setup] exporting to image [2024-10-16T06:20:17.686Z] #106 exporting layers [2024-10-16T06:20:17.686Z] #106 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-16T06:20:17.686Z] #149 DONE 1173.4s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:20:17.686Z] #156 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #106 [security-proxy-setup] exporting to image [2024-10-16T06:20:17.686Z] #106 exporting layers 1.5s done [2024-10-16T06:20:17.686Z] #106 writing image sha256:18cd866dd3e918de22e181ddd35dab9c72ed2c0dfbb43cea2fda49e46d49aa4d [2024-10-16T06:20:17.686Z] #106 writing image sha256:18cd866dd3e918de22e181ddd35dab9c72ed2c0dfbb43cea2fda49e46d49aa4d done [2024-10-16T06:20:17.686Z] #106 naming to docker.io/library/security-proxy-setup-arm64 done [2024-10-16T06:20:17.686Z] #106 DONE 7.9s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T06:20:17.686Z] #152 ... [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-16T06:20:17.686Z] #168 DONE 0.3s [2024-10-16T06:20:17.686Z] [2024-10-16T06:20:17.686Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-16T06:20:19.644Z] #169 DONE 2.1s [2024-10-16T06:20:19.644Z] [2024-10-16T06:20:19.644Z] #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:20:19.644Z] #170 DONE 0.2s [2024-10-16T06:20:19.644Z] [2024-10-16T06:20:19.644Z] #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:20:19.911Z] #171 DONE 0.3s [2024-10-16T06:20:19.911Z] [2024-10-16T06:20:19.911Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-16T06:20:20.179Z] #172 DONE 0.4s [2024-10-16T06:20:20.179Z] [2024-10-16T06:20:20.179Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-16T06:20:20.179Z] #151 ... [2024-10-16T06:20:20.179Z] [2024-10-16T06:20:20.179Z] #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-16T06:20:20.448Z] #173 DONE 0.2s [2024-10-16T06:20:20.448Z] [2024-10-16T06:20:20.448Z] #174 [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-16T06:20:20.716Z] #174 DONE 0.2s [2024-10-16T06:20:20.716Z] [2024-10-16T06:20:20.716Z] #175 [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-16T06:20:20.716Z] #175 DONE 0.2s [2024-10-16T06:20:20.717Z] [2024-10-16T06:20:20.717Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:20:20.993Z] #160 ... [2024-10-16T06:20:20.993Z] [2024-10-16T06:20:20.993Z] #176 [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-16T06:20:20.993Z] #176 DONE 0.2s [2024-10-16T06:20:20.993Z] [2024-10-16T06:20:20.993Z] #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-16T06:20:21.262Z] #177 DONE 0.2s [2024-10-16T06:20:21.262Z] [2024-10-16T06:20:21.262Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T06:20:21.262Z] #153 ... [2024-10-16T06:20:21.262Z] [2024-10-16T06:20:21.262Z] #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-16T06:20:21.531Z] #178 DONE 0.3s [2024-10-16T06:20:21.531Z] [2024-10-16T06:20:21.531Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:20:21.531Z] #157 ... [2024-10-16T06:20:21.531Z] [2024-10-16T06:20:21.531Z] #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-16T06:20:23.474Z] #179 DONE 1.9s [2024-10-16T06:20:23.474Z] [2024-10-16T06:20:23.474Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:20:23.474Z] #157 ... [2024-10-16T06:20:23.474Z] [2024-10-16T06:20:23.474Z] #106 [security-bootstrapper] exporting to image [2024-10-16T06:20:23.474Z] #106 exporting layers [2024-10-16T06:20:24.435Z] #106 exporting layers 1.0s done [2024-10-16T06:20:24.435Z] #106 writing image sha256:e1b6fbac87034f8f9a28b5e7aced6c967425260216553adf0b015f25ef55614c done [2024-10-16T06:20:24.435Z] #106 naming to docker.io/library/security-bootstrapper-arm64 done [2024-10-16T06:20:24.435Z] #106 DONE 8.9s [2024-10-16T06:20:24.435Z] [2024-10-16T06:20:24.435Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:20:42.646Z] #156 ... [2024-10-16T06:20:42.646Z] [2024-10-16T06:20:42.646Z] #150 [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-16T06:20:42.646Z] #150 DONE 1199.2s [2024-10-16T06:20:42.646Z] [2024-10-16T06:20:42.646Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:20:42.646Z] #156 ... [2024-10-16T06:20:42.646Z] [2024-10-16T06:20:42.646Z] #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:20:42.646Z] #180 DONE 0.2s [2024-10-16T06:20:42.646Z] [2024-10-16T06:20:42.646Z] #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-16T06:20:42.646Z] #155 ... [2024-10-16T06:20:42.646Z] [2024-10-16T06:20:42.646Z] #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:20:42.646Z] #181 DONE 0.1s [2024-10-16T06:20:42.646Z] [2024-10-16T06:20:42.646Z] #182 [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-16T06:20:43.780Z] #182 DONE 0.2s [2024-10-16T06:20:43.780Z] [2024-10-16T06:20:43.780Z] #183 [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-16T06:20:43.780Z] #183 DONE 0.1s [2024-10-16T06:20:43.780Z] [2024-10-16T06:20:43.780Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:20:43.780Z] #184 DONE 0.1s [2024-10-16T06:20:43.780Z] [2024-10-16T06:20:43.780Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:20:43.780Z] #154 ... [2024-10-16T06:20:43.780Z] [2024-10-16T06:20:43.780Z] #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-16T06:20:43.780Z] #185 DONE 0.3s [2024-10-16T06:20:43.780Z] [2024-10-16T06:20:43.780Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-16T06:20:43.780Z] #158 ... [2024-10-16T06:20:43.780Z] [2024-10-16T06:20:43.780Z] #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-16T06:20:44.069Z] #186 DONE 0.5s [2024-10-16T06:20:44.069Z] [2024-10-16T06:20:44.069Z] #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-16T06:20:44.343Z] #187 DONE 0.2s [2024-10-16T06:20:44.343Z] [2024-10-16T06:20:44.343Z] #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-16T06:20:46.940Z] #188 DONE 2.4s [2024-10-16T06:20:46.940Z] [2024-10-16T06:20:46.940Z] #106 [security-secretstore-setup] exporting to image [2024-10-16T06:20:46.940Z] #106 exporting layers [2024-10-16T06:20:48.385Z] #106 exporting layers 1.5s done [2024-10-16T06:20:48.385Z] #106 writing image sha256:0e669ff0f336a6f18fc6697804413fc31e62701edeefcd0e04af3e461c3613c2 done [2024-10-16T06:20:48.385Z] #106 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-10-16T06:20:48.385Z] #106 DONE 10.4s [2024-10-16T06:20:48.385Z] [2024-10-16T06:20:48.385Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:21:15.067Z] #157 ... [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #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-16T06:21:15.067Z] #155 DONE 1231.3s [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:21:15.067Z] #156 ... [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:21:15.067Z] #189 DONE 0.2s [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T06:21:15.067Z] #159 ... [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:21:15.067Z] #190 DONE 0.1s [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:21:15.067Z] #160 ... [2024-10-16T06:21:15.067Z] [2024-10-16T06:21:15.067Z] #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-16T06:21:15.334Z] #191 DONE 0.4s [2024-10-16T06:21:15.334Z] [2024-10-16T06:21:15.334Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:21:15.334Z] #154 ... [2024-10-16T06:21:15.334Z] [2024-10-16T06:21:15.334Z] #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-16T06:21:15.601Z] #192 DONE 0.2s [2024-10-16T06:21:15.601Z] [2024-10-16T06:21:15.601Z] #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-16T06:21:15.601Z] #193 DONE 0.2s [2024-10-16T06:21:15.601Z] [2024-10-16T06:21:15.601Z] #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-16T06:21:18.232Z] #194 DONE 2.2s [2024-10-16T06:21:18.232Z] [2024-10-16T06:21:18.232Z] #106 [core-common-config-bootstrapper] exporting to image [2024-10-16T06:21:18.232Z] #106 exporting layers [2024-10-16T06:21:18.813Z] #106 exporting layers 0.8s done [2024-10-16T06:21:18.813Z] #106 writing image sha256:e0d5eb22f0690537502c300bef973db4305354d58bcdb32ffe19dc9a24fa98eb done [2024-10-16T06:21:18.813Z] #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-10-16T06:21:18.813Z] #106 DONE 11.2s [2024-10-16T06:21:18.813Z] [2024-10-16T06:21:18.813Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:23:40.489Z] #156 ... [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-16T06:23:40.489Z] #151 DONE 1374.1s [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:23:40.489Z] #157 ... [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:23:40.489Z] #195 DONE 0.1s [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T06:23:40.489Z] #153 ... [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:23:40.489Z] #196 DONE 0.1s [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #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-16T06:23:40.489Z] #197 DONE 0.4s [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #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-16T06:23:40.489Z] #198 DONE 0.1s [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #106 [security-spiffe-token-provider] exporting to image [2024-10-16T06:23:40.489Z] #106 exporting layers [2024-10-16T06:23:40.489Z] #106 exporting layers 0.8s done [2024-10-16T06:23:40.489Z] #106 writing image sha256:7a0040a5d8b3165d2ccdc0f148d442f63fa09188d159bacc5a1efc24a6da5bf5 done [2024-10-16T06:23:40.489Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-10-16T06:23:40.489Z] #106 DONE 12.0s [2024-10-16T06:23:40.489Z] [2024-10-16T06:23:40.489Z] #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-16T06:32:02.592Z] #158 DONE 1871.2s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:32:02.592Z] #160 ... [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:32:02.592Z] #199 DONE 0.3s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T06:32:02.592Z] #153 ... [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:32:02.592Z] #200 DONE 0.2s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-16T06:32:02.592Z] #201 DONE 0.5s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #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-16T06:32:02.592Z] #202 DONE 0.1s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-16T06:32:02.592Z] #203 DONE 0.2s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #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-16T06:32:02.592Z] #204 DONE 2.1s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #106 [security-proxy-auth] exporting to image [2024-10-16T06:32:02.592Z] #106 exporting layers [2024-10-16T06:32:02.592Z] #106 exporting layers 0.7s done [2024-10-16T06:32:02.592Z] #106 writing image sha256:a1130230272655ef14556dbc40177314aacde4a319b04fa4d00b9160d1960013 done [2024-10-16T06:32:02.592Z] #106 naming to docker.io/library/security-proxy-auth-arm64 done [2024-10-16T06:32:02.592Z] #106 DONE 12.8s [2024-10-16T06:32:02.592Z] [2024-10-16T06:32:02.592Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:33:10.459Z] #160 ... [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-16T06:33:10.459Z] #153 DONE 1937.6s [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:33:10.459Z] #154 ... [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:33:10.459Z] #205 DONE 0.2s [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:33:10.459Z] #156 ... [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:33:10.459Z] #206 DONE 0.2s [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-16T06:33:10.459Z] #207 DONE 0.4s [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:33:10.459Z] #208 DONE 0.1s [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:33:10.459Z] #157 ... [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #106 [core-command] exporting to image [2024-10-16T06:33:10.459Z] #106 exporting layers [2024-10-16T06:33:10.459Z] #106 exporting layers 0.5s done [2024-10-16T06:33:10.459Z] #106 writing image sha256:b7a4e9c296c16370f6f9b9bd32a3dd38242874c7aa2b04837ec9739651f40782 done [2024-10-16T06:33:10.459Z] #106 naming to docker.io/library/core-command-arm64 done [2024-10-16T06:33:10.459Z] #106 DONE 13.3s [2024-10-16T06:33:10.459Z] [2024-10-16T06:33:10.459Z] #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-16T06:35:17.135Z] #156 DONE 2072.6s [2024-10-16T06:35:17.135Z] [2024-10-16T06:35:17.135Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T06:35:17.135Z] #152 ... [2024-10-16T06:35:17.135Z] [2024-10-16T06:35:17.135Z] #209 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:35:17.135Z] #209 DONE 0.3s [2024-10-16T06:35:17.135Z] [2024-10-16T06:35:17.135Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:35:17.135Z] #160 ... [2024-10-16T06:35:17.135Z] [2024-10-16T06:35:17.135Z] #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-16T06:35:17.135Z] #210 DONE 0.8s [2024-10-16T06:35:17.135Z] [2024-10-16T06:35:17.136Z] #211 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:35:17.403Z] #211 DONE 0.2s [2024-10-16T06:35:17.403Z] [2024-10-16T06:35:17.403Z] #212 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-16T06:35:17.403Z] #212 DONE 0.2s [2024-10-16T06:35:17.403Z] [2024-10-16T06:35:17.403Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T06:35:17.668Z] #159 ... [2024-10-16T06:35:17.668Z] [2024-10-16T06:35:17.668Z] #106 [core-keeper] exporting to image [2024-10-16T06:35:17.668Z] #106 exporting layers [2024-10-16T06:35:18.252Z] #106 exporting layers 0.7s done [2024-10-16T06:35:18.252Z] #106 writing image sha256:402a98c6d1bc6c8a41685bbf57991a1e9e1a9508095938390bc353a895de7881 done [2024-10-16T06:35:18.252Z] #106 naming to docker.io/library/core-keeper-arm64 done [2024-10-16T06:35:18.252Z] #106 DONE 14.0s [2024-10-16T06:35:18.252Z] [2024-10-16T06:35:18.252Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:35:21.599Z] #157 ... [2024-10-16T06:35:21.599Z] [2024-10-16T06:35:21.599Z] #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-16T06:35:21.599Z] #159 DONE 2078.4s [2024-10-16T06:35:21.599Z] [2024-10-16T06:35:21.599Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:35:21.599Z] #157 ... [2024-10-16T06:35:21.599Z] [2024-10-16T06:35:21.599Z] #213 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:35:21.599Z] #213 DONE 0.2s [2024-10-16T06:35:21.599Z] [2024-10-16T06:35:21.599Z] #214 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:35:21.866Z] #214 DONE 0.2s [2024-10-16T06:35:21.867Z] [2024-10-16T06:35:21.867Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:35:21.867Z] #157 ... [2024-10-16T06:35:21.867Z] [2024-10-16T06:35:21.867Z] #215 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-16T06:35:22.456Z] #215 DONE 0.6s [2024-10-16T06:35:22.456Z] [2024-10-16T06:35:22.456Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:35:22.456Z] #157 ... [2024-10-16T06:35:22.456Z] [2024-10-16T06:35:22.456Z] #216 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:35:22.456Z] #216 DONE 0.1s [2024-10-16T06:35:22.724Z] [2024-10-16T06:35:22.724Z] #217 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-16T06:35:22.724Z] #217 DONE 0.1s [2024-10-16T06:35:22.724Z] [2024-10-16T06:35:22.724Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:35:22.724Z] #157 ... [2024-10-16T06:35:22.724Z] [2024-10-16T06:35:22.724Z] #106 [core-data] exporting to image [2024-10-16T06:35:23.690Z] #106 exporting layers 0.7s done [2024-10-16T06:35:23.690Z] #106 writing image sha256:3b67cde511e12b856b25bead18e5a07bea3cc593c01733c83128d3a5964f3b8f 0.0s done [2024-10-16T06:35:23.690Z] #106 naming to docker.io/library/core-data-arm64 done [2024-10-16T06:35:23.690Z] #106 DONE 14.8s [2024-10-16T06:35:23.690Z] [2024-10-16T06:35:23.690Z] #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-16T06:35:23.690Z] #157 DONE 2081.0s [2024-10-16T06:35:23.690Z] [2024-10-16T06:35:23.690Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:35:24.280Z] #154 ... [2024-10-16T06:35:24.280Z] [2024-10-16T06:35:24.280Z] #218 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:35:24.551Z] #218 DONE 0.3s [2024-10-16T06:35:24.551Z] [2024-10-16T06:35:24.551Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:35:24.551Z] #154 ... [2024-10-16T06:35:24.551Z] [2024-10-16T06:35:24.551Z] #219 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:35:24.819Z] #219 DONE 0.2s [2024-10-16T06:35:24.819Z] [2024-10-16T06:35:24.819Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:35:25.086Z] #154 ... [2024-10-16T06:35:25.086Z] [2024-10-16T06:35:25.086Z] #220 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-16T06:35:25.672Z] #220 DONE 0.5s [2024-10-16T06:35:25.672Z] [2024-10-16T06:35:25.672Z] #221 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:35:25.672Z] #221 DONE 0.1s [2024-10-16T06:35:25.672Z] [2024-10-16T06:35:25.672Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:35:25.672Z] #154 ... [2024-10-16T06:35:25.672Z] [2024-10-16T06:35:25.672Z] #222 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-16T06:35:25.672Z] #222 DONE 0.1s [2024-10-16T06:35:25.672Z] [2024-10-16T06:35:25.672Z] #223 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-16T06:35:25.939Z] #223 DONE 0.2s [2024-10-16T06:35:25.939Z] [2024-10-16T06:35:25.939Z] #106 [core-metadata] exporting to image [2024-10-16T06:35:26.534Z] #106 exporting layers 0.5s done [2024-10-16T06:35:26.534Z] #106 writing image sha256:5e1d95717a2241b22bdc871074735248810eb2292e866fb5add526ea44091fcf done [2024-10-16T06:35:26.534Z] #106 naming to docker.io/library/core-metadata-arm64 done [2024-10-16T06:35:26.534Z] #106 DONE 15.3s [2024-10-16T06:35:26.534Z] [2024-10-16T06:35:26.534Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-10-16T06:36:05.636Z] #154 DONE 2121.1s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T06:36:05.636Z] #152 ... [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-16T06:36:05.636Z] #160 DONE 2122.0s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:36:05.636Z] #224 DONE 0.1s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:36:05.636Z] #225 ... [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-16T06:36:05.636Z] #152 DONE 2122.4s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:36:05.636Z] #225 DONE 0.3s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-16T06:36:05.636Z] #226 ... [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #227 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:36:05.636Z] #227 DONE 0.2s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #228 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:36:05.636Z] #228 DONE 0.1s [2024-10-16T06:36:05.636Z] [2024-10-16T06:36:05.636Z] #229 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-16T06:36:05.927Z] #229 DONE 0.3s [2024-10-16T06:36:05.927Z] [2024-10-16T06:36:05.927Z] #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-10-16T06:36:05.927Z] #226 DONE 1.0s [2024-10-16T06:36:05.927Z] [2024-10-16T06:36:05.927Z] #230 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-16T06:36:06.194Z] #230 DONE 0.2s [2024-10-16T06:36:06.194Z] [2024-10-16T06:36:06.194Z] #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-16T06:36:06.194Z] #231 ... [2024-10-16T06:36:06.194Z] [2024-10-16T06:36:06.194Z] #232 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:36:06.194Z] #232 DONE 0.2s [2024-10-16T06:36:06.460Z] [2024-10-16T06:36:06.460Z] #106 [support-scheduler] exporting to image [2024-10-16T06:36:06.460Z] #106 exporting layers [2024-10-16T06:36:07.056Z] #106 ... [2024-10-16T06:36:07.056Z] [2024-10-16T06:36:07.056Z] #233 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-16T06:36:07.056Z] #233 DONE 1.0s [2024-10-16T06:36:07.056Z] [2024-10-16T06:36:07.056Z] #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-16T06:36:07.056Z] #231 DONE 0.7s [2024-10-16T06:36:07.056Z] [2024-10-16T06:36:07.056Z] #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-16T06:36:07.056Z] #234 DONE 0.1s [2024-10-16T06:36:07.056Z] [2024-10-16T06:36:07.056Z] #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-16T06:36:07.056Z] #235 DONE 0.1s [2024-10-16T06:36:07.056Z] [2024-10-16T06:36:07.056Z] #106 [support-cron-scheduler] exporting to image [2024-10-16T06:36:07.322Z] #106 exporting layers 0.9s done [2024-10-16T06:36:07.322Z] #106 ... [2024-10-16T06:36:07.322Z] [2024-10-16T06:36:07.322Z] #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-16T06:36:07.322Z] #236 DONE 0.3s [2024-10-16T06:36:07.322Z] [2024-10-16T06:36:07.322Z] #106 [support-scheduler] exporting to image [2024-10-16T06:36:07.322Z] #106 writing image sha256:f75a73575e207d913d19d95658304ec314bf900727f73152c6bf35ece0f14530 done [2024-10-16T06:36:07.322Z] #106 naming to docker.io/library/support-scheduler-arm64 done [2024-10-16T06:36:07.903Z] #106 exporting layers 0.7s done [2024-10-16T06:36:08.169Z] #106 writing image sha256:35cfdefcb367766937476a3e6e766cc75a90cb9e80ed143f0119fcf1acba52db done [2024-10-16T06:36:08.169Z] #106 naming to docker.io/library/support-notifications-arm64 done [2024-10-16T06:36:08.169Z] #106 exporting layers 1.2s done [2024-10-16T06:36:08.169Z] #106 writing image sha256:28414fa008860e22de3f33b8d42b389dc6273427353aa1693557f3248f08eb46 done [2024-10-16T06:36:08.169Z] #106 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-10-16T06:36:08.169Z] #106 DONE 17.2s [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-16T06:36:08.169Z] time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-16T06:36:08.176Z] $ docker stop --time=1 67ce8357fe06aa4f07cabbd1a9657532db596a30a6a54a8ca1a58df7289f6afa [2024-10-16T06:36:09.879Z] $ docker rm -f --volumes 67ce8357fe06aa4f07cabbd1a9657532db596a30a6a54a8ca1a58df7289f6afa [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-16T06:36:10.396Z] + docker images [2024-10-16T06:36:10.396Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-16T06:36:10.396Z] support-notifications-arm64 latest 35cfdefcb367 3 seconds ago 65.3MB [2024-10-16T06:36:10.396Z] support-cron-scheduler-arm64 latest 28414fa00886 4 seconds ago 66.4MB [2024-10-16T06:36:10.396Z] support-scheduler-arm64 latest f75a73575e20 4 seconds ago 64.6MB [2024-10-16T06:36:10.396Z] core-metadata-arm64 latest 5e1d95717a22 45 seconds ago 42.6MB [2024-10-16T06:36:10.396Z] core-data-arm64 latest 3b67cde511e1 48 seconds ago 42.5MB [2024-10-16T06:36:10.396Z] core-keeper-arm64 latest 402a98c6d1bc 53 seconds ago 41.7MB [2024-10-16T06:36:10.396Z] core-command-arm64 latest b7a4e9c296c1 3 minutes ago 36.8MB [2024-10-16T06:36:10.396Z] security-proxy-auth-arm64 latest a11302302726 4 minutes ago 34.9MB [2024-10-16T06:36:10.396Z] security-spiffe-token-provider-arm64 latest 7a0040a5d8b3 12 minutes ago 42.3MB [2024-10-16T06:36:10.396Z] core-common-config-bootstrapper-arm64 latest e0d5eb22f069 14 minutes ago 22.1MB [2024-10-16T06:36:10.396Z] security-secretstore-setup-arm64 latest 0e669ff0f336 15 minutes ago 52MB [2024-10-16T06:36:10.396Z] security-bootstrapper-arm64 latest e1b6fbac8703 15 minutes ago 27.9MB [2024-10-16T06:36:10.396Z] security-proxy-setup-arm64 latest 18cd866dd3e9 15 minutes ago 34.5MB [2024-10-16T06:36:10.396Z] security-spire-config-arm64 latest 5844b62cadcd 36 minutes ago 117MB [2024-10-16T06:36:10.396Z] security-spire-agent-arm64 latest 6fbc94353003 36 minutes ago 176MB [2024-10-16T06:36:10.396Z] security-spire-server-arm64 latest 517a238212a3 36 minutes ago 118MB [2024-10-16T06:36:10.396Z] ci-base-image-arm64 latest b230582d9d6b 38 minutes ago 965MB [2024-10-16T06:36:10.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 13 days ago 558MB [2024-10-16T06:36:10.396Z] 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-16T06:36:10.542Z] provisioning config files... [2024-10-16T06:36:10.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config9392069725779731613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:36:10.898Z] ---> ****-login.sh [2024-10-16T06:36:10.899Z] nexus3.edgexfoundry.org:10001 [2024-10-16T06:36:11.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:36:11.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:36:11.428Z] Configure a credential helper to remove this warning. See [2024-10-16T06:36:11.428Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:36:11.428Z] [2024-10-16T06:36:11.428Z] Login Succeeded [2024-10-16T06:36:11.428Z] nexus3.edgexfoundry.org:10002 [2024-10-16T06:36:11.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:36:11.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:36:11.694Z] Configure a credential helper to remove this warning. See [2024-10-16T06:36:11.694Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:36:11.694Z] [2024-10-16T06:36:11.694Z] Login Succeeded [2024-10-16T06:36:11.694Z] nexus3.edgexfoundry.org:10003 [2024-10-16T06:36:11.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:36:11.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:36:11.963Z] Configure a credential helper to remove this warning. See [2024-10-16T06:36:11.963Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:36:11.963Z] [2024-10-16T06:36:11.963Z] Login Succeeded [2024-10-16T06:36:11.963Z] nexus3.edgexfoundry.org:10004 [2024-10-16T06:36:12.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:36:12.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:36:12.494Z] Configure a credential helper to remove this warning. See [2024-10-16T06:36:12.494Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:36:12.494Z] [2024-10-16T06:36:12.494Z] Login Succeeded [2024-10-16T06:36:12.494Z] ****.io [2024-10-16T06:36:12.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-16T06:36:13.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-16T06:36:13.023Z] Configure a credential helper to remove this warning. See [2024-10-16T06:36:13.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-16T06:36:13.023Z] [2024-10-16T06:36:13.023Z] Login Succeeded [2024-10-16T06:36:13.023Z] ---> ****-login.sh ends [Pipeline] } [2024-10-16T06:36:13.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:36:13.089Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-16T06:36:13.121Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-10-16T06:36:13.121Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:13.121Z] latest [2024-10-16T06:36:13.121Z] 3.2.0-dev.107 [2024-10-16T06:36:13.121Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:13.121Z] main [2024-10-16T06:36:13.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:13.502Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:13.850Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:13.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-16T06:36:13.850Z] e96fa3ffe391: Preparing [2024-10-16T06:36:13.850Z] cb9342d9a1bf: Preparing [2024-10-16T06:36:13.850Z] 64739c57333b: Preparing [2024-10-16T06:36:13.850Z] 54328cedda7b: Preparing [2024-10-16T06:36:13.850Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:13.850Z] 1b3f683c965e: Preparing [2024-10-16T06:36:13.850Z] 16113d51b718: Preparing [2024-10-16T06:36:13.850Z] 1b3f683c965e: Waiting [2024-10-16T06:36:13.850Z] 16113d51b718: Waiting [2024-10-16T06:36:14.113Z] 54328cedda7b: Pushed [2024-10-16T06:36:14.113Z] 64739c57333b: Pushed [2024-10-16T06:36:14.113Z] e96fa3ffe391: Pushed [2024-10-16T06:36:14.113Z] 16113d51b718: Layer already exists [2024-10-16T06:36:14.113Z] ad27c15ca4bf: Pushed [2024-10-16T06:36:14.113Z] 1b3f683c965e: Pushed [2024-10-16T06:36:22.294Z] cb9342d9a1bf: Pushed [2024-10-16T06:36:22.294Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:22.647Z] + 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-16T06:36:23.013Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-16T06:36:23.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-16T06:36:23.013Z] e96fa3ffe391: Preparing [2024-10-16T06:36:23.013Z] cb9342d9a1bf: Preparing [2024-10-16T06:36:23.013Z] 64739c57333b: Preparing [2024-10-16T06:36:23.013Z] 54328cedda7b: Preparing [2024-10-16T06:36:23.013Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:23.013Z] 1b3f683c965e: Preparing [2024-10-16T06:36:23.013Z] 16113d51b718: Preparing [2024-10-16T06:36:23.013Z] 1b3f683c965e: Waiting [2024-10-16T06:36:23.013Z] 16113d51b718: Waiting [2024-10-16T06:36:23.013Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:23.013Z] 64739c57333b: Layer already exists [2024-10-16T06:36:23.013Z] e96fa3ffe391: Layer already exists [2024-10-16T06:36:23.013Z] cb9342d9a1bf: Layer already exists [2024-10-16T06:36:23.013Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:23.013Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:23.013Z] 16113d51b718: Layer already exists [2024-10-16T06:36:23.280Z] latest: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:23.632Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:23.987Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.107 [2024-10-16T06:36:23.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-16T06:36:23.987Z] e96fa3ffe391: Preparing [2024-10-16T06:36:23.987Z] cb9342d9a1bf: Preparing [2024-10-16T06:36:23.987Z] 64739c57333b: Preparing [2024-10-16T06:36:23.987Z] 54328cedda7b: Preparing [2024-10-16T06:36:23.987Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:23.987Z] 1b3f683c965e: Preparing [2024-10-16T06:36:23.987Z] 16113d51b718: Preparing [2024-10-16T06:36:23.987Z] 1b3f683c965e: Waiting [2024-10-16T06:36:23.987Z] 16113d51b718: Waiting [2024-10-16T06:36:23.987Z] 64739c57333b: Layer already exists [2024-10-16T06:36:23.987Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:23.987Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:23.987Z] cb9342d9a1bf: Layer already exists [2024-10-16T06:36:23.987Z] e96fa3ffe391: Layer already exists [2024-10-16T06:36:23.987Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:23.987Z] 16113d51b718: Layer already exists [2024-10-16T06:36:24.253Z] 3.2.0-dev.107: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:24.602Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:24.953Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:24.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-16T06:36:24.953Z] e96fa3ffe391: Preparing [2024-10-16T06:36:24.953Z] cb9342d9a1bf: Preparing [2024-10-16T06:36:24.953Z] 64739c57333b: Preparing [2024-10-16T06:36:24.953Z] 54328cedda7b: Preparing [2024-10-16T06:36:24.953Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:24.953Z] 1b3f683c965e: Preparing [2024-10-16T06:36:24.953Z] 16113d51b718: Preparing [2024-10-16T06:36:24.953Z] 1b3f683c965e: Waiting [2024-10-16T06:36:24.953Z] 16113d51b718: Waiting [2024-10-16T06:36:24.953Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:24.953Z] 64739c57333b: Layer already exists [2024-10-16T06:36:24.953Z] e96fa3ffe391: Layer already exists [2024-10-16T06:36:24.953Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:24.953Z] cb9342d9a1bf: Layer already exists [2024-10-16T06:36:24.953Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:24.953Z] 16113d51b718: Layer already exists [2024-10-16T06:36:25.219Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:25.575Z] + 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-16T06:36:25.919Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-10-16T06:36:25.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-16T06:36:25.920Z] e96fa3ffe391: Preparing [2024-10-16T06:36:25.920Z] cb9342d9a1bf: Preparing [2024-10-16T06:36:25.920Z] 64739c57333b: Preparing [2024-10-16T06:36:25.920Z] 54328cedda7b: Preparing [2024-10-16T06:36:25.920Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:25.920Z] 1b3f683c965e: Preparing [2024-10-16T06:36:25.920Z] 16113d51b718: Preparing [2024-10-16T06:36:25.920Z] 1b3f683c965e: Waiting [2024-10-16T06:36:25.920Z] 16113d51b718: Waiting [2024-10-16T06:36:25.920Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:25.920Z] 64739c57333b: Layer already exists [2024-10-16T06:36:25.920Z] e96fa3ffe391: Layer already exists [2024-10-16T06:36:25.920Z] cb9342d9a1bf: Layer already exists [2024-10-16T06:36:25.920Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:25.920Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:25.920Z] 16113d51b718: Layer already exists [2024-10-16T06:36:26.183Z] main: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:36:26.249Z] ===================================================== [Pipeline] echo [2024-10-16T06:36:26.263Z] taggedImages: [2024-10-16T06:36:26.263Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:26.263Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-16T06:36:26.263Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.107 [2024-10-16T06:36:26.263Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:26.263Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-10-16T06:36:26.289Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-10-16T06:36:26.289Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:26.289Z] latest [2024-10-16T06:36:26.289Z] 3.2.0-dev.107 [2024-10-16T06:36:26.289Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:26.289Z] main [2024-10-16T06:36:26.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:26.657Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:27.008Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:27.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-16T06:36:27.008Z] 61de33d219eb: Preparing [2024-10-16T06:36:27.008Z] ca791e032ab5: Preparing [2024-10-16T06:36:27.008Z] badf6f20bea9: Preparing [2024-10-16T06:36:27.008Z] d74206e4fc57: Preparing [2024-10-16T06:36:27.008Z] 64739c57333b: Preparing [2024-10-16T06:36:27.008Z] 54328cedda7b: Preparing [2024-10-16T06:36:27.008Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:27.008Z] 1b3f683c965e: Preparing [2024-10-16T06:36:27.008Z] 16113d51b718: Preparing [2024-10-16T06:36:27.008Z] ad27c15ca4bf: Waiting [2024-10-16T06:36:27.008Z] 1b3f683c965e: Waiting [2024-10-16T06:36:27.008Z] 16113d51b718: Waiting [2024-10-16T06:36:27.008Z] 54328cedda7b: Waiting [2024-10-16T06:36:27.008Z] 64739c57333b: Layer already exists [2024-10-16T06:36:27.274Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:27.274Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:27.274Z] ca791e032ab5: Pushed [2024-10-16T06:36:27.274Z] 61de33d219eb: Pushed [2024-10-16T06:36:27.274Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:27.274Z] badf6f20bea9: Pushed [2024-10-16T06:36:27.274Z] 16113d51b718: Layer already exists [2024-10-16T06:36:29.845Z] d74206e4fc57: Pushed [2024-10-16T06:36:30.110Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:30.471Z] + 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-16T06:36:30.829Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-16T06:36:30.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-16T06:36:30.829Z] 61de33d219eb: Preparing [2024-10-16T06:36:30.829Z] ca791e032ab5: Preparing [2024-10-16T06:36:30.829Z] badf6f20bea9: Preparing [2024-10-16T06:36:30.829Z] d74206e4fc57: Preparing [2024-10-16T06:36:30.829Z] 64739c57333b: Preparing [2024-10-16T06:36:30.829Z] 54328cedda7b: Preparing [2024-10-16T06:36:30.829Z] 54328cedda7b: Waiting [2024-10-16T06:36:30.829Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:30.829Z] 1b3f683c965e: Preparing [2024-10-16T06:36:30.829Z] ad27c15ca4bf: Waiting [2024-10-16T06:36:30.829Z] 1b3f683c965e: Waiting [2024-10-16T06:36:30.829Z] 16113d51b718: Preparing [2024-10-16T06:36:30.829Z] d74206e4fc57: Layer already exists [2024-10-16T06:36:30.829Z] badf6f20bea9: Layer already exists [2024-10-16T06:36:30.829Z] ca791e032ab5: Layer already exists [2024-10-16T06:36:30.829Z] 61de33d219eb: Layer already exists [2024-10-16T06:36:30.829Z] 64739c57333b: Layer already exists [2024-10-16T06:36:30.829Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:30.829Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:30.829Z] 16113d51b718: Layer already exists [2024-10-16T06:36:30.829Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:31.095Z] latest: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:31.446Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:31.803Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.107 [2024-10-16T06:36:31.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-16T06:36:31.803Z] 61de33d219eb: Preparing [2024-10-16T06:36:31.803Z] ca791e032ab5: Preparing [2024-10-16T06:36:31.803Z] badf6f20bea9: Preparing [2024-10-16T06:36:31.803Z] d74206e4fc57: Preparing [2024-10-16T06:36:31.803Z] 64739c57333b: Preparing [2024-10-16T06:36:31.803Z] 54328cedda7b: Preparing [2024-10-16T06:36:31.803Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:31.803Z] 1b3f683c965e: Preparing [2024-10-16T06:36:31.803Z] 16113d51b718: Preparing [2024-10-16T06:36:31.803Z] 54328cedda7b: Waiting [2024-10-16T06:36:31.803Z] ad27c15ca4bf: Waiting [2024-10-16T06:36:31.803Z] 16113d51b718: Waiting [2024-10-16T06:36:31.803Z] 1b3f683c965e: Waiting [2024-10-16T06:36:31.803Z] d74206e4fc57: Layer already exists [2024-10-16T06:36:31.803Z] 61de33d219eb: Layer already exists [2024-10-16T06:36:31.803Z] ca791e032ab5: Layer already exists [2024-10-16T06:36:31.803Z] badf6f20bea9: Layer already exists [2024-10-16T06:36:31.803Z] 64739c57333b: Layer already exists [2024-10-16T06:36:31.803Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:31.803Z] 16113d51b718: Layer already exists [2024-10-16T06:36:31.803Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:31.803Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:32.070Z] 3.2.0-dev.107: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:32.440Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:32.800Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:32.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-16T06:36:32.800Z] 61de33d219eb: Preparing [2024-10-16T06:36:32.800Z] ca791e032ab5: Preparing [2024-10-16T06:36:32.800Z] badf6f20bea9: Preparing [2024-10-16T06:36:32.800Z] d74206e4fc57: Preparing [2024-10-16T06:36:32.800Z] 64739c57333b: Preparing [2024-10-16T06:36:32.800Z] 54328cedda7b: Preparing [2024-10-16T06:36:32.800Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:32.800Z] 1b3f683c965e: Preparing [2024-10-16T06:36:32.800Z] 16113d51b718: Preparing [2024-10-16T06:36:32.800Z] 54328cedda7b: Waiting [2024-10-16T06:36:32.800Z] ad27c15ca4bf: Waiting [2024-10-16T06:36:32.800Z] 16113d51b718: Waiting [2024-10-16T06:36:32.800Z] ca791e032ab5: Layer already exists [2024-10-16T06:36:32.800Z] 61de33d219eb: Layer already exists [2024-10-16T06:36:32.800Z] 64739c57333b: Layer already exists [2024-10-16T06:36:32.800Z] d74206e4fc57: Layer already exists [2024-10-16T06:36:32.800Z] badf6f20bea9: Layer already exists [2024-10-16T06:36:32.800Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:32.800Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:32.800Z] 16113d51b718: Layer already exists [2024-10-16T06:36:32.800Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:33.068Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:33.437Z] + 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-16T06:36:33.795Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-10-16T06:36:33.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-16T06:36:33.795Z] 61de33d219eb: Preparing [2024-10-16T06:36:33.795Z] ca791e032ab5: Preparing [2024-10-16T06:36:33.795Z] badf6f20bea9: Preparing [2024-10-16T06:36:33.795Z] d74206e4fc57: Preparing [2024-10-16T06:36:33.795Z] 64739c57333b: Preparing [2024-10-16T06:36:33.795Z] 54328cedda7b: Preparing [2024-10-16T06:36:33.795Z] ad27c15ca4bf: Preparing [2024-10-16T06:36:33.795Z] 1b3f683c965e: Preparing [2024-10-16T06:36:33.795Z] 16113d51b718: Preparing [2024-10-16T06:36:33.795Z] ad27c15ca4bf: Waiting [2024-10-16T06:36:33.795Z] 1b3f683c965e: Waiting [2024-10-16T06:36:33.795Z] 16113d51b718: Waiting [2024-10-16T06:36:33.795Z] 54328cedda7b: Waiting [2024-10-16T06:36:33.795Z] d74206e4fc57: Layer already exists [2024-10-16T06:36:33.795Z] ca791e032ab5: Layer already exists [2024-10-16T06:36:33.795Z] 61de33d219eb: Layer already exists [2024-10-16T06:36:33.795Z] 64739c57333b: Layer already exists [2024-10-16T06:36:33.795Z] badf6f20bea9: Layer already exists [2024-10-16T06:36:33.795Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:33.795Z] 16113d51b718: Layer already exists [2024-10-16T06:36:33.795Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:36:33.795Z] 1b3f683c965e: Layer already exists [2024-10-16T06:36:34.061Z] main: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:36:34.152Z] ===================================================== [Pipeline] echo [2024-10-16T06:36:34.167Z] taggedImages: [2024-10-16T06:36:34.167Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:34.167Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-16T06:36:34.167Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.107 [2024-10-16T06:36:34.167Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:34.167Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-10-16T06:36:34.194Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-10-16T06:36:34.194Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:34.194Z] latest [2024-10-16T06:36:34.194Z] 3.2.0-dev.107 [2024-10-16T06:36:34.194Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:34.194Z] main [2024-10-16T06:36:34.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:34.566Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:35.658Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:35.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-16T06:36:35.658Z] 72b32a04a9ff: Preparing [2024-10-16T06:36:35.658Z] 36cae165c04e: Preparing [2024-10-16T06:36:35.658Z] 2afb2e55dbe8: Preparing [2024-10-16T06:36:35.658Z] 64739c57333b: Preparing [2024-10-16T06:36:35.658Z] 54328cedda7b: Preparing [2024-10-16T06:36:35.658Z] 4198b3a41184: Preparing [2024-10-16T06:36:35.658Z] a56c33a31a56: Preparing [2024-10-16T06:36:35.658Z] 16113d51b718: Preparing [2024-10-16T06:36:35.658Z] 4198b3a41184: Waiting [2024-10-16T06:36:35.658Z] a56c33a31a56: Waiting [2024-10-16T06:36:35.658Z] 16113d51b718: Waiting [2024-10-16T06:36:35.658Z] 36cae165c04e: Pushed [2024-10-16T06:36:35.658Z] 64739c57333b: Layer already exists [2024-10-16T06:36:35.925Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:35.925Z] 16113d51b718: Layer already exists [2024-10-16T06:36:35.925Z] 72b32a04a9ff: Pushed [2024-10-16T06:36:35.925Z] a56c33a31a56: Pushed [2024-10-16T06:36:35.925Z] 4198b3a41184: Pushed [2024-10-16T06:36:42.558Z] 2afb2e55dbe8: Pushed [2024-10-16T06:36:42.558Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:42.903Z] + 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-16T06:36:43.259Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-16T06:36:43.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-16T06:36:43.259Z] 72b32a04a9ff: Preparing [2024-10-16T06:36:43.259Z] 36cae165c04e: Preparing [2024-10-16T06:36:43.259Z] 2afb2e55dbe8: Preparing [2024-10-16T06:36:43.259Z] 64739c57333b: Preparing [2024-10-16T06:36:43.259Z] 54328cedda7b: Preparing [2024-10-16T06:36:43.259Z] 4198b3a41184: Preparing [2024-10-16T06:36:43.259Z] a56c33a31a56: Preparing [2024-10-16T06:36:43.259Z] 16113d51b718: Preparing [2024-10-16T06:36:43.259Z] a56c33a31a56: Waiting [2024-10-16T06:36:43.259Z] 16113d51b718: Waiting [2024-10-16T06:36:43.259Z] 4198b3a41184: Waiting [2024-10-16T06:36:43.259Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:43.259Z] 2afb2e55dbe8: Layer already exists [2024-10-16T06:36:43.259Z] 64739c57333b: Layer already exists [2024-10-16T06:36:43.259Z] 36cae165c04e: Layer already exists [2024-10-16T06:36:43.259Z] 72b32a04a9ff: Layer already exists [2024-10-16T06:36:43.259Z] 16113d51b718: Layer already exists [2024-10-16T06:36:43.259Z] a56c33a31a56: Layer already exists [2024-10-16T06:36:43.259Z] 4198b3a41184: Layer already exists [2024-10-16T06:36:43.259Z] latest: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:43.878Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:44.231Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.107 [2024-10-16T06:36:44.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-16T06:36:44.231Z] 72b32a04a9ff: Preparing [2024-10-16T06:36:44.231Z] 36cae165c04e: Preparing [2024-10-16T06:36:44.231Z] 2afb2e55dbe8: Preparing [2024-10-16T06:36:44.231Z] 64739c57333b: Preparing [2024-10-16T06:36:44.231Z] 54328cedda7b: Preparing [2024-10-16T06:36:44.231Z] 4198b3a41184: Preparing [2024-10-16T06:36:44.231Z] a56c33a31a56: Preparing [2024-10-16T06:36:44.231Z] 16113d51b718: Preparing [2024-10-16T06:36:44.231Z] 4198b3a41184: Waiting [2024-10-16T06:36:44.231Z] a56c33a31a56: Waiting [2024-10-16T06:36:44.231Z] 16113d51b718: Waiting [2024-10-16T06:36:44.231Z] 72b32a04a9ff: Layer already exists [2024-10-16T06:36:44.231Z] 2afb2e55dbe8: Layer already exists [2024-10-16T06:36:44.231Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:44.231Z] 64739c57333b: Layer already exists [2024-10-16T06:36:44.231Z] 36cae165c04e: Layer already exists [2024-10-16T06:36:44.231Z] 16113d51b718: Layer already exists [2024-10-16T06:36:44.231Z] 4198b3a41184: Layer already exists [2024-10-16T06:36:44.231Z] a56c33a31a56: Layer already exists [2024-10-16T06:36:44.495Z] 3.2.0-dev.107: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:44.853Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:45.199Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:45.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-16T06:36:45.199Z] 72b32a04a9ff: Preparing [2024-10-16T06:36:45.199Z] 36cae165c04e: Preparing [2024-10-16T06:36:45.199Z] 2afb2e55dbe8: Preparing [2024-10-16T06:36:45.199Z] 64739c57333b: Preparing [2024-10-16T06:36:45.199Z] 54328cedda7b: Preparing [2024-10-16T06:36:45.199Z] 4198b3a41184: Preparing [2024-10-16T06:36:45.199Z] a56c33a31a56: Preparing [2024-10-16T06:36:45.199Z] 16113d51b718: Preparing [2024-10-16T06:36:45.199Z] 4198b3a41184: Waiting [2024-10-16T06:36:45.199Z] a56c33a31a56: Waiting [2024-10-16T06:36:45.199Z] 16113d51b718: Waiting [2024-10-16T06:36:45.199Z] 36cae165c04e: Layer already exists [2024-10-16T06:36:45.199Z] 72b32a04a9ff: Layer already exists [2024-10-16T06:36:45.199Z] 64739c57333b: Layer already exists [2024-10-16T06:36:45.199Z] 2afb2e55dbe8: Layer already exists [2024-10-16T06:36:45.199Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:45.199Z] a56c33a31a56: Layer already exists [2024-10-16T06:36:45.199Z] 4198b3a41184: Layer already exists [2024-10-16T06:36:45.199Z] 16113d51b718: Layer already exists [2024-10-16T06:36:45.199Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:45.822Z] + 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-16T06:36:46.171Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-10-16T06:36:46.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-16T06:36:46.171Z] 72b32a04a9ff: Preparing [2024-10-16T06:36:46.171Z] 36cae165c04e: Preparing [2024-10-16T06:36:46.171Z] 2afb2e55dbe8: Preparing [2024-10-16T06:36:46.171Z] 64739c57333b: Preparing [2024-10-16T06:36:46.171Z] 54328cedda7b: Preparing [2024-10-16T06:36:46.171Z] 4198b3a41184: Preparing [2024-10-16T06:36:46.171Z] a56c33a31a56: Preparing [2024-10-16T06:36:46.171Z] 16113d51b718: Preparing [2024-10-16T06:36:46.171Z] a56c33a31a56: Waiting [2024-10-16T06:36:46.171Z] 16113d51b718: Waiting [2024-10-16T06:36:46.171Z] 4198b3a41184: Waiting [2024-10-16T06:36:46.171Z] 36cae165c04e: Layer already exists [2024-10-16T06:36:46.171Z] 64739c57333b: Layer already exists [2024-10-16T06:36:46.171Z] 72b32a04a9ff: Layer already exists [2024-10-16T06:36:46.171Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:46.171Z] 2afb2e55dbe8: Layer already exists [2024-10-16T06:36:46.171Z] 4198b3a41184: Layer already exists [2024-10-16T06:36:46.171Z] a56c33a31a56: Layer already exists [2024-10-16T06:36:46.171Z] 16113d51b718: Layer already exists [2024-10-16T06:36:46.435Z] main: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:36:46.504Z] ===================================================== [Pipeline] echo [2024-10-16T06:36:46.516Z] taggedImages: [2024-10-16T06:36:46.517Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:46.517Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-16T06:36:46.517Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.107 [2024-10-16T06:36:46.517Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:46.517Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-10-16T06:36:46.546Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-10-16T06:36:46.546Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:46.546Z] latest [2024-10-16T06:36:46.546Z] 3.2.0-dev.107 [2024-10-16T06:36:46.546Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:46.546Z] main [2024-10-16T06:36:46.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:46.921Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:47.275Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:36:47.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-16T06:36:47.275Z] 78a589abc685: Preparing [2024-10-16T06:36:47.275Z] 94cd5591095f: Preparing [2024-10-16T06:36:47.275Z] 70c662a9d373: Preparing [2024-10-16T06:36:47.275Z] 54328cedda7b: Preparing [2024-10-16T06:36:47.275Z] 81c3caf88b9e: Preparing [2024-10-16T06:36:47.275Z] bd45e8ce13e0: Preparing [2024-10-16T06:36:47.275Z] 16113d51b718: Preparing [2024-10-16T06:36:47.275Z] bd45e8ce13e0: Waiting [2024-10-16T06:36:47.275Z] 16113d51b718: Waiting [2024-10-16T06:36:47.275Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:47.538Z] 78a589abc685: Pushed [2024-10-16T06:36:47.538Z] 94cd5591095f: Pushed [2024-10-16T06:36:47.538Z] 16113d51b718: Layer already exists [2024-10-16T06:36:47.538Z] 81c3caf88b9e: Pushed [2024-10-16T06:36:47.538Z] bd45e8ce13e0: Pushed [2024-10-16T06:36:55.720Z] 70c662a9d373: Pushed [2024-10-16T06:36:55.720Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:56.078Z] + 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-16T06:36:56.430Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-16T06:36:56.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-16T06:36:56.430Z] 78a589abc685: Preparing [2024-10-16T06:36:56.430Z] 94cd5591095f: Preparing [2024-10-16T06:36:56.430Z] 70c662a9d373: Preparing [2024-10-16T06:36:56.430Z] 54328cedda7b: Preparing [2024-10-16T06:36:56.430Z] 81c3caf88b9e: Preparing [2024-10-16T06:36:56.430Z] bd45e8ce13e0: Preparing [2024-10-16T06:36:56.430Z] 16113d51b718: Preparing [2024-10-16T06:36:56.430Z] bd45e8ce13e0: Waiting [2024-10-16T06:36:56.430Z] 16113d51b718: Waiting [2024-10-16T06:36:56.430Z] 81c3caf88b9e: Layer already exists [2024-10-16T06:36:56.430Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:56.430Z] 78a589abc685: Layer already exists [2024-10-16T06:36:56.430Z] 94cd5591095f: Layer already exists [2024-10-16T06:36:56.430Z] 70c662a9d373: Layer already exists [2024-10-16T06:36:56.430Z] 16113d51b718: Layer already exists [2024-10-16T06:36:56.430Z] bd45e8ce13e0: Layer already exists [2024-10-16T06:36:56.696Z] latest: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:57.708Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:58.059Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.107 [2024-10-16T06:36:58.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-16T06:36:58.059Z] 78a589abc685: Preparing [2024-10-16T06:36:58.059Z] 94cd5591095f: Preparing [2024-10-16T06:36:58.059Z] 70c662a9d373: Preparing [2024-10-16T06:36:58.059Z] 54328cedda7b: Preparing [2024-10-16T06:36:58.059Z] 81c3caf88b9e: Preparing [2024-10-16T06:36:58.059Z] bd45e8ce13e0: Preparing [2024-10-16T06:36:58.059Z] 16113d51b718: Preparing [2024-10-16T06:36:58.059Z] bd45e8ce13e0: Waiting [2024-10-16T06:36:58.059Z] 16113d51b718: Waiting [2024-10-16T06:36:58.059Z] 81c3caf88b9e: Layer already exists [2024-10-16T06:36:58.059Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:58.059Z] 78a589abc685: Layer already exists [2024-10-16T06:36:58.059Z] 94cd5591095f: Layer already exists [2024-10-16T06:36:58.059Z] 70c662a9d373: Layer already exists [2024-10-16T06:36:58.059Z] bd45e8ce13e0: Layer already exists [2024-10-16T06:36:58.059Z] 16113d51b718: Layer already exists [2024-10-16T06:36:58.059Z] 3.2.0-dev.107: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:58.677Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:59.022Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:36:59.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-16T06:36:59.022Z] 78a589abc685: Preparing [2024-10-16T06:36:59.022Z] 94cd5591095f: Preparing [2024-10-16T06:36:59.022Z] 70c662a9d373: Preparing [2024-10-16T06:36:59.022Z] 54328cedda7b: Preparing [2024-10-16T06:36:59.022Z] 81c3caf88b9e: Preparing [2024-10-16T06:36:59.022Z] bd45e8ce13e0: Preparing [2024-10-16T06:36:59.022Z] 16113d51b718: Preparing [2024-10-16T06:36:59.022Z] bd45e8ce13e0: Waiting [2024-10-16T06:36:59.022Z] 16113d51b718: Waiting [2024-10-16T06:36:59.022Z] 78a589abc685: Layer already exists [2024-10-16T06:36:59.022Z] 81c3caf88b9e: Layer already exists [2024-10-16T06:36:59.022Z] 54328cedda7b: Layer already exists [2024-10-16T06:36:59.022Z] 70c662a9d373: Layer already exists [2024-10-16T06:36:59.022Z] 94cd5591095f: Layer already exists [2024-10-16T06:36:59.022Z] bd45e8ce13e0: Layer already exists [2024-10-16T06:36:59.022Z] 16113d51b718: Layer already exists [2024-10-16T06:36:59.286Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:36:59.643Z] + 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-16T06:37:00.065Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-10-16T06:37:00.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-16T06:37:00.065Z] 78a589abc685: Preparing [2024-10-16T06:37:00.065Z] 94cd5591095f: Preparing [2024-10-16T06:37:00.065Z] 70c662a9d373: Preparing [2024-10-16T06:37:00.065Z] 54328cedda7b: Preparing [2024-10-16T06:37:00.065Z] 81c3caf88b9e: Preparing [2024-10-16T06:37:00.065Z] bd45e8ce13e0: Preparing [2024-10-16T06:37:00.065Z] 16113d51b718: Preparing [2024-10-16T06:37:00.065Z] bd45e8ce13e0: Waiting [2024-10-16T06:37:00.065Z] 81c3caf88b9e: Layer already exists [2024-10-16T06:37:00.065Z] 70c662a9d373: Layer already exists [2024-10-16T06:37:00.065Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:00.065Z] 94cd5591095f: Layer already exists [2024-10-16T06:37:00.065Z] 78a589abc685: Layer already exists [2024-10-16T06:37:00.065Z] bd45e8ce13e0: Layer already exists [2024-10-16T06:37:00.065Z] 16113d51b718: Layer already exists [2024-10-16T06:37:00.065Z] main: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:37:00.416Z] ===================================================== [Pipeline] echo [2024-10-16T06:37:00.430Z] taggedImages: [2024-10-16T06:37:00.430Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:00.430Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-16T06:37:00.430Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.107 [2024-10-16T06:37:00.430Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:00.430Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-10-16T06:37:00.461Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-10-16T06:37:00.461Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:00.461Z] latest [2024-10-16T06:37:00.461Z] 3.2.0-dev.107 [2024-10-16T06:37:00.461Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:00.461Z] main [2024-10-16T06:37:00.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:00.842Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:01.216Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:01.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-16T06:37:01.216Z] 226766294066: Preparing [2024-10-16T06:37:01.216Z] 485f454f08a6: Preparing [2024-10-16T06:37:01.216Z] 037a8b97bced: Preparing [2024-10-16T06:37:01.216Z] 129defad106a: Preparing [2024-10-16T06:37:01.216Z] 64739c57333b: Preparing [2024-10-16T06:37:01.216Z] 54328cedda7b: Preparing [2024-10-16T06:37:01.216Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:01.216Z] 1b3f683c965e: Preparing [2024-10-16T06:37:01.216Z] 16113d51b718: Preparing [2024-10-16T06:37:01.216Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:01.216Z] 1b3f683c965e: Waiting [2024-10-16T06:37:01.216Z] 16113d51b718: Waiting [2024-10-16T06:37:01.216Z] 54328cedda7b: Waiting [2024-10-16T06:37:01.216Z] 64739c57333b: Layer already exists [2024-10-16T06:37:01.493Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:01.493Z] 037a8b97bced: Pushed [2024-10-16T06:37:01.493Z] 485f454f08a6: Pushed [2024-10-16T06:37:01.493Z] 226766294066: Pushed [2024-10-16T06:37:01.493Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:01.493Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:01.493Z] 16113d51b718: Layer already exists [2024-10-16T06:37:09.700Z] 129defad106a: Pushed [2024-10-16T06:37:09.700Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:10.040Z] + 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-16T06:37:10.382Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-16T06:37:10.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-16T06:37:10.382Z] 226766294066: Preparing [2024-10-16T06:37:10.382Z] 485f454f08a6: Preparing [2024-10-16T06:37:10.382Z] 037a8b97bced: Preparing [2024-10-16T06:37:10.382Z] 129defad106a: Preparing [2024-10-16T06:37:10.382Z] 64739c57333b: Preparing [2024-10-16T06:37:10.382Z] 54328cedda7b: Preparing [2024-10-16T06:37:10.382Z] 54328cedda7b: Waiting [2024-10-16T06:37:10.382Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:10.382Z] 1b3f683c965e: Preparing [2024-10-16T06:37:10.382Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:10.382Z] 1b3f683c965e: Waiting [2024-10-16T06:37:10.382Z] 16113d51b718: Preparing [2024-10-16T06:37:10.382Z] 16113d51b718: Waiting [2024-10-16T06:37:10.382Z] 037a8b97bced: Layer already exists [2024-10-16T06:37:10.382Z] 64739c57333b: Layer already exists [2024-10-16T06:37:10.382Z] 485f454f08a6: Layer already exists [2024-10-16T06:37:10.382Z] 226766294066: Layer already exists [2024-10-16T06:37:10.382Z] 129defad106a: Layer already exists [2024-10-16T06:37:10.382Z] 16113d51b718: Layer already exists [2024-10-16T06:37:10.382Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:10.382Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:10.382Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:10.645Z] latest: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:10.996Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:11.347Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.107 [2024-10-16T06:37:11.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-16T06:37:11.347Z] 226766294066: Preparing [2024-10-16T06:37:11.347Z] 485f454f08a6: Preparing [2024-10-16T06:37:11.347Z] 037a8b97bced: Preparing [2024-10-16T06:37:11.347Z] 129defad106a: Preparing [2024-10-16T06:37:11.347Z] 64739c57333b: Preparing [2024-10-16T06:37:11.347Z] 54328cedda7b: Preparing [2024-10-16T06:37:11.347Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:11.347Z] 1b3f683c965e: Preparing [2024-10-16T06:37:11.347Z] 16113d51b718: Preparing [2024-10-16T06:37:11.347Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:11.347Z] 1b3f683c965e: Waiting [2024-10-16T06:37:11.347Z] 16113d51b718: Waiting [2024-10-16T06:37:11.347Z] 54328cedda7b: Waiting [2024-10-16T06:37:11.347Z] 037a8b97bced: Layer already exists [2024-10-16T06:37:11.347Z] 485f454f08a6: Layer already exists [2024-10-16T06:37:11.347Z] 226766294066: Layer already exists [2024-10-16T06:37:11.347Z] 64739c57333b: Layer already exists [2024-10-16T06:37:11.347Z] 129defad106a: Layer already exists [2024-10-16T06:37:11.347Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:11.347Z] 16113d51b718: Layer already exists [2024-10-16T06:37:11.347Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:11.347Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:11.612Z] 3.2.0-dev.107: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:11.958Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:12.305Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:12.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-16T06:37:12.305Z] 226766294066: Preparing [2024-10-16T06:37:12.305Z] 485f454f08a6: Preparing [2024-10-16T06:37:12.305Z] 037a8b97bced: Preparing [2024-10-16T06:37:12.305Z] 129defad106a: Preparing [2024-10-16T06:37:12.305Z] 64739c57333b: Preparing [2024-10-16T06:37:12.305Z] 54328cedda7b: Preparing [2024-10-16T06:37:12.305Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:12.305Z] 1b3f683c965e: Preparing [2024-10-16T06:37:12.305Z] 16113d51b718: Preparing [2024-10-16T06:37:12.305Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:12.305Z] 54328cedda7b: Waiting [2024-10-16T06:37:12.305Z] 1b3f683c965e: Waiting [2024-10-16T06:37:12.305Z] 16113d51b718: Waiting [2024-10-16T06:37:12.305Z] 485f454f08a6: Layer already exists [2024-10-16T06:37:12.305Z] 64739c57333b: Layer already exists [2024-10-16T06:37:12.305Z] 037a8b97bced: Layer already exists [2024-10-16T06:37:12.305Z] 129defad106a: Layer already exists [2024-10-16T06:37:12.305Z] 226766294066: Layer already exists [2024-10-16T06:37:12.305Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:12.305Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:12.305Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:12.305Z] 16113d51b718: Layer already exists [2024-10-16T06:37:12.569Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:12.911Z] + 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-16T06:37:13.264Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-10-16T06:37:13.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-16T06:37:13.264Z] 226766294066: Preparing [2024-10-16T06:37:13.264Z] 485f454f08a6: Preparing [2024-10-16T06:37:13.264Z] 037a8b97bced: Preparing [2024-10-16T06:37:13.264Z] 129defad106a: Preparing [2024-10-16T06:37:13.264Z] 64739c57333b: Preparing [2024-10-16T06:37:13.264Z] 54328cedda7b: Preparing [2024-10-16T06:37:13.264Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:13.264Z] 1b3f683c965e: Preparing [2024-10-16T06:37:13.264Z] 16113d51b718: Preparing [2024-10-16T06:37:13.264Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:13.264Z] 1b3f683c965e: Waiting [2024-10-16T06:37:13.264Z] 16113d51b718: Waiting [2024-10-16T06:37:13.264Z] 54328cedda7b: Waiting [2024-10-16T06:37:13.264Z] 64739c57333b: Layer already exists [2024-10-16T06:37:13.264Z] 485f454f08a6: Layer already exists [2024-10-16T06:37:13.264Z] 129defad106a: Layer already exists [2024-10-16T06:37:13.264Z] 037a8b97bced: Layer already exists [2024-10-16T06:37:13.264Z] 226766294066: Layer already exists [2024-10-16T06:37:13.264Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:13.264Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:13.264Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:13.264Z] 16113d51b718: Layer already exists [2024-10-16T06:37:13.529Z] main: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:37:13.614Z] ===================================================== [Pipeline] echo [2024-10-16T06:37:13.627Z] taggedImages: [2024-10-16T06:37:13.627Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:13.627Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-16T06:37:13.627Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.107 [2024-10-16T06:37:13.627Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:13.627Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-10-16T06:37:13.651Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-10-16T06:37:13.651Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:13.651Z] latest [2024-10-16T06:37:13.651Z] 3.2.0-dev.107 [2024-10-16T06:37:13.651Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:13.651Z] main [2024-10-16T06:37:13.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:14.010Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:14.357Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:14.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-16T06:37:14.357Z] 96ba01c7c861: Preparing [2024-10-16T06:37:14.357Z] dd4c65b49fb5: Preparing [2024-10-16T06:37:14.357Z] 839efc411b47: Preparing [2024-10-16T06:37:14.357Z] 247a4a17e52b: Preparing [2024-10-16T06:37:14.357Z] 74f0e66a837d: Preparing [2024-10-16T06:37:14.357Z] e23dcfe1bcbf: Preparing [2024-10-16T06:37:14.357Z] 7269432cef97: Preparing [2024-10-16T06:37:14.357Z] a383e4e6b786: Preparing [2024-10-16T06:37:14.357Z] 64739c57333b: Preparing [2024-10-16T06:37:14.357Z] 54328cedda7b: Preparing [2024-10-16T06:37:14.357Z] 3af5ec6fc830: Preparing [2024-10-16T06:37:14.357Z] 779e94dd31ac: Preparing [2024-10-16T06:37:14.357Z] 5f70bf18a086: Preparing [2024-10-16T06:37:14.357Z] 889a92f4f431: Preparing [2024-10-16T06:37:14.357Z] 44d456bdd286: Preparing [2024-10-16T06:37:14.357Z] 3f8ad28a387d: Preparing [2024-10-16T06:37:14.357Z] 16113d51b718: Preparing [2024-10-16T06:37:14.357Z] e23dcfe1bcbf: Waiting [2024-10-16T06:37:14.357Z] 779e94dd31ac: Waiting [2024-10-16T06:37:14.357Z] 5f70bf18a086: Waiting [2024-10-16T06:37:14.357Z] 7269432cef97: Waiting [2024-10-16T06:37:14.357Z] 889a92f4f431: Waiting [2024-10-16T06:37:14.357Z] a383e4e6b786: Waiting [2024-10-16T06:37:14.357Z] 44d456bdd286: Waiting [2024-10-16T06:37:14.357Z] 64739c57333b: Waiting [2024-10-16T06:37:14.357Z] 3f8ad28a387d: Waiting [2024-10-16T06:37:14.357Z] 16113d51b718: Waiting [2024-10-16T06:37:14.357Z] 54328cedda7b: Waiting [2024-10-16T06:37:14.357Z] 3af5ec6fc830: Waiting [2024-10-16T06:37:14.627Z] 839efc411b47: Pushed [2024-10-16T06:37:14.627Z] 74f0e66a837d: Pushed [2024-10-16T06:37:14.627Z] 247a4a17e52b: Pushed [2024-10-16T06:37:14.627Z] dd4c65b49fb5: Pushed [2024-10-16T06:37:14.627Z] 96ba01c7c861: Pushed [2024-10-16T06:37:14.627Z] 64739c57333b: Layer already exists [2024-10-16T06:37:14.627Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:14.627Z] e23dcfe1bcbf: Pushed [2024-10-16T06:37:14.905Z] 7269432cef97: Pushed [2024-10-16T06:37:14.905Z] 5f70bf18a086: Layer already exists [2024-10-16T06:37:14.905Z] 3af5ec6fc830: Pushed [2024-10-16T06:37:14.905Z] 779e94dd31ac: Pushed [2024-10-16T06:37:14.905Z] 16113d51b718: Layer already exists [2024-10-16T06:37:14.905Z] 889a92f4f431: Pushed [2024-10-16T06:37:14.905Z] 44d456bdd286: Pushed [2024-10-16T06:37:14.905Z] 3f8ad28a387d: Pushed [2024-10-16T06:37:19.140Z] a383e4e6b786: Pushed [2024-10-16T06:37:19.140Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:19.496Z] + 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-16T06:37:19.851Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-16T06:37:19.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-16T06:37:19.851Z] 96ba01c7c861: Preparing [2024-10-16T06:37:19.851Z] dd4c65b49fb5: Preparing [2024-10-16T06:37:19.851Z] 839efc411b47: Preparing [2024-10-16T06:37:19.851Z] 247a4a17e52b: Preparing [2024-10-16T06:37:19.851Z] 74f0e66a837d: Preparing [2024-10-16T06:37:19.851Z] e23dcfe1bcbf: Preparing [2024-10-16T06:37:19.851Z] 7269432cef97: Preparing [2024-10-16T06:37:19.851Z] e23dcfe1bcbf: Waiting [2024-10-16T06:37:19.851Z] a383e4e6b786: Preparing [2024-10-16T06:37:19.851Z] 7269432cef97: Waiting [2024-10-16T06:37:19.851Z] 64739c57333b: Preparing [2024-10-16T06:37:19.851Z] a383e4e6b786: Waiting [2024-10-16T06:37:19.851Z] 54328cedda7b: Preparing [2024-10-16T06:37:19.851Z] 64739c57333b: Waiting [2024-10-16T06:37:19.851Z] 3af5ec6fc830: Preparing [2024-10-16T06:37:19.851Z] 54328cedda7b: Waiting [2024-10-16T06:37:19.851Z] 779e94dd31ac: Preparing [2024-10-16T06:37:19.851Z] 5f70bf18a086: Preparing [2024-10-16T06:37:19.851Z] 889a92f4f431: Preparing [2024-10-16T06:37:19.851Z] 44d456bdd286: Preparing [2024-10-16T06:37:19.851Z] 3f8ad28a387d: Preparing [2024-10-16T06:37:19.851Z] 16113d51b718: Preparing [2024-10-16T06:37:19.851Z] 779e94dd31ac: Waiting [2024-10-16T06:37:19.851Z] 5f70bf18a086: Waiting [2024-10-16T06:37:19.851Z] 889a92f4f431: Waiting [2024-10-16T06:37:19.851Z] 44d456bdd286: Waiting [2024-10-16T06:37:19.851Z] 3f8ad28a387d: Waiting [2024-10-16T06:37:19.851Z] 16113d51b718: Waiting [2024-10-16T06:37:19.851Z] dd4c65b49fb5: Layer already exists [2024-10-16T06:37:19.851Z] 96ba01c7c861: Layer already exists [2024-10-16T06:37:19.851Z] 839efc411b47: Layer already exists [2024-10-16T06:37:19.851Z] 74f0e66a837d: Layer already exists [2024-10-16T06:37:19.851Z] 247a4a17e52b: Layer already exists [2024-10-16T06:37:19.851Z] a383e4e6b786: Layer already exists [2024-10-16T06:37:19.851Z] 7269432cef97: Layer already exists [2024-10-16T06:37:19.851Z] e23dcfe1bcbf: Layer already exists [2024-10-16T06:37:19.851Z] 64739c57333b: Layer already exists [2024-10-16T06:37:19.851Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:19.851Z] 779e94dd31ac: Layer already exists [2024-10-16T06:37:19.851Z] 889a92f4f431: Layer already exists [2024-10-16T06:37:19.851Z] 3af5ec6fc830: Layer already exists [2024-10-16T06:37:19.851Z] 44d456bdd286: Layer already exists [2024-10-16T06:37:19.851Z] 5f70bf18a086: Layer already exists [2024-10-16T06:37:19.851Z] 3f8ad28a387d: Layer already exists [2024-10-16T06:37:19.851Z] 16113d51b718: Layer already exists [2024-10-16T06:37:20.116Z] latest: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:20.471Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:20.813Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.107 [2024-10-16T06:37:20.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-16T06:37:20.813Z] 96ba01c7c861: Preparing [2024-10-16T06:37:20.813Z] dd4c65b49fb5: Preparing [2024-10-16T06:37:20.813Z] 839efc411b47: Preparing [2024-10-16T06:37:20.813Z] 247a4a17e52b: Preparing [2024-10-16T06:37:20.813Z] 74f0e66a837d: Preparing [2024-10-16T06:37:20.813Z] e23dcfe1bcbf: Preparing [2024-10-16T06:37:20.813Z] 7269432cef97: Preparing [2024-10-16T06:37:20.813Z] a383e4e6b786: Preparing [2024-10-16T06:37:20.813Z] 64739c57333b: Preparing [2024-10-16T06:37:20.813Z] 54328cedda7b: Preparing [2024-10-16T06:37:20.813Z] 3af5ec6fc830: Preparing [2024-10-16T06:37:20.813Z] 779e94dd31ac: Preparing [2024-10-16T06:37:20.813Z] 5f70bf18a086: Preparing [2024-10-16T06:37:20.813Z] 889a92f4f431: Preparing [2024-10-16T06:37:20.813Z] 44d456bdd286: Preparing [2024-10-16T06:37:20.813Z] 3f8ad28a387d: Preparing [2024-10-16T06:37:20.813Z] 16113d51b718: Preparing [2024-10-16T06:37:20.813Z] 54328cedda7b: Waiting [2024-10-16T06:37:20.813Z] 3af5ec6fc830: Waiting [2024-10-16T06:37:20.813Z] 779e94dd31ac: Waiting [2024-10-16T06:37:20.813Z] 5f70bf18a086: Waiting [2024-10-16T06:37:20.813Z] 889a92f4f431: Waiting [2024-10-16T06:37:20.813Z] 44d456bdd286: Waiting [2024-10-16T06:37:20.813Z] 3f8ad28a387d: Waiting [2024-10-16T06:37:20.813Z] 16113d51b718: Waiting [2024-10-16T06:37:20.813Z] 7269432cef97: Waiting [2024-10-16T06:37:20.813Z] a383e4e6b786: Waiting [2024-10-16T06:37:20.813Z] e23dcfe1bcbf: Waiting [2024-10-16T06:37:20.813Z] 64739c57333b: Waiting [2024-10-16T06:37:20.813Z] 247a4a17e52b: Layer already exists [2024-10-16T06:37:20.813Z] dd4c65b49fb5: Layer already exists [2024-10-16T06:37:20.813Z] 96ba01c7c861: Layer already exists [2024-10-16T06:37:20.813Z] 74f0e66a837d: Layer already exists [2024-10-16T06:37:20.813Z] 839efc411b47: Layer already exists [2024-10-16T06:37:20.813Z] a383e4e6b786: Layer already exists [2024-10-16T06:37:20.813Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:20.813Z] 3af5ec6fc830: Layer already exists [2024-10-16T06:37:20.813Z] 5f70bf18a086: Layer already exists [2024-10-16T06:37:20.813Z] 889a92f4f431: Layer already exists [2024-10-16T06:37:21.077Z] 44d456bdd286: Layer already exists [2024-10-16T06:37:21.077Z] 7269432cef97: Layer already exists [2024-10-16T06:37:21.077Z] e23dcfe1bcbf: Layer already exists [2024-10-16T06:37:21.077Z] 3f8ad28a387d: Layer already exists [2024-10-16T06:37:21.077Z] 64739c57333b: Layer already exists [2024-10-16T06:37:21.077Z] 779e94dd31ac: Layer already exists [2024-10-16T06:37:21.077Z] 16113d51b718: Layer already exists [2024-10-16T06:37:21.077Z] 3.2.0-dev.107: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:21.441Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:21.790Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:21.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-16T06:37:21.790Z] 96ba01c7c861: Preparing [2024-10-16T06:37:21.790Z] dd4c65b49fb5: Preparing [2024-10-16T06:37:21.790Z] 839efc411b47: Preparing [2024-10-16T06:37:21.790Z] 247a4a17e52b: Preparing [2024-10-16T06:37:21.790Z] 74f0e66a837d: Preparing [2024-10-16T06:37:21.790Z] e23dcfe1bcbf: Preparing [2024-10-16T06:37:21.790Z] 7269432cef97: Preparing [2024-10-16T06:37:21.790Z] a383e4e6b786: Preparing [2024-10-16T06:37:21.790Z] 64739c57333b: Preparing [2024-10-16T06:37:21.790Z] 54328cedda7b: Preparing [2024-10-16T06:37:21.790Z] 3af5ec6fc830: Preparing [2024-10-16T06:37:21.790Z] 779e94dd31ac: Preparing [2024-10-16T06:37:21.790Z] 5f70bf18a086: Preparing [2024-10-16T06:37:21.790Z] 889a92f4f431: Preparing [2024-10-16T06:37:21.790Z] 44d456bdd286: Preparing [2024-10-16T06:37:21.790Z] 3f8ad28a387d: Preparing [2024-10-16T06:37:21.790Z] 16113d51b718: Preparing [2024-10-16T06:37:21.790Z] a383e4e6b786: Waiting [2024-10-16T06:37:21.790Z] 64739c57333b: Waiting [2024-10-16T06:37:21.790Z] 54328cedda7b: Waiting [2024-10-16T06:37:21.790Z] 3af5ec6fc830: Waiting [2024-10-16T06:37:21.790Z] 779e94dd31ac: Waiting [2024-10-16T06:37:21.790Z] 5f70bf18a086: Waiting [2024-10-16T06:37:21.790Z] 889a92f4f431: Waiting [2024-10-16T06:37:21.790Z] 44d456bdd286: Waiting [2024-10-16T06:37:21.790Z] 3f8ad28a387d: Waiting [2024-10-16T06:37:21.790Z] 16113d51b718: Waiting [2024-10-16T06:37:21.790Z] e23dcfe1bcbf: Waiting [2024-10-16T06:37:21.790Z] 7269432cef97: Waiting [2024-10-16T06:37:21.790Z] dd4c65b49fb5: Layer already exists [2024-10-16T06:37:21.790Z] 839efc411b47: Layer already exists [2024-10-16T06:37:21.790Z] 247a4a17e52b: Layer already exists [2024-10-16T06:37:21.790Z] 96ba01c7c861: Layer already exists [2024-10-16T06:37:21.790Z] 74f0e66a837d: Layer already exists [2024-10-16T06:37:21.790Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:21.790Z] 7269432cef97: Layer already exists [2024-10-16T06:37:21.790Z] e23dcfe1bcbf: Layer already exists [2024-10-16T06:37:21.790Z] a383e4e6b786: Layer already exists [2024-10-16T06:37:21.790Z] 64739c57333b: Layer already exists [2024-10-16T06:37:21.790Z] 5f70bf18a086: Layer already exists [2024-10-16T06:37:21.790Z] 3af5ec6fc830: Layer already exists [2024-10-16T06:37:21.790Z] 779e94dd31ac: Layer already exists [2024-10-16T06:37:21.790Z] 889a92f4f431: Layer already exists [2024-10-16T06:37:21.790Z] 44d456bdd286: Layer already exists [2024-10-16T06:37:21.790Z] 16113d51b718: Layer already exists [2024-10-16T06:37:21.790Z] 3f8ad28a387d: Layer already exists [2024-10-16T06:37:22.053Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:22.409Z] + 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-16T06:37:22.754Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-10-16T06:37:22.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-16T06:37:22.754Z] 96ba01c7c861: Preparing [2024-10-16T06:37:22.754Z] dd4c65b49fb5: Preparing [2024-10-16T06:37:22.754Z] 839efc411b47: Preparing [2024-10-16T06:37:22.754Z] 247a4a17e52b: Preparing [2024-10-16T06:37:22.754Z] 74f0e66a837d: Preparing [2024-10-16T06:37:22.754Z] e23dcfe1bcbf: Preparing [2024-10-16T06:37:22.754Z] 7269432cef97: Preparing [2024-10-16T06:37:22.754Z] a383e4e6b786: Preparing [2024-10-16T06:37:22.754Z] 64739c57333b: Preparing [2024-10-16T06:37:22.754Z] 54328cedda7b: Preparing [2024-10-16T06:37:22.754Z] 3af5ec6fc830: Preparing [2024-10-16T06:37:22.754Z] 779e94dd31ac: Preparing [2024-10-16T06:37:22.754Z] 5f70bf18a086: Preparing [2024-10-16T06:37:22.754Z] 889a92f4f431: Preparing [2024-10-16T06:37:22.754Z] 44d456bdd286: Preparing [2024-10-16T06:37:22.754Z] 3f8ad28a387d: Preparing [2024-10-16T06:37:22.754Z] 16113d51b718: Preparing [2024-10-16T06:37:22.754Z] e23dcfe1bcbf: Waiting [2024-10-16T06:37:22.754Z] 779e94dd31ac: Waiting [2024-10-16T06:37:22.754Z] 7269432cef97: Waiting [2024-10-16T06:37:22.754Z] a383e4e6b786: Waiting [2024-10-16T06:37:22.754Z] 64739c57333b: Waiting [2024-10-16T06:37:22.754Z] 54328cedda7b: Waiting [2024-10-16T06:37:22.754Z] 3af5ec6fc830: Waiting [2024-10-16T06:37:22.754Z] 5f70bf18a086: Waiting [2024-10-16T06:37:22.754Z] 3f8ad28a387d: Waiting [2024-10-16T06:37:22.754Z] 889a92f4f431: Waiting [2024-10-16T06:37:22.754Z] 16113d51b718: Waiting [2024-10-16T06:37:22.754Z] 44d456bdd286: Waiting [2024-10-16T06:37:22.755Z] 96ba01c7c861: Layer already exists [2024-10-16T06:37:22.755Z] 247a4a17e52b: Layer already exists [2024-10-16T06:37:22.755Z] dd4c65b49fb5: Layer already exists [2024-10-16T06:37:22.755Z] 839efc411b47: Layer already exists [2024-10-16T06:37:22.755Z] 74f0e66a837d: Layer already exists [2024-10-16T06:37:22.755Z] e23dcfe1bcbf: Layer already exists [2024-10-16T06:37:22.755Z] a383e4e6b786: Layer already exists [2024-10-16T06:37:22.755Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:22.755Z] 7269432cef97: Layer already exists [2024-10-16T06:37:22.755Z] 64739c57333b: Layer already exists [2024-10-16T06:37:22.755Z] 3af5ec6fc830: Layer already exists [2024-10-16T06:37:22.755Z] 779e94dd31ac: Layer already exists [2024-10-16T06:37:22.755Z] 889a92f4f431: Layer already exists [2024-10-16T06:37:22.755Z] 5f70bf18a086: Layer already exists [2024-10-16T06:37:22.755Z] 44d456bdd286: Layer already exists [2024-10-16T06:37:22.755Z] 3f8ad28a387d: Layer already exists [2024-10-16T06:37:22.755Z] 16113d51b718: Layer already exists [2024-10-16T06:37:23.018Z] main: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:37:23.099Z] ===================================================== [Pipeline] echo [2024-10-16T06:37:23.115Z] taggedImages: [2024-10-16T06:37:23.115Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:23.115Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-16T06:37:23.115Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.107 [2024-10-16T06:37:23.115Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:23.115Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-10-16T06:37:23.145Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-10-16T06:37:23.145Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:23.145Z] latest [2024-10-16T06:37:23.145Z] 3.2.0-dev.107 [2024-10-16T06:37:23.145Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:23.145Z] main [2024-10-16T06:37:23.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:23.512Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:23.859Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:23.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-16T06:37:23.859Z] daee918724d3: Preparing [2024-10-16T06:37:23.859Z] b845a3311c96: Preparing [2024-10-16T06:37:23.859Z] 580970c45f6d: Preparing [2024-10-16T06:37:23.859Z] d81d07d4a408: Preparing [2024-10-16T06:37:23.859Z] 64739c57333b: Preparing [2024-10-16T06:37:23.859Z] 54328cedda7b: Preparing [2024-10-16T06:37:23.859Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:23.859Z] 1b3f683c965e: Preparing [2024-10-16T06:37:23.859Z] 16113d51b718: Preparing [2024-10-16T06:37:23.859Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:23.859Z] 1b3f683c965e: Waiting [2024-10-16T06:37:23.859Z] 16113d51b718: Waiting [2024-10-16T06:37:23.859Z] 54328cedda7b: Waiting [2024-10-16T06:37:23.859Z] 64739c57333b: Layer already exists [2024-10-16T06:37:23.859Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:24.126Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:24.126Z] 580970c45f6d: Pushed [2024-10-16T06:37:24.126Z] b845a3311c96: Pushed [2024-10-16T06:37:24.126Z] daee918724d3: Pushed [2024-10-16T06:37:24.126Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:24.126Z] 16113d51b718: Layer already exists [2024-10-16T06:37:29.442Z] d81d07d4a408: Pushed [2024-10-16T06:37:29.442Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:29.790Z] + 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-16T06:37:30.136Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-16T06:37:30.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-16T06:37:30.136Z] daee918724d3: Preparing [2024-10-16T06:37:30.136Z] b845a3311c96: Preparing [2024-10-16T06:37:30.136Z] 580970c45f6d: Preparing [2024-10-16T06:37:30.136Z] d81d07d4a408: Preparing [2024-10-16T06:37:30.136Z] 64739c57333b: Preparing [2024-10-16T06:37:30.136Z] 54328cedda7b: Preparing [2024-10-16T06:37:30.136Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:30.136Z] 54328cedda7b: Waiting [2024-10-16T06:37:30.136Z] 1b3f683c965e: Preparing [2024-10-16T06:37:30.136Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:30.136Z] 16113d51b718: Preparing [2024-10-16T06:37:30.136Z] b845a3311c96: Layer already exists [2024-10-16T06:37:30.136Z] d81d07d4a408: Layer already exists [2024-10-16T06:37:30.136Z] 64739c57333b: Layer already exists [2024-10-16T06:37:30.136Z] daee918724d3: Layer already exists [2024-10-16T06:37:30.136Z] 580970c45f6d: Layer already exists [2024-10-16T06:37:30.136Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:30.136Z] 16113d51b718: Layer already exists [2024-10-16T06:37:30.136Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:30.136Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:30.136Z] latest: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:30.756Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:31.107Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.107 [2024-10-16T06:37:31.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-16T06:37:31.107Z] daee918724d3: Preparing [2024-10-16T06:37:31.107Z] b845a3311c96: Preparing [2024-10-16T06:37:31.107Z] 580970c45f6d: Preparing [2024-10-16T06:37:31.107Z] d81d07d4a408: Preparing [2024-10-16T06:37:31.107Z] 64739c57333b: Preparing [2024-10-16T06:37:31.107Z] 54328cedda7b: Preparing [2024-10-16T06:37:31.107Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:31.107Z] 1b3f683c965e: Preparing [2024-10-16T06:37:31.107Z] 16113d51b718: Preparing [2024-10-16T06:37:31.107Z] 54328cedda7b: Waiting [2024-10-16T06:37:31.107Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:31.107Z] 1b3f683c965e: Waiting [2024-10-16T06:37:31.107Z] 16113d51b718: Waiting [2024-10-16T06:37:31.107Z] daee918724d3: Layer already exists [2024-10-16T06:37:31.107Z] d81d07d4a408: Layer already exists [2024-10-16T06:37:31.107Z] 64739c57333b: Layer already exists [2024-10-16T06:37:31.107Z] 580970c45f6d: Layer already exists [2024-10-16T06:37:31.107Z] b845a3311c96: Layer already exists [2024-10-16T06:37:31.107Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:31.107Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:31.107Z] 16113d51b718: Layer already exists [2024-10-16T06:37:31.107Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:31.107Z] 3.2.0-dev.107: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:31.458Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:32.764Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:32.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-16T06:37:32.765Z] daee918724d3: Preparing [2024-10-16T06:37:32.765Z] b845a3311c96: Preparing [2024-10-16T06:37:32.765Z] 580970c45f6d: Preparing [2024-10-16T06:37:32.765Z] d81d07d4a408: Preparing [2024-10-16T06:37:32.765Z] 64739c57333b: Preparing [2024-10-16T06:37:32.765Z] 54328cedda7b: Preparing [2024-10-16T06:37:32.765Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:32.765Z] 1b3f683c965e: Preparing [2024-10-16T06:37:32.765Z] 16113d51b718: Preparing [2024-10-16T06:37:32.765Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:32.765Z] 1b3f683c965e: Waiting [2024-10-16T06:37:32.765Z] 16113d51b718: Waiting [2024-10-16T06:37:32.765Z] 54328cedda7b: Waiting [2024-10-16T06:37:32.765Z] 64739c57333b: Layer already exists [2024-10-16T06:37:32.765Z] daee918724d3: Layer already exists [2024-10-16T06:37:32.765Z] d81d07d4a408: Layer already exists [2024-10-16T06:37:32.765Z] 580970c45f6d: Layer already exists [2024-10-16T06:37:32.765Z] b845a3311c96: Layer already exists [2024-10-16T06:37:32.765Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:32.765Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:32.765Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:32.765Z] 16113d51b718: Layer already exists [2024-10-16T06:37:32.765Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:33.396Z] + 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-16T06:37:33.751Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-10-16T06:37:33.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-16T06:37:33.751Z] daee918724d3: Preparing [2024-10-16T06:37:33.751Z] b845a3311c96: Preparing [2024-10-16T06:37:33.751Z] 580970c45f6d: Preparing [2024-10-16T06:37:33.751Z] d81d07d4a408: Preparing [2024-10-16T06:37:33.751Z] 64739c57333b: Preparing [2024-10-16T06:37:33.751Z] 54328cedda7b: Preparing [2024-10-16T06:37:33.751Z] ad27c15ca4bf: Preparing [2024-10-16T06:37:33.751Z] 1b3f683c965e: Preparing [2024-10-16T06:37:33.751Z] 16113d51b718: Preparing [2024-10-16T06:37:33.751Z] ad27c15ca4bf: Waiting [2024-10-16T06:37:33.751Z] 1b3f683c965e: Waiting [2024-10-16T06:37:33.751Z] 16113d51b718: Waiting [2024-10-16T06:37:33.751Z] 64739c57333b: Layer already exists [2024-10-16T06:37:33.751Z] daee918724d3: Layer already exists [2024-10-16T06:37:33.751Z] 580970c45f6d: Layer already exists [2024-10-16T06:37:33.751Z] b845a3311c96: Layer already exists [2024-10-16T06:37:33.751Z] d81d07d4a408: Layer already exists [2024-10-16T06:37:33.751Z] 16113d51b718: Layer already exists [2024-10-16T06:37:33.751Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:33.751Z] 1b3f683c965e: Layer already exists [2024-10-16T06:37:33.751Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:37:33.751Z] main: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:37:34.095Z] ===================================================== [Pipeline] echo [2024-10-16T06:37:34.108Z] taggedImages: [2024-10-16T06:37:34.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:34.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-16T06:37:34.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.107 [2024-10-16T06:37:34.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:34.108Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-10-16T06:37:34.135Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-10-16T06:37:34.135Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:34.135Z] latest [2024-10-16T06:37:34.135Z] 3.2.0-dev.107 [2024-10-16T06:37:34.135Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:34.135Z] main [2024-10-16T06:37:34.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:34.497Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:34.840Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:34.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-16T06:37:34.840Z] 4f0968f86509: Preparing [2024-10-16T06:37:34.840Z] b51e99be4992: Preparing [2024-10-16T06:37:34.840Z] 7d3c861d5e4e: Preparing [2024-10-16T06:37:34.840Z] 8446d1002bd3: Preparing [2024-10-16T06:37:34.840Z] 2122c6815c41: Preparing [2024-10-16T06:37:34.840Z] 64739c57333b: Preparing [2024-10-16T06:37:34.840Z] 54328cedda7b: Preparing [2024-10-16T06:37:34.840Z] d76051d41bb0: Preparing [2024-10-16T06:37:34.840Z] edda7b81825e: Preparing [2024-10-16T06:37:34.840Z] dc06bce10378: Preparing [2024-10-16T06:37:34.840Z] 16113d51b718: Preparing [2024-10-16T06:37:34.840Z] d76051d41bb0: Waiting [2024-10-16T06:37:34.840Z] dc06bce10378: Waiting [2024-10-16T06:37:34.840Z] edda7b81825e: Waiting [2024-10-16T06:37:34.840Z] 64739c57333b: Waiting [2024-10-16T06:37:34.840Z] 16113d51b718: Waiting [2024-10-16T06:37:34.840Z] 54328cedda7b: Waiting [2024-10-16T06:37:35.111Z] 2122c6815c41: Pushed [2024-10-16T06:37:35.111Z] 8446d1002bd3: Pushed [2024-10-16T06:37:35.111Z] 4f0968f86509: Pushed [2024-10-16T06:37:35.111Z] b51e99be4992: Pushed [2024-10-16T06:37:35.111Z] 64739c57333b: Layer already exists [2024-10-16T06:37:35.111Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:35.111Z] 16113d51b718: Layer already exists [2024-10-16T06:37:35.111Z] d76051d41bb0: Pushed [2024-10-16T06:37:35.373Z] edda7b81825e: Pushed [2024-10-16T06:37:37.933Z] dc06bce10378: Pushed [2024-10-16T06:37:37.933Z] 7d3c861d5e4e: Pushed [2024-10-16T06:37:38.197Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:38.546Z] + 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-16T06:37:38.896Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-16T06:37:38.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-16T06:37:38.896Z] 4f0968f86509: Preparing [2024-10-16T06:37:38.896Z] b51e99be4992: Preparing [2024-10-16T06:37:38.896Z] 7d3c861d5e4e: Preparing [2024-10-16T06:37:38.896Z] 8446d1002bd3: Preparing [2024-10-16T06:37:38.896Z] 2122c6815c41: Preparing [2024-10-16T06:37:38.896Z] 64739c57333b: Preparing [2024-10-16T06:37:38.896Z] 54328cedda7b: Preparing [2024-10-16T06:37:38.896Z] d76051d41bb0: Preparing [2024-10-16T06:37:38.896Z] edda7b81825e: Preparing [2024-10-16T06:37:38.896Z] dc06bce10378: Preparing [2024-10-16T06:37:38.896Z] 16113d51b718: Preparing [2024-10-16T06:37:38.896Z] d76051d41bb0: Waiting [2024-10-16T06:37:38.896Z] 64739c57333b: Waiting [2024-10-16T06:37:38.896Z] 54328cedda7b: Waiting [2024-10-16T06:37:38.896Z] dc06bce10378: Waiting [2024-10-16T06:37:38.896Z] edda7b81825e: Waiting [2024-10-16T06:37:38.896Z] 16113d51b718: Waiting [2024-10-16T06:37:38.896Z] 4f0968f86509: Layer already exists [2024-10-16T06:37:38.896Z] b51e99be4992: Layer already exists [2024-10-16T06:37:38.896Z] 7d3c861d5e4e: Layer already exists [2024-10-16T06:37:38.896Z] 2122c6815c41: Layer already exists [2024-10-16T06:37:38.896Z] 8446d1002bd3: Layer already exists [2024-10-16T06:37:38.896Z] edda7b81825e: Layer already exists [2024-10-16T06:37:38.896Z] d76051d41bb0: Layer already exists [2024-10-16T06:37:38.896Z] 64739c57333b: Layer already exists [2024-10-16T06:37:38.896Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:38.896Z] dc06bce10378: Layer already exists [2024-10-16T06:37:38.896Z] 16113d51b718: Layer already exists [2024-10-16T06:37:39.159Z] latest: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:39.498Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:39.851Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.107 [2024-10-16T06:37:39.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-16T06:37:39.851Z] 4f0968f86509: Preparing [2024-10-16T06:37:39.851Z] b51e99be4992: Preparing [2024-10-16T06:37:39.851Z] 7d3c861d5e4e: Preparing [2024-10-16T06:37:39.851Z] 8446d1002bd3: Preparing [2024-10-16T06:37:39.851Z] 2122c6815c41: Preparing [2024-10-16T06:37:39.851Z] 64739c57333b: Preparing [2024-10-16T06:37:39.851Z] 54328cedda7b: Preparing [2024-10-16T06:37:39.851Z] d76051d41bb0: Preparing [2024-10-16T06:37:39.851Z] edda7b81825e: Preparing [2024-10-16T06:37:39.851Z] dc06bce10378: Preparing [2024-10-16T06:37:39.851Z] 16113d51b718: Preparing [2024-10-16T06:37:39.851Z] 54328cedda7b: Waiting [2024-10-16T06:37:39.851Z] 64739c57333b: Waiting [2024-10-16T06:37:39.851Z] d76051d41bb0: Waiting [2024-10-16T06:37:39.851Z] dc06bce10378: Waiting [2024-10-16T06:37:39.851Z] 16113d51b718: Waiting [2024-10-16T06:37:39.851Z] edda7b81825e: Waiting [2024-10-16T06:37:39.851Z] 7d3c861d5e4e: Layer already exists [2024-10-16T06:37:39.851Z] 4f0968f86509: Layer already exists [2024-10-16T06:37:39.851Z] 2122c6815c41: Layer already exists [2024-10-16T06:37:39.851Z] 8446d1002bd3: Layer already exists [2024-10-16T06:37:39.851Z] b51e99be4992: Layer already exists [2024-10-16T06:37:39.851Z] 64739c57333b: Layer already exists [2024-10-16T06:37:39.851Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:39.851Z] edda7b81825e: Layer already exists [2024-10-16T06:37:39.851Z] d76051d41bb0: Layer already exists [2024-10-16T06:37:39.851Z] dc06bce10378: Layer already exists [2024-10-16T06:37:39.851Z] 16113d51b718: Layer already exists [2024-10-16T06:37:39.851Z] 3.2.0-dev.107: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:40.456Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:40.793Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:40.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-16T06:37:40.794Z] 4f0968f86509: Preparing [2024-10-16T06:37:40.794Z] b51e99be4992: Preparing [2024-10-16T06:37:40.794Z] 7d3c861d5e4e: Preparing [2024-10-16T06:37:40.794Z] 8446d1002bd3: Preparing [2024-10-16T06:37:40.794Z] 2122c6815c41: Preparing [2024-10-16T06:37:40.794Z] 64739c57333b: Preparing [2024-10-16T06:37:40.794Z] 54328cedda7b: Preparing [2024-10-16T06:37:40.794Z] d76051d41bb0: Preparing [2024-10-16T06:37:40.794Z] edda7b81825e: Preparing [2024-10-16T06:37:40.794Z] dc06bce10378: Preparing [2024-10-16T06:37:40.794Z] 16113d51b718: Preparing [2024-10-16T06:37:40.794Z] 64739c57333b: Waiting [2024-10-16T06:37:40.794Z] 54328cedda7b: Waiting [2024-10-16T06:37:40.794Z] d76051d41bb0: Waiting [2024-10-16T06:37:40.794Z] dc06bce10378: Waiting [2024-10-16T06:37:40.794Z] edda7b81825e: Waiting [2024-10-16T06:37:40.794Z] 2122c6815c41: Layer already exists [2024-10-16T06:37:40.794Z] 7d3c861d5e4e: Layer already exists [2024-10-16T06:37:40.794Z] 8446d1002bd3: Layer already exists [2024-10-16T06:37:40.794Z] 4f0968f86509: Layer already exists [2024-10-16T06:37:40.794Z] b51e99be4992: Layer already exists [2024-10-16T06:37:40.794Z] 64739c57333b: Layer already exists [2024-10-16T06:37:40.794Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:40.794Z] d76051d41bb0: Layer already exists [2024-10-16T06:37:40.794Z] edda7b81825e: Layer already exists [2024-10-16T06:37:40.794Z] dc06bce10378: Layer already exists [2024-10-16T06:37:40.794Z] 16113d51b718: Layer already exists [2024-10-16T06:37:41.058Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:41.413Z] + 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-16T06:37:41.751Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-10-16T06:37:41.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-16T06:37:41.751Z] 4f0968f86509: Preparing [2024-10-16T06:37:41.751Z] b51e99be4992: Preparing [2024-10-16T06:37:41.751Z] 7d3c861d5e4e: Preparing [2024-10-16T06:37:41.751Z] 8446d1002bd3: Preparing [2024-10-16T06:37:41.751Z] 2122c6815c41: Preparing [2024-10-16T06:37:41.751Z] 64739c57333b: Preparing [2024-10-16T06:37:41.751Z] 54328cedda7b: Preparing [2024-10-16T06:37:41.751Z] d76051d41bb0: Preparing [2024-10-16T06:37:41.751Z] edda7b81825e: Preparing [2024-10-16T06:37:41.751Z] dc06bce10378: Preparing [2024-10-16T06:37:41.751Z] 16113d51b718: Preparing [2024-10-16T06:37:41.751Z] 64739c57333b: Waiting [2024-10-16T06:37:41.751Z] 54328cedda7b: Waiting [2024-10-16T06:37:41.751Z] d76051d41bb0: Waiting [2024-10-16T06:37:41.751Z] edda7b81825e: Waiting [2024-10-16T06:37:41.751Z] dc06bce10378: Waiting [2024-10-16T06:37:41.751Z] 16113d51b718: Waiting [2024-10-16T06:37:41.751Z] b51e99be4992: Layer already exists [2024-10-16T06:37:41.751Z] 7d3c861d5e4e: Layer already exists [2024-10-16T06:37:41.751Z] 2122c6815c41: Layer already exists [2024-10-16T06:37:41.751Z] 4f0968f86509: Layer already exists [2024-10-16T06:37:41.751Z] 8446d1002bd3: Layer already exists [2024-10-16T06:37:41.751Z] 64739c57333b: Layer already exists [2024-10-16T06:37:41.751Z] d76051d41bb0: Layer already exists [2024-10-16T06:37:41.751Z] edda7b81825e: Layer already exists [2024-10-16T06:37:41.751Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:41.751Z] dc06bce10378: Layer already exists [2024-10-16T06:37:41.751Z] 16113d51b718: Layer already exists [2024-10-16T06:37:42.015Z] main: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:37:42.092Z] ===================================================== [Pipeline] echo [2024-10-16T06:37:42.107Z] taggedImages: [2024-10-16T06:37:42.107Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:42.107Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-16T06:37:42.107Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.107 [2024-10-16T06:37:42.107Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:42.107Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-10-16T06:37:42.133Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-10-16T06:37:42.133Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:42.133Z] latest [2024-10-16T06:37:42.133Z] 3.2.0-dev.107 [2024-10-16T06:37:42.133Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:42.133Z] main [2024-10-16T06:37:42.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:42.500Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:43.742Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:43.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-16T06:37:43.742Z] 9551d3035711: Preparing [2024-10-16T06:37:43.742Z] a19e6029589a: Preparing [2024-10-16T06:37:43.742Z] 0baef51e533e: Preparing [2024-10-16T06:37:43.742Z] 29ec24cde199: Preparing [2024-10-16T06:37:43.742Z] 3c700d6d9dfe: Preparing [2024-10-16T06:37:43.742Z] cb498481702d: Preparing [2024-10-16T06:37:43.742Z] cb498481702d: Waiting [2024-10-16T06:37:43.742Z] fbe27f41d459: Preparing [2024-10-16T06:37:43.742Z] fbe27f41d459: Waiting [2024-10-16T06:37:43.742Z] 64739c57333b: Preparing [2024-10-16T06:37:43.742Z] 54328cedda7b: Preparing [2024-10-16T06:37:43.742Z] 64739c57333b: Waiting [2024-10-16T06:37:43.742Z] 3e8baf9585ca: Preparing [2024-10-16T06:37:43.742Z] fac54be46dd4: Preparing [2024-10-16T06:37:43.742Z] 54328cedda7b: Waiting [2024-10-16T06:37:43.742Z] 16113d51b718: Preparing [2024-10-16T06:37:43.742Z] 3e8baf9585ca: Waiting [2024-10-16T06:37:43.742Z] fac54be46dd4: Waiting [2024-10-16T06:37:43.742Z] 16113d51b718: Waiting [2024-10-16T06:37:43.742Z] a19e6029589a: Pushed [2024-10-16T06:37:43.742Z] 3c700d6d9dfe: Pushed [2024-10-16T06:37:44.006Z] 9551d3035711: Pushed [2024-10-16T06:37:44.006Z] 64739c57333b: Layer already exists [2024-10-16T06:37:44.006Z] cb498481702d: Pushed [2024-10-16T06:37:44.006Z] fbe27f41d459: Pushed [2024-10-16T06:37:44.006Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:44.006Z] 16113d51b718: Layer already exists [2024-10-16T06:37:44.269Z] 3e8baf9585ca: Pushed [2024-10-16T06:37:46.195Z] 29ec24cde199: Pushed [2024-10-16T06:37:46.771Z] fac54be46dd4: Pushed [2024-10-16T06:37:46.771Z] 0baef51e533e: Pushed [2024-10-16T06:37:47.035Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:47.377Z] + 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-16T06:37:47.709Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-16T06:37:47.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-16T06:37:47.709Z] 9551d3035711: Preparing [2024-10-16T06:37:47.709Z] a19e6029589a: Preparing [2024-10-16T06:37:47.709Z] 0baef51e533e: Preparing [2024-10-16T06:37:47.709Z] 29ec24cde199: Preparing [2024-10-16T06:37:47.709Z] 3c700d6d9dfe: Preparing [2024-10-16T06:37:47.709Z] cb498481702d: Preparing [2024-10-16T06:37:47.709Z] fbe27f41d459: Preparing [2024-10-16T06:37:47.709Z] cb498481702d: Waiting [2024-10-16T06:37:47.709Z] fbe27f41d459: Waiting [2024-10-16T06:37:47.709Z] 64739c57333b: Preparing [2024-10-16T06:37:47.709Z] 54328cedda7b: Preparing [2024-10-16T06:37:47.709Z] 3e8baf9585ca: Preparing [2024-10-16T06:37:47.709Z] fac54be46dd4: Preparing [2024-10-16T06:37:47.709Z] 16113d51b718: Preparing [2024-10-16T06:37:47.709Z] 54328cedda7b: Waiting [2024-10-16T06:37:47.709Z] 3e8baf9585ca: Waiting [2024-10-16T06:37:47.709Z] fac54be46dd4: Waiting [2024-10-16T06:37:47.709Z] 16113d51b718: Waiting [2024-10-16T06:37:47.709Z] 64739c57333b: Waiting [2024-10-16T06:37:47.709Z] 0baef51e533e: Layer already exists [2024-10-16T06:37:47.709Z] 3c700d6d9dfe: Layer already exists [2024-10-16T06:37:47.709Z] 29ec24cde199: Layer already exists [2024-10-16T06:37:47.709Z] a19e6029589a: Layer already exists [2024-10-16T06:37:47.709Z] 9551d3035711: Layer already exists [2024-10-16T06:37:47.709Z] cb498481702d: Layer already exists [2024-10-16T06:37:47.709Z] fbe27f41d459: Layer already exists [2024-10-16T06:37:47.709Z] 64739c57333b: Layer already exists [2024-10-16T06:37:47.709Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:47.709Z] 3e8baf9585ca: Layer already exists [2024-10-16T06:37:47.709Z] 16113d51b718: Layer already exists [2024-10-16T06:37:47.709Z] fac54be46dd4: Layer already exists [2024-10-16T06:37:47.972Z] latest: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:48.484Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:48.822Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.107 [2024-10-16T06:37:48.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-16T06:37:48.822Z] 9551d3035711: Preparing [2024-10-16T06:37:48.822Z] a19e6029589a: Preparing [2024-10-16T06:37:48.822Z] 0baef51e533e: Preparing [2024-10-16T06:37:48.822Z] 29ec24cde199: Preparing [2024-10-16T06:37:48.822Z] 3c700d6d9dfe: Preparing [2024-10-16T06:37:48.822Z] cb498481702d: Preparing [2024-10-16T06:37:48.822Z] fbe27f41d459: Preparing [2024-10-16T06:37:48.822Z] 64739c57333b: Preparing [2024-10-16T06:37:48.822Z] 54328cedda7b: Preparing [2024-10-16T06:37:48.822Z] 3e8baf9585ca: Preparing [2024-10-16T06:37:48.822Z] fac54be46dd4: Preparing [2024-10-16T06:37:48.822Z] 16113d51b718: Preparing [2024-10-16T06:37:48.822Z] 54328cedda7b: Waiting [2024-10-16T06:37:48.822Z] 3e8baf9585ca: Waiting [2024-10-16T06:37:48.822Z] fac54be46dd4: Waiting [2024-10-16T06:37:48.822Z] cb498481702d: Waiting [2024-10-16T06:37:48.822Z] fbe27f41d459: Waiting [2024-10-16T06:37:48.822Z] 64739c57333b: Waiting [2024-10-16T06:37:48.822Z] 29ec24cde199: Layer already exists [2024-10-16T06:37:48.822Z] 3c700d6d9dfe: Layer already exists [2024-10-16T06:37:48.822Z] 9551d3035711: Layer already exists [2024-10-16T06:37:48.822Z] 0baef51e533e: Layer already exists [2024-10-16T06:37:48.822Z] a19e6029589a: Layer already exists [2024-10-16T06:37:48.822Z] cb498481702d: Layer already exists [2024-10-16T06:37:48.822Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:48.822Z] fbe27f41d459: Layer already exists [2024-10-16T06:37:48.822Z] 64739c57333b: Layer already exists [2024-10-16T06:37:48.822Z] 3e8baf9585ca: Layer already exists [2024-10-16T06:37:48.822Z] 16113d51b718: Layer already exists [2024-10-16T06:37:48.822Z] fac54be46dd4: Layer already exists [2024-10-16T06:37:49.086Z] 3.2.0-dev.107: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:49.429Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:49.767Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:49.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-16T06:37:49.767Z] 9551d3035711: Preparing [2024-10-16T06:37:49.767Z] a19e6029589a: Preparing [2024-10-16T06:37:49.767Z] 0baef51e533e: Preparing [2024-10-16T06:37:49.767Z] 29ec24cde199: Preparing [2024-10-16T06:37:49.767Z] 3c700d6d9dfe: Preparing [2024-10-16T06:37:49.767Z] cb498481702d: Preparing [2024-10-16T06:37:49.767Z] fbe27f41d459: Preparing [2024-10-16T06:37:49.767Z] 64739c57333b: Preparing [2024-10-16T06:37:49.767Z] 54328cedda7b: Preparing [2024-10-16T06:37:49.767Z] 3e8baf9585ca: Preparing [2024-10-16T06:37:49.767Z] fac54be46dd4: Preparing [2024-10-16T06:37:49.767Z] 16113d51b718: Preparing [2024-10-16T06:37:49.767Z] 64739c57333b: Waiting [2024-10-16T06:37:49.767Z] 54328cedda7b: Waiting [2024-10-16T06:37:49.767Z] fac54be46dd4: Waiting [2024-10-16T06:37:49.767Z] 16113d51b718: Waiting [2024-10-16T06:37:49.767Z] 3e8baf9585ca: Waiting [2024-10-16T06:37:49.767Z] cb498481702d: Waiting [2024-10-16T06:37:49.767Z] fbe27f41d459: Waiting [2024-10-16T06:37:49.767Z] 9551d3035711: Layer already exists [2024-10-16T06:37:49.767Z] 3c700d6d9dfe: Layer already exists [2024-10-16T06:37:49.767Z] 29ec24cde199: Layer already exists [2024-10-16T06:37:49.767Z] 0baef51e533e: Layer already exists [2024-10-16T06:37:49.767Z] a19e6029589a: Layer already exists [2024-10-16T06:37:49.767Z] cb498481702d: Layer already exists [2024-10-16T06:37:49.767Z] 64739c57333b: Layer already exists [2024-10-16T06:37:49.767Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:49.767Z] fbe27f41d459: Layer already exists [2024-10-16T06:37:49.767Z] 3e8baf9585ca: Layer already exists [2024-10-16T06:37:49.767Z] fac54be46dd4: Layer already exists [2024-10-16T06:37:49.767Z] 16113d51b718: Layer already exists [2024-10-16T06:37:50.031Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:50.400Z] + 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-16T06:37:50.748Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-10-16T06:37:50.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-16T06:37:50.748Z] 9551d3035711: Preparing [2024-10-16T06:37:50.748Z] a19e6029589a: Preparing [2024-10-16T06:37:50.748Z] 0baef51e533e: Preparing [2024-10-16T06:37:50.748Z] 29ec24cde199: Preparing [2024-10-16T06:37:50.748Z] 3c700d6d9dfe: Preparing [2024-10-16T06:37:50.748Z] cb498481702d: Preparing [2024-10-16T06:37:50.748Z] fbe27f41d459: Preparing [2024-10-16T06:37:50.748Z] 64739c57333b: Preparing [2024-10-16T06:37:50.748Z] 54328cedda7b: Preparing [2024-10-16T06:37:50.748Z] 3e8baf9585ca: Preparing [2024-10-16T06:37:50.748Z] fac54be46dd4: Preparing [2024-10-16T06:37:50.748Z] 16113d51b718: Preparing [2024-10-16T06:37:50.748Z] cb498481702d: Waiting [2024-10-16T06:37:50.748Z] fbe27f41d459: Waiting [2024-10-16T06:37:50.748Z] 54328cedda7b: Waiting [2024-10-16T06:37:50.748Z] 3e8baf9585ca: Waiting [2024-10-16T06:37:50.748Z] 64739c57333b: Waiting [2024-10-16T06:37:50.748Z] 16113d51b718: Waiting [2024-10-16T06:37:50.748Z] 0baef51e533e: Layer already exists [2024-10-16T06:37:50.748Z] 29ec24cde199: Layer already exists [2024-10-16T06:37:50.748Z] a19e6029589a: Layer already exists [2024-10-16T06:37:50.748Z] 9551d3035711: Layer already exists [2024-10-16T06:37:50.748Z] 3c700d6d9dfe: Layer already exists [2024-10-16T06:37:50.748Z] fbe27f41d459: Layer already exists [2024-10-16T06:37:50.748Z] 64739c57333b: Layer already exists [2024-10-16T06:37:50.748Z] cb498481702d: Layer already exists [2024-10-16T06:37:50.748Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:50.748Z] 3e8baf9585ca: Layer already exists [2024-10-16T06:37:50.748Z] fac54be46dd4: Layer already exists [2024-10-16T06:37:50.748Z] 16113d51b718: Layer already exists [2024-10-16T06:37:51.015Z] main: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:37:51.088Z] ===================================================== [Pipeline] echo [2024-10-16T06:37:51.105Z] taggedImages: [2024-10-16T06:37:51.105Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:51.105Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-16T06:37:51.105Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.107 [2024-10-16T06:37:51.105Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:51.105Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-10-16T06:37:51.131Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-10-16T06:37:51.131Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:51.131Z] latest [2024-10-16T06:37:51.131Z] 3.2.0-dev.107 [2024-10-16T06:37:51.131Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:51.131Z] main [2024-10-16T06:37:51.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:51.491Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:51.843Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:37:51.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-16T06:37:51.843Z] 822f1a33d517: Preparing [2024-10-16T06:37:51.843Z] c4cf2f226225: Preparing [2024-10-16T06:37:51.843Z] 64739c57333b: Preparing [2024-10-16T06:37:51.843Z] 54328cedda7b: Preparing [2024-10-16T06:37:51.843Z] 66e17f7371ed: Preparing [2024-10-16T06:37:51.843Z] 07ea4254962e: Preparing [2024-10-16T06:37:51.843Z] 16113d51b718: Preparing [2024-10-16T06:37:51.843Z] 07ea4254962e: Waiting [2024-10-16T06:37:51.843Z] 16113d51b718: Waiting [2024-10-16T06:37:51.843Z] 64739c57333b: Layer already exists [2024-10-16T06:37:51.843Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:52.105Z] 16113d51b718: Layer already exists [2024-10-16T06:37:52.105Z] 822f1a33d517: Pushed [2024-10-16T06:37:52.105Z] 66e17f7371ed: Pushed [2024-10-16T06:37:54.030Z] 07ea4254962e: Pushed [2024-10-16T06:37:57.350Z] c4cf2f226225: Pushed [2024-10-16T06:37:57.350Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:57.693Z] + 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-16T06:37:58.034Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-16T06:37:58.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-16T06:37:58.034Z] 822f1a33d517: Preparing [2024-10-16T06:37:58.034Z] c4cf2f226225: Preparing [2024-10-16T06:37:58.034Z] 64739c57333b: Preparing [2024-10-16T06:37:58.034Z] 54328cedda7b: Preparing [2024-10-16T06:37:58.034Z] 66e17f7371ed: Preparing [2024-10-16T06:37:58.034Z] 07ea4254962e: Preparing [2024-10-16T06:37:58.034Z] 16113d51b718: Preparing [2024-10-16T06:37:58.034Z] 07ea4254962e: Waiting [2024-10-16T06:37:58.034Z] 16113d51b718: Waiting [2024-10-16T06:37:58.034Z] 64739c57333b: Layer already exists [2024-10-16T06:37:58.034Z] 66e17f7371ed: Layer already exists [2024-10-16T06:37:58.034Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:58.034Z] 822f1a33d517: Layer already exists [2024-10-16T06:37:58.034Z] c4cf2f226225: Layer already exists [2024-10-16T06:37:58.034Z] 07ea4254962e: Layer already exists [2024-10-16T06:37:58.034Z] 16113d51b718: Layer already exists [2024-10-16T06:37:58.034Z] latest: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:58.378Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:58.714Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.107 [2024-10-16T06:37:58.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-16T06:37:58.714Z] 822f1a33d517: Preparing [2024-10-16T06:37:58.714Z] c4cf2f226225: Preparing [2024-10-16T06:37:58.714Z] 64739c57333b: Preparing [2024-10-16T06:37:58.714Z] 54328cedda7b: Preparing [2024-10-16T06:37:58.714Z] 66e17f7371ed: Preparing [2024-10-16T06:37:58.714Z] 07ea4254962e: Preparing [2024-10-16T06:37:58.714Z] 16113d51b718: Preparing [2024-10-16T06:37:58.714Z] 07ea4254962e: Waiting [2024-10-16T06:37:58.714Z] 16113d51b718: Waiting [2024-10-16T06:37:58.714Z] 66e17f7371ed: Layer already exists [2024-10-16T06:37:58.714Z] 64739c57333b: Layer already exists [2024-10-16T06:37:58.714Z] 822f1a33d517: Layer already exists [2024-10-16T06:37:58.714Z] c4cf2f226225: Layer already exists [2024-10-16T06:37:58.714Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:58.714Z] 07ea4254962e: Layer already exists [2024-10-16T06:37:58.714Z] 16113d51b718: Layer already exists [2024-10-16T06:37:58.714Z] 3.2.0-dev.107: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:59.059Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:59.403Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:37:59.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-16T06:37:59.403Z] 822f1a33d517: Preparing [2024-10-16T06:37:59.403Z] c4cf2f226225: Preparing [2024-10-16T06:37:59.403Z] 64739c57333b: Preparing [2024-10-16T06:37:59.403Z] 54328cedda7b: Preparing [2024-10-16T06:37:59.403Z] 66e17f7371ed: Preparing [2024-10-16T06:37:59.403Z] 07ea4254962e: Preparing [2024-10-16T06:37:59.403Z] 16113d51b718: Preparing [2024-10-16T06:37:59.403Z] 07ea4254962e: Waiting [2024-10-16T06:37:59.403Z] 16113d51b718: Waiting [2024-10-16T06:37:59.403Z] c4cf2f226225: Layer already exists [2024-10-16T06:37:59.403Z] 54328cedda7b: Layer already exists [2024-10-16T06:37:59.403Z] 64739c57333b: Layer already exists [2024-10-16T06:37:59.403Z] 66e17f7371ed: Layer already exists [2024-10-16T06:37:59.403Z] 822f1a33d517: Layer already exists [2024-10-16T06:37:59.403Z] 16113d51b718: Layer already exists [2024-10-16T06:37:59.403Z] 07ea4254962e: Layer already exists [2024-10-16T06:37:59.403Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:37:59.758Z] + 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-16T06:38:00.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-10-16T06:38:00.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-16T06:38:00.110Z] 822f1a33d517: Preparing [2024-10-16T06:38:00.110Z] c4cf2f226225: Preparing [2024-10-16T06:38:00.110Z] 64739c57333b: Preparing [2024-10-16T06:38:00.110Z] 54328cedda7b: Preparing [2024-10-16T06:38:00.110Z] 66e17f7371ed: Preparing [2024-10-16T06:38:00.110Z] 07ea4254962e: Preparing [2024-10-16T06:38:00.110Z] 16113d51b718: Preparing [2024-10-16T06:38:00.110Z] 07ea4254962e: Waiting [2024-10-16T06:38:00.110Z] 16113d51b718: Waiting [2024-10-16T06:38:00.110Z] c4cf2f226225: Layer already exists [2024-10-16T06:38:00.110Z] 64739c57333b: Layer already exists [2024-10-16T06:38:00.110Z] 822f1a33d517: Layer already exists [2024-10-16T06:38:00.110Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:00.110Z] 66e17f7371ed: Layer already exists [2024-10-16T06:38:00.110Z] 16113d51b718: Layer already exists [2024-10-16T06:38:00.110Z] 07ea4254962e: Layer already exists [2024-10-16T06:38:00.110Z] main: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:38:00.199Z] ===================================================== [Pipeline] echo [2024-10-16T06:38:00.213Z] taggedImages: [2024-10-16T06:38:00.213Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:00.213Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-16T06:38:00.213Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.107 [2024-10-16T06:38:00.213Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:00.213Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-10-16T06:38:00.234Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-10-16T06:38:00.234Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:00.234Z] latest [2024-10-16T06:38:00.234Z] 3.2.0-dev.107 [2024-10-16T06:38:00.234Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:00.234Z] main [2024-10-16T06:38:00.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:00.599Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:00.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:00.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-16T06:38:00.948Z] 1543b509c881: Preparing [2024-10-16T06:38:00.948Z] 3634f1f1b0e6: Preparing [2024-10-16T06:38:00.948Z] 716c4e5dd4f4: Preparing [2024-10-16T06:38:00.948Z] 64739c57333b: Preparing [2024-10-16T06:38:00.948Z] 54328cedda7b: Preparing [2024-10-16T06:38:00.948Z] 04948e18c7d3: Preparing [2024-10-16T06:38:00.948Z] 9d54b3da05b2: Preparing [2024-10-16T06:38:00.948Z] 1821045685e7: Preparing [2024-10-16T06:38:00.949Z] b61ade81837e: Preparing [2024-10-16T06:38:00.949Z] 16113d51b718: Preparing [2024-10-16T06:38:00.949Z] 1821045685e7: Waiting [2024-10-16T06:38:00.949Z] b61ade81837e: Waiting [2024-10-16T06:38:00.949Z] 9d54b3da05b2: Waiting [2024-10-16T06:38:00.949Z] 16113d51b718: Waiting [2024-10-16T06:38:00.949Z] 64739c57333b: Layer already exists [2024-10-16T06:38:00.949Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:01.213Z] 3634f1f1b0e6: Pushed [2024-10-16T06:38:01.213Z] 716c4e5dd4f4: Pushed [2024-10-16T06:38:01.213Z] 1543b509c881: Pushed [2024-10-16T06:38:01.213Z] 16113d51b718: Layer already exists [2024-10-16T06:38:01.213Z] 1821045685e7: Pushed [2024-10-16T06:38:02.173Z] b61ade81837e: Pushed [2024-10-16T06:38:14.451Z] 9d54b3da05b2: Pushed [2024-10-16T06:38:22.655Z] 04948e18c7d3: Pushed [2024-10-16T06:38:22.655Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:23.011Z] + 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-16T06:38:23.364Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-16T06:38:23.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-16T06:38:23.364Z] 1543b509c881: Preparing [2024-10-16T06:38:23.364Z] 3634f1f1b0e6: Preparing [2024-10-16T06:38:23.364Z] 716c4e5dd4f4: Preparing [2024-10-16T06:38:23.364Z] 64739c57333b: Preparing [2024-10-16T06:38:23.364Z] 54328cedda7b: Preparing [2024-10-16T06:38:23.364Z] 04948e18c7d3: Preparing [2024-10-16T06:38:23.364Z] 9d54b3da05b2: Preparing [2024-10-16T06:38:23.364Z] 1821045685e7: Preparing [2024-10-16T06:38:23.364Z] b61ade81837e: Preparing [2024-10-16T06:38:23.364Z] 16113d51b718: Preparing [2024-10-16T06:38:23.364Z] 04948e18c7d3: Waiting [2024-10-16T06:38:23.364Z] 9d54b3da05b2: Waiting [2024-10-16T06:38:23.364Z] b61ade81837e: Waiting [2024-10-16T06:38:23.364Z] 1821045685e7: Waiting [2024-10-16T06:38:23.364Z] 16113d51b718: Waiting [2024-10-16T06:38:23.364Z] 716c4e5dd4f4: Layer already exists [2024-10-16T06:38:23.364Z] 1543b509c881: Layer already exists [2024-10-16T06:38:23.364Z] 3634f1f1b0e6: Layer already exists [2024-10-16T06:38:23.364Z] 64739c57333b: Layer already exists [2024-10-16T06:38:23.364Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:23.364Z] 04948e18c7d3: Layer already exists [2024-10-16T06:38:23.364Z] 16113d51b718: Layer already exists [2024-10-16T06:38:23.364Z] 9d54b3da05b2: Layer already exists [2024-10-16T06:38:23.364Z] b61ade81837e: Layer already exists [2024-10-16T06:38:23.364Z] 1821045685e7: Layer already exists [2024-10-16T06:38:23.629Z] latest: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:23.984Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:24.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.107 [2024-10-16T06:38:24.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-16T06:38:24.336Z] 1543b509c881: Preparing [2024-10-16T06:38:24.336Z] 3634f1f1b0e6: Preparing [2024-10-16T06:38:24.336Z] 716c4e5dd4f4: Preparing [2024-10-16T06:38:24.336Z] 64739c57333b: Preparing [2024-10-16T06:38:24.336Z] 54328cedda7b: Preparing [2024-10-16T06:38:24.336Z] 04948e18c7d3: Preparing [2024-10-16T06:38:24.336Z] 9d54b3da05b2: Preparing [2024-10-16T06:38:24.336Z] 1821045685e7: Preparing [2024-10-16T06:38:24.336Z] b61ade81837e: Preparing [2024-10-16T06:38:24.336Z] 16113d51b718: Preparing [2024-10-16T06:38:24.336Z] 9d54b3da05b2: Waiting [2024-10-16T06:38:24.336Z] 1821045685e7: Waiting [2024-10-16T06:38:24.336Z] b61ade81837e: Waiting [2024-10-16T06:38:24.336Z] 16113d51b718: Waiting [2024-10-16T06:38:24.336Z] 04948e18c7d3: Waiting [2024-10-16T06:38:24.336Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:24.336Z] 1543b509c881: Layer already exists [2024-10-16T06:38:24.336Z] 716c4e5dd4f4: Layer already exists [2024-10-16T06:38:24.336Z] 64739c57333b: Layer already exists [2024-10-16T06:38:24.336Z] 3634f1f1b0e6: Layer already exists [2024-10-16T06:38:24.336Z] 9d54b3da05b2: Layer already exists [2024-10-16T06:38:24.336Z] 04948e18c7d3: Layer already exists [2024-10-16T06:38:24.336Z] 16113d51b718: Layer already exists [2024-10-16T06:38:24.336Z] b61ade81837e: Layer already exists [2024-10-16T06:38:24.336Z] 1821045685e7: Layer already exists [2024-10-16T06:38:24.601Z] 3.2.0-dev.107: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:24.962Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:25.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:25.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-16T06:38:25.336Z] 1543b509c881: Preparing [2024-10-16T06:38:25.336Z] 3634f1f1b0e6: Preparing [2024-10-16T06:38:25.336Z] 716c4e5dd4f4: Preparing [2024-10-16T06:38:25.336Z] 64739c57333b: Preparing [2024-10-16T06:38:25.336Z] 54328cedda7b: Preparing [2024-10-16T06:38:25.336Z] 04948e18c7d3: Preparing [2024-10-16T06:38:25.336Z] 9d54b3da05b2: Preparing [2024-10-16T06:38:25.336Z] 1821045685e7: Preparing [2024-10-16T06:38:25.336Z] b61ade81837e: Preparing [2024-10-16T06:38:25.336Z] 16113d51b718: Preparing [2024-10-16T06:38:25.336Z] 04948e18c7d3: Waiting [2024-10-16T06:38:25.336Z] b61ade81837e: Waiting [2024-10-16T06:38:25.336Z] 16113d51b718: Waiting [2024-10-16T06:38:25.336Z] 1821045685e7: Waiting [2024-10-16T06:38:25.336Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:25.336Z] 64739c57333b: Layer already exists [2024-10-16T06:38:25.336Z] 1543b509c881: Layer already exists [2024-10-16T06:38:25.336Z] 3634f1f1b0e6: Layer already exists [2024-10-16T06:38:25.336Z] 716c4e5dd4f4: Layer already exists [2024-10-16T06:38:25.336Z] 1821045685e7: Layer already exists [2024-10-16T06:38:25.336Z] 9d54b3da05b2: Layer already exists [2024-10-16T06:38:25.336Z] 04948e18c7d3: Layer already exists [2024-10-16T06:38:25.336Z] b61ade81837e: Layer already exists [2024-10-16T06:38:25.336Z] 16113d51b718: Layer already exists [2024-10-16T06:38:25.601Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:25.968Z] + 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-16T06:38:26.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-10-16T06:38:26.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-16T06:38:26.306Z] 1543b509c881: Preparing [2024-10-16T06:38:26.306Z] 3634f1f1b0e6: Preparing [2024-10-16T06:38:26.306Z] 716c4e5dd4f4: Preparing [2024-10-16T06:38:26.306Z] 64739c57333b: Preparing [2024-10-16T06:38:26.306Z] 54328cedda7b: Preparing [2024-10-16T06:38:26.306Z] 04948e18c7d3: Preparing [2024-10-16T06:38:26.306Z] 9d54b3da05b2: Preparing [2024-10-16T06:38:26.306Z] 1821045685e7: Preparing [2024-10-16T06:38:26.306Z] b61ade81837e: Preparing [2024-10-16T06:38:26.306Z] 16113d51b718: Preparing [2024-10-16T06:38:26.306Z] 1821045685e7: Waiting [2024-10-16T06:38:26.306Z] b61ade81837e: Waiting [2024-10-16T06:38:26.306Z] 16113d51b718: Waiting [2024-10-16T06:38:26.306Z] 04948e18c7d3: Waiting [2024-10-16T06:38:26.306Z] 9d54b3da05b2: Waiting [2024-10-16T06:38:26.307Z] 1543b509c881: Layer already exists [2024-10-16T06:38:26.307Z] 3634f1f1b0e6: Layer already exists [2024-10-16T06:38:26.307Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:26.307Z] 716c4e5dd4f4: Layer already exists [2024-10-16T06:38:26.307Z] 64739c57333b: Layer already exists [2024-10-16T06:38:26.307Z] 04948e18c7d3: Layer already exists [2024-10-16T06:38:26.307Z] 9d54b3da05b2: Layer already exists [2024-10-16T06:38:26.307Z] b61ade81837e: Layer already exists [2024-10-16T06:38:26.307Z] 1821045685e7: Layer already exists [2024-10-16T06:38:26.307Z] 16113d51b718: Layer already exists [2024-10-16T06:38:26.572Z] main: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:38:26.648Z] ===================================================== [Pipeline] echo [2024-10-16T06:38:26.662Z] taggedImages: [2024-10-16T06:38:26.662Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:26.662Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-16T06:38:26.662Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.107 [2024-10-16T06:38:26.662Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:26.662Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-10-16T06:38:26.686Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-10-16T06:38:26.686Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:26.686Z] latest [2024-10-16T06:38:26.686Z] 3.2.0-dev.107 [2024-10-16T06:38:26.686Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:26.686Z] main [2024-10-16T06:38:26.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:27.055Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:27.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:27.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-16T06:38:27.402Z] a40174e4a264: Preparing [2024-10-16T06:38:27.402Z] d9525fa9a602: Preparing [2024-10-16T06:38:27.402Z] 78712f1b8d70: Preparing [2024-10-16T06:38:27.402Z] 64739c57333b: Preparing [2024-10-16T06:38:27.402Z] 54328cedda7b: Preparing [2024-10-16T06:38:27.402Z] cca5d27c2afc: Preparing [2024-10-16T06:38:27.402Z] c5ccaa728732: Preparing [2024-10-16T06:38:27.402Z] 4b1bfa0c1548: Preparing [2024-10-16T06:38:27.402Z] 16113d51b718: Preparing [2024-10-16T06:38:27.402Z] c5ccaa728732: Waiting [2024-10-16T06:38:27.402Z] 4b1bfa0c1548: Waiting [2024-10-16T06:38:27.402Z] 16113d51b718: Waiting [2024-10-16T06:38:27.402Z] cca5d27c2afc: Waiting [2024-10-16T06:38:27.402Z] 64739c57333b: Layer already exists [2024-10-16T06:38:27.676Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:27.676Z] 78712f1b8d70: Pushed [2024-10-16T06:38:27.676Z] d9525fa9a602: Pushed [2024-10-16T06:38:27.676Z] a40174e4a264: Pushed [2024-10-16T06:38:27.676Z] 16113d51b718: Layer already exists [2024-10-16T06:38:27.676Z] c5ccaa728732: Pushed [2024-10-16T06:38:28.253Z] 4b1bfa0c1548: Pushed [2024-10-16T06:38:50.266Z] cca5d27c2afc: Pushed [2024-10-16T06:38:50.266Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:50.608Z] + 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-16T06:38:50.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-16T06:38:50.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-16T06:38:50.948Z] a40174e4a264: Preparing [2024-10-16T06:38:50.948Z] d9525fa9a602: Preparing [2024-10-16T06:38:50.948Z] 78712f1b8d70: Preparing [2024-10-16T06:38:50.948Z] 64739c57333b: Preparing [2024-10-16T06:38:50.948Z] 54328cedda7b: Preparing [2024-10-16T06:38:50.948Z] cca5d27c2afc: Preparing [2024-10-16T06:38:50.948Z] c5ccaa728732: Preparing [2024-10-16T06:38:50.948Z] 4b1bfa0c1548: Preparing [2024-10-16T06:38:50.948Z] 16113d51b718: Preparing [2024-10-16T06:38:50.948Z] cca5d27c2afc: Waiting [2024-10-16T06:38:50.948Z] c5ccaa728732: Waiting [2024-10-16T06:38:50.948Z] 4b1bfa0c1548: Waiting [2024-10-16T06:38:50.948Z] 16113d51b718: Waiting [2024-10-16T06:38:50.948Z] 64739c57333b: Layer already exists [2024-10-16T06:38:50.948Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:50.948Z] d9525fa9a602: Layer already exists [2024-10-16T06:38:50.948Z] a40174e4a264: Layer already exists [2024-10-16T06:38:50.948Z] 78712f1b8d70: Layer already exists [2024-10-16T06:38:50.948Z] 4b1bfa0c1548: Layer already exists [2024-10-16T06:38:50.948Z] c5ccaa728732: Layer already exists [2024-10-16T06:38:50.948Z] cca5d27c2afc: Layer already exists [2024-10-16T06:38:50.948Z] 16113d51b718: Layer already exists [2024-10-16T06:38:51.211Z] latest: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:51.553Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:51.891Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.107 [2024-10-16T06:38:51.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-16T06:38:51.891Z] a40174e4a264: Preparing [2024-10-16T06:38:51.891Z] d9525fa9a602: Preparing [2024-10-16T06:38:51.891Z] 78712f1b8d70: Preparing [2024-10-16T06:38:51.891Z] 64739c57333b: Preparing [2024-10-16T06:38:51.891Z] 54328cedda7b: Preparing [2024-10-16T06:38:51.891Z] cca5d27c2afc: Preparing [2024-10-16T06:38:51.891Z] c5ccaa728732: Preparing [2024-10-16T06:38:51.891Z] 4b1bfa0c1548: Preparing [2024-10-16T06:38:51.891Z] 16113d51b718: Preparing [2024-10-16T06:38:51.891Z] cca5d27c2afc: Waiting [2024-10-16T06:38:51.891Z] c5ccaa728732: Waiting [2024-10-16T06:38:51.891Z] 4b1bfa0c1548: Waiting [2024-10-16T06:38:51.891Z] 16113d51b718: Waiting [2024-10-16T06:38:51.891Z] 64739c57333b: Layer already exists [2024-10-16T06:38:51.891Z] a40174e4a264: Layer already exists [2024-10-16T06:38:51.891Z] 78712f1b8d70: Layer already exists [2024-10-16T06:38:51.891Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:51.891Z] d9525fa9a602: Layer already exists [2024-10-16T06:38:51.891Z] cca5d27c2afc: Layer already exists [2024-10-16T06:38:51.891Z] 4b1bfa0c1548: Layer already exists [2024-10-16T06:38:51.891Z] c5ccaa728732: Layer already exists [2024-10-16T06:38:51.891Z] 16113d51b718: Layer already exists [2024-10-16T06:38:51.891Z] 3.2.0-dev.107: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:52.234Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:52.570Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:52.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-16T06:38:52.570Z] a40174e4a264: Preparing [2024-10-16T06:38:52.570Z] d9525fa9a602: Preparing [2024-10-16T06:38:52.570Z] 78712f1b8d70: Preparing [2024-10-16T06:38:52.570Z] 64739c57333b: Preparing [2024-10-16T06:38:52.570Z] 54328cedda7b: Preparing [2024-10-16T06:38:52.570Z] cca5d27c2afc: Preparing [2024-10-16T06:38:52.570Z] c5ccaa728732: Preparing [2024-10-16T06:38:52.570Z] 4b1bfa0c1548: Preparing [2024-10-16T06:38:52.570Z] 16113d51b718: Preparing [2024-10-16T06:38:52.570Z] 4b1bfa0c1548: Waiting [2024-10-16T06:38:52.570Z] cca5d27c2afc: Waiting [2024-10-16T06:38:52.570Z] 16113d51b718: Waiting [2024-10-16T06:38:52.570Z] c5ccaa728732: Waiting [2024-10-16T06:38:52.570Z] 64739c57333b: Layer already exists [2024-10-16T06:38:52.570Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:52.570Z] 78712f1b8d70: Layer already exists [2024-10-16T06:38:52.570Z] a40174e4a264: Layer already exists [2024-10-16T06:38:52.570Z] d9525fa9a602: Layer already exists [2024-10-16T06:38:52.570Z] 4b1bfa0c1548: Layer already exists [2024-10-16T06:38:52.570Z] c5ccaa728732: Layer already exists [2024-10-16T06:38:52.570Z] cca5d27c2afc: Layer already exists [2024-10-16T06:38:52.570Z] 16113d51b718: Layer already exists [2024-10-16T06:38:52.570Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:52.912Z] + 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-16T06:38:53.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-10-16T06:38:53.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-16T06:38:53.251Z] a40174e4a264: Preparing [2024-10-16T06:38:53.251Z] d9525fa9a602: Preparing [2024-10-16T06:38:53.251Z] 78712f1b8d70: Preparing [2024-10-16T06:38:53.251Z] 64739c57333b: Preparing [2024-10-16T06:38:53.251Z] 54328cedda7b: Preparing [2024-10-16T06:38:53.251Z] cca5d27c2afc: Preparing [2024-10-16T06:38:53.251Z] c5ccaa728732: Preparing [2024-10-16T06:38:53.251Z] 4b1bfa0c1548: Preparing [2024-10-16T06:38:53.251Z] 16113d51b718: Preparing [2024-10-16T06:38:53.251Z] c5ccaa728732: Waiting [2024-10-16T06:38:53.251Z] 4b1bfa0c1548: Waiting [2024-10-16T06:38:53.251Z] 16113d51b718: Waiting [2024-10-16T06:38:53.251Z] cca5d27c2afc: Waiting [2024-10-16T06:38:53.251Z] d9525fa9a602: Layer already exists [2024-10-16T06:38:53.251Z] 78712f1b8d70: Layer already exists [2024-10-16T06:38:53.251Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:53.251Z] a40174e4a264: Layer already exists [2024-10-16T06:38:53.251Z] 64739c57333b: Layer already exists [2024-10-16T06:38:53.251Z] cca5d27c2afc: Layer already exists [2024-10-16T06:38:53.251Z] 4b1bfa0c1548: Layer already exists [2024-10-16T06:38:53.251Z] c5ccaa728732: Layer already exists [2024-10-16T06:38:53.251Z] 16113d51b718: Layer already exists [2024-10-16T06:38:53.251Z] main: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:38:53.580Z] ===================================================== [Pipeline] echo [2024-10-16T06:38:53.598Z] taggedImages: [2024-10-16T06:38:53.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:53.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-16T06:38:53.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.107 [2024-10-16T06:38:53.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:53.598Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-10-16T06:38:53.619Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-10-16T06:38:53.619Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:53.619Z] latest [2024-10-16T06:38:53.619Z] 3.2.0-dev.107 [2024-10-16T06:38:53.619Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:38:53.619Z] main [2024-10-16T06:38:53.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:53.975Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:38:54.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:38:54.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-16T06:38:54.317Z] 2a92d756c5aa: Preparing [2024-10-16T06:38:54.317Z] 4a13715fe3a3: Preparing [2024-10-16T06:38:54.317Z] 699c750050c3: Preparing [2024-10-16T06:38:54.317Z] 64739c57333b: Preparing [2024-10-16T06:38:54.317Z] 54328cedda7b: Preparing [2024-10-16T06:38:54.317Z] 6f0ec4439cf6: Preparing [2024-10-16T06:38:54.317Z] 1821045685e7: Preparing [2024-10-16T06:38:54.317Z] b61ade81837e: Preparing [2024-10-16T06:38:54.317Z] 16113d51b718: Preparing [2024-10-16T06:38:54.317Z] 6f0ec4439cf6: Waiting [2024-10-16T06:38:54.317Z] 1821045685e7: Waiting [2024-10-16T06:38:54.317Z] b61ade81837e: Waiting [2024-10-16T06:38:54.317Z] 16113d51b718: Waiting [2024-10-16T06:38:54.317Z] 64739c57333b: Layer already exists [2024-10-16T06:38:54.317Z] 54328cedda7b: Layer already exists [2024-10-16T06:38:54.582Z] 1821045685e7: Layer already exists [2024-10-16T06:38:54.582Z] b61ade81837e: Layer already exists [2024-10-16T06:38:54.582Z] 2a92d756c5aa: Pushed [2024-10-16T06:38:54.582Z] 4a13715fe3a3: Pushed [2024-10-16T06:38:54.582Z] 699c750050c3: Pushed [2024-10-16T06:38:54.582Z] 16113d51b718: Layer already exists [2024-10-16T06:39:16.589Z] 6f0ec4439cf6: Pushed [2024-10-16T06:39:16.589Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:16.936Z] + 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-16T06:39:17.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-16T06:39:17.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-16T06:39:17.276Z] 2a92d756c5aa: Preparing [2024-10-16T06:39:17.276Z] 4a13715fe3a3: Preparing [2024-10-16T06:39:17.276Z] 699c750050c3: Preparing [2024-10-16T06:39:17.276Z] 64739c57333b: Preparing [2024-10-16T06:39:17.276Z] 54328cedda7b: Preparing [2024-10-16T06:39:17.276Z] 6f0ec4439cf6: Preparing [2024-10-16T06:39:17.276Z] 1821045685e7: Preparing [2024-10-16T06:39:17.276Z] b61ade81837e: Preparing [2024-10-16T06:39:17.276Z] 16113d51b718: Preparing [2024-10-16T06:39:17.276Z] 1821045685e7: Waiting [2024-10-16T06:39:17.276Z] b61ade81837e: Waiting [2024-10-16T06:39:17.276Z] 16113d51b718: Waiting [2024-10-16T06:39:17.276Z] 6f0ec4439cf6: Waiting [2024-10-16T06:39:17.276Z] 4a13715fe3a3: Layer already exists [2024-10-16T06:39:17.276Z] 64739c57333b: Layer already exists [2024-10-16T06:39:17.276Z] 699c750050c3: Layer already exists [2024-10-16T06:39:17.276Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:17.276Z] 2a92d756c5aa: Layer already exists [2024-10-16T06:39:17.276Z] b61ade81837e: Layer already exists [2024-10-16T06:39:17.276Z] 6f0ec4439cf6: Layer already exists [2024-10-16T06:39:17.276Z] 1821045685e7: Layer already exists [2024-10-16T06:39:17.276Z] 16113d51b718: Layer already exists [2024-10-16T06:39:17.276Z] latest: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:17.889Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:18.236Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.107 [2024-10-16T06:39:18.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-16T06:39:18.236Z] 2a92d756c5aa: Preparing [2024-10-16T06:39:18.236Z] 4a13715fe3a3: Preparing [2024-10-16T06:39:18.236Z] 699c750050c3: Preparing [2024-10-16T06:39:18.236Z] 64739c57333b: Preparing [2024-10-16T06:39:18.236Z] 54328cedda7b: Preparing [2024-10-16T06:39:18.236Z] 6f0ec4439cf6: Preparing [2024-10-16T06:39:18.236Z] 1821045685e7: Preparing [2024-10-16T06:39:18.236Z] b61ade81837e: Preparing [2024-10-16T06:39:18.236Z] 16113d51b718: Preparing [2024-10-16T06:39:18.236Z] 6f0ec4439cf6: Waiting [2024-10-16T06:39:18.236Z] 1821045685e7: Waiting [2024-10-16T06:39:18.236Z] b61ade81837e: Waiting [2024-10-16T06:39:18.236Z] 16113d51b718: Waiting [2024-10-16T06:39:18.236Z] 4a13715fe3a3: Layer already exists [2024-10-16T06:39:18.236Z] 2a92d756c5aa: Layer already exists [2024-10-16T06:39:18.236Z] 699c750050c3: Layer already exists [2024-10-16T06:39:18.236Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:18.236Z] 64739c57333b: Layer already exists [2024-10-16T06:39:18.236Z] b61ade81837e: Layer already exists [2024-10-16T06:39:18.236Z] 1821045685e7: Layer already exists [2024-10-16T06:39:18.236Z] 16113d51b718: Layer already exists [2024-10-16T06:39:18.236Z] 6f0ec4439cf6: Layer already exists [2024-10-16T06:39:18.236Z] 3.2.0-dev.107: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:18.583Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:18.929Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:18.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-16T06:39:18.929Z] 2a92d756c5aa: Preparing [2024-10-16T06:39:18.929Z] 4a13715fe3a3: Preparing [2024-10-16T06:39:18.929Z] 699c750050c3: Preparing [2024-10-16T06:39:18.929Z] 64739c57333b: Preparing [2024-10-16T06:39:18.929Z] 54328cedda7b: Preparing [2024-10-16T06:39:18.929Z] 6f0ec4439cf6: Preparing [2024-10-16T06:39:18.929Z] 1821045685e7: Preparing [2024-10-16T06:39:18.929Z] b61ade81837e: Preparing [2024-10-16T06:39:18.929Z] 16113d51b718: Preparing [2024-10-16T06:39:18.929Z] 1821045685e7: Waiting [2024-10-16T06:39:18.929Z] b61ade81837e: Waiting [2024-10-16T06:39:18.929Z] 6f0ec4439cf6: Waiting [2024-10-16T06:39:18.929Z] 16113d51b718: Waiting [2024-10-16T06:39:18.929Z] 4a13715fe3a3: Layer already exists [2024-10-16T06:39:18.929Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:18.929Z] 699c750050c3: Layer already exists [2024-10-16T06:39:18.929Z] 2a92d756c5aa: Layer already exists [2024-10-16T06:39:18.929Z] 64739c57333b: Layer already exists [2024-10-16T06:39:18.929Z] 1821045685e7: Layer already exists [2024-10-16T06:39:18.929Z] 6f0ec4439cf6: Layer already exists [2024-10-16T06:39:18.929Z] b61ade81837e: Layer already exists [2024-10-16T06:39:18.929Z] 16113d51b718: Layer already exists [2024-10-16T06:39:18.929Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:19.529Z] + 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-16T06:39:19.863Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-10-16T06:39:19.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-16T06:39:19.863Z] 2a92d756c5aa: Preparing [2024-10-16T06:39:19.863Z] 4a13715fe3a3: Preparing [2024-10-16T06:39:19.863Z] 699c750050c3: Preparing [2024-10-16T06:39:19.863Z] 64739c57333b: Preparing [2024-10-16T06:39:19.863Z] 54328cedda7b: Preparing [2024-10-16T06:39:19.863Z] 6f0ec4439cf6: Preparing [2024-10-16T06:39:19.863Z] 1821045685e7: Preparing [2024-10-16T06:39:19.863Z] b61ade81837e: Preparing [2024-10-16T06:39:19.863Z] 16113d51b718: Preparing [2024-10-16T06:39:19.863Z] b61ade81837e: Waiting [2024-10-16T06:39:19.863Z] 16113d51b718: Waiting [2024-10-16T06:39:19.863Z] 6f0ec4439cf6: Waiting [2024-10-16T06:39:19.863Z] 1821045685e7: Waiting [2024-10-16T06:39:19.863Z] 4a13715fe3a3: Layer already exists [2024-10-16T06:39:19.863Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:19.863Z] 699c750050c3: Layer already exists [2024-10-16T06:39:19.863Z] 2a92d756c5aa: Layer already exists [2024-10-16T06:39:19.863Z] 64739c57333b: Layer already exists [2024-10-16T06:39:19.863Z] 6f0ec4439cf6: Layer already exists [2024-10-16T06:39:19.863Z] 1821045685e7: Layer already exists [2024-10-16T06:39:19.863Z] 16113d51b718: Layer already exists [2024-10-16T06:39:19.863Z] b61ade81837e: Layer already exists [2024-10-16T06:39:19.863Z] main: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:39:20.206Z] ===================================================== [Pipeline] echo [2024-10-16T06:39:20.222Z] taggedImages: [2024-10-16T06:39:20.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:20.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-16T06:39:20.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.107 [2024-10-16T06:39:20.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:20.222Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-10-16T06:39:20.249Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-10-16T06:39:20.249Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:20.249Z] latest [2024-10-16T06:39:20.249Z] 3.2.0-dev.107 [2024-10-16T06:39:20.249Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:20.249Z] main [2024-10-16T06:39:20.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:20.608Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:21.135Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:21.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-16T06:39:21.136Z] 28f696b41257: Preparing [2024-10-16T06:39:21.136Z] fb40ae103c70: Preparing [2024-10-16T06:39:21.136Z] 64739c57333b: Preparing [2024-10-16T06:39:21.136Z] 54328cedda7b: Preparing [2024-10-16T06:39:21.136Z] 42f637d913fa: Preparing [2024-10-16T06:39:21.136Z] ed75c7c42673: Preparing [2024-10-16T06:39:21.136Z] 16113d51b718: Preparing [2024-10-16T06:39:21.136Z] ed75c7c42673: Waiting [2024-10-16T06:39:21.136Z] 16113d51b718: Waiting [2024-10-16T06:39:21.136Z] 64739c57333b: Layer already exists [2024-10-16T06:39:21.136Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:21.400Z] 16113d51b718: Layer already exists [2024-10-16T06:39:21.400Z] 28f696b41257: Pushed [2024-10-16T06:39:21.400Z] 42f637d913fa: Pushed [2024-10-16T06:39:21.975Z] ed75c7c42673: Pushed [2024-10-16T06:39:32.088Z] fb40ae103c70: Pushed [2024-10-16T06:39:32.357Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:32.736Z] + 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-16T06:39:33.081Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-16T06:39:33.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-16T06:39:33.081Z] 28f696b41257: Preparing [2024-10-16T06:39:33.081Z] fb40ae103c70: Preparing [2024-10-16T06:39:33.081Z] 64739c57333b: Preparing [2024-10-16T06:39:33.081Z] 54328cedda7b: Preparing [2024-10-16T06:39:33.081Z] 42f637d913fa: Preparing [2024-10-16T06:39:33.081Z] ed75c7c42673: Preparing [2024-10-16T06:39:33.081Z] 16113d51b718: Preparing [2024-10-16T06:39:33.081Z] ed75c7c42673: Waiting [2024-10-16T06:39:33.081Z] 16113d51b718: Waiting [2024-10-16T06:39:33.081Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:33.081Z] 28f696b41257: Layer already exists [2024-10-16T06:39:33.081Z] 42f637d913fa: Layer already exists [2024-10-16T06:39:33.081Z] 64739c57333b: Layer already exists [2024-10-16T06:39:33.081Z] fb40ae103c70: Layer already exists [2024-10-16T06:39:33.081Z] 16113d51b718: Layer already exists [2024-10-16T06:39:33.081Z] ed75c7c42673: Layer already exists [2024-10-16T06:39:33.345Z] latest: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:33.687Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:34.036Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.107 [2024-10-16T06:39:34.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-16T06:39:34.036Z] 28f696b41257: Preparing [2024-10-16T06:39:34.036Z] fb40ae103c70: Preparing [2024-10-16T06:39:34.036Z] 64739c57333b: Preparing [2024-10-16T06:39:34.036Z] 54328cedda7b: Preparing [2024-10-16T06:39:34.036Z] 42f637d913fa: Preparing [2024-10-16T06:39:34.036Z] ed75c7c42673: Preparing [2024-10-16T06:39:34.036Z] 16113d51b718: Preparing [2024-10-16T06:39:34.036Z] ed75c7c42673: Waiting [2024-10-16T06:39:34.036Z] 16113d51b718: Waiting [2024-10-16T06:39:34.036Z] fb40ae103c70: Layer already exists [2024-10-16T06:39:34.036Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:34.036Z] 42f637d913fa: Layer already exists [2024-10-16T06:39:34.036Z] 28f696b41257: Layer already exists [2024-10-16T06:39:34.036Z] 64739c57333b: Layer already exists [2024-10-16T06:39:34.036Z] 16113d51b718: Layer already exists [2024-10-16T06:39:34.036Z] ed75c7c42673: Layer already exists [2024-10-16T06:39:34.036Z] 3.2.0-dev.107: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:34.647Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:34.994Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:34.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-16T06:39:34.994Z] 28f696b41257: Preparing [2024-10-16T06:39:34.994Z] fb40ae103c70: Preparing [2024-10-16T06:39:34.994Z] 64739c57333b: Preparing [2024-10-16T06:39:34.994Z] 54328cedda7b: Preparing [2024-10-16T06:39:34.994Z] 42f637d913fa: Preparing [2024-10-16T06:39:34.994Z] ed75c7c42673: Preparing [2024-10-16T06:39:34.994Z] 16113d51b718: Preparing [2024-10-16T06:39:34.994Z] ed75c7c42673: Waiting [2024-10-16T06:39:34.994Z] 16113d51b718: Waiting [2024-10-16T06:39:34.994Z] 64739c57333b: Layer already exists [2024-10-16T06:39:34.994Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:34.994Z] 28f696b41257: Layer already exists [2024-10-16T06:39:34.994Z] fb40ae103c70: Layer already exists [2024-10-16T06:39:34.994Z] 42f637d913fa: Layer already exists [2024-10-16T06:39:34.994Z] ed75c7c42673: Layer already exists [2024-10-16T06:39:34.994Z] 16113d51b718: Layer already exists [2024-10-16T06:39:34.994Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:35.353Z] + 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-16T06:39:35.697Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-10-16T06:39:35.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-16T06:39:35.697Z] 28f696b41257: Preparing [2024-10-16T06:39:35.697Z] fb40ae103c70: Preparing [2024-10-16T06:39:35.697Z] 64739c57333b: Preparing [2024-10-16T06:39:35.697Z] 54328cedda7b: Preparing [2024-10-16T06:39:35.697Z] 42f637d913fa: Preparing [2024-10-16T06:39:35.697Z] ed75c7c42673: Preparing [2024-10-16T06:39:35.697Z] 16113d51b718: Preparing [2024-10-16T06:39:35.697Z] ed75c7c42673: Waiting [2024-10-16T06:39:35.697Z] 16113d51b718: Waiting [2024-10-16T06:39:35.697Z] 28f696b41257: Layer already exists [2024-10-16T06:39:35.697Z] fb40ae103c70: Layer already exists [2024-10-16T06:39:35.697Z] 64739c57333b: Layer already exists [2024-10-16T06:39:35.697Z] 42f637d913fa: Layer already exists [2024-10-16T06:39:35.697Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:35.697Z] ed75c7c42673: Layer already exists [2024-10-16T06:39:35.697Z] 16113d51b718: Layer already exists [2024-10-16T06:39:35.697Z] main: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:39:36.038Z] ===================================================== [Pipeline] echo [2024-10-16T06:39:36.050Z] taggedImages: [2024-10-16T06:39:36.050Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:36.050Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-16T06:39:36.050Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.107 [2024-10-16T06:39:36.050Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:36.050Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-10-16T06:39:36.076Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-10-16T06:39:36.076Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:36.076Z] latest [2024-10-16T06:39:36.076Z] 3.2.0-dev.107 [2024-10-16T06:39:36.076Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:36.076Z] main [2024-10-16T06:39:36.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:36.448Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:36.787Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:36.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-16T06:39:36.787Z] a3fc9b7c03ef: Preparing [2024-10-16T06:39:36.787Z] 060b3e4022b3: Preparing [2024-10-16T06:39:36.787Z] cb1f472014e0: Preparing [2024-10-16T06:39:36.787Z] 64739c57333b: Preparing [2024-10-16T06:39:36.787Z] 54328cedda7b: Preparing [2024-10-16T06:39:36.787Z] 95d38465ca6b: Preparing [2024-10-16T06:39:36.787Z] 5f2a8d0b2c2a: Preparing [2024-10-16T06:39:36.787Z] 16113d51b718: Preparing [2024-10-16T06:39:36.787Z] 95d38465ca6b: Waiting [2024-10-16T06:39:36.787Z] 5f2a8d0b2c2a: Waiting [2024-10-16T06:39:36.787Z] 16113d51b718: Waiting [2024-10-16T06:39:36.787Z] 64739c57333b: Layer already exists [2024-10-16T06:39:36.787Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:37.051Z] 060b3e4022b3: Pushed [2024-10-16T06:39:37.051Z] 16113d51b718: Layer already exists [2024-10-16T06:39:37.051Z] a3fc9b7c03ef: Pushed [2024-10-16T06:39:37.051Z] 95d38465ca6b: Pushed [2024-10-16T06:39:37.315Z] 5f2a8d0b2c2a: Pushed [2024-10-16T06:39:49.597Z] cb1f472014e0: Pushed [2024-10-16T06:39:49.597Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:49.939Z] + 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-16T06:39:50.269Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-16T06:39:50.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-16T06:39:50.269Z] a3fc9b7c03ef: Preparing [2024-10-16T06:39:50.269Z] 060b3e4022b3: Preparing [2024-10-16T06:39:50.269Z] cb1f472014e0: Preparing [2024-10-16T06:39:50.269Z] 64739c57333b: Preparing [2024-10-16T06:39:50.269Z] 54328cedda7b: Preparing [2024-10-16T06:39:50.269Z] 95d38465ca6b: Preparing [2024-10-16T06:39:50.269Z] 5f2a8d0b2c2a: Preparing [2024-10-16T06:39:50.269Z] 16113d51b718: Preparing [2024-10-16T06:39:50.269Z] 95d38465ca6b: Waiting [2024-10-16T06:39:50.269Z] 5f2a8d0b2c2a: Waiting [2024-10-16T06:39:50.269Z] 16113d51b718: Waiting [2024-10-16T06:39:50.269Z] 64739c57333b: Layer already exists [2024-10-16T06:39:50.269Z] a3fc9b7c03ef: Layer already exists [2024-10-16T06:39:50.269Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:50.269Z] cb1f472014e0: Layer already exists [2024-10-16T06:39:50.269Z] 060b3e4022b3: Layer already exists [2024-10-16T06:39:50.269Z] 95d38465ca6b: Layer already exists [2024-10-16T06:39:50.269Z] 5f2a8d0b2c2a: Layer already exists [2024-10-16T06:39:50.269Z] 16113d51b718: Layer already exists [2024-10-16T06:39:50.532Z] latest: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:50.872Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:51.214Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.107 [2024-10-16T06:39:51.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-16T06:39:51.214Z] a3fc9b7c03ef: Preparing [2024-10-16T06:39:51.214Z] 060b3e4022b3: Preparing [2024-10-16T06:39:51.214Z] cb1f472014e0: Preparing [2024-10-16T06:39:51.214Z] 64739c57333b: Preparing [2024-10-16T06:39:51.214Z] 54328cedda7b: Preparing [2024-10-16T06:39:51.214Z] 95d38465ca6b: Preparing [2024-10-16T06:39:51.214Z] 5f2a8d0b2c2a: Preparing [2024-10-16T06:39:51.214Z] 16113d51b718: Preparing [2024-10-16T06:39:51.214Z] 95d38465ca6b: Waiting [2024-10-16T06:39:51.214Z] 5f2a8d0b2c2a: Waiting [2024-10-16T06:39:51.214Z] 16113d51b718: Waiting [2024-10-16T06:39:51.214Z] 64739c57333b: Layer already exists [2024-10-16T06:39:51.214Z] cb1f472014e0: Layer already exists [2024-10-16T06:39:51.214Z] a3fc9b7c03ef: Layer already exists [2024-10-16T06:39:51.214Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:51.214Z] 060b3e4022b3: Layer already exists [2024-10-16T06:39:51.214Z] 16113d51b718: Layer already exists [2024-10-16T06:39:51.214Z] 5f2a8d0b2c2a: Layer already exists [2024-10-16T06:39:51.214Z] 95d38465ca6b: Layer already exists [2024-10-16T06:39:51.214Z] 3.2.0-dev.107: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:51.557Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:51.902Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:51.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-16T06:39:51.902Z] a3fc9b7c03ef: Preparing [2024-10-16T06:39:51.902Z] 060b3e4022b3: Preparing [2024-10-16T06:39:51.902Z] cb1f472014e0: Preparing [2024-10-16T06:39:51.902Z] 64739c57333b: Preparing [2024-10-16T06:39:51.902Z] 54328cedda7b: Preparing [2024-10-16T06:39:51.902Z] 95d38465ca6b: Preparing [2024-10-16T06:39:51.902Z] 5f2a8d0b2c2a: Preparing [2024-10-16T06:39:51.902Z] 16113d51b718: Preparing [2024-10-16T06:39:51.902Z] 5f2a8d0b2c2a: Waiting [2024-10-16T06:39:51.902Z] 16113d51b718: Waiting [2024-10-16T06:39:51.902Z] 95d38465ca6b: Waiting [2024-10-16T06:39:51.902Z] 060b3e4022b3: Layer already exists [2024-10-16T06:39:51.902Z] cb1f472014e0: Layer already exists [2024-10-16T06:39:51.902Z] 64739c57333b: Layer already exists [2024-10-16T06:39:51.902Z] a3fc9b7c03ef: Layer already exists [2024-10-16T06:39:51.902Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:51.902Z] 5f2a8d0b2c2a: Layer already exists [2024-10-16T06:39:51.902Z] 95d38465ca6b: Layer already exists [2024-10-16T06:39:51.902Z] 16113d51b718: Layer already exists [2024-10-16T06:39:51.902Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:52.253Z] + 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-16T06:39:52.595Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-10-16T06:39:52.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-16T06:39:52.595Z] a3fc9b7c03ef: Preparing [2024-10-16T06:39:52.595Z] 060b3e4022b3: Preparing [2024-10-16T06:39:52.595Z] cb1f472014e0: Preparing [2024-10-16T06:39:52.595Z] 64739c57333b: Preparing [2024-10-16T06:39:52.595Z] 54328cedda7b: Preparing [2024-10-16T06:39:52.595Z] 95d38465ca6b: Preparing [2024-10-16T06:39:52.595Z] 5f2a8d0b2c2a: Preparing [2024-10-16T06:39:52.595Z] 16113d51b718: Preparing [2024-10-16T06:39:52.595Z] 5f2a8d0b2c2a: Waiting [2024-10-16T06:39:52.595Z] 16113d51b718: Waiting [2024-10-16T06:39:52.595Z] 95d38465ca6b: Waiting [2024-10-16T06:39:52.595Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:52.595Z] 060b3e4022b3: Layer already exists [2024-10-16T06:39:52.595Z] a3fc9b7c03ef: Layer already exists [2024-10-16T06:39:52.595Z] cb1f472014e0: Layer already exists [2024-10-16T06:39:52.595Z] 64739c57333b: Layer already exists [2024-10-16T06:39:52.595Z] 95d38465ca6b: Layer already exists [2024-10-16T06:39:52.595Z] 16113d51b718: Layer already exists [2024-10-16T06:39:52.595Z] 5f2a8d0b2c2a: Layer already exists [2024-10-16T06:39:52.595Z] main: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:39:52.657Z] ===================================================== [Pipeline] echo [2024-10-16T06:39:52.666Z] taggedImages: [2024-10-16T06:39:52.666Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:52.666Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-16T06:39:52.666Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.107 [2024-10-16T06:39:52.666Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:52.666Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-10-16T06:39:52.686Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-10-16T06:39:52.686Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:52.686Z] latest [2024-10-16T06:39:52.686Z] 3.2.0-dev.107 [2024-10-16T06:39:52.686Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:39:52.686Z] main [2024-10-16T06:39:52.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:53.048Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:39:53.390Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:39:53.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-16T06:39:53.390Z] d2962a550b23: Preparing [2024-10-16T06:39:53.390Z] 715ddaadb34a: Preparing [2024-10-16T06:39:53.390Z] 64739c57333b: Preparing [2024-10-16T06:39:53.390Z] 54328cedda7b: Preparing [2024-10-16T06:39:53.390Z] ad27c15ca4bf: Preparing [2024-10-16T06:39:53.390Z] 1b3f683c965e: Preparing [2024-10-16T06:39:53.390Z] 16113d51b718: Preparing [2024-10-16T06:39:53.390Z] 16113d51b718: Waiting [2024-10-16T06:39:53.390Z] 1b3f683c965e: Waiting [2024-10-16T06:39:53.390Z] 54328cedda7b: Layer already exists [2024-10-16T06:39:53.390Z] 64739c57333b: Layer already exists [2024-10-16T06:39:53.390Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:39:53.653Z] 1b3f683c965e: Layer already exists [2024-10-16T06:39:53.653Z] 16113d51b718: Layer already exists [2024-10-16T06:39:53.653Z] d2962a550b23: Pushed [2024-10-16T06:40:05.921Z] 715ddaadb34a: Pushed [2024-10-16T06:40:05.922Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:06.264Z] + 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-16T06:40:06.619Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-16T06:40:06.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-16T06:40:06.619Z] d2962a550b23: Preparing [2024-10-16T06:40:06.619Z] 715ddaadb34a: Preparing [2024-10-16T06:40:06.619Z] 64739c57333b: Preparing [2024-10-16T06:40:06.619Z] 54328cedda7b: Preparing [2024-10-16T06:40:06.619Z] ad27c15ca4bf: Preparing [2024-10-16T06:40:06.619Z] 1b3f683c965e: Preparing [2024-10-16T06:40:06.619Z] 16113d51b718: Preparing [2024-10-16T06:40:06.619Z] 1b3f683c965e: Waiting [2024-10-16T06:40:06.619Z] 16113d51b718: Waiting [2024-10-16T06:40:06.619Z] 64739c57333b: Layer already exists [2024-10-16T06:40:06.619Z] 54328cedda7b: Layer already exists [2024-10-16T06:40:06.619Z] d2962a550b23: Layer already exists [2024-10-16T06:40:06.619Z] 715ddaadb34a: Layer already exists [2024-10-16T06:40:06.619Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:40:06.619Z] 1b3f683c965e: Layer already exists [2024-10-16T06:40:06.619Z] 16113d51b718: Layer already exists [2024-10-16T06:40:06.619Z] latest: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:07.235Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:07.573Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.107 [2024-10-16T06:40:07.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-16T06:40:07.573Z] d2962a550b23: Preparing [2024-10-16T06:40:07.573Z] 715ddaadb34a: Preparing [2024-10-16T06:40:07.573Z] 64739c57333b: Preparing [2024-10-16T06:40:07.573Z] 54328cedda7b: Preparing [2024-10-16T06:40:07.573Z] ad27c15ca4bf: Preparing [2024-10-16T06:40:07.573Z] 1b3f683c965e: Preparing [2024-10-16T06:40:07.573Z] 16113d51b718: Preparing [2024-10-16T06:40:07.573Z] 1b3f683c965e: Waiting [2024-10-16T06:40:07.573Z] 16113d51b718: Waiting [2024-10-16T06:40:07.573Z] 715ddaadb34a: Layer already exists [2024-10-16T06:40:07.573Z] 64739c57333b: Layer already exists [2024-10-16T06:40:07.573Z] d2962a550b23: Layer already exists [2024-10-16T06:40:07.573Z] 54328cedda7b: Layer already exists [2024-10-16T06:40:07.573Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:40:07.573Z] 16113d51b718: Layer already exists [2024-10-16T06:40:07.573Z] 1b3f683c965e: Layer already exists [2024-10-16T06:40:07.573Z] 3.2.0-dev.107: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:07.917Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:08.257Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:40:08.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-16T06:40:08.258Z] d2962a550b23: Preparing [2024-10-16T06:40:08.258Z] 715ddaadb34a: Preparing [2024-10-16T06:40:08.258Z] 64739c57333b: Preparing [2024-10-16T06:40:08.258Z] 54328cedda7b: Preparing [2024-10-16T06:40:08.258Z] ad27c15ca4bf: Preparing [2024-10-16T06:40:08.258Z] 1b3f683c965e: Preparing [2024-10-16T06:40:08.258Z] 16113d51b718: Preparing [2024-10-16T06:40:08.258Z] 1b3f683c965e: Waiting [2024-10-16T06:40:08.258Z] 16113d51b718: Waiting [2024-10-16T06:40:08.258Z] 715ddaadb34a: Layer already exists [2024-10-16T06:40:08.258Z] 54328cedda7b: Layer already exists [2024-10-16T06:40:08.258Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:40:08.258Z] d2962a550b23: Layer already exists [2024-10-16T06:40:08.258Z] 64739c57333b: Layer already exists [2024-10-16T06:40:08.258Z] 1b3f683c965e: Layer already exists [2024-10-16T06:40:08.258Z] 16113d51b718: Layer already exists [2024-10-16T06:40:08.258Z] 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:08.592Z] + 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-16T06:40:09.492Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-10-16T06:40:09.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-10-16T06:40:09.492Z] d2962a550b23: Preparing [2024-10-16T06:40:09.492Z] 715ddaadb34a: Preparing [2024-10-16T06:40:09.492Z] 64739c57333b: Preparing [2024-10-16T06:40:09.492Z] 54328cedda7b: Preparing [2024-10-16T06:40:09.492Z] ad27c15ca4bf: Preparing [2024-10-16T06:40:09.492Z] 1b3f683c965e: Preparing [2024-10-16T06:40:09.492Z] 16113d51b718: Preparing [2024-10-16T06:40:09.492Z] 1b3f683c965e: Waiting [2024-10-16T06:40:09.492Z] 16113d51b718: Waiting [2024-10-16T06:40:09.492Z] 64739c57333b: Layer already exists [2024-10-16T06:40:09.492Z] 715ddaadb34a: Layer already exists [2024-10-16T06:40:09.492Z] ad27c15ca4bf: Layer already exists [2024-10-16T06:40:09.492Z] 54328cedda7b: Layer already exists [2024-10-16T06:40:09.492Z] d2962a550b23: Layer already exists [2024-10-16T06:40:09.492Z] 1b3f683c965e: Layer already exists [2024-10-16T06:40:09.492Z] 16113d51b718: Layer already exists [2024-10-16T06:40:09.492Z] main: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-16T06:40:09.821Z] ===================================================== [Pipeline] echo [2024-10-16T06:40:09.833Z] taggedImages: [2024-10-16T06:40:09.833Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [2024-10-16T06:40:09.833Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-10-16T06:40:09.833Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.107 [2024-10-16T06:40:09.833Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [2024-10-16T06:40:09.833Z] - 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-16T06:40:10.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-16T06:40:10.217Z] [2024-10-16T06:40:10.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:10.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-16T06:40:10.540Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-16T06:40:10.540Z] 8998bd30e6a1: Pulling fs layer [2024-10-16T06:40:10.540Z] 04944245beec: Pulling fs layer [2024-10-16T06:40:10.540Z] 699f458cf7ca: Pulling fs layer [2024-10-16T06:40:10.540Z] 765212b225bb: Pulling fs layer [2024-10-16T06:40:10.540Z] f23df028b6ca: Pulling fs layer [2024-10-16T06:40:10.540Z] d65c8cfc05b1: Pulling fs layer [2024-10-16T06:40:10.540Z] 2437ff75d9bd: Pulling fs layer [2024-10-16T06:40:10.540Z] f23df028b6ca: Waiting [2024-10-16T06:40:10.540Z] d65c8cfc05b1: Waiting [2024-10-16T06:40:10.540Z] 765212b225bb: Waiting [2024-10-16T06:40:10.540Z] 2437ff75d9bd: Waiting [2024-10-16T06:40:10.807Z] 04944245beec: Verifying Checksum [2024-10-16T06:40:10.807Z] 04944245beec: Download complete [2024-10-16T06:40:10.807Z] 765212b225bb: Download complete [2024-10-16T06:40:10.807Z] f23df028b6ca: Verifying Checksum [2024-10-16T06:40:10.807Z] f23df028b6ca: Download complete [2024-10-16T06:40:10.807Z] d65c8cfc05b1: Verifying Checksum [2024-10-16T06:40:10.807Z] d65c8cfc05b1: Download complete [2024-10-16T06:40:10.807Z] 699f458cf7ca: Verifying Checksum [2024-10-16T06:40:10.807Z] 699f458cf7ca: Download complete [2024-10-16T06:40:11.387Z] 8998bd30e6a1: Verifying Checksum [2024-10-16T06:40:11.387Z] 8998bd30e6a1: Download complete [2024-10-16T06:40:13.960Z] 2437ff75d9bd: Verifying Checksum [2024-10-16T06:40:13.960Z] 2437ff75d9bd: Download complete [2024-10-16T06:40:15.898Z] 8998bd30e6a1: Pull complete [2024-10-16T06:40:16.477Z] 04944245beec: Pull complete [2024-10-16T06:40:17.885Z] 699f458cf7ca: Pull complete [2024-10-16T06:40:18.150Z] 765212b225bb: Pull complete [2024-10-16T06:40:19.106Z] f23df028b6ca: Pull complete [2024-10-16T06:40:19.371Z] d65c8cfc05b1: Pull complete [2024-10-16T06:40:37.544Z] 2437ff75d9bd: Pull complete [2024-10-16T06:40:37.544Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-16T06:40:37.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-16T06:40:37.544Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:40:37.738Z] prd-ubuntu20.04-docker-arm64-4c-16g-22912 does not seem to be running inside a container [2024-10-16T06:40:37.777Z] $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-16T06:40:40.259Z] $ docker top e720ba4547845d0def582d942b9466b4eb862cdf5d55028921026f5a7eb80547 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:40:40.836Z] ---> job-cost.sh [2024-10-16T06:40:41.100Z] lf-activate-venv: SKIPPING [2024-10-16T06:40:41.100Z] INFO: No Stack... [2024-10-16T06:40:41.363Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-16T06:40:42.314Z] INFO: Archiving Costs [Pipeline] sh [2024-10-16T06:40:42.939Z] + cat /w/workspace/edgex-go/730/archives/cost.csv [2024-10-16T06:40:42.940Z] + cut -d, -f6 [Pipeline] lock [2024-10-16T06:40:42.976Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-730-stack-cost] [2024-10-16T06:40:42.985Z] Resource [jenkins-edgexfoundry-edgex-go-main-730-stack-cost] did not exist. Created. [2024-10-16T06:40:42.992Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-730-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-16T06:40:43.319Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-16T06:40:43.925Z] Stashed 1 file(s) [Pipeline] } [2024-10-16T06:40:43.936Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-730-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-16T06:40:43.950Z] $ docker stop --time=1 e720ba4547845d0def582d942b9466b4eb862cdf5d55028921026f5a7eb80547 [2024-10-16T06:40:45.389Z] $ docker rm -f --volumes e720ba4547845d0def582d942b9466b4eb862cdf5d55028921026f5a7eb80547 [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-16T06:40:45.947Z] provisioning config files... [2024-10-16T06:40:45.954Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/730@tmp/config7913396324342465686tmp [Pipeline] { [Pipeline] sh [2024-10-16T06:40:46.249Z] + set +x [2024-10-16T06:40:46.249Z] + bash -s -- [2024-10-16T06:40:46.249Z] + curl -s https://codecov.io/bash [2024-10-16T06:40:46.249Z] [2024-10-16T06:40:46.249Z] _____ _ [2024-10-16T06:40:46.249Z] / ____| | | [2024-10-16T06:40:46.249Z] | | ___ __| | ___ ___ _____ __ [2024-10-16T06:40:46.249Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-16T06:40:46.249Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-16T06:40:46.249Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-16T06:40:46.249Z] Bash-1.0.6 [2024-10-16T06:40:46.249Z] [2024-10-16T06:40:46.249Z] [2024-10-16T06:40:46.249Z] ==> git version 2.25.1 found [2024-10-16T06:40:46.249Z] ==> 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-16T06:40:46.249Z] Release-Date: 2020-01-08 [2024-10-16T06:40:46.249Z] 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-16T06:40:46.249Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-16T06:40:46.249Z] ==> Jenkins CI detected. [2024-10-16T06:40:46.249Z] current dir:  /w/workspace/edgex-go/730 [2024-10-16T06:40:46.249Z] project root: . [2024-10-16T06:40:46.249Z] --> token set from env [2024-10-16T06:40:46.249Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-16T06:40:46.508Z] ==> Running gcov in . (disable via -X gcov) [2024-10-16T06:40:46.508Z] ==> Python coveragepy not found [2024-10-16T06:40:46.508Z] ==> Searching for coverage reports in: [2024-10-16T06:40:46.508Z] + . [2024-10-16T06:40:46.508Z] -> Found 1 reports [2024-10-16T06:40:46.508Z] ==> Detecting git/mercurial file structure [2024-10-16T06:40:46.508Z] ==> Reading reports [2024-10-16T06:40:46.508Z] + ./coverage.out bytes=1550061 [2024-10-16T06:40:46.508Z] ==> Appending adjustments [2024-10-16T06:40:46.508Z] https://docs.codecov.io/docs/fixing-reports [2024-10-16T06:40:47.887Z] + Found adjustments [2024-10-16T06:40:47.887Z] ==> Gzipping contents [2024-10-16T06:40:47.887Z] 132K /tmp/codecov.AXXxac.gz [2024-10-16T06:40:47.887Z] ==> Uploading reports [2024-10-16T06:40:47.887Z] url: https://codecov.io [2024-10-16T06:40:47.887Z] query: branch=main&commit=0f2c1aa65e1f19339a388a0f771fbaa268164f8e&build=730&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F730%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-16T06:40:47.887Z] -> Pinging Codecov [2024-10-16T06:40:47.887Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=0f2c1aa65e1f19339a388a0f771fbaa268164f8e&build=730&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F730%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-16T06:40:47.887Z] -> Uploading to [2024-10-16T06:40:47.888Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/0f2c1aa65e1f19339a388a0f771fbaa268164f8e/74556ee9-a8e6-4224-acbb-e05e772742e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241016%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241016T064047Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=9f3f5a507f57efd7c18ba61cd605e28bd67a5e4cc66d7184349d52fc112034a4 [2024-10-16T06:40:47.888Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:40:47.888Z] Dload Upload Total Spent Left Speed [2024-10-16T06:40:48.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131k 0 0 100 131k 0 446k --:--:-- --:--:-- --:--:-- 446k [2024-10-16T06:40:48.148Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [2024-10-16T06:40:48.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-10-16T06:40:48.384Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-16T06:40:48.405Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:48.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-16T06:40:48.799Z] [2024-10-16T06:40:48.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:40:49.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-16T06:40:49.095Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-16T06:40:49.095Z] 43c4264eed91: Already exists [2024-10-16T06:40:49.095Z] 4cc291be95ef: Already exists [2024-10-16T06:40:49.095Z] 2ac1f1163629: Already exists [2024-10-16T06:40:49.095Z] 5c3c966382ef: Already exists [2024-10-16T06:40:49.095Z] 4f4fb700ef54: Already exists [2024-10-16T06:40:49.095Z] d9c7d2e4e75e: Pulling fs layer [2024-10-16T06:40:49.095Z] 9c3e1370e548: Pulling fs layer [2024-10-16T06:40:49.353Z] d9c7d2e4e75e: Verifying Checksum [2024-10-16T06:40:49.353Z] d9c7d2e4e75e: Download complete [2024-10-16T06:40:49.611Z] d9c7d2e4e75e: Pull complete [2024-10-16T06:40:49.868Z] 9c3e1370e548: Verifying Checksum [2024-10-16T06:40:49.868Z] 9c3e1370e548: Download complete [2024-10-16T06:40:53.146Z] 9c3e1370e548: Pull complete [2024-10-16T06:40:53.146Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-16T06:40:53.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-16T06:40:53.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:40:53.248Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T06:40:53.274Z] $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T06:40:57.821Z] $ docker top e66858265dcdba3c20cb73139bb23aec4e3de5cfee7c07e5fdba1e1f8bff7439 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-16T06:40:58.166Z] + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] echo [2024-10-16T06:40:58.177Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-10-16T06:40:58.458Z] + set -o pipefail [2024-10-16T06:40:58.458Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-10-16T06:41:06.662Z] [2024-10-16T06:41:06.662Z] Monitoring /w/workspace/edgex-go/730 (github.com/edgexfoundry/edgex-go)... [2024-10-16T06:41:06.662Z] [2024-10-16T06:41:06.662Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/a2d8da1b-4414-451a-942d-de0808d97958 [2024-10-16T06:41:06.662Z] [2024-10-16T06:41:06.662Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-16T06:41:06.662Z] [2024-10-16T06:41:06.662Z] [2024-10-16T06:41:06.662Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-16T06:41:06.663Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-16T06:41:06.932Z] $ docker stop --time=1 e66858265dcdba3c20cb73139bb23aec4e3de5cfee7c07e5fdba1e1f8bff7439 [2024-10-16T06:41:12.443Z] $ docker rm -f --volumes e66858265dcdba3c20cb73139bb23aec4e3de5cfee7c07e5fdba1e1f8bff7439 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-10-16T06:41:12.955Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-16T06:41:12.970Z] provisioning config files... [2024-10-16T06:41:12.979Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/730@tmp/config10311036921372617889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:41:13.284Z] --> edgex-publish-swagger.sh [2024-10-16T06:41:13.284Z] === Publish openapi/v3 API === [2024-10-16T06:41:13.284Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-10-16T06:41:13.284Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/730/openapi/v3/core-command.yaml] [2024-10-16T06:41:13.284Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:13.284Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:13.851Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 63778 --:--:-- --:--:-- --:--:-- 63654 100 32782 0 0 100 32782 0 63654 --:--:-- --:--:-- --:--:-- 63531 [2024-10-16T06:41:13.851Z] [2024-10-16T06:41:13.851Z] [2024-10-16T06:41:13.851Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/730/openapi/v3/core-data.yaml] [2024-10-16T06:41:13.851Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:13.851Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:14.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 161k --:--:-- --:--:-- --:--:-- 161k [2024-10-16T06:41:14.110Z] [2024-10-16T06:41:14.110Z] [2024-10-16T06:41:14.110Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/730/openapi/v3/core-keeper.yaml] [2024-10-16T06:41:14.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:14.111Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:14.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 256 124k --:--:-- --:--:-- --:--:-- 124k [2024-10-16T06:41:14.370Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-16T06:41:14.370Z] [2024-10-16T06:41:14.370Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/730/openapi/v3/core-metadata.yaml] [2024-10-16T06:41:14.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:14.370Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:14.887Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 0 0 100 149k 0 734k --:--:-- --:--:-- --:--:-- 731k 100 149k 100 156 100 149k 443 423k --:--:-- --:--:-- --:--:-- 423k [2024-10-16T06:41:14.887Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-16T06:41:14.887Z] [2024-10-16T06:41:14.887Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/730/openapi/v3/support-cron-scheduler.yaml] [2024-10-16T06:41:14.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:14.887Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:15.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 301 216k --:--:-- --:--:-- --:--:-- 216k [2024-10-16T06:41:15.145Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-16T06:41:15.145Z] [2024-10-16T06:41:15.145Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/730/openapi/v3/support-notifications.yaml] [2024-10-16T06:41:15.145Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:15.145Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:15.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 443 242k --:--:-- --:--:-- --:--:-- 242k [2024-10-16T06:41:15.404Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-16T06:41:15.404Z] [2024-10-16T06:41:15.404Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/730/openapi/v3/support-scheduler.yaml] [2024-10-16T06:41:15.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-16T06:41:15.404Z] Dload Upload Total Spent Left Speed [2024-10-16T06:41:15.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 520 120k --:--:-- --:--:-- --:--:-- 120k 100 37110 100 156 100 36954 520 120k --:--:-- --:--:-- --:--:-- 120k [2024-10-16T06:41:15.663Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-16T06:41:15.663Z] [Pipeline] } [2024-10-16T06:41:15.671Z] 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-16T06:41:16.086Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-16T06:41:16.086Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:41:16.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-16T06:41:16.390Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:41:16.472Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T06:41:16.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T06:41:16.978Z] $ docker top 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 -eo pid,comm [2024-10-16T06:41:17.023Z] 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-16T06:41:17.023Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-16T06:41:17.086Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-16T06:41:17.086Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-16T06:41:17.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-16T06:41:17.201Z] $ docker exec 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 ssh-agent [2024-10-16T06:41:17.304Z] SSH_AUTH_SOCK=/tmp/ssh-LUZxuO1EkXNw/agent.32 [2024-10-16T06:41:17.304Z] SSH_AGENT_PID=38 [2024-10-16T06:41:17.309Z] Running ssh-add (command line suppressed) [2024-10-16T06:41:17.426Z] Identity added: /w/workspace/edgex-go/730@tmp/private_key_15728358987622659137.key (/w/workspace/edgex-go/730@tmp/private_key_15728358987622659137.key) [2024-10-16T06:41:17.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-16T06:41:17.739Z] + git semver tag [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,896 [run_tag] DEBUG tag force:False [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,896 [check_head_tag] DEBUG check head tag [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,900 [execute] INFO git cat-file --batch-check [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=) [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,903 [execute] INFO git cat-file --batch [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,903 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=) [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,946 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,947 [execute] INFO git tag -a v3.2.0-dev.107 -m v3.2.0-dev.107 [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,947 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.107', '-m', 'v3.2.0-dev.107'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=None) [2024-10-16T06:41:17.997Z] 2024-10-16 06:41:17,952 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T06:41:17.997Z] 3.2.0-dev.107 [Pipeline] } [2024-10-16T06:41:18.007Z] $ docker exec --env ******** --env ******** 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 ssh-agent -k [2024-10-16T06:41:18.102Z] unset SSH_AUTH_SOCK; [2024-10-16T06:41:18.102Z] unset SSH_AGENT_PID; [2024-10-16T06:41:18.103Z] echo Agent pid 38 killed; [2024-10-16T06:41:18.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-16T06:41:18.440Z] + git semver [Pipeline] } [2024-10-16T06:41:18.710Z] $ docker stop --time=1 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 [2024-10-16T06:41:19.941Z] $ docker rm -f --volumes 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:41:20.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-16T06:41:20.350Z] [2024-10-16T06:41:20.350Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:41:20.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-16T06:41:20.649Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-16T06:41:20.649Z] ab5ef0e58194: Pulling fs layer [2024-10-16T06:41:20.649Z] 9712f1f96733: Pulling fs layer [2024-10-16T06:41:20.649Z] 63f879dbbcfc: Pulling fs layer [2024-10-16T06:41:20.649Z] 0d9ebad4ef96: Pulling fs layer [2024-10-16T06:41:20.649Z] e9a5061849ea: Pulling fs layer [2024-10-16T06:41:20.649Z] d747dcd14b5f: Pulling fs layer [2024-10-16T06:41:20.649Z] 2de7ff778b66: Pulling fs layer [2024-10-16T06:41:20.649Z] e9a5061849ea: Waiting [2024-10-16T06:41:20.649Z] d747dcd14b5f: Waiting [2024-10-16T06:41:20.649Z] 2de7ff778b66: Waiting [2024-10-16T06:41:20.649Z] 0d9ebad4ef96: Waiting [2024-10-16T06:41:20.649Z] 9712f1f96733: Download complete [2024-10-16T06:41:20.908Z] 63f879dbbcfc: Verifying Checksum [2024-10-16T06:41:20.908Z] 63f879dbbcfc: Download complete [2024-10-16T06:41:21.166Z] e9a5061849ea: Verifying Checksum [2024-10-16T06:41:21.166Z] e9a5061849ea: Download complete [2024-10-16T06:41:21.166Z] d747dcd14b5f: Download complete [2024-10-16T06:41:21.166Z] 0d9ebad4ef96: Verifying Checksum [2024-10-16T06:41:21.166Z] 0d9ebad4ef96: Download complete [2024-10-16T06:41:21.166Z] ab5ef0e58194: Verifying Checksum [2024-10-16T06:41:21.166Z] ab5ef0e58194: Download complete [2024-10-16T06:41:21.425Z] 2de7ff778b66: Verifying Checksum [2024-10-16T06:41:21.425Z] 2de7ff778b66: Download complete [2024-10-16T06:41:23.952Z] ab5ef0e58194: Pull complete [2024-10-16T06:41:23.952Z] 9712f1f96733: Pull complete [2024-10-16T06:41:24.516Z] 63f879dbbcfc: Pull complete [2024-10-16T06:41:28.706Z] 0d9ebad4ef96: Pull complete [2024-10-16T06:41:28.706Z] e9a5061849ea: Pull complete [2024-10-16T06:41:28.706Z] d747dcd14b5f: Pull complete [2024-10-16T06:41:29.643Z] 2de7ff778b66: Pull complete [2024-10-16T06:41:29.643Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-16T06:41:29.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-16T06:41:29.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:41:29.732Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T06:41:29.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T06:41:35.223Z] $ docker top d5f966b9db6014e07286dbe882ffdcfa50dd47167e4bf545c8a619e9868a6dd7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-16T06:41:35.299Z] provisioning config files... [2024-10-16T06:41:35.306Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/730@tmp/config5117681676227144120tmp [2024-10-16T06:41:35.317Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/730@tmp/config3858870961580736715tmp [2024-10-16T06:41:35.325Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/730@tmp/config4751174152663917542tmp [Pipeline] { [Pipeline] echo [2024-10-16T06:41:35.350Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:41:35.639Z] ---> sigul-configuration.sh [2024-10-16T06:41:35.639Z] gpg: directory `/root/.gnupg' created [2024-10-16T06:41:35.639Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-16T06:41:35.639Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-16T06:41:35.639Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-16T06:41:35.639Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-16T06:41:35.639Z] gpg: CAST5 encrypted data [2024-10-16T06:41:35.639Z] gpg: encrypted with 1 passphrase [2024-10-16T06:41:35.639Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-16T06:41:35.934Z] + mkdir /home/jenkins [2024-10-16T06:41:35.934Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-16T06:41:36.232Z] + 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-16T06:41:36.242Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:41:36.530Z] ---> sigul-install.sh [2024-10-16T06:41:36.530Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-16T06:41:36.820Z] + git tag --list [2024-10-16T06:41:36.820Z] 0.6.0 [2024-10-16T06:41:36.820Z] 0.6.1 [2024-10-16T06:41:36.820Z] 0.7.0 [2024-10-16T06:41:36.820Z] 0.7.1 [2024-10-16T06:41:36.820Z] v1.0.0 [2024-10-16T06:41:36.820Z] v1.0.1 [2024-10-16T06:41:36.820Z] v1.1.0 [2024-10-16T06:41:36.820Z] v1.2.0 [2024-10-16T06:41:36.820Z] v1.2.1 [2024-10-16T06:41:36.820Z] v1.3.0 [2024-10-16T06:41:36.820Z] v1.3.1 [2024-10-16T06:41:36.820Z] v2.0.0 [2024-10-16T06:41:36.820Z] v2.1.0 [2024-10-16T06:41:36.820Z] v2.1.1 [2024-10-16T06:41:36.820Z] v2.2.0 [2024-10-16T06:41:36.820Z] v2.3.0 [2024-10-16T06:41:36.820Z] v3.0 [2024-10-16T06:41:36.820Z] v3.0.0 [2024-10-16T06:41:36.820Z] v3.1 [2024-10-16T06:41:36.820Z] v3.1.0 [2024-10-16T06:41:36.820Z] v3.1.0-dev.1 [2024-10-16T06:41:36.820Z] v3.1.0-dev.10 [2024-10-16T06:41:36.820Z] v3.1.0-dev.11 [2024-10-16T06:41:36.820Z] v3.1.0-dev.12 [2024-10-16T06:41:36.820Z] v3.1.0-dev.13 [2024-10-16T06:41:36.820Z] v3.1.0-dev.14 [2024-10-16T06:41:36.820Z] v3.1.0-dev.15 [2024-10-16T06:41:36.820Z] v3.1.0-dev.16 [2024-10-16T06:41:36.820Z] v3.1.0-dev.17 [2024-10-16T06:41:36.820Z] v3.1.0-dev.18 [2024-10-16T06:41:36.820Z] v3.1.0-dev.19 [2024-10-16T06:41:36.820Z] v3.1.0-dev.2 [2024-10-16T06:41:36.820Z] v3.1.0-dev.20 [2024-10-16T06:41:36.820Z] v3.1.0-dev.21 [2024-10-16T06:41:36.820Z] v3.1.0-dev.22 [2024-10-16T06:41:36.820Z] v3.1.0-dev.23 [2024-10-16T06:41:36.820Z] v3.1.0-dev.24 [2024-10-16T06:41:36.820Z] v3.1.0-dev.25 [2024-10-16T06:41:36.820Z] v3.1.0-dev.26 [2024-10-16T06:41:36.820Z] v3.1.0-dev.27 [2024-10-16T06:41:36.820Z] v3.1.0-dev.28 [2024-10-16T06:41:36.820Z] v3.1.0-dev.29 [2024-10-16T06:41:36.820Z] v3.1.0-dev.3 [2024-10-16T06:41:36.820Z] v3.1.0-dev.30 [2024-10-16T06:41:36.820Z] v3.1.0-dev.31 [2024-10-16T06:41:36.820Z] v3.1.0-dev.32 [2024-10-16T06:41:36.820Z] v3.1.0-dev.33 [2024-10-16T06:41:36.820Z] v3.1.0-dev.34 [2024-10-16T06:41:36.820Z] v3.1.0-dev.35 [2024-10-16T06:41:36.820Z] v3.1.0-dev.36 [2024-10-16T06:41:36.820Z] v3.1.0-dev.37 [2024-10-16T06:41:36.820Z] v3.1.0-dev.38 [2024-10-16T06:41:36.820Z] v3.1.0-dev.39 [2024-10-16T06:41:36.820Z] v3.1.0-dev.4 [2024-10-16T06:41:36.820Z] v3.1.0-dev.40 [2024-10-16T06:41:36.820Z] v3.1.0-dev.41 [2024-10-16T06:41:36.820Z] v3.1.0-dev.42 [2024-10-16T06:41:36.820Z] v3.1.0-dev.43 [2024-10-16T06:41:36.820Z] v3.1.0-dev.44 [2024-10-16T06:41:36.820Z] v3.1.0-dev.45 [2024-10-16T06:41:36.820Z] v3.1.0-dev.46 [2024-10-16T06:41:36.820Z] v3.1.0-dev.47 [2024-10-16T06:41:36.820Z] v3.1.0-dev.48 [2024-10-16T06:41:36.820Z] v3.1.0-dev.49 [2024-10-16T06:41:36.820Z] v3.1.0-dev.5 [2024-10-16T06:41:36.820Z] v3.1.0-dev.50 [2024-10-16T06:41:36.820Z] v3.1.0-dev.51 [2024-10-16T06:41:36.820Z] v3.1.0-dev.52 [2024-10-16T06:41:36.820Z] v3.1.0-dev.53 [2024-10-16T06:41:36.820Z] v3.1.0-dev.54 [2024-10-16T06:41:36.820Z] v3.1.0-dev.55 [2024-10-16T06:41:36.820Z] v3.1.0-dev.56 [2024-10-16T06:41:36.820Z] v3.1.0-dev.57 [2024-10-16T06:41:36.820Z] v3.1.0-dev.58 [2024-10-16T06:41:36.820Z] v3.1.0-dev.59 [2024-10-16T06:41:36.820Z] v3.1.0-dev.6 [2024-10-16T06:41:36.820Z] v3.1.0-dev.60 [2024-10-16T06:41:36.820Z] v3.1.0-dev.61 [2024-10-16T06:41:36.820Z] v3.1.0-dev.62 [2024-10-16T06:41:36.820Z] v3.1.0-dev.63 [2024-10-16T06:41:36.820Z] v3.1.0-dev.64 [2024-10-16T06:41:36.820Z] v3.1.0-dev.65 [2024-10-16T06:41:36.820Z] v3.1.0-dev.66 [2024-10-16T06:41:36.820Z] v3.1.0-dev.67 [2024-10-16T06:41:36.820Z] v3.1.0-dev.68 [2024-10-16T06:41:36.820Z] v3.1.0-dev.69 [2024-10-16T06:41:36.820Z] v3.1.0-dev.7 [2024-10-16T06:41:36.820Z] v3.1.0-dev.70 [2024-10-16T06:41:36.820Z] v3.1.0-dev.71 [2024-10-16T06:41:36.820Z] v3.1.0-dev.72 [2024-10-16T06:41:36.820Z] v3.1.0-dev.73 [2024-10-16T06:41:36.820Z] v3.1.0-dev.8 [2024-10-16T06:41:36.820Z] v3.1.0-dev.9 [2024-10-16T06:41:36.820Z] v3.1.1 [2024-10-16T06:41:36.820Z] v3.1.1-dev.1 [2024-10-16T06:41:36.820Z] v3.1.1-dev.2 [2024-10-16T06:41:36.820Z] v3.2.0-dev.1 [2024-10-16T06:41:36.820Z] v3.2.0-dev.10 [2024-10-16T06:41:36.820Z] v3.2.0-dev.100 [2024-10-16T06:41:36.820Z] v3.2.0-dev.101 [2024-10-16T06:41:36.820Z] v3.2.0-dev.102 [2024-10-16T06:41:36.820Z] v3.2.0-dev.103 [2024-10-16T06:41:36.820Z] v3.2.0-dev.104 [2024-10-16T06:41:36.820Z] v3.2.0-dev.105 [2024-10-16T06:41:36.820Z] v3.2.0-dev.106 [2024-10-16T06:41:36.820Z] v3.2.0-dev.107 [2024-10-16T06:41:36.820Z] v3.2.0-dev.11 [2024-10-16T06:41:36.820Z] v3.2.0-dev.12 [2024-10-16T06:41:36.820Z] v3.2.0-dev.13 [2024-10-16T06:41:36.820Z] v3.2.0-dev.14 [2024-10-16T06:41:36.820Z] v3.2.0-dev.15 [2024-10-16T06:41:36.820Z] v3.2.0-dev.16 [2024-10-16T06:41:36.820Z] v3.2.0-dev.17 [2024-10-16T06:41:36.820Z] v3.2.0-dev.18 [2024-10-16T06:41:36.820Z] v3.2.0-dev.19 [2024-10-16T06:41:36.820Z] v3.2.0-dev.2 [2024-10-16T06:41:36.820Z] v3.2.0-dev.20 [2024-10-16T06:41:36.820Z] v3.2.0-dev.21 [2024-10-16T06:41:36.820Z] v3.2.0-dev.22 [2024-10-16T06:41:36.820Z] v3.2.0-dev.23 [2024-10-16T06:41:36.820Z] v3.2.0-dev.24 [2024-10-16T06:41:36.820Z] v3.2.0-dev.25 [2024-10-16T06:41:36.820Z] v3.2.0-dev.26 [2024-10-16T06:41:36.820Z] v3.2.0-dev.27 [2024-10-16T06:41:36.820Z] v3.2.0-dev.28 [2024-10-16T06:41:36.820Z] v3.2.0-dev.29 [2024-10-16T06:41:36.820Z] v3.2.0-dev.3 [2024-10-16T06:41:36.820Z] v3.2.0-dev.30 [2024-10-16T06:41:36.820Z] v3.2.0-dev.31 [2024-10-16T06:41:36.820Z] v3.2.0-dev.32 [2024-10-16T06:41:36.820Z] v3.2.0-dev.33 [2024-10-16T06:41:36.820Z] v3.2.0-dev.34 [2024-10-16T06:41:36.820Z] v3.2.0-dev.35 [2024-10-16T06:41:36.820Z] v3.2.0-dev.36 [2024-10-16T06:41:36.820Z] v3.2.0-dev.37 [2024-10-16T06:41:36.820Z] v3.2.0-dev.38 [2024-10-16T06:41:36.820Z] v3.2.0-dev.39 [2024-10-16T06:41:36.820Z] v3.2.0-dev.4 [2024-10-16T06:41:36.820Z] v3.2.0-dev.40 [2024-10-16T06:41:36.820Z] v3.2.0-dev.41 [2024-10-16T06:41:36.820Z] v3.2.0-dev.42 [2024-10-16T06:41:36.820Z] v3.2.0-dev.43 [2024-10-16T06:41:36.820Z] v3.2.0-dev.44 [2024-10-16T06:41:36.820Z] v3.2.0-dev.45 [2024-10-16T06:41:36.820Z] v3.2.0-dev.46 [2024-10-16T06:41:36.820Z] v3.2.0-dev.47 [2024-10-16T06:41:36.820Z] v3.2.0-dev.48 [2024-10-16T06:41:36.820Z] v3.2.0-dev.49 [2024-10-16T06:41:36.820Z] v3.2.0-dev.5 [2024-10-16T06:41:36.820Z] v3.2.0-dev.50 [2024-10-16T06:41:36.820Z] v3.2.0-dev.51 [2024-10-16T06:41:36.820Z] v3.2.0-dev.52 [2024-10-16T06:41:36.820Z] v3.2.0-dev.53 [2024-10-16T06:41:36.820Z] v3.2.0-dev.54 [2024-10-16T06:41:36.820Z] v3.2.0-dev.55 [2024-10-16T06:41:36.820Z] v3.2.0-dev.56 [2024-10-16T06:41:36.820Z] v3.2.0-dev.57 [2024-10-16T06:41:36.820Z] v3.2.0-dev.58 [2024-10-16T06:41:36.820Z] v3.2.0-dev.59 [2024-10-16T06:41:36.820Z] v3.2.0-dev.6 [2024-10-16T06:41:36.820Z] v3.2.0-dev.60 [2024-10-16T06:41:36.820Z] v3.2.0-dev.61 [2024-10-16T06:41:36.820Z] v3.2.0-dev.62 [2024-10-16T06:41:36.820Z] v3.2.0-dev.63 [2024-10-16T06:41:36.820Z] v3.2.0-dev.64 [2024-10-16T06:41:36.820Z] v3.2.0-dev.65 [2024-10-16T06:41:36.820Z] v3.2.0-dev.66 [2024-10-16T06:41:36.820Z] v3.2.0-dev.67 [2024-10-16T06:41:36.820Z] v3.2.0-dev.68 [2024-10-16T06:41:36.820Z] v3.2.0-dev.69 [2024-10-16T06:41:36.820Z] v3.2.0-dev.7 [2024-10-16T06:41:36.820Z] v3.2.0-dev.70 [2024-10-16T06:41:36.820Z] v3.2.0-dev.71 [2024-10-16T06:41:36.820Z] v3.2.0-dev.72 [2024-10-16T06:41:36.820Z] v3.2.0-dev.73 [2024-10-16T06:41:36.820Z] v3.2.0-dev.74 [2024-10-16T06:41:36.820Z] v3.2.0-dev.75 [2024-10-16T06:41:36.820Z] v3.2.0-dev.76 [2024-10-16T06:41:36.820Z] v3.2.0-dev.77 [2024-10-16T06:41:36.820Z] v3.2.0-dev.78 [2024-10-16T06:41:36.820Z] v3.2.0-dev.79 [2024-10-16T06:41:36.820Z] v3.2.0-dev.8 [2024-10-16T06:41:36.820Z] v3.2.0-dev.80 [2024-10-16T06:41:36.820Z] v3.2.0-dev.81 [2024-10-16T06:41:36.820Z] v3.2.0-dev.82 [2024-10-16T06:41:36.820Z] v3.2.0-dev.83 [2024-10-16T06:41:36.820Z] v3.2.0-dev.84 [2024-10-16T06:41:36.820Z] v3.2.0-dev.85 [2024-10-16T06:41:36.820Z] v3.2.0-dev.86 [2024-10-16T06:41:36.820Z] v3.2.0-dev.87 [2024-10-16T06:41:36.820Z] v3.2.0-dev.88 [2024-10-16T06:41:36.820Z] v3.2.0-dev.89 [2024-10-16T06:41:36.820Z] v3.2.0-dev.9 [2024-10-16T06:41:36.820Z] v3.2.0-dev.90 [2024-10-16T06:41:36.820Z] v3.2.0-dev.91 [2024-10-16T06:41:36.820Z] v3.2.0-dev.92 [2024-10-16T06:41:36.820Z] v3.2.0-dev.93 [2024-10-16T06:41:36.820Z] v3.2.0-dev.94 [2024-10-16T06:41:36.820Z] v3.2.0-dev.95 [2024-10-16T06:41:36.820Z] v3.2.0-dev.96 [2024-10-16T06:41:36.820Z] v3.2.0-dev.97 [2024-10-16T06:41:36.820Z] v3.2.0-dev.98 [2024-10-16T06:41:36.820Z] v3.2.0-dev.99 [Pipeline] sh [2024-10-16T06:41:37.112Z] + lftools sign git-tag v3.2.0-dev.107 [2024-10-16T06:41:37.678Z] Signing Git tag with Sigul... [2024-10-16T06:41:37.678Z] Signing v3.2.0-dev.107 [2024-10-16T06:43:29.157Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2024-10-16T06:43:29.174Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:29.468Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-16T06:43:29.475Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-16T06:43:29.501Z] $ docker stop --time=1 d5f966b9db6014e07286dbe882ffdcfa50dd47167e4bf545c8a619e9868a6dd7 [2024-10-16T06:43:32.147Z] $ docker rm -f --volumes d5f966b9db6014e07286dbe882ffdcfa50dd47167e4bf545c8a619e9868a6dd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-16T06:43:32.575Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-16T06:43:32.576Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:43:32.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-16T06:43:32.872Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:43:32.950Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T06:43:32.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T06:43:33.312Z] $ docker top aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef -eo pid,comm [2024-10-16T06:43:33.355Z] 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-16T06:43:33.355Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-16T06:43:33.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-16T06:43:33.413Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-16T06:43:33.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-16T06:43:33.522Z] $ docker exec aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef ssh-agent [2024-10-16T06:43:33.634Z] SSH_AUTH_SOCK=/tmp/ssh-DORd5Z9MBqjC/agent.32 [2024-10-16T06:43:33.634Z] SSH_AGENT_PID=38 [2024-10-16T06:43:33.637Z] Running ssh-add (command line suppressed) [2024-10-16T06:43:33.741Z] Identity added: /w/workspace/edgex-go/730@tmp/private_key_7676503348915362889.key (/w/workspace/edgex-go/730@tmp/private_key_7676503348915362889.key) [2024-10-16T06:43:33.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-16T06:43:34.038Z] + git semver bump pre [2024-10-16T06:43:34.297Z] 2024-10-16 06:43:34,220 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T06:43:34.297Z] 2024-10-16 06:43:34,220 [bump_version] DEBUG bumping version:3.2.0-dev.107 on axis:pre with prefix:dev [2024-10-16T06:43:34.297Z] 2024-10-16 06:43:34,220 [bump_version] DEBUG bumped version:3.2.0-dev.108 [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,220 [write_version] DEBUG write version:3.2.0-dev.108 to path:/w/workspace/edgex-go/730/.semver/main with force:True [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,220 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,220 [write_file] DEBUG write to file:/w/workspace/edgex-go/730/.semver/main [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,222 [execute] INFO git cat-file --batch-check [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,222 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=) [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,227 [execute] INFO git cat-file --batch [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,227 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=) [2024-10-16T06:43:34.298Z] 2024-10-16 06:43:34,232 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T06:43:34.298Z] 3.2.0-dev.108 [Pipeline] } [2024-10-16T06:43:34.308Z] $ docker exec --env ******** --env ******** aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef ssh-agent -k [2024-10-16T06:43:34.407Z] unset SSH_AUTH_SOCK; [2024-10-16T06:43:34.407Z] unset SSH_AGENT_PID; [2024-10-16T06:43:34.407Z] echo Agent pid 38 killed; [2024-10-16T06:43:34.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-16T06:43:34.738Z] + git semver [Pipeline] } [2024-10-16T06:43:35.010Z] $ docker stop --time=1 aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef [2024-10-16T06:43:36.253Z] $ docker rm -f --volumes aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-16T06:43:36.598Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-16T06:43:36.598Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:43:36.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-16T06:43:36.905Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:43:36.980Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T06:43:37.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T06:43:37.319Z] $ docker top 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c -eo pid,comm [2024-10-16T06:43:37.362Z] 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-16T06:43:37.362Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-16T06:43:37.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-16T06:43:37.414Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-16T06:43:37.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-16T06:43:37.524Z] $ docker exec 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c ssh-agent [2024-10-16T06:43:37.612Z] SSH_AUTH_SOCK=/tmp/ssh-v3GIIKGAOV2P/agent.33 [2024-10-16T06:43:37.612Z] SSH_AGENT_PID=39 [2024-10-16T06:43:37.616Z] Running ssh-add (command line suppressed) [2024-10-16T06:43:37.700Z] Identity added: /w/workspace/edgex-go/730@tmp/private_key_17474995891812631072.key (/w/workspace/edgex-go/730@tmp/private_key_17474995891812631072.key) [2024-10-16T06:43:37.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-16T06:43:38.003Z] + git semver push [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,187 [run_push] DEBUG push [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,188 [execute] INFO git cat-file --batch-check [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=) [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,193 [execute] INFO git rev-list a598a4a5442b7c721d3b111bec6979337f291879 -- [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,193 [execute] DEBUG Popen(['git', 'rev-list', 'a598a4a5442b7c721d3b111bec6979337f291879', '--'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,211 [execute] INFO git fetch -v origin [2024-10-16T06:43:38.261Z] 2024-10-16 06:43:38,211 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-16T06:43:38.831Z] 2024-10-16 06:43:38,654 [run_push] DEBUG no remote changes detected [2024-10-16T06:43:38.831Z] 2024-10-16 06:43:38,655 [execute] INFO git push origin semver [2024-10-16T06:43:38.831Z] 2024-10-16 06:43:38,655 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-16T06:43:39.770Z] 2024-10-16 06:43:39,529 [run_push] DEBUG push all version tags [2024-10-16T06:43:39.770Z] 2024-10-16 06:43:39,530 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-16T06:43:39.770Z] 2024-10-16 06:43:39,530 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=None) [2024-10-16T06:43:40.706Z] 2024-10-16 06:43:40,340 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main [2024-10-16T06:43:40.707Z] 3.2.0-dev.108 [Pipeline] } [2024-10-16T06:43:40.716Z] $ docker exec --env ******** --env ******** 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c ssh-agent -k [2024-10-16T06:43:40.815Z] unset SSH_AUTH_SOCK; [2024-10-16T06:43:40.815Z] unset SSH_AGENT_PID; [2024-10-16T06:43:40.815Z] echo Agent pid 39 killed; [2024-10-16T06:43:40.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-16T06:43:41.147Z] + git semver [Pipeline] } [2024-10-16T06:43:41.419Z] $ docker stop --time=1 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c [2024-10-16T06:43:42.727Z] $ docker rm -f --volumes 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c [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-16T06:43:43.316Z] + [ -d /w/workspace/edgex-go/730/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:43.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:44.461Z] ---> package-listing.sh [2024-10-16T06:43:44.461Z] ++ facter osfamily [2024-10-16T06:43:44.461Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-16T06:43:44.719Z] + OS_FAMILY=debian [2024-10-16T06:43:44.719Z] + workspace=/w/workspace/edgex-go/730 [2024-10-16T06:43:44.719Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-16T06:43:44.719Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-16T06:43:44.719Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-16T06:43:44.719Z] + PACKAGES=/tmp/packages_start.txt [2024-10-16T06:43:44.719Z] + '[' /w/workspace/edgex-go/730 ']' [2024-10-16T06:43:44.719Z] + PACKAGES=/tmp/packages_end.txt [2024-10-16T06:43:44.719Z] + case "${OS_FAMILY}" in [2024-10-16T06:43:44.719Z] + dpkg -l [2024-10-16T06:43:44.719Z] + grep '^ii' [2024-10-16T06:43:44.719Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-16T06:43:44.719Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-16T06:43:44.719Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-16T06:43:44.719Z] + '[' /w/workspace/edgex-go/730 ']' [2024-10-16T06:43:44.719Z] + mkdir -p /w/workspace/edgex-go/730/archives/ [2024-10-16T06:43:44.719Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/730/archives/ [Pipeline] echo [2024-10-16T06:43:44.731Z] 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/730/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-16T06:43:45.005Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:43:45.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-16T06:43:45.570Z] [2024-10-16T06:43:45.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-16T06:43:45.867Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-16T06:43:45.867Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-16T06:43:45.867Z] 5eb5b503b376: Pulling fs layer [2024-10-16T06:43:45.867Z] 5c69ac0246d0: Pulling fs layer [2024-10-16T06:43:45.867Z] ec43610c2a17: Pulling fs layer [2024-10-16T06:43:45.867Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-16T06:43:45.867Z] 33b1e0a273af: Pulling fs layer [2024-10-16T06:43:45.867Z] 5d3b04190fa2: Pulling fs layer [2024-10-16T06:43:45.867Z] 2f39f015ded8: Pulling fs layer [2024-10-16T06:43:45.867Z] 3a2ae6a8a46f: Waiting [2024-10-16T06:43:45.867Z] 33b1e0a273af: Waiting [2024-10-16T06:43:45.867Z] 5d3b04190fa2: Waiting [2024-10-16T06:43:45.867Z] 2f39f015ded8: Waiting [2024-10-16T06:43:45.867Z] 5c69ac0246d0: Verifying Checksum [2024-10-16T06:43:45.867Z] 5c69ac0246d0: Download complete [2024-10-16T06:43:45.867Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-16T06:43:45.867Z] 3a2ae6a8a46f: Download complete [2024-10-16T06:43:46.126Z] 33b1e0a273af: Verifying Checksum [2024-10-16T06:43:46.126Z] 33b1e0a273af: Download complete [2024-10-16T06:43:46.126Z] 5d3b04190fa2: Verifying Checksum [2024-10-16T06:43:46.126Z] 5d3b04190fa2: Download complete [2024-10-16T06:43:46.126Z] ec43610c2a17: Verifying Checksum [2024-10-16T06:43:46.126Z] ec43610c2a17: Download complete [2024-10-16T06:43:46.126Z] 5eb5b503b376: Verifying Checksum [2024-10-16T06:43:46.126Z] 5eb5b503b376: Download complete [2024-10-16T06:43:46.734Z] 2f39f015ded8: Download complete [2024-10-16T06:43:47.351Z] 5eb5b503b376: Pull complete [2024-10-16T06:43:47.351Z] 5c69ac0246d0: Pull complete [2024-10-16T06:43:47.948Z] ec43610c2a17: Pull complete [2024-10-16T06:43:47.948Z] 3a2ae6a8a46f: Pull complete [2024-10-16T06:43:47.948Z] 33b1e0a273af: Pull complete [2024-10-16T06:43:48.213Z] 5d3b04190fa2: Pull complete [2024-10-16T06:43:52.398Z] 2f39f015ded8: Pull complete [2024-10-16T06:43:52.398Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-16T06:43:52.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-16T06:43:52.398Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-16T06:43:52.497Z] prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container [2024-10-16T06:43:52.522Z] $ 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/730/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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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-16T06:43:56.347Z] $ docker top a4da1f3f71859f252942499ba49ee28a7fae368bda3e407cc92cd68815bfeeae -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-16T06:43:56.700Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-16T06:43:56.984Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-16T06:43:57.270Z] + ls /var/log/sa-host [2024-10-16T06:43:57.270Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-16T06:43:57.442Z] provisioning config files... [2024-10-16T06:43:57.451Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/730@tmp/config9079063157226843132tmp [Pipeline] { [Pipeline] echo [2024-10-16T06:43:57.473Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:57.756Z] ---> create-netrc.sh [Pipeline] } [2024-10-16T06:43:57.763Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:58.106Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-16T06:43:58.115Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:58.396Z] ---> sudo-logs.sh [2024-10-16T06:43:58.396Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-16T06:43:58.424Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:58.704Z] ---> job-cost.sh [2024-10-16T06:43:58.704Z] lf-activate-venv: SKIPPING [2024-10-16T06:43:58.704Z] DEBUG: total: 0.10999999940395355 [2024-10-16T06:43:58.704Z] INFO: Retrieving Stack Cost... [2024-10-16T06:43:59.272Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-16T06:43:59.530Z] INFO: Archiving Costs [Pipeline] echo [2024-10-16T06:43:59.543Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-16T06:43:59.826Z] ---> logs-deploy.sh [2024-10-16T06:43:59.827Z] lf-activate-venv: SKIPPING [2024-10-16T06:43:59.827Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/730 [2024-10-16T06:43:59.827Z] INFO: archiving workspace using pattern(s): [2024-10-16T06:44:00.762Z] Archives upload complete. [2024-10-16T06:44:00.762Z] INFO: archiving logs to Nexus